diff --git a/.dockerignore b/.dockerignore index 5e4edee99e1..462524163ea 100644 --- a/.dockerignore +++ b/.dockerignore @@ -5,4 +5,8 @@ dist node_modules coverage .yarn -.tests \ No newline at end of file +.tests +.git +.env.local +docs +data \ No newline at end of file diff --git a/.env.test b/.env.test index 63f5c51628b..dfeb3708739 100644 --- a/.env.test +++ b/.env.test @@ -3,4 +3,6 @@ CLIENT_ID=111398433321891634 BOT_TOKEN=AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA TEST=true CI=true -YARN_ENABLE_HARDENED_MODE=0 \ No newline at end of file +YARN_ENABLE_HARDENED_MODE=0 +DATABASE_URL="postgresql://postgres:postgres@localhost:4444/osb_test?schema=public" +NODE_NO_WARNINGS=1 \ No newline at end of file diff --git a/.gitattributes b/.gitattributes index db0240edd53..e09b3c39d32 100644 --- a/.gitattributes +++ b/.gitattributes @@ -20,22 +20,8 @@ LICENSE text AUTHORS text -*.png binary -*.jpg binary -*.jpeg binary -*.gif binary -*.ico binary -*.mov binary -*.mp4 binary -*.mp3 binary -*.flv binary -*.fla binary -*.swf binary -*.gz binary -*.zip binary -*.7z binary -*.ttf binary -*.eot binary -*.woff binary -*.pyc binary -*.pdf binary +*.webp -text diff +*.ttf -text diff +*.eot -text diff +*.woff -text diff +*.woff2 -text diff \ No newline at end of file diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 5442864076e..49cb9d90182 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -5,7 +5,11 @@ on: branches: - master - bso + paths-ignore: + - "docs/**" pull_request: + paths-ignore: + - "docs/**" jobs: test: diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 118047b3da8..9949ce51065 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -5,7 +5,11 @@ on: branches: - master - bso + paths-ignore: + - "docs/**" pull_request: + paths-ignore: + - "docs/**" jobs: test: diff --git a/.gitignore b/.gitignore index 96b1b2307aa..b261d2cd272 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ icon_cache/ queries.txt /logs +.yarn + npm-debug.log* # Runtime data @@ -44,4 +46,6 @@ tests/**/*.tsbuildinfo !.yarn/sdks !.yarn/versions overallItemsNotCheckedFor.txt -*.diff \ No newline at end of file +*.diff +item/ +tmp diff --git a/biome.json b/biome.json index 5a5a13acdf2..e63081ae6bd 100644 --- a/biome.json +++ b/biome.json @@ -6,7 +6,7 @@ "files": { "maxSize": 10000000, "ignore": ["node_modules", "dist", "coverage", "profiling", "logs", "icon_cache"], - "include": ["**/*.ts", "**/*.mts", "**/*.json", "**/*.test.ts"] + "include": ["**/*.ts", "**/*.mts", "**/*.json", "**/*.test.ts", "**/*.mdx", "**/*.md", "**/*.mjs", "**/*.cjs"] }, "linter": { "enabled": true, @@ -19,7 +19,9 @@ "suspicious": { "noExplicitAny": "warn", "noAssignInExpressions": "warn", - "noAsyncPromiseExecutor": "off" + "noAsyncPromiseExecutor": "off", + "noConfusingVoidType": "off", + "noFocusedTests": "off" }, "style": { "noNonNullAssertion": "off", @@ -37,6 +39,9 @@ "noExtraBooleanCast": "warn", "noBannedTypes": "warn", "noForEach": "warn" + }, + "performance": { + "noAccumulatingSpread": "off" } } }, diff --git a/data/bso.commands.json b/data/bso.commands.json new file mode 100644 index 00000000000..7273a68cfd3 --- /dev/null +++ b/data/bso.commands.json @@ -0,0 +1,622 @@ +[ + { + "name": "activities", + "desc": "Miscellaneous activities you can do.", + "subOptions": [ + "plank_make", + "chompy_hunt", + "my_notes", + "warriors_guild", + "camdozaal", + "collect", + "quest", + "decant", + "charge", + "fight_caves", + "inferno", + "birdhouses", + "aerial_fishing", + "enchant", + "bury", + "scatter", + "puro_puro", + "alch", + "cast", + "underwater", + "other" + ] + }, + { + "name": "ask", + "desc": "Ask a yes/no question to the bot and receive an answer.", + "subOptions": [] + }, + { + "name": "bank", + "desc": "See your minions bank.", + "subOptions": [] + }, + { + "name": "bingo", + "desc": "Bingo!", + "subOptions": ["make_team", "leave_team", "view", "leaderboard", "create_bingo", "manage_bingo", "items"] + }, + { + "name": "bossrecords", + "desc": "Shows your OSRS boss records.", + "subOptions": [] + }, + { + "name": "bs", + "desc": "Search your minions bank.", + "subOptions": [] + }, + { + "name": "bsominigames", + "desc": "Send your minion to do various bso minigames.", + "subOptions": [ + "baxtorian_bathhouses", + "monkey_rumble", + "ourania_delivery_service", + "fishing_contest", + "fist_of_guthix", + "stealing_creation", + "tinkering_workshop", + "balthazars_big_bonanza", + "divine_dominion", + "guthixian_cache", + "turaels_trials" + ] + }, + { + "name": "build", + "desc": "Sends your minion to train Construction by building things.", + "examples": ["/build name:Crude chair"], + "subOptions": [] + }, + { + "name": "buy", + "desc": "Allows you to purchase items.", + "subOptions": [] + }, + { + "name": "ca", + "desc": "Combat Achievements", + "subOptions": ["view", "claim"] + }, + { + "name": "casket", + "desc": "Simulate opening lots of clues caskets.", + "subOptions": [] + }, + { + "name": "choose", + "desc": "Have the bot make a choice from a list of things.", + "examples": ["/choose list:First option, second option, third option"], + "subOptions": [] + }, + { + "name": "chop", + "desc": "Chop logs using the Woodcutting skill.", + "examples": ["/chop name:Logs"], + "subOptions": [] + }, + { + "name": "cl", + "desc": "See your Collection Log.", + "examples": ["/cl name:Boss"], + "subOptions": [] + }, + { + "name": "claim", + "desc": "Claim prizes, rewards and other things.", + "subOptions": [] + }, + { + "name": "clue", + "desc": "Send your minion to complete clue scrolls.", + "examples": ["/clue tier:easy"], + "subOptions": [] + }, + { + "name": "completion", + "desc": "Completionist tasks.", + "subOptions": ["view_all_tasks", "check"] + }, + { + "name": "config", + "desc": "Commands configuring settings and options.", + "subOptions": ["server", "user"] + }, + { + "name": "cook", + "desc": "Cook things using the cooking skill.", + "examples": ["/cook name:Shrimp"], + "subOptions": [] + }, + { + "name": "craft", + "desc": "Craft items with the Crafting skill.", + "examples": ["/craft name:Onyx necklace"], + "subOptions": [] + }, + { + "name": "create", + "desc": "Allows you to create items, like godswords or spirit shields - and pack barrows armor sets.", + "subOptions": [] + }, + { + "name": "data", + "desc": "View various pieces of data.", + "examples": ["/data name:Personal Activity Types"], + "subOptions": [] + }, + { + "name": "dg", + "desc": "The Dungeoneering skill.", + "subOptions": ["start", "stats", "buy"] + }, + { + "name": "divination", + "desc": "The divination skill.", + "subOptions": ["harvest_memories", "portent", "charge_portent", "toggle_portent"] + }, + { + "name": "drop", + "desc": "Drop items from your bank.", + "examples": ["/drop items:10 trout, 5 coal"], + "subOptions": [] + }, + { + "name": "droprate", + "desc": "Check the droprate of something.", + "subOptions": [] + }, + { + "name": "fake", + "desc": "Generate fake images of getting loot.", + "subOptions": [] + }, + { + "name": "fakepm", + "desc": "Generate fake images of PMs.", + "subOptions": [] + }, + { + "name": "farming", + "desc": "Allows you to do Farming related things.", + "subOptions": [ + "check_patches", + "plant", + "auto_farm", + "auto_farm_filter", + "default_compost", + "always_pay", + "harvest", + "tithe_farm", + "compost_bin", + "contract" + ] + }, + { + "name": "finish", + "desc": "Simulate finishing a CL.", + "subOptions": [] + }, + { + "name": "fish", + "desc": "Send your minion to fish fish.", + "examples": ["/fish name:Shrimp"], + "subOptions": [] + }, + { + "name": "fletch", + "desc": "Fletch items with the Fletching skill.", + "examples": ["/craft name:Onyx necklace"], + "subOptions": [] + }, + { + "name": "gamble", + "desc": "Partake in various gambling activities.", + "subOptions": ["item", "dice", "duel", "lucky_pick", "slots", "hot_cold", "give_random_item"] + }, + { + "name": "ge", + "desc": "Exchange grandly with other players on the bot!", + "subOptions": ["buy", "sell", "my_listings", "cancel", "stats", "price", "view"] + }, + { + "name": "gear", + "desc": "Manage, equip, unequip your gear.", + "subOptions": ["equip", "unequip", "stats", "pet", "view", "swap", "best_in_slot"] + }, + { + "name": "gearpresets", + "desc": "Manage, equip, unequip your gear presets.", + "subOptions": ["view", "equip", "create", "edit", "delete"] + }, + { + "name": "gift", + "desc": "Create gifts for other users, or open one you received.", + "subOptions": ["open", "list", "create", "send"] + }, + { + "name": "giveaway", + "desc": "Giveaway items from your ban to other players.", + "examples": ["/giveaway items:10 trout, 5 coal time:1h"], + "subOptions": ["start", "list"] + }, + { + "name": "gp", + "desc": "See your current GP balance.", + "subOptions": [] + }, + { + "name": "help", + "desc": "Get information and help with the bot.", + "subOptions": [] + }, + { + "name": "hunt", + "desc": "Hunt creatures with the Hunter skill.", + "examples": ["/hunt name:Ferret"], + "subOptions": [] + }, + { + "name": "ic", + "desc": "Hand in random items for rewards.", + "subOptions": ["info", "send", "skip"] + }, + { + "name": "invention", + "desc": "The invention skill.", + "subOptions": ["disassemble", "research", "invent", "tools", "details", "materials", "group"] + }, + { + "name": "invite", + "desc": "Shows the invite link for the bot.", + "subOptions": [] + }, + { + "name": "k", + "desc": "Send your minion to kill things.", + "examples": ["/k name:zulrah"], + "subOptions": [] + }, + { + "name": "kc", + "desc": "See your OSRS kc for a monster/boss.", + "examples": ["/kc name:General Graardor"], + "subOptions": [] + }, + { + "name": "kibble", + "desc": "Make kibble from herbs and crops.", + "examples": ["/kibble name:Simple kibble quantity:100"], + "subOptions": [] + }, + { + "name": "kill", + "desc": "Simulate killing monsters.", + "subOptions": [] + }, + { + "name": "laps", + "desc": "Do laps on Agility courses to train Agility.", + "examples": ["/laps name:Ardougne rooftop course"], + "subOptions": [] + }, + { + "name": "lb", + "desc": "Simulate killing monsters.", + "subOptions": [ + "kc", + "farming_contracts", + "inferno", + "challenges", + "sacrifice", + "minigames", + "hunter_catches", + "agility_laps", + "gp", + "skills", + "opens", + "cl", + "item_contract_streak", + "leagues", + "clues", + "movers", + "global", + "completion", + "combat_achievements", + "mastery" + ] + }, + { + "name": "leagues", + "desc": "Manage your Leagues progress.", + "subOptions": ["check", "view_task", "claim", "view_all_tasks"] + }, + { + "name": "light", + "desc": "Light logs to train Firemaking.", + "examples": ["/light name:Logs"], + "subOptions": [] + }, + { + "name": "loot", + "desc": "View your loot tracker data.", + "examples": ["/loot view name:Nex"], + "subOptions": ["view", "reset"] + }, + { + "name": "lottery", + "desc": "Win big!", + "subOptions": ["buy_tickets", "deposit_items", "info", "prices"] + }, + { + "name": "m", + "desc": "See your current minion status and helpful buttons.", + "subOptions": [] + }, + { + "name": "mass", + "desc": "Arrange to mass bosses, killing them as a group.", + "examples": ["/mass name:General graardor"], + "subOptions": [] + }, + { + "name": "megaduck", + "desc": "Mega duck!.", + "subOptions": [] + }, + { + "name": "mine", + "desc": "Send your minion to mine things.", + "examples": ["/mine name:Runite ore"], + "subOptions": [] + }, + { + "name": "minigames", + "desc": "Send your minion to do various minigames.", + "subOptions": [ + "barb_assault", + "castle_wars", + "lms", + "pest_control", + "fishing_trawler", + "mage_arena", + "mage_arena_2", + "gnome_restaurant", + "temple_trek", + "sepulchre", + "gauntlet", + "mage_training_arena", + "mahogany_homes", + "tears_of_guthix", + "pyramid_plunder", + "rogues_den", + "soul_wars", + "volcanic_mine", + "agility_arena", + "trouble_brewing", + "giants_foundry", + "gotr", + "nmz", + "shades_of_morton" + ] + }, + { + "name": "minion", + "desc": "Manage and control your minion.", + "subOptions": [ + "buy", + "status", + "cracker", + "stats", + "achievementdiary", + "bankbg", + "lamp", + "cancel", + "set_icon", + "set_name", + "level", + "kc", + "ironman", + "charge", + "daily", + "train", + "pat", + "blowpipe", + "info", + "peak", + "feed_hammy", + "mastery" + ] + }, + { + "name": "mix", + "desc": "Mix potions to train Herblore.", + "examples": ["/mix name:Prayer potion"], + "subOptions": [] + }, + { + "name": "nursery", + "desc": "Manage your tame nursery.", + "subOptions": ["build", "fuel", "add_egg", "check"] + }, + { + "name": "offer", + "desc": "Offer bones or bird eggs.", + "examples": ["/offer name:Dragon bones"], + "subOptions": [] + }, + { + "name": "open", + "desc": "Open an item (caskets, keys, boxes, etc).", + "subOptions": [] + }, + { + "name": "paint", + "desc": "Paint an item.", + "subOptions": [] + }, + { + "name": "patreon", + "desc": "Shows the patreon link for the bot, where you can donate.", + "subOptions": [] + }, + { + "name": "pay", + "desc": "Send GP to another user.", + "subOptions": [] + }, + { + "name": "poh", + "desc": "Allows you to access and build in your POH.", + "examples": ["/poh build:Demonic throne"], + "subOptions": ["view", "wallkit", "build", "destroy", "mount_item", "items"] + }, + { + "name": "poll", + "desc": "Create a reaction poll.", + "subOptions": [] + }, + { + "name": "price", + "desc": "Looks up the price of an item.", + "subOptions": [] + }, + { + "name": "raid", + "desc": "Send your minion to do raids - CoX or ToB.", + "subOptions": ["cox", "tob", "toa", "doa"] + }, + { + "name": "rates", + "desc": "Check rates of various skills/activities.", + "subOptions": ["minigames", "tames", "xphr", "misc"] + }, + { + "name": "redeem", + "desc": "Redeem a code you received.", + "subOptions": [] + }, + { + "name": "roll", + "desc": "Roll a random number from 1, up to a limit.", + "subOptions": [] + }, + { + "name": "rp", + "desc": "Admin tools second set", + "subOptions": ["action", "player", "user_event"] + }, + { + "name": "runecraft", + "desc": "Sends your minion to craft runes with essence, or craft tiaras.", + "examples": ["/runecraft"], + "flags": ["minion", "skilling"], + "subOptions": [] + }, + { + "name": "sacrifice", + "desc": "Sacrifice items from your bank to the bot.", + "examples": ["/sacrifice items:10k trout, 5 coal"], + "flags": ["minion"], + "subOptions": [] + }, + { + "name": "sell", + "desc": "Sell items from your bank to the bot for GP.", + "examples": ["/sell items:10k trout, 5 coal"], + "flags": ["minion"], + "subOptions": [] + }, + { + "name": "simulate", + "desc": "Simulate various OSRS related things.", + "examples": ["/simulate cox quantity:1"], + "subOptions": ["cox", "petroll", "colosseum"] + }, + { + "name": "slayer", + "desc": "Slayer skill commands", + "subOptions": ["autoslay", "new_task", "manage", "rewards", "status"] + }, + { + "name": "smelt", + "desc": "Smelt ores/items.", + "examples": ["/smelt runite bar", "/smelt runite bar [quantity: 1]"], + "subOptions": [] + }, + { + "name": "smith", + "desc": "Smith things using the Smithing skill.", + "examples": ["/smith name:Bronze platebody"], + "subOptions": [] + }, + { + "name": "steal", + "desc": "Sends your minion to steal to train Thieving.", + "examples": ["/steal name:Man"], + "subOptions": [] + }, + { + "name": "tames", + "desc": "Manage your tames.", + "examples": ["/tames select 1"], + "subOptions": [ + "status", + "list", + "set_name", + "cancel", + "merge", + "feed", + "kill", + "collect", + "select", + "view", + "equip", + "unequip", + "cast", + "activity", + "clue", + "set_custom_image" + ] + }, + { + "name": "testershop", + "desc": "Buy things using your testing points.", + "subOptions": [] + }, + { + "name": "tokkulshop", + "desc": "Buy or sell items from the Tzhaar shops.", + "examples": ["/tokkulshop buy Obsidian platebody", "/tokkulshop sell Chaos rune 5000"], + "flags": ["minion"], + "subOptions": ["buy", "sell"] + }, + { + "name": "tools", + "desc": "Various tools and miscellaneous commands.", + "subOptions": ["patron", "user", "stash_units"] + }, + { + "name": "trade", + "desc": "Allows you to trade items with other players.", + "subOptions": [] + }, + { + "name": "trivia", + "desc": "Try to answer a random trivia question!", + "examples": ["/trivia", "/trivia duel:@Magnaboy"], + "subOptions": [] + }, + { + "name": "use", + "desc": "Use items/things.", + "examples": ["/use name:Mithril seeds"], + "subOptions": [] + } +] diff --git a/data/bso_items.json b/data/bso_items.json new file mode 100644 index 00000000000..e34913711e9 --- /dev/null +++ b/data/bso_items.json @@ -0,0 +1,1627 @@ +{ + "76": "Wilvus", + "244": "Brock", + "432": "Torva full helm", + "472": "Dwarven greataxe", + "474": "Dwarven greathammer", + "476": "Dwarven pickaxe", + "478": "Dwarven knife", + "500": "Skipper", + "506": "Dwarven bar", + "508": "Dwarven ore", + "516": "Nuts of monkey", + "601": "Pernix cowl", + "605": "Pernix body", + "709": "Torva platebody", + "737": "Smokey", + "758": "Pernix boots", + "759": "Pernix gloves", + "788": "Virtus mask", + "983": "Virtus robe top", + "1579": "Thieves' armband", + "1808": "Peky", + "1809": "Obis", + "1810": "Plopper", + "2404": "Torva platelegs", + "2409": "Virtus robe legs", + "2423": "Virtus gloves", + "2832": "Zaryte bow", + "2834": "Virtus wand", + "2836": "Virtus book", + "2838": "Torva boots", + "3062": "Pet Mystery Box", + "3454": "Divine spirit shield", + "3469": "Klik", + "3713": "Holiday Mystery Box", + "3714": "Shelldon", + "4149": "Ori", + "4272": "Pernix chaps", + "4273": "Torva gloves", + "5020": "Lottery ticket", + "5021": "Bank lottery ticket", + "5507": "Remy", + "6199": "Tradeable Mystery Box", + "6741": "Dwarven warhammer", + "6796": "Tiny lamp", + "8441": "Hammy", + "8871": "Dwarven crate", + "9057": "Zak", + "9058": "Harry", + "9619": "Lil Lamb", + "9620": "Doug", + "9654": "Virtus boots", + "10092": "Zippy", + "10329": "Wintertoad", + "11157": "Huge lamp", + "11196": "Bloodsoaked feather", + "12592": "Divine sigil", + "12594": "Dwarven gauntlets", + "13345": "Tester Gift Box", + "19567": "Cob", + "19837": "Clue scroll (grandmaster)", + "19838": "Reward casket (grandmaster)", + "19839": "Dwarven blessing", + "19939": "Untradeable Mystery Box", + "21313": "Scruffy", + "21642": "Small lamp", + "21807": "Ancient emblem", + "22320": "Large lamp", + "22949": "Takon", + "23516": "Average lamp", + "24199": "Abyssal dragon bones", + "24210": "Abyssal pouch", + "24212": "Abyssal thread", + "24214": "Abyssal cape", + "40000": "Construction master cape", + "40001": "Cooking master cape", + "40002": "Crafting master cape", + "40003": "Farming master cape", + "40004": "Firemaking master cape", + "40005": "Fishing master cape", + "40006": "Fletching master cape", + "40007": "Herblore master cape", + "40008": "Hunter master cape", + "40009": "Magic master cape", + "40010": "Mining master cape", + "40011": "Prayer master cape", + "40012": "Runecraft master cape", + "40013": "Smithing master cape", + "40014": "Thieving master cape", + "40015": "Woodcutting master cape", + "40016": "Agility master cape", + "40017": "Attack master cape", + "40018": "Strength master cape", + "40019": "Defence master cape", + "40020": "Hitpoints master cape", + "40021": "Ranged master cape", + "40022": "Dungeoneering master cape", + "40023": "Dungeoneering cape", + "40024": "Dungeoneering cape(t)", + "40025": "Dungeoneering hood", + "40026": "Scroll of life", + "40027": "Herbicide", + "40028": "Scroll of efficiency", + "40029": "Scroll of cleansing", + "40030": "Amulet of zealots", + "40031": "Scroll of dexterity", + "40032": "Scroll of teleportation", + "40033": "Gorajan warrior helmet", + "40034": "Gorajan warrior top", + "40035": "Gorajan warrior legs", + "40036": "Gorajan warrior gloves", + "40037": "Gorajan warrior boots", + "40038": "Scroll of proficiency", + "40039": "Frostbite", + "40040": "Chaotic remnant", + "40042": "Gorajan occult helmet", + "40043": "Gorajan occult top", + "40044": "Gorajan occult legs", + "40045": "Gorajan occult gloves", + "40046": "Gorajan occult boots", + "40047": "Gorajan archer helmet", + "40048": "Gorajan archer top", + "40049": "Gorajan archer legs", + "40050": "Gorajan archer gloves", + "40051": "Gorajan archer boots", + "40052": "Scroll of mystery", + "40053": "Master quest cape", + "40054": "Support cape", + "40055": "Gatherer's cape", + "40056": "Combatant's cape", + "40057": "Artisan's cape", + "40058": "Completionist cape", + "40059": "Completionist cape (t)", + "40060": "Slayer master cape", + "40061": "Beginner rumble greegree", + "40062": "Intermediate rumble greegree", + "40063": "Ninja rumble greegree", + "40064": "Expert ninja rumble greegree", + "40065": "Elder rumble greegree", + "40066": "Gorilla rumble greegree", + "40067": "Dwarven warnana", + "40068": "Twisted bownana", + "40069": "Zaryte bownana", + "40070": "Hellfire bownana", + "40071": "Hellfire bownana (broken)", + "40072": "Castle wars cape (beginner)", + "40073": "Castle wars cape (intermediate)", + "40074": "Castle wars cape (advanced)", + "40075": "Castle wars cape (expert)", + "40076": "Castle wars cape (legend)", + "40077": "Zaryte bow (ice)", + "40078": "Zaryte bow (shadow)", + "40079": "Zaryte bow (blood)", + "40080": "Zaryte bow (3a)", + "40081": "Twisted bow (ice)", + "40082": "Twisted bow (shadow)", + "40083": "Twisted bow (blood)", + "40084": "Twisted bow (3a)", + "40105": "Gorajan occult helmet (Celestial)", + "40106": "Gorajan occult top (Celestial)", + "40107": "Gorajan occult legs (Celestial)", + "40108": "Gorajan occult gloves (Celestial)", + "40109": "Gorajan occult boots (Celestial)", + "40110": "Gorajan archer helmet (Sagittarian)", + "40111": "Gorajan archer top (Sagittarian)", + "40112": "Gorajan archer legs (Sagittarian)", + "40113": "Gorajan archer gloves (Sagittarian)", + "40114": "Gorajan archer boots (Sagittarian)", + "41053": "Offhand drygore rapier (ice)", + "41054": "Drygore rapier (ice)", + "41055": "Offhand drygore mace (ice)", + "41056": "Drygore mace (ice)", + "41057": "Offhand drygore longsword (ice)", + "41058": "Drygore longsword (ice)", + "41059": "Offhand drygore rapier (blood)", + "41060": "Drygore rapier (blood)", + "41061": "Offhand drygore mace (blood)", + "41062": "Drygore mace (blood)", + "41063": "Offhand drygore longsword (blood)", + "41064": "Drygore longsword (blood)", + "41065": "Offhand drygore rapier (shadow)", + "41066": "Drygore rapier (shadow)", + "41067": "Offhand drygore mace (shadow)", + "41068": "Drygore mace (shadow)", + "41069": "Offhand drygore longsword (shadow)", + "41070": "Drygore longsword (shadow)", + "41071": "Offhand drygore rapier (3a)", + "41072": "Drygore rapier (3a)", + "41073": "Offhand drygore mace (3a)", + "41074": "Drygore mace (3a)", + "41075": "Offhand drygore longsword (3a)", + "41076": "Drygore longsword (3a)", + "41077": "Master runecrafter hat", + "41078": "Master runecrafter robe", + "41079": "Master runecrafter skirt", + "41080": "Master runecrafter boots", + "41081": "Elder pouch", + "41082": "Elder thread", + "41083": "Elder talisman", + "41084": "Vasa cloak", + "41085": "Tattered robes of Vasa", + "41086": "Dwarven warhammer (ice)", + "41087": "Dwarven warhammer (shadow)", + "41088": "Dwarven warhammer (blood)", + "41089": "Dwarven warhammer (3a)", + "41100": "Gorajan warrior helmet (Primal)", + "41101": "Gorajan warrior top (Primal)", + "41102": "Gorajan warrior legs (Primal)", + "41103": "Gorajan warrior gloves (Primal)", + "41104": "Gorajan warrior boots (Primal)", + "45003": "Glass of bubbly", + "45004": "Party horn", + "45005": "Party popper", + "45006": "Party cake", + "45007": "Cake hat", + "45008": "Sparkler", + "45009": "Party music box", + "45010": "Birthday pack", + "45100": "Gamblers bag", + "45101": "4 sided die", + "45102": "6 sided die", + "45103": "8 sided die", + "45104": "10 sided die", + "45105": "12 sided die", + "45106": "20 sided die", + "45107": "100 sided die", + "45108": "Ring of luck", + "47000": "Flappy", + "47001": "Ishi", + "47002": "Corgi", + "47010": "Sandy", + "47500": "Diamond sceptre", + "47501": "Diamond crown", + "47502": "Royal mystery box", + "47503": "First age tiara", + "47504": "First age amulet", + "47505": "First age cape", + "47506": "First age bracelet", + "47507": "First age ring", + "47508": "Broken dwarven warhammer", + "47509": "Equippable mystery box", + "47510": "Deathtouched dart", + "47511": "Drygore longsword", + "47512": "Offhand drygore longsword", + "47513": "Drygore mace", + "47514": "Offhand drygore mace", + "47515": "Drygore rapier", + "47516": "Offhand drygore rapier", + "47517": "Perfect chitin", + "47518": "Baby kalphite king", + "47519": "Hoppy", + "47520": "Craig", + "47521": "Beach mystery box", + "47522": "Snappy the Turtle", + "47523": "Beach ball", + "47524": "Water balloon", + "47525": "Ice cream", + "47526": "Crab hat", + "47527": "Steve", + "47528": "Bryophyta's staff(i)", + "47529": "Voidling", + "48000": "Chaotic rapier", + "48001": "Chaotic longsword", + "48002": "Chaotic maul", + "48003": "Chaotic staff", + "48004": "Chaotic crossbow", + "48005": "Offhand Chaotic rapier", + "48006": "Offhand Chaotic longsword", + "48007": "Offhand Chaotic crossbow", + "48008": "Farseer kiteshield", + "48009": "Arcane blast necklace", + "48010": "Farsight snapshot necklace", + "48011": "Brawler's hook necklace", + "48012": "Gorajan shards", + "48013": "Gorajan bonecrusher", + "48014": "Gorajan bonecrusher (u)", + "48015": "Dwarven full helm", + "48016": "Dwarven platebody", + "48017": "Dwarven platelegs", + "48018": "Dwarven boots", + "48019": "Dwarven gloves", + "48200": "Scroll of farming", + "48201": "Shadow dye", + "48202": "Ice dye", + "48203": "Blood dye", + "48204": "Third age dye", + "48205": "Ignis ring", + "48206": "Ignis ring(i)", + "48207": "Ignecarus scales", + "48208": "Ignecarus dragonclaw", + "48209": "Dragon's fury", + "48210": "Dragon egg", + "48211": "Independence box", + "48212": "Fireworks", + "48213": "Liber tea", + "48214": "Sam's hat", + "48215": "Simple kibble", + "48216": "Delicious kibble", + "48217": "Extraordinary kibble", + "48218": "Magic crate", + "48219": "Hellfire arrow", + "48220": "Hellfire bow", + "48221": "Hellfire bow (broken)", + "48222": "Hellfire arrowtips", + "48223": "Scroll of the hunt", + "48224": "Monkey egg", + "48225": "Banana enchantment scroll", + "48226": "Chimpling jar", + "48228": "Monkey dye", + "48229": "Marimbo statue", + "48230": "Big banana", + "48240": "Ignecarus mask", + "48241": "Malygos mask", + "48242": "Daemonheim agility pass", + "48243": "Web cloak", + "48244": "Toy kite", + "48245": "Grim reaper hood", + "48246": "Chocatrice cape", + "48247": "Warlock top", + "48248": "Warlock legs", + "48249": "Warlock cloak", + "48250": "Witch top", + "48251": "Witch skirt", + "48252": "Witch cloak", + "48253": "Ring of snow", + "48254": "Dungeoneering dye", + "48255": "Human appendage", + "48256": "Sliced femur", + "48257": "Human blood", + "48258": "Human tooth", + "48259": "Chocolified skull", + "48260": "Eyescream", + "48261": "Rotten sweets", + "48262": "Toffeet", + "48263": "Candy teeth", + "48264": "Hairyfloss", + "48265": "Goblinfinger soup", + "48266": "Benny's brain brew", + "48267": "Roasted newt", + "48268": "Gregoyle", + "48273": "Choc'rock", + "48305": "Haunted cloak", + "48306": "Pumpkinhead's headbringer", + "48307": "Pumpkinhead's pumpkin head", + "48308": "Haunted amulet", + "48309": "Haunted gloves", + "48310": "Haunted boots", + "48311": "Mini Pumpkinhead", + "48312": "Mysterious token", + "48313": "Baby raven", + "48314": "Raven", + "48315": "Shiny cat", + "48316": "Baby duckling", + "48317": "Magic kitten", + "48318": "Magic cat", + "48319": "Infernal core", + "48320": "Infernal bulwark", + "48321": "Head of TzKal Zuk", + "48322": "TzKal cape", + "48323": "Infernal slayer helmet", + "48324": "Blacksmith crate", + "48325": "Jal-MejJak", + "48326": "TzKal-Zuk's skin", + "48327": "Infernal slayer helmet(i)", + "48328": "Blabberbeak", + "48329": "Raw turkey", + "48330": "Turkey", + "48331": "Turkey drumstick", + "48332": "Burnt turkey", + "48333": "Cornucopia", + "48334": "Easter egg crate", + "48335": "Decorative easter eggs", + "48336": "Leia", + "48337": "Chickaxe", + "50001": "Raw rocktail", + "50002": "Rocktail", + "50003": "Blacksmith helmet", + "50004": "Blacksmith top", + "50005": "Blacksmith apron", + "50006": "Blacksmith gloves", + "50007": "Blacksmith boots", + "50008": "Mysterious seed", + "50009": "Athelas seed", + "50010": "Athelas", + "50011": "Ent hide", + "50012": "Master farmer hat", + "50013": "Master farmer jacket", + "50014": "Master farmer pants", + "50015": "Master farmer gloves", + "50016": "Master farmer boots", + "50017": "Elder logs", + "50018": "Elder plank", + "50019": "Elder bow(u)", + "50020": "Elder bow", + "50021": "Elder rune", + "50022": "Jar of magic", + "50023": "Magus scroll", + "50024": "Magical artifact", + "50025": "Heat res. vial", + "50026": "Heat res. brew", + "50027": "Heat res. restore", + "50028": "Athelas paste", + "50035": "Scroll of longevity", + "50036": "Mango", + "50037": "Mango seed", + "50038": "Avocado", + "50039": "Avocado seed", + "50040": "Lychee", + "50041": "Lychee seed", + "50042": "Elder bird house", + "50043": "Infernal impling jar", + "50044": "Eternal impling jar", + "50045": "Mystery impling jar", + "50046": "Rumble token", + "50047": "Magic banana", + "50048": "Monkey crate", + "50049": "Frost dragon bones", + "50050": "Copper stone spirit", + "50051": "Tin stone spirit", + "50052": "Iron stone spirit", + "50053": "Coal stone spirit", + "50054": "Silver stone spirit", + "50055": "Mithril stone spirit", + "50056": "Adamantite stone spirit", + "50057": "Gold stone spirit", + "50058": "Runite stone spirit", + "50059": "Brackish blade", + "50060": "Neem drupe", + "50061": "Neem oil", + "50063": "Polypore spore", + "50064": "Gorajian mushroom", + "50065": "Grifolic gloves", + "50066": "Grifolic orb", + "50067": "Grifolic flake", + "50068": "Grifolic shield", + "50069": "Grifolic wand", + "50070": "Ganodermic boots", + "50071": "Ganodermic gloves", + "50072": "Ganodermic flake", + "50073": "Polypore stick", + "50074": "Mycelium visor web", + "50075": "Mycelium poncho web", + "50076": "Mycelium leggings web", + "50077": "Ganodermic leggings", + "50078": "Ganodermic poncho", + "50079": "Ganodermic visor", + "50080": "Grifolic visor", + "50081": "Grifolic poncho", + "50082": "Grifolic leggings", + "50083": "Tombshroom spore", + "50084": "Tombshroom", + "50085": "Queen black dragonling", + "50086": "Royal dragonhide", + "50087": "Royal dragon leather", + "50088": "Royal bolts", + "50089": "Royal dragonhide coif", + "50090": "Royal dragonhide body", + "50091": "Royal dragonhide chaps", + "50092": "Royal dragonhide boots", + "50093": "Royal dragonhide vambraces", + "50094": "Royal torsion spring", + "50095": "Royal sight", + "50096": "Royal frame", + "50097": "Royal bolt stabiliser", + "50098": "Royal crossbow", + "50099": "Dragonbone upgrade kit", + "50100": "Dragonbone mage hat", + "50101": "Dragonbone mage gloves", + "50102": "Dragonbone mage bottoms", + "50103": "Dragonbone mage boots", + "50104": "Dragonbone gloves", + "50105": "Dragonbone platelegs", + "50106": "Dragonbone platebody", + "50107": "Dragonbone full helm", + "50108": "Dragonbone boots", + "50109": "Dragonbone mage top", + "50110": "Royal dragon kiteshield", + "50111": "Royal dragon bones", + "50112": "Morchella mushroom spore", + "50113": "Morchella mushroom", + "50114": "Polypore staff", + "50115": "Mr. E", + "50116": "Squid dye", + "50117": "Eastern ferret", + "50421": "Clothing Mystery Box", + "50425": "Swanky boots", + "50426": "Darkmeyer hood", + "50427": "Darkmeyer torso", + "50428": "Darkmeyer trousers", + "50429": "Darkmeyer boots", + "50430": "Gorilla mask", + "50431": "Thinker robes", + "50432": "Thinker trousers", + "50433": "Thinker gloves", + "50434": "Thinker boots", + "50435": "Prifddinian worker's robes", + "50436": "Prifddinian worker's trousers", + "50437": "Prifddinian worker's gloves", + "50438": "Prifddinian worker's boots", + "50439": "Prifddinian musician's robe top", + "50440": "Prifddinian musician's robe bottom", + "50441": "Prifddinian musician's gloves", + "50442": "Prifddinian musician's boots", + "50443": "Dervish head wrap (blue-gold)", + "50444": "Dervish hood (red)", + "50445": "Dervish robe (blue-gold)", + "50446": "Dervish robe (red)", + "50447": "Dervish trousers (blue-gold)", + "50448": "Dervish skirt (red)", + "50449": "Dervish shoes (blue-gold)", + "50450": "Dervish shoes (red)", + "50451": "Eastern knot", + "50452": "Eastern bun", + "50453": "Eastern robe (blue)", + "50454": "Eastern kimono (blue)", + "50455": "Eastern trousers (blue)", + "50456": "Eastern skirt (blue)", + "50457": "Eastern sandals (male)", + "50458": "Eastern sandals (blue, female)", + "50459": "Tribal ringlet (red, male)", + "50460": "Tribal ringlet (red, female)", + "50461": "Tribal shirt (red)", + "50462": "Tribal top (red)", + "50463": "Tribal trousers (red)", + "50464": "Tribal skirt (red)", + "50465": "Tribal shoes (red, male)", + "50467": "Samba headdress (blue, male)", + "50468": "Samba headdress (blue, female)", + "50469": "Samba top (blue, male)", + "50470": "Samba top (blue, female)", + "50471": "Samba loincloth (blue, male)", + "50472": "Samba loincloth (blue, female)", + "50473": "Samba sandals (blue, male)", + "50474": "Theatrical hat (blue)", + "50475": "Theatrical earrings (blue)", + "50476": "Theatrical tunic (blue, male)", + "50477": "Theatrical tunic (blue, female)", + "50478": "Theatrical trousers (blue)", + "50479": "Theatrical skirt (blue)", + "50480": "Theatrical shoes (blue, male)", + "50481": "Theatrical shoes (blue, female)", + "50482": "Pharaoh's nemes (green)", + "50483": "Pharaoh's bun (green)", + "50484": "Pharaoh's ankh (green)", + "50485": "Pharaoh's top (green)", + "50486": "Pharaoh's shendyt (green, male)", + "50487": "Pharaoh's shendyt (green, female)", + "50488": "Pharaoh's sandals (green, male)", + "50489": "Pharaoh's sandals (green, female)", + "50490": "Wushanko headdress (blue)", + "50491": "Wushanko hat (blue)", + "50492": "Wushanko top (blue)", + "50493": "Wushanko jacket (blue)", + "50494": "Wushanko skirt (blue)", + "50495": "Wushanko trousers (blue)", + "50496": "Wushanko shoes (blue, male)", + "50497": "Wushanko shoes (blue, female)", + "50498": "Silken turban (blue, male)", + "50499": "Silken turban (blue, female)", + "50500": "Silken top (blue, male)", + "50501": "Silken top (blue, female)", + "50502": "Silken trousers (blue)", + "50503": "Silken skirt (blue)", + "50504": "Silken boots (blue, male)", + "50505": "Silken boots (blue, female)", + "50506": "Colonist's hat (blue)", + "50507": "Colonist's bonnet (blue)", + "50508": "Colonist's coat (blue)", + "50509": "Colonist's dress top (blue)", + "50510": "Colonist's trousers (blue)", + "50511": "Colonist's skirt (blue)", + "50512": "Colonist's boots (blue)", + "50513": "Colonist's shoes (blue)", + "50514": "Feathered serpent headdress (blue, male)", + "50515": "Feathered serpent headdress (blue, female)", + "50516": "Feathered serpent body (blue, male)", + "50517": "Feathered serpent body (blue, female)", + "50518": "Feathered serpent skirt (blue, male)", + "50519": "Feathered serpent skirt (blue, female)", + "50520": "Feathered serpent boots (blue, female)", + "50522": "Highland war paint (blue, male)", + "50523": "Highland war paint (blue, female)", + "50524": "Highland shirt (blue)", + "50525": "Highland top (blue)", + "50526": "Highland kilt (blue, male)", + "50527": "Highland kilt (blue, female)", + "50528": "Highland boots (blue, male)", + "50529": "Highland boots (blue, female)", + "50530": "Musketeer's hat (blue, male)", + "50531": "Musketeer's hat (blue, female)", + "50532": "Musketeer's tabard (blue)", + "50533": "Musketeer's top (blue)", + "50534": "Musketeer's trousers (blue, male)", + "50535": "Musketeer's trousers (blue, female)", + "50536": "Musketeer's boots (blue, male)", + "50537": "Musketeer's boots (blue, female)", + "50538": "Elf-style wig (black, male)", + "50539": "Elf-style wig (black, female)", + "50540": "Elf-style coat (black)", + "50541": "Elf-style dress top (black)", + "50542": "Elf-style trousers (black)", + "50543": "Elf-style skirt (black)", + "50544": "Elf-style boots (black)", + "50545": "Elf-style shoes (black)", + "50546": "Werewolf mask (red, male)", + "50547": "Werewolf torso (red, male)", + "50548": "Werewolf legs (red, male)", + "50549": "Werewolf claws (red, male)", + "50550": "Werewolf paws (red, male)", + "50551": "Ikuchi orokami mask", + "50552": "Kodama orokami mask", + "50553": "Akkorokamui orokami mask", + "50554": "Karasu orokami mask", + "50555": "Akateko orokami mask", + "50556": "Nue orokami mask", + "50557": "Shinigami orokami mask", + "50558": "Oni orokami mask", + "50559": "Shaman's headdress", + "50560": "Shaman's leggings", + "50561": "Shaman's moccasins", + "50562": "Shaman's poncho", + "50563": "Shaman's hand wraps", + "50564": "Fang of Mohegan", + "50565": "Round glasses", + "50566": "Stylish glasses", + "50567": "Pyjama slippers", + "50568": "Pyjama top", + "50569": "Pyjama bottoms", + "50570": "Tuxedo jacket", + "50571": "Tuxedo trousers", + "50572": "Tuxedo shoes", + "50573": "Tuxedo gloves", + "50574": "Tuxedo cravat", + "50575": "Evening bolero", + "50576": "Evening dipped skirt", + "50577": "Evening gloves", + "50578": "Evening boots", + "50579": "Evening masquerade mask", + "50588": "Nexterminator", + "50589": "Pink partyhat", + "50599": "Divine water", + "50600": "Dragon claw", + "50601": "Offhand dragon claw", + "50602": "Ruined dragon armour lump", + "50603": "Ruined dragon armour shard", + "50604": "Ruined dragon armour slice", + "50605": "Royal dragon platebody", + "50606": "Fishing hat", + "50607": "Fishing jacket", + "50608": "Fishing waders", + "50609": "Fishing boots", + "50610": "Beginner's tackle box", + "50611": "Basic tackle box", + "50612": "Standard tackle box", + "50613": "Professional tackle box", + "50614": "Champion's tackle box", + "50615": "Contest rod", + "50616": "Crystal fishing rod", + "50617": "Golden fishing trophy", + "51000": "Torva full helm (broken)", + "51001": "Torva platebody (broken)", + "51002": "Torva platelegs (broken)", + "51003": "Torva gloves (broken)", + "51004": "Torva boots (broken)", + "51005": "Virtus mask (broken)", + "51006": "Virtus robe top (broken)", + "51007": "Virtus robe legs (broken)", + "51008": "Virtus gloves (broken)", + "51009": "Virtus boots (broken)", + "51010": "Pernix cowl (broken)", + "51011": "Pernix body (broken)", + "51012": "Pernix chaps (broken)", + "51013": "Pernix gloves (broken)", + "51014": "Pernix boots (broken)", + "51015": "Virtus crystal", + "51016": "Armadylean components", + "51017": "Ancestral components", + "52616": "Double loot token", + "52617": "Lava flower crown", + "52618": "Purple flower crown", + "52620": "Celebratory cake", + "52630": "Beehive", + "52631": "Honeycomb", + "52632": "Honey", + "52633": "Buzz", + "52634": "Elder table", + "52650": "Obsidian shards", + "52652": "Dwarven gloves (Volcanic)", + "52653": "Dwarven boots (Volcanic)", + "52654": "Dwarven platelegs (Volcanic)", + "52655": "Dwarven platebody (Volcanic)", + "52656": "Dwarven full helm (Volcanic)", + "52658": "Volcanic pickaxe", + "52659": "Offhand volcanic pickaxe", + "52660": "Mini moktang", + "52661": "Igne gear frame", + "52662": "Runite igne claws", + "52663": "Dragon igne claws", + "52664": "Barrows igne claws", + "52665": "Volcanic igne claws", + "52667": "Drygore igne claws", + "52668": "Dwarven igne claws", + "52669": "Gorajan igne claws", + "52670": "Moktang totem", + "52671": "Volcanic shards", + "52672": "Volcanic dye", + "52673": "Dwarven warhammer (volcanic)", + "52674": "Brain lee", + "52680": "Dragon igne armor", + "52681": "Barrows igne armor", + "52682": "Volcanic igne armor", + "52683": "Justiciar igne armor", + "52684": "Drygore igne armor", + "52685": "Dwarven igne armor", + "52686": "Gorajan igne armor", + "52687": "Balloon cat", + "62100": "Frozen santa hat", + "62101": "Smokey bbq sauce", + "62102": "Pumpkinhead pie", + "62103": "Roasted ham", + "62104": "Corn on the cob", + "62105": "Dougs' chocolate mud", + "62106": "Shepherd's pie", + "62108": "Flappy meal", + "62109": "Yule log", + "62110": "Christmas pudding", + "62111": "Christmas pudding amulet", + "62112": "Festive mistletoe", + "62113": "Christmas tree kite", + "62114": "Gr-egg-oyle special", + "62115": "Christmas tree hat", + "62116": "Roast potatoes", + "62117": "Ratatouille", + "62118": "Fish n chips", + "62119": "Pretzel", + "62120": "Bacon", + "62121": "Prawns", + "62122": "Pavlova", + "62336": "Festive jumper (2021)", + "62337": "Festive present", + "62338": "Festive wrapping paper", + "62348": "Golden shard", + "62356": "Smokey painting", + "62496": "Seer", + "62497": "Black swan", + "62546": "Golden partyhat", + "63127": "Shiny mango", + "63160": "Cannonball cabbage", + "63164": "Rainbow sweetcorn", + "63184": "Sweet potato", + "63186": "White strawberry", + "63197": "Magical mango", + "63200": "Inferno adze", + "63201": "Flame gloves", + "63202": "Ring of fire", + "63203": "Phoenix eggling", + "63204": "Chimpchompa", + "63205": "Invention master cape", + "63206": "Invention cape", + "63207": "Invention cape(t)", + "63208": "Invention hood", + "63300": "Superior bonecrusher", + "63302": "Superior dwarf multicannon", + "63304": "Superior inferno adze", + "63306": "Silverhawk boots", + "63308": "Mecha mortar", + "63310": "Quick trap", + "63312": "Arcane harvester", + "63314": "Clue upgrader", + "63316": "Portable tanner", + "63318": "Drygore saw", + "63320": "Dwarven toolkit", + "63322": "Mecha rod", + "63324": "Master hammer and chisel", + "63325": "Abyssal amulet", + "63326": "RoboFlappy", + "63400": "Cogsworth", + "65197": "Mangobeak", + "70001": "Grimy korulsi", + "70002": "Korulsi", + "70003": "Korulsi seed", + "70004": "Enhanced saradomin brew", + "70005": "Enhanced super restore", + "70006": "Enhanced stamina potion", + "70007": "Enhanced divine water", + "70008": "Dark crystal", + "70009": "Void staff (u)", + "70010": "Void staff", + "70011": "Dark animica", + "70012": "Tattered tome", + "70013": "Abyssal tome", + "70014": "Abyssal gem", + "70016": "Spellbound ring", + "70017": "Spellbound ring(i)", + "70018": "Grand crystal acorn", + "70019": "Rainbow cape", + "70020": "Fuzzy dice", + "70021": "Karambinana", + "70023": "Ivy seed", + "70025": "Black afro", + "70026": "Brown afro", + "70027": "Burgundy afro", + "70028": "Dark blue afro", + "70029": "Dark brown afro", + "70030": "Dark green afro", + "70031": "Dark grey afro", + "70032": "Green afro", + "70033": "Indigo afro", + "70034": "Light blue afro", + "70035": "Light brown afro", + "70036": "Light grey afro", + "70037": "Military grey afro", + "70038": "Mint green afro", + "70039": "Orange afro", + "70040": "Peach afro", + "70041": "Pink afro", + "70042": "Purple afro", + "70043": "Red afro", + "70044": "Rainbow afro", + "70045": "Taupe afro", + "70046": "Turquoise afro", + "70047": "Vermilion afro", + "70048": "Violet afro", + "70049": "White afro", + "70050": "Yellow afro", + "70051": "Red top hat", + "70052": "Green top hat", + "70053": "Blue top hat", + "70054": "White top hat", + "70055": "Jolly roger cape", + "70056": "Golden tricorn hat", + "70057": "Golden naval shirt", + "70058": "Golden navy slacks", + "70060": "Rune berserker shield", + "70061": "Rune spikeshield", + "70062": "Adamant berserker shield", + "70063": "Adamant spikeshield", + "70064": "Fist of guthix token", + "70065": "Guthix engram", + "70070": "Pink disco top", + "70071": "Pink disco legs", + "70072": "Pink disco gloves", + "70073": "Pink disco boots", + "70074": "Green disco top", + "70075": "Green disco legs", + "70076": "Green disco gloves", + "70077": "Green disco boots", + "70078": "Blue disco top", + "70079": "Blue disco legs", + "70080": "Blue disco gloves", + "70081": "Blue disco boots", + "70111": "Spooky graceful hood", + "70112": "Spooky graceful top", + "70113": "Spooky graceful legs", + "70114": "Spooky graceful cape", + "70115": "Spooky graceful boots", + "70116": "Spooky graceful gloves", + "70126": "Broomstick", + "70127": "Witch hat", + "70129": "Spooky mask", + "70132": "Kuro", + "70133": "Mooshroom", + "70139": "Spooky partyhat", + "70141": "Penguin head", + "70142": "Penguin torso", + "70143": "Penguin legs", + "70144": "Penguin boots", + "70145": "Penguin gloves", + "70147": "Monkey hat", + "70148": "Craftman's monocle", + "70150": "Fish mask", + "70151": "Turkey hat", + "70154": "Potion hat", + "70155": "Map hat", + "70156": "Sombrero", + "70157": "Leprechaun top hat", + "70158": "Oriental fan", + "70160": "Fletcher's hat", + "70161": "Fletcher's top", + "70162": "Fletcher's legs", + "70163": "Fletcher's boots", + "70164": "Fletcher's gloves", + "70165": "Stealing creation token", + "70170": "Spooky gear frame unlock", + "70171": "Spooky cat ears", + "70172": "Gastly ghost cape", + "70173": "Pumpkinpole", + "70175": "Back pain", + "70177": "M'eye hat", + "70178": "Twinkly topper", + "70179": "Spooky box", + "70180": "Gloom and doom potion", + "70181": "Boo-balloon", + "70182": "Necronomicon", + "70183": "Orange halloween mask", + "70185": "Handled candle", + "70186": "Dirty hoe", + "70187": "Pumpkin seed", + "70194": "Grim sweeper", + "70195": "Turkey recipes", + "70196": "Rubber turkey", + "70197": "Offhand rubber turkey", + "70200": "Christmas snowglobe", + "70201": "Pumpkinhead praline", + "70202": "Takon truffle", + "70203": "Seer sweet", + "70204": "Cob cup", + "70205": "Craig creme", + "70207": "Moktang mint", + "70208": "Festive treats", + "70210": "Pork sausage", + "70211": "Reinbeer", + "70212": "Christmas socks", + "70214": "Christmas box", + "70215": "Tinsel scarf", + "70217": "Snowman top hat", + "70218": "Festive scarf", + "70219": "Snowman plushie", + "70220": "Edible yoyo", + "70227": "Mistleboe", + "70231": "Candy partyhat", + "70232": "Frosty", + "70233": "Ho-ho hammer", + "70234": "Frosted wreath", + "70235": "Christmas dye", + "70237": "Offhand drygore rapier (xmas)", + "70238": "Drygore rapier (xmas)", + "70239": "Offhand drygore mace (xmas)", + "70240": "Drygore mace (xmas)", + "70241": "Offhand drygore longsword (xmas)", + "70242": "Drygore longsword (xmas)", + "70244": "Festive jumper (2022)", + "70245": "Christmas cape", + "70246": "Dwarven pickaxe (xmas)", + "70247": "Zaryte crossbow (xmas)", + "70248": "Pork crackling", + "70249": "Vasa cloak (xmas)", + "70251": "Inventors' helmet", + "70252": "Inventors' torso", + "70253": "Inventors' legs", + "70254": "Inventors' gloves", + "70255": "Inventors' boots", + "70256": "Inventors' backpack", + "70257": "Materials bag", + "70258": "Santa claws", + "70259": "Necromancer kit", + "70260": "Necromancer hood", + "70261": "Necromancer robe top", + "70262": "Necromancer robe bottom", + "70263": "Shade skull", + "70265": "Necromancer's air staff", + "70266": "Necromancer's earth staff", + "70267": "Necromancer's fire staff", + "70268": "Necromancer's lava staff", + "70269": "Necromancer's mud staff", + "70270": "Necromancer's steam staff", + "70271": "Necromancer's water staff", + "70272": "Skeletal battlestaff of air", + "70273": "Skeletal battlestaff of earth", + "70274": "Skeletal battlestaff of fire", + "70275": "Skeletal battlestaff of water", + "70276": "Skeletal lava battlestaff", + "70277": "Skeletal mud battlestaff", + "70278": "Skeletal steam battlestaff", + "70289": "Gary", + "70291": "Baby yaga house", + "70292": "Dagannoth mask", + "70293": "Dagannoth slayer helm", + "70294": "Jelly mask", + "70295": "Jelly slayer helm", + "70296": "Abyssal mask", + "70297": "Abyssal slayer helm", + "70298": "Kurask mask", + "70299": "Kurask slayer helm", + "70300": "Black demonical mask", + "70301": "Black demonical slayer helm", + "70302": "Troll mask", + "70303": "Troll slayer helm", + "70304": "Ganodermic mask", + "70305": "Ganodermic slayer helm", + "70306": "Gargoyle mask", + "70307": "Gargoyle slayer helm", + "70308": "Dark beast mask", + "70309": "Dark beast slayer helm", + "70310": "Dust devil mask", + "70311": "Dust devil slayer helm", + "70312": "Crawling hand mask", + "70313": "Crawling hand slayer helm", + "70314": "Basilisk mask", + "70315": "Basilisk slayer helm", + "70316": "Bloodveld mask", + "70317": "Bloodveld slayer helm", + "70318": "Banshee's mask", + "70319": "Banshee slayer helm", + "70320": "Cockatrice mask", + "70321": "Cockatrice slayer helm", + "70322": "Aberrant mask", + "70323": "Aberrant slayer helm", + "70351": "A stylish hat (female, maroon)", + "70352": "A stylish hat (female, yellow)", + "70353": "A stylish hat (male, green)", + "70354": "A stylish hat (male, maroon)", + "70355": "A stylish hat (male, yellow)", + "70356": "A stylish hat (female, green)", + "70357": "Acrobat hood", + "70358": "Acrobat pants", + "70359": "Acrobat shirt", + "70360": "Acrobat shoes", + "70361": "Circus ticket", + "70362": "Clown hat", + "70363": "Clown leggings", + "70364": "Clown shirt", + "70365": "Clown feet", + "70366": "Giant's hand", + "70367": "Ringmaster pants", + "70368": "Ringmaster shirt", + "70369": "Shirt (female, green)", + "70370": "Shirt (female, maroon)", + "70371": "Shirt (female, yellow)", + "70372": "Shirt (male, green)", + "70373": "Shirt (male, maroon)", + "70374": "Shirt (male, yellow)", + "70375": "Shoes (female, flats)", + "70376": "Shoes (female, straps)", + "70377": "Shoes (male, boots)", + "70378": "Shoes (male, shoes)", + "70379": "Skirt (green)", + "70380": "Skirt (maroon)", + "70381": "Skirt (yellow)", + "70382": "Tambourine", + "70383": "Leggings (green)", + "70384": "Leggings (maroon)", + "70385": "Leggings (yellow)", + "70386": "Ringmaster boots", + "70387": "Ringmaster hat", + "70388": "Ringmaster set", + "70389": "Acrobat set", + "70390": "Clown set", + "70391": "White mask", + "70392": "Ring of cabbage", + "70393": "Queen's guard hat", + "70394": "Queen's guard shirt", + "70395": "Queen's guard trousers", + "70396": "Queen's guard shoes", + "70397": "Queen's guard staff", + "70398": "Sack of mystery boxes", + "70399": "Fox ears", + "70400": "Fox tail", + "70401": "Prisoner top", + "70402": "Prisoner legs", + "70403": "Chocolate pot", + "70404": "Egg coating", + "70405": "Cute magic egg", + "70406": "Fancy magic egg", + "70407": "Big mysterious egg", + "70408": "Fancy ancient egg", + "70409": "Sweet small egg", + "70410": "Mysterious magic egg", + "70411": "Big ancient egg", + "70412": "Fancy sweet egg", + "70413": "Floppy bunny ears", + "70414": "Easter egg backpack", + "70415": "Chocolate rabbit", + "70420": "Oceanic relic", + "70421": "Piercing trident", + "70422": "Titan ballista", + "70423": "Obsidian javelin", + "70424": "Obsidian javelin heads", + "70425": "Aquifer aegis", + "70426": "Shark tooth", + "70427": "Shark tooth necklace", + "70428": "Shark jaw", + "70429": "Ring of piercing", + "70430": "Ring of piercing (i)", + "70431": "Atlantean trident", + "70432": "Tidal collector", + "70433": "Seamonkey staff (t1)", + "70434": "Seamonkey staff (t2)", + "70435": "Seamonkey staff (t3)", + "70436": "Seamonkey staff (t4)", + "70437": "Bruce", + "70438": "Crush", + "70439": "Pearl", + "70440": "Bluey", + "70441": "Oceanic dye", + "70442": "Oceanic shroud (tier 1)", + "70443": "Oceanic shroud (tier 2)", + "70444": "Oceanic shroud (tier 3)", + "70445": "Oceanic shroud (tier 4)", + "70446": "Oceanic shroud (tier 5)", + "70447": "Masori components", + "70448": "Gorajan warrior helmet (Oceanic)", + "70449": "Gorajan warrior top (Oceanic)", + "70450": "Gorajan warrior legs (Oceanic)", + "70451": "Gorajan warrior gloves (Oceanic)", + "70452": "Gorajan warrior boots (Oceanic)", + "70453": "Gorajan occult helmet (Oceanic)", + "70454": "Gorajan occult top (Oceanic)", + "70455": "Gorajan occult legs (Oceanic)", + "70456": "Gorajan occult gloves (Oceanic)", + "70457": "Gorajan occult boots (Oceanic)", + "70458": "Gorajan archer helmet (Oceanic)", + "70459": "Gorajan archer top (Oceanic)", + "70460": "Gorajan archer legs (Oceanic)", + "70461": "Gorajan archer gloves (Oceanic)", + "70462": "Gorajan archer boots (Oceanic)", + "70463": "TzKal cape (Volcanic)", + "70464": "TzKal cape (Oceanic)", + "71405": "Eggy", + "71425": "Message in a bottle", + "71426": "Hellfire bow (ice)", + "71427": "Hellfire bow (Oceanic)", + "71428": "OSB Jumper", + "71429": "BSO Jumper", + "71430": "Paint box", + "71431": "Skipper's tie", + "71432": "Remy's chef hat", + "71433": "Supply crate (s1)", + "71434": "Supply crate key (s1)", + "71435": "Archon headdress", + "71436": "Archon tassets", + "71437": "Archon crest", + "71438": "Archon gloves", + "71439": "Archon boots", + "71440": "Infernal slayer helmet(i) (ice)", + "71441": "Chincannon", + "71442": "Acrylic hood", + "71443": "Acrylic top", + "71444": "Acrylic bottom", + "71445": "Acrylic boots", + "71446": "Golden cape", + "71447": "Ban hammer", + "71448": "The Interrogator", + "71449": "Birthday love note", + "71450": "Veteran cape (1 year)", + "71451": "Veteran cape (2 year)", + "71452": "Veteran cape (3 year)", + "71453": "Veteran cape (4 year)", + "71454": "Bunch of flowers", + "71455": "Golden cape shard", + "71456": "Veteran hood (1 year)", + "71457": "Veteran hood (2 year)", + "71458": "Veteran hood (3 year)", + "71459": "Veteran hood (4 year)", + "71460": "Koschei's toothpick", + "71461": "Imperial helmet", + "71462": "Imperial cuirass", + "71463": "Imperial legs", + "71464": "Imperial gloves", + "71465": "Imperial sabatons", + "71466": "Rubber flappy", + "71467": "Birthday crate (s2)", + "71468": "Birthday crate key (s2)", + "71469": "Cake partyhat", + "71470": "Delicious birthday cake", + "71471": "Buggy", + "71472": "Shelldon shield", + "71473": "Bug jar", + "71474": "Perfect pot of flour", + "71475": "Perfect bucket of milk", + "71476": "Perfect egg", + "71477": "Full bug jar", + "71478": "Acrylic set", + "71479": "Completionist hood", + "71480": "Baby zamorak hawk", + "71481": "Juvenile zamorak hawk", + "71482": "Zamorak hawk", + "71483": "Baby guthix raptor", + "71484": "Juvenile guthix raptor", + "71485": "Guthix raptor", + "71486": "Baby saradomin owl", + "71487": "Juvenile saradomin owl", + "71488": "Saradomin owl", + "71489": "Saradomin egg", + "71490": "Guthix egg", + "71491": "Zamorak egg", + "71492": "Warpriest of Zamorak helm", + "71493": "Warpriest of Zamorak cuirass", + "71494": "Warpriest of Zamorak greaves", + "71495": "Warpriest of Zamorak boots", + "71496": "Warpriest of Zamorak gauntlets", + "71497": "Warpriest of Zamorak cape", + "71498": "Warpriest of Zamorak set", + "71499": "Warpriest of Saradomin helm", + "71500": "Warpriest of Saradomin cuirass", + "71501": "Warpriest of Saradomin greaves", + "71502": "Warpriest of Saradomin boots", + "71503": "Warpriest of Saradomin gauntlets", + "71504": "Warpriest of Saradomin cape", + "71505": "Warpriest of Saradomin set", + "71506": "Warpriest of Armadyl helm", + "71507": "Warpriest of Armadyl cuirass", + "71508": "Warpriest of Armadyl greaves", + "71509": "Warpriest of Armadyl boots", + "71510": "Warpriest of Armadyl gauntlets", + "71511": "Warpriest of Armadyl cape", + "71512": "Warpriest of Armadyl set", + "71513": "Warpriest of Bandos helm", + "71514": "Warpriest of Bandos cuirass", + "71515": "Warpriest of Bandos greaves", + "71516": "Warpriest of Bandos boots", + "71517": "Warpriest of Bandos gauntlets", + "71518": "Warpriest of Bandos cape", + "71519": "Warpriest of Bandos set", + "71520": "Vasa cloak (saradomin)", + "71521": "Vasa cloak (zamorak)", + "71522": "Carapace", + "71523": "Carapace boots", + "71524": "Carapace gloves", + "71525": "Carapace helm", + "71526": "Carapace legs", + "71527": "Carapace shield", + "71528": "Carapace torso", + "71529": "Dragonstone upgrade kit", + "71530": "Dragonstone full helm(u)", + "71531": "Dragonstone platebody(u)", + "71532": "Dragonstone platelegs(u)", + "71533": "Dragonstone boots(u)", + "71534": "Dragonstone gauntlets(u)", + "71536": "Dark Temple key", + "71537": "Elite black knight sword", + "71538": "Elite black knight kiteshield", + "71539": "Elite black knight helm", + "71540": "Elite black knight platebody", + "71541": "Elite black knight platelegs", + "71542": "Zamorakian codex", + "71543": "Herbert", + "71560": "Dungsoaked message", + "71561": "Bloodsoaked cowhide", + "71562": "Bloodsoaked fur", + "71563": "Torn fur", + "71564": "Bloodsoaked children's book", + "71565": "Mysterious clue (1)", + "71566": "Mysterious clue (2)", + "71567": "Mysterious clue (3)", + "71568": "Mysterious clue (4)", + "71569": "Mysterious clue (5)", + "71570": "Mysterious clue (6)", + "71571": "Penguin egg", + "71572": "Skip", + "71573": "Frostclaw cape", + "71574": "Cold heart", + "71575": "Yeti hide", + "71576": "Raw yeti meat", + "71580": "Spooky crate (s3)", + "71581": "Spooky crate key (s3)", + "71582": "Spooky spider parasol", + "71583": "Voodoo doll", + "71584": "Count Draynor torso", + "71585": "Count Draynor bottoms", + "71586": "Count Draynor cape", + "71587": "Count Draynor hands", + "71588": "Count Draynor shoes", + "71589": "Count Draynor fangs", + "71590": "Ghostweave", + "71591": "Ghostly ringmaster gloves", + "71592": "Ghostly ringmaster shirt", + "71593": "Ghostly ringmaster boots", + "71594": "Ghostly ringmaster pants", + "71595": "Ghostly jester tights", + "71596": "Ghostly jester top", + "71597": "Ghostly jester boots", + "71598": "Ghostly jester gloves", + "71599": "Ghostly chicken head", + "71600": "Ghostly chicken gloves", + "71601": "Ghostly chicken legs", + "71602": "Ghostly chicken wings", + "71603": "Ghostly chicken feet", + "71604": "Ghostly lederhosen boots", + "71605": "Ghostly lederhosen top", + "71606": "Ghostly lederhosen shorts", + "71607": "Ghostly lederhosen hat", + "71608": "Ghostly ringmaster hat", + "71609": "Ghostly jester hat", + "71610": "Ghostly lederhosen gloves", + "71611": "Cob cap", + "71612": "Pumpkin peepers", + "71613": "Ghostly zombie mask", + "71614": "Ghostly zombie boots", + "71615": "Ghostly zombie shirt", + "71616": "Ghostly zombie trousers", + "71617": "Ghostly zombie gloves", + "71618": "Spooky sombrero", + "71619": "Demonic halloween mask", + "71620": "Spooky dye", + "71621": "The Grim Reaper", + "71622": "Dwarven pumpkinsmasher", + "71623": "Deathly collector", + "71700": "Torva armour set", + "71701": "Pernix armour set", + "71702": "Virtus armour set", + "71703": "Drygore rapier set", + "71704": "Drygore mace set", + "71705": "Drygore longsword set", + "71706": "Dwarven armour set", + "71900": "Maledict hat", + "71901": "Maledict top", + "71902": "Maledict legs", + "71903": "Maledict cape", + "71904": "Maledict boots", + "71905": "Maledict amulet", + "71906": "Maledict ring", + "71907": "Maledict gloves", + "71908": "Maledict codex", + "71909": "Covenant of grimace", + "71910": "Bag of tricks", + "71911": "Fool's ace", + "71912": "Pandora's box", + "71913": "Splooky fwizzle", + "71916": "Mini mortimer", + "71917": "Doopy", + "71919": "Demonic piercer", + "71920": "Bat bat", + "71921": "Casper", + "71922": "TzKal cape (spooky)", + "71923": "Soul shield", + "71924": "Evil partyhat", + "71925": "Spooky sheet", + "71926": "Spooky aura", + "71927": "Cosmic dice", + "71928": "Purple halloween mask", + "71930": "Echo", + "71931": "Blood chalice", + "71932": "Hemoglyphs", + "71933": "Bloodstone obelisk", + "71934": "Vampyric plushie", + "71935": "Drakan fangs", + "71936": "Silver stake", + "71937": "Vampyre hunter boots", + "71938": "Vampyre hunter legs", + "71939": "Vampyre hunter hat", + "71940": "Vampyre hunter top", + "71941": "Vampyre hunter cuffs", + "71943": "Blightbrand", + "71944": "Blood orange seed", + "71945": "Blood orange", + "71946": "Completionist hood (t)", + "72000": "Grinch head", + "72001": "Grinch top", + "72002": "Grinch legs", + "72003": "Grinch feet", + "72004": "Grinch hands", + "72005": "Grinch santa hat", + "72006": "Festive partyhat", + "72007": "Christmas jumper (frosty)", + "72008": "Christmas cape (wintertodt blue)", + "72009": "Christmas cape (jolly red)", + "72010": "Christmas cape (snowy tree)", + "72011": "Christmas cape (rainbow)", + "72012": "Christmas cape (classic)", + "72013": "Christmas jumper (jolly red)", + "72014": "Christmas jumper (green)", + "72015": "Infernal slayer helmet(i) (xmas)", + "72016": "Festive crate (s4)", + "72017": "Festive crate key (s4)", + "72018": "Santa costume top (male)", + "72019": "Santa costume top (female)", + "72020": "Santa costume skirt", + "72021": "Santa costume pants", + "72022": "Santa costume gloves", + "72023": "Santa costume boots", + "72024": "Raw rat milk", + "72025": "Scorched rat milk", + "72026": "Fresh rat milk", + "72027": "Pristine chocolate bar", + "72028": "Cocoa bean", + "72029": "Chomped chocolate bits", + "72030": "Ashy flour", + "72031": "Snail oil", + "72032": "Grimy salt", + "72033": "Milk with spoon", + "72034": "Banana-butter", + "72035": "Smokey egg", + "72036": "Hairy banana-butter", + "72037": "Christmas cake recipe", + "72038": "Ginger root", + "72039": "Dodgy bread", + "72040": "Gingerbread", + "72041": "Christmas cake", + "72042": "Burnt christmas cake", + "72043": "Mistle-bow-tie", + "72044": "Rudolph", + "72045": "Note from pets", + "72050": "Frosty parasol", + "72051": "Frosty wings", + "72052": "Frosty cape", + "72053": "Frosty staff", + "72054": "Tinsel twirler", + "72055": "Metallic chocolate dust", + "72450": "Guthix Green paint can", + "72451": "TzHaar Orange paint can", + "72452": "Gilded Gold paint can", + "72453": "Vorkath Blue paint can", + "72454": "Sapphire Blue paint can", + "72455": "Pretty Pink paint can", + "72456": "Zamorak Red paint can", + "72457": "BSO Blurple paint can", + "72458": "Abyssal Purple paint can", + "72459": "Amethyst Purple paint can", + "72460": "Ruby Red paint can", + "72461": "Silver Light paint can", + "72462": "Drakan Dark paint can", + "72463": "Inversion paint can", + "73000": "Divination master cape", + "73001": "Divination hood", + "73002": "Divination cape", + "73003": "Divination cape(t)", + "73004": "Bright energy", + "73005": "Brilliant energy", + "73006": "Flickering energy", + "73007": "Elder energy", + "73008": "Gleaming energy", + "73009": "Glowing energy", + "73010": "Pale energy", + "73011": "Incandescent energy", + "73012": "Luminous energy", + "73013": "Lustrous energy", + "73014": "Vibrant energy", + "73015": "Sparkling energy", + "73016": "Radiant energy", + "73017": "Advax berry seed", + "73018": "Advax berry", + "73019": "Spirit weed seed", + "73020": "Grimy spirit weed", + "73021": "Spirit weed", + "73022": "Boon of elder energy", + "73023": "Boon of lustrous energy", + "73024": "Boon of vibrant energy", + "73025": "Boon of gleaming energy", + "73026": "Boon of sparkling energy", + "73027": "Boon of glowing energy", + "73028": "Boon of bright energy", + "73029": "Boon of flickering energy", + "73030": "Boon of incandescent energy", + "73031": "Boon of luminous energy", + "73032": "Boon of radiant energy", + "73033": "Boon of brilliant energy", + "73034": "Diviner's headwear", + "73035": "Diviner's robe", + "73036": "Diviner's legwear", + "73037": "Diviner's handwear", + "73038": "Diviner's footwear", + "73039": "Wisp-buster", + "73040": "Guthixian cache boost", + "73041": "Cache portent", + "73042": "Divine hand", + "73043": "Graceful portent", + "73044": "Rogues portent", + "73045": "Ancient energy", + "73046": "Boon of ancient energy", + "73047": "Dungeon portent", + "73048": "Lucky portent", + "73049": "Divination potion", + "73050": "Divine egg", + "73051": "Jar of memories", + "73052": "Rebirth portent", + "73053": "Spiritual mining portent", + "73054": "Pacifist hunting portent", + "73055": "Drygore axe", + "73056": "Eagle egg", + "73057": "Solite", + "73058": "Solite platelegs", + "73059": "Solite gloves", + "73060": "Solite helm", + "73061": "Solite chestplate", + "73062": "Solite cape", + "73063": "Solite boots", + "73064": "Solite shield", + "73065": "Solite blade", + "73066": "Solervus helm", + "73067": "Solervus platebody", + "73068": "Solervus platelegs", + "73069": "Solervus gloves", + "73070": "Solervus boots", + "73071": "Solervus cape", + "73072": "Axe of the high sungod", + "73073": "Sunlight sprouter", + "73074": "Axe of the high sungod (u)", + "73075": "Lunite", + "73076": "Noom", + "73077": "Moonlight mutator", + "73078": "Lunite platelegs", + "73079": "Lunite gloves", + "73080": "Lunite helm", + "73081": "Lunite chestplate", + "73082": "Lunite cape", + "73083": "Lunite boots", + "73084": "Celestial helm", + "73085": "Celestial platebody", + "73086": "Celestial platelegs", + "73087": "Celestial gloves", + "73088": "Celestial boots", + "73089": "Celestial cape", + "73090": "Atomic energy", + "73091": "Sun-metal scraps", + "73092": "Sun-metal bar", + "73093": "Axe handle base", + "73094": "Sundial scimitar", + "73095": "Sun-god axe head", + "73096": "Axe handle", + "73097": "Demonic jibwings", + "73098": "Abyssal jibwings", + "73099": "3rd age jibwings", + "73100": "Impling locator", + "73101": "Divine ring", + "73102": "Demonic jibwings (e)", + "73103": "Abyssal jibwings (e)", + "73104": "3rd age jibwings (e)", + "73105": "Moondash charm", + "73106": "Herbal zygomite spores", + "73107": "Barky zygomite spores", + "73109": "Fruity zygomite spores", + "73110": "Moonlight essence", + "73111": "Fungo", + "73112": "Golden bunny ears", + "73113": "Easter-egg delight", + "73114": "Easter-egg salad", + "73115": "Cute bunny cape", + "73116": "Easter jumper", + "73117": "Bunny plushie", + "73118": "Easter tunic", + "73119": "Easter breeches", + "73120": "Easter shoes", + "73121": "Easter crate (s5)", + "73122": "Easter crate key (s5)", + "73123": "Clue scroll (elder)", + "73124": "Reward casket (elder)", + "73125": "Octo", + "73126": "First age robe top", + "73127": "First age robe bottom", + "73128": "Elder scroll piece", + "73129": "Commander cap", + "73130": "Commander top", + "73131": "Commander trousers", + "73132": "Commander gloves", + "73133": "Commander boots", + "73134": "Lord marshal cap", + "73135": "Lord marshal top", + "73136": "Lord marshal trousers", + "73137": "Lord marshal gloves", + "73138": "Lord marshal boots", + "73139": "Akumu mask", + "73140": "Demon statuette", + "73141": "2nd age range coif", + "73142": "2nd age range top", + "73143": "2nd age range legs", + "73144": "2nd age bow", + "73145": "2nd age mage mask", + "73146": "2nd age mage top", + "73147": "2nd age mage bottom", + "73148": "2nd age staff", + "73149": "Clue bag", + "73150": "Apple parasol", + "73151": "Watermelon parasol", + "73152": "Lime parasol", + "73153": "Lemon parasol", + "73154": "Strawberry parasol", + "73155": "Blueberry parasol", + "73156": "Grape parasol", + "73157": "Coconut parasol", + "73158": "Detective hat", + "73159": "Detective trenchcoat", + "73160": "Detective pants", + "73161": "Inventors tools", + "73162": "Spiders leg bottom", + "73163": "Baby venatrix", + "73164": "Offhand spidergore rapier", + "73165": "Nightmarish ashes", + "73166": "Cursed onyx", + "73167": "Lumina", + "73168": "Mini akumu", + "73169": "Deathly toxic potion", + "73170": "Toxic zygomite spores", + "73171": "Cluckers", + "73172": "Queen goldemar blouse", + "73173": "Queen goldemar skirt", + "73174": "Queen goldemar beard", + "73175": "Dwarven frying pan", + "73176": "Offhand dwarven spatula", + "73177": "Dwarfqueen tiara", + "73178": "Large egg", + "73179": "Webshooter", + "73180": "Venatrix webbing", + "73181": "Venatrix eggs", + "73182": "Elder knowledge", + "73185": "Frost mask", + "73186": "Nex plushie", + "73187": "Dunce hat", + "73188": "Dunce top", + "73189": "Dunce legs", + "73190": "Dunce gloves", + "73191": "Dunce shoes", + "73192": "Chilli chocolate", + "73193": "Zak plushie", + "73200": "Birthday crate (s6)", + "73201": "Birthday crate key (s6)", + "73202": "Ethereal partyhat", + "73203": "Swan hat", + "73204": "Swan scarf", + "73205": "Rose tinted glasses", + "73206": "Blabberbeak jumper", + "73207": "BSO banner", + "73208": "Blueberry birthday cake", + "73209": "Gambling skillcape", + "73210": "Raw plopper bacon", + "73211": "Cooked plopper bacon", + "73212": "Monkey cape", + "73213": "BSO flowers", + "73214": "Ceremonial top", + "73215": "Ceremonial legs", + "73216": "Ceremonial boots", + "73217": "Ceremonial cape", + "73218": "Ceremonial hat", + "73219": "Plopper nose", + "73220": "Hoppy plushie", + "73221": "Dice plushie", + "73222": "Offhand dice plushie", + "73223": "Tidal collector (i)", + "73224": "Pernix components", + "88888": "Bucket of dung", + "121234": "Burnt celebratory cake", + "121521": "Celebratory cake with candle", + "122001": "Lit celebratory cake", + "122002": "Olof's gold", + "122003": "Bingo ticket", + "152616": "Tormented skull" +} diff --git a/data/ca_tasks.md b/data/ca_tasks.md new file mode 100644 index 00000000000..c78192d1ba2 --- /dev/null +++ b/data/ca_tasks.md @@ -0,0 +1,526 @@ + +| Monster | Task Name | How To Unlock | | +| -- | -- | -- | +| Aberrant Spectre | Noxious Foe | Kill an Aberrant Spectre. | +| Barrows | Barrows Novice | Open the Barrows chest 10 times. | +| Barrows | Defence? What Defence? | Kill any Barrows Brother using only magical damage. | +| Black Dragon | Big, Black and Fiery | Kill a Black Dragon. | +| Bloodveld | The Demonic Punching Bag | Kill a Bloodveld. | +| Bryophyta | Preparation Is Key | Kill Bryophyta without suffering any poison damage. | +| Bryophyta | Fighting as Intended II | Kill Bryophyta on a free to play world. | +| Bryophyta | Bryophyta Novice | Kill Bryophyta once. | +| Bryophyta | A Slow Death | Kill Bryophyta with either poison or venom being the final source of damage. | +| Bryophyta | Protection from Moss | Kill Bryophyta with the Protect from Magic prayer active. | +| Deranged Archaeologist | Deranged Archaeologist Novice | Kill the Deranged Archaeologist 10 times. | +| Fire Giant | The Walking Volcano | Kill a Fire Giant. | +| Giant Mole | Giant Mole Novice | Kill the Giant Mole 10 times. | +| Greater Demon | A Greater Foe | Kill a Greater Demon. | +| Greater Demon | Not So Great After All | Finish off a Greater Demon with a demonbane weapon. | +| Hellhound | A Demon's Best Friend | Kill a Hellhound. | +| King Black Dragon | King Black Dragon Novice | Kill the King Black Dragon 10 times. | +| Lizardman Shaman | A Scaley Encounter | Kill a Lizardman Shaman. | +| Lizardman Shaman | Shayzien Protector | Kill a Lizardman Shaman in Molch which has not dealt damage to anyone. (excluding its Spawns) | +| Obor | Obor Novice | Kill Obor once. | +| Obor | Fighting as Intended | Kill Obor on a free to play world. | +| Obor | Sleeping Giant | Kill Obor whilst he is immobilized. | +| Other | Into the Den of Giants | Kill a Hill Giant, Moss Giant and Fire Giant in the Giant Cave within the Shayzien region. | +| Sarachnis | Sarachnis Novice | Kill Sarachnis 10 times. | +| Scurrius | Sit Rat | Finish off Scurrius with a ratbane weapon. | +| Scurrius | Scurrius Novice | Kill Scurrius once. | +| Tempoross | Master of Buckets | Extinguish at least 5 fires during a single Tempoross fight. | +| Tempoross | Calm Before the Storm | Repair either a mast or a totem pole. | +| Tempoross | Fire in the Hole! | Attack Tempoross from both sides by loading both cannons on both ships. | +| Tempoross | Tempoross Novice | Subdue Tempoross 5 times. | +| Wintertodt | Handyman | Repair a brazier which has been destroyed by the Wintertodt. | +| Wintertodt | Cosy | Subdue the Wintertodt with four pieces of warm equipment equipped. | +| Wintertodt | Mummy! | Heal a pyromancer after they have fallen. | +| Wintertodt | Wintertodt Novice | Subdue the Wintertodt 5 times. | +| Wyrm | A Slithery Encounter | Kill a Wyrm. | + + +| Monster | Task Name | How To Unlock | | +| -- | -- | -- | +| Barrows | Pray for Success | Kill all six Barrows Brothers and loot the Barrows chest without taking any damage from any of the brothers. | +| Barrows | Barrows Champion | Open the Barrows chest 25 times. | +| Barrows | Can't Touch Me | Kill Dharok, Verac, Torag and Guthan without letting them attack you with melee. | +| Brutal Black Dragon | Brutal, Big, Black and Firey | Kill a Brutal Black Dragon. | +| Bryophyta | Bryophyta Champion | Kill Bryophyta 5 times. | +| Bryophyta | Quick Cutter | Kill all 3 of Bryophyta's growthlings within 3 seconds of the first one dying. | +| Chaos Fanatic | Chaos Fanatic Champion | Kill the Chaos Fanatic 10 times. | +| Chaos Fanatic | Sorry, What Was That? | Kill the Chaos Fanatic without anyone being hit by his explosion attack. | +| Crazy Archaeologist | I'd Rather Not Learn | Kill the Crazy Archaeologist without anyone being hit by his 'Rain of Knowledge' attack. | +| Crazy Archaeologist | Crazy Archaeologist Champion | Kill the Crazy Archaeologist 10 times. | +| Crazy Archaeologist | Mage of the Ruins | Kill the Crazy Archaeologist with only magical attacks. | +| Dagannoth Prime | Dagannoth Prime Champion | Kill Dagannoth Prime 10 times. | +| Dagannoth Rex | Dagannoth Rex Champion | Kill Dagannoth Rex 10 times. | +| Dagannoth Rex | A Frozen King | Kill Dagannoth Rex whilst he is immobilized. | +| Dagannoth Supreme | Dagannoth Supreme Champion | Kill Dagannoth Supreme 10 times. | +| Deranged Archaeologist | I'd Rather Be Illiterate | Kill the Deranged Archaeologist without anyone being hit by his 'Learn to Read' attack. | +| Deranged Archaeologist | Mage of the Swamp | Kill the Deranged Archaeologist with only magical attacks. | +| Deranged Archaeologist | Deranged Archaeologist Champion | Kill the Deranged Archaeologist 25 times. | +| Gargoyle | A Smashing Time | Kill a Gargoyle. | +| Giant Mole | Giant Mole Champion | Kill the Giant mole 25 times. | +| Giant Mole | Avoiding Those Little Arms | Kill the Giant Mole without her damaging anyone. | +| King Black Dragon | King Black Dragon Champion | Kill the King Black Dragon 25 times. | +| King Black Dragon | Claw Clipper | Kill the King Black Dragon with the Protect from Melee prayer activated. | +| King Black Dragon | Antifire Protection | Kill the King Black Dragon with an antifire potion active and an antidragon shield equipped. | +| King Black Dragon | Hide Penetration | Kill the King Black Dragon with a stab weapon. | +| Kurask | Master of Broad Weaponry | Kill a Kurask. | +| Obor | Back to the Wall | Kill Obor without being pushed back more than one square by his knockback attack. | +| Obor | Squashing the Giant | Kill Obor without taking any damage off prayer. | +| Obor | Obor Champion | Kill Obor 5 times. | +| Sarachnis | Newspaper Enthusiast | Kill Sarachnis with a crush weapon. | +| Sarachnis | Sarachnis Champion | Kill Sarachnis 25 times. | +| Scurrius | Scurrius Champion | Kill Scurrius 10 times. | +| Scurrius | Perfect Scurrius | Kill Scurrius in a private instance without taking damage from the following attacks: Tail Swipe and Falling Bricks. Pray correctly against the following attacks: Flying Fur and Bolts of Electricity. | +| Scurrius | Efficient Pest Control | Kill 6 Giant Rats within Scurrius' lair in 3 seconds. | +| Skeletal Wyvern | A Frozen Foe from the Past | Kill a Skeletal Wyvern. | +| Skotizo | Demonbane Weaponry | Kill Skotizo with a demonbane weapon equipped. | +| Skotizo | Skotizo Champion | Kill Skotizo once. | +| Skotizo | Demonic Weakening | Kill Skotizo with no altars active. | +| Tempoross | Tempoross Champion | Subdue Tempoross 10 times. | +| Tempoross | The Lone Angler | Subdue Tempoross alone without getting hit by any fires, torrents or waves. | +| Wintertodt | Leaving No One Behind | Subdue the Wintertodt without any of the Pyromancers falling. | +| Wintertodt | Can We Fix It? | Subdue the Wintertodt without allowing all 4 braziers to be broken at the same time. | +| Wintertodt | Wintertodt Champion | Subdue the Wintertodt 10 times. | + + +| Monster | Task Name | How To Unlock | | +| -- | -- | -- | +| Abyssal Sire | Abyssal Adept | Kill the Abyssal Sire 20 times. | +| Abyssal Sire | Don't Whip Me | Kill the Abyssal Sire without being hit by any external tentacles. | +| Abyssal Sire | Don't Stop Moving | Kill the Abyssal Sire without taking damage from any miasma pools. | +| Abyssal Sire | They Grow Up Too Fast | Kill the Abyssal Sire without letting any Scion mature. | +| Barrows | Faithless Crypt Run | Kill all six Barrows Brothers and loot the Barrows chest without ever having more than 0 prayer points. | +| Barrows | Just Like That | Kill Karil using only damage dealt by special attacks. | +| Callisto | Callisto Adept | Kill Callisto 10 times. | +| Chaos Elemental | Chaos Elemental Adept | Kill the Chaos Elemental 10 times. | +| Chaos Elemental | The Flincher | Kill the Chaos Elemental without taking any damage from it's attacks. | +| Chaos Elemental | Hoarder | Kill the Chaos Elemental without it unequipping any of your items. | +| Chaos Fanatic | Praying to the Gods | Kill the Chaos Fanatic 10 times without drinking any potion which restores prayer or leaving the Wilderness. | +| Chaos Fanatic | Chaos Fanatic Adept | Kill the Chaos Fanatic 25 times. | +| Commander Zilyana | Commander Showdown | Finish off Commander Zilyana while all of her bodyguards are dead. | +| Commander Zilyana | Commander Zilyana Adept | Kill Commander Zilyana 50 times. | +| Crazy Archaeologist | Crazy Archaeologist Adept | Kill the Crazy Archaeologist 25 times. | +| Dagannoth Prime | Dagannoth Prime Adept | Kill Dagannoth Prime 25 times. | +| Dagannoth Rex | Dagannoth Rex Adept | Kill Dagannoth Rex 25 times. | +| Dagannoth Supreme | Dagannoth Supreme Adept | Kill Dagannoth Supreme 25 times. | +| General Graardor | General Graardor Adept | Kill General Graardor 50 times. | +| General Graardor | General Showdown | Finish off General Graardor whilst all of his bodyguards are dead. | +| General Graardor | Ourg Freezer | Kill General Graardor whilst he is immobilized. | +| Giant Mole | Why Are You Running? | Kill the Giant Mole without her burrowing more than 2 times. | +| Giant Mole | Whack-a-Mole | Kill the Giant Mole within 10 seconds of her resurfacing. | +| Grotesque Guardians | Static Awareness | Kill the Grotesque Guardians without being hit by any lightning attacks. | +| Grotesque Guardians | Prison Break | Kill the Grotesque Guardians without taking damage from Dusk's prison attack. | +| Grotesque Guardians | Don't Look at the Eclipse | Kill the Grotesque Guardians without taking damage from Dusk's blinding attack. | +| Grotesque Guardians | Granite Footwork | Kill the Grotesque Guardians without taking damage from Dawn's rockfall attack. | +| Grotesque Guardians | Heal No More | Kill the Grotesque Guardians without letting Dawn receive any healing from her orbs. | +| Grotesque Guardians | Grotesque Guardians Adept | Kill the Grotesque Guardians 25 times. | +| Hespori | Hespori Adept | Kill Hespori 5 times. | +| Hespori | Hesporisn't | Finish off Hespori with a special attack. | +| Hespori | Weed Whacker | Kill all of Hesporis flowers within 5 seconds. | +| K'ril Tsutsaroth | Demonic Showdown | Finish off K'ril Tsutsaroth whilst all of his bodyguards are dead. | +| K'ril Tsutsaroth | Demonbane Weaponry II | Finish off K'ril Tsutsaroth with a demonbane weapon. | +| K'ril Tsutsaroth | K'ril Tsutsaroth Adept | Kill K'ril Tsutsaroth 50 times. | +| K'ril Tsutsaroth | Yarr No More | Receive kill-credit for K'ril Tsutsaroth without him using his special attack. | +| Kalphite Queen | Kalphite Queen Adept | Kill the Kalphite Queen 25 times. | +| Kalphite Queen | Chitin Penetrator | Kill the Kalphite Queen while her defence was last lowered by you. | +| King Black Dragon | Who Is the King Now? | Kill The King Black Dragon 10 times in a private instance without leaving the instance. | +| Kraken | Unnecessary Optimization | Kill the Kraken after killing all four tentacles. | +| Kraken | Krakan't Hurt Me | Kill the Kraken 25 times in a private instance without leaving the room. | +| Kraken | Kraken Adept | Kill the Kraken 20 times. | +| Kree'arra | Airborne Showdown | Finish off Kree'arra whilst all of his bodyguards are dead. | +| Kree'arra | Kree'arra Adept | Kill Kree'arra 50 times. | +| Phantom Muspah | Phantom Muspah Adept | Kill the Phantom Muspah. | +| Sarachnis | Inspect Repellent | Kill Sarachnis without her dealing damage to anyone. | +| Sarachnis | Ready to Pounce | Kill Sarachnis without her using her range attack twice in a row. | +| Scorpia | Guardians No More | Kill Scorpia without killing her guardians. | +| Scorpia | I Can't Reach That | Kill Scorpia without taking any damage from her. | +| Scorpia | Scorpia Adept | Kill Scorpia 10 times. | +| Skotizo | Skotizo Adept | Kill Skotizo 5 times. | +| Tempoross | Dress Like You Mean It | Subdue Tempoross while wearing any variation of the angler outfit. | +| Tempoross | Why Cook? | Subdue Tempoross, getting rewarded with 10 reward permits from a single Tempoross fight. | +| The Nightmare | Nightmare Adept | Kill The Nightmare once. | +| Theatre of Blood: Entry Mode | Theatre of Blood: SM Adept | Complete the Theatre of Blood: Entry Mode 1 time. | +| Tombs of Amascut | Movin' on up | Complete a Tombs of Amascut raid at level 50 or above. | +| Tombs of Amascut: Entry Mode | Confident Raider | Complete a Tombs of Amascut raid at level 100 or above. | +| Tombs of Amascut: Entry Mode | Novice Tomb Explorer | Complete the Tombs of Amascut in Entry mode (or above) once. | +| Tombs of Amascut: Entry Mode | Novice Tomb Looter | Complete the Tombs of Amascut in Entry mode (or above) 25 times. | +| Venenatis | Venenatis Adept | Kill Venenatis 10 times. | +| Vet'ion | Vet'ion Adept | Kill Vet'ion 10 times. | +| Wintertodt | Why Fletch? | Subdue the Wintertodt after earning 3000 or more points. | +| Zulrah | Zulrah Adept | Kill Zulrah 25 times. | + + +| Monster | Task Name | How To Unlock | | +| -- | -- | -- | +| Abyssal Sire | Perfect Sire | Kill the Abyssal Sire without taking damage from the external tentacles, miasma pools, explosion or damage from the Abyssal Sire without praying the appropriate protection prayer. | +| Abyssal Sire | Abyssal Veteran | Kill the Abyssal Sire 50 times. | +| Abyssal Sire | Demonic Rebound | Use the Vengeance spell to reflect the damage from the Abyssal Sire's explosion back to him. | +| Abyssal Sire | Respiratory Runner | Kill the Abyssal Sire after only stunning him once. | +| Alchemical Hydra | Alchemical Veteran | Kill the Alchemical Hydra 75 times. | +| Araxxor | Araxxor Veteran | Complete Wave 4 without taking avoidable damage from a Manticore. | +| Araxxor | Araxxor Speed-Trialist | Complete Wave 4 without taking avoidable damage from a Manticore. | +| Araxxor | Relaxxor | Kill Araxxor after destroying six eggs. | +| Araxxor | Relaxxor | Kill Araxxor after destroying six eggs. | +| Basilisk Knight | Reflecting on This Encounter | Kill a Basilisk Knight. | +| Callisto | Callisto Veteran | Kill Callisto 20 times. | +| Cerberus | Ghost Buster | Kill Cerberus after successfully negating 6 or more attacks from Summoned Souls. | +| Cerberus | Unrequired Antifire | Kill Cerberus without taking damage from any lava pools. | +| Cerberus | Cerberus Veteran | Kill Cerberus 75 times. | +| Cerberus | Anti-Bite Mechanics | Kill Cerberus without taking any melee damage. | +| Chambers of Xeric | Redemption Enthusiast | Kill the Abyssal Portal without forcing Vespula to land. | +| Chambers of Xeric | Perfectly Balanced | Kill the Vanguards without them resetting their health. | +| Chambers of Xeric | Dancing with Statues | Receive kill-credit for a Stone Guardian without taking damage from falling rocks. | +| Chambers of Xeric | Shayzien Specialist | Receive kill-credit for a Lizardman Shaman without taking damage from any shamans in the room. | +| Chambers of Xeric | Cryo No More | Receive kill-credit for the Ice Demon without taking any damage. | +| Chambers of Xeric | Chambers of Xeric Veteran | Complete the Chambers of Xeric 25 times. | +| Chambers of Xeric | Mutta-diet | Kill the Muttadile without letting her or her baby recover hitpoints from the meat tree. | +| Chambers of Xeric | Blizzard Dodger | Receive kill-credit for the Ice Demon without activating the Protect from Range prayer. | +| Chambers of Xeric | Undying Raid Team | Complete a Chambers of Xeric raid without anyone dying. | +| Chambers of Xeric | Kill It with Fire | Finish off the Ice Demon with a fire spell. | +| Chambers of Xeric | Together We'll Fall | Kill the Vanguards within 10 seconds of the first one dying. | +| Chambers of Xeric: Challenge Mode | Dust Seeker | Complete a Chambers of Xeric Challenge mode raid in the target time. | +| Chaos Elemental | Chaos Elemental Veteran | Kill the Chaos Elemental 25 times. | +| Colosseum | I was here first! | Kill a Jaguar Warrior using a Claw-type weapon special attack. | +| Colosseum | Denied | Complete Wave 7 without the Minotaur ever healing other enemies. | +| Colosseum | Furball | Complete Wave 4 without taking avoidable damage from a Manticore. | +| Commander Zilyana | Commander Zilyana Veteran | Kill Commander Zilyana 100 times. | +| Commander Zilyana | Reminisce | Kill Commander Zilyana in a private instance with melee only. | +| Corporeal Beast | Chicken Killer | Kill the Corporeal Beast solo. | +| Corporeal Beast | Hot on Your Feet | Kill the Corporeal Beast without anyone killing the dark core or taking damage from the dark core. | +| Corporeal Beast | Corporeal Beast Veteran | Kill the Corporeal Beast 25 times. | +| Corporeal Beast | Finding the Weak Spot | Finish off the Corporeal Beast with a Crystal Halberd special attack. | +| Corrupted Hunllef | 3, 2, 1 - Mage | Kill the Corrupted Hunllef without taking damage off prayer. | +| Corrupted Hunllef | Corrupted Gauntlet Veteran | Complete the Corrupted Gauntlet 5 times. | +| Crystalline Hunllef | Gauntlet Veteran | Complete the Gauntlet 5 times. | +| Crystalline Hunllef | Wolf Puncher | Kill the Crystalline Hunllef without making more than one attuned weapon. | +| Crystalline Hunllef | 3, 2, 1 - Range | Kill the Crystalline Hunllef without taking damage off prayer. | +| Crystalline Hunllef | Crystalline Warrior | Kill the Crystalline Hunllef with a full set of perfected armour equipped. | +| Crystalline Hunllef | Egniol Diet | Kill the Crystalline Hunllef without making an egniol potion within the Gauntlet. | +| Dagannoth Prime | From One King to Another | Kill Prime using a Rune Thrownaxe special attack, bounced off Dagannoth Rex. | +| Dagannoth Prime | Death to the Seer King | Kill Dagannoth Prime whilst under attack by Dagannoth Supreme and Dagannoth Rex. | +| Dagannoth Rex | Death to the Warrior King | Kill Dagannoth Rex whilst under attack by Dagannoth Supreme and Dagannoth Prime. | +| Dagannoth Rex | Toppling the Diarchy | Kill Dagannoth Rex and one other Dagannoth king at the exact same time. | +| Dagannoth Supreme | Death to the Archer King | Kill Dagannoth Supreme whilst under attack by Dagannoth Prime and Dagannoth Rex. | +| Dagannoth Supreme | Rapid Succession | Kill all three Dagannoth Kings within 9 seconds of the first one. | +| Demonic Gorilla | If Gorillas Could Fly | Kill a Demonic Gorilla. | +| Demonic Gorilla | Hitting Them Where It Hurts | Finish off a Demonic Gorilla with a demonbane weapon. | +| General Graardor | Ourg Freezer II | Kill General Graardor without him attacking any players. | +| General Graardor | General Graardor Veteran | Kill General Graardor 100 times. | +| Giant Mole | Hard Hitter | Kill the Giant Mole with 4 or fewer instances of damage. | +| Grotesque Guardians | Grotesque Guardians Veteran | Kill the Grotesque Guardians 50 times. | +| Grotesque Guardians | From Dusk... | Kill the Grotesque Guardians 10 times without leaving the instance. | +| Grotesque Guardians | Grotesque Guardians Speed-Trialist | Kill the Grotesque Guardians in less than 2 minutes. | +| Grotesque Guardians | Done before Dusk | Kill the Grotesque Guardians before Dusk uses his prison attack for a second time. | +| Grotesque Guardians | Perfect Grotesque Guardians | Kill the Grotesque Guardians whilst completing the 'Don't look at the eclipse', 'Prison Break', 'Granite Footwork', 'Heal no more', 'Static Awareness' and 'Done before dusk' tasks. | +| Hespori | Plant-Based Diet | Kill Hespori without losing any prayer points. | +| Hespori | Hespori Speed-Trialist | Kill the Hespori in less than 48 seconds. | +| K'ril Tsutsaroth | The Bane of Demons | Defeat K'ril Tsutsaroth in a private instance using only demonbane spells. | +| K'ril Tsutsaroth | K'ril Tsutsaroth Veteran | Kill K'ril Tsutsaroth 100 times. | +| K'ril Tsutsaroth | Demonic Defence | Kill K'ril Tsutsaroth in a private instance without taking any of his melee hits. | +| Kalphite Queen | Kalphite Queen Veteran | Kill the Kalphite Queen 50 times. | +| Kalphite Queen | Insect Deflection | Kill the Kalphite Queen by using the Vengeance spell as the finishing blow. | +| Kalphite Queen | Prayer Smasher | Kill the Kalphite Queen using only the Verac's Flail as a weapon. | +| Kraken | Ten-tacles | Kill the Kraken 50 times in a private instance without leaving the room. | +| Kree'arra | Kree'arra Veteran | Kill Kree'arra 100 times. | +| Nex | Nex Survivors | Kill Nex without anyone dying. | +| Nex | Nex Veteran | Kill Nex once. | +| Phantom Muspah | Phantom Muspah Veteran | Kill the Phantom Muspah 25 times. | +| Phantom Muspah | Phantom Muspah Speed-Trialist | Kill the Phantom Muspah in less than 3 minutes without a slayer task. | +| Phantom Muspah | Versatile Drainer | Drain the Phantom Muspah's Prayer with three different sources in one kill. | +| Phantom Muspah | Can't Escape | Kill the Phantom Muspah without running. | +| Phosani's Nightmare | Phosani's Veteran | Kill Phosani's Nightmare once. | +| Scorpia | Scorpia Veteran | Kill Scorpia 25 times. | +| Skotizo | Demon Evasion | Kill Skotizo without taking any damage. | +| Skotizo | Up for the Challenge | Kill Skotizo without equipping a demonbane weapon. | +| The Mimic | Mimic Veteran | Kill the Mimic once. | +| The Nightmare | Nightmare Veteran | Kill The Nightmare 25 times. | +| The Nightmare | Explosion! | Kill two Husks at the same time. | +| The Nightmare | Nightmare (5-Scale) Speed-Trialist | Defeat the Nightmare (5-scale) in less than 5 minutes. | +| The Nightmare | Nightmare (Solo) Speed-Trialist | Defeat the Nightmare (Solo) in less than 23 minutes. (Party size required) | +| The Nightmare | Sleep Tight | Kill the Nightmare solo. (Party size required) | +| Theatre of Blood | Theatre of Blood Veteran | Complete the Theatre of Blood 25 times. | +| Theatre of Blood: Entry Mode | Chally Time | Defeat the Pestilent Bloat in the Theatre of Blood: Entry Mode by using a crystal halberd special attack as your final attack. | +| Theatre of Blood: Entry Mode | Nylocas, On the Rocks | In the Theatre of Blood: Entry Mode, freeze any 4 Nylocas with a single Ice Barrage spell. | +| Theatre of Blood: Entry Mode | They Won't Expect This | In the Theatre of Blood: Entry Mode, enter the Pestilent Bloat room from the opposite side. | +| Theatre of Blood: Entry Mode | Appropriate Tools | Defeat the Pestilent Bloat in the Theatre of Blood: Entry Mode with everyone having a salve amulet equipped. | +| Theatre of Blood: Entry Mode | Anticoagulants | Defeat the Maiden of Sugadinti in the Theatre of Blood: Entry Mode without letting any bloodspawn live for longer than 10 seconds. | +| Theatre of Blood: Entry Mode | Just To Be Safe | Defeat Sotetseg in the Theatre of Blood: Entry Mode after having split the big ball with your entire team. This must be done with a group size of at least 2. | +| Theatre of Blood: Entry Mode | Attack, Step, Wait | Survive Verzik Vitur's second phase in the Theatre of Blood: Entry Mode without anyone getting bounced by Verzik. | +| Theatre of Blood: Entry Mode | No-Pillar | Survive Verzik Vitur's pillar phase in the Theatre of Blood: Entry Mode without losing a single pillar. | +| Theatre of Blood: Entry Mode | Pass It On | In the Theatre of Blood: Entry Mode, successfully pass on the green ball to a team mate. | +| Theatre of Blood: Entry Mode | Don't Look at Me! | Kill Xarpus in the Theatre of Blood: Entry Mode without him reflecting any damage to anyone. | +| Thermonuclear Smoke Devil | Hazard Prevention | Kill the Thermonuclear Smoke Devil without it hitting anyone. | +| Thermonuclear Smoke Devil | Thermonuclear Veteran | Kill the Thermonuclear Smoke Devil 20 times. | +| Thermonuclear Smoke Devil | Spec'd Out | Kill the Thermonuclear Smoke Devil using only special attacks. | +| Tombs of Amascut | Tomb Explorer | Complete the Tombs of Amascut once. | +| Tombs of Amascut | I'm in a rush | Defeat Ba-Ba after destroying four or fewer rolling boulders in total without dying yourself. | +| Tombs of Amascut | Dropped the ball | Defeat Akkha without dropping any materialising orbs and without dying yourself. | +| Tombs of Amascut | Helpful spirit who? | Complete the Tombs of Amascut without using any supplies from the Helpful Spirit and without anyone dying. Honey locusts are included in this restriction. | +| Tombs of Amascut | Down Do Specs | Defeat the Wardens after staggering the boss a maximum of twice during phase two, without dying yourself. | +| Tombs of Amascut | Perfect Crondis | Complete the Crondis room without letting a crocodile get to the tree, without anyone losing water from their container and in under one minute. | +| Tombs of Amascut | No skipping allowed | Defeat Ba-Ba after only attacking the non-weakened boulders in the rolling boulder phase, without dying yourself. The Boulderdash invocation must be activated. | +| Tombs of Amascut | Hardcore Tombs | Complete the Tombs of Amascut solo without dying. (Party size required) | +| Tombs of Amascut | Hardcore Raiders | Complete the Tombs of Amascut in a group of two or more without anyone dying. (Party size required) | +| Tombs of Amascut | Perfect Het | Complete the Het room without taking any damage from the light beam and orbs. You must destroy the core after one exposure. | +| Tombs of Amascut | Perfect Apmeken | Complete the Apmeken room in a group of two or more, without anyone allowing any dangers to trigger, standing in venom or being hit by a volatile baboon. You must complete this room in less than three minutes. | +| Tombs of Amascut: Entry Mode | Novice Tomb Raider | Complete the Tombs of Amascut in Entry mode (or above) 50 times. | +| Tombs of Amascut: Expert Mode | Expert Tomb Explorer | Complete the Tombs of Amascut (Expert mode) once. | +| TzKal-Zuk | Half-Way There | Kill a Jal-Zek within the Inferno. | +| TzTok-Jad | Fight Caves Veteran | Complete the Fight Caves once. | +| TzTok-Jad | A Near Miss! | Complete the Fight Caves after surviving a hit from TzTok-Jad without praying. | +| TzTok-Jad | Facing Jad Head-on | Complete the Fight Caves with only melee. | +| Venenatis | Venenatis Veteran | Kill Venenatis 20 times. | +| Vet'ion | Vet'eran | Kill Vet'ion 20 times. | +| Vorkath | Vorkath Veteran | Kill Vorkath 50 times. | +| Vorkath | Stick 'em With the Pointy End | Kill Vorkath using melee weapons only. | +| Vorkath | Zombie Destroyer | Kill Vorkath's zombified spawn without using crumble undead. | +| Zalcano | Team Player | Receive imbued tephra from a golem. | +| Zalcano | The Spurned Hero | Kill Zalcano as the player who has dealt the most damage to her. | +| Zalcano | Zalcano Veteran | Kill Zalcano 25 times. | +| Zalcano | Perfect Zalcano | Kill Zalcano 5 times in a row without leaving or getting hit by the following: Falling rocks, rock explosions, Zalcano powering up, or standing in a red symbol. | +| Zulrah | Snake. Snake!? Snaaaaaake! | Kill 3 Snakelings simultaneously. | +| Zulrah | Snake Rebound | Kill Zulrah by using the Vengeance spell as the finishing blow. | +| Zulrah | Zulrah Speed-Trialist | Kill Zulrah in less than 1 minute 20 seconds, without a slayer task. | +| Zulrah | Zulrah Veteran | Kill Zulrah 75 times. | + + +| Monster | Task Name | How To Unlock | | +| -- | -- | -- | +| Alchemical Hydra | Lightning Lure | Kill the Alchemical Hydra without being hit by the lightning attack. | +| Alchemical Hydra | Alchemical Speed-Chaser | Kill the Alchemical Hydra in less than 1 minute 45 seconds. | +| Alchemical Hydra | Alcleanical Hydra | Kill the Alchemical Hydra without taking any damage. | +| Alchemical Hydra | Mixing Correctly | Kill the Alchemical Hydra without empowering it. | +| Alchemical Hydra | Unrequired Antipoisons | Kill the Alchemical Hydra without being hit by the acid pool attack. | +| Alchemical Hydra | Alchemical Master | Kill the Alchemical Hydra 150 times. | +| Alchemical Hydra | Working Overtime | Kill the Alchemical Hydra 15 times without leaving the room. | +| Alchemical Hydra | The Flame Skipper | Kill the Alchemical Hydra without letting it spawn a flame wall attack. | +| Alchemical Hydra | Don't Flame Me | Kill the Alchemical Hydra without being hit by the flame wall attack. | +| Araxxor | Araxyte Betrayal | Have an Araxyte kill three other Araxytes. | +| Araxxor | Perfect Araxxor | Kill Araxxor perfectly, without taking damage from Araxxor's Mage & Range attacks, melee attack off prayer, araxyte minions damage, or damage from acid pools. | +| Araxxor | Let it seep in | Kill Araxxor without ever having venom or poison immunity. | +| Araxxor | Arachnid Lover | Kill Araxxor 10 times without leaving. | +| Araxxor | Araxxor Speed-Chaser | Kill Araxxor 5 times in 10:00. | +| Araxxor | Araxxor Master | Kill Araxxor 75 times. | +| Cerberus | Arooo No More | Kill Cerberus without any of the Summoned Souls being spawned. | +| Cerberus | Cerberus Master | Kill Cerberus 150 times. | +| Chambers of Xeric | Perfect Olm (Solo) | Kill the Great Olm in a solo raid without taking damage from any of the following: Teleport portals, Fire Walls, Healing pools, Crystal Bombs, Crystal Burst or Prayer Orbs. You also cannot let his claws regenerate or take damage from the same acid pool back to back. (Party size required) | +| Chambers of Xeric | Chambers of Xeric (Solo) Speed-Chaser | Complete a Chambers of Xeric (Solo) in less than 21 minutes. (Party size required) | +| Chambers of Xeric | Chambers of Xeric (5-Scale) Speed-Chaser | Complete a Chambers of Xeric (5-scale) in less than 15 minutes. | +| Chambers of Xeric | Putting It Olm on the Line | Complete a Chambers of Xeric solo raid with more than 40,000 points. (Party size required) | +| Chambers of Xeric | Playing with Lasers | Clear the Crystal Crabs room without wasting an orb after the first crystal has been activated. | +| Chambers of Xeric | Chambers of Xeric (Trio) Speed-Chaser | Complete a Chambers of Xeric (Trio) in less than 16 minutes and 30 seconds. | +| Chambers of Xeric | No Time for Death | Clear the Tightrope room without Killing any Deathly Mages or Deathly Rangers. | +| Chambers of Xeric | Chambers of Xeric Master | Complete the Chambers of Xeric 75 times. | +| Chambers of Xeric | Perfect Olm (Trio) | Kill the Great Olm in a trio raid without any team member taking damage from any of the following: Teleport portals, Fire Walls, Healing pools, Crystal Bombs, Crystal Burst or Prayer Orbs. You also cannot let his claws regenerate or take damage from the same acid pool back to back. | +| Chambers of Xeric | Anvil No More | Kill Tekton before he returns to his anvil for a second time after the fight begins. | +| Chambers of Xeric | Undying Raider | Complete a Chambers of Xeric solo raid without dying. (Party size required) | +| Chambers of Xeric | Stop Drop and Roll | Kill Vasa Nistirio before he performs his teleport attack for the second time. | +| Chambers of Xeric | A Not So Special Lizard | Kill the Great Olm in a solo raid without letting him use any of the following special attacks in his second to last phase: Crystal Burst, Lightning Walls, Teleportation Portals or left-hand autohealing. (Party size required) | +| Chambers of Xeric | Blind Spot | Kill Tekton without taking any damage. | +| Chambers of Xeric: Challenge Mode | Immortal Raider | Complete a Chambers of Xeric Challenge mode (Solo) raid without dying. (Party size required) | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM (5-Scale) Speed-Chaser | Complete a Chambers of Xeric: Challenge Mode (5-scale) in less than 30 minutes. | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM (Solo) Speed-Chaser | Complete a Chambers of Xeric: Challenge Mode (Solo) in less than 45 minutes. (Party size required) | +| Chambers of Xeric: Challenge Mode | Immortal Raid Team | Complete a Chambers of Xeric: Challenge mode raid without anyone dying. | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM Master | Complete the Chambers of Xeric: Challenge Mode 10 times. | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM (Trio) Speed-Chaser | Complete a Chambers of Xeric: Challenge Mode (Trio) in less than 35 minutes. | +| Colosseum | One-off | Complete Wave 11 with either 'Red Flag', 'Dynamic Duo', or 'Doom II' active. | +| Colosseum | Showboating | Defeat Sol Heredit after using Fortis Salute to the north, east, south and west of the arena while he is below 10% hitpoints. | +| Colosseum | I Brought Mine Too | Defeat Sol Heredit using only a Spear, Hasta or Halberd. | +| Colosseum | Sportsmanship | Defeat Sol Heredit once. | +| Colosseum | Colosseum Speed-Chaser | Complete the Colosseum with a total time of 28:00 or less. | +| Commander Zilyana | Moving Collateral | Kill Commander Zilyana in a private instance without attacking her directly. | +| Corporeal Beast | Corporeal Beast Master | Kill the Corporeal Beast 50 times. | +| Corrupted Hunllef | Corrupted Gauntlet Master | Complete the Corrupted Gauntlet 10 times. | +| Corrupted Hunllef | Corrupted Warrior | Kill the Corrupted Hunllef with a full set of perfected corrupted armour equipped. | +| Corrupted Hunllef | Defence Doesn't Matter II | Kill the Corrupted Hunllef without making any armour within the Corrupted Gauntlet. | +| Corrupted Hunllef | Perfect Corrupted Hunllef | Kill the Corrupted Hunllef without taking damage from: Tornadoes, Damaging Floor or Stomp Attacks. Also, do not take damage off prayer and do not attack the Corrupted Hunllef with the wrong weapon. | +| Corrupted Hunllef | Corrupted Gauntlet Speed-Chaser | Complete a Corrupted Gauntlet in less than 7 minutes and 30 seconds. | +| Crystalline Hunllef | Gauntlet Master | Complete the Gauntlet 20 times. | +| Crystalline Hunllef | Perfect Crystalline Hunllef | Kill the Crystalline Hunllef without taking damage from: Tornadoes, Damaging Floor or Stomp Attacks. Also, do not take damage off prayer and do not attack the Crystalline Hunllef with the wrong weapon. | +| Crystalline Hunllef | Gauntlet Speed-Chaser | Complete the Gauntlet in less than 5 minutes. | +| Crystalline Hunllef | Defence Doesn't Matter | Kill the Crystalline Hunllef without making any armour within the Gauntlet. | +| Grotesque Guardians | Perfect Grotesque Guardians II | Kill the Grotesque Guardians 5 times in a row without leaving the instance, whilst completing the Perfect Grotesque Guardians task every time. | +| Grotesque Guardians | Grotesque Guardians Speed-Chaser | Kill the Grotesque Guardians in less than 1:40 minutes. | +| Grotesque Guardians | ... 'til Dawn | Kill the Grotesque Guardians 20 times without leaving the instance. | +| Hespori | Hespori Speed-Chaser | Kill the Hespori in less than 36 seconds. | +| Kraken | One Hundred Tentacles | Kill the Kraken 100 times in a private instance without leaving the room. | +| Kree'arra | Swoop No More | Kill Kree'arra in a private instance without taking any melee damage from the boss or his bodyguards. | +| Kree'arra | Collateral Damage | Kill Kree'arra in a private instance without ever attacking him directly. | +| Nex | Contain this! | Kill Nex without anyone taking damage from any Ice special attack. | +| Nex | Nex Master | Kill Nex 25 times. | +| Nex | Shadows Move... | Kill Nex without anyone being hit by the Shadow Smash attack. | +| Nex | Nex Trio | Kill Nex with three or less players at the start of the fight. | +| Nex | There is no escape! | Kill Nex without anyone being hit by the Smoke Dash special attack. | +| Nex | A siphon will solve this | Kill Nex without letting her heal from her Blood Siphon special attack. | +| Phantom Muspah | Walk Straight Pray True | Kill the Phantom Muspah without taking any avoidable damage. | +| Phantom Muspah | More than just a ranged weapon | Kill the Phantom Muspah by only dealing damage to it with a salamander. | +| Phantom Muspah | Space is Tight | Kill the Phantom Muspah whilst it is surrounded by spikes. | +| Phantom Muspah | Phantom Muspah Speed-Chaser | Kill the Phantom Muspah in less than 2 minutes without a slayer task. | +| Phantom Muspah | Essence Farmer | Kill the Phantom Muspah 10 times in one trip. | +| Phantom Muspah | Phantom Muspah Master | Kill the Phantom Muspah 50 times. | +| Phosani's Nightmare | Phosani's Speedchaser | Defeat Phosani's Nightmare within 9 minutes. | +| Phosani's Nightmare | Phosani's Master | Kill Phosani's Nightmare 5 times. | +| Phosani's Nightmare | I Would Simply React | Kill Phosani's Nightmare without allowing your prayer to be disabled. | +| Phosani's Nightmare | Crush Hour | Kill Phosani's Nightmare while killing every parasite and husk in one hit. | +| Phosani's Nightmare | Dreamland Express | Kill Phosani's Nightmare without a sleepwalker reaching her during her desperation phase. | +| Skotizo | Precise Positioning | Kill Skotizo with the final source of damage being a Chinchompa explosion. | +| The Nightmare | Perfect Nightmare | Kill the Nightmare without any player taking damage from the following attacks: Nightmare rifts, an un-cured parasite explosion, Corpse flowers or the Nightmare's Surge. Also, no player can take damage off prayer or have their attacks slowed by the Nightmare spores. | +| The Nightmare | Nightmare (5-Scale) Speed-Chaser | Defeat the Nightmare (5-scale) in less than 4 minutes. | +| The Nightmare | Nightmare Master | Kill The Nightmare 50 times. | +| The Nightmare | Nightmare (Solo) Speed-Chaser | Defeat the Nightmare (Solo) in less than 19 minutes. (Party size required) | +| Theatre of Blood | Perfect Xarpus | Kill Xarpus without anyone in the team taking any damage from Xarpus' attacks and without letting an exhumed heal Xarpus more than twice. | +| Theatre of Blood | Theatre (5-Scale) Speed-Chaser | Complete the Theatre of Blood (5-scale) in less than 16 minutes. | +| Theatre of Blood | Perfect Verzik | Defeat Verzik Vitur without anyone in the team taking damage from Verzik Vitur's attacks other than her spider form's correctly prayed against regular magical and ranged attacks. | +| Theatre of Blood | Theatre (4-Scale) Speed-Chaser | Complete the Theatre of Blood (4-scale) in less than 17 minutes. | +| Theatre of Blood | A Timely Snack | Kill Sotetseg after surviving at least 3 ball attacks without sharing the damage and without anyone dying throughout the fight. | +| Theatre of Blood | Back in My Day... | Complete the Theatre of Blood without any member of the team equipping a Scythe of Vitur. | +| Theatre of Blood | Perfect Sotesteg | Kill Sotetseg without anyone in the team stepping on the wrong tile in the maze, without getting hit by the tornado and without taking any damage from Sotetseg's attacks whilst off prayer. | +| Theatre of Blood | Can't Drain This | Kill The Maiden of Sugadinti without anyone in the team losing any prayer points. | +| Theatre of Blood | Can You Dance? | Kill Xarpus without anyone in the team using a ranged or magic weapon. | +| Theatre of Blood | Pop It | Kill Verzik without any Nylocas being frozen and without anyone taking damage from the Nylocas. | +| Theatre of Blood | Theatre (Trio) Speed-Chaser | Complete the Theatre of Blood (Trio) in less than 20 minutes. | +| Theatre of Blood | Two-Down | Kill the Pestilent Bloat before he shuts down for the third time. | +| Theatre of Blood | Perfect Maiden | Kill The Maiden of Sugadinti without anyone in the team taking damage from the following sources: Blood Spawn projectiles and Blood Spawn trails. Also, without taking damage off prayer and without letting any of the Nylocas Matomenos heal The Maiden. | +| Theatre of Blood | Perfect Bloat | Kill the Pestilent Bloat without anyone in the team taking damage from the following sources: Pestilent flies, Falling body parts or The Pestilent Bloats stomp attack. | +| Theatre of Blood | Theatre of Blood Master | Complete the Theatre of Blood 75 times. | +| Theatre of Blood | Perfect Nylocas | Kill the Nylocas Vasilias without anyone in the team attacking any Nylocas with the wrong attack style, without letting a pillar collapse and without getting hit by any of the Nylocas Vasilias attacks whilst off prayer. | +| Theatre of Blood: Entry Mode | Theatre of Blood: SM Speed-Chaser | Complete the Theatre of Blood: Entry Mode in less than 17 minutes. | +| Theatre of Blood: Hard Mode | Hard Mode? Completed It | Complete the Theatre of Blood: Hard Mode within the challenge time. | +| Tombs of Amascut | Better get movin' | Defeat Elidinis' Warden in phase three of the Wardens fight with 'Aerial Assault', 'Stay vigilant' and 'Insanity' invocations activated and without dying yourself. | +| Tombs of Amascut | Tomb Raider | Complete the Tombs of Amascut 50 times. | +| Tombs of Amascut | Chompington | Defeat Zebak using only melee attacks and without dying yourself. | +| Tombs of Amascut | Tombs Speed Runner | Complete the Tombs of Amascut (normal) within 18 mins at any group size. | +| Tombs of Amascut | Tomb Looter | Complete the Tombs of Amascut 25 times. | +| Tombs of Amascut | Perfect Akkha | Complete Akkha in a group of two or more, without anyone taking any damage from the following: Akkha's attacks off-prayer, Akkha's special attacks (orbs, memory, detonate), exploding shadow timers, orbs in the enrage phase or attacking Akkha with the wrong style. You must have all Akkha invocations activated. | +| Tombs of Amascut | Perfect Scabaras | Complete the Scabaras room in less than a minute without anyone taking any damage from puzzles. | +| Tombs of Amascut | Perfect Kephri | Defeat Kephri in a group of two or more, without anyone taking any damage from the following: egg explosions, Kephri's attacks, Exploding Scarabs, Bodyguards, dung attacks. No eggs may hatch throughout the fight. | +| Tombs of Amascut | Perfect Zebak | Defeat Zebak without anyone taking any damage from: poison, Zebak's basic attacks off-prayer, blood spawns and waves. You also must not push more than two jugs on the roar attack during the fight (you may destroy stationary ones). You must have all Zebak invocations activated. | +| Tombs of Amascut | You are not prepared | Complete a full Tombs of Amascut raid only using supplies given inside the tomb and without anyone dying. | +| Tombs of Amascut | Perfect Ba-Ba | Defeat Ba-Ba in a group of two or more, without anyone taking any damage from the following: Ba-Ba's Attacks off-prayer, Ba-Ba's slam, rolling boulders, rubble attack or falling rocks. No sarcophagi may be opened. You must have all Ba-Ba invocations activated. | +| Tombs of Amascut | Perfect Wardens | Defeat The Wardens in a group of two or more, without anyone taking avoidable damage from the following: Warden attacks, obelisk attacks, lightning attacks in phase three, skull attack in phase three, Demi god attacks in phase three. You must have all Wardens invocations activated. | +| Tombs of Amascut: Expert Mode | Ba-Bananza | Defeat Ba-Ba with all Ba-Ba invocations activated and the path levelled up to at least four, without dying yourself. | +| Tombs of Amascut: Expert Mode | Doesn't bug me | Defeat Kephri with all Kephri invocations activated and the path levelled up to at least four, without dying yourself. | +| Tombs of Amascut: Expert Mode | But... Damage | Complete the Tombs of Amascut without anyone in your party wearing or holding any equipment at tier 75 or above. | +| Tombs of Amascut: Expert Mode | Warden't you believe it | Defeat the Wardens with all Wardens invocations activated, at expert level and without dying yourself. | +| Tombs of Amascut: Expert Mode | Fancy feet | Complete phase three of The Wardens in a group of two or more, using only melee attacks and without dying yourself. The 'Insanity' invocation must be activated. | +| Tombs of Amascut: Expert Mode | Something of an expert myself | Complete the Tombs of Amascut raid at level 350 or above without anyone dying. | +| Tombs of Amascut: Expert Mode | Expert Tomb Looter | Complete the Tombs of Amascut (Expert mode) 25 times. | +| Tombs of Amascut: Expert Mode | All out of medics | Defeat Kephri without letting her heal above 25% after the first down. The 'Medic' invocation must be activated. You must do this without dying yourself. | +| Tombs of Amascut: Expert Mode | Resourceful Raider | Complete the Tombs of Amascut with the "On a diet" and "Dehydration" invocations activated and without anyone dying. | +| Tombs of Amascut: Expert Mode | Rockin' around the croc | Defeat Zebak with all Zebak invocations activated and the path levelled up to at least four, without dying yourself. | +| TzKal-Zuk | Nibblers, Begone! | Kill Tzkal-Zuk without letting a pillar fall before wave 67. | +| TzTok-Jad | You Didn't Say Anything About a Bat | Complete the Fight Caves without being attacked by a Tz-Kih. | +| TzTok-Jad | Denying the Healers | Complete the Fight caves without letting any of the Yt-MejKot heal. | +| TzTok-Jad | Fight Caves Master | Complete the Fight Caves 5 times. | +| TzTok-Jad | Fight Caves Speed-Chaser | Complete the Fight Caves in less than 30 minutes. | +| Vorkath | The Walk | Hit Vorkath 12 times during the acid special without getting hit by his rapid fire or the acid pools. | +| Vorkath | Extended Encounter | Kill Vorkath 10 times without leaving his area. | +| Vorkath | Dodging the Dragon | Kill Vorkath 5 times without taking any damage from his special attacks and without leaving his area. | +| Vorkath | Vorkath Speed-Chaser | Kill Vorkath in less than 1 minute and 15 seconds. | +| Vorkath | Vorkath Master | Kill Vorkath 100 times. | +| Zulrah | Perfect Zulrah | Kill Zulrah whilst taking no damage from the following: Snakelings, Venom Clouds, Zulrah's Green or Crimson phase. | +| Zulrah | Zulrah Master | Kill Zulrah 150 times. | +| Zulrah | Zulrah Speed-Chaser | Kill Zulrah in less than 1 minute, without a slayer task. | + + +| Monster | Task Name | How To Unlock | | +| -- | -- | -- | +| Alchemical Hydra | Alchemical Speed-Runner | Kill the Alchemical Hydra in less than 1 minute 20 seconds. | +| Alchemical Hydra | No Pressure | Kill the Alchemical Hydra using only Dharok's Greataxe as a weapon whilst having no more than 10 Hitpoints throughout the entire fight. | +| Araxxor | Araxxor Speed-Runner | Kill Araxxor 6 times in 10:00. | +| Araxxor | Perfect Araxxor 2 | Kill Araxxor perfectly, without hitting it during the enrage phase. | +| Araxxor | Swimming in Venom | Kill Araxxor without the boss ever moving. | +| Chambers of Xeric | Chambers of Xeric (5-Scale) Speed-Runner | Complete a Chambers of Xeric (5-scale) in less than 12 minutes and 30 seconds. | +| Chambers of Xeric | Chambers of Xeric Grandmaster | Complete the Chambers of Xeric 150 times. | +| Chambers of Xeric | Chambers of Xeric (Solo) Speed-Runner | Complete a Chambers of Xeric (Solo) in less than 17 minutes. (Party size required) | +| Chambers of Xeric | Chambers of Xeric (Trio) Speed-Runner | Complete a Chambers of Xeric (Trio) in less than 14 minutes and 30 seconds. | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM (Solo) Speed-Runner | Complete a Chambers of Xeric: Challenge Mode (Solo) in less than 38 minutes and 30 seconds. (Party size required) | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM Grandmaster | Complete the Chambers of Xeric: Challenge Mode 25 times. | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM (Trio) Speed-Runner | Complete a Chambers of Xeric: Challenge Mode (Trio) in less than 27 minutes. | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM (5-Scale) Speed-Runner | Complete a Chambers of Xeric: Challenge Mode (5-scale) in less than 25 minutes. | +| Colosseum | Colosseum Speed-Runner | Complete the Colosseum with a total time of 24:00 or less. | +| Colosseum | Slow Dancing in the Sand | Defeat Sol Heredit without running during the fight with him. | +| Colosseum | Reinforcements | Defeat Sol Heredit with "Bees II", "Quartet" and "Solarflare II" modifiers active. | +| Colosseum | Perfect Footwork | Defeat Sol Heredit without taking any damage from his Spear, Shield, Grapple or Triple Attack. | +| Colosseum | Colosseum Grand Champion | Defeat Sol Heredit 10 times. | +| Commander Zilyana | Peach Conjurer | Kill Commander Zilyana 50 times in a privately rented instance without leaving the room. | +| Commander Zilyana | Animal Whisperer | Kill Commander Zilyana in a private instance without taking any damage from the boss or bodyguards. | +| Corrupted Hunllef | Corrupted Gauntlet Speed-Runner | Complete a Corrupted Gauntlet in less than 6 minutes and 30 seconds. | +| Corrupted Hunllef | Egniol Diet II | Kill the Corrupted Hunllef without making an egniol potion within the Corrupted Gauntlet. | +| Corrupted Hunllef | Corrupted Gauntlet Grandmaster | Complete the Corrupted Gauntlet 50 times. | +| Corrupted Hunllef | Wolf Puncher II | Kill the Corrupted Hunllef without making more than one attuned weapon. | +| Crystalline Hunllef | Gauntlet Speed-Runner | Complete the Gauntlet in less than 4 minutes. | +| General Graardor | Ourg Killer | Kill General Graardor 15 times in a private instance without leaving the room. | +| General Graardor | Defence Matters | Kill General Graardor 2 times consecutively in a private instance without taking any damage from his bodyguards. | +| General Graardor | Keep Away | Kill General Graardor in a private instance without taking any damage from the boss or bodyguards. | +| Grotesque Guardians | Grotesque Guardians Speed-Runner | Kill the Grotesque Guardians in less than 1:20 minutes. | +| K'ril Tsutsaroth | Demon Whisperer | Kill K'ril Tsutsaroth in a private instance without ever being hit by his bodyguards. | +| K'ril Tsutsaroth | Ash Collector | Kill K'ril Tsutsaroth 20 times in a private instance without leaving the room. | +| Kree'arra | Feather Hunter | Kill Kree'arra 30 times in a private instance without leaving the room. | +| Kree'arra | The Worst Ranged Weapon | Kill Kree'arra by only dealing damage to him with a salamander. | +| Nex | Nex Duo | Kill Nex with two or less players at the start of the fight. (Party size required) | +| Nex | Perfect Nex | Kill Nex whilst completing the requirements for "There is no escape", "Shadows move", "A siphon will solve this", and "Contain this!" | +| Nex | I should see a doctor | Kill Nex whilst a player is coughing. | +| Phantom Muspah | Phantom Muspah Manipulator | Kill the Phantom Muspah whilst completing Walk Straight Pray True, Space is Tight & Can't Escape. | +| Phantom Muspah | Phantom Muspah Speed-Runner | Kill the Phantom Muspah in less than 1 minute and 30 seconds without a slayer task. | +| Phosani's Nightmare | Phosani's Speedrunner | Defeat Phosani's Nightmare within 7:30 minutes. | +| Phosani's Nightmare | Perfect Phosani's Nightmare | Kill Phosani's Nightmare while only taking damage from husks, power blasts and weakened Parasites. Also, without having your attacks slowed by the Nightmare Spores or letting a Sleepwalker reach Phosani's Nightmare. | +| Phosani's Nightmare | Can't Wake Up | Kill Phosani's Nightmare 5 times in a row without leaving Phosani's Dream. | +| Phosani's Nightmare | Phosani's Grandmaster | Kill Phosani's Nightmare 25 times. | +| The Nightmare | Terrible Parent | Kill the Nightmare solo without the Parasites healing the boss for more than 100 health. (Party size required) | +| The Nightmare | Nightmare (Solo) Speed-Runner | Defeat the Nightmare (Solo) in less than 16 minutes. (Party size required) | +| The Nightmare | A Long Trip | Kill the Nightmare without any player losing any prayer points. | +| The Nightmare | Nightmare (5-Scale) Speed-Runner | Defeat the Nightmare (5-scale) in less than 3:30 minutes. | +| Theatre of Blood | Theatre (4-Scale) Speed-Runner | Complete the Theatre of Blood (4-scale) in less than 15 minutes. | +| Theatre of Blood | Theatre of Blood Grandmaster | Complete the Theatre of Blood 150 times. | +| Theatre of Blood | Perfect Theatre | Complete the Theatre of Blood without anyone dying through any means and whilst everyone in the team completes the following Combat Achievement tasks in a single run: "Perfect Maiden", "Perfect Bloat", "Perfect Nylocas", "Perfect Sotetseg", "Perfect Xarpus" and "Perfect Verzik". | +| Theatre of Blood | Morytania Only | Complete the Theatre of Blood without any member of the team equipping a non-barrows weapon (except Dawnbringer). | +| Theatre of Blood | Theatre (Trio) Speed-Runner | Complete the Theatre of Blood (Trio) in less than 17 minutes and 30 seconds. | +| Theatre of Blood | Theatre (Duo) Speed-Runner | Complete the Theatre of Blood (Duo) in less than 26 minutes. | +| Theatre of Blood | Theatre (5-Scale) Speed-Runner | Complete the Theatre of Blood (5-scale) in less than 14 minutes and 15 seconds. | +| Theatre of Blood: Hard Mode | Theatre: HM (5-Scale) Speed-Runner | Complete the Theatre of Blood: Hard Mode (5-scale) with an overall time of less than 19 minutes. | +| Theatre of Blood: Hard Mode | Pack Like a Yak | Complete the Theatre of Blood: Hard Mode within the challenge time, with no deaths and without anyone buying anything from a supply chest. | +| Theatre of Blood: Hard Mode | Theatre: HM (4-Scale) Speed-Runner | Complete the Theatre of Blood: Hard Mode (4-scale) with an overall time of less than 21 minutes. | +| Theatre of Blood: Hard Mode | Theatre of Blood: HM Grandmaster | Complete the Theatre of Blood: Hard Mode 50 times. | +| Theatre of Blood: Hard Mode | Harder Mode I | Defeat Sotetseg in the Theatre of Blood: Hard Mode without anyone sharing the ball with anyone, without anyone dying, and without anyone taking damage from any of its other attacks or stepping on the wrong tile in the maze. | +| Theatre of Blood: Hard Mode | Nylo Sniper | Defeat Verzik Vitur's in the Theatre of Blood: Hard Mode without anyone in your team causing a Nylocas to explode by getting too close. | +| Theatre of Blood: Hard Mode | Theatre: HM (Trio) Speed-Runner | Complete the Theatre of Blood: Hard Mode (Trio) with an overall time of less than 23 minutes. | +| Theatre of Blood: Hard Mode | Team Work Makes the Dream Work | When Verzik Vitur in the Theatre of Blood: Hard Mode uses her yellow power blast attack while the tornadoes are active, have everyone get through the attack without taking damage. This cannot be completed with one player alive | +| Theatre of Blood: Hard Mode | Harder Mode III | Defeat Verzik Vitur in the Theatre of Blood: Hard Mode without anyone attacking her with a melee weapon during her third phase. | +| Theatre of Blood: Hard Mode | Stop Right There! | Defeat the Maiden of Sugadinti in the Theatre of Blood: Hard Mode without letting blood spawns create more than 15 blood trails. | +| Theatre of Blood: Hard Mode | Personal Space | Defeat the Pestilent Bloat in the Theatre of Blood: Hard Mode with a least 3 people in the room, without anyone in your team standing on top of each other. | +| Theatre of Blood: Hard Mode | Royal Affairs | In the Theatre of Blood: Hard Mode, complete the Nylocas room without ever letting the Nylocas Prinkipas change styles. | +| Theatre of Blood: Hard Mode | Harder Mode II | Defeat Xarpus in the Theatre of Blood: Hard Mode after letting the exhumeds heal him to full health and without anyone in the team taking any damage. | +| Tombs of Amascut: Expert Mode | All Praise Zebak | Defeat Zebak without losing a single prayer point. You must also meet the conditions of the 'Rockin' Around The Croc' achievement. | +| Tombs of Amascut: Expert Mode | Amascut's Remnant | Complete the Tombs of Amascut at raid level 500 or above without anyone dying. | +| Tombs of Amascut: Expert Mode | Expert Tomb Raider | Complete the Tombs of Amascut (Expert mode) 50 times. | +| Tombs of Amascut: Expert Mode | Perfection of Apmeken | Complete 'Perfect Apmeken' and 'Perfect Ba-Ba' in a single run of the Tombs of Amascut. | +| Tombs of Amascut: Expert Mode | Perfection of Het | Complete 'Perfect Het' and 'Perfect Akkha' in a single run of the Tombs of Amascut. | +| Tombs of Amascut: Expert Mode | Tombs Speed Runner III | Complete the Tombs of Amascut (expert) within 18 mins in a group of 8. | +| Tombs of Amascut: Expert Mode | Perfection of Scabaras | Complete 'Perfect Scabaras' and 'Perfect Kephri' in a single run of Tombs of Amascut. | +| Tombs of Amascut: Expert Mode | Insanity | Complete 'Perfect Wardens' at expert or above. | +| Tombs of Amascut: Expert Mode | Tombs Speed Runner II | Complete the Tombs of Amascut (expert) within 20 mins at any group size. | +| Tombs of Amascut: Expert Mode | Perfection of Crondis | Complete 'Perfect Crondis' and 'Perfect Zebak' in a single run of the Tombs of Amascut. | +| Tombs of Amascut: Expert Mode | Akkhan't Do it | Defeat Akkha with all Akkha invocations activated and the path levelled up to at least four, without dying yourself. | +| Tombs of Amascut: Expert Mode | Maybe I'm the boss. | Complete a Tombs of Amascut raid with every single boss invocation activated and without anyone dying. | +| TzKal-Zuk | Wasn't Even Close | Kill Tzkal-Zuk without letting your hitpoints fall below 50 during any wave in the Inferno. | +| TzKal-Zuk | Jad? What Are You Doing Here? | Kill Tzkal-Zuk without killing the JalTok-Jad which spawns during wave 69. | +| TzKal-Zuk | Budget Setup | Kill Tzkal-Zuk without equipping a Twisted Bow within the Inferno. | +| TzKal-Zuk | The Floor Is Lava | Kill Tzkal-Zuk without letting Jal-ImKot dig during any wave in the Inferno. | +| TzKal-Zuk | Nibbler Chaser | Kill Tzkal-Zuk without using any magic spells during any wave in the Inferno. | +| TzKal-Zuk | Inferno Grandmaster | Complete the Inferno 5 times. | +| TzKal-Zuk | Facing Jad Head-on II | Kill Tzkal-Zuk without equipping any range or mage weapons before wave 69. | +| TzKal-Zuk | Playing with Jads | Complete wave 68 of the Inferno within 30 seconds of the first JalTok-Jad dying. | +| TzKal-Zuk | Inferno Speed-Runner | Complete the Inferno in less than 65 minutes. | +| TzKal-Zuk | No Luck Required | Kill Tzkal-Zuk without being attacked by TzKal-Zuk and without taking damage from a JalTok-Jad. | +| TzTok-Jad | No Time for a Drink | Complete the Fight Caves without losing any prayer points. | +| TzTok-Jad | Fight Caves Speed-Runner | Complete the Fight Caves in less than 26 minutes and 30 seconds. | +| TzTok-Jad | Denying the Healers II | Complete the Fight Caves without TzTok-Jad being healed by a Yt-HurKot. | +| Vorkath | The Fremennik Way | Kill Vorkath with only your fists. | +| Vorkath | Vorkath Speed-Runner | Kill Vorkath in less than 54 seconds. | +| Vorkath | Faithless Encounter | Kill Vorkath without losing any prayer points. | +| Zulrah | Zulrah Speed-Runner | Kill Zulrah in less than 54 seconds, without a slayer task. | + + diff --git a/data/clue_data.tsv b/data/clue_data.tsv new file mode 100644 index 00000000000..79159f3058e --- /dev/null +++ b/data/clue_data.tsv @@ -0,0 +1,9 @@ +Tier Loot +Beginner Amulet of defence (t) (1 in 180) | Bear feet (1 in 180) | Black pickaxe (1 in 402) | Demon feet (1 in 180) | Frog slippers (1 in 180) | Jester cape (1 in 180) | Mole slippers (1 in 180) | Monk's robe (t) (1 in 180) | Monk's robe top (t) (1 in 180) | Rune scimitar ornament kit (guthix) (1 in 180) | Rune scimitar ornament kit (saradomin) (1 in 180) | Rune scimitar ornament kit (zamorak) (1 in 180) | Sandwich lady bottom (1 in 180) | Sandwich lady hat (1 in 180) | Sandwich lady top (1 in 180) | Shoulder parrot (1 in 180) +Easy A powdered wig (1 in 471) | Amulet of magic (t) (1 in 120) | Amulet of power (t) (1 in 468) | Ancient robe legs (1 in 468) | Ancient robe top (1 in 465) | Armadyl robe legs (1 in 465) | Armadyl robe top (1 in 468) | Bandos robe legs (1 in 465) | Bandos robe top (1 in 468) | Beanie (1 in 468) | Black beret (1 in 468) | Black cane (1 in 468) | Black full helm (g) (1 in 468) | Black full helm (t) (1 in 468) | Black helm (h1) (1 in 468) | Black helm (h2) (1 in 471) | Black helm (h3) (1 in 468) | Black helm (h4) (1 in 468) | Black helm (h5) (1 in 468) | Black kiteshield (g) (1 in 468) | Black kiteshield (t) (1 in 468) | Black pickaxe (1 in 12) | Black platebody (g) (1 in 465) | Black platebody (h1) (1 in 468) | Black platebody (h2) (1 in 468) | Black platebody (h3) (1 in 468) | Black platebody (h4) (1 in 468) | Black platebody (h5) (1 in 468) | Black platebody (t) (1 in 465) | Black platelegs (g) (1 in 468) | Black platelegs (t) (1 in 468) | Black plateskirt (g) (1 in 468) | Black plateskirt (t) (1 in 468) | Black shield (h1) (1 in 468) | Black shield (h2) (1 in 468) | Black shield (h3) (1 in 468) | Black shield (h4) (1 in 468) | Black shield (h5) (1 in 468) | Black skirt (g) (1 in 468) | Black skirt (t) (1 in 468) | Black wizard hat (g) (1 in 471) | Black wizard hat (t) (1 in 468) | Black wizard robe (g) (1 in 468) | Black wizard robe (t) (1 in 468) | Blue beret (1 in 468) | Blue elegant blouse (1 in 939) | Blue elegant legs (1 in 939) | Blue elegant shirt (1 in 942) | Blue elegant skirt (1 in 936) | Blue skirt (g) (1 in 468) | Blue skirt (t) (1 in 468) | Blue wizard hat (g) (1 in 468) | Blue wizard hat (t) (1 in 471) | Blue wizard robe (g) (1 in 468) | Blue wizard robe (t) (1 in 468) | Bob's black shirt (1 in 468) | Bob's blue shirt (1 in 468) | Bob's green shirt (1 in 468) | Bob's purple shirt (1 in 468) | Bob's red shirt (1 in 468) | Bronze full helm (g) (1 in 468) | Bronze full helm (t) (1 in 468) | Bronze kiteshield (g) (1 in 468) | Bronze kiteshield (t) (1 in 468) | Bronze platebody (g) (1 in 468) | Bronze platebody (t) (1 in 471) | Bronze platelegs (g) (1 in 468) | Bronze platelegs (t) (1 in 468) | Bronze plateskirt (g) (1 in 468) | Bronze plateskirt (t) (1 in 468) | Cape of skulls (1 in 1875) | Flared trousers (1 in 468) | Goblin mask (1 in 468) | Golden apron (1 in 933) | Golden chef's hat (1 in 936) | Green elegant blouse (1 in 936) | Green elegant legs (1 in 939) | Green elegant shirt (1 in 939) | Green elegant skirt (1 in 936) | Guthix robe legs (1 in 465) | Guthix robe top (1 in 465) | Ham joint (1 in 468) | Highwayman mask (1 in 468) | Imp mask (1 in 468) | Iron full helm (g) (1 in 468) | Iron full helm (t) (1 in 468) | Iron kiteshield (g) (1 in 468) | Iron kiteshield (t) (1 in 468) | Iron platebody (g) (1 in 468) | Iron platebody (t) (1 in 468) | Iron platelegs (g) (1 in 465) | Iron platelegs (t) (1 in 468) | Iron plateskirt (g) (1 in 465) | Iron plateskirt (t) (1 in 468) | Leather body (g) (1 in 468) | Leather chaps (g) (1 in 465) | Monk's robe (g) (1 in 4686) | Monk's robe top (g) (1 in 4713) | Pantaloons (1 in 468) | Rain bow (1 in 468) | Red beret (1 in 468) | Red elegant blouse (1 in 933) | Red elegant legs (1 in 930) | Red elegant shirt (1 in 939) | Red elegant skirt (1 in 933) | Saradomin robe legs (1 in 468) | Saradomin robe top (1 in 468) | Sleeping cap (1 in 468) | Staff of bob the cat (1 in 468) | Steel full helm (g) (1 in 468) | Steel full helm (t) (1 in 468) | Steel kiteshield (g) (1 in 468) | Steel kiteshield (t) (1 in 468) | Steel platebody (g) (1 in 468) | Steel platebody (t) (1 in 468) | Steel platelegs (g) (1 in 468) | Steel platelegs (t) (1 in 471) | Steel plateskirt (g) (1 in 465) | Steel plateskirt (t) (1 in 468) | Studded body (g) (1 in 468) | Studded body (t) (1 in 465) | Studded chaps (g) (1 in 468) | Studded chaps (t) (1 in 468) | Team cape i (1 in 1887) | Team cape x (1 in 1872) | Team cape zero (1 in 1884) | White beret (1 in 468) | Willow comp bow (1 in 120) | Wooden shield (g) (1 in 468) | Zamorak robe legs (1 in 468) | Zamorak robe top (1 in 471) +Medium Adamant cane (1 in 282) | Adamant full helm (g) (1 in 282) | Adamant full helm (t) (1 in 282) | Adamant helm (h1) (1 in 282) | Adamant helm (h2) (1 in 282) | Adamant helm (h3) (1 in 282) | Adamant helm (h4) (1 in 282) | Adamant helm (h5) (1 in 282) | Adamant kiteshield (g) (1 in 282) | Adamant kiteshield (t) (1 in 285) | Adamant platebody (g) (1 in 282) | Adamant platebody (h1) (1 in 282) | Adamant platebody (h2) (1 in 282) | Adamant platebody (h3) (1 in 282) | Adamant platebody (h4) (1 in 282) | Adamant platebody (h5) (1 in 285) | Adamant platebody (t) (1 in 282) | Adamant platelegs (g) (1 in 282) | Adamant platelegs (t) (1 in 282) | Adamant plateskirt (g) (1 in 282) | Adamant plateskirt (t) (1 in 282) | Adamant shield (h1) (1 in 285) | Adamant shield (h2) (1 in 282) | Adamant shield (h3) (1 in 285) | Adamant shield (h4) (1 in 282) | Adamant shield (h5) (1 in 285) | Ancient cloak (1 in 282) | Ancient crozier (1 in 282) | Ancient mitre (1 in 282) | Ancient stole (1 in 282) | Arceuus banner (1 in 285) | Armadyl cloak (1 in 282) | Armadyl crozier (1 in 282) | Armadyl mitre (1 in 282) | Armadyl stole (1 in 282) | Bandos cloak (1 in 285) | Bandos crozier (1 in 282) | Bandos mitre (1 in 282) | Bandos stole (1 in 285) | Black boater (1 in 282) | Black elegant legs (1 in 567) | Black elegant shirt (1 in 570) | Black headband (1 in 285) | Black leprechaun hat (1 in 285) | Black unicorn mask (1 in 567) | Blue boater (1 in 282) | Blue headband (1 in 282) | Brown headband (1 in 282) | Cabbage round shield (1 in 282) | Cat mask (1 in 282) | Climbing boots (g) (1 in 282) | Crier bell (1 in 282) | Crier coat (1 in 282) | Crier hat (1 in 282) | Gnomish firelighter (1 in 84) | Gold elegant blouse (1 in 567) | Gold elegant legs (1 in 567) | Gold elegant shirt (1 in 567) | Gold elegant skirt (1 in 567) | Gold headband (1 in 282) | Green boater (1 in 282) | Green d'hide body (g) (1 in 282) | Green d'hide body (t) (1 in 282) | Green d'hide chaps (g) (1 in 282) | Green d'hide chaps (t) (1 in 282) | Green headband (1 in 282) | Guthix cloak (1 in 285) | Guthix mitre (1 in 285) | Holy sandals (1 in 282) | Hosidius banner (1 in 282) | Leprechaun hat (1 in 285) | Lovakengj banner (1 in 282) | Mithril full helm (g) (1 in 285) | Mithril full helm (t) (1 in 282) | Mithril kiteshield (g) (1 in 285) | Mithril kiteshield (t) (1 in 285) | Mithril platebody (g) (1 in 285) | Mithril platebody (t) (1 in 282) | Mithril platelegs (g) (1 in 282) | Mithril platelegs (t) (1 in 285) | Mithril plateskirt (g) (1 in 285) | Mithril plateskirt (t) (1 in 285) | Orange boater (1 in 282) | Penguin mask (1 in 282) | Pink boater (1 in 282) | Pink elegant blouse (1 in 567) | Pink elegant legs (1 in 567) | Pink elegant shirt (1 in 567) | Pink elegant skirt (1 in 567) | Pink headband (1 in 285) | Piscarilius banner (1 in 282) | Purple boater (1 in 282) | Purple elegant blouse (1 in 564) | Purple elegant legs (1 in 567) | Purple elegant shirt (1 in 564) | Purple elegant skirt (1 in 567) | Ranger boots (1 in 282) | Red boater (1 in 282) | Red headband (1 in 285) | Saradomin cloak (1 in 282) | Saradomin mitre (1 in 282) | Shayzien banner (1 in 285) | Spiked manacles (1 in 285) | Strength amulet (t) (1 in 84) | White boater (1 in 285) | White elegant blouse (1 in 564) | White elegant skirt (1 in 567) | White headband (1 in 282) | White unicorn mask (1 in 564) | Wizard boots (1 in 282) | Wolf cloak (1 in 285) | Wolf mask (1 in 282) | Yew comp bow (1 in 84) | Zamorak cloak (1 in 285) | Zamorak mitre (1 in 282) +Hard Amulet of glory (t4) (1 in 324) | Ancient bracers (1 in 324) | Ancient chaps (1 in 324) | Ancient coif (1 in 324) | Ancient d'hide body (1 in 324) | Ancient d'hide boots (1 in 327) | Ancient d'hide shield (1 in 1947) | Ancient full helm (1 in 324) | Ancient kiteshield (1 in 324) | Ancient platebody (1 in 324) | Ancient platelegs (1 in 324) | Ancient plateskirt (1 in 324) | Armadyl bracers (1 in 324) | Armadyl chaps (1 in 324) | Armadyl coif (1 in 324) | Armadyl d'hide body (1 in 327) | Armadyl d'hide boots (1 in 324) | Armadyl d'hide shield (1 in 1947) | Armadyl full helm (1 in 324) | Armadyl kiteshield (1 in 327) | Armadyl platebody (1 in 324) | Armadyl platelegs (1 in 324) | Armadyl plateskirt (1 in 324) | Bandos bracers (1 in 324) | Bandos chaps (1 in 327) | Bandos coif (1 in 324) | Bandos d'hide body (1 in 324) | Bandos d'hide boots (1 in 324) | Bandos d'hide shield (1 in 1953) | Bandos full helm (1 in 324) | Bandos kiteshield (1 in 324) | Bandos platebody (1 in 324) | Bandos platelegs (1 in 324) | Bandos plateskirt (1 in 327) | Berserker necklace ornament kit (1 in 324) | Black cavalier (1 in 324) | Black dragon mask (1 in 324) | Blue d'hide body (g) (1 in 324) | Blue d'hide body (t) (1 in 324) | Blue d'hide chaps (g) (1 in 324) | Blue d'hide chaps (t) (1 in 324) | Blue dragon mask (1 in 324) | Cyclops head (1 in 327) | Dark cavalier (1 in 324) | Dragon boots ornament kit (1 in 324) | Dual sai (1 in 324) | Enchanted hat (1 in 324) | Enchanted robe (1 in 324) | Enchanted top (1 in 327) | Explorer backpack (1 in 324) | Green dragon mask (1 in 324) | Guthix bracers (1 in 327) | Guthix chaps (1 in 327) | Guthix coif (1 in 324) | Guthix crozier (1 in 324) | Guthix d'hide body (1 in 324) | Guthix d'hide boots (1 in 324) | Guthix d'hide shield (1 in 1956) | Guthix full helm (1 in 324) | Guthix kiteshield (1 in 324) | Guthix platebody (1 in 324) | Guthix platelegs (1 in 324) | Guthix plateskirt (1 in 324) | Guthix stole (1 in 324) | Magic comp bow (1 in 57) | Navy cavalier (1 in 324) | Nunchaku (1 in 324) | Pirate's hat (1 in 327) | Pith helmet (1 in 324) | Red cavalier (1 in 324) | Red d'hide body (g) (1 in 324) | Red d'hide body (t) (1 in 324) | Red d'hide chaps (g) (1 in 324) | Red d'hide chaps (t) (1 in 324) | Red dragon mask (1 in 324) | Robin hood hat (1 in 324) | Rune cane (1 in 324) | Rune defender ornament kit (1 in 324) | Rune full helm (g) (1 in 324) | Rune full helm (t) (1 in 324) | Rune helm (h1) (1 in 324) | Rune helm (h2) (1 in 324) | Rune helm (h3) (1 in 324) | Rune helm (h4) (1 in 324) | Rune helm (h5) (1 in 324) | Rune kiteshield (g) (1 in 324) | Rune kiteshield (t) (1 in 327) | Rune platebody (g) (1 in 324) | Rune platebody (h1) (1 in 1638) | Rune platebody (h2) (1 in 1629) | Rune platebody (h3) (1 in 1629) | Rune platebody (h4) (1 in 1626) | Rune platebody (h5) (1 in 1626) | Rune platebody (t) (1 in 324) | Rune platelegs (g) (1 in 324) | Rune platelegs (t) (1 in 324) | Rune plateskirt (g) (1 in 327) | Rune plateskirt (t) (1 in 324) | Rune shield (h1) (1 in 324) | Rune shield (h2) (1 in 324) | Rune shield (h3) (1 in 324) | Rune shield (h4) (1 in 324) | Rune shield (h5) (1 in 327) | Saradomin bracers (1 in 324) | Saradomin chaps (1 in 324) | Saradomin coif (1 in 324) | Saradomin crozier (1 in 327) | Saradomin d'hide body (1 in 324) | Saradomin d'hide boots (1 in 324) | Saradomin d'hide shield (1 in 1941) | Saradomin full helm (1 in 324) | Saradomin kiteshield (1 in 324) | Saradomin platebody (1 in 324) | Saradomin platelegs (1 in 327) | Saradomin plateskirt (1 in 327) | Saradomin stole (1 in 324) | Tan cavalier (1 in 324) | Thieving bag (1 in 324) | Tzhaar-ket-om ornament kit (1 in 327) | White cavalier (1 in 324) | Zamorak bracers (1 in 324) | Zamorak chaps (1 in 324) | Zamorak coif (1 in 324) | Zamorak crozier (1 in 324) | Zamorak d'hide body (1 in 324) | Zamorak d'hide boots (1 in 324) | Zamorak d'hide shield (1 in 1956) | Zamorak full helm (1 in 327) | Zamorak kiteshield (1 in 324) | Zamorak platebody (1 in 327) | Zamorak platelegs (1 in 324) | Zamorak plateskirt (1 in 324) | Zamorak stole (1 in 324) | Zombie head (1 in 324) +Elite Adamant dragon mask (1 in 255) | Afro (1 in 255) | Arceuus scarf (1 in 255) | Big pirate hat (1 in 255) | Black d'hide body (g) (1 in 255) | Black d'hide body (t) (1 in 255) | Black d'hide chaps (g) (1 in 255) | Black d'hide chaps (t) (1 in 255) | Blacksmith's helm (1 in 255) | Briefcase (1 in 255) | Bronze dragon mask (1 in 255) | Bucket helm (1 in 255) | Dark bow tie (1 in 2547) | Dark infinity colour kit (1 in 255) | Dark trousers (1 in 2550) | Dark tuxedo cuffs (1 in 2562) | Dark tuxedo jacket (1 in 2532) | Dark tuxedo shoes (1 in 2550) | Deerstalker (1 in 255) | Dragon cane (1 in 255) | Dragon chainbody ornament kit (1 in 255) | Dragon full helm ornament kit (1 in 255) | Dragon legs/skirt ornament kit (1 in 255) | Dragon scimitar ornament kit (1 in 255) | Dragon sq shield ornament kit (1 in 255) | Fremennik kilt (1 in 255) | Fury ornament kit (1 in 255) | Giant boot (1 in 255) | Holy wraps (1 in 255) | Hosidius scarf (1 in 255) | Iron dragon mask (1 in 255) | Katana (1 in 255) | Light bow tie (1 in 2550) | Light infinity colour kit (1 in 255) | Light trousers (1 in 2529) | Light tuxedo cuffs (1 in 2568) | Light tuxedo jacket (1 in 2559) | Light tuxedo shoes (1 in 2535) | Lovakengj scarf (1 in 255) | Mithril dragon mask (1 in 255) | Monocle (1 in 255) | Musketeer hat (1 in 255) | Musketeer pants (1 in 255) | Musketeer tabard (1 in 255) | Piscarilius scarf (1 in 255) | Ranger gloves (1 in 255) | Rangers' tights (1 in 255) | Rangers' tunic (1 in 255) | Royal crown (1 in 255) | Royal gown bottom (1 in 255) | Royal gown top (1 in 255) | Royal sceptre (1 in 255) | Rune dragon mask (1 in 255) | Sagacious spectacles (1 in 255) | Shayzien scarf (1 in 255) | Steel dragon mask (1 in 255) | Top hat (1 in 255) | Uri's hat (1 in 255) +Master Ale of the gods (1 in 141) | Anguish ornament kit (1 in 141) | Ankou gloves (1 in 2130) | Ankou mask (1 in 2115) | Ankou socks (1 in 2124) | Ankou top (1 in 2142) | Ankou's leggings (1 in 2127) | Arceuus hood (1 in 141) | Armadyl godsword ornament kit (1 in 567) | Bandos godsword ornament kit (1 in 567) | Black demon mask (1 in 141) | Bloodhound (1 in 996) | Boots of darkness (1 in 141) | Bowl wig (1 in 141) | Dragon defender ornament kit (1 in 141) | Dragon kiteshield ornament kit (1 in 4287) | Dragon platebody ornament kit (1 in 2139) | Fancy tiara (1 in 141) | Gloves of darkness (1 in 141) | Greater demon mask (1 in 141) | Half moon spectacles (1 in 141) | Hood of darkness (1 in 141) | Hosidius hood (1 in 141) | Jungle demon mask (1 in 141) | Left eye patch (1 in 141) | Lesser demon mask (1 in 141) | Lovakengj hood (1 in 141) | Mummy's body (1 in 2142) | Mummy's feet (1 in 2133) | Mummy's hands (1 in 2142) | Mummy's head (1 in 2130) | Mummy's legs (1 in 2124) | Obsidian cape (r) (1 in 141) | Occult ornament kit (1 in 141) | Old demon mask (1 in 141) | Piscarilius hood (1 in 141) | Robe bottom of darkness (1 in 141) | Robe top of darkness (1 in 141) | Samurai boots (1 in 141) | Samurai gloves (1 in 141) | Samurai greaves (1 in 141) | Samurai kasa (1 in 141) | Samurai shirt (1 in 141) | Saradomin godsword ornament kit (1 in 567) | Shayzien hood (1 in 141) | Tormented ornament kit (1 in 141) | Torture ornament kit (1 in 141) | Zamorak godsword ornament kit (1 in 567) +Grandmaster Average lamp (1 in 27) | Blabberbeak (1 in 2511) | Clue hunter boots (1 in 1884) | Clue hunter cloak (1 in 1890) | Clue hunter garb (1 in 1872) | Clue hunter gloves (1 in 1866) | Clue hunter trousers (1 in 1902) | Deathtouched dart (1 in 501) | Dwarven blessing (1 in 2505) | Helm of raedwald (1 in 1866) | Holiday Mystery Box (1 in 12) | Huge lamp (1 in 561) | Ignecarus mask (1 in 12) | Large lamp (1 in 114) | Malygos mask (1 in 12) | Mysterious seed (1 in 3) | Ring of luck (1 in 1002) | Small lamp (1 in 18) | Tiny lamp (1 in 15) +Elder 2nd age bow (1 in 4371) | 2nd age mage bottom (1 in 4380) | 2nd age mage mask (1 in 4326) | 2nd age mage top (1 in 4332) | 2nd age range coif (1 in 4383) | 2nd age range legs (1 in 4323) | 2nd age range top (1 in 4407) | 2nd age staff (1 in 4323) | Akumu mask (1 in 477) | Apple parasol (1 in 477) | Blueberry parasol (1 in 477) | Clue bag (1 in 300) | Coconut parasol (1 in 480) | Commander boots (1 in 480) | Commander cap (1 in 477) | Commander gloves (1 in 474) | Commander top (1 in 480) | Commander trousers (1 in 474) | Detective hat (1 in 477) | Detective pants (1 in 477) | Detective trenchcoat (1 in 477) | Elder knowledge (1 in 300) | First age robe bottom (1 in 18042) | First age robe top (1 in 18153) | Grape parasol (1 in 477) | Inventors tools (1 in 300) | Lemon parasol (1 in 480) | Lord marshal boots (1 in 477) | Lord marshal cap (1 in 477) | Lord marshal gloves (1 in 477) | Lord marshal top (1 in 480) | Lord marshal trousers (1 in 477) | Octo (1 in 702) | Strawberry parasol (1 in 477) | Watermelon parasol (1 in 477) diff --git a/data/monster_data.tsv b/data/monster_data.tsv new file mode 100644 index 00000000000..04f322971ec --- /dev/null +++ b/data/monster_data.tsv @@ -0,0 +1,10285 @@ +Monster AttackStyle XP/hr attack XP/hr strength XP/hr defence XP/hr magic XP/hr ranged XP/hr hitpoints XP/hr slayer XP/hr Options Food GP/hr Cost/hr Raw Command Raw Trip +<<<<<<< HEAD +Aberrant Spectre atk-str-def 527k XP/hr 106.2k 106.2k 106.2k 0 0 105.9k 102.8k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":41510400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 15k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 114x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre atk-str-def 371k XP/hr 74.5k 74.5k 74.5k 0 0 74.3k 73.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":59294000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 124x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre atk-str-def 372k XP/hr 74.5k 74.5k 74.5k 0 0 74.3k 73.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":59294000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre mage-def 541k XP/hr 0 0 160.5k 160.5k 0 106.8k 112.7k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":41510400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 15k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","You slayed 160x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre mage-def 379k XP/hr 0 0 112.5k 112.5k 0 74.8k 79.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":59294000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2459x bonus kills from Ori","You slayed 164x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre mage-def 379k XP/hr 0 0 112.5k 112.5k 0 74.8k 79.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":59294000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2459x bonus kills from Ori","You slayed 164x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre mage 532k XP/hr 0 0 0 319.4k 0 106.2k 106.2k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":41510400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 15k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 130x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre mage 375k XP/hr 0 0 0 224.1k 0 74.5k 76.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":59294000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 142x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre mage 371k XP/hr 0 0 0 223.3k 0 74.3k 73.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":59294000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 122x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre range-def 527k XP/hr 0 0 159.2k 0 159.2k 105.9k 102.3k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":41510400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 15k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 112x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre range-def 368k XP/hr 0 0 111.4k 0 111.4k 74.1k 71k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":59294000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2473x bonus kills from Ori","You slayed 108x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre range-def 372k XP/hr 0 0 111.8k 0 111.8k 74.3k 74.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":59294000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 128x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre range 526k XP/hr 0 0 0 0 318.3k 105.8k 101.9k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":41510400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 15k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2473x bonus kills from Ori","You slayed 110x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre range 374k XP/hr 0 0 0 0 223.9k 74.5k 75.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":59294000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Aberrant Spectre range 375k XP/hr 0 0 0 0 224.2k 74.5k 76.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":59294000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon atk-str-def 1.9m XP/hr 338.1k 338.1k 338.1k 0 0 337.2k 359.4k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.96% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9945,"messages":["You missed out on 55x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2446x bonus kills from Ori","1053235 Prayer XP from purifying 12391x Abyssal ashes using the Ash Sanctifier (987609 charges left).","You slayed 162x superior monsters.","You killed 9945x of your 10000 remaining kills, you now have 55 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":9945} +Abyssal Demon atk-str-def 1.9m XP/hr 336.2k 336.2k 336.2k 0 0 335.4k 341k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9931,"messages":["You missed out on 69x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2449x bonus kills from Ori","1052300 Prayer XP from purifying 12380x Abyssal ashes using the Ash Sanctifier (987620 charges left).","You slayed 136x superior monsters.","You killed 9931x of your 10000 remaining kills, you now have 69 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9931} +Abyssal Demon atk-str-def 1.9m XP/hr 335.7k 335.7k 335.7k 0 0 334.9k 340.7k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9917,"messages":["You missed out on 83x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2446x bonus kills from Ori","1050855 Prayer XP from purifying 12363x Abyssal ashes using the Ash Sanctifier (987637 charges left).","You slayed 136x superior monsters.","You killed 9917x of your 10000 remaining kills, you now have 83 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9917} +Abyssal Demon atk-str-def 634k XP/hr 113.4k 113.4k 113.4k 0 0 113.2k 121.7k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2458x bonus kills from Ori","1058930 Prayer XP from purifying 12458x Abyssal ashes using the Ash Sanctifier (987542 charges left).","You slayed 168x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon atk-str-def 628k XP/hr 113.1k 113.1k 113.1k 0 0 112.8k 117.1k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2463x bonus kills from Ori","1059355 Prayer XP from purifying 12463x Abyssal ashes using the Ash Sanctifier (987537 charges left).","You slayed 148x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon atk-str-def 623k XP/hr 112.8k 112.8k 112.8k 0 0 112.5k 113.3k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","1059695 Prayer XP from purifying 12467x Abyssal ashes using the Ash Sanctifier (987533 charges left).","You slayed 132x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage-def 4.2m XP/hr 0 0 1.1m 0 1.1m 748.3k 763k 2316.6 Sharks/hr Loot/hr 3428.9/hr Death rune,1714.7/hr Blood rune,282.8/hr Hellfire arrow,2316.6/hr Shark Cost/hr {"duration":9790200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.91% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.7k Blood rune, 9.3k Death rune, 769x Hellfire arrow, 6.3k Shark"]} {"quantity":9969,"messages":["You missed out on 31x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2458x bonus kills from Ori","1056295 Prayer XP from purifying 12427x Abyssal ashes using the Ash Sanctifier (987573 charges left).","You slayed 138x superior monsters.","You killed 9969x of your 10000 remaining kills, you now have 31 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)"],"newKC":9969} +Abyssal Demon mage-def 1.9m XP/hr 0 0 502.6k 502.6k 0 334.3k 354.6k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.67% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9862,"messages":["You missed out on 138x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2426x bonus kills from Ori","1044480 Prayer XP from purifying 12288x Abyssal ashes using the Ash Sanctifier (987712 charges left).","You slayed 158x superior monsters.","You killed 9862x of your 10000 remaining kills, you now have 138 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":9862} +Abyssal Demon mage-def 2.8m XP/hr 515.7k 515.7k 515.7k 0 0 514.4k 489.3k 1603.8 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.6/hr Chaos rune,282.6/hr Hellfire arrow,1603.8/hr Shark Cost/hr {"duration":14141400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.77% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Chaos rune, 6.7k Death rune, 1.1k Hellfire arrow, 6.3k Shark"]} {"quantity":9958,"messages":["You missed out on 42x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","1055870 Prayer XP from purifying 12422x Abyssal ashes using the Ash Sanctifier (987578 charges left).","You slayed 102x superior monsters.","You killed 9958x of your 10000 remaining kills, you now have 42 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":9958} +Abyssal Demon mage-def 4.1m XP/hr 0 0 1.1m 1.1m 0 742.1k 738k 2316.6 Sharks/hr Loot/hr 3428.9/hr Death rune,1714.7/hr Blood rune,282.8/hr Hellfire arrow,2316.6/hr Shark Cost/hr {"duration":9790200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.81% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.7k Blood rune, 9.3k Death rune, 769x Hellfire arrow, 6.3k Shark"]} {"quantity":9908,"messages":["You missed out on 92x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2446x bonus kills from Ori","1050090 Prayer XP from purifying 12354x Abyssal ashes using the Ash Sanctifier (987646 charges left).","You slayed 124x superior monsters.","You killed 9908x of your 10000 remaining kills, you now have 92 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9908} +Abyssal Demon mage-def 2.9m XP/hr 0 0 775k 0 775k 515.5k 528.3k 1603.8 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.6/hr Chaos rune,282.6/hr Hellfire arrow,1603.8/hr Shark Cost/hr {"duration":14141400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Chaos rune, 6.7k Death rune, 1.1k Hellfire arrow, 6.3k Shark"]} {"quantity":9915,"messages":["You missed out on 85x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2444x bonus kills from Ori","1050515 Prayer XP from purifying 12359x Abyssal ashes using the Ash Sanctifier (987641 charges left).","You slayed 140x superior monsters.","You killed 9915x of your 10000 remaining kills, you now have 85 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":9915} +Abyssal Demon mage-def 2.8m XP/hr 0 0 773.3k 773.3k 0 514.3k 513.3k 1603.8 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.6/hr Chaos rune,282.6/hr Hellfire arrow,1603.8/hr Shark Cost/hr {"duration":14141400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.80% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Chaos rune, 6.7k Death rune, 1.1k Hellfire arrow, 6.3k Shark"]} {"quantity":9915,"messages":["You missed out on 85x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2448x bonus kills from Ori","1050855 Prayer XP from purifying 12363x Abyssal ashes using the Ash Sanctifier (987637 charges left).","You slayed 126x superior monsters.","You killed 9915x of your 10000 remaining kills, you now have 85 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":9915} +Abyssal Demon mage-def 1.9m XP/hr 0 0 505.6k 505.6k 0 336.3k 346.9k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9945,"messages":["You missed out on 55x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2451x bonus kills from Ori","1053660 Prayer XP from purifying 12396x Abyssal ashes using the Ash Sanctifier (987604 charges left).","You slayed 144x superior monsters.","You killed 9945x of your 10000 remaining kills, you now have 55 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":9945} +Abyssal Demon mage-def 1.8m XP/hr 0 0 500.8k 500.8k 0 333k 311.8k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.03% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9931,"messages":["You missed out on 69x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","1053235 Prayer XP from purifying 12391x Abyssal ashes using the Ash Sanctifier (987609 charges left).","You slayed 94x superior monsters.","You killed 9931x of your 10000 remaining kills, you now have 69 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9931} +Abyssal Demon mage-def 4.1m XP/hr 737.6k 737.6k 737.6k 0 0 735.8k 739.1k 2316.6 Sharks/hr Loot/hr 3428.9/hr Death rune,1714.7/hr Blood rune,282.8/hr Hellfire arrow,2316.6/hr Shark Cost/hr {"duration":9790200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.07% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.7k Blood rune, 9.3k Death rune, 769x Hellfire arrow, 6.3k Shark"]} {"quantity":9816,"messages":["You missed out on 184x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2422x bonus kills from Ori","1040230 Prayer XP from purifying 12238x Abyssal ashes using the Ash Sanctifier (987762 charges left).","You slayed 128x superior monsters.","You killed 9816x of your 10000 remaining kills, you now have 184 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":9816} +Abyssal Demon mage-def 1.6m XP/hr 295.2k 295.2k 295.2k 0 0 294.5k 301.1k 908.6 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,908.6/hr Shark Cost/hr {"duration":24960600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 11.9k Blood rune, 23.8k Death rune, 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","1059525 Prayer XP from purifying 12465x Abyssal ashes using the Ash Sanctifier (987535 charges left).","You slayed 140x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage-def 1.6m XP/hr 0 0 442.5k 0 442.5k 294.3k 298.7k 908.6 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,908.6/hr Shark Cost/hr {"duration":24960600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 11.9k Blood rune, 23.8k Death rune, 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","1059610 Prayer XP from purifying 12466x Abyssal ashes using the Ash Sanctifier (987534 charges left).","You slayed 136x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage-def 1.6m XP/hr 0 0 441.6k 441.6k 0 293.7k 291.5k 908.6 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,908.6/hr Shark Cost/hr {"duration":24960600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 11.9k Blood rune, 23.8k Death rune, 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","1059865 Prayer XP from purifying 12469x Abyssal ashes using the Ash Sanctifier (987531 charges left).","You slayed 124x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage-def 629k XP/hr 0 0 169.8k 169.8k 0 112.9k 118.4k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2462x bonus kills from Ori","1059270 Prayer XP from purifying 12462x Abyssal ashes using the Ash Sanctifier (987538 charges left).","You slayed 154x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage-def 1.1m XP/hr 204.5k 204.5k 204.5k 0 0 204k 210.2k 629.1 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.6/hr Chaos rune,629.1/hr Shark Cost/hr {"duration":36054200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 34.3k Chaos rune, 17.2k Death rune, 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","1059440 Prayer XP from purifying 12464x Abyssal ashes using the Ash Sanctifier (987536 charges left).","You slayed 144x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage-def 1.1m XP/hr 0 0 306.8k 0 306.8k 204.1k 211k 629.1 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.6/hr Chaos rune,629.1/hr Shark Cost/hr {"duration":36054200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 34.3k Chaos rune, 17.2k Death rune, 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","1059440 Prayer XP from purifying 12464x Abyssal ashes using the Ash Sanctifier (987536 charges left).","You slayed 146x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage-def 1.1m XP/hr 0 0 305.3k 305.3k 0 203.1k 198.4k 629.1 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.6/hr Chaos rune,629.1/hr Shark Cost/hr {"duration":36054200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 34.3k Chaos rune, 17.2k Death rune, 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","1060035 Prayer XP from purifying 12471x Abyssal ashes using the Ash Sanctifier (987529 charges left).","You slayed 116x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage-def 618k XP/hr 0 0 168.8k 168.8k 0 112.2k 110.1k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","1060035 Prayer XP from purifying 12471x Abyssal ashes using the Ash Sanctifier (987529 charges left).","You slayed 118x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage-def 623k XP/hr 0 0 169.2k 169.2k 0 112.5k 113.3k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","1059695 Prayer XP from purifying 12467x Abyssal ashes using the Ash Sanctifier (987533 charges left).","You slayed 132x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage 2.9m XP/hr 0 0 0 0 1.6m 519.3k 525.1k 1603.8 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.6/hr Chaos rune,282.6/hr Hellfire arrow,1603.8/hr Shark Cost/hr {"duration":14141400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.81% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Chaos rune, 6.7k Death rune, 1.1k Hellfire arrow, 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","1059695 Prayer XP from purifying 12467x Abyssal ashes using the Ash Sanctifier (987533 charges left).","You slayed 134x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage 4.1m XP/hr 0 0 0 2.2m 0 743.3k 701.2k 2316.6 Sharks/hr Loot/hr 3428.9/hr Death rune,1714.7/hr Blood rune,282.8/hr Hellfire arrow,2316.6/hr Shark Cost/hr {"duration":9790200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.7k Blood rune, 9.3k Death rune, 769x Hellfire arrow, 6.3k Shark"]} {"quantity":9969,"messages":["You missed out on 31x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","1057145 Prayer XP from purifying 12437x Abyssal ashes using the Ash Sanctifier (987563 charges left).","You slayed 98x superior monsters.","You killed 9969x of your 10000 remaining kills, you now have 31 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":9969} +Abyssal Demon mage 4.1m XP/hr 0 0 0 0 2.2m 745.1k 749k 2316.6 Sharks/hr Loot/hr 3428.9/hr Death rune,1714.7/hr Blood rune,282.8/hr Hellfire arrow,2316.6/hr Shark Cost/hr {"duration":9790200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.7k Blood rune, 9.3k Death rune, 769x Hellfire arrow, 6.3k Shark"]} {"quantity":9939,"messages":["You missed out on 61x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2453x bonus kills from Ori","1053320 Prayer XP from purifying 12392x Abyssal ashes using the Ash Sanctifier (987608 charges left).","You slayed 130x superior monsters.","You killed 9939x of your 10000 remaining kills, you now have 61 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9939} +Abyssal Demon mage 2.8m XP/hr 0 0 0 1.6m 0 515.8k 506.4k 1603.8 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.6/hr Chaos rune,282.6/hr Hellfire arrow,1603.8/hr Shark Cost/hr {"duration":14141400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.80% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Chaos rune, 6.7k Death rune, 1.1k Hellfire arrow, 6.3k Shark"]} {"quantity":9958,"messages":["You missed out on 42x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","1055530 Prayer XP from purifying 12418x Abyssal ashes using the Ash Sanctifier (987582 charges left).","You slayed 118x superior monsters.","You killed 9958x of your 10000 remaining kills, you now have 42 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":9958} +Abyssal Demon mage 1.9m XP/hr 0 0 0 1m 0 335.9k 358.4k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9904,"messages":["You missed out on 96x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2436x bonus kills from Ori","1048900 Prayer XP from purifying 12340x Abyssal ashes using the Ash Sanctifier (987660 charges left).","You slayed 162x superior monsters.","You killed 9904x of your 10000 remaining kills, you now have 96 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9904} +Abyssal Demon mage 1.8m XP/hr 0 0 0 1m 0 332.7k 328.5k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":9},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.89% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9876,"messages":["You missed out on 124x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2439x bonus kills from Ori","1046775 Prayer XP from purifying 12315x Abyssal ashes using the Ash Sanctifier (987685 charges left).","You slayed 120x superior monsters.","You killed 9876x of your 10000 remaining kills, you now have 124 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":9876} +Abyssal Demon mage 1.8m XP/hr 0 0 0 1m 0 333k 332.7k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":9},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.86% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9876,"messages":["You missed out on 124x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2438x bonus kills from Ori","1046690 Prayer XP from purifying 12314x Abyssal ashes using the Ash Sanctifier (987686 charges left).","You slayed 126x superior monsters.","You killed 9876x of your 10000 remaining kills, you now have 124 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9876} +Abyssal Demon mage 1.6m XP/hr 0 0 0 0 882.4k 293.4k 287.8k 908.6 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,908.6/hr Shark Cost/hr {"duration":24960600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 11.9k Blood rune, 23.8k Death rune, 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","1060035 Prayer XP from purifying 12471x Abyssal ashes using the Ash Sanctifier (987529 charges left).","You slayed 118x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage 1.6m XP/hr 0 0 0 885.6k 0 294.5k 301.1k 908.6 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,908.6/hr Shark Cost/hr {"duration":24960600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 11.9k Blood rune, 23.8k Death rune, 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","1059525 Prayer XP from purifying 12465x Abyssal ashes using the Ash Sanctifier (987535 charges left).","You slayed 140x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage 629k XP/hr 0 0 0 339.5k 0 112.9k 118.4k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2462x bonus kills from Ori","1059270 Prayer XP from purifying 12462x Abyssal ashes using the Ash Sanctifier (987538 charges left).","You slayed 154x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage 1.1m XP/hr 0 0 0 0 611.9k 203.5k 203.5k 629.1 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.6/hr Chaos rune,629.1/hr Shark Cost/hr {"duration":36054200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 34.3k Chaos rune, 17.2k Death rune, 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","1059780 Prayer XP from purifying 12468x Abyssal ashes using the Ash Sanctifier (987532 charges left).","You slayed 128x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage 1.1m XP/hr 0 0 0 613.7k 0 204.1k 211k 629.1 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.6/hr Chaos rune,629.1/hr Shark Cost/hr {"duration":36054200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 34.3k Chaos rune, 17.2k Death rune, 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","1059440 Prayer XP from purifying 12464x Abyssal ashes using the Ash Sanctifier (987536 charges left).","You slayed 146x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage 623k XP/hr 0 0 0 338.4k 0 112.5k 113.8k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","1059695 Prayer XP from purifying 12467x Abyssal ashes using the Ash Sanctifier (987533 charges left).","You slayed 134x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon mage 626k XP/hr 0 0 0 339k 0 112.7k 116.1k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","1059440 Prayer XP from purifying 12464x Abyssal ashes using the Ash Sanctifier (987536 charges left).","You slayed 144x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon range-def 1.9m XP/hr 0 0 503.7k 0 503.7k 335k 347.3k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.93% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9904,"messages":["You missed out on 96x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2440x bonus kills from Ori","1049240 Prayer XP from purifying 12344x Abyssal ashes using the Ash Sanctifier (987656 charges left).","You slayed 146x superior monsters.","You killed 9904x of your 10000 remaining kills, you now have 96 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 78, Treasured: 312,5% less materials for mastery)"],"newKC":9904} +Abyssal Demon range-def 1.8m XP/hr 0 0 501.4k 0 501.4k 333.4k 333k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9890,"messages":["You missed out on 110x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2441x bonus kills from Ori","1048135 Prayer XP from purifying 12331x Abyssal ashes using the Ash Sanctifier (987669 charges left).","You slayed 126x superior monsters.","You killed 9890x of your 10000 remaining kills, you now have 110 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9890} +Abyssal Demon range-def 1.9m XP/hr 0 0 502.3k 0 502.3k 334.1k 346.6k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":9},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.65% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9876,"messages":["You missed out on 124x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2433x bonus kills from Ori","1046265 Prayer XP from purifying 12309x Abyssal ashes using the Ash Sanctifier (987691 charges left).","You slayed 146x superior monsters.","You killed 9876x of your 10000 remaining kills, you now have 124 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9876} +Abyssal Demon range-def 626k XP/hr 0 0 169.5k 0 169.5k 112.7k 116.1k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","1059440 Prayer XP from purifying 12464x Abyssal ashes using the Ash Sanctifier (987536 charges left).","You slayed 144x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon range-def 624k XP/hr 0 0 169.3k 0 169.3k 112.6k 114.7k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","1059610 Prayer XP from purifying 12466x Abyssal ashes using the Ash Sanctifier (987534 charges left).","You slayed 138x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon range-def 623k XP/hr 0 0 169.2k 0 169.2k 112.5k 113.8k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","1059695 Prayer XP from purifying 12467x Abyssal ashes using the Ash Sanctifier (987533 charges left).","You slayed 134x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon range 1.8m XP/hr 0 0 0 0 993.7k 330.4k 316.4k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.78% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9835,"messages":["You missed out on 165x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2433x bonus kills from Ori","1042780 Prayer XP from purifying 12268x Abyssal ashes using the Ash Sanctifier (987732 charges left).","You slayed 104x superior monsters.","You killed 9835x of your 10000 remaining kills, you now have 165 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":9835} +Abyssal Demon range 1.9m XP/hr 0 0 0 0 1m 337.4k 350.4k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.04% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9972,"messages":["You missed out on 28x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2456x bonus kills from Ori","1056380 Prayer XP from purifying 12428x Abyssal ashes using the Ash Sanctifier (987572 charges left).","You slayed 148x superior monsters.","You killed 9972x of your 10000 remaining kills, you now have 28 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":9972} +Abyssal Demon range 1.9m XP/hr 0 0 0 0 1m 336k 344.1k 1042.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,1042.5/hr Shark Cost/hr {"duration":21756000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.68% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 6.3k Shark"]} {"quantity":9945,"messages":["You missed out on 55x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2452x bonus kills from Ori","1053745 Prayer XP from purifying 12397x Abyssal ashes using the Ash Sanctifier (987603 charges left).","You slayed 140x superior monsters.","You killed 9945x of your 10000 remaining kills, you now have 55 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":9945} +Abyssal Demon range 625k XP/hr 0 0 0 0 338.8k 112.7k 115.2k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","1059525 Prayer XP from purifying 12465x Abyssal ashes using the Ash Sanctifier (987535 charges left).","You slayed 140x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 46 clues (Removed Metallic: 107, Treasured: 426,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon range 621k XP/hr 0 0 0 0 338k 112.4k 112k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","1059865 Prayer XP from purifying 12469x Abyssal ashes using the Ash Sanctifier (987531 charges left).","You slayed 126x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Abyssal Demon range 614k XP/hr 0 0 0 0 336.7k 112k 106.4k 347.6 Sharks/hr Loot/hr 347.6/hr Shark Cost/hr {"duration":65248400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2475x bonus kills from Ori","1060375 Prayer XP from purifying 12475x Abyssal ashes using the Ash Sanctifier (987525 charges left).","You slayed 102x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire atk-str-def 284k XP/hr 52.5k 52.5k 52.5k 0 0 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire atk-str-def 284k XP/hr 52.5k 52.5k 52.5k 0 0 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire atk-str-def 284k XP/hr 52.5k 52.5k 52.5k 0 0 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire mage-def 284k XP/hr 0 0 78.7k 78.7k 0 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire mage-def 284k XP/hr 0 0 78.7k 78.7k 0 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire mage-def 284k XP/hr 0 0 78.7k 78.7k 0 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire mage 284k XP/hr 0 0 0 157.5k 0 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire mage 284k XP/hr 0 0 0 157.5k 0 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire mage 284k XP/hr 0 0 0 157.5k 0 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire range-def 284k XP/hr 0 0 78.7k 0 78.7k 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire range-def 284k XP/hr 0 0 78.7k 0 78.7k 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire range-def 284k XP/hr 0 0 78.7k 0 78.7k 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire range 284k XP/hr 0 0 0 0 157.5k 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire range 284k XP/hr 0 0 0 0 157.5k 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Abyssal Sire range 284k XP/hr 0 0 0 0 157.5k 52.4k 64k 39.9 Sharks/hr Loot/hr 39.9/hr Shark Cost/hr {"duration":365765400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1062500 Prayer XP from purifying 12500x Abyssal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Adamant Dragon atk-str-def 834k XP/hr 79.1k 79.1k 79.1k 0 0 78.9k 65.3k 36.2 Sharks/hr Loot/hr 36.2/hr Shark Cost/hr {"duration":178948000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Adamant Dragon atk-str-def 834k XP/hr 79.1k 79.1k 79.1k 0 0 78.9k 65.3k 36.2 Sharks/hr Loot/hr 36.2/hr Shark Cost/hr {"duration":178948000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Adamant Dragon atk-str-def 834k XP/hr 79.1k 79.1k 79.1k 0 0 78.9k 65.3k 36.2 Sharks/hr Loot/hr 36.2/hr Shark Cost/hr {"duration":178948000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Adamant Dragon mage-def 709k XP/hr 0 0 100.9k 100.9k 0 67.1k 55.5k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Adamant Dragon mage-def 709k XP/hr 0 0 100.9k 100.9k 0 67.1k 55.5k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Adamant Dragon mage-def 709k XP/hr 0 0 100.9k 100.9k 0 67.1k 55.5k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Adamant Dragon mage 709k XP/hr 0 0 0 201.8k 0 67.1k 55.5k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Adamant Dragon mage 709k XP/hr 0 0 0 201.8k 0 67.1k 55.5k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Adamant Dragon mage 709k XP/hr 0 0 0 201.8k 0 67.1k 55.5k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Adamant Dragon range-def 709k XP/hr 0 0 100.9k 0 100.9k 67.1k 55.5k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Adamant Dragon range-def 709k XP/hr 0 0 100.9k 0 100.9k 67.1k 55.5k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Adamant Dragon range-def 709k XP/hr 0 0 100.9k 0 100.9k 67.1k 55.5k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Adamant Dragon range 709k XP/hr 0 0 0 0 201.8k 67.1k 55.5k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Adamant Dragon range 709k XP/hr 0 0 0 0 201.8k 67.1k 55.5k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Adamant Dragon range 709k XP/hr 0 0 0 0 201.8k 67.1k 55.5k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Akumu atk-str-def 94k XP/hr 15.5k 15.5k 15.5k 0 0 15.5k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2057,"messages":["515x bonus kills from Ori","18488435 Prayer XP from purifying 19159x Nightmarish ashes using the Ash Sanctifier (980841 charges left).","You died 2126x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2057} +Akumu atk-str-def 97k XP/hr 16k 16k 16k 0 0 16k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2125,"messages":["532x bonus kills from Ori","19158145 Prayer XP from purifying 19853x Nightmarish ashes using the Ash Sanctifier (980147 charges left).","You died 2058x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2125} +Akumu atk-str-def 96k XP/hr 15.9k 15.9k 15.9k 0 0 15.8k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2102,"messages":["526x bonus kills from Ori","19024975 Prayer XP from purifying 19715x Nightmarish ashes using the Ash Sanctifier (980285 charges left).","You died 2081x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2102} +Akumu mage-def 96k XP/hr 0 0 23.9k 23.9k 0 15.9k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2111,"messages":["528x bonus kills from Ori","19117615 Prayer XP from purifying 19811x Nightmarish ashes using the Ash Sanctifier (980189 charges left).","You died 2072x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2111} +Akumu mage-def 99k XP/hr 0 0 24.6k 24.6k 0 16.4k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2174,"messages":["544x bonus kills from Ori","19694685 Prayer XP from purifying 20409x Nightmarish ashes using the Ash Sanctifier (979591 charges left).","You died 2009x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2174} +Akumu mage-def 96k XP/hr 0 0 23.9k 23.9k 0 15.9k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2106,"messages":["527x bonus kills from Ori","19059715 Prayer XP from purifying 19751x Nightmarish ashes using the Ash Sanctifier (980249 charges left).","You died 2077x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2106} +Akumu mage 98k XP/hr 0 0 0 48.7k 0 16.2k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2152,"messages":["538x bonus kills from Ori","19377200 Prayer XP from purifying 20080x Nightmarish ashes using the Ash Sanctifier (979920 charges left).","You died 2031x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2152} +Akumu mage 99k XP/hr 0 0 0 49k 0 16.3k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2161,"messages":["541x bonus kills from Ori","19638715 Prayer XP from purifying 20351x Nightmarish ashes using the Ash Sanctifier (979649 charges left).","You died 2022x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2161} +Akumu mage 96k XP/hr 0 0 0 47.7k 0 15.9k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2105,"messages":["527x bonus kills from Ori","18992165 Prayer XP from purifying 19681x Nightmarish ashes using the Ash Sanctifier (980319 charges left).","You died 2078x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2105} +Akumu range-def 97k XP/hr 0 0 24k 0 24k 16k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2120,"messages":["530x bonus kills from Ori","19235345 Prayer XP from purifying 19933x Nightmarish ashes using the Ash Sanctifier (980067 charges left).","You died 2063x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2120} +Akumu range-def 95k XP/hr 0 0 23.6k 0 23.6k 15.7k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2083,"messages":["521x bonus kills from Ori","18703630 Prayer XP from purifying 19382x Nightmarish ashes using the Ash Sanctifier (980618 charges left).","You died 2100x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2083} +Akumu range-def 96k XP/hr 0 0 23.9k 0 23.9k 15.9k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2114,"messages":["529x bonus kills from Ori","19219905 Prayer XP from purifying 19917x Nightmarish ashes using the Ash Sanctifier (980083 charges left).","You died 2069x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2114} +Akumu range 99k XP/hr 0 0 0 0 49.1k 16.3k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2168,"messages":["542x bonus kills from Ori","19533530 Prayer XP from purifying 20242x Nightmarish ashes using the Ash Sanctifier (979758 charges left).","You died 2015x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2168} +Akumu range 96k XP/hr 0 0 0 0 47.8k 15.9k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2112,"messages":["528x bonus kills from Ori","19123405 Prayer XP from purifying 19817x Nightmarish ashes using the Ash Sanctifier (980183 charges left).","You died 2071x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2112} +Akumu range 95k XP/hr 0 0 0 0 47.3k 15.7k 0 61.5 Sharks/hr Loot/hr 7.1/hr Super restore(4),21.3/hr Saradomin brew(4),7.1/hr Super combat potion(4),7.1/hr Lumina,61.5/hr Shark Cost/hr {"duration":2116796693,"quantity":4183,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.2k Lumina, 12.5k Saradomin brew(4), 36.1k Shark, 4.2k Super combat potion(4), 4.2k Super restore(4)","5.0% chance of death"]} {"quantity":2086,"messages":["522x bonus kills from Ori","18859960 Prayer XP from purifying 19544x Nightmarish ashes using the Ash Sanctifier (980456 charges left).","You died 2097x times.","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":2086} +Alchemical Hydra atk-str-def 2m XP/hr 133.1k 133.1k 133.1k 0 0 132.8k 119.9k 73.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),73.5/hr Shark Cost/hr {"duration":396596200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 115x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","148.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48 clues (Removed Metallic: 113, Treasured: 449,5% less materials for mastery)"],"newKC":10000} +Alchemical Hydra atk-str-def 2m XP/hr 133.1k 133.1k 133.1k 0 0 132.8k 119.9k 73.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),73.5/hr Shark Cost/hr {"duration":396596200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 115x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","146.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 94, Treasured: 373,5% less materials for mastery)"],"newKC":10000} +Alchemical Hydra atk-str-def 2m XP/hr 133.1k 133.1k 133.1k 0 0 132.8k 119.9k 73.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),73.5/hr Shark Cost/hr {"duration":396596200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 115x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","143.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 92, Treasured: 365,5% less materials for mastery)"],"newKC":10000} +Alchemical Hydra mage-def 1.7m XP/hr 0 0 169.7k 169.7k 0 112.9k 101.9k 62.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),62.5/hr Shark Cost/hr {"duration":466587800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 135x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","149.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 94, Treasured: 373,5% less materials for mastery)"],"newKC":10000} +Alchemical Hydra mage-def 1.7m XP/hr 0 0 169.7k 169.7k 0 112.9k 101.9k 62.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),62.5/hr Shark Cost/hr {"duration":466587800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 135x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","149.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 92, Treasured: 365,5% less materials for mastery)"],"newKC":10000} +Alchemical Hydra mage-def 1.7m XP/hr 0 0 169.7k 169.7k 0 112.9k 101.9k 62.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),62.5/hr Shark Cost/hr {"duration":466587800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 135x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","145.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 109, Treasured: 434,5% less materials for mastery)"],"newKC":10000} +Alchemical Hydra mage 1.7m XP/hr 0 0 0 339.5k 0 112.9k 101.9k 62.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),62.5/hr Shark Cost/hr {"duration":466587800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 135x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","147.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Alchemical Hydra mage 1.7m XP/hr 0 0 0 339.5k 0 112.9k 101.9k 62.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),62.5/hr Shark Cost/hr {"duration":466587800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 135x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","144.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Alchemical Hydra mage 1.7m XP/hr 0 0 0 339.5k 0 112.9k 101.9k 62.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),62.5/hr Shark Cost/hr {"duration":466587800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 135x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","144.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 99, Treasured: 396,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Alchemical Hydra range-def 1.7m XP/hr 0 0 169.7k 0 169.7k 112.9k 101.9k 62.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),62.5/hr Shark Cost/hr {"duration":466587800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 135x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","148m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 107, Treasured: 426,5% less materials for mastery)"],"newKC":10000} +Alchemical Hydra range-def 1.7m XP/hr 0 0 169.7k 0 169.7k 112.9k 101.9k 62.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),62.5/hr Shark Cost/hr {"duration":466587800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 135x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","144.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 103, Treasured: 411,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Alchemical Hydra range-def 1.7m XP/hr 0 0 169.7k 0 169.7k 112.9k 101.9k 62.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),62.5/hr Shark Cost/hr {"duration":466587800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 135x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","146.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 78, Treasured: 312,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Alchemical Hydra range 1.7m XP/hr 0 0 0 0 339.5k 112.9k 101.9k 62.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),62.5/hr Shark Cost/hr {"duration":466587800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 135x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Holiday Mystery Box for completing your task.","146.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 97, Treasured: 388,5% less materials for mastery)"],"newKC":10000} +Alchemical Hydra range 1.7m XP/hr 0 0 0 0 339.5k 112.9k 101.9k 62.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),62.5/hr Shark Cost/hr {"duration":466587800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 135x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","147.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 97, Treasured: 388,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Alchemical Hydra range 1.7m XP/hr 0 0 0 0 339.5k 112.9k 101.9k 62.5 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),62.5/hr Shark Cost/hr {"duration":466587800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 135x Anti-venom+(4), 8.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","145.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Ancient Wyvern atk-str-def 413k XP/hr 42.9k 42.9k 42.9k 0 0 42.8k 0 9.7 Sharks/hr Loot/hr 9.7/hr Shark Cost/hr {"duration":2116783807,"quantity":63091,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 5.7k Shark"]} {"quantity":63091,"messages":["15773x bonus kills from Ori","142m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48 clues (Removed Metallic: 137, Treasured: 548,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":63091} +Ancient Wyvern atk-str-def 413k XP/hr 42.9k 42.9k 42.9k 0 0 42.8k 0 9.7 Sharks/hr Loot/hr 9.7/hr Shark Cost/hr {"duration":2116783807,"quantity":63091,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 5.7k Shark"]} {"quantity":63091,"messages":["15773x bonus kills from Ori","142m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 143, Treasured: 570,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":63091} +Ancient Wyvern atk-str-def 413k XP/hr 42.9k 42.9k 42.9k 0 0 42.8k 0 9.7 Sharks/hr Loot/hr 9.7/hr Shark Cost/hr {"duration":2116783807,"quantity":63091,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 5.7k Shark"]} {"quantity":63091,"messages":["15773x bonus kills from Ori","142m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 99, Treasured: 396,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":63091} +Ancient Wyvern mage-def 351k XP/hr 0 0 54.7k 54.7k 0 36.4k 0 8.2 Sharks/hr Loot/hr 8.2/hr Shark Cost/hr {"duration":2116788540,"quantity":53627,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.8k Shark"]} {"quantity":53627,"messages":["13407x bonus kills from Ori","120.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,424, Pious: 4,280, Sharp: 856, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 40 clues (Removed Metallic: 114, Treasured: 456,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":53627} +Ancient Wyvern mage-def 351k XP/hr 0 0 54.7k 54.7k 0 36.4k 0 8.2 Sharks/hr Loot/hr 8.2/hr Shark Cost/hr {"duration":2116788540,"quantity":53627,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.8k Shark"]} {"quantity":53627,"messages":["13407x bonus kills from Ori","120.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,424, Pious: 4,280, Sharp: 856, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 103, Treasured: 411,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":53627} +Ancient Wyvern mage-def 351k XP/hr 0 0 54.7k 54.7k 0 36.4k 0 8.2 Sharks/hr Loot/hr 8.2/hr Shark Cost/hr {"duration":2116788540,"quantity":53627,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.8k Shark"]} {"quantity":53627,"messages":["13407x bonus kills from Ori","120.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,424, Pious: 4,280, Sharp: 856, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 103, Treasured: 411,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":53627} +Ancient Wyvern mage 351k XP/hr 0 0 0 109.4k 0 36.4k 0 8.2 Sharks/hr Loot/hr 8.2/hr Shark Cost/hr {"duration":2116788540,"quantity":53627,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.8k Shark"]} {"quantity":53627,"messages":["13407x bonus kills from Ori","120.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,424, Pious: 4,280, Sharp: 856, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48 clues (Removed Metallic: 137, Treasured: 548,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":53627} +Ancient Wyvern mage 351k XP/hr 0 0 0 109.4k 0 36.4k 0 8.2 Sharks/hr Loot/hr 8.2/hr Shark Cost/hr {"duration":2116788540,"quantity":53627,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.8k Shark"]} {"quantity":53627,"messages":["13407x bonus kills from Ori","120.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,424, Pious: 4,280, Sharp: 856, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 120, Treasured: 479,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":53627} +Ancient Wyvern mage 351k XP/hr 0 0 0 109.4k 0 36.4k 0 8.2 Sharks/hr Loot/hr 8.2/hr Shark Cost/hr {"duration":2116788540,"quantity":53627,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.8k Shark"]} {"quantity":53627,"messages":["13407x bonus kills from Ori","120.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,424, Pious: 4,280, Sharp: 856, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 122, Treasured: 487,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":53627} +Ancient Wyvern range-def 351k XP/hr 0 0 54.7k 0 54.7k 36.4k 0 8.2 Sharks/hr Loot/hr 8.2/hr Shark Cost/hr {"duration":2116788540,"quantity":53627,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.8k Shark"]} {"quantity":53627,"messages":["13407x bonus kills from Ori","120.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,424, Pious: 4,280, Sharp: 856, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 99, Treasured: 396,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":53627} +Ancient Wyvern range-def 351k XP/hr 0 0 54.7k 0 54.7k 36.4k 0 8.2 Sharks/hr Loot/hr 8.2/hr Shark Cost/hr {"duration":2116788540,"quantity":53627,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.8k Shark"]} {"quantity":53627,"messages":["13407x bonus kills from Ori","120.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,424, Pious: 4,280, Sharp: 856, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":53627} +Ancient Wyvern range-def 351k XP/hr 0 0 54.7k 0 54.7k 36.4k 0 8.2 Sharks/hr Loot/hr 8.2/hr Shark Cost/hr {"duration":2116788540,"quantity":53627,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.8k Shark"]} {"quantity":53627,"messages":["13407x bonus kills from Ori","120.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,424, Pious: 4,280, Sharp: 856, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 105, Treasured: 418,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":53627} +Ancient Wyvern range 351k XP/hr 0 0 0 0 109.4k 36.4k 0 8.2 Sharks/hr Loot/hr 8.2/hr Shark Cost/hr {"duration":2116788540,"quantity":53627,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.8k Shark"]} {"quantity":53627,"messages":["13407x bonus kills from Ori","120.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,424, Pious: 4,280, Sharp: 856, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 109, Treasured: 434,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":53627} +Ancient Wyvern range 351k XP/hr 0 0 0 0 109.4k 36.4k 0 8.2 Sharks/hr Loot/hr 8.2/hr Shark Cost/hr {"duration":2116788540,"quantity":53627,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.8k Shark"]} {"quantity":53627,"messages":["13407x bonus kills from Ori","120.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,424, Pious: 4,280, Sharp: 856, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 92, Treasured: 365,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":53627} +Ancient Wyvern range 351k XP/hr 0 0 0 0 109.4k 36.4k 0 8.2 Sharks/hr Loot/hr 8.2/hr Shark Cost/hr {"duration":2116788540,"quantity":53627,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.8k Shark"]} {"quantity":53627,"messages":["13407x bonus kills from Ori","120.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,424, Pious: 4,280, Sharp: 856, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 111, Treasured: 441,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":53627} +Ancient Zygomite atk-str-def 363k XP/hr 90.9k 90.9k 90.9k 0 0 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 759 clues (Removed Metallic: 1,298, Treasured: 5,191,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite atk-str-def 363k XP/hr 90.9k 90.9k 90.9k 0 0 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 738 clues (Removed Metallic: 1,262, Treasured: 5,047,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite atk-str-def 363k XP/hr 90.9k 90.9k 90.9k 0 0 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 684 clues (Removed Metallic: 1,169, Treasured: 4,674,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite mage-def 363k XP/hr 0 0 136.4k 136.4k 0 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 718 clues (Removed Metallic: 1,228, Treasured: 4,910,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite mage-def 363k XP/hr 0 0 136.4k 136.4k 0 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 755 clues (Removed Metallic: 1,291, Treasured: 5,161,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite mage-def 363k XP/hr 0 0 136.4k 136.4k 0 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 706 clues (Removed Metallic: 1,207, Treasured: 4,826,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite mage 363k XP/hr 0 0 0 272.8k 0 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 684 clues (Removed Metallic: 1,169, Treasured: 4,674,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite mage 363k XP/hr 0 0 0 272.8k 0 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 726 clues (Removed Metallic: 1,241, Treasured: 4,963,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite mage 363k XP/hr 0 0 0 272.8k 0 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 761 clues (Removed Metallic: 1,300, Treasured: 5,199,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite range-def 363k XP/hr 0 0 136.4k 0 136.4k 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 723 clues (Removed Metallic: 1,235, Treasured: 4,940,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite range-def 363k XP/hr 0 0 136.4k 0 136.4k 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 718 clues (Removed Metallic: 1,228, Treasured: 4,910,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite range-def 363k XP/hr 0 0 136.4k 0 136.4k 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 770 clues (Removed Metallic: 1,317, Treasured: 5,267,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite range 363k XP/hr 0 0 0 0 272.8k 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 704 clues (Removed Metallic: 1,203, Treasured: 4,811,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite range 363k XP/hr 0 0 0 0 272.8k 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 700 clues (Removed Metallic: 1,197, Treasured: 4,788,5% less materials for mastery)"],"newKC":250958} +Ancient Zygomite range 363k XP/hr 0 0 0 0 272.8k 90.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 703 clues (Removed Metallic: 1,201, Treasured: 4,804,5% less materials for mastery)"],"newKC":250958} +Ankou atk-str-def 2.1m XP/hr 324k 324k 324k 0 0 323.2k 243k 1130.0 Sharks/hr Loot/hr 1224.8/hr Cannonball,282.7/hr Hellfire arrow,1130.0/hr Shark Cost/hr {"duration":8888600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3k Cannonball, 698x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Ankou atk-str-def 1.5m XP/hr 226.9k 226.9k 226.9k 0 0 226.4k 170.2k 791.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,791.4/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Ankou atk-str-def 1.5m XP/hr 226.9k 226.9k 226.9k 0 0 226.4k 170.2k 791.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,791.4/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.26% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Ankou atk-str-def 703k XP/hr 108k 108k 108k 0 0 107.8k 81k 376.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,376.8/hr Shark Cost/hr {"duration":26656000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 9.1k Cannonball, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Ankou atk-str-def 492k XP/hr 75.6k 75.6k 75.6k 0 0 75.5k 56.7k 263.8 Sharks/hr Loot/hr 263.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Ankou atk-str-def 492k XP/hr 75.6k 75.6k 75.6k 0 0 75.5k 56.7k 263.8 Sharks/hr Loot/hr 263.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 3.3m XP/hr 504.1k 504.1k 504.1k 0 0 502.8k 378.1k 1758.0 Sharks/hr Loot/hr 3429.0/hr Death rune,1714.5/hr Blood rune,282.9/hr Hellfire arrow,1758.0/hr Shark Cost/hr {"duration":5713400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.7k Blood rune, 5.4k Death rune, 449x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 3.3m XP/hr 0 0 756.1k 0 756.1k 502.8k 378.1k 1758.0 Sharks/hr Loot/hr 3429.0/hr Death rune,1714.5/hr Blood rune,282.9/hr Hellfire arrow,1758.0/hr Shark Cost/hr {"duration":5713400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.7k Blood rune, 5.4k Death rune, 449x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 3.3m XP/hr 0 0 756.1k 756.1k 0 502.8k 378.1k 1758.0 Sharks/hr Loot/hr 3429.0/hr Death rune,1714.5/hr Blood rune,282.9/hr Hellfire arrow,1758.0/hr Shark Cost/hr {"duration":5713400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.7k Blood rune, 5.4k Death rune, 449x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 2.1m XP/hr 0 0 486k 486k 0 323.2k 243k 1130.0 Sharks/hr Loot/hr 1224.8/hr Cannonball,282.7/hr Hellfire arrow,1130.0/hr Shark Cost/hr {"duration":8888600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3k Cannonball, 698x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 8, Treasured: 31,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 2.3m XP/hr 349k 349k 349k 0 0 348.2k 261.8k 1217.2 Sharks/hr Loot/hr 1714.6/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1217.2/hr Shark Cost/hr {"duration":8251600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Chaos rune, 3.9k Death rune, 648x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 2.3m XP/hr 0 0 523.5k 0 523.5k 348.2k 261.8k 1217.2 Sharks/hr Loot/hr 1714.6/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1217.2/hr Shark Cost/hr {"duration":8251600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Chaos rune, 3.9k Death rune, 648x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 2.3m XP/hr 0 0 523.5k 523.5k 0 348.2k 261.8k 1217.2 Sharks/hr Loot/hr 1714.6/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1217.2/hr Shark Cost/hr {"duration":8251600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Chaos rune, 3.9k Death rune, 648x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 1.5m XP/hr 0 0 340.4k 340.4k 0 226.4k 170.2k 791.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,791.4/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 1.5m XP/hr 0 0 339.6k 339.6k 0 225.8k 169.8k 791.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,791.4/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 2.8k Shark"]} {"quantity":9976,"messages":["You missed out on 24x kills because of pk encounters","2494x bonus kills from Ori","You killed 9976x of your 10000 remaining kills, you now have 24 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":9976} +Ankou mage-def 1.3m XP/hr 197.8k 197.8k 197.8k 0 0 197.3k 148.3k 689.7 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,689.7/hr Shark Cost/hr {"duration":14562800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 6.9k Blood rune, 13.9k Death rune, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 1.3m XP/hr 0 0 296.6k 0 296.6k 197.3k 148.3k 689.7 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,689.7/hr Shark Cost/hr {"duration":14562800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 6.9k Blood rune, 13.9k Death rune, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 1.3m XP/hr 0 0 296.6k 296.6k 0 197.3k 148.3k 689.7 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,689.7/hr Shark Cost/hr {"duration":14562800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 6.9k Blood rune, 13.9k Death rune, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 703k XP/hr 0 0 162.1k 162.1k 0 107.8k 81k 376.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,376.8/hr Shark Cost/hr {"duration":26656000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 9.1k Cannonball, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 890k XP/hr 136.9k 136.9k 136.9k 0 0 136.5k 102.7k 477.4 Sharks/hr Loot/hr 1714.4/hr Death rune,3428.6/hr Chaos rune,477.4/hr Shark Cost/hr {"duration":21040600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 20k Chaos rune, 10k Death rune, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 890k XP/hr 0 0 205.3k 0 205.3k 136.5k 102.7k 477.4 Sharks/hr Loot/hr 1714.4/hr Death rune,3428.6/hr Chaos rune,477.4/hr Shark Cost/hr {"duration":21040600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 20k Chaos rune, 10k Death rune, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 890k XP/hr 0 0 205.3k 205.3k 0 136.5k 102.7k 477.4 Sharks/hr Loot/hr 1714.4/hr Death rune,3428.6/hr Chaos rune,477.4/hr Shark Cost/hr {"duration":21040600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 20k Chaos rune, 10k Death rune, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 492k XP/hr 0 0 113.5k 113.5k 0 75.5k 56.7k 263.8 Sharks/hr Loot/hr 263.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Ankou mage-def 492k XP/hr 0 0 113.5k 113.5k 0 75.5k 56.7k 263.8 Sharks/hr Loot/hr 263.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Ankou mage 3.3m XP/hr 0 0 0 0 1.5m 502.8k 378.1k 1758.0 Sharks/hr Loot/hr 3429.0/hr Death rune,1714.5/hr Blood rune,282.9/hr Hellfire arrow,1758.0/hr Shark Cost/hr {"duration":5713400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.7k Blood rune, 5.4k Death rune, 449x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Ankou mage 3.3m XP/hr 0 0 0 1.5m 0 502.8k 378.1k 1758.0 Sharks/hr Loot/hr 3429.0/hr Death rune,1714.5/hr Blood rune,282.9/hr Hellfire arrow,1758.0/hr Shark Cost/hr {"duration":5713400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.26% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.7k Blood rune, 5.4k Death rune, 449x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Ankou mage 2.1m XP/hr 0 0 0 972k 0 323.2k 243k 1130.0 Sharks/hr Loot/hr 1224.8/hr Cannonball,282.7/hr Hellfire arrow,1130.0/hr Shark Cost/hr {"duration":8888600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3k Cannonball, 698x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Ankou mage 2.3m XP/hr 0 0 0 0 1m 348.2k 261.8k 1217.2 Sharks/hr Loot/hr 1714.6/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1217.2/hr Shark Cost/hr {"duration":8251600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Chaos rune, 3.9k Death rune, 648x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Ankou mage 2.3m XP/hr 0 0 0 1m 0 348.2k 261.8k 1217.2 Sharks/hr Loot/hr 1714.6/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1217.2/hr Shark Cost/hr {"duration":8251600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.25% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Chaos rune, 3.9k Death rune, 648x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Ankou mage 1.5m XP/hr 0 0 0 680.8k 0 226.4k 170.2k 791.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,791.4/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 8, Treasured: 31,5% less materials for mastery)"],"newKC":10000} +Ankou mage 1.5m XP/hr 0 0 0 680.8k 0 226.4k 170.2k 791.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,791.4/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.27% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Ankou mage 1.3m XP/hr 0 0 0 0 593.3k 197.3k 148.3k 689.7 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,689.7/hr Shark Cost/hr {"duration":14562800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 6.9k Blood rune, 13.9k Death rune, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)"],"newKC":10000} +Ankou mage 1.3m XP/hr 0 0 0 593.3k 0 197.3k 148.3k 689.7 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,689.7/hr Shark Cost/hr {"duration":14562800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 6.9k Blood rune, 13.9k Death rune, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 8, Treasured: 31,5% less materials for mastery)"],"newKC":10000} +Ankou mage 703k XP/hr 0 0 0 324.1k 0 107.8k 81k 376.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,376.8/hr Shark Cost/hr {"duration":26656000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 9.1k Cannonball, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Ankou mage 890k XP/hr 0 0 0 0 410.6k 136.5k 102.7k 477.4 Sharks/hr Loot/hr 1714.4/hr Death rune,3428.6/hr Chaos rune,477.4/hr Shark Cost/hr {"duration":21040600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 20k Chaos rune, 10k Death rune, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Ankou mage 890k XP/hr 0 0 0 410.6k 0 136.5k 102.7k 477.4 Sharks/hr Loot/hr 1714.4/hr Death rune,3428.6/hr Chaos rune,477.4/hr Shark Cost/hr {"duration":21040600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 20k Chaos rune, 10k Death rune, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Ankou mage 492k XP/hr 0 0 0 226.9k 0 75.5k 56.7k 263.8 Sharks/hr Loot/hr 263.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Ankou mage 492k XP/hr 0 0 0 226.9k 0 75.5k 56.7k 263.8 Sharks/hr Loot/hr 263.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 8, Treasured: 31,5% less materials for mastery)"],"newKC":10000} +Ankou range-def 2.1m XP/hr 0 0 486k 0 486k 323.2k 243k 1130.0 Sharks/hr Loot/hr 1224.8/hr Cannonball,282.7/hr Hellfire arrow,1130.0/hr Shark Cost/hr {"duration":8888600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3k Cannonball, 698x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2 clues (Removed Metallic: 4, Treasured: 16,5% less materials for mastery)"],"newKC":10000} +Ankou range-def 1.5m XP/hr 0 0 340.4k 0 340.4k 226.4k 170.2k 791.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,791.4/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.22% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Ankou range-def 1.5m XP/hr 0 0 340.4k 0 340.4k 226.4k 170.2k 791.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,791.4/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.27% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Ankou range-def 703k XP/hr 0 0 162.1k 0 162.1k 107.8k 81k 376.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,376.8/hr Shark Cost/hr {"duration":26656000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 9.1k Cannonball, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Ankou range-def 492k XP/hr 0 0 113.5k 0 113.5k 75.5k 56.7k 263.8 Sharks/hr Loot/hr 263.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Ankou range-def 492k XP/hr 0 0 113.5k 0 113.5k 75.5k 56.7k 263.8 Sharks/hr Loot/hr 263.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Ankou range 2.1m XP/hr 0 0 0 0 972k 323.2k 243k 1130.0 Sharks/hr Loot/hr 1224.8/hr Cannonball,282.7/hr Hellfire arrow,1130.0/hr Shark Cost/hr {"duration":8888600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.26% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3k Cannonball, 698x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)"],"newKC":10000} +Ankou range 1.5m XP/hr 0 0 0 0 680.8k 226.4k 170.2k 791.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,791.4/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)"],"newKC":10000} +Ankou range 1.5m XP/hr 0 0 0 0 680.8k 226.4k 170.2k 791.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,791.4/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.26% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Ankou range 703k XP/hr 0 0 0 0 324.1k 107.8k 81k 376.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,376.8/hr Shark Cost/hr {"duration":26656000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 9.1k Cannonball, 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Ankou range 492k XP/hr 0 0 0 0 226.9k 75.5k 56.7k 263.8 Sharks/hr Loot/hr 263.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2 clues (Removed Metallic: 4, Treasured: 16,5% less materials for mastery)"],"newKC":10000} +Ankou range 492k XP/hr 0 0 0 0 226.9k 75.5k 56.7k 263.8 Sharks/hr Loot/hr 263.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)"],"newKC":10000} +Artio atk-str-def 603k XP/hr 86k 86k 86k 0 0 85.8k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4963},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.94% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":84247,"messages":["You missed out on 13792x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","21062x bonus kills from Ori","152.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 240 clues (Removed Metallic: 684, Treasured: 2,736,5% less materials for mastery)"],"newKC":84247} +Artio atk-str-def 598k XP/hr 85.8k 85.8k 85.8k 0 0 85.6k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5021},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 1.03% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":84086,"messages":["You missed out on 13953x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","21022x bonus kills from Ori","149.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 206 clues (Removed Metallic: 588, Treasured: 2,349,5% less materials for mastery)"],"newKC":84086} +Artio atk-str-def 596k XP/hr 85.5k 85.5k 85.5k 0 0 85.3k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5116},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 1.01% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":83822,"messages":["You missed out on 14217x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","20956x bonus kills from Ori","149.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 197 clues (Removed Metallic: 561, Treasured: 2,242,5% less materials for mastery)"],"newKC":83822} +Artio mage-def 597k XP/hr 0 0 129k 129k 0 85.8k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4945},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":84297,"messages":["You missed out on 13742x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","21075x bonus kills from Ori","148.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 222 clues (Removed Metallic: 633, Treasured: 2,531,5% less materials for mastery)"],"newKC":84297} +Artio mage-def 598k XP/hr 0 0 128.9k 128.9k 0 85.7k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4967},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.78% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":84236,"messages":["You missed out on 13803x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","21059x bonus kills from Ori","149.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 186 clues (Removed Metallic: 531, Treasured: 2,121,5% less materials for mastery)"],"newKC":84236} +Artio mage-def 601k XP/hr 0 0 128.6k 128.6k 0 85.5k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5052},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 1.08% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":84000,"messages":["You missed out on 14039x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","21000x bonus kills from Ori","151.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 209 clues (Removed Metallic: 595, Treasured: 2,379,5% less materials for mastery)"],"newKC":84000} +Artio mage 602k XP/hr 0 0 0 258.4k 0 85.9k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4901},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":84420,"messages":["You missed out on 13619x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","21105x bonus kills from Ori","151.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 201 clues (Removed Metallic: 572, Treasured: 2,288,5% less materials for mastery)"],"newKC":84420} +Artio mage 600k XP/hr 0 0 0 257.9k 0 85.8k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4960},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":84256,"messages":["You missed out on 13783x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","21064x bonus kills from Ori","150.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 186 clues (Removed Metallic: 531, Treasured: 2,121,5% less materials for mastery)"],"newKC":84256} +Artio mage 597k XP/hr 0 0 0 257.1k 0 85.5k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5060},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 1.04% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":83978,"messages":["You missed out on 14061x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","20995x bonus kills from Ori","149.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 211 clues (Removed Metallic: 601, Treasured: 2,402,5% less materials for mastery)"],"newKC":83978} +Artio range-def 602k XP/hr 0 0 128.9k 0 128.9k 85.7k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4964},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.99% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":84245,"messages":["You missed out on 13794x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","21062x bonus kills from Ori","151.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 198 clues (Removed Metallic: 565, Treasured: 2,258,5% less materials for mastery)"],"newKC":84245} +Artio range-def 602k XP/hr 0 0 128.5k 0 128.5k 85.5k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5068},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 1.01% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":83956,"messages":["You missed out on 14083x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","20989x bonus kills from Ori","152.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 208 clues (Removed Metallic: 593, Treasured: 2,372,5% less materials for mastery)"],"newKC":83956} +Artio range-def 601k XP/hr 0 0 128.2k 0 128.2k 85.3k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5132},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.98% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":83778,"messages":["You missed out on 14261x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","20945x bonus kills from Ori","152.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 215 clues (Removed Metallic: 612, Treasured: 2,448,5% less materials for mastery)"],"newKC":83778} +Artio range 602k XP/hr 0 0 0 0 257.6k 85.7k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4997},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.67% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":84153,"messages":["You missed out on 13886x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","21039x bonus kills from Ori","152.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 214 clues (Removed Metallic: 610, Treasured: 2,440,5% less materials for mastery)"],"newKC":84153} +Artio range 600k XP/hr 0 0 0 0 257.4k 85.6k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5018},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":84095,"messages":["You missed out on 13944x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","21024x bonus kills from Ori","150.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 213 clues (Removed Metallic: 607, Treasured: 2,425,5% less materials for mastery)"],"newKC":84095} +Artio range 601k XP/hr 0 0 0 0 256.7k 85.4k 0 105.0 Sharks/hr Loot/hr 153.1/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,105.0/hr Shark Cost/hr {"duration":2116795344,"quantity":98039,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5099},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.78% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 166.2k Hellfire arrow, 61.8k Shark"]} {"quantity":83869,"messages":["You missed out on 14170x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","20968x bonus kills from Ori","152.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 198 clues (Removed Metallic: 565, Treasured: 2,258,5% less materials for mastery)"],"newKC":83869} +Asyn Shade atk-str-def 273k XP/hr 68.2k 68.2k 68.2k 0 0 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade atk-str-def 273k XP/hr 68.2k 68.2k 68.2k 0 0 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade atk-str-def 273k XP/hr 68.2k 68.2k 68.2k 0 0 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade mage-def 273k XP/hr 0 0 102.3k 102.3k 0 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade mage-def 273k XP/hr 0 0 102.3k 102.3k 0 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade mage-def 273k XP/hr 0 0 102.3k 102.3k 0 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade mage 273k XP/hr 0 0 0 204.6k 0 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade mage 273k XP/hr 0 0 0 204.6k 0 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade mage 273k XP/hr 0 0 0 204.6k 0 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade range-def 273k XP/hr 0 0 102.3k 0 102.3k 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade range-def 273k XP/hr 0 0 102.3k 0 102.3k 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade range-def 273k XP/hr 0 0 102.3k 0 102.3k 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade range 273k XP/hr 0 0 0 0 204.6k 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade range 273k XP/hr 0 0 0 0 204.6k 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Asyn Shade range 273k XP/hr 0 0 0 0 204.6k 68k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori"],"newKC":313725} +Aviansie range-def 422k XP/hr 0 0 101.3k 0 101.3k 67.3k 50.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.84% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9927,"messages":["You missed out on 73x kills because of pk encounters","2482x bonus kills from Ori","You killed 9927x of your 10000 remaining kills, you now have 73 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9927} +Aviansie range-def 422k XP/hr 0 0 101.2k 0 101.2k 67.3k 50.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.76% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9921,"messages":["You missed out on 79x kills because of pk encounters","2481x bonus kills from Ori","You killed 9921x of your 10000 remaining kills, you now have 79 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":9921} +Aviansie range-def 421k XP/hr 0 0 100.9k 0 100.9k 67.1k 50.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":17},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.79% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9897,"messages":["You missed out on 103x kills because of pk encounters","2475x bonus kills from Ori","You killed 9897x of your 10000 remaining kills, you now have 103 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9897} +Aviansie range-def 142k XP/hr 0 0 34k 0 34k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Aviansie range-def 142k XP/hr 0 0 34k 0 34k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Aviansie range-def 142k XP/hr 0 0 34k 0 34k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Aviansie range 422k XP/hr 0 0 0 0 202.6k 67.4k 50.7k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.98% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9933,"messages":["You missed out on 67x kills because of pk encounters","2484x bonus kills from Ori","You killed 9933x of your 10000 remaining kills, you now have 67 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":9933} +Aviansie range 422k XP/hr 0 0 0 0 202.5k 67.3k 50.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.87% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9927,"messages":["You missed out on 73x kills because of pk encounters","2482x bonus kills from Ori","You killed 9927x of your 10000 remaining kills, you now have 73 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9927} +Aviansie range 422k XP/hr 0 0 0 0 202.4k 67.3k 50.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9921,"messages":["You missed out on 79x kills because of pk encounters","2481x bonus kills from Ori","You killed 9921x of your 10000 remaining kills, you now have 79 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9921} +Aviansie range 421k XP/hr 0 0 0 0 202k 67.2k 50.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9903,"messages":["You missed out on 97x kills because of pk encounters","2476x bonus kills from Ori","You killed 9903x of your 10000 remaining kills, you now have 97 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":9903} +Aviansie range 421k XP/hr 0 0 0 0 202k 67.2k 50.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.66% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9903,"messages":["You missed out on 97x kills because of pk encounters","2476x bonus kills from Ori","You killed 9903x of your 10000 remaining kills, you now have 97 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9903} +Aviansie range 420k XP/hr 0 0 0 0 201.6k 67k 50.4k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.74% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9885,"messages":["You missed out on 115x kills because of pk encounters","2472x bonus kills from Ori","You killed 9885x of your 10000 remaining kills, you now have 115 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9885} +Aviansie range 420k XP/hr 0 0 0 0 201.6k 67k 50.4k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.94% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9885,"messages":["You missed out on 115x kills because of pk encounters","2472x bonus kills from Ori","You killed 9885x of your 10000 remaining kills, you now have 115 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":9885} +Aviansie range 423k XP/hr 0 0 0 0 203.1k 67.5k 50.8k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.59% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9958,"messages":["You missed out on 42x kills because of pk encounters","2490x bonus kills from Ori","You killed 9958x of your 10000 remaining kills, you now have 42 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9958} +Aviansie range 420k XP/hr 0 0 0 0 201.5k 67k 50.4k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":10},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9879,"messages":["You missed out on 121x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2470x bonus kills from Ori","You killed 9879x of your 10000 remaining kills, you now have 121 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":9879} +Aviansie range 418k XP/hr 0 0 0 0 200.5k 66.7k 50.1k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":14},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.02% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9830,"messages":["You missed out on 170x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2458x bonus kills from Ori","You killed 9830x of your 10000 remaining kills, you now have 170 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9830} +Aviansie range 418k XP/hr 0 0 0 0 200.5k 66.7k 50.1k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":14},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9830,"messages":["You missed out on 170x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2458x bonus kills from Ori","You killed 9830x of your 10000 remaining kills, you now have 170 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":9830} +Aviansie range 417k XP/hr 0 0 0 0 200k 66.5k 50k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.97% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.1k Hellfire arrow"]} {"quantity":9806,"messages":["You missed out on 194x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2452x bonus kills from Ori","You killed 9806x of your 10000 remaining kills, you now have 194 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":9806} +Aviansie range 142k XP/hr 0 0 0 0 68k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Aviansie range 142k XP/hr 0 0 0 0 68k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Aviansie range 142k XP/hr 0 0 0 0 68k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Aviansie range 142k XP/hr 0 0 0 0 68k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Aviansie range 142k XP/hr 0 0 0 0 68k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Aviansie range 142k XP/hr 0 0 0 0 68k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Aviansie range 142k XP/hr 0 0 0 0 68k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Aviansie range 142k XP/hr 0 0 0 0 68k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Aviansie range 142k XP/hr 0 0 0 0 68k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Aviansie range 142k XP/hr 0 0 0 0 68k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Aviansie range 142k XP/hr 0 0 0 0 68k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Aviansie range 142k XP/hr 0 0 0 0 68k 22.6k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":148221200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Baby black Dragon atk-str-def 1.6m XP/hr 124.6k 124.6k 124.6k 0 0 124.2k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197823,"quantity":644583,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","15% boost for Dragon hunter lance","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":644583,"messages":["161146x bonus kills from Ori","604.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":644583} +Baby black Dragon atk-str-def 1.1m XP/hr 87.2k 87.2k 87.2k 0 0 87k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198506,"quantity":451316,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","8% for no food"]} {"quantity":451316,"messages":["112829x bonus kills from Ori","423.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":451316} +Baby black Dragon atk-str-def 1.1m XP/hr 87.2k 87.2k 87.2k 0 0 87k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198506,"quantity":451316,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","8% for no food"]} {"quantity":451316,"messages":["112829x bonus kills from Ori","423.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":451316} +Baby black Dragon mage-def 1.4m XP/hr 0 0 158.8k 158.8k 0 105.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199255,"quantity":547945,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":547945,"messages":["136987x bonus kills from Ori","513.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":547945} +Baby black Dragon mage-def 948k XP/hr 0 0 111.2k 111.2k 0 73.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","359.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":383590} +Baby black Dragon mage-def 948k XP/hr 0 0 111.2k 111.2k 0 73.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","359.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":383590} +Baby black Dragon mage 1.4m XP/hr 0 0 0 317.6k 0 105.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199255,"quantity":547945,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":547945,"messages":["136987x bonus kills from Ori","513.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":547945} +Baby black Dragon mage 948k XP/hr 0 0 0 222.4k 0 73.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","359.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":383590} +Baby black Dragon mage 948k XP/hr 0 0 0 222.4k 0 73.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","359.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":383590} +Baby black Dragon range-def 1.4m XP/hr 0 0 158.8k 0 158.8k 105.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199255,"quantity":547945,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":547945,"messages":["136987x bonus kills from Ori","513.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":547945} +Baby black Dragon range-def 948k XP/hr 0 0 111.2k 0 111.2k 73.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","359.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":383590} +Baby black Dragon range-def 948k XP/hr 0 0 111.2k 0 111.2k 73.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","359.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":383590} +Baby black Dragon range 1.4m XP/hr 0 0 0 0 317.6k 105.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199255,"quantity":547945,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":547945,"messages":["136987x bonus kills from Ori","513.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":547945} +Baby black Dragon range 948k XP/hr 0 0 0 0 222.4k 73.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","359.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":383590} +Baby black Dragon range 948k XP/hr 0 0 0 0 222.4k 73.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","359.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":383590} +Baby blue Dragon atk-str-def 1.1m XP/hr 58.1k 58.1k 58.1k 0 0 58k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197176,"quantity":481390,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","8% for no food"]} {"quantity":481390,"messages":["120348x bonus kills from Ori","451.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":481390} +Baby blue Dragon atk-str-def 1.1m XP/hr 58.1k 58.1k 58.1k 0 0 58k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197176,"quantity":481390,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","8% for no food"]} {"quantity":481390,"messages":["120348x bonus kills from Ori","451.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":481390} +Baby blue Dragon atk-str-def 1.1m XP/hr 58.1k 58.1k 58.1k 0 0 58k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197176,"quantity":481390,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","8% for no food"]} {"quantity":481390,"messages":["120348x bonus kills from Ori","451.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":481390} +Baby blue Dragon mage-def 892k XP/hr 0 0 74.1k 74.1k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","383.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":409168} +Baby blue Dragon mage-def 892k XP/hr 0 0 74.1k 74.1k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","383.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":409168} +Baby blue Dragon mage-def 892k XP/hr 0 0 74.1k 74.1k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","383.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":409168} +Baby blue Dragon mage 892k XP/hr 0 0 0 148.2k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","383.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":409168} +Baby blue Dragon mage 892k XP/hr 0 0 0 148.2k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","383.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":409168} +Baby blue Dragon mage 892k XP/hr 0 0 0 148.2k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","383.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":409168} +Baby blue Dragon range-def 892k XP/hr 0 0 74.1k 0 74.1k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","383.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":409168} +Baby blue Dragon range-def 892k XP/hr 0 0 74.1k 0 74.1k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","383.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":409168} +Baby blue Dragon range-def 892k XP/hr 0 0 74.1k 0 74.1k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","383.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":409168} +Baby blue Dragon range 892k XP/hr 0 0 0 0 148.2k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","383.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":409168} +Baby blue Dragon range 892k XP/hr 0 0 0 0 148.2k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","383.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":409168} +Baby blue Dragon range 892k XP/hr 0 0 0 0 148.2k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","383.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":409168} +Baby green Dragon atk-str-def 937k XP/hr 51.9k 51.9k 51.9k 0 0 51.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197875,"quantity":429423,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","8% for no food"]} {"quantity":429423,"messages":["107356x bonus kills from Ori","402.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":429423} +Baby green Dragon atk-str-def 937k XP/hr 51.9k 51.9k 51.9k 0 0 51.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197875,"quantity":429423,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","8% for no food"]} {"quantity":429423,"messages":["107356x bonus kills from Ori","402.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":429423} +Baby green Dragon atk-str-def 937k XP/hr 51.9k 51.9k 51.9k 0 0 51.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197875,"quantity":429423,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","8% for no food"]} {"quantity":429423,"messages":["107356x bonus kills from Ori","402.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":429423} +Baby green Dragon mage-def 796k XP/hr 0 0 66.1k 66.1k 0 44k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199066,"quantity":364988,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":364988,"messages":["91247x bonus kills from Ori","342.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":364988} +Baby green Dragon mage-def 796k XP/hr 0 0 66.1k 66.1k 0 44k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199066,"quantity":364988,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":364988,"messages":["91247x bonus kills from Ori","342.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":364988} +Baby green Dragon mage-def 796k XP/hr 0 0 66.1k 66.1k 0 44k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199066,"quantity":364988,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":364988,"messages":["91247x bonus kills from Ori","342.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":364988} +Baby green Dragon mage 796k XP/hr 0 0 0 132.2k 0 44k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199066,"quantity":364988,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":364988,"messages":["91247x bonus kills from Ori","342.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":364988} +Baby green Dragon mage 796k XP/hr 0 0 0 132.2k 0 44k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199066,"quantity":364988,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":364988,"messages":["91247x bonus kills from Ori","342.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":364988} +Baby green Dragon mage 796k XP/hr 0 0 0 132.2k 0 44k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199066,"quantity":364988,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":364988,"messages":["91247x bonus kills from Ori","342.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":364988} +Baby green Dragon range-def 796k XP/hr 0 0 66.1k 0 66.1k 44k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199066,"quantity":364988,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":364988,"messages":["91247x bonus kills from Ori","342.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":364988} +Baby green Dragon range-def 796k XP/hr 0 0 66.1k 0 66.1k 44k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199066,"quantity":364988,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":364988,"messages":["91247x bonus kills from Ori","342.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":364988} +Baby green Dragon range-def 796k XP/hr 0 0 66.1k 0 66.1k 44k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199066,"quantity":364988,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":364988,"messages":["91247x bonus kills from Ori","342.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":364988} +Baby green Dragon range 796k XP/hr 0 0 0 0 132.2k 44k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199066,"quantity":364988,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":364988,"messages":["91247x bonus kills from Ori","342.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":364988} +Baby green Dragon range 796k XP/hr 0 0 0 0 132.2k 44k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199066,"quantity":364988,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":364988,"messages":["91247x bonus kills from Ori","342.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":364988} +Baby green Dragon range 796k XP/hr 0 0 0 0 132.2k 44k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199066,"quantity":364988,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":364988,"messages":["91247x bonus kills from Ori","342.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":364988} +Baby red Dragon atk-str-def 486k XP/hr 32.8k 32.8k 32.8k 0 0 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon atk-str-def 486k XP/hr 32.8k 32.8k 32.8k 0 0 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon atk-str-def 486k XP/hr 32.8k 32.8k 32.8k 0 0 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon mage-def 486k XP/hr 0 0 49.3k 49.3k 0 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon mage-def 486k XP/hr 0 0 49.3k 49.3k 0 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon mage-def 486k XP/hr 0 0 49.3k 49.3k 0 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon mage 486k XP/hr 0 0 0 98.5k 0 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon mage 486k XP/hr 0 0 0 98.5k 0 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon mage 486k XP/hr 0 0 0 98.5k 0 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon range-def 486k XP/hr 0 0 49.3k 0 49.3k 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon range-def 486k XP/hr 0 0 49.3k 0 49.3k 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon range-def 486k XP/hr 0 0 49.3k 0 49.3k 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon range 486k XP/hr 0 0 0 0 98.5k 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon range 486k XP/hr 0 0 0 0 98.5k 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Baby red Dragon range 486k XP/hr 0 0 0 0 98.5k 32.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","196.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":209140} +Banshee atk-str-def 174k XP/hr 34.9k 34.9k 34.9k 0 0 34.8k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Banshee atk-str-def 176k XP/hr 35k 35k 35k 0 0 34.9k 35.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Banshee atk-str-def 177k XP/hr 35k 35k 35k 0 0 35k 36.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 156x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Banshee mage-def 174k XP/hr 0 0 52.3k 52.3k 0 34.8k 34.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Banshee mage-def 174k XP/hr 0 0 52.3k 52.3k 0 34.8k 34.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Banshee mage-def 173k XP/hr 0 0 52.2k 52.2k 0 34.7k 33.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 112x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Banshee mage 175k XP/hr 0 0 0 104.9k 0 34.9k 35.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 142x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Banshee mage 174k XP/hr 0 0 0 104.7k 0 34.8k 34.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Banshee mage 173k XP/hr 0 0 0 104.4k 0 34.7k 33.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 114x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Banshee range-def 173k XP/hr 0 0 52.2k 0 52.2k 34.7k 33.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 112x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 40 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Banshee range-def 173k XP/hr 0 0 52.2k 0 52.2k 34.7k 33.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","You slayed 118x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Banshee range-def 173k XP/hr 0 0 52.2k 0 52.2k 34.7k 34.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 120x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Banshee range 174k XP/hr 0 0 0 0 104.7k 34.8k 34.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Banshee range 174k XP/hr 0 0 0 0 104.6k 34.8k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Banshee range 174k XP/hr 0 0 0 0 104.6k 34.8k 34.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 128x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Barrows atk-str-def 286k XP/hr 69.1k 69.1k 69.1k 0 0 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 69 clues (Removed Metallic: 196, Treasured: 783,5% less materials for mastery)"],"newKC":10000} +Barrows atk-str-def 286k XP/hr 69.1k 69.1k 69.1k 0 0 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 70 clues (Removed Metallic: 200, Treasured: 798,5% less materials for mastery)"],"newKC":10000} +Barrows atk-str-def 286k XP/hr 69.1k 69.1k 69.1k 0 0 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 77 clues (Removed Metallic: 219, Treasured: 874,5% less materials for mastery)"],"newKC":10000} +Barrows mage-def 286k XP/hr 0 0 103.7k 103.7k 0 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 80 clues (Removed Metallic: 228, Treasured: 912,5% less materials for mastery)"],"newKC":10000} +Barrows mage-def 286k XP/hr 0 0 103.7k 103.7k 0 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 63 clues (Removed Metallic: 179, Treasured: 715,5% less materials for mastery)"],"newKC":10000} +Barrows mage-def 286k XP/hr 0 0 103.7k 103.7k 0 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 80 clues (Removed Metallic: 228, Treasured: 912,5% less materials for mastery)"],"newKC":10000} +Barrows mage 286k XP/hr 0 0 0 207.4k 0 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 81 clues (Removed Metallic: 230, Treasured: 920,5% less materials for mastery)"],"newKC":10000} +Barrows mage 286k XP/hr 0 0 0 207.4k 0 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 65 clues (Removed Metallic: 185, Treasured: 738,5% less materials for mastery)"],"newKC":10000} +Barrows mage 286k XP/hr 0 0 0 207.4k 0 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 68 clues (Removed Metallic: 194, Treasured: 776,5% less materials for mastery)"],"newKC":10000} +Barrows range-def 286k XP/hr 0 0 103.7k 0 103.7k 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 79 clues (Removed Metallic: 225, Treasured: 897,5% less materials for mastery)"],"newKC":10000} +Barrows range-def 286k XP/hr 0 0 103.7k 0 103.7k 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 69 clues (Removed Metallic: 196, Treasured: 783,5% less materials for mastery)"],"newKC":10000} +Barrows range-def 286k XP/hr 0 0 103.7k 0 103.7k 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 82 clues (Removed Metallic: 234, Treasured: 935,5% less materials for mastery)"],"newKC":10000} +Barrows range 286k XP/hr 0 0 0 0 207.4k 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 76 clues (Removed Metallic: 217, Treasured: 867,5% less materials for mastery)"],"newKC":10000} +Barrows range 286k XP/hr 0 0 0 0 207.4k 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 59 clues (Removed Metallic: 168, Treasured: 669,5% less materials for mastery)"],"newKC":10000} +Barrows range 286k XP/hr 0 0 0 0 207.4k 69k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":454102800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 68 clues (Removed Metallic: 194, Treasured: 776,5% less materials for mastery)"],"newKC":10000} +Basilisk Knight atk-str-def 333k XP/hr 64.3k 64.3k 64.3k 0 0 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 175 clues (Removed Metallic: 399, Treasured: 1,596,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight atk-str-def 333k XP/hr 64.3k 64.3k 64.3k 0 0 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 145 clues (Removed Metallic: 331, Treasured: 1,323,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight atk-str-def 333k XP/hr 64.3k 64.3k 64.3k 0 0 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 140 clues (Removed Metallic: 320, Treasured: 1,277,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight mage-def 333k XP/hr 0 0 96.5k 96.5k 0 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 156 clues (Removed Metallic: 356, Treasured: 1,422,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight mage-def 333k XP/hr 0 0 96.5k 96.5k 0 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 165 clues (Removed Metallic: 377, Treasured: 1,505,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight mage-def 333k XP/hr 0 0 96.5k 96.5k 0 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 158 clues (Removed Metallic: 360, Treasured: 1,437,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight mage 333k XP/hr 0 0 0 193k 0 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 168 clues (Removed Metallic: 382, Treasured: 1,528,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight mage 333k XP/hr 0 0 0 193k 0 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 160 clues (Removed Metallic: 365, Treasured: 1,460,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight mage 333k XP/hr 0 0 0 193k 0 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 162 clues (Removed Metallic: 369, Treasured: 1,475,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight range-def 333k XP/hr 0 0 96.5k 0 96.5k 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 156 clues (Removed Metallic: 356, Treasured: 1,422,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight range-def 333k XP/hr 0 0 96.5k 0 96.5k 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 168 clues (Removed Metallic: 382, Treasured: 1,528,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight range-def 333k XP/hr 0 0 96.5k 0 96.5k 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 154 clues (Removed Metallic: 350, Treasured: 1,399,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight range 333k XP/hr 0 0 0 0 193k 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 143 clues (Removed Metallic: 325, Treasured: 1,300,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight range 333k XP/hr 0 0 0 0 193k 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 154 clues (Removed Metallic: 350, Treasured: 1,399,5% less materials for mastery)"],"newKC":94558} +Basilisk Knight range 333k XP/hr 0 0 0 0 193k 64.2k 0 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":2116788627,"quantity":94558,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Gorajan archer gear","2% for Shark","Removing items: 12.8k Shark"]} {"quantity":94558,"messages":["23640x bonus kills from Ori","44.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,258, Pious: 1,573, Sharp: 315, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 166 clues (Removed Metallic: 379, Treasured: 1,513,5% less materials for mastery)"],"newKC":94558} +Basilisk atk-str-def 247k XP/hr 39k 39k 39k 0 0 38.9k 37.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk atk-str-def 247k XP/hr 39k 39k 39k 0 0 38.9k 37.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk atk-str-def 248k XP/hr 39k 39k 39k 0 0 38.9k 37.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk mage-def 245k XP/hr 0 0 58.3k 58.3k 0 38.7k 35.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2475x bonus kills from Ori","You slayed 102x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk mage-def 248k XP/hr 0 0 58.6k 58.6k 0 39k 38.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2463x bonus kills from Ori","You slayed 148x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk mage-def 247k XP/hr 0 0 58.5k 58.5k 0 38.9k 37.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk mage 250k XP/hr 0 0 0 117.5k 0 39.1k 39.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2458x bonus kills from Ori","You slayed 168x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk mage 247k XP/hr 0 0 0 116.9k 0 38.9k 37.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 128x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk mage 247k XP/hr 0 0 0 117k 0 38.9k 37.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 134x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk range-def 250k XP/hr 0 0 58.8k 0 58.8k 39.1k 39.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2458x bonus kills from Ori","You slayed 170x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk range-def 245k XP/hr 0 0 58.3k 0 58.3k 38.8k 35.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2474x bonus kills from Ori","You slayed 104x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk range-def 248k XP/hr 0 0 58.6k 0 58.6k 39k 38.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 146x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk range 248k XP/hr 0 0 0 0 117.2k 39k 38.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 146x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk range 247k XP/hr 0 0 0 0 117k 38.9k 37.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Basilisk range 251k XP/hr 0 0 0 0 117.6k 39.1k 40.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":93876800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2456x bonus kills from Ori","You slayed 176x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Bat atk-str-def 826k XP/hr 40.8k 40.8k 40.8k 0 0 40.7k 30.6k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":9420800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 3.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat atk-str-def 579k XP/hr 28.5k 28.5k 28.5k 0 0 28.5k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":13450400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat atk-str-def 579k XP/hr 28.5k 28.5k 28.5k 0 0 28.5k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":13450400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat mage-def 826k XP/hr 0 0 61.1k 61.1k 0 40.7k 30.6k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":9420800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 3.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat mage-def 579k XP/hr 0 0 42.8k 42.8k 0 28.5k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":13450400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat mage-def 579k XP/hr 0 0 42.8k 42.8k 0 28.5k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":13450400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat mage 826k XP/hr 0 0 0 122.3k 0 40.7k 30.6k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":9420800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 3.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat mage 579k XP/hr 0 0 0 85.6k 0 28.5k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":13450400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat mage 579k XP/hr 0 0 0 85.6k 0 28.5k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":13450400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat range-def 826k XP/hr 0 0 61.1k 0 61.1k 40.7k 30.6k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":9420800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 3.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat range-def 579k XP/hr 0 0 42.8k 0 42.8k 28.5k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":13450400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat range-def 579k XP/hr 0 0 42.8k 0 42.8k 28.5k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":13450400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat range 826k XP/hr 0 0 0 0 122.3k 40.7k 30.6k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":9420800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 3.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat range 579k XP/hr 0 0 0 0 85.6k 28.5k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":13450400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bat range 579k XP/hr 0 0 0 0 85.6k 28.5k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":13450400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Bear cub atk-str-def 224k XP/hr 24.2k 24.2k 24.2k 0 0 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2852 clues (Removed Metallic: 1,625, Treasured: 6,498,5% less materials for mastery)"],"newKC":500579} +Bear cub atk-str-def 224k XP/hr 24.2k 24.2k 24.2k 0 0 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2644 clues (Removed Metallic: 1,507, Treasured: 6,027,5% less materials for mastery)"],"newKC":500579} +Bear cub atk-str-def 224k XP/hr 24.2k 24.2k 24.2k 0 0 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2764 clues (Removed Metallic: 1,576, Treasured: 6,301,5% less materials for mastery)"],"newKC":500579} +Bear cub mage-def 224k XP/hr 0 0 36.3k 36.3k 0 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2718 clues (Removed Metallic: 1,549, Treasured: 6,194,5% less materials for mastery)"],"newKC":500579} +Bear cub mage-def 224k XP/hr 0 0 36.3k 36.3k 0 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2756 clues (Removed Metallic: 1,570, Treasured: 6,278,5% less materials for mastery)"],"newKC":500579} +Bear cub mage-def 224k XP/hr 0 0 36.3k 36.3k 0 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2811 clues (Removed Metallic: 1,602, Treasured: 6,407,5% less materials for mastery)"],"newKC":500579} +Bear cub mage 224k XP/hr 0 0 0 72.5k 0 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2740 clues (Removed Metallic: 1,562, Treasured: 6,248,5% less materials for mastery)"],"newKC":500579} +Bear cub mage 224k XP/hr 0 0 0 72.5k 0 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2719 clues (Removed Metallic: 1,549, Treasured: 6,194,5% less materials for mastery)"],"newKC":500579} +Bear cub mage 224k XP/hr 0 0 0 72.5k 0 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2784 clues (Removed Metallic: 1,587, Treasured: 6,346,5% less materials for mastery)"],"newKC":500579} +Bear cub range-def 224k XP/hr 0 0 36.3k 0 36.3k 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2776 clues (Removed Metallic: 1,581, Treasured: 6,324,5% less materials for mastery)"],"newKC":500579} +Bear cub range-def 224k XP/hr 0 0 36.3k 0 36.3k 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2769 clues (Removed Metallic: 1,577, Treasured: 6,308,5% less materials for mastery)"],"newKC":500579} +Bear cub range-def 224k XP/hr 0 0 36.3k 0 36.3k 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2678 clues (Removed Metallic: 1,526, Treasured: 6,103,5% less materials for mastery)"],"newKC":500579} +Bear cub range 224k XP/hr 0 0 0 0 72.5k 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2705 clues (Removed Metallic: 1,541, Treasured: 6,164,5% less materials for mastery)"],"newKC":500579} +Bear cub range 224k XP/hr 0 0 0 0 72.5k 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2850 clues (Removed Metallic: 1,625, Treasured: 6,498,5% less materials for mastery)"],"newKC":500579} +Bear cub range 224k XP/hr 0 0 0 0 72.5k 24.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2809 clues (Removed Metallic: 1,600, Treasured: 6,400,5% less materials for mastery)"],"newKC":500579} +Big Wolf atk-str-def 676k XP/hr 124.6k 124.6k 124.6k 0 0 124.3k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997899,"quantity":322684,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":322684,"messages":["80671x bonus kills from Ori","45.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,289, Pious: 1,611, Sharp: 323, 5% less materials for mastery)"],"newKC":322684} +Big Wolf atk-str-def 304k XP/hr 56.1k 56.1k 56.1k 0 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Big Wolf atk-str-def 304k XP/hr 56.1k 56.1k 56.1k 0 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Big Wolf mage-def 676k XP/hr 0 0 186.9k 186.9k 0 124.3k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997899,"quantity":322684,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":322684,"messages":["80671x bonus kills from Ori","45.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,289, Pious: 1,611, Sharp: 323, 5% less materials for mastery)"],"newKC":322684} +Big Wolf mage-def 304k XP/hr 0 0 84.1k 84.1k 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Big Wolf mage-def 304k XP/hr 0 0 84.1k 84.1k 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Big Wolf mage 676k XP/hr 0 0 0 373.8k 0 124.3k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997899,"quantity":322684,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":322684,"messages":["80671x bonus kills from Ori","45.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,289, Pious: 1,611, Sharp: 323, 5% less materials for mastery)"],"newKC":322684} +Big Wolf mage 304k XP/hr 0 0 0 168.2k 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Big Wolf mage 304k XP/hr 0 0 0 168.2k 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Big Wolf range-def 676k XP/hr 0 0 186.9k 0 186.9k 124.3k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997899,"quantity":322684,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":322684,"messages":["80671x bonus kills from Ori","45.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,289, Pious: 1,611, Sharp: 323, 5% less materials for mastery)"],"newKC":322684} +Big Wolf range-def 304k XP/hr 0 0 84.1k 0 84.1k 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Big Wolf range-def 304k XP/hr 0 0 84.1k 0 84.1k 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Big Wolf range 676k XP/hr 0 0 0 0 373.8k 124.3k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997899,"quantity":322684,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":322684,"messages":["80671x bonus kills from Ori","45.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,289, Pious: 1,611, Sharp: 323, 5% less materials for mastery)"],"newKC":322684} +Big Wolf range 304k XP/hr 0 0 0 0 168.2k 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Big Wolf range 304k XP/hr 0 0 0 0 168.2k 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Bird atk-str-def 279k XP/hr 58.8k 58.8k 58.8k 0 0 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird atk-str-def 279k XP/hr 58.8k 58.8k 58.8k 0 0 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird atk-str-def 279k XP/hr 58.8k 58.8k 58.8k 0 0 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird mage-def 279k XP/hr 0 0 88.2k 88.2k 0 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird mage-def 279k XP/hr 0 0 88.2k 88.2k 0 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird mage-def 279k XP/hr 0 0 88.2k 88.2k 0 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird mage 279k XP/hr 0 0 0 176.5k 0 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird mage 279k XP/hr 0 0 0 176.5k 0 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Bird mage 279k XP/hr 0 0 0 176.5k 0 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird range-def 279k XP/hr 0 0 88.2k 0 88.2k 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird range-def 279k XP/hr 0 0 88.2k 0 88.2k 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird range-def 279k XP/hr 0 0 88.2k 0 88.2k 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Bird range 279k XP/hr 0 0 0 0 176.5k 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird range 279k XP/hr 0 0 0 0 176.5k 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird range 279k XP/hr 0 0 0 0 176.5k 58.7k 44.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":8160400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear atk-str-def 589k XP/hr 65.7k 65.7k 65.7k 0 0 65.5k 49.3k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":18262000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 6.6k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Black bear atk-str-def 413k XP/hr 46k 46k 46k 0 0 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 56 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Black bear atk-str-def 413k XP/hr 46k 46k 46k 0 0 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 47 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Black bear mage-def 589k XP/hr 0 0 98.6k 98.6k 0 65.5k 49.3k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":18262000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 6.6k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 57 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Black bear mage-def 413k XP/hr 0 0 69k 69k 0 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 62 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Black bear mage-def 413k XP/hr 0 0 69k 69k 0 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Black bear mage 589k XP/hr 0 0 0 197.1k 0 65.5k 49.3k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":18262000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 6.6k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 74 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Black bear mage 413k XP/hr 0 0 0 138k 0 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 53 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Black bear mage 413k XP/hr 0 0 0 138k 0 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Black bear range-def 589k XP/hr 0 0 98.6k 0 98.6k 65.5k 49.3k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":18262000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 6.6k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Black bear range-def 413k XP/hr 0 0 69k 0 69k 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 59 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Black bear range-def 413k XP/hr 0 0 69k 0 69k 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Black bear range 589k XP/hr 0 0 0 0 197.1k 65.5k 49.3k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":18262000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 6.6k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Black bear range 413k XP/hr 0 0 0 0 138k 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 52 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Black bear range 413k XP/hr 0 0 0 0 138k 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Black Demon atk-str-def 1.4m XP/hr 278.2k 278.2k 278.2k 0 0 277.5k 208.7k 720.0 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,720.0/hr Shark Cost/hr {"duration":26999000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.84% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.1k Hellfire arrow, 5.4k Shark"]} {"quantity":9967,"messages":["You missed out on 33x kills because of pk encounters","2492x bonus kills from Ori","809835 Prayer XP from purifying 12459x Malicious ashes using the Ash Sanctifier (987541 charges left).","You killed 9967x of your 10000 remaining kills, you now have 33 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9967} +Black Demon atk-str-def 2m XP/hr 396.1k 396.1k 396.1k 0 0 395.1k 297.1k 1028.3 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.6/hr Hellfire arrow,1028.3/hr Shark Cost/hr {"duration":18904200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.84% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.4k Cannonball, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9937,"messages":["You missed out on 63x kills because of pk encounters","2485x bonus kills from Ori","807430 Prayer XP from purifying 12422x Malicious ashes using the Ash Sanctifier (987578 charges left).","You killed 9937x of your 10000 remaining kills, you now have 63 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":9937} +Black Demon atk-str-def 1.4m XP/hr 276.6k 276.6k 276.6k 0 0 275.9k 207.5k 720.0 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,720.0/hr Shark Cost/hr {"duration":26999000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.1k Hellfire arrow, 5.4k Shark"]} {"quantity":9911,"messages":["You missed out on 89x kills because of pk encounters","2478x bonus kills from Ori","805285 Prayer XP from purifying 12389x Malicious ashes using the Ash Sanctifier (987611 charges left).","You killed 9911x of your 10000 remaining kills, you now have 89 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":9911} +Black Demon atk-str-def 683k XP/hr 132.9k 132.9k 132.9k 0 0 132.6k 99.7k 342.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,342.8/hr Shark Cost/hr {"duration":56702800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 19.3k Cannonball, 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Black Demon atk-str-def 478k XP/hr 93k 93k 93k 0 0 92.8k 69.8k 240.0 Sharks/hr Loot/hr 240.0/hr Shark Cost/hr {"duration":80997000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Black Demon atk-str-def 478k XP/hr 93k 93k 93k 0 0 92.8k 69.8k 240.0 Sharks/hr Loot/hr 240.0/hr Shark Cost/hr {"duration":80997000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Black Demon mage-def 2m XP/hr 0 0 593.2k 593.2k 0 394.5k 296.6k 1028.3 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.6/hr Hellfire arrow,1028.3/hr Shark Cost/hr {"duration":18904200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.76% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.4k Cannonball, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9921,"messages":["You missed out on 79x kills because of pk encounters","2481x bonus kills from Ori","806130 Prayer XP from purifying 12402x Malicious ashes using the Ash Sanctifier (987598 charges left).","You killed 9921x of your 10000 remaining kills, you now have 79 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":9921} +Black Demon mage-def 1.4m XP/hr 0 0 415.9k 415.9k 0 276.6k 207.9k 720.0 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,720.0/hr Shark Cost/hr {"duration":26999000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.1k Hellfire arrow, 5.4k Shark"]} {"quantity":9933,"messages":["You missed out on 67x kills because of pk encounters","2484x bonus kills from Ori","807105 Prayer XP from purifying 12417x Malicious ashes using the Ash Sanctifier (987583 charges left).","You killed 9933x of your 10000 remaining kills, you now have 67 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":9933} +Black Demon mage-def 1.4m XP/hr 0 0 414.5k 414.5k 0 275.6k 207.2k 720.0 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,720.0/hr Shark Cost/hr {"duration":26999000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":9},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.73% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.1k Hellfire arrow, 5.4k Shark"]} {"quantity":9900,"messages":["You missed out on 100x kills because of pk encounters","2475x bonus kills from Ori","804375 Prayer XP from purifying 12375x Malicious ashes using the Ash Sanctifier (987625 charges left).","You killed 9900x of your 10000 remaining kills, you now have 100 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":9900} +Black Demon mage-def 683k XP/hr 0 0 199.4k 199.4k 0 132.6k 99.7k 342.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,342.8/hr Shark Cost/hr {"duration":56702800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 19.3k Cannonball, 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Black Demon mage-def 478k XP/hr 0 0 139.6k 139.6k 0 92.8k 69.8k 240.0 Sharks/hr Loot/hr 240.0/hr Shark Cost/hr {"duration":80997000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Black Demon mage-def 478k XP/hr 0 0 139.6k 139.6k 0 92.8k 69.8k 240.0 Sharks/hr Loot/hr 240.0/hr Shark Cost/hr {"duration":80997000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Black Demon mage 2m XP/hr 0 0 0 1.2m 0 393.2k 295.7k 1028.3 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.6/hr Hellfire arrow,1028.3/hr Shark Cost/hr {"duration":18904200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.59% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.4k Cannonball, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9889,"messages":["You missed out on 111x kills because of pk encounters","2473x bonus kills from Ori","803530 Prayer XP from purifying 12362x Malicious ashes using the Ash Sanctifier (987638 charges left).","You killed 9889x of your 10000 remaining kills, you now have 111 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":9889} +Black Demon mage 1.4m XP/hr 0 0 0 830.8k 0 276.3k 207.7k 720.0 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,720.0/hr Shark Cost/hr {"duration":26999000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.77% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.1k Hellfire arrow, 5.4k Shark"]} {"quantity":9922,"messages":["You missed out on 78x kills because of pk encounters","2481x bonus kills from Ori","806195 Prayer XP from purifying 12403x Malicious ashes using the Ash Sanctifier (987597 charges left).","You killed 9922x of your 10000 remaining kills, you now have 78 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":9922} +Black Demon mage 1.4m XP/hr 0 0 0 829.9k 0 275.9k 207.5k 720.0 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,720.0/hr Shark Cost/hr {"duration":26999000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.66% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.1k Hellfire arrow, 5.4k Shark"]} {"quantity":9911,"messages":["You missed out on 89x kills because of pk encounters","2478x bonus kills from Ori","805285 Prayer XP from purifying 12389x Malicious ashes using the Ash Sanctifier (987611 charges left).","You killed 9911x of your 10000 remaining kills, you now have 89 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":9911} +Black Demon mage 683k XP/hr 0 0 0 398.7k 0 132.6k 99.7k 342.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,342.8/hr Shark Cost/hr {"duration":56702800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 19.3k Cannonball, 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Black Demon mage 478k XP/hr 0 0 0 279.1k 0 92.8k 69.8k 240.0 Sharks/hr Loot/hr 240.0/hr Shark Cost/hr {"duration":80997000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Black Demon mage 478k XP/hr 0 0 0 279.1k 0 92.8k 69.8k 240.0 Sharks/hr Loot/hr 240.0/hr Shark Cost/hr {"duration":80997000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Black Demon range-def 1.4m XP/hr 0 0 413.6k 0 413.6k 275k 206.8k 720.0 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,720.0/hr Shark Cost/hr {"duration":26999000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.1k Hellfire arrow, 5.4k Shark"]} {"quantity":9878,"messages":["You missed out on 122x kills because of pk encounters","2470x bonus kills from Ori","802620 Prayer XP from purifying 12348x Malicious ashes using the Ash Sanctifier (987652 charges left).","You killed 9878x of your 10000 remaining kills, you now have 122 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":9878} +Black Demon range-def 2m XP/hr 0 0 595.1k 0 595.1k 395.7k 297.5k 1028.3 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.6/hr Hellfire arrow,1028.3/hr Shark Cost/hr {"duration":18904200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.90% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.4k Cannonball, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9952,"messages":["You missed out on 48x kills because of pk encounters","2488x bonus kills from Ori","808600 Prayer XP from purifying 12440x Malicious ashes using the Ash Sanctifier (987560 charges left).","You killed 9952x of your 10000 remaining kills, you now have 48 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9952} +Black Demon range-def 1.4m XP/hr 0 0 416.3k 0 416.3k 276.9k 208.2k 720.0 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,720.0/hr Shark Cost/hr {"duration":26999000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.1k Hellfire arrow, 5.4k Shark"]} {"quantity":9944,"messages":["You missed out on 56x kills because of pk encounters","2486x bonus kills from Ori","807950 Prayer XP from purifying 12430x Malicious ashes using the Ash Sanctifier (987570 charges left).","You killed 9944x of your 10000 remaining kills, you now have 56 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9944} +Black Demon range-def 683k XP/hr 0 0 199.4k 0 199.4k 132.6k 99.7k 342.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,342.8/hr Shark Cost/hr {"duration":56702800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 19.3k Cannonball, 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Black Demon range-def 478k XP/hr 0 0 139.6k 0 139.6k 92.8k 69.8k 240.0 Sharks/hr Loot/hr 240.0/hr Shark Cost/hr {"duration":80997000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Black Demon range-def 478k XP/hr 0 0 139.6k 0 139.6k 92.8k 69.8k 240.0 Sharks/hr Loot/hr 240.0/hr Shark Cost/hr {"duration":80997000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Black Demon range 1.4m XP/hr 0 0 0 0 826.2k 274.7k 206.6k 720.0 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,720.0/hr Shark Cost/hr {"duration":26999000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.86% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.1k Hellfire arrow, 5.4k Shark"]} {"quantity":9867,"messages":["You missed out on 133x kills because of pk encounters","2467x bonus kills from Ori","801710 Prayer XP from purifying 12334x Malicious ashes using the Ash Sanctifier (987666 charges left).","You killed 9867x of your 10000 remaining kills, you now have 133 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9867} +Black Demon range 2m XP/hr 0 0 0 0 1.2m 395.1k 297.1k 1028.3 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.6/hr Hellfire arrow,1028.3/hr Shark Cost/hr {"duration":18904200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.4k Cannonball, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9937,"messages":["You missed out on 63x kills because of pk encounters","2485x bonus kills from Ori","807430 Prayer XP from purifying 12422x Malicious ashes using the Ash Sanctifier (987578 charges left).","You killed 9937x of your 10000 remaining kills, you now have 63 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9937} +Black Demon range 1.4m XP/hr 0 0 0 0 830.8k 276.3k 207.7k 720.0 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,720.0/hr Shark Cost/hr {"duration":26999000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.1k Hellfire arrow, 5.4k Shark"]} {"quantity":9922,"messages":["You missed out on 78x kills because of pk encounters","2481x bonus kills from Ori","806195 Prayer XP from purifying 12403x Malicious ashes using the Ash Sanctifier (987597 charges left).","You killed 9922x of your 10000 remaining kills, you now have 78 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9922} +Black Demon range 683k XP/hr 0 0 0 0 398.7k 132.6k 99.7k 342.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,342.8/hr Shark Cost/hr {"duration":56702800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 19.3k Cannonball, 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Black Demon range 478k XP/hr 0 0 0 0 279.1k 92.8k 69.8k 240.0 Sharks/hr Loot/hr 240.0/hr Shark Cost/hr {"duration":80997000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Black Demon range 478k XP/hr 0 0 0 0 279.1k 92.8k 69.8k 240.0 Sharks/hr Loot/hr 240.0/hr Shark Cost/hr {"duration":80997000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","5% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","812500 Prayer XP from purifying 12500x Malicious ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Black Dragon atk-str-def 2.7m XP/hr 195.4k 195.4k 195.4k 0 0 194.9k 153.9k 555.4 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.6/hr Hellfire arrow,555.4/hr Shark Cost/hr {"duration":46667600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.9k Cannonball, 3.7k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 247, Organic: 618, Plated: 371,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Black Dragon atk-str-def 1.9m XP/hr 136.8k 136.8k 136.8k 0 0 136.5k 107.7k 388.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,388.8/hr Shark Cost/hr {"duration":66669400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Black Dragon atk-str-def 1.9m XP/hr 136.8k 136.8k 136.8k 0 0 136.5k 107.7k 388.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,388.8/hr Shark Cost/hr {"duration":66669400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Black Dragon atk-str-def 1m XP/hr 76.6k 76.6k 76.6k 0 0 76.4k 60.4k 217.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,217.8/hr Shark Cost/hr {"duration":119001400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 40.5k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 629, Organic: 1,573, Plated: 944,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Black Dragon atk-str-def 733k XP/hr 53.6k 53.6k 53.6k 0 0 53.5k 42.2k 152.5 Sharks/hr Loot/hr 152.5/hr Shark Cost/hr {"duration":170000600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 897, Organic: 2,242, Plated: 1,346,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Black Dragon atk-str-def 733k XP/hr 53.6k 53.6k 53.6k 0 0 53.5k 42.2k 152.5 Sharks/hr Loot/hr 152.5/hr Shark Cost/hr {"duration":170000600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 897, Organic: 2,242, Plated: 1,346,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Black Dragon mage-def 2.7m XP/hr 0 0 293.1k 293.1k 0 194.9k 153.9k 555.4 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.6/hr Hellfire arrow,555.4/hr Shark Cost/hr {"duration":46667600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.9k Cannonball, 3.7k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 247, Organic: 618, Plated: 371,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Black Dragon mage-def 1.9m XP/hr 0 0 205.2k 205.2k 0 136.5k 107.7k 388.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,388.8/hr Shark Cost/hr {"duration":66669400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":10000} +Black Dragon mage-def 1.9m XP/hr 0 0 205.2k 205.2k 0 136.5k 107.7k 388.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,388.8/hr Shark Cost/hr {"duration":66669400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.45% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Black Dragon mage-def 890k XP/hr 0 0 97.7k 97.7k 0 65k 51.3k 185.2 Sharks/hr Loot/hr 1224.5/hr Cannonball,185.2/hr Shark Cost/hr {"duration":139993000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 47.6k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 740, Organic: 1,848, Plated: 1,109,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Black Dragon mage-def 623k XP/hr 0 0 68.4k 68.4k 0 45.5k 35.9k 129.6 Sharks/hr Loot/hr 129.6/hr Shark Cost/hr {"duration":199998400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,057, Organic: 2,641, Plated: 1,585,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Black Dragon mage-def 623k XP/hr 0 0 68.4k 68.4k 0 45.5k 35.9k 129.6 Sharks/hr Loot/hr 129.6/hr Shark Cost/hr {"duration":199998400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,057, Organic: 2,641, Plated: 1,585,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 90, Treasured: 358,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Black Dragon mage 2.7m XP/hr 0 0 0 586.3k 0 194.9k 153.9k 555.4 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.6/hr Hellfire arrow,555.4/hr Shark Cost/hr {"duration":46667600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.9k Cannonball, 3.7k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 247, Organic: 618, Plated: 371,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 101, Treasured: 403,5% less materials for mastery)"],"newKC":10000} +Black Dragon mage 1.9m XP/hr 0 0 0 410.4k 0 136.5k 107.7k 388.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,388.8/hr Shark Cost/hr {"duration":66669400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.70% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Black Dragon mage 1.9m XP/hr 0 0 0 410.4k 0 136.5k 107.7k 388.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,388.8/hr Shark Cost/hr {"duration":66669400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Black Dragon mage 890k XP/hr 0 0 0 195.4k 0 65k 51.3k 185.2 Sharks/hr Loot/hr 1224.5/hr Cannonball,185.2/hr Shark Cost/hr {"duration":139993000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 47.6k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 740, Organic: 1,848, Plated: 1,109,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Black Dragon mage 623k XP/hr 0 0 0 136.8k 0 45.5k 35.9k 129.6 Sharks/hr Loot/hr 129.6/hr Shark Cost/hr {"duration":199998400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,057, Organic: 2,641, Plated: 1,585,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Black Dragon mage 623k XP/hr 0 0 0 136.8k 0 45.5k 35.9k 129.6 Sharks/hr Loot/hr 129.6/hr Shark Cost/hr {"duration":199998400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,057, Organic: 2,641, Plated: 1,585,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Black Dragon range-def 2.7m XP/hr 0 0 293.1k 0 293.1k 194.9k 153.9k 555.4 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.6/hr Hellfire arrow,555.4/hr Shark Cost/hr {"duration":46667600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.9k Cannonball, 3.7k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 247, Organic: 618, Plated: 371,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":10000} +Black Dragon range-def 1.9m XP/hr 0 0 205.2k 0 205.2k 136.5k 107.7k 388.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,388.8/hr Shark Cost/hr {"duration":66669400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Black Dragon range-def 1.9m XP/hr 0 0 205.2k 0 205.2k 136.5k 107.7k 388.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,388.8/hr Shark Cost/hr {"duration":66669400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Black Dragon range-def 890k XP/hr 0 0 97.7k 0 97.7k 65k 51.3k 185.2 Sharks/hr Loot/hr 1224.5/hr Cannonball,185.2/hr Shark Cost/hr {"duration":139993000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 47.6k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 740, Organic: 1,848, Plated: 1,109,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Black Dragon range-def 623k XP/hr 0 0 68.4k 0 68.4k 45.5k 35.9k 129.6 Sharks/hr Loot/hr 129.6/hr Shark Cost/hr {"duration":199998400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,057, Organic: 2,641, Plated: 1,585,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 78, Treasured: 312,5% less materials for mastery)"],"newKC":10000} +Black Dragon range-def 623k XP/hr 0 0 68.4k 0 68.4k 45.5k 35.9k 129.6 Sharks/hr Loot/hr 129.6/hr Shark Cost/hr {"duration":199998400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,057, Organic: 2,641, Plated: 1,585,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Black Dragon range 2.7m XP/hr 0 0 0 0 586.3k 194.9k 153.9k 555.4 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.6/hr Hellfire arrow,555.4/hr Shark Cost/hr {"duration":46667600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.68% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.9k Cannonball, 3.7k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 247, Organic: 618, Plated: 371,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":10000} +Black Dragon range 1.9m XP/hr 0 0 0 0 410.4k 136.5k 107.7k 388.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,388.8/hr Shark Cost/hr {"duration":66669400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.75% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Black Dragon range 1.9m XP/hr 0 0 0 0 410.4k 136.5k 107.7k 388.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,388.8/hr Shark Cost/hr {"duration":66669400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.50% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Hellfire arrow, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":10000} +Black Dragon range 890k XP/hr 0 0 0 0 195.4k 65k 51.3k 185.2 Sharks/hr Loot/hr 1224.5/hr Cannonball,185.2/hr Shark Cost/hr {"duration":139993000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 47.6k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 740, Organic: 1,848, Plated: 1,109,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Black Dragon range 623k XP/hr 0 0 0 0 136.8k 45.5k 35.9k 129.6 Sharks/hr Loot/hr 129.6/hr Shark Cost/hr {"duration":199998400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,057, Organic: 2,641, Plated: 1,585,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Black Dragon range 623k XP/hr 0 0 0 0 136.8k 45.5k 35.9k 129.6 Sharks/hr Loot/hr 129.6/hr Shark Cost/hr {"duration":199998400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,057, Organic: 2,641, Plated: 1,585,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Black Guard atk-str-def 544k XP/hr 82k 82k 82k 0 0 81.8k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198587,"quantity":849056,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":849056,"messages":["212264x bonus kills from Ori","119.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,390, Pious: 4,237, Sharp: 848, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2451 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":849056} +Black Guard atk-str-def 381k XP/hr 57.4k 57.4k 57.4k 0 0 57.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1771 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":594386} +Black Guard atk-str-def 381k XP/hr 57.4k 57.4k 57.4k 0 0 57.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1703 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":594386} +Black Guard mage-def 544k XP/hr 0 0 123.1k 123.1k 0 81.8k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198587,"quantity":849056,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":849056,"messages":["212264x bonus kills from Ori","119.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,390, Pious: 4,237, Sharp: 848, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2565 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":849056} +Black Guard mage-def 381k XP/hr 0 0 86.1k 86.1k 0 57.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1736 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":594386} +Black Guard mage-def 381k XP/hr 0 0 86.1k 86.1k 0 57.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1705 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":594386} +Black Guard mage 544k XP/hr 0 0 0 246.1k 0 81.8k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198587,"quantity":849056,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":849056,"messages":["212264x bonus kills from Ori","119.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,390, Pious: 4,237, Sharp: 848, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2408 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":849056} +Black Guard mage 381k XP/hr 0 0 0 172.3k 0 57.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1668 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":594386} +Black Guard mage 381k XP/hr 0 0 0 172.3k 0 57.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1725 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":594386} +Black Guard range-def 544k XP/hr 0 0 123.1k 0 123.1k 81.8k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198587,"quantity":849056,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":849056,"messages":["212264x bonus kills from Ori","119.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,390, Pious: 4,237, Sharp: 848, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2498 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":849056} +Black Guard range-def 381k XP/hr 0 0 86.1k 0 86.1k 57.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1856 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":594386} +Black Guard range-def 381k XP/hr 0 0 86.1k 0 86.1k 57.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1761 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":594386} +Black Guard range 544k XP/hr 0 0 0 0 246.1k 81.8k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198587,"quantity":849056,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":849056,"messages":["212264x bonus kills from Ori","119.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,390, Pious: 4,237, Sharp: 848, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2515 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":849056} +Black Guard range 381k XP/hr 0 0 0 0 172.3k 57.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1819 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":594386} +Black Guard range 381k XP/hr 0 0 0 0 172.3k 57.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1686 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":594386} +Black Knight atk-str-def 1m XP/hr 139.8k 139.8k 139.8k 0 0 139.5k 104.9k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":14416400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight atk-str-def 711k XP/hr 97.9k 97.9k 97.9k 0 0 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight atk-str-def 711k XP/hr 97.9k 97.9k 97.9k 0 0 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight atk-str-def 1m XP/hr 139.8k 139.8k 139.8k 0 0 139.5k 104.9k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":14416400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight atk-str-def 711k XP/hr 97.9k 97.9k 97.9k 0 0 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.22% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight atk-str-def 711k XP/hr 97.9k 97.9k 97.9k 0 0 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight mage-def 1m XP/hr 0 0 209.8k 209.8k 0 139.5k 104.9k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":14416400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight mage-def 711k XP/hr 0 0 146.9k 146.9k 0 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight mage-def 711k XP/hr 0 0 146.9k 146.9k 0 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight mage-def 1m XP/hr 0 0 209.8k 209.8k 0 139.5k 104.9k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":14416400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.12% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight mage-def 711k XP/hr 0 0 146.9k 146.9k 0 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight mage-def 711k XP/hr 0 0 146.9k 146.9k 0 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight mage 1m XP/hr 0 0 0 419.5k 0 139.5k 104.9k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":14416400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight mage 711k XP/hr 0 0 0 293.7k 0 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight mage 711k XP/hr 0 0 0 293.7k 0 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight mage 1m XP/hr 0 0 0 419.5k 0 139.5k 104.9k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":14416400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight mage 711k XP/hr 0 0 0 293.7k 0 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight mage 711k XP/hr 0 0 0 293.7k 0 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight range-def 1m XP/hr 0 0 209.8k 0 209.8k 139.5k 104.9k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":14416400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight range-def 711k XP/hr 0 0 146.9k 0 146.9k 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight range-def 711k XP/hr 0 0 146.9k 0 146.9k 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight range-def 1m XP/hr 0 0 209.8k 0 209.8k 139.5k 104.9k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":14416400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight range-def 711k XP/hr 0 0 146.9k 0 146.9k 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight range-def 711k XP/hr 0 0 146.9k 0 146.9k 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight range 1m XP/hr 0 0 0 0 419.5k 139.5k 104.9k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":14416400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight range 711k XP/hr 0 0 0 0 293.7k 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight range 711k XP/hr 0 0 0 0 293.7k 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight range 1m XP/hr 0 0 0 0 419.5k 139.5k 104.9k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":14416400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight range 711k XP/hr 0 0 0 0 293.7k 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Black Knight range 711k XP/hr 0 0 0 0 293.7k 97.7k 73.4k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.12% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Blood Reaver atk-str-def 378k XP/hr 84.2k 84.2k 84.2k 0 0 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 807 clues (Removed Metallic: 1,840, Treasured: 7,357,5% less materials for mastery)"],"newKC":278853} +Blood Reaver atk-str-def 378k XP/hr 84.2k 84.2k 84.2k 0 0 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 812 clues (Removed Metallic: 1,851, Treasured: 7,403,5% less materials for mastery)"],"newKC":278853} +Blood Reaver atk-str-def 378k XP/hr 84.2k 84.2k 84.2k 0 0 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 811 clues (Removed Metallic: 1,849, Treasured: 7,395,5% less materials for mastery)"],"newKC":278853} +Blood Reaver atk 378k XP/hr 252.6k 0 0 0 0 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 755 clues (Removed Metallic: 1,722, Treasured: 6,886,5% less materials for mastery)"],"newKC":278853} +Blood Reaver atk 378k XP/hr 252.6k 0 0 0 0 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 827 clues (Removed Metallic: 1,885, Treasured: 7,540,5% less materials for mastery)"],"newKC":278853} +Blood Reaver atk 378k XP/hr 252.6k 0 0 0 0 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 755 clues (Removed Metallic: 1,722, Treasured: 6,886,5% less materials for mastery)"],"newKC":278853} +Blood Reaver atk 378k XP/hr 252.6k 0 0 0 0 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 773 clues (Removed Metallic: 1,762, Treasured: 7,046,5% less materials for mastery)"],"newKC":278853} +Blood Reaver atk 378k XP/hr 252.6k 0 0 0 0 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 751 clues (Removed Metallic: 1,712, Treasured: 6,848,5% less materials for mastery)"],"newKC":278853} +Blood Reaver atk 378k XP/hr 252.6k 0 0 0 0 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 779 clues (Removed Metallic: 1,775, Treasured: 7,099,5% less materials for mastery)"],"newKC":278853} +Blood Reaver range-def 378k XP/hr 0 0 126.3k 0 126.3k 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 766 clues (Removed Metallic: 1,747, Treasured: 6,985,5% less materials for mastery)"],"newKC":278853} +Blood Reaver range-def 378k XP/hr 0 0 126.3k 0 126.3k 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 739 clues (Removed Metallic: 1,684, Treasured: 6,734,5% less materials for mastery)"],"newKC":278853} +Blood Reaver range-def 378k XP/hr 0 0 126.3k 0 126.3k 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 755 clues (Removed Metallic: 1,722, Treasured: 6,886,5% less materials for mastery)"],"newKC":278853} +Blood Reaver range 378k XP/hr 0 0 0 0 252.6k 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 830 clues (Removed Metallic: 1,893, Treasured: 7,570,5% less materials for mastery)"],"newKC":278853} +Blood Reaver range 378k XP/hr 0 0 0 0 252.6k 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 809 clues (Removed Metallic: 1,843, Treasured: 7,372,5% less materials for mastery)"],"newKC":278853} +Blood Reaver range 378k XP/hr 0 0 0 0 252.6k 84k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195711,"quantity":278853,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":278853,"messages":["69714x bonus kills from Ori","22656855 Prayer XP from purifying 348567x Malicious ashes using the Ash Sanctifier (651433 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 775 clues (Removed Metallic: 1,767, Treasured: 7,068,5% less materials for mastery)"],"newKC":278853} +Bloodveld atk-str-def 1.7m XP/hr 310.5k 310.5k 310.5k 0 0 309.8k 303.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","311650 Prayer XP from purifying 12466x Vile ashes using the Ash Sanctifier (987534 charges left).","You slayed 136x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","693.9k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Bloodveld atk-str-def 1.7m XP/hr 309.9k 309.9k 309.9k 0 0 309.2k 295.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","311750 Prayer XP from purifying 12470x Vile ashes using the Ash Sanctifier (987530 charges left).","You slayed 122x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","709.2k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Bloodveld atk-str-def 1.7m XP/hr 309.8k 309.8k 309.8k 0 0 309k 299.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":9984,"messages":["You missed out on 16x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","311200 Prayer XP from purifying 12448x Vile ashes using the Ash Sanctifier (987552 charges left).","You slayed 130x superior monsters.","You killed 9984x of your 10000 remaining kills, you now have 16 kills remaining.","710.9k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 8, Treasured: 31,5% less materials for mastery)"],"newKC":9984} +Bloodveld atk-str-def 576k XP/hr 103.4k 103.4k 103.4k 0 0 103.2k 99.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","311700 Prayer XP from purifying 12468x Vile ashes using the Ash Sanctifier (987532 charges left).","You slayed 128x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","671.4k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Bloodveld atk-str-def 580k XP/hr 103.4k 103.4k 103.4k 0 0 103.2k 99.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","311700 Prayer XP from purifying 12468x Vile ashes using the Ash Sanctifier (987532 charges left).","You slayed 128x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","745.5k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 23, Pious: 29, Sharp: 6, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Bloodveld atk-str-def 581k XP/hr 103.4k 103.4k 103.4k 0 0 103.2k 99.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","311700 Prayer XP from purifying 12468x Vile ashes using the Ash Sanctifier (987532 charges left).","You slayed 128x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","762.9k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 23, Pious: 29, Sharp: 6, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Bloodveld mage-def 1.7m XP/hr 0 0 465.9k 465.9k 0 309.9k 304.7k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","311650 Prayer XP from purifying 12466x Vile ashes using the Ash Sanctifier (987534 charges left).","You slayed 138x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","690k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Bloodveld mage-def 1.7m XP/hr 0 0 465.8k 465.8k 0 309.8k 303.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","311650 Prayer XP from purifying 12466x Vile ashes using the Ash Sanctifier (987534 charges left).","You slayed 136x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","714.7k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Bloodveld mage-def 1.8m XP/hr 0 0 467.5k 467.5k 0 310.9k 318k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","311500 Prayer XP from purifying 12460x Vile ashes using the Ash Sanctifier (987540 charges left).","You slayed 162x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","712.9k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Bloodveld mage-def 572k XP/hr 0 0 154.7k 154.7k 0 102.9k 96.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2473x bonus kills from Ori","311825 Prayer XP from purifying 12473x Vile ashes using the Ash Sanctifier (987527 charges left).","You slayed 108x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","684.2k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Bloodveld mage-def 585k XP/hr 0 0 155.4k 155.4k 0 103.4k 102.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","311625 Prayer XP from purifying 12465x Vile ashes using the Ash Sanctifier (987535 charges left).","You slayed 142x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","766.3k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 23, Pious: 29, Sharp: 6, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Bloodveld mage-def 573k XP/hr 0 0 154.7k 154.7k 0 102.9k 96.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2473x bonus kills from Ori","311825 Prayer XP from purifying 12473x Vile ashes using the Ash Sanctifier (987527 charges left).","You slayed 108x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","713.3k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Bloodveld mage 1.7m XP/hr 0 0 0 931.6k 0 309.8k 303.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","311650 Prayer XP from purifying 12466x Vile ashes using the Ash Sanctifier (987534 charges left).","You slayed 136x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","695.9k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Bloodveld mage 1.7m XP/hr 0 0 0 931.3k 0 309.7k 302.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","311675 Prayer XP from purifying 12467x Vile ashes using the Ash Sanctifier (987533 charges left).","You slayed 134x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","733.3k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Bloodveld mage 1.7m XP/hr 0 0 0 930.7k 0 309.5k 305.4k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":9984,"messages":["You missed out on 16x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","311125 Prayer XP from purifying 12445x Vile ashes using the Ash Sanctifier (987555 charges left).","You slayed 140x superior monsters.","You killed 9984x of your 10000 remaining kills, you now have 16 kills remaining.","699.2k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":9984} +Bloodveld mage 586k XP/hr 0 0 0 311.8k 0 103.7k 106k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","311500 Prayer XP from purifying 12460x Vile ashes using the Ash Sanctifier (987540 charges left).","You slayed 162x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","697.5k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Bloodveld mage 581k XP/hr 0 0 0 310.8k 0 103.4k 102k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","311625 Prayer XP from purifying 12465x Vile ashes using the Ash Sanctifier (987535 charges left).","You slayed 140x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","703.5k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Bloodveld mage 573k XP/hr 0 0 0 309.1k 0 102.8k 94.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2475x bonus kills from Ori","311875 Prayer XP from purifying 12475x Vile ashes using the Ash Sanctifier (987525 charges left).","You slayed 100x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","733.6k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Bloodveld range-def 1.7m XP/hr 0 0 465.2k 0 465.2k 309.4k 298.1k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.62% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","311725 Prayer XP from purifying 12469x Vile ashes using the Ash Sanctifier (987531 charges left).","You slayed 126x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","696.9k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Bloodveld range-def 1.7m XP/hr 0 0 463k 0 463k 307.9k 279.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2477x bonus kills from Ori","311925 Prayer XP from purifying 12477x Vile ashes using the Ash Sanctifier (987523 charges left).","You slayed 92x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","720.1k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Bloodveld range-def 1.8m XP/hr 0 0 465.6k 0 465.6k 309.6k 307.7k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":9984,"messages":["You missed out on 16x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","311100 Prayer XP from purifying 12444x Vile ashes using the Ash Sanctifier (987556 charges left).","You slayed 144x superior monsters.","You killed 9984x of your 10000 remaining kills, you now have 16 kills remaining.","749k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 23, Pious: 29, Sharp: 6, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":9984} +Bloodveld range-def 579k XP/hr 0 0 155k 0 155k 103.1k 98.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","311750 Prayer XP from purifying 12470x Vile ashes using the Ash Sanctifier (987530 charges left).","You slayed 120x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","751.1k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 23, Pious: 29, Sharp: 6, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Bloodveld range-def 575k XP/hr 0 0 155.1k 0 155.1k 103.2k 99.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","311725 Prayer XP from purifying 12469x Vile ashes using the Ash Sanctifier (987531 charges left).","You slayed 126x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","670.4k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Bloodveld range-def 582k XP/hr 0 0 155.5k 0 155.5k 103.4k 103.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","311600 Prayer XP from purifying 12464x Vile ashes using the Ash Sanctifier (987536 charges left).","You slayed 146x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","696.3k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Bloodveld range 1.7m XP/hr 0 0 0 0 929.5k 309.1k 294.8k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.36% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","311750 Prayer XP from purifying 12470x Vile ashes using the Ash Sanctifier (987530 charges left).","You slayed 120x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","725.4k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Bloodveld range 1.7m XP/hr 0 0 0 0 930.1k 309.3k 297k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","311725 Prayer XP from purifying 12469x Vile ashes using the Ash Sanctifier (987531 charges left).","You slayed 124x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","657k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Bloodveld range 1.7m XP/hr 0 0 0 0 928.3k 308.7k 295.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":18906000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.6k Hellfire arrow"]} {"quantity":9984,"messages":["You missed out on 16x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","311250 Prayer XP from purifying 12450x Vile ashes using the Ash Sanctifier (987550 charges left).","You slayed 122x superior monsters.","You killed 9984x of your 10000 remaining kills, you now have 16 kills remaining.","698.3k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":9984} +Bloodveld range 583k XP/hr 0 0 0 0 310.9k 103.4k 102.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","311625 Prayer XP from purifying 12465x Vile ashes using the Ash Sanctifier (987535 charges left).","You slayed 142x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","738.2k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 23, Pious: 29, Sharp: 6, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Bloodveld range 587k XP/hr 0 0 0 0 311.3k 103.5k 104.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2462x bonus kills from Ori","311550 Prayer XP from purifying 12462x Vile ashes using the Ash Sanctifier (987538 charges left).","You slayed 152x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","751.7k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 23, Pious: 29, Sharp: 6, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Bloodveld range 579k XP/hr 0 0 0 0 310.5k 103.2k 100.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","311675 Prayer XP from purifying 12467x Vile ashes using the Ash Sanctifier (987533 charges left).","You slayed 132x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","703.9k Prayer XP +25% more from Superior bonecrusher (Removed Magic: 19, Pious: 24, Sharp: 5, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Blue Dragon atk-str-def 2.4m XP/hr 117.2k 117.2k 117.2k 0 0 116.9k 87.8k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":44095600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 16k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 232, Organic: 580, Plated: 348,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":10000} +Blue Dragon atk-str-def 1.7m XP/hr 82k 82k 82k 0 0 81.8k 61.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 333, Organic: 832, Plated: 499,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Blue Dragon atk-str-def 1.7m XP/hr 82k 82k 82k 0 0 81.8k 61.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 333, Organic: 832, Plated: 499,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Blue Dragon mage-def 2m XP/hr 0 0 149.4k 149.4k 0 99.3k 74.7k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":51878800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 18.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 274, Organic: 684, Plated: 411,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Blue Dragon mage-def 1.4m XP/hr 0 0 104.6k 104.6k 0 69.5k 52.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":74115200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 392, Organic: 979, Plated: 588,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Blue Dragon mage-def 1.4m XP/hr 0 0 104.6k 104.6k 0 69.5k 52.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":74115200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 392, Organic: 979, Plated: 588,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Blue Dragon mage 2m XP/hr 0 0 0 298.7k 0 99.3k 74.7k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":51878800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 18.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 274, Organic: 684, Plated: 411,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Blue Dragon mage 1.4m XP/hr 0 0 0 209.1k 0 69.5k 52.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":74115200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 392, Organic: 979, Plated: 588,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Blue Dragon mage 1.4m XP/hr 0 0 0 209.1k 0 69.5k 52.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":74115200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 392, Organic: 979, Plated: 588,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Blue Dragon range-def 2m XP/hr 0 0 149.4k 0 149.4k 99.3k 74.7k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":51878800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 18.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 274, Organic: 684, Plated: 411,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Blue Dragon range-def 1.4m XP/hr 0 0 104.6k 0 104.6k 69.5k 52.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":74115200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 392, Organic: 979, Plated: 588,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Blue Dragon range-def 1.4m XP/hr 0 0 104.6k 0 104.6k 69.5k 52.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":74115200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 392, Organic: 979, Plated: 588,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Blue Dragon range 2m XP/hr 0 0 0 0 298.7k 99.3k 74.7k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":51878800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 18.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 274, Organic: 684, Plated: 411,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Blue Dragon range 1.4m XP/hr 0 0 0 0 209.1k 69.5k 52.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":74115200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 392, Organic: 979, Plated: 588,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Blue Dragon range 1.4m XP/hr 0 0 0 0 209.1k 69.5k 52.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":74115200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 392, Organic: 979, Plated: 588,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Body Golem atk-str-def 165k XP/hr 41.3k 41.3k 41.3k 0 0 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2277 clues (Removed Metallic: 1,298, Treasured: 5,191,5% less materials for mastery)"],"newKC":285186} +Body Golem atk-str-def 165k XP/hr 41.3k 41.3k 41.3k 0 0 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2321 clues (Removed Metallic: 1,323, Treasured: 5,290,5% less materials for mastery)"],"newKC":285186} +Body Golem atk-str-def 165k XP/hr 41.3k 41.3k 41.3k 0 0 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2263 clues (Removed Metallic: 1,289, Treasured: 5,153,5% less materials for mastery)"],"newKC":285186} +Body Golem mage-def 165k XP/hr 0 0 62k 62k 0 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2280 clues (Removed Metallic: 1,300, Treasured: 5,199,5% less materials for mastery)"],"newKC":285186} +Body Golem mage-def 165k XP/hr 0 0 62k 62k 0 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2313 clues (Removed Metallic: 1,317, Treasured: 5,267,5% less materials for mastery)"],"newKC":285186} +Body Golem mage-def 165k XP/hr 0 0 62k 62k 0 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2237 clues (Removed Metallic: 1,275, Treasured: 5,100,5% less materials for mastery)"],"newKC":285186} +Body Golem mage 165k XP/hr 0 0 0 124k 0 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2365 clues (Removed Metallic: 1,348, Treasured: 5,389,5% less materials for mastery)"],"newKC":285186} +Body Golem mage 165k XP/hr 0 0 0 124k 0 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2284 clues (Removed Metallic: 1,302, Treasured: 5,206,5% less materials for mastery)"],"newKC":285186} +Body Golem mage 165k XP/hr 0 0 0 124k 0 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2232 clues (Removed Metallic: 1,272, Treasured: 5,085,5% less materials for mastery)"],"newKC":285186} +Body Golem range-def 165k XP/hr 0 0 62k 0 62k 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2285 clues (Removed Metallic: 1,302, Treasured: 5,206,5% less materials for mastery)"],"newKC":285186} +Body Golem range-def 165k XP/hr 0 0 62k 0 62k 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2280 clues (Removed Metallic: 1,300, Treasured: 5,199,5% less materials for mastery)"],"newKC":285186} +Body Golem range-def 165k XP/hr 0 0 62k 0 62k 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2314 clues (Removed Metallic: 1,319, Treasured: 5,275,5% less materials for mastery)"],"newKC":285186} +Body Golem range 165k XP/hr 0 0 0 0 124k 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2251 clues (Removed Metallic: 1,283, Treasured: 5,130,5% less materials for mastery)"],"newKC":285186} +Body Golem range 165k XP/hr 0 0 0 0 124k 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2320 clues (Removed Metallic: 1,323, Treasured: 5,290,5% less materials for mastery)"],"newKC":285186} +Body Golem range 165k XP/hr 0 0 0 0 124k 41.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198863,"quantity":285186,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":285186,"messages":["71297x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2194 clues (Removed Metallic: 1,251, Treasured: 5,001,5% less materials for mastery)"],"newKC":285186} +Brine Rat atk-str-def 708k XP/hr 103.3k 103.3k 103.3k 0 0 103.1k 77.5k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":23230000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 8.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Brine Rat atk-str-def 496k XP/hr 72.3k 72.3k 72.3k 0 0 72.1k 54.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Brine Rat atk-str-def 496k XP/hr 72.3k 72.3k 72.3k 0 0 72.1k 54.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Brine Rat mage-def 708k XP/hr 0 0 155k 155k 0 103.1k 77.5k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":23230000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 8.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Brine Rat mage-def 496k XP/hr 0 0 108.5k 108.5k 0 72.1k 54.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Clothing Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Brine Rat mage-def 496k XP/hr 0 0 108.5k 108.5k 0 72.1k 54.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Brine Rat mage 708k XP/hr 0 0 0 309.9k 0 103.1k 77.5k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":23230000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 8.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Brine Rat mage 496k XP/hr 0 0 0 216.9k 0 72.1k 54.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Brine Rat mage 496k XP/hr 0 0 0 216.9k 0 72.1k 54.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Brine Rat range-def 708k XP/hr 0 0 155k 0 155k 103.1k 77.5k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":23230000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 8.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Brine Rat range-def 496k XP/hr 0 0 108.5k 0 108.5k 72.1k 54.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Brine Rat range-def 496k XP/hr 0 0 108.5k 0 108.5k 72.1k 54.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Brine Rat range 708k XP/hr 0 0 0 0 309.9k 103.1k 77.5k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":23230000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 8.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Brine Rat range 496k XP/hr 0 0 0 0 216.9k 72.1k 54.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Brine Rat range 496k XP/hr 0 0 0 0 216.9k 72.1k 54.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Bronze Dragon atk-str-def 872k XP/hr 46.9k 46.9k 46.9k 0 0 46.8k 36k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":124945200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 45.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Bronze Dragon atk-str-def 610k XP/hr 32.8k 32.8k 32.8k 0 0 32.7k 25.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":178489200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Bronze Dragon atk-str-def 610k XP/hr 32.8k 32.8k 32.8k 0 0 32.7k 25.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":178489200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Bronze Dragon mage-def 741k XP/hr 0 0 59.8k 59.8k 0 39.7k 30.6k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":146988400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 53.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Bronze Dragon mage-def 519k XP/hr 0 0 41.8k 41.8k 0 27.8k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":209980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Bronze Dragon mage-def 519k XP/hr 0 0 41.8k 41.8k 0 27.8k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":209980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Bronze Dragon mage 741k XP/hr 0 0 0 119.5k 0 39.7k 30.6k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":146988400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 53.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Bronze Dragon mage 519k XP/hr 0 0 0 83.7k 0 27.8k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":209980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Bronze Dragon mage 519k XP/hr 0 0 0 83.7k 0 27.8k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":209980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Bronze Dragon range-def 741k XP/hr 0 0 59.8k 0 59.8k 39.7k 30.6k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":146988400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 53.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Bronze Dragon range-def 519k XP/hr 0 0 41.8k 0 41.8k 27.8k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":209980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Bronze Dragon range-def 519k XP/hr 0 0 41.8k 0 41.8k 27.8k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":209980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Bronze Dragon range 741k XP/hr 0 0 0 0 119.5k 39.7k 30.6k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":146988400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 53.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Bronze Dragon range 519k XP/hr 0 0 0 0 83.7k 27.8k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":209980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Bronze Dragon range 519k XP/hr 0 0 0 0 83.7k 27.8k 21.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":209980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Brutal black Dragon atk-str-def 299k XP/hr 32k 32k 32k 0 0 31.9k 0 6.8 Sharks/hr Loot/hr 6.8/hr Shark Cost/hr {"duration":2116791998,"quantity":44737,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 4k Shark"]} {"quantity":44737,"messages":["11185x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 168 clues (Removed Metallic: 407, Treasured: 1,627,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44737} +Brutal black Dragon atk-str-def 299k XP/hr 32k 32k 32k 0 0 31.9k 0 6.8 Sharks/hr Loot/hr 6.8/hr Shark Cost/hr {"duration":2116791998,"quantity":44737,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 4k Shark"]} {"quantity":44737,"messages":["11185x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 148 clues (Removed Metallic: 365, Treasured: 1,460,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44737} +Brutal black Dragon atk-str-def 299k XP/hr 32k 32k 32k 0 0 31.9k 0 6.8 Sharks/hr Loot/hr 6.8/hr Shark Cost/hr {"duration":2116791998,"quantity":44737,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 4k Shark"]} {"quantity":44737,"messages":["11185x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 141 clues (Removed Metallic: 344, Treasured: 1,376,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44737} +Brutal black Dragon mage-def 254k XP/hr 0 0 40.7k 40.7k 0 27.1k 0 5.8 Sharks/hr Loot/hr 5.8/hr Shark Cost/hr {"duration":2116753795,"quantity":38026,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.4k Shark"]} {"quantity":38026,"messages":["9507x bonus kills from Ori","85.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,429, Pious: 3,036, Sharp: 608, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 128 clues (Removed Metallic: 318, Treasured: 1,270,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":38026} +Brutal black Dragon mage-def 254k XP/hr 0 0 40.7k 40.7k 0 27.1k 0 5.8 Sharks/hr Loot/hr 5.8/hr Shark Cost/hr {"duration":2116753795,"quantity":38026,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.4k Shark"]} {"quantity":38026,"messages":["9507x bonus kills from Ori","85.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,429, Pious: 3,036, Sharp: 608, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 131 clues (Removed Metallic: 318, Treasured: 1,270,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":38026} +Brutal black Dragon mage-def 254k XP/hr 0 0 40.7k 40.7k 0 27.1k 0 5.8 Sharks/hr Loot/hr 5.8/hr Shark Cost/hr {"duration":2116753795,"quantity":38026,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.4k Shark"]} {"quantity":38026,"messages":["9507x bonus kills from Ori","85.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,429, Pious: 3,036, Sharp: 608, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 137 clues (Removed Metallic: 335, Treasured: 1,338,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":38026} +Brutal black Dragon mage 254k XP/hr 0 0 0 81.5k 0 27.1k 0 5.8 Sharks/hr Loot/hr 5.8/hr Shark Cost/hr {"duration":2116753795,"quantity":38026,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.4k Shark"]} {"quantity":38026,"messages":["9507x bonus kills from Ori","85.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,429, Pious: 3,036, Sharp: 608, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 127 clues (Removed Metallic: 308, Treasured: 1,232,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":38026} +Brutal black Dragon mage 254k XP/hr 0 0 0 81.5k 0 27.1k 0 5.8 Sharks/hr Loot/hr 5.8/hr Shark Cost/hr {"duration":2116753795,"quantity":38026,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.4k Shark"]} {"quantity":38026,"messages":["9507x bonus kills from Ori","85.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,429, Pious: 3,036, Sharp: 608, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 153 clues (Removed Metallic: 375, Treasured: 1,498,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":38026} +Brutal black Dragon mage 254k XP/hr 0 0 0 81.5k 0 27.1k 0 5.8 Sharks/hr Loot/hr 5.8/hr Shark Cost/hr {"duration":2116753795,"quantity":38026,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.4k Shark"]} {"quantity":38026,"messages":["9507x bonus kills from Ori","85.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,429, Pious: 3,036, Sharp: 608, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 122 clues (Removed Metallic: 297, Treasured: 1,186,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":38026} +Brutal black Dragon range-def 254k XP/hr 0 0 40.7k 0 40.7k 27.1k 0 5.8 Sharks/hr Loot/hr 5.8/hr Shark Cost/hr {"duration":2116753795,"quantity":38026,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.4k Shark"]} {"quantity":38026,"messages":["9507x bonus kills from Ori","85.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,429, Pious: 3,036, Sharp: 608, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 146 clues (Removed Metallic: 354, Treasured: 1,414,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":38026} +Brutal black Dragon range-def 254k XP/hr 0 0 40.7k 0 40.7k 27.1k 0 5.8 Sharks/hr Loot/hr 5.8/hr Shark Cost/hr {"duration":2116753795,"quantity":38026,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.4k Shark"]} {"quantity":38026,"messages":["9507x bonus kills from Ori","85.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,429, Pious: 3,036, Sharp: 608, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 141 clues (Removed Metallic: 341, Treasured: 1,361,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":38026} +Brutal black Dragon range-def 254k XP/hr 0 0 40.7k 0 40.7k 27.1k 0 5.8 Sharks/hr Loot/hr 5.8/hr Shark Cost/hr {"duration":2116753795,"quantity":38026,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.4k Shark"]} {"quantity":38026,"messages":["9507x bonus kills from Ori","85.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,429, Pious: 3,036, Sharp: 608, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 134 clues (Removed Metallic: 327, Treasured: 1,308,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":38026} +Brutal black Dragon range 254k XP/hr 0 0 0 0 81.5k 27.1k 0 5.8 Sharks/hr Loot/hr 5.8/hr Shark Cost/hr {"duration":2116753795,"quantity":38026,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.4k Shark"]} {"quantity":38026,"messages":["9507x bonus kills from Ori","85.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,429, Pious: 3,036, Sharp: 608, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 141 clues (Removed Metallic: 342, Treasured: 1,368,5% less materials for mastery)"],"newKC":38026} +Brutal black Dragon range 254k XP/hr 0 0 0 0 81.5k 27.1k 0 5.8 Sharks/hr Loot/hr 5.8/hr Shark Cost/hr {"duration":2116753795,"quantity":38026,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.4k Shark"]} {"quantity":38026,"messages":["9507x bonus kills from Ori","85.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,429, Pious: 3,036, Sharp: 608, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 125 clues (Removed Metallic: 310, Treasured: 1,239,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":38026} +Brutal black Dragon range 254k XP/hr 0 0 0 0 81.5k 27.1k 0 5.8 Sharks/hr Loot/hr 5.8/hr Shark Cost/hr {"duration":2116753795,"quantity":38026,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.4k Shark"]} {"quantity":38026,"messages":["9507x bonus kills from Ori","85.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,429, Pious: 3,036, Sharp: 608, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 120 clues (Removed Metallic: 293, Treasured: 1,171,5% less materials for mastery)"],"newKC":38026} +Brutal blue Dragon atk-str-def 319k XP/hr 29.3k 29.3k 29.3k 0 0 29.2k 0 12.1 Sharks/hr Loot/hr 12.1/hr Shark Cost/hr {"duration":2116773850,"quantity":52726,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":52726,"messages":["13182x bonus kills from Ori","118.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,367, Pious: 4,209, Sharp: 842, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 136 clues (Removed Metallic: 322, Treasured: 1,285,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":52726} +Brutal blue Dragon atk-str-def 319k XP/hr 29.3k 29.3k 29.3k 0 0 29.2k 0 12.1 Sharks/hr Loot/hr 12.1/hr Shark Cost/hr {"duration":2116773850,"quantity":52726,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":52726,"messages":["13182x bonus kills from Ori","118.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,367, Pious: 4,209, Sharp: 842, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 165 clues (Removed Metallic: 390, Treasured: 1,558,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":52726} +Brutal blue Dragon atk-str-def 319k XP/hr 29.3k 29.3k 29.3k 0 0 29.2k 0 12.1 Sharks/hr Loot/hr 12.1/hr Shark Cost/hr {"duration":2116773850,"quantity":52726,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":52726,"messages":["13182x bonus kills from Ori","118.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,367, Pious: 4,209, Sharp: 842, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 133 clues (Removed Metallic: 312, Treasured: 1,247,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":52726} +Brutal blue Dragon mage-def 271k XP/hr 0 0 37.3k 37.3k 0 24.8k 0 10.3 Sharks/hr Loot/hr 10.3/hr Shark Cost/hr {"duration":2116756209,"quantity":44817,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.1k Shark"]} {"quantity":44817,"messages":["11205x bonus kills from Ori","100.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,862, Pious: 3,577, Sharp: 716, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 136 clues (Removed Metallic: 318, Treasured: 1,270,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44817} +Brutal blue Dragon mage-def 271k XP/hr 0 0 37.3k 37.3k 0 24.8k 0 10.3 Sharks/hr Loot/hr 10.3/hr Shark Cost/hr {"duration":2116756209,"quantity":44817,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.1k Shark"]} {"quantity":44817,"messages":["11205x bonus kills from Ori","100.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,862, Pious: 3,577, Sharp: 716, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 128 clues (Removed Metallic: 301, Treasured: 1,201,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44817} +Brutal blue Dragon mage-def 271k XP/hr 0 0 37.3k 37.3k 0 24.8k 0 10.3 Sharks/hr Loot/hr 10.3/hr Shark Cost/hr {"duration":2116756209,"quantity":44817,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.1k Shark"]} {"quantity":44817,"messages":["11205x bonus kills from Ori","100.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,862, Pious: 3,577, Sharp: 716, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 130 clues (Removed Metallic: 304, Treasured: 1,216,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44817} +Brutal blue Dragon mage 271k XP/hr 0 0 0 74.7k 0 24.8k 0 10.3 Sharks/hr Loot/hr 10.3/hr Shark Cost/hr {"duration":2116756209,"quantity":44817,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.1k Shark"]} {"quantity":44817,"messages":["11205x bonus kills from Ori","100.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,862, Pious: 3,577, Sharp: 716, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 129 clues (Removed Metallic: 304, Treasured: 1,216,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44817} +Brutal blue Dragon mage 271k XP/hr 0 0 0 74.7k 0 24.8k 0 10.3 Sharks/hr Loot/hr 10.3/hr Shark Cost/hr {"duration":2116756209,"quantity":44817,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.1k Shark"]} {"quantity":44817,"messages":["11205x bonus kills from Ori","100.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,862, Pious: 3,577, Sharp: 716, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 137 clues (Removed Metallic: 320, Treasured: 1,277,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44817} +Brutal blue Dragon mage 271k XP/hr 0 0 0 74.7k 0 24.8k 0 10.3 Sharks/hr Loot/hr 10.3/hr Shark Cost/hr {"duration":2116756209,"quantity":44817,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.1k Shark"]} {"quantity":44817,"messages":["11205x bonus kills from Ori","100.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,862, Pious: 3,577, Sharp: 716, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 124 clues (Removed Metallic: 291, Treasured: 1,163,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44817} +Brutal blue Dragon range-def 271k XP/hr 0 0 37.3k 0 37.3k 24.8k 0 10.3 Sharks/hr Loot/hr 10.3/hr Shark Cost/hr {"duration":2116756209,"quantity":44817,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.1k Shark"]} {"quantity":44817,"messages":["11205x bonus kills from Ori","100.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,862, Pious: 3,577, Sharp: 716, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 124 clues (Removed Metallic: 289, Treasured: 1,156,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44817} +Brutal blue Dragon range-def 271k XP/hr 0 0 37.3k 0 37.3k 24.8k 0 10.3 Sharks/hr Loot/hr 10.3/hr Shark Cost/hr {"duration":2116756209,"quantity":44817,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.1k Shark"]} {"quantity":44817,"messages":["11205x bonus kills from Ori","100.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,862, Pious: 3,577, Sharp: 716, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 118 clues (Removed Metallic: 276, Treasured: 1,102,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44817} +Brutal blue Dragon range-def 271k XP/hr 0 0 37.3k 0 37.3k 24.8k 0 10.3 Sharks/hr Loot/hr 10.3/hr Shark Cost/hr {"duration":2116756209,"quantity":44817,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.1k Shark"]} {"quantity":44817,"messages":["11205x bonus kills from Ori","100.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,862, Pious: 3,577, Sharp: 716, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 120 clues (Removed Metallic: 280, Treasured: 1,118,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44817} +Brutal blue Dragon range 271k XP/hr 0 0 0 0 74.7k 24.8k 0 10.3 Sharks/hr Loot/hr 10.3/hr Shark Cost/hr {"duration":2116756209,"quantity":44817,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.1k Shark"]} {"quantity":44817,"messages":["11205x bonus kills from Ori","100.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,862, Pious: 3,577, Sharp: 716, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 122 clues (Removed Metallic: 284, Treasured: 1,133,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44817} +Brutal blue Dragon range 271k XP/hr 0 0 0 0 74.7k 24.8k 0 10.3 Sharks/hr Loot/hr 10.3/hr Shark Cost/hr {"duration":2116756209,"quantity":44817,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.1k Shark"]} {"quantity":44817,"messages":["11205x bonus kills from Ori","100.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,862, Pious: 3,577, Sharp: 716, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 119 clues (Removed Metallic: 280, Treasured: 1,118,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44817} +Brutal blue Dragon range 271k XP/hr 0 0 0 0 74.7k 24.8k 0 10.3 Sharks/hr Loot/hr 10.3/hr Shark Cost/hr {"duration":2116756209,"quantity":44817,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.1k Shark"]} {"quantity":44817,"messages":["11205x bonus kills from Ori","100.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,862, Pious: 3,577, Sharp: 716, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 127 clues (Removed Metallic: 301, Treasured: 1,201,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":44817} +Brutal green Dragon atk-str-def 307k XP/hr 22.5k 22.5k 22.5k 0 0 22.5k 0 13.0 Sharks/hr Loot/hr 13.0/hr Shark Cost/hr {"duration":2116787535,"quantity":56782,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":56782,"messages":["14196x bonus kills from Ori","127.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,626, Pious: 4,532, Sharp: 907, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 136 clues (Removed Metallic: 310, Treasured: 1,239,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":56782} +Brutal green Dragon atk-str-def 307k XP/hr 22.5k 22.5k 22.5k 0 0 22.5k 0 13.0 Sharks/hr Loot/hr 13.0/hr Shark Cost/hr {"duration":2116787535,"quantity":56782,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":56782,"messages":["14196x bonus kills from Ori","127.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,626, Pious: 4,532, Sharp: 907, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 140 clues (Removed Metallic: 320, Treasured: 1,277,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":56782} +Brutal green Dragon atk-str-def 307k XP/hr 22.5k 22.5k 22.5k 0 0 22.5k 0 13.0 Sharks/hr Loot/hr 13.0/hr Shark Cost/hr {"duration":2116787535,"quantity":56782,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":56782,"messages":["14196x bonus kills from Ori","127.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,626, Pious: 4,532, Sharp: 907, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 126 clues (Removed Metallic: 287, Treasured: 1,148,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":56782} +Brutal green Dragon mage-def 261k XP/hr 0 0 28.7k 28.7k 0 19.1k 0 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":2116759617,"quantity":48264,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":48264,"messages":["12066x bonus kills from Ori","108.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,082, Pious: 3,853, Sharp: 771, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 109 clues (Removed Metallic: 247, Treasured: 988,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":48264} +Brutal green Dragon mage-def 261k XP/hr 0 0 28.7k 28.7k 0 19.1k 0 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":2116759617,"quantity":48264,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":48264,"messages":["12066x bonus kills from Ori","108.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,082, Pious: 3,853, Sharp: 771, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 122 clues (Removed Metallic: 278, Treasured: 1,110,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":48264} +Brutal green Dragon mage-def 261k XP/hr 0 0 28.7k 28.7k 0 19.1k 0 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":2116759617,"quantity":48264,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":48264,"messages":["12066x bonus kills from Ori","108.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,082, Pious: 3,853, Sharp: 771, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 118 clues (Removed Metallic: 268, Treasured: 1,072,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":48264} +Brutal green Dragon mage 261k XP/hr 0 0 0 57.5k 0 19.1k 0 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":2116759617,"quantity":48264,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":48264,"messages":["12066x bonus kills from Ori","108.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,082, Pious: 3,853, Sharp: 771, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 130 clues (Removed Metallic: 297, Treasured: 1,186,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":48264} +Brutal green Dragon mage 261k XP/hr 0 0 0 57.5k 0 19.1k 0 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":2116759617,"quantity":48264,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":48264,"messages":["12066x bonus kills from Ori","108.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,082, Pious: 3,853, Sharp: 771, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 115 clues (Removed Metallic: 263, Treasured: 1,049,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":48264} +Brutal green Dragon mage 261k XP/hr 0 0 0 57.5k 0 19.1k 0 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":2116759617,"quantity":48264,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":48264,"messages":["12066x bonus kills from Ori","108.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,082, Pious: 3,853, Sharp: 771, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 123 clues (Removed Metallic: 280, Treasured: 1,118,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":48264} +Brutal green Dragon range-def 261k XP/hr 0 0 28.7k 0 28.7k 19.1k 0 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":2116759617,"quantity":48264,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":48264,"messages":["12066x bonus kills from Ori","108.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,082, Pious: 3,853, Sharp: 771, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 98 clues (Removed Metallic: 223, Treasured: 890,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":48264} +Brutal green Dragon range-def 261k XP/hr 0 0 28.7k 0 28.7k 19.1k 0 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":2116759617,"quantity":48264,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":48264,"messages":["12066x bonus kills from Ori","108.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,082, Pious: 3,853, Sharp: 771, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 127 clues (Removed Metallic: 289, Treasured: 1,156,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":48264} +Brutal green Dragon range-def 261k XP/hr 0 0 28.7k 0 28.7k 19.1k 0 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":2116759617,"quantity":48264,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":48264,"messages":["12066x bonus kills from Ori","108.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,082, Pious: 3,853, Sharp: 771, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 117 clues (Removed Metallic: 266, Treasured: 1,064,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":48264} +Brutal green Dragon range 261k XP/hr 0 0 0 0 57.5k 19.1k 0 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":2116759617,"quantity":48264,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":48264,"messages":["12066x bonus kills from Ori","108.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,082, Pious: 3,853, Sharp: 771, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 112 clues (Removed Metallic: 255, Treasured: 1,019,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":48264} +Brutal green Dragon range 261k XP/hr 0 0 0 0 57.5k 19.1k 0 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":2116759617,"quantity":48264,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":48264,"messages":["12066x bonus kills from Ori","108.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,082, Pious: 3,853, Sharp: 771, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 119 clues (Removed Metallic: 270, Treasured: 1,080,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":48264} +Brutal green Dragon range 261k XP/hr 0 0 0 0 57.5k 19.1k 0 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":2116759617,"quantity":48264,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":48264,"messages":["12066x bonus kills from Ori","108.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,082, Pious: 3,853, Sharp: 771, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 130 clues (Removed Metallic: 297, Treasured: 1,186,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":48264} +Brutal red Dragon atk-str-def 305k XP/hr 30.8k 30.8k 30.8k 0 0 30.7k 0 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":2116786790,"quantity":47624,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":47624,"messages":["11906x bonus kills from Ori","107.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,040, Pious: 3,800, Sharp: 760, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 142 clues (Removed Metallic: 337, Treasured: 1,346,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":47624} +Brutal red Dragon atk-str-def 305k XP/hr 30.8k 30.8k 30.8k 0 0 30.7k 0 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":2116786790,"quantity":47624,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":47624,"messages":["11906x bonus kills from Ori","107.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,040, Pious: 3,800, Sharp: 760, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 142 clues (Removed Metallic: 335, Treasured: 1,338,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":47624} +Brutal red Dragon atk-str-def 305k XP/hr 30.8k 30.8k 30.8k 0 0 30.7k 0 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":2116786790,"quantity":47624,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":47624,"messages":["11906x bonus kills from Ori","107.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,040, Pious: 3,800, Sharp: 760, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 130 clues (Removed Metallic: 310, Treasured: 1,239,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":47624} +Brutal red Dragon mage-def 259k XP/hr 0 0 39.2k 39.2k 0 26.1k 0 6.2 Sharks/hr Loot/hr 6.2/hr Shark Cost/hr {"duration":2116772874,"quantity":40480,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":40480,"messages":["10120x bonus kills from Ori","91.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,584, Pious: 3,230, Sharp: 646, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 123 clues (Removed Metallic: 289, Treasured: 1,156,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":40480} +Brutal red Dragon mage-def 259k XP/hr 0 0 39.2k 39.2k 0 26.1k 0 6.2 Sharks/hr Loot/hr 6.2/hr Shark Cost/hr {"duration":2116772874,"quantity":40480,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":40480,"messages":["10120x bonus kills from Ori","91.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,584, Pious: 3,230, Sharp: 646, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 133 clues (Removed Metallic: 312, Treasured: 1,247,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":40480} +Brutal red Dragon mage-def 259k XP/hr 0 0 39.2k 39.2k 0 26.1k 0 6.2 Sharks/hr Loot/hr 6.2/hr Shark Cost/hr {"duration":2116772874,"quantity":40480,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":40480,"messages":["10120x bonus kills from Ori","91.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,584, Pious: 3,230, Sharp: 646, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 104 clues (Removed Metallic: 249, Treasured: 996,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":40480} +Brutal red Dragon mage 259k XP/hr 0 0 0 78.5k 0 26.1k 0 6.2 Sharks/hr Loot/hr 6.2/hr Shark Cost/hr {"duration":2116772874,"quantity":40480,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":40480,"messages":["10120x bonus kills from Ori","91.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,584, Pious: 3,230, Sharp: 646, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 132 clues (Removed Metallic: 314, Treasured: 1,254,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":40480} +Brutal red Dragon mage 259k XP/hr 0 0 0 78.5k 0 26.1k 0 6.2 Sharks/hr Loot/hr 6.2/hr Shark Cost/hr {"duration":2116772874,"quantity":40480,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":40480,"messages":["10120x bonus kills from Ori","91.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,584, Pious: 3,230, Sharp: 646, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 114 clues (Removed Metallic: 272, Treasured: 1,087,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":40480} +Brutal red Dragon mage 259k XP/hr 0 0 0 78.5k 0 26.1k 0 6.2 Sharks/hr Loot/hr 6.2/hr Shark Cost/hr {"duration":2116772874,"quantity":40480,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":40480,"messages":["10120x bonus kills from Ori","91.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,584, Pious: 3,230, Sharp: 646, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 120 clues (Removed Metallic: 285, Treasured: 1,140,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":40480} +Brutal red Dragon range-def 259k XP/hr 0 0 39.2k 0 39.2k 26.1k 0 6.2 Sharks/hr Loot/hr 6.2/hr Shark Cost/hr {"duration":2116772874,"quantity":40480,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":40480,"messages":["10120x bonus kills from Ori","91.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,584, Pious: 3,230, Sharp: 646, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 103 clues (Removed Metallic: 246, Treasured: 981,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":40480} +Brutal red Dragon range-def 259k XP/hr 0 0 39.2k 0 39.2k 26.1k 0 6.2 Sharks/hr Loot/hr 6.2/hr Shark Cost/hr {"duration":2116772874,"quantity":40480,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":40480,"messages":["10120x bonus kills from Ori","91.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,584, Pious: 3,230, Sharp: 646, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 95 clues (Removed Metallic: 227, Treasured: 905,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":40480} +Brutal red Dragon range-def 259k XP/hr 0 0 39.2k 0 39.2k 26.1k 0 6.2 Sharks/hr Loot/hr 6.2/hr Shark Cost/hr {"duration":2116772874,"quantity":40480,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":40480,"messages":["10120x bonus kills from Ori","91.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,584, Pious: 3,230, Sharp: 646, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 111 clues (Removed Metallic: 263, Treasured: 1,049,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":40480} +Brutal red Dragon range 259k XP/hr 0 0 0 0 78.5k 26.1k 0 6.2 Sharks/hr Loot/hr 6.2/hr Shark Cost/hr {"duration":2116772874,"quantity":40480,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":40480,"messages":["10120x bonus kills from Ori","91.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,584, Pious: 3,230, Sharp: 646, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 121 clues (Removed Metallic: 287, Treasured: 1,148,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":40480} +Brutal red Dragon range 259k XP/hr 0 0 0 0 78.5k 26.1k 0 6.2 Sharks/hr Loot/hr 6.2/hr Shark Cost/hr {"duration":2116772874,"quantity":40480,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":40480,"messages":["10120x bonus kills from Ori","91.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,584, Pious: 3,230, Sharp: 646, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 126 clues (Removed Metallic: 297, Treasured: 1,186,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":40480} +Brutal red Dragon range 259k XP/hr 0 0 0 0 78.5k 26.1k 0 6.2 Sharks/hr Loot/hr 6.2/hr Shark Cost/hr {"duration":2116772874,"quantity":40480,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":40480,"messages":["10120x bonus kills from Ori","91.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,584, Pious: 3,230, Sharp: 646, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 114 clues (Removed Metallic: 274, Treasured: 1,095,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":40480} +Bryophyta atk-str-def 154k XP/hr 21.8k 21.8k 21.8k 0 0 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41854 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta atk-str-def 154k XP/hr 21.8k 21.8k 21.8k 0 0 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41693 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta atk-str-def 154k XP/hr 21.8k 21.8k 21.8k 0 0 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41896 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta mage-def 154k XP/hr 0 0 32.7k 32.7k 0 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41944 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta mage-def 154k XP/hr 0 0 32.7k 32.7k 0 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41900 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta mage-def 154k XP/hr 0 0 32.7k 32.7k 0 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41658 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta mage 154k XP/hr 0 0 0 65.4k 0 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41632 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta mage 154k XP/hr 0 0 0 65.4k 0 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41827 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta mage 154k XP/hr 0 0 0 65.4k 0 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41999 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta range-def 154k XP/hr 0 0 32.7k 0 32.7k 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41917 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta range-def 154k XP/hr 0 0 32.7k 0 32.7k 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41937 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta range-def 154k XP/hr 0 0 32.7k 0 32.7k 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41892 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta range 154k XP/hr 0 0 0 0 65.4k 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 42184 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta range 154k XP/hr 0 0 0 0 65.4k 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41551 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Bryophyta range 154k XP/hr 0 0 0 0 65.4k 21.8k 0 51.2 Sharks/hr Loot/hr 142.3/hr Mossy key,51.2/hr Shark Cost/hr {"duration":2116791887,"quantity":83659,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 83.7k Mossy key, 30.1k Shark"]} {"quantity":83659,"messages":["20915x bonus kills from Ori","39.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,114, Pious: 1,392, Sharp: 279, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41898 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":83659} +Callisto atk-str-def 575k XP/hr 37.8k 37.8k 37.8k 0 0 37.7k 28.3k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":443},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.97% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9279,"messages":["You missed out on 721x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2320x bonus kills from Ori","You killed 9279x of your 10000 remaining kills, you now have 721 kills remaining.","40.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,152, Pious: 1,440, Sharp: 288, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9279} +Callisto atk-str-def 596k XP/hr 37.6k 37.6k 37.6k 0 0 37.5k 28.2k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":461},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.89% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9249,"messages":["You missed out on 751x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2313x bonus kills from Ori","You killed 9249x of your 10000 remaining kills, you now have 751 kills remaining.","42.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,213, Pious: 1,516, Sharp: 304, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":9249} +Callisto atk-str-def 563k XP/hr 37.5k 37.5k 37.5k 0 0 37.4k 28.1k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":485},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.71% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9210,"messages":["You missed out on 790x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2303x bonus kills from Ori","You killed 9210x of your 10000 remaining kills, you now have 790 kills remaining.","39.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,118, Pious: 1,397, Sharp: 280, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":9210} +Callisto mage-def 586k XP/hr 0 0 56.6k 56.6k 0 37.7k 28.3k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":443},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 2.11% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9279,"messages":["You missed out on 721x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2320x bonus kills from Ori","You killed 9279x of your 10000 remaining kills, you now have 721 kills remaining.","41.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,182, Pious: 1,478, Sharp: 296, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9279} +Callisto mage-def 546k XP/hr 0 0 56.5k 56.5k 0 37.6k 28.2k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":456},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.72% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9257,"messages":["You missed out on 743x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2315x bonus kills from Ori","You killed 9257x of your 10000 remaining kills, you now have 743 kills remaining.","37.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,064, Pious: 1,330, Sharp: 266, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":9257} +Callisto mage-def 641k XP/hr 0 0 56.3k 56.3k 0 37.4k 28.1k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":479},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.38% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9220,"messages":["You missed out on 780x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2305x bonus kills from Ori","You killed 9220x of your 10000 remaining kills, you now have 780 kills remaining.","47.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,346, Pious: 1,682, Sharp: 337, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":9220} +Callisto mage 571k XP/hr 0 0 0 113.3k 0 37.7k 28.3k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":444},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.80% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9277,"messages":["You missed out on 723x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2320x bonus kills from Ori","You killed 9277x of your 10000 remaining kills, you now have 723 kills remaining.","40.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,140, Pious: 1,425, Sharp: 285, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9277} +Callisto mage 568k XP/hr 0 0 0 113k 0 37.6k 28.2k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":455},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.37% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9259,"messages":["You missed out on 741x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2315x bonus kills from Ori","You killed 9259x of your 10000 remaining kills, you now have 741 kills remaining.","39.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,133, Pious: 1,416, Sharp: 284, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9259} +Callisto mage 587k XP/hr 0 0 0 113k 0 37.6k 28.2k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":457},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.31% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9256,"messages":["You missed out on 744x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2314x bonus kills from Ori","You killed 9256x of your 10000 remaining kills, you now have 744 kills remaining.","41.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,186, Pious: 1,482, Sharp: 297, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9256} +Callisto range-def 578k XP/hr 0 0 56.3k 0 56.3k 37.4k 28.1k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":480},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.35% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9218,"messages":["You missed out on 782x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2305x bonus kills from Ori","You killed 9218x of your 10000 remaining kills, you now have 782 kills remaining.","40.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,159, Pious: 1,449, Sharp: 290, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9218} +Callisto range-def 580k XP/hr 0 0 56.3k 0 56.3k 37.4k 28.1k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":480},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.48% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9218,"messages":["You missed out on 782x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2305x bonus kills from Ori","You killed 9218x of your 10000 remaining kills, you now have 782 kills remaining.","41.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,167, Pious: 1,459, Sharp: 292, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)"],"newKC":9218} +Callisto range-def 578k XP/hr 0 0 56k 0 56k 37.3k 28k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":504},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.55% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9179,"messages":["You missed out on 821x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2295x bonus kills from Ori","You killed 9179x of your 10000 remaining kills, you now have 821 kills remaining.","41m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,163, Pious: 1,454, Sharp: 291, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":9179} +Callisto range 577k XP/hr 0 0 0 0 112.9k 37.5k 28.2k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":461},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.85% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9249,"messages":["You missed out on 751x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2313x bonus kills from Ori","You killed 9249x of your 10000 remaining kills, you now have 751 kills remaining.","40.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,159, Pious: 1,449, Sharp: 290, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":9249} +Callisto range 588k XP/hr 0 0 0 0 112.5k 37.4k 28.1k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":483},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.31% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9213,"messages":["You missed out on 787x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2304x bonus kills from Ori","You killed 9213x of your 10000 remaining kills, you now have 787 kills remaining.","42m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,190, Pious: 1,487, Sharp: 298, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":9213} +Callisto range 547k XP/hr 0 0 0 0 112.4k 37.4k 28.1k 101.1 Sharks/hr Loot/hr 183.7/hr Blighted ancient ice sack,282.6/hr Hellfire arrow,101.1/hr Shark Cost/hr {"duration":368411400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":487},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.25% per pk encounter (10% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 18.8k Blighted ancient ice sack, 28.9k Hellfire arrow, 10.4k Shark"]} {"quantity":9207,"messages":["You missed out on 793x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2302x bonus kills from Ori","You killed 9207x of your 10000 remaining kills, you now have 793 kills remaining.","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,072, Pious: 1,340, Sharp: 268, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 92, Treasured: 365,5% less materials for mastery)"],"newKC":9207} +Calvar'ion atk-str-def 414k XP/hr 35.8k 35.8k 35.8k 0 0 35.7k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4992},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37563,"messages":["You missed out on 6191x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9391x bonus kills from Ori","159.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 106 clues (Removed Metallic: 303, Treasured: 1,209,5% less materials for mastery)"],"newKC":37563} +Calvar'ion atk-str-def 423k XP/hr 35.7k 35.7k 35.7k 0 0 35.6k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5031},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.94% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37514,"messages":["You missed out on 6240x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9379x bonus kills from Ori","164.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 83 clues (Removed Metallic: 236, Treasured: 943,5% less materials for mastery)"],"newKC":37514} +Calvar'ion atk-str-def 406k XP/hr 35.7k 35.7k 35.7k 0 0 35.6k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5036},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.68% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37508,"messages":["You missed out on 6246x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9377x bonus kills from Ori","154.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 95 clues (Removed Metallic: 270, Treasured: 1,080,5% less materials for mastery)"],"newKC":37508} +Calvar'ion mage-def 420k XP/hr 0 0 53.9k 53.9k 0 35.9k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4838},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.94% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37754,"messages":["You missed out on 6000x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9439x bonus kills from Ori","162.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 87 clues (Removed Metallic: 247, Treasured: 988,5% less materials for mastery)"],"newKC":37754} +Calvar'ion mage-def 413k XP/hr 0 0 53.6k 53.6k 0 35.6k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5050},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.81% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37491,"messages":["You missed out on 6263x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9373x bonus kills from Ori","159m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 91 clues (Removed Metallic: 259, Treasured: 1,034,5% less materials for mastery)"],"newKC":37491} +Calvar'ion mage-def 400k XP/hr 0 0 53.4k 53.4k 0 35.5k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5145},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.87% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37373,"messages":["You missed out on 6381x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9344x bonus kills from Ori","151.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 82 clues (Removed Metallic: 234, Treasured: 935,5% less materials for mastery)"],"newKC":37373} +Calvar'ion mage 409k XP/hr 0 0 0 107.2k 0 35.7k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5020},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37528,"messages":["You missed out on 6226x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9382x bonus kills from Ori","156.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 96 clues (Removed Metallic: 274, Treasured: 1,095,5% less materials for mastery)"],"newKC":37528} +Calvar'ion mage 406k XP/hr 0 0 0 107.1k 0 35.6k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5054},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.79% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37486,"messages":["You missed out on 6268x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9372x bonus kills from Ori","154.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 103 clues (Removed Metallic: 293, Treasured: 1,171,5% less materials for mastery)"],"newKC":37486} +Calvar'ion mage 401k XP/hr 0 0 0 107.1k 0 35.6k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5062},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.88% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37476,"messages":["You missed out on 6278x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9369x bonus kills from Ori","151.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 93 clues (Removed Metallic: 265, Treasured: 1,057,5% less materials for mastery)"],"newKC":37476} +Calvar'ion range-def 416k XP/hr 0 0 53.8k 0 53.8k 35.8k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4927},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37643,"messages":["You missed out on 6111x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9411x bonus kills from Ori","160.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 98 clues (Removed Metallic: 280, Treasured: 1,118,5% less materials for mastery)"],"newKC":37643} +Calvar'ion range-def 406k XP/hr 0 0 53.6k 0 53.6k 35.7k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5006},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.95% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37545,"messages":["You missed out on 6209x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9387x bonus kills from Ori","154.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 87 clues (Removed Metallic: 247, Treasured: 988,5% less materials for mastery)"],"newKC":37545} +Calvar'ion range-def 397k XP/hr 0 0 53.6k 0 53.6k 35.6k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5055},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.74% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37485,"messages":["You missed out on 6269x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9372x bonus kills from Ori","149.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 88 clues (Removed Metallic: 251, Treasured: 1,004,5% less materials for mastery)"],"newKC":37485} +Calvar'ion range 404k XP/hr 0 0 0 0 107.3k 35.7k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4987},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.91% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37569,"messages":["You missed out on 6185x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9393x bonus kills from Ori","153.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 107 clues (Removed Metallic: 304, Treasured: 1,216,5% less materials for mastery)"],"newKC":37569} +Calvar'ion range 421k XP/hr 0 0 0 0 107.3k 35.7k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5007},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37544,"messages":["You missed out on 6210x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9386x bonus kills from Ori","163.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 78 clues (Removed Metallic: 223, Treasured: 890,5% less materials for mastery)"],"newKC":37544} +Calvar'ion range 410k XP/hr 0 0 0 0 107.2k 35.6k 0 224.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,224.4/hr Shark Cost/hr {"duration":2116760765,"quantity":43754,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5030},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.92% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 131.9k Shark"]} {"quantity":37516,"messages":["You missed out on 6238x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9379x bonus kills from Ori","157.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 102 clues (Removed Metallic: 291, Treasured: 1,163,5% less materials for mastery)"],"newKC":37516} +Catablepon atk-str-def 840k XP/hr 134.3k 134.3k 134.3k 0 0 133.9k 100.7k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":25024000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 9.1k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Catablepon atk-str-def 588k XP/hr 94k 94k 94k 0 0 93.8k 70.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Catablepon atk-str-def 588k XP/hr 94k 94k 94k 0 0 93.8k 70.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Catablepon mage-def 840k XP/hr 0 0 201.4k 201.4k 0 133.9k 100.7k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":25024000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 9.1k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Catablepon mage-def 588k XP/hr 0 0 141k 141k 0 93.8k 70.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 46 clues (Removed Metallic: 78, Treasured: 312,5% less materials for mastery)"],"newKC":10000} +Catablepon mage-def 588k XP/hr 0 0 141k 141k 0 93.8k 70.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":10000} +Catablepon mage 840k XP/hr 0 0 0 402.8k 0 133.9k 100.7k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":25024000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 9.1k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Catablepon mage 588k XP/hr 0 0 0 282k 0 93.8k 70.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 40 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Catablepon mage 588k XP/hr 0 0 0 282k 0 93.8k 70.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Catablepon range-def 840k XP/hr 0 0 201.4k 0 201.4k 133.9k 100.7k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":25024000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 9.1k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Catablepon range-def 588k XP/hr 0 0 141k 0 141k 93.8k 70.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Catablepon range-def 588k XP/hr 0 0 141k 0 141k 93.8k 70.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Catablepon range 840k XP/hr 0 0 0 0 402.8k 133.9k 100.7k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":25024000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 9.1k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Catablepon range 588k XP/hr 0 0 0 0 282k 93.8k 70.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Catablepon range 588k XP/hr 0 0 0 0 282k 93.8k 70.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Cave Bug atk-str-def 71k XP/hr 15k 15k 15k 0 0 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug atk-str-def 71k XP/hr 15k 15k 15k 0 0 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug atk-str-def 71k XP/hr 15k 15k 15k 0 0 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug mage-def 71k XP/hr 0 0 22.5k 22.5k 0 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug mage-def 71k XP/hr 0 0 22.5k 22.5k 0 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug mage-def 71k XP/hr 0 0 22.5k 22.5k 0 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug mage 71k XP/hr 0 0 0 45.1k 0 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug mage 71k XP/hr 0 0 0 45.1k 0 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug mage 71k XP/hr 0 0 0 45.1k 0 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug range-def 71k XP/hr 0 0 22.5k 0 22.5k 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug range-def 71k XP/hr 0 0 22.5k 0 22.5k 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug range-def 71k XP/hr 0 0 22.5k 0 22.5k 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug range 71k XP/hr 0 0 0 0 45.1k 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug range 71k XP/hr 0 0 0 0 45.1k 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Bug range 71k XP/hr 0 0 0 0 45.1k 15k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler atk-str-def 88k XP/hr 17.6k 17.6k 17.6k 0 0 17.5k 17.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 140x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler atk-str-def 86k XP/hr 17.5k 17.5k 17.5k 0 0 17.4k 16.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2473x bonus kills from Ori","You slayed 110x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler atk-str-def 88k XP/hr 17.6k 17.6k 17.6k 0 0 17.5k 17.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Cave Crawler mage-def 89k XP/hr 0 0 26.4k 26.4k 0 17.6k 18.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 158x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler mage-def 86k XP/hr 0 0 26.1k 26.1k 0 17.4k 16.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2476x bonus kills from Ori","You slayed 98x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Cave Crawler mage-def 88k XP/hr 0 0 26.3k 26.3k 0 17.5k 17.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 134x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler mage 87k XP/hr 0 0 0 52.5k 0 17.5k 17.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 128x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler mage 87k XP/hr 0 0 0 52.5k 0 17.5k 17.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler mage 87k XP/hr 0 0 0 52.5k 0 17.4k 17k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 120x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler range-def 87k XP/hr 0 0 26.2k 0 26.2k 17.4k 16.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 114x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler range-def 88k XP/hr 0 0 26.3k 0 26.3k 17.5k 17.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler range-def 87k XP/hr 0 0 26.2k 0 26.2k 17.5k 17.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 122x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler range 89k XP/hr 0 0 0 0 52.9k 17.6k 18.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2458x bonus kills from Ori","You slayed 168x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler range 88k XP/hr 0 0 0 0 52.7k 17.5k 17.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 146x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler range 87k XP/hr 0 0 0 0 52.5k 17.5k 17.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 128x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave goblin guard atk-str-def 296k XP/hr 36.7k 36.7k 36.7k 0 0 36.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Cave goblin guard atk-str-def 207k XP/hr 25.7k 25.7k 25.7k 0 0 25.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Cave goblin guard atk-str-def 207k XP/hr 25.7k 25.7k 25.7k 0 0 25.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Cave goblin guard mage-def 296k XP/hr 0 0 55.1k 55.1k 0 36.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Cave goblin guard mage-def 207k XP/hr 0 0 38.5k 38.5k 0 25.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Cave goblin guard mage-def 207k XP/hr 0 0 38.5k 38.5k 0 25.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Cave goblin guard mage 296k XP/hr 0 0 0 110.1k 0 36.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Cave goblin guard mage 207k XP/hr 0 0 0 77.1k 0 25.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Cave goblin guard mage 207k XP/hr 0 0 0 77.1k 0 25.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Cave goblin guard range-def 296k XP/hr 0 0 55.1k 0 55.1k 36.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Cave goblin guard range-def 207k XP/hr 0 0 38.5k 0 38.5k 25.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Cave goblin guard range-def 207k XP/hr 0 0 38.5k 0 38.5k 25.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Cave goblin guard range 296k XP/hr 0 0 0 0 110.1k 36.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Cave goblin guard range 207k XP/hr 0 0 0 0 77.1k 25.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Cave goblin guard range 207k XP/hr 0 0 0 0 77.1k 25.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Cave Horror atk-str-def 1.1m XP/hr 94.7k 94.7k 94.7k 0 0 94.5k 88.5k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":28290000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 10.3k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 112x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Cave Horror atk-str-def 746k XP/hr 66.5k 66.5k 66.5k 0 0 66.3k 63.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Cave Horror atk-str-def 747k XP/hr 66.5k 66.5k 66.5k 0 0 66.4k 64.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Cave Horror mage-def 1.1m XP/hr 0 0 142.1k 142.1k 0 94.5k 88.5k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":28290000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 10.3k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 112x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Cave Horror mage-def 748k XP/hr 0 0 99.8k 99.8k 0 66.4k 65k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Cave Horror mage-def 750k XP/hr 0 0 100k 100k 0 66.5k 66.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2462x bonus kills from Ori","You slayed 152x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 94, Treasured: 373,5% less materials for mastery)"],"newKC":10000} +Cave Horror mage 1.1m XP/hr 0 0 0 286k 0 95.1k 96.1k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":28290000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 10.3k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 158x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 94, Treasured: 373,5% less materials for mastery)"],"newKC":10000} +Cave Horror mage 748k XP/hr 0 0 0 199.7k 0 66.4k 65k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Cave Horror mage 744k XP/hr 0 0 0 199.1k 0 66.2k 62.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 114x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Cave Horror range-def 1.1m XP/hr 0 0 142.9k 0 142.9k 95k 95.1k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":28290000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 10.3k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2462x bonus kills from Ori","You slayed 152x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Cave Horror range-def 750k XP/hr 0 0 100.1k 0 100.1k 66.6k 67.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 158x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Cave Horror range-def 747k XP/hr 0 0 99.8k 0 99.8k 66.4k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Cave Horror range 1.1m XP/hr 0 0 0 0 284.8k 94.7k 90.8k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":28290000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 10.3k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Cave Horror range 744k XP/hr 0 0 0 0 199.1k 66.2k 62.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","You slayed 116x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Cave Horror range 748k XP/hr 0 0 0 0 199.9k 66.5k 65.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage-def 329k XP/hr 0 0 104.1k 104.1k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage-def 329k XP/hr 0 0 104.1k 104.1k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage-def 329k XP/hr 0 0 104.1k 104.1k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage 329k XP/hr 0 0 0 208.2k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage 329k XP/hr 0 0 0 208.2k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage 329k XP/hr 0 0 0 208.2k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage 329k XP/hr 0 0 0 208.2k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage 329k XP/hr 0 0 0 208.2k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage 329k XP/hr 0 0 0 208.2k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage 329k XP/hr 0 0 0 208.2k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage 329k XP/hr 0 0 0 208.2k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage 329k XP/hr 0 0 0 208.2k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage 329k XP/hr 0 0 0 208.2k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage 329k XP/hr 0 0 0 208.2k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Cave Kraken mage 329k XP/hr 0 0 0 208.2k 0 69.2k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Cave Slime atk-str-def 158k XP/hr 33.3k 33.3k 33.3k 0 0 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Cave Slime atk-str-def 158k XP/hr 33.3k 33.3k 33.3k 0 0 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Cave Slime atk-str-def 158k XP/hr 33.3k 33.3k 33.3k 0 0 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Cave Slime mage-def 158k XP/hr 0 0 50k 50k 0 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Cave Slime mage-def 158k XP/hr 0 0 50k 50k 0 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Cave Slime mage-def 158k XP/hr 0 0 50k 50k 0 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Cave Slime mage 158k XP/hr 0 0 0 100k 0 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Cave Slime mage 158k XP/hr 0 0 0 100k 0 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Cave Slime mage 158k XP/hr 0 0 0 100k 0 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Cave Slime range-def 158k XP/hr 0 0 50k 0 50k 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Cave Slime range-def 158k XP/hr 0 0 50k 0 50k 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Cave Slime range-def 158k XP/hr 0 0 50k 0 50k 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Cave Slime range 158k XP/hr 0 0 0 0 100k 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Cave Slime range 158k XP/hr 0 0 0 0 100k 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Cave Slime range 158k XP/hr 0 0 0 0 100k 33.3k 25k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35990400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","5% for Slayer helmet","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Cerberus atk-str-def 841k XP/hr 122.2k 122.2k 122.2k 0 0 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","18.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 517, Pious: 646, Sharp: 130, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)"],"newKC":10000} +Cerberus atk-str-def 838k XP/hr 122.2k 122.2k 122.2k 0 0 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","18m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 510, Pious: 637, Sharp: 128, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Cerberus atk-str-def 831k XP/hr 122.2k 122.2k 122.2k 0 0 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 494, Pious: 618, Sharp: 124, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Cerberus mage-def 830k XP/hr 0 0 183.4k 183.4k 0 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 494, Pious: 618, Sharp: 124, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Cerberus mage-def 823k XP/hr 0 0 183.4k 183.4k 0 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","16.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 479, Pious: 599, Sharp: 120, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Cerberus mage-def 839k XP/hr 0 0 183.4k 183.4k 0 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","18.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 513, Pious: 642, Sharp: 129, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Cerberus mage 835k XP/hr 0 0 0 366.7k 0 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 506, Pious: 632, Sharp: 127, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Cerberus mage 837k XP/hr 0 0 0 366.7k 0 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","18m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 510, Pious: 637, Sharp: 128, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Cerberus mage 849k XP/hr 0 0 0 366.7k 0 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","18.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 536, Pious: 670, Sharp: 134, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 94, Treasured: 373,5% less materials for mastery)"],"newKC":10000} +Cerberus range-def 829k XP/hr 0 0 183.4k 0 183.4k 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 491, Pious: 613, Sharp: 123, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Cerberus range-def 840k XP/hr 0 0 183.4k 0 183.4k 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","18.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 513, Pious: 642, Sharp: 129, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Cerberus range-def 825k XP/hr 0 0 183.4k 0 183.4k 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 483, Pious: 604, Sharp: 121, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Cerberus range 841k XP/hr 0 0 0 0 366.7k 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","18.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 517, Pious: 646, Sharp: 130, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Cerberus range 832k XP/hr 0 0 0 0 366.7k 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 498, Pious: 623, Sharp: 125, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Cerberus range 848k XP/hr 0 0 0 0 366.7k 121.9k 91.8k 83.7 Sharks/hr Loot/hr 83.7/hr Shark Cost/hr {"duration":270921000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","1375000 Prayer XP from purifying 12500x Infernal ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","18.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 532, Pious: 665, Sharp: 133, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Chaos druid atk-str-def 971k XP/hr 96.9k 96.9k 96.9k 0 0 96.6k 72.7k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":9908400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.6k Cannonball, 829x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Pet Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid atk-str-def 679k XP/hr 67.8k 67.8k 67.8k 0 0 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.11% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid atk-str-def 679k XP/hr 67.8k 67.8k 67.8k 0 0 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid atk-str-def 971k XP/hr 96.9k 96.9k 96.9k 0 0 96.6k 72.7k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":9908400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.6k Cannonball, 829x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid atk-str-def 679k XP/hr 67.8k 67.8k 67.8k 0 0 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid atk-str-def 679k XP/hr 67.8k 67.8k 67.8k 0 0 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid mage-def 971k XP/hr 0 0 145.3k 145.3k 0 96.6k 72.7k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":9908400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.6k Cannonball, 829x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid mage-def 679k XP/hr 0 0 101.7k 101.7k 0 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Clothing Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid mage-def 679k XP/hr 0 0 101.7k 101.7k 0 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid mage-def 971k XP/hr 0 0 145.3k 145.3k 0 96.6k 72.7k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":9908400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.6k Cannonball, 829x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid mage-def 679k XP/hr 0 0 101.7k 101.7k 0 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid mage-def 679k XP/hr 0 0 101.7k 101.7k 0 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid mage 971k XP/hr 0 0 0 290.7k 0 96.6k 72.7k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":9908400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.6k Cannonball, 829x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid mage 679k XP/hr 0 0 0 203.4k 0 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid mage 679k XP/hr 0 0 0 203.4k 0 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid mage 971k XP/hr 0 0 0 290.7k 0 96.6k 72.7k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":9908400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.6k Cannonball, 829x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid mage 679k XP/hr 0 0 0 203.4k 0 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid mage 679k XP/hr 0 0 0 203.4k 0 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid range-def 971k XP/hr 0 0 145.3k 0 145.3k 96.6k 72.7k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":9908400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.6k Cannonball, 829x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid range-def 679k XP/hr 0 0 101.7k 0 101.7k 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid range-def 679k XP/hr 0 0 101.7k 0 101.7k 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid range-def 971k XP/hr 0 0 145.3k 0 145.3k 96.6k 72.7k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":9908400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.11% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.6k Cannonball, 829x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid range-def 679k XP/hr 0 0 101.7k 0 101.7k 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid range-def 679k XP/hr 0 0 101.7k 0 101.7k 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid range 971k XP/hr 0 0 0 0 290.7k 96.6k 72.7k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":9908400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.6k Cannonball, 829x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid range 679k XP/hr 0 0 0 0 203.4k 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid range 679k XP/hr 0 0 0 0 203.4k 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid range 971k XP/hr 0 0 0 0 290.7k 96.6k 72.7k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.2/hr Hellfire arrow Cost/hr {"duration":9908400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.6k Cannonball, 829x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid range 679k XP/hr 0 0 0 0 203.4k 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos druid range 679k XP/hr 0 0 0 0 203.4k 67.6k 50.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14158800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Chaos dwarf atk-str-def 216k XP/hr 37.7k 37.7k 37.7k 0 0 37.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987193215,"quantity":256075,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":256075,"messages":["64019x bonus kills from Ori","36m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,023, Pious: 1,278, Sharp: 256, 5% less materials for mastery)"],"newKC":256075} +Chaos dwarf atk-str-def 151k XP/hr 26.4k 26.4k 26.4k 0 0 26.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","25.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 715, Pious: 893, Sharp: 179, 5% less materials for mastery)"],"newKC":179267} +Chaos dwarf atk-str-def 151k XP/hr 26.4k 26.4k 26.4k 0 0 26.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","25.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 715, Pious: 893, Sharp: 179, 5% less materials for mastery)"],"newKC":179267} +Chaos dwarf mage-def 216k XP/hr 0 0 56.6k 56.6k 0 37.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987193215,"quantity":256075,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":256075,"messages":["64019x bonus kills from Ori","36m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,023, Pious: 1,278, Sharp: 256, 5% less materials for mastery)"],"newKC":256075} +Chaos dwarf mage-def 151k XP/hr 0 0 39.6k 39.6k 0 26.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","25.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 715, Pious: 893, Sharp: 179, 5% less materials for mastery)"],"newKC":179267} +Chaos dwarf mage-def 151k XP/hr 0 0 39.6k 39.6k 0 26.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","25.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 715, Pious: 893, Sharp: 179, 5% less materials for mastery)"],"newKC":179267} +Chaos dwarf mage 216k XP/hr 0 0 0 113.2k 0 37.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987193215,"quantity":256075,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":256075,"messages":["64019x bonus kills from Ori","36m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,023, Pious: 1,278, Sharp: 256, 5% less materials for mastery)"],"newKC":256075} +Chaos dwarf mage 151k XP/hr 0 0 0 79.2k 0 26.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","25.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 715, Pious: 893, Sharp: 179, 5% less materials for mastery)"],"newKC":179267} +Chaos dwarf mage 151k XP/hr 0 0 0 79.2k 0 26.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","25.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 715, Pious: 893, Sharp: 179, 5% less materials for mastery)"],"newKC":179267} +Chaos dwarf range-def 216k XP/hr 0 0 56.6k 0 56.6k 37.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987193215,"quantity":256075,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":256075,"messages":["64019x bonus kills from Ori","36m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,023, Pious: 1,278, Sharp: 256, 5% less materials for mastery)"],"newKC":256075} +Chaos dwarf range-def 151k XP/hr 0 0 39.6k 0 39.6k 26.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","25.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 715, Pious: 893, Sharp: 179, 5% less materials for mastery)"],"newKC":179267} +Chaos dwarf range-def 151k XP/hr 0 0 39.6k 0 39.6k 26.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","25.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 715, Pious: 893, Sharp: 179, 5% less materials for mastery)"],"newKC":179267} +Chaos dwarf range 216k XP/hr 0 0 0 0 113.2k 37.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987193215,"quantity":256075,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":256075,"messages":["64019x bonus kills from Ori","36m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,023, Pious: 1,278, Sharp: 256, 5% less materials for mastery)"],"newKC":256075} +Chaos dwarf range 151k XP/hr 0 0 0 0 79.2k 26.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","25.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 715, Pious: 893, Sharp: 179, 5% less materials for mastery)"],"newKC":179267} +Chaos dwarf range 151k XP/hr 0 0 0 0 79.2k 26.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","25.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 715, Pious: 893, Sharp: 179, 5% less materials for mastery)"],"newKC":179267} +Chaos Elemental atk-str-def 343k XP/hr 57k 57k 57k 0 0 56.9k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","2500x bonus kills from Ori","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining.","4.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 130, Pious: 162, Sharp: 33, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":9999} +Chaos Elemental atk-str-def 342k XP/hr 57k 57k 57k 0 0 56.8k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","2499x bonus kills from Ori","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining.","4.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 126, Pious: 157, Sharp: 32, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":9996} +Chaos Elemental atk-str-def 341k XP/hr 57k 57k 57k 0 0 56.8k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","2499x bonus kills from Ori","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining.","4.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 126, Pious: 157, Sharp: 32, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":9996} +Chaos Elemental mage-def 342k XP/hr 0 0 85.5k 85.5k 0 56.9k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.35% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","2500x bonus kills from Ori","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining.","4.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 126, Pious: 157, Sharp: 32, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":9999} +Chaos Elemental mage-def 340k XP/hr 0 0 85.5k 85.5k 0 56.8k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","2499x bonus kills from Ori","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining.","4.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 126, Pious: 157, Sharp: 32, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":9996} +Chaos Elemental mage-def 343k XP/hr 0 0 85.5k 85.5k 0 56.8k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","2499x bonus kills from Ori","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining.","4.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 130, Pious: 162, Sharp: 33, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":9995} +Chaos Elemental mage 342k XP/hr 0 0 0 171k 0 56.9k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","2500x bonus kills from Ori","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining.","4.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 126, Pious: 157, Sharp: 32, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":9999} +Chaos Elemental mage 340k XP/hr 0 0 0 171k 0 56.9k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","2500x bonus kills from Ori","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining.","4.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 126, Pious: 157, Sharp: 32, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":9999} +Chaos Elemental mage 339k XP/hr 0 0 0 171k 0 56.8k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.36% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","2500x bonus kills from Ori","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining.","4.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 122, Pious: 152, Sharp: 31, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":9997} +Chaos Elemental range-def 342k XP/hr 0 0 85.5k 0 85.5k 56.9k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.35% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","2500x bonus kills from Ori","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining.","4.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 130, Pious: 162, Sharp: 33, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":9999} +Chaos Elemental range-def 341k XP/hr 0 0 85.5k 0 85.5k 56.8k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","2500x bonus kills from Ori","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining.","4.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 126, Pious: 157, Sharp: 32, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":9997} +Chaos Elemental range-def 343k XP/hr 0 0 85.5k 0 85.5k 56.8k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","2500x bonus kills from Ori","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining.","4.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 130, Pious: 162, Sharp: 33, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9997} +Chaos Elemental range 344k XP/hr 0 0 0 0 171k 56.9k 42.8k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","4.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 130, Pious: 162, Sharp: 33, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Chaos Elemental range 342k XP/hr 0 0 0 0 171k 56.8k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","2500x bonus kills from Ori","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining.","4.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 130, Pious: 162, Sharp: 33, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":9997} +Chaos Elemental range 342k XP/hr 0 0 0 0 171k 56.8k 42.7k 300.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,300.6/hr Shark Cost/hr {"duration":226311400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 17.8k Hellfire arrow, 18.9k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","2500x bonus kills from Ori","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining.","4.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 130, Pious: 162, Sharp: 33, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":9997} +Chaos Fanatic atk-str-def 361k XP/hr 70k 70k 70k 0 0 69.8k 52.5k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Chaos Fanatic atk-str-def 361k XP/hr 69.9k 69.9k 69.9k 0 0 69.8k 52.4k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.12% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","2500x bonus kills from Ori","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":9998} +Chaos Fanatic atk-str-def 361k XP/hr 69.9k 69.9k 69.9k 0 0 69.7k 52.4k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":9993,"messages":["You missed out on 7x kills because of pk encounters","2499x bonus kills from Ori","You killed 9993x of your 10000 remaining kills, you now have 7 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9993} +Chaos Fanatic mage-def 361k XP/hr 0 0 104.9k 104.9k 0 69.8k 52.5k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.12% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Chaos Fanatic mage-def 361k XP/hr 0 0 104.9k 104.9k 0 69.8k 52.4k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","2500x bonus kills from Ori","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9997} +Chaos Fanatic mage-def 361k XP/hr 0 0 104.9k 104.9k 0 69.7k 52.4k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","2499x bonus kills from Ori","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":9995} +Chaos Fanatic mage 361k XP/hr 0 0 0 209.8k 0 69.8k 52.4k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.12% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","2500x bonus kills from Ori","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":9997} +Chaos Fanatic mage 361k XP/hr 0 0 0 209.8k 0 69.8k 52.4k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","2500x bonus kills from Ori","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":9997} +Chaos Fanatic mage 361k XP/hr 0 0 0 209.8k 0 69.8k 52.4k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","2500x bonus kills from Ori","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9997} +Chaos Fanatic range-def 361k XP/hr 0 0 104.9k 0 104.9k 69.8k 52.5k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Chaos Fanatic range-def 361k XP/hr 0 0 104.9k 0 104.9k 69.8k 52.4k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","2500x bonus kills from Ori","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9998} +Chaos Fanatic range-def 361k XP/hr 0 0 104.9k 0 104.9k 69.7k 52.4k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","2499x bonus kills from Ori","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":9995} +Chaos Fanatic range 361k XP/hr 0 0 0 0 209.9k 69.8k 52.5k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Chaos Fanatic range 361k XP/hr 0 0 0 0 209.9k 69.8k 52.5k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Chaos Fanatic range 361k XP/hr 0 0 0 0 209.8k 69.8k 52.4k 307.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,307.8/hr Shark Cost/hr {"duration":173675600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.6k Hellfire arrow, 14.9k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","2500x bonus kills from Ori","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":9998} +Chaos Golem atk-str-def 190k XP/hr 47.5k 47.5k 47.5k 0 0 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1095 clues (Removed Metallic: 624, Treasured: 2,493,5% less materials for mastery)"],"newKC":209140} +Chaos Golem atk-str-def 190k XP/hr 47.5k 47.5k 47.5k 0 0 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1075 clues (Removed Metallic: 612, Treasured: 2,448,5% less materials for mastery)"],"newKC":209140} +Chaos Golem atk-str-def 190k XP/hr 47.5k 47.5k 47.5k 0 0 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1034 clues (Removed Metallic: 589, Treasured: 2,356,5% less materials for mastery)"],"newKC":209140} +Chaos Golem mage-def 190k XP/hr 0 0 71.2k 71.2k 0 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1019 clues (Removed Metallic: 580, Treasured: 2,318,5% less materials for mastery)"],"newKC":209140} +Chaos Golem mage-def 190k XP/hr 0 0 71.2k 71.2k 0 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1023 clues (Removed Metallic: 582, Treasured: 2,326,5% less materials for mastery)"],"newKC":209140} +Chaos Golem mage-def 190k XP/hr 0 0 71.2k 71.2k 0 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1009 clues (Removed Metallic: 574, Treasured: 2,296,5% less materials for mastery)"],"newKC":209140} +Chaos Golem mage 190k XP/hr 0 0 0 142.5k 0 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 995 clues (Removed Metallic: 567, Treasured: 2,265,5% less materials for mastery)"],"newKC":209140} +Chaos Golem mage 190k XP/hr 0 0 0 142.5k 0 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1045 clues (Removed Metallic: 595, Treasured: 2,379,5% less materials for mastery)"],"newKC":209140} +Chaos Golem mage 190k XP/hr 0 0 0 142.5k 0 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1041 clues (Removed Metallic: 593, Treasured: 2,372,5% less materials for mastery)"],"newKC":209140} +Chaos Golem range-def 190k XP/hr 0 0 71.2k 0 71.2k 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1105 clues (Removed Metallic: 629, Treasured: 2,516,5% less materials for mastery)"],"newKC":209140} +Chaos Golem range-def 190k XP/hr 0 0 71.2k 0 71.2k 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1115 clues (Removed Metallic: 635, Treasured: 2,539,5% less materials for mastery)"],"newKC":209140} +Chaos Golem range-def 190k XP/hr 0 0 71.2k 0 71.2k 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1007 clues (Removed Metallic: 574, Treasured: 2,296,5% less materials for mastery)"],"newKC":209140} +Chaos Golem range 190k XP/hr 0 0 0 0 142.5k 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1061 clues (Removed Metallic: 605, Treasured: 2,417,5% less materials for mastery)"],"newKC":209140} +Chaos Golem range 190k XP/hr 0 0 0 0 142.5k 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 981 clues (Removed Metallic: 559, Treasured: 2,235,5% less materials for mastery)"],"newKC":209140} +Chaos Golem range 190k XP/hr 0 0 0 0 142.5k 47.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1043 clues (Removed Metallic: 593, Treasured: 2,372,5% less materials for mastery)"],"newKC":209140} +Chicken atk-str-def 808k XP/hr 20.6k 20.6k 20.6k 0 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4745 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken atk-str-def 808k XP/hr 20.6k 20.6k 20.6k 0 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4638 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken atk-str-def 808k XP/hr 20.6k 20.6k 20.6k 0 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4726 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken mage-def 808k XP/hr 0 0 31k 31k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4814 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken mage-def 808k XP/hr 0 0 31k 31k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4787 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken mage-def 808k XP/hr 0 0 31k 31k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4808 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken mage 808k XP/hr 0 0 0 61.9k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4726 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken mage 808k XP/hr 0 0 0 61.9k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4709 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken mage 808k XP/hr 0 0 0 61.9k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4694 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken range-def 808k XP/hr 0 0 31k 0 31k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4744 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken range-def 808k XP/hr 0 0 31k 0 31k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4739 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken range-def 808k XP/hr 0 0 31k 0 31k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4789 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken range 808k XP/hr 0 0 0 0 61.9k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4717 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken range 808k XP/hr 0 0 0 0 61.9k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4709 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Chicken range 808k XP/hr 0 0 0 0 61.9k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4700 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":2849604} +Cockatrice atk-str-def 392k XP/hr 50.6k 50.6k 50.6k 0 0 50.5k 48.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","You slayed 116x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Cockatrice atk-str-def 394k XP/hr 50.7k 50.7k 50.7k 0 0 50.6k 49.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 130x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Cockatrice atk-str-def 397k XP/hr 50.9k 50.9k 50.9k 0 0 50.8k 52k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2462x bonus kills from Ori","You slayed 154x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Cockatrice mage-def 393k XP/hr 0 0 76k 76k 0 50.5k 49.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Cockatrice mage-def 394k XP/hr 0 0 76.1k 76.1k 0 50.6k 50.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Cockatrice mage-def 396k XP/hr 0 0 76.3k 76.3k 0 50.7k 51.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2463x bonus kills from Ori","You slayed 148x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Cockatrice mage 391k XP/hr 0 0 0 151.6k 0 50.4k 47.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2473x bonus kills from Ori","You slayed 108x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Cockatrice mage 394k XP/hr 0 0 0 152.2k 0 50.6k 49.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Cockatrice mage 395k XP/hr 0 0 0 152.4k 0 50.7k 51k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Cockatrice range-def 395k XP/hr 0 0 76.1k 0 76.1k 50.6k 50.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Cockatrice range-def 392k XP/hr 0 0 75.9k 0 75.9k 50.5k 48.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 114x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Cockatrice range-def 396k XP/hr 0 0 76.2k 0 76.2k 50.7k 51.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 146x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Cockatrice range 391k XP/hr 0 0 0 0 151.7k 50.4k 48k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 112x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Cockatrice range 392k XP/hr 0 0 0 0 151.8k 50.5k 48.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","You slayed 116x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Cockatrice range 395k XP/hr 0 0 0 0 152.3k 50.7k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 140x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Cockroach soldier atk-str-def 57k XP/hr 14.2k 14.2k 14.2k 0 0 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier atk-str-def 57k XP/hr 14.2k 14.2k 14.2k 0 0 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier atk-str-def 57k XP/hr 14.2k 14.2k 14.2k 0 0 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier mage-def 57k XP/hr 0 0 21.3k 21.3k 0 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier mage-def 57k XP/hr 0 0 21.3k 21.3k 0 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier mage-def 57k XP/hr 0 0 21.3k 21.3k 0 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier mage 57k XP/hr 0 0 0 42.7k 0 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier mage 57k XP/hr 0 0 0 42.7k 0 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier mage 57k XP/hr 0 0 0 42.7k 0 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier range-def 57k XP/hr 0 0 21.3k 0 21.3k 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier range-def 57k XP/hr 0 0 21.3k 0 21.3k 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier range-def 57k XP/hr 0 0 21.3k 0 21.3k 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier range 57k XP/hr 0 0 0 0 42.7k 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier range 57k XP/hr 0 0 0 0 42.7k 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Cockroach soldier range 57k XP/hr 0 0 0 0 42.7k 14.2k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori"],"newKC":104575} +Commander Zilyana atk-str-def 284k XP/hr 58.8k 58.8k 58.8k 0 0 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 75 clues (Removed Metallic: 175, Treasured: 700,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana atk-str-def 284k XP/hr 58.8k 58.8k 58.8k 0 0 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 88 clues (Removed Metallic: 208, Treasured: 829,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana atk-str-def 284k XP/hr 58.8k 58.8k 58.8k 0 0 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 75 clues (Removed Metallic: 177, Treasured: 707,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana mage-def 284k XP/hr 0 0 88.2k 88.2k 0 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 89 clues (Removed Metallic: 206, Treasured: 821,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana mage-def 284k XP/hr 0 0 88.2k 88.2k 0 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 82 clues (Removed Metallic: 192, Treasured: 768,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana mage-def 284k XP/hr 0 0 88.2k 88.2k 0 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 77 clues (Removed Metallic: 179, Treasured: 715,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana mage 284k XP/hr 0 0 0 176.4k 0 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 87 clues (Removed Metallic: 206, Treasured: 821,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana mage 284k XP/hr 0 0 0 176.4k 0 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 73 clues (Removed Metallic: 171, Treasured: 684,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana mage 284k XP/hr 0 0 0 176.4k 0 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Pet Mystery Box for completing your task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 68 clues (Removed Metallic: 158, Treasured: 631,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana range-def 284k XP/hr 0 0 88.2k 0 88.2k 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 86 clues (Removed Metallic: 204, Treasured: 814,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana range-def 284k XP/hr 0 0 88.2k 0 88.2k 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 67 clues (Removed Metallic: 156, Treasured: 624,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana range-def 284k XP/hr 0 0 88.2k 0 88.2k 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 84 clues (Removed Metallic: 194, Treasured: 776,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana range 284k XP/hr 0 0 0 0 176.4k 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 83 clues (Removed Metallic: 192, Treasured: 768,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana range 284k XP/hr 0 0 0 0 176.4k 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 74 clues (Removed Metallic: 175, Treasured: 700,5% less materials for mastery)"],"newKC":10000} +Commander Zilyana range 284k XP/hr 0 0 0 0 176.4k 58.7k 18.9k 7.3 Sharks/hr Loot/hr 7.3/hr Shark Cost/hr {"duration":668026800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 76 clues (Removed Metallic: 177, Treasured: 707,5% less materials for mastery)"],"newKC":10000} +Corporeal Beast atk-str-def 263k XP/hr 65.7k 65.7k 65.7k 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk-str-def 263k XP/hr 65.7k 65.7k 65.7k 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk-str-def 263k XP/hr 65.7k 65.7k 65.7k 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk 263k XP/hr 197.1k 0 0 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk 263k XP/hr 197.1k 0 0 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk 263k XP/hr 197.1k 0 0 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk 263k XP/hr 197.1k 0 0 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk 263k XP/hr 197.1k 0 0 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk 263k XP/hr 197.1k 0 0 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk 263k XP/hr 197.1k 0 0 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk 263k XP/hr 197.1k 0 0 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk 263k XP/hr 197.1k 0 0 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk 263k XP/hr 197.1k 0 0 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk 263k XP/hr 197.1k 0 0 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":8775} +Corporeal Beast atk 263k XP/hr 197.1k 0 0 0 0 65.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987080147,"quantity":8775,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","2% for Torva full helm","2% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":8775,"messages":["2194x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":8775} +Cow calf atk-str-def 450k XP/hr 20.9k 20.9k 20.9k 0 0 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5633 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf atk-str-def 450k XP/hr 20.9k 20.9k 20.9k 0 0 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5709 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf atk-str-def 450k XP/hr 20.9k 20.9k 20.9k 0 0 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5608 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf mage-def 450k XP/hr 0 0 31.3k 31.3k 0 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5622 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf mage-def 450k XP/hr 0 0 31.3k 31.3k 0 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5573 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf mage-def 450k XP/hr 0 0 31.3k 31.3k 0 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5588 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf mage 450k XP/hr 0 0 0 62.6k 0 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5613 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf mage 450k XP/hr 0 0 0 62.6k 0 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5669 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf mage 450k XP/hr 0 0 0 62.6k 0 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5617 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf range-def 450k XP/hr 0 0 31.3k 0 31.3k 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5600 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf range-def 450k XP/hr 0 0 31.3k 0 31.3k 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5645 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf range-def 450k XP/hr 0 0 31.3k 0 31.3k 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5571 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf range 450k XP/hr 0 0 0 0 62.6k 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5547 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf range 450k XP/hr 0 0 0 0 62.6k 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5616 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow calf range 450k XP/hr 0 0 0 0 62.6k 20.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987200000,"quantity":1440000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1440000,"messages":["360000x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5642 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1440000} +Cow atk-str-def 615k XP/hr 34.3k 34.3k 34.3k 0 0 34.2k 25.7k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":11187200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 4.1k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Cow atk-str-def 431k XP/hr 24k 24k 24k 0 0 24k 18k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Cow atk-str-def 431k XP/hr 24k 24k 24k 0 0 24k 18k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Cow mage-def 615k XP/hr 0 0 51.5k 51.5k 0 34.2k 25.7k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":11187200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 4.1k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Cow mage-def 431k XP/hr 0 0 36k 36k 0 24k 18k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Cow mage-def 431k XP/hr 0 0 36k 36k 0 24k 18k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 40 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Cow mage 615k XP/hr 0 0 0 103k 0 34.2k 25.7k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":11187200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 4.1k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Cow mage 431k XP/hr 0 0 0 72.1k 0 24k 18k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Cow mage 431k XP/hr 0 0 0 72.1k 0 24k 18k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Cow range-def 615k XP/hr 0 0 51.5k 0 51.5k 34.2k 25.7k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":11187200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 4.1k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Cow range-def 431k XP/hr 0 0 36k 0 36k 24k 18k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 45 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Cow range-def 431k XP/hr 0 0 36k 0 36k 24k 18k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Cow range 615k XP/hr 0 0 0 0 103k 34.2k 25.7k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":11187200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 4.1k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Cow range 431k XP/hr 0 0 0 0 72.1k 24k 18k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Cow range 431k XP/hr 0 0 0 0 72.1k 24k 18k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Crawling Hand atk-str-def 348k XP/hr 30.4k 30.4k 30.4k 0 0 30.3k 32.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 130x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand atk-str-def 349k XP/hr 30.5k 30.5k 30.5k 0 0 30.4k 33.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 140x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand atk-str-def 350k XP/hr 30.5k 30.5k 30.5k 0 0 30.4k 34.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2463x bonus kills from Ori","You slayed 150x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand mage-def 348k XP/hr 0 0 45.5k 45.5k 0 30.3k 32.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand mage-def 348k XP/hr 0 0 45.5k 45.5k 0 30.3k 32.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand mage-def 347k XP/hr 0 0 45.5k 45.5k 0 30.2k 32.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 122x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand mage 349k XP/hr 0 0 0 91.3k 0 30.3k 33.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand mage 348k XP/hr 0 0 0 91.1k 0 30.3k 32.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 128x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand mage 349k XP/hr 0 0 0 91.4k 0 30.4k 33.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 140x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand range-def 351k XP/hr 0 0 45.8k 0 45.8k 30.5k 34.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2462x bonus kills from Ori","You slayed 154x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand range-def 344k XP/hr 0 0 45.2k 0 45.2k 30k 29.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2477x bonus kills from Ori","You slayed 92x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand range-def 348k XP/hr 0 0 45.6k 0 45.6k 30.3k 33.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 134x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand range 346k XP/hr 0 0 0 0 90.7k 30.2k 31.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 112x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand range 353k XP/hr 0 0 0 0 92.2k 30.7k 37.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2455x bonus kills from Ori","You slayed 180x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crawling Hand range 347k XP/hr 0 0 0 0 91k 30.2k 32.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 122x superior monsters.","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Crazy Archaeologist atk-str-def 451k XP/hr 88.3k 88.3k 88.3k 0 0 88k 64.7k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9978,"messages":["You missed out on 22x kills because of pk encounters","2495x bonus kills from Ori","You killed 9978x of your 10000 remaining kills, you now have 22 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":9978} +Crazy Archaeologist atk-str-def 451k XP/hr 88.2k 88.2k 88.2k 0 0 88k 64.7k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.45% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9976,"messages":["You missed out on 24x kills because of pk encounters","2494x bonus kills from Ori","You killed 9976x of your 10000 remaining kills, you now have 24 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9976} +Crazy Archaeologist atk-str-def 450k XP/hr 88.2k 88.2k 88.2k 0 0 88k 64.7k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":14},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9972,"messages":["You missed out on 28x kills because of pk encounters","2493x bonus kills from Ori","You killed 9972x of your 10000 remaining kills, you now have 28 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9972} +Crazy Archaeologist mage-def 451k XP/hr 0 0 132.4k 132.4k 0 88k 64.7k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.45% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9976,"messages":["You missed out on 24x kills because of pk encounters","2494x bonus kills from Ori","You killed 9976x of your 10000 remaining kills, you now have 24 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":9976} +Crazy Archaeologist mage-def 450k XP/hr 0 0 132.2k 132.2k 0 87.9k 64.6k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":20},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.46% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9961,"messages":["You missed out on 39x kills because of pk encounters","2491x bonus kills from Ori","You killed 9961x of your 10000 remaining kills, you now have 39 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9961} +Crazy Archaeologist mage-def 451k XP/hr 0 0 132.4k 132.4k 0 88.1k 64.7k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":9},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.50% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9982,"messages":["You missed out on 18x kills because of pk encounters","2496x bonus kills from Ori","You killed 9982x of your 10000 remaining kills, you now have 18 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":9982} +Crazy Archaeologist mage 450k XP/hr 0 0 0 264.6k 0 88k 64.7k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":14},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9972,"messages":["You missed out on 28x kills because of pk encounters","2493x bonus kills from Ori","You killed 9972x of your 10000 remaining kills, you now have 28 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9972} +Crazy Archaeologist mage 450k XP/hr 0 0 0 264.4k 0 87.9k 64.6k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9965,"messages":["You missed out on 35x kills because of pk encounters","2492x bonus kills from Ori","You killed 9965x of your 10000 remaining kills, you now have 35 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9965} +Crazy Archaeologist mage 450k XP/hr 0 0 0 264.2k 0 87.8k 64.6k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":23},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.75% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9955,"messages":["You missed out on 45x kills because of pk encounters","2489x bonus kills from Ori","You killed 9955x of your 10000 remaining kills, you now have 45 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":9955} +Crazy Archaeologist range-def 451k XP/hr 0 0 132.4k 0 132.4k 88k 64.7k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.73% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9978,"messages":["You missed out on 22x kills because of pk encounters","2495x bonus kills from Ori","You killed 9978x of your 10000 remaining kills, you now have 22 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9978} +Crazy Archaeologist range-def 450k XP/hr 0 0 132.2k 0 132.2k 87.9k 64.7k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":17},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9967,"messages":["You missed out on 33x kills because of pk encounters","2492x bonus kills from Ori","You killed 9967x of your 10000 remaining kills, you now have 33 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":9967} +Crazy Archaeologist range-def 450k XP/hr 0 0 132.2k 0 132.2k 87.9k 64.6k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.52% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9965,"messages":["You missed out on 35x kills because of pk encounters","2492x bonus kills from Ori","You killed 9965x of your 10000 remaining kills, you now have 35 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":9965} +Crazy Archaeologist range 450k XP/hr 0 0 0 0 264.6k 88k 64.7k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":15},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.51% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9971,"messages":["You missed out on 29x kills because of pk encounters","2493x bonus kills from Ori","You killed 9971x of your 10000 remaining kills, you now have 29 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9971} +Crazy Archaeologist range 450k XP/hr 0 0 0 0 264.4k 87.9k 64.6k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9965,"messages":["You missed out on 35x kills because of pk encounters","2492x bonus kills from Ori","You killed 9965x of your 10000 remaining kills, you now have 35 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9965} +Crazy Archaeologist range 450k XP/hr 0 0 0 0 264.4k 87.9k 64.6k 350.3 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,350.3/hr Shark Cost/hr {"duration":152625200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.49% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12k Hellfire arrow, 14.9k Shark"]} {"quantity":9965,"messages":["You missed out on 35x kills because of pk encounters","2492x bonus kills from Ori","You killed 9965x of your 10000 remaining kills, you now have 35 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 806, Organic: 2,014, Plated: 1,209,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9965} +Crocodile atk-str-def 1.7m XP/hr 107.1k 107.1k 107.1k 0 0 106.8k 80.3k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":27793200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 30.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile atk-str-def 775k XP/hr 48.2k 48.2k 48.2k 0 0 48.1k 36.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile atk-str-def 775k XP/hr 48.2k 48.2k 48.2k 0 0 48.1k 36.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile mage-def 1.7m XP/hr 0 0 160.6k 160.6k 0 106.8k 80.3k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":27793200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 30.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile mage-def 775k XP/hr 0 0 72.3k 72.3k 0 48.1k 36.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile mage-def 775k XP/hr 0 0 72.3k 72.3k 0 48.1k 36.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile mage 1.7m XP/hr 0 0 0 321.2k 0 106.8k 80.3k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":27793200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 30.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile mage 775k XP/hr 0 0 0 144.6k 0 48.1k 36.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile mage 775k XP/hr 0 0 0 144.6k 0 48.1k 36.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile range-def 1.7m XP/hr 0 0 160.6k 0 160.6k 106.8k 80.3k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":27793200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 30.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile range-def 775k XP/hr 0 0 72.3k 0 72.3k 48.1k 36.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile range-def 775k XP/hr 0 0 72.3k 0 72.3k 48.1k 36.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile range 1.7m XP/hr 0 0 0 0 321.2k 106.8k 80.3k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":27793200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 30.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile range 775k XP/hr 0 0 0 0 144.6k 48.1k 36.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crocodile range 775k XP/hr 0 0 0 0 144.6k 48.1k 36.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","9.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 266, Pious: 333, Sharp: 67, 5% less materials for mastery)"],"newKC":10000} +Crypt rat atk-str-def 243k XP/hr 34.6k 34.6k 34.6k 0 0 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat atk-str-def 243k XP/hr 34.6k 34.6k 34.6k 0 0 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat atk-str-def 243k XP/hr 34.6k 34.6k 34.6k 0 0 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat mage-def 243k XP/hr 0 0 51.9k 51.9k 0 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat mage-def 243k XP/hr 0 0 51.9k 51.9k 0 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat mage-def 243k XP/hr 0 0 51.9k 51.9k 0 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat mage 243k XP/hr 0 0 0 103.8k 0 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat mage 243k XP/hr 0 0 0 103.8k 0 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat mage 243k XP/hr 0 0 0 103.8k 0 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat range-def 243k XP/hr 0 0 51.9k 0 51.9k 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat range-def 243k XP/hr 0 0 51.9k 0 51.9k 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat range-def 243k XP/hr 0 0 51.9k 0 51.9k 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat range 243k XP/hr 0 0 0 0 103.8k 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat range 243k XP/hr 0 0 0 0 103.8k 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Crypt rat range 243k XP/hr 0 0 0 0 103.8k 34.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Cyclops atk-str-def 247k XP/hr 23.8k 23.8k 23.8k 0 0 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 93 clues (Removed Metallic: 211, Treasured: 844,5% less materials for mastery)"],"newKC":179267} +Cyclops atk-str-def 247k XP/hr 23.8k 23.8k 23.8k 0 0 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 109 clues (Removed Metallic: 247, Treasured: 988,5% less materials for mastery)"],"newKC":179267} +Cyclops atk-str-def 247k XP/hr 23.8k 23.8k 23.8k 0 0 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 122 clues (Removed Metallic: 278, Treasured: 1,110,5% less materials for mastery)"],"newKC":179267} +Cyclops mage-def 247k XP/hr 0 0 35.7k 35.7k 0 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 112 clues (Removed Metallic: 255, Treasured: 1,019,5% less materials for mastery)"],"newKC":179267} +Cyclops mage-def 247k XP/hr 0 0 35.7k 35.7k 0 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 115 clues (Removed Metallic: 263, Treasured: 1,049,5% less materials for mastery)"],"newKC":179267} +Cyclops mage-def 247k XP/hr 0 0 35.7k 35.7k 0 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 116 clues (Removed Metallic: 265, Treasured: 1,057,5% less materials for mastery)"],"newKC":179267} +Cyclops mage 247k XP/hr 0 0 0 71.4k 0 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 84 clues (Removed Metallic: 190, Treasured: 760,5% less materials for mastery)"],"newKC":179267} +Cyclops mage 247k XP/hr 0 0 0 71.4k 0 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 97 clues (Removed Metallic: 221, Treasured: 882,5% less materials for mastery)"],"newKC":179267} +Cyclops mage 247k XP/hr 0 0 0 71.4k 0 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 101 clues (Removed Metallic: 230, Treasured: 920,5% less materials for mastery)"],"newKC":179267} +Cyclops range-def 247k XP/hr 0 0 35.7k 0 35.7k 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 115 clues (Removed Metallic: 263, Treasured: 1,049,5% less materials for mastery)"],"newKC":179267} +Cyclops range-def 247k XP/hr 0 0 35.7k 0 35.7k 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 106 clues (Removed Metallic: 242, Treasured: 966,5% less materials for mastery)"],"newKC":179267} +Cyclops range-def 247k XP/hr 0 0 35.7k 0 35.7k 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 105 clues (Removed Metallic: 240, Treasured: 958,5% less materials for mastery)"],"newKC":179267} +Cyclops range 247k XP/hr 0 0 0 0 71.4k 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 117 clues (Removed Metallic: 266, Treasured: 1,064,5% less materials for mastery)"],"newKC":179267} +Cyclops range 247k XP/hr 0 0 0 0 71.4k 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 104 clues (Removed Metallic: 236, Treasured: 943,5% less materials for mastery)"],"newKC":179267} +Cyclops range 247k XP/hr 0 0 0 0 71.4k 23.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 120 clues (Removed Metallic: 274, Treasured: 1,095,5% less materials for mastery)"],"newKC":179267} +Dagannoth fledgeling atk-str-def 383k XP/hr 75.8k 75.8k 75.8k 0 0 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling atk-str-def 383k XP/hr 75.8k 75.8k 75.8k 0 0 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling atk-str-def 383k XP/hr 75.8k 75.8k 75.8k 0 0 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling mage-def 383k XP/hr 0 0 113.7k 113.7k 0 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling mage-def 383k XP/hr 0 0 113.7k 113.7k 0 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling mage-def 383k XP/hr 0 0 113.7k 113.7k 0 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling mage 383k XP/hr 0 0 0 227.3k 0 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling mage 383k XP/hr 0 0 0 227.3k 0 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling mage 383k XP/hr 0 0 0 227.3k 0 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling range-def 383k XP/hr 0 0 113.7k 0 113.7k 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling range-def 383k XP/hr 0 0 113.7k 0 113.7k 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling range-def 383k XP/hr 0 0 113.7k 0 113.7k 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling range 383k XP/hr 0 0 0 0 227.3k 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling range 383k XP/hr 0 0 0 0 227.3k 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth fledgeling range 383k XP/hr 0 0 0 0 227.3k 75.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dagannoth Prime atk-str-def 832k XP/hr 61.2k 61.2k 61.2k 0 0 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 88 clues (Removed Metallic: 204, Treasured: 814,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime atk-str-def 832k XP/hr 61.2k 61.2k 61.2k 0 0 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 69 clues (Removed Metallic: 158, Treasured: 631,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime atk-str-def 832k XP/hr 61.2k 61.2k 61.2k 0 0 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 91 clues (Removed Metallic: 211, Treasured: 844,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime mage-def 832k XP/hr 0 0 91.8k 91.8k 0 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 74 clues (Removed Metallic: 171, Treasured: 684,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime mage-def 832k XP/hr 0 0 91.8k 91.8k 0 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 78 clues (Removed Metallic: 181, Treasured: 722,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime mage-def 832k XP/hr 0 0 91.8k 91.8k 0 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 88 clues (Removed Metallic: 202, Treasured: 806,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime mage 832k XP/hr 0 0 0 183.7k 0 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 77 clues (Removed Metallic: 179, Treasured: 715,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime mage 832k XP/hr 0 0 0 183.7k 0 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 74 clues (Removed Metallic: 170, Treasured: 677,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime mage 832k XP/hr 0 0 0 183.7k 0 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 67 clues (Removed Metallic: 154, Treasured: 616,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime range-def 832k XP/hr 0 0 91.8k 0 91.8k 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 82 clues (Removed Metallic: 189, Treasured: 753,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime range-def 832k XP/hr 0 0 91.8k 0 91.8k 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 64 clues (Removed Metallic: 147, Treasured: 586,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime range-def 832k XP/hr 0 0 91.8k 0 91.8k 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 62 clues (Removed Metallic: 143, Treasured: 570,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime range 832k XP/hr 0 0 0 0 183.7k 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 80 clues (Removed Metallic: 183, Treasured: 730,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime range 832k XP/hr 0 0 0 0 183.7k 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 70 clues (Removed Metallic: 160, Treasured: 639,5% less materials for mastery)"],"newKC":10000} +Dagannoth Prime range 832k XP/hr 0 0 0 0 183.7k 61.1k 46k 12.5 Sharks/hr Loot/hr 12.5/hr Shark Cost/hr {"duration":259886200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","39.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,110, Pious: 1,387, Sharp: 278, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 82 clues (Removed Metallic: 189, Treasured: 753,5% less materials for mastery)"],"newKC":10000} +Dagannoth Rex atk-str-def 588k XP/hr 45.8k 45.8k 45.8k 0 0 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 489 clues (Removed Metallic: 1,125, Treasured: 4,500,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex atk-str-def 588k XP/hr 45.8k 45.8k 45.8k 0 0 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 503 clues (Removed Metallic: 1,159, Treasured: 4,636,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex atk-str-def 588k XP/hr 45.8k 45.8k 45.8k 0 0 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 475 clues (Removed Metallic: 1,095, Treasured: 4,378,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex mage-def 588k XP/hr 0 0 68.8k 68.8k 0 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 454 clues (Removed Metallic: 1,049, Treasured: 4,196,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex mage-def 588k XP/hr 0 0 68.8k 68.8k 0 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 477 clues (Removed Metallic: 1,099, Treasured: 4,393,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex mage-def 588k XP/hr 0 0 68.8k 68.8k 0 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 477 clues (Removed Metallic: 1,099, Treasured: 4,393,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex mage 588k XP/hr 0 0 0 137.5k 0 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 490 clues (Removed Metallic: 1,129, Treasured: 4,515,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex mage 588k XP/hr 0 0 0 137.5k 0 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 479 clues (Removed Metallic: 1,102, Treasured: 4,408,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex mage 588k XP/hr 0 0 0 137.5k 0 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 474 clues (Removed Metallic: 1,095, Treasured: 4,378,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex range-def 588k XP/hr 0 0 68.8k 0 68.8k 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 448 clues (Removed Metallic: 1,032, Treasured: 4,127,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex range-def 588k XP/hr 0 0 68.8k 0 68.8k 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 485 clues (Removed Metallic: 1,118, Treasured: 4,469,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex range-def 588k XP/hr 0 0 68.8k 0 68.8k 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 479 clues (Removed Metallic: 1,104, Treasured: 4,416,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex range 588k XP/hr 0 0 0 0 137.5k 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 441 clues (Removed Metallic: 1,021, Treasured: 4,082,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex range 588k XP/hr 0 0 0 0 137.5k 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 499 clues (Removed Metallic: 1,150, Treasured: 4,598,5% less materials for mastery)"],"newKC":60984} +Dagannoth Rex range 588k XP/hr 0 0 0 0 137.5k 45.7k 0 28.0 Sharks/hr Loot/hr 28.0/hr Shark Cost/hr {"duration":2116792451,"quantity":60984,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 16.5k Shark"]} {"quantity":60984,"messages":["15246x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 519 clues (Removed Metallic: 1,196, Treasured: 4,781,5% less materials for mastery)"],"newKC":60984} +Dagannoth spawn atk-str-def 436k XP/hr 62.2k 62.2k 62.2k 0 0 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2474 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn atk-str-def 436k XP/hr 62.2k 62.2k 62.2k 0 0 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2433 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn atk-str-def 436k XP/hr 62.2k 62.2k 62.2k 0 0 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2427 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn mage-def 436k XP/hr 0 0 93.2k 93.2k 0 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2492 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn mage-def 436k XP/hr 0 0 93.2k 93.2k 0 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2515 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn mage-def 436k XP/hr 0 0 93.2k 93.2k 0 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2531 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn mage 436k XP/hr 0 0 0 186.5k 0 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2497 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn mage 436k XP/hr 0 0 0 186.5k 0 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2515 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn mage 436k XP/hr 0 0 0 186.5k 0 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2462 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn range-def 436k XP/hr 0 0 93.2k 0 93.2k 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2586 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn range-def 436k XP/hr 0 0 93.2k 0 93.2k 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2552 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn range-def 436k XP/hr 0 0 93.2k 0 93.2k 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2599 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn range 436k XP/hr 0 0 0 0 186.5k 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2503 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn range 436k XP/hr 0 0 0 0 186.5k 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2523 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth spawn range 436k XP/hr 0 0 0 0 186.5k 62k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199975,"quantity":735194,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":735194,"messages":["183799x bonus kills from Ori","103.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,934, Pious: 3,667, Sharp: 734, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2585 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":735194} +Dagannoth Supreme atk-str-def 546k XP/hr 35.3k 35.3k 35.3k 0 0 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 507 clues (Removed Metallic: 1,167, Treasured: 4,667,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme atk-str-def 546k XP/hr 35.3k 35.3k 35.3k 0 0 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 480 clues (Removed Metallic: 1,104, Treasured: 4,416,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme atk-str-def 546k XP/hr 35.3k 35.3k 35.3k 0 0 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 471 clues (Removed Metallic: 1,085, Treasured: 4,340,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme mage-def 546k XP/hr 0 0 52.9k 52.9k 0 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 460 clues (Removed Metallic: 1,059, Treasured: 4,234,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme mage-def 546k XP/hr 0 0 52.9k 52.9k 0 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 461 clues (Removed Metallic: 1,059, Treasured: 4,234,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme mage-def 546k XP/hr 0 0 52.9k 52.9k 0 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 449 clues (Removed Metallic: 1,038, Treasured: 4,150,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme mage 546k XP/hr 0 0 0 105.8k 0 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 463 clues (Removed Metallic: 1,064, Treasured: 4,256,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme mage 546k XP/hr 0 0 0 105.8k 0 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 457 clues (Removed Metallic: 1,051, Treasured: 4,203,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme mage 546k XP/hr 0 0 0 105.8k 0 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 505 clues (Removed Metallic: 1,165, Treasured: 4,659,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme range-def 546k XP/hr 0 0 52.9k 0 52.9k 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 490 clues (Removed Metallic: 1,129, Treasured: 4,515,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme range-def 546k XP/hr 0 0 52.9k 0 52.9k 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 465 clues (Removed Metallic: 1,066, Treasured: 4,264,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme range-def 546k XP/hr 0 0 52.9k 0 52.9k 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 471 clues (Removed Metallic: 1,085, Treasured: 4,340,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme range 546k XP/hr 0 0 0 0 105.8k 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 480 clues (Removed Metallic: 1,108, Treasured: 4,431,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme range 546k XP/hr 0 0 0 0 105.8k 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 480 clues (Removed Metallic: 1,108, Treasured: 4,431,5% less materials for mastery)"],"newKC":60967} +Dagannoth Supreme range 546k XP/hr 0 0 0 0 105.8k 35.2k 0 14.0 Sharks/hr Loot/hr 14.0/hr Shark Cost/hr {"duration":2116799847,"quantity":60967,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","6% for Dragon claws","2% for Torva platebody","2% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":60967,"messages":["15242x bonus kills from Ori","238.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 483 clues (Removed Metallic: 1,118, Treasured: 4,469,5% less materials for mastery)"],"newKC":60967} +Dagannoth atk-str-def 1.6m XP/hr 272.9k 272.9k 272.9k 0 0 272.3k 214.6k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":16707200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 18.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Dagannoth atk-str-def 724k XP/hr 122.8k 122.8k 122.8k 0 0 122.5k 96.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37122000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Dagannoth atk-str-def 724k XP/hr 122.8k 122.8k 122.8k 0 0 122.5k 96.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37122000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Dagannoth mage-def 1.6m XP/hr 0 0 409.4k 409.4k 0 272.3k 214.6k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":16707200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 18.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Dagannoth mage-def 724k XP/hr 0 0 184.3k 184.3k 0 122.5k 96.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37122000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Dagannoth mage-def 724k XP/hr 0 0 184.3k 184.3k 0 122.5k 96.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37122000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Dagannoth mage 1.6m XP/hr 0 0 0 818.8k 0 272.3k 214.6k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":16707200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 18.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Dagannoth mage 724k XP/hr 0 0 0 368.5k 0 122.5k 96.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37122000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Dagannoth mage 724k XP/hr 0 0 0 368.5k 0 122.5k 96.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37122000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Dagannoth range-def 1.6m XP/hr 0 0 409.4k 0 409.4k 272.3k 214.6k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":16707200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 18.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Dagannoth range-def 724k XP/hr 0 0 184.3k 0 184.3k 122.5k 96.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37122000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Dagannoth range-def 724k XP/hr 0 0 184.3k 0 184.3k 122.5k 96.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37122000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Dagannoth range 1.6m XP/hr 0 0 0 0 818.8k 272.3k 214.6k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":16707200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 18.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":10000} +Dagannoth range 724k XP/hr 0 0 0 0 368.5k 122.5k 96.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37122000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Dagannoth range 724k XP/hr 0 0 0 0 368.5k 122.5k 96.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37122000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","2% for Dragonbone necklace","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Dark Beast atk-str-def 852k XP/hr 129.6k 129.6k 129.6k 0 0 129.3k 130.4k 39.1 Sharks/hr Loot/hr 1224.5/hr Cannonball,39.1/hr Shark Cost/hr {"duration":82898200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 28.2k Cannonball, 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","You slayed 116x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Dark Beast atk-str-def 599k XP/hr 90.9k 90.9k 90.9k 0 0 90.6k 93.3k 27.4 Sharks/hr Loot/hr 27.4/hr Shark Cost/hr {"duration":118423200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 78, Treasured: 312,5% less materials for mastery)"],"newKC":10000} +Dark Beast atk-str-def 604k XP/hr 91.2k 91.2k 91.2k 0 0 90.9k 97.6k 27.4 Sharks/hr Loot/hr 27.4/hr Shark Cost/hr {"duration":118423200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2463x bonus kills from Ori","You slayed 148x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Dark Beast mage-def 844k XP/hr 0 0 193.8k 193.8k 0 128.9k 124.3k 39.1 Sharks/hr Loot/hr 1224.5/hr Cannonball,39.1/hr Shark Cost/hr {"duration":82898200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 28.2k Cannonball, 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2477x bonus kills from Ori","You slayed 94x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Dark Beast mage-def 601k XP/hr 0 0 136.4k 136.4k 0 90.7k 94.8k 27.4 Sharks/hr Loot/hr 27.4/hr Shark Cost/hr {"duration":118423200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 134x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Equippable mystery box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Dark Beast mage-def 599k XP/hr 0 0 136.3k 136.3k 0 90.6k 93.3k 27.4 Sharks/hr Loot/hr 27.4/hr Shark Cost/hr {"duration":118423200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Dark Beast mage 858k XP/hr 0 0 0 389.8k 0 129.6k 135.5k 39.1 Sharks/hr Loot/hr 1224.5/hr Cannonball,39.1/hr Shark Cost/hr {"duration":82898200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 28.2k Cannonball, 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 134x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Dark Beast mage 603k XP/hr 0 0 0 273.2k 0 90.9k 96.4k 27.4 Sharks/hr Loot/hr 27.4/hr Shark Cost/hr {"duration":118423200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 142x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Dark Beast mage 609k XP/hr 0 0 0 274.2k 0 91.2k 101.1k 27.4 Sharks/hr Loot/hr 27.4/hr Shark Cost/hr {"duration":118423200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2459x bonus kills from Ori","You slayed 166x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Dark Beast range-def 864k XP/hr 0 0 195.4k 0 195.4k 129.9k 140k 39.1 Sharks/hr Loot/hr 1224.5/hr Cannonball,39.1/hr Shark Cost/hr {"duration":82898200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 28.2k Cannonball, 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2463x bonus kills from Ori","You slayed 150x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Dark Beast range-def 605k XP/hr 0 0 136.8k 0 136.8k 91k 98.4k 27.4 Sharks/hr Loot/hr 27.4/hr Shark Cost/hr {"duration":118423200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2462x bonus kills from Ori","You slayed 152x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Dark Beast range-def 601k XP/hr 0 0 136.5k 0 136.5k 90.8k 95.2k 27.4 Sharks/hr Loot/hr 27.4/hr Shark Cost/hr {"duration":118423200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Dark Beast range 855k XP/hr 0 0 0 0 389.4k 129.5k 133.2k 39.1 Sharks/hr Loot/hr 1224.5/hr Cannonball,39.1/hr Shark Cost/hr {"duration":82898200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 28.2k Cannonball, 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Dark Beast range 601k XP/hr 0 0 0 0 272.9k 90.7k 94.8k 27.4 Sharks/hr Loot/hr 27.4/hr Shark Cost/hr {"duration":118423200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 134x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Dark Beast range 606k XP/hr 0 0 0 0 273.8k 91k 99.2k 27.4 Sharks/hr Loot/hr 27.4/hr Shark Cost/hr {"duration":118423200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 156x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":10000} +Dark warrior atk-str-def 861k XP/hr 78.6k 78.6k 78.6k 0 0 78.4k 59k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":10377600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 2x from being in multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior atk-str-def 603k XP/hr 55k 55k 55k 0 0 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior atk-str-def 603k XP/hr 55k 55k 55k 0 0 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior atk-str-def 861k XP/hr 78.6k 78.6k 78.6k 0 0 78.4k 59k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":10377600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior atk-str-def 603k XP/hr 55k 55k 55k 0 0 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior atk-str-def 603k XP/hr 55k 55k 55k 0 0 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior mage-def 861k XP/hr 0 0 117.9k 117.9k 0 78.4k 59k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":10377600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior mage-def 603k XP/hr 0 0 82.5k 82.5k 0 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior mage-def 603k XP/hr 0 0 82.5k 82.5k 0 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior mage-def 861k XP/hr 0 0 117.9k 117.9k 0 78.4k 59k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":10377600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior mage-def 603k XP/hr 0 0 82.5k 82.5k 0 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior mage-def 603k XP/hr 0 0 82.5k 82.5k 0 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior mage 861k XP/hr 0 0 0 235.9k 0 78.4k 59k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":10377600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior mage 603k XP/hr 0 0 0 165.1k 0 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior mage 603k XP/hr 0 0 0 165.1k 0 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior mage 861k XP/hr 0 0 0 235.9k 0 78.4k 59k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":10377600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior mage 603k XP/hr 0 0 0 165.1k 0 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior mage 603k XP/hr 0 0 0 165.1k 0 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.12% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior range-def 861k XP/hr 0 0 117.9k 0 117.9k 78.4k 59k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":10377600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior range-def 603k XP/hr 0 0 82.5k 0 82.5k 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior range-def 603k XP/hr 0 0 82.5k 0 82.5k 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior range-def 861k XP/hr 0 0 117.9k 0 117.9k 78.4k 59k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":10377600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior range-def 603k XP/hr 0 0 82.5k 0 82.5k 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior range-def 603k XP/hr 0 0 82.5k 0 82.5k 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior range 861k XP/hr 0 0 0 0 235.9k 78.4k 59k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":10377600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior range 603k XP/hr 0 0 0 0 165.1k 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior range 603k XP/hr 0 0 0 0 165.1k 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior range 861k XP/hr 0 0 0 0 235.9k 78.4k 59k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":10377600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior range 603k XP/hr 0 0 0 0 165.1k 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dark warrior range 603k XP/hr 0 0 0 0 165.1k 54.9k 41.3k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":14830400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Deadly red spider atk-str-def 379k XP/hr 94.7k 94.7k 94.7k 0 0 94.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":1987198315,"quantity":1120331,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 720k Cannonball, 166.2k Hellfire arrow"]} {"quantity":1120331,"messages":["280083x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 4279 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1120331} +Deadly red spider atk-str-def 265k XP/hr 66.3k 66.3k 66.3k 0 0 66.1k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198162,"quantity":784313,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":784313,"messages":["196079x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3001 clues (Removed Metallic: 1,710, Treasured: 6,840,5% less materials for mastery)"],"newKC":784313} +Deadly red spider atk-str-def 265k XP/hr 66.3k 66.3k 66.3k 0 0 66.1k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198162,"quantity":784313,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":784313,"messages":["196079x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3016 clues (Removed Metallic: 1,718, Treasured: 6,871,5% less materials for mastery)"],"newKC":784313} +Deadly red spider atk-str-def 126k XP/hr 31.6k 31.6k 31.6k 0 0 31.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987194768,"quantity":373443,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":373443,"messages":["93361x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1495 clues (Removed Metallic: 852, Treasured: 3,405,5% less materials for mastery)"],"newKC":373443} +Deadly red spider atk-str-def 88k XP/hr 22.1k 22.1k 22.1k 0 0 22k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 997 clues (Removed Metallic: 569, Treasured: 2,273,5% less materials for mastery)"],"newKC":261437} +Deadly red spider atk-str-def 88k XP/hr 22.1k 22.1k 22.1k 0 0 22k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1008 clues (Removed Metallic: 574, Treasured: 2,296,5% less materials for mastery)"],"newKC":261437} +Deadly red spider mage-def 379k XP/hr 0 0 142.1k 142.1k 0 94.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":1987198315,"quantity":1120331,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 720k Cannonball, 166.2k Hellfire arrow"]} {"quantity":1120331,"messages":["280083x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 4386 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1120331} +Deadly red spider mage-def 265k XP/hr 0 0 99.5k 99.5k 0 66.1k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198162,"quantity":784313,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":784313,"messages":["196079x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3074 clues (Removed Metallic: 1,752, Treasured: 7,008,5% less materials for mastery)"],"newKC":784313} +Deadly red spider mage-def 265k XP/hr 0 0 99.5k 99.5k 0 66.1k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198162,"quantity":784313,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":784313,"messages":["196079x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3100 clues (Removed Metallic: 1,767, Treasured: 7,068,5% less materials for mastery)"],"newKC":784313} +Deadly red spider mage-def 126k XP/hr 0 0 47.4k 47.4k 0 31.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987194768,"quantity":373443,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":373443,"messages":["93361x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1510 clues (Removed Metallic: 861, Treasured: 3,443,5% less materials for mastery)"],"newKC":373443} +Deadly red spider mage-def 88k XP/hr 0 0 33.2k 33.2k 0 22k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1008 clues (Removed Metallic: 574, Treasured: 2,296,5% less materials for mastery)"],"newKC":261437} +Deadly red spider mage-def 88k XP/hr 0 0 33.2k 33.2k 0 22k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1031 clues (Removed Metallic: 588, Treasured: 2,349,5% less materials for mastery)"],"newKC":261437} +Deadly red spider mage 379k XP/hr 0 0 0 284.1k 0 94.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":1987198315,"quantity":1120331,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 720k Cannonball, 166.2k Hellfire arrow"]} {"quantity":1120331,"messages":["280083x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 4309 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1120331} +Deadly red spider mage 265k XP/hr 0 0 0 198.9k 0 66.1k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198162,"quantity":784313,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":784313,"messages":["196079x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3118 clues (Removed Metallic: 1,777, Treasured: 7,106,5% less materials for mastery)"],"newKC":784313} +Deadly red spider mage 265k XP/hr 0 0 0 198.9k 0 66.1k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198162,"quantity":784313,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":784313,"messages":["196079x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3034 clues (Removed Metallic: 1,729, Treasured: 6,916,5% less materials for mastery)"],"newKC":784313} +Deadly red spider mage 126k XP/hr 0 0 0 94.7k 0 31.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987194768,"quantity":373443,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":373443,"messages":["93361x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1438 clues (Removed Metallic: 819, Treasured: 3,276,5% less materials for mastery)"],"newKC":373443} +Deadly red spider mage 88k XP/hr 0 0 0 66.3k 0 22k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 997 clues (Removed Metallic: 569, Treasured: 2,273,5% less materials for mastery)"],"newKC":261437} +Deadly red spider mage 88k XP/hr 0 0 0 66.3k 0 22k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1069 clues (Removed Metallic: 608, Treasured: 2,432,5% less materials for mastery)"],"newKC":261437} +Deadly red spider range-def 379k XP/hr 0 0 142.1k 0 142.1k 94.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":1987198315,"quantity":1120331,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 720k Cannonball, 166.2k Hellfire arrow"]} {"quantity":1120331,"messages":["280083x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 4339 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1120331} +Deadly red spider range-def 265k XP/hr 0 0 99.5k 0 99.5k 66.1k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198162,"quantity":784313,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":784313,"messages":["196079x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3098 clues (Removed Metallic: 1,766, Treasured: 7,061,5% less materials for mastery)"],"newKC":784313} +Deadly red spider range-def 265k XP/hr 0 0 99.5k 0 99.5k 66.1k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198162,"quantity":784313,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":784313,"messages":["196079x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2971 clues (Removed Metallic: 1,693, Treasured: 6,772,5% less materials for mastery)"],"newKC":784313} +Deadly red spider range-def 126k XP/hr 0 0 47.4k 0 47.4k 31.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987194768,"quantity":373443,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":373443,"messages":["93361x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1457 clues (Removed Metallic: 831, Treasured: 3,322,5% less materials for mastery)"],"newKC":373443} +Deadly red spider range-def 88k XP/hr 0 0 33.2k 0 33.2k 22k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 989 clues (Removed Metallic: 563, Treasured: 2,250,5% less materials for mastery)"],"newKC":261437} +Deadly red spider range-def 88k XP/hr 0 0 33.2k 0 33.2k 22k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1052 clues (Removed Metallic: 599, Treasured: 2,394,5% less materials for mastery)"],"newKC":261437} +Deadly red spider range 379k XP/hr 0 0 0 0 284.1k 94.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":1987198315,"quantity":1120331,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 720k Cannonball, 166.2k Hellfire arrow"]} {"quantity":1120331,"messages":["280083x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 4316 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1120331} +Deadly red spider range 265k XP/hr 0 0 0 0 198.9k 66.1k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198162,"quantity":784313,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":784313,"messages":["196079x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3012 clues (Removed Metallic: 1,716, Treasured: 6,863,5% less materials for mastery)"],"newKC":784313} +Deadly red spider range 265k XP/hr 0 0 0 0 198.9k 66.1k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198162,"quantity":784313,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":784313,"messages":["196079x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3152 clues (Removed Metallic: 1,796, Treasured: 7,182,5% less materials for mastery)"],"newKC":784313} +Deadly red spider range 126k XP/hr 0 0 0 0 94.7k 31.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987194768,"quantity":373443,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":373443,"messages":["93361x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1442 clues (Removed Metallic: 821, Treasured: 3,284,5% less materials for mastery)"],"newKC":373443} +Deadly red spider range 88k XP/hr 0 0 0 0 66.3k 22k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1067 clues (Removed Metallic: 608, Treasured: 2,432,5% less materials for mastery)"],"newKC":261437} +Deadly red spider range 88k XP/hr 0 0 0 0 66.3k 22k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1011 clues (Removed Metallic: 576, Treasured: 2,303,5% less materials for mastery)"],"newKC":261437} +Death wing atk-str-def 121k XP/hr 30.3k 30.3k 30.3k 0 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 622 clues (Removed Metallic: 354, Treasured: 1,414,5% less materials for mastery)"],"newKC":156862} +Death wing atk-str-def 121k XP/hr 30.3k 30.3k 30.3k 0 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 627 clues (Removed Metallic: 358, Treasured: 1,429,5% less materials for mastery)"],"newKC":156862} +Death wing atk-str-def 121k XP/hr 30.3k 30.3k 30.3k 0 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 608 clues (Removed Metallic: 346, Treasured: 1,384,5% less materials for mastery)"],"newKC":156862} +Death wing mage-def 121k XP/hr 0 0 45.5k 45.5k 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 616 clues (Removed Metallic: 350, Treasured: 1,399,5% less materials for mastery)"],"newKC":156862} +Death wing mage-def 121k XP/hr 0 0 45.5k 45.5k 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 587 clues (Removed Metallic: 335, Treasured: 1,338,5% less materials for mastery)"],"newKC":156862} +Death wing mage-def 121k XP/hr 0 0 45.5k 45.5k 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 600 clues (Removed Metallic: 342, Treasured: 1,368,5% less materials for mastery)"],"newKC":156862} +Death wing mage 121k XP/hr 0 0 0 90.9k 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 638 clues (Removed Metallic: 363, Treasured: 1,452,5% less materials for mastery)"],"newKC":156862} +Death wing mage 121k XP/hr 0 0 0 90.9k 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 655 clues (Removed Metallic: 373, Treasured: 1,490,5% less materials for mastery)"],"newKC":156862} +Death wing mage 121k XP/hr 0 0 0 90.9k 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 667 clues (Removed Metallic: 380, Treasured: 1,520,5% less materials for mastery)"],"newKC":156862} +Death wing range-def 121k XP/hr 0 0 45.5k 0 45.5k 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 574 clues (Removed Metallic: 327, Treasured: 1,308,5% less materials for mastery)"],"newKC":156862} +Death wing range-def 121k XP/hr 0 0 45.5k 0 45.5k 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 612 clues (Removed Metallic: 348, Treasured: 1,391,5% less materials for mastery)"],"newKC":156862} +Death wing range-def 121k XP/hr 0 0 45.5k 0 45.5k 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 580 clues (Removed Metallic: 331, Treasured: 1,323,5% less materials for mastery)"],"newKC":156862} +Death wing range 121k XP/hr 0 0 0 0 90.9k 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 605 clues (Removed Metallic: 344, Treasured: 1,376,5% less materials for mastery)"],"newKC":156862} +Death wing range 121k XP/hr 0 0 0 0 90.9k 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 596 clues (Removed Metallic: 339, Treasured: 1,353,5% less materials for mastery)"],"newKC":156862} +Death wing range 121k XP/hr 0 0 0 0 90.9k 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987190561,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 632 clues (Removed Metallic: 360, Treasured: 1,437,5% less materials for mastery)"],"newKC":156862} +Demonic Gorilla atk-str-def 255k XP/hr 61.4k 61.4k 61.4k 0 0 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 269 clues (Removed Metallic: 629, Treasured: 2,516,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla atk-str-def 255k XP/hr 61.4k 61.4k 61.4k 0 0 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 254 clues (Removed Metallic: 599, Treasured: 2,394,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla atk-str-def 255k XP/hr 61.4k 61.4k 61.4k 0 0 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 258 clues (Removed Metallic: 607, Treasured: 2,425,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla mage-def 255k XP/hr 0 0 92.2k 92.2k 0 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 276 clues (Removed Metallic: 652, Treasured: 2,607,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla mage-def 255k XP/hr 0 0 92.2k 92.2k 0 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 285 clues (Removed Metallic: 675, Treasured: 2,698,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla mage-def 255k XP/hr 0 0 92.2k 92.2k 0 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 247 clues (Removed Metallic: 578, Treasured: 2,311,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla mage 255k XP/hr 0 0 0 184.3k 0 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 237 clues (Removed Metallic: 563, Treasured: 2,250,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla mage 255k XP/hr 0 0 0 184.3k 0 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 277 clues (Removed Metallic: 654, Treasured: 2,615,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla mage 255k XP/hr 0 0 0 184.3k 0 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 237 clues (Removed Metallic: 559, Treasured: 2,235,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla range-def 255k XP/hr 0 0 92.2k 0 92.2k 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 239 clues (Removed Metallic: 559, Treasured: 2,235,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla range-def 255k XP/hr 0 0 92.2k 0 92.2k 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 264 clues (Removed Metallic: 622, Treasured: 2,486,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla range-def 255k XP/hr 0 0 92.2k 0 92.2k 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 298 clues (Removed Metallic: 705, Treasured: 2,820,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla range 255k XP/hr 0 0 0 0 184.3k 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 229 clues (Removed Metallic: 536, Treasured: 2,144,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla range 255k XP/hr 0 0 0 0 184.3k 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 263 clues (Removed Metallic: 620, Treasured: 2,478,5% less materials for mastery)"],"newKC":71301} +Demonic Gorilla range 255k XP/hr 0 0 0 0 184.3k 61.3k 0 27.3 Sharks/hr Loot/hr 27.3/hr Shark Cost/hr {"duration":2116792645,"quantity":71301,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 16k Shark"]} {"quantity":71301,"messages":["17826x bonus kills from Ori","5793255 Prayer XP from purifying 89127x Malicious ashes using the Ash Sanctifier (910873 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 228 clues (Removed Metallic: 536, Treasured: 2,144,5% less materials for mastery)"],"newKC":71301} +Deranged Archaeologist atk-str-def 238k XP/hr 52.7k 52.7k 52.7k 0 0 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 143 clues (Removed Metallic: 407, Treasured: 1,627,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist atk-str-def 238k XP/hr 52.7k 52.7k 52.7k 0 0 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 151 clues (Removed Metallic: 430, Treasured: 1,718,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist atk-str-def 238k XP/hr 52.7k 52.7k 52.7k 0 0 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 128 clues (Removed Metallic: 365, Treasured: 1,460,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist mage-def 238k XP/hr 0 0 79k 79k 0 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 122 clues (Removed Metallic: 348, Treasured: 1,391,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist mage-def 238k XP/hr 0 0 79k 79k 0 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 141 clues (Removed Metallic: 401, Treasured: 1,604,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist mage-def 238k XP/hr 0 0 79k 79k 0 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 152 clues (Removed Metallic: 434, Treasured: 1,733,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist mage 238k XP/hr 0 0 0 158.1k 0 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 137 clues (Removed Metallic: 390, Treasured: 1,558,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist mage 238k XP/hr 0 0 0 158.1k 0 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 156 clues (Removed Metallic: 445, Treasured: 1,779,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist mage 238k XP/hr 0 0 0 158.1k 0 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 142 clues (Removed Metallic: 405, Treasured: 1,619,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist range-def 238k XP/hr 0 0 79k 0 79k 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 159 clues (Removed Metallic: 453, Treasured: 1,809,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist range-def 238k XP/hr 0 0 79k 0 79k 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 157 clues (Removed Metallic: 447, Treasured: 1,786,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist range-def 238k XP/hr 0 0 79k 0 79k 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 146 clues (Removed Metallic: 417, Treasured: 1,665,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist range 238k XP/hr 0 0 0 0 158.1k 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 142 clues (Removed Metallic: 405, Treasured: 1,619,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist range 238k XP/hr 0 0 0 0 158.1k 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 144 clues (Removed Metallic: 411, Treasured: 1,642,5% less materials for mastery)"],"newKC":116191} +Deranged Archaeologist range 238k XP/hr 0 0 0 0 158.1k 52.6k 0 17.8 Sharks/hr Loot/hr 17.8/hr Shark Cost/hr {"duration":2116790877,"quantity":116191,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Occult necklace","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Shark"]} {"quantity":116191,"messages":["29048x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 158 clues (Removed Metallic: 451, Treasured: 1,802,5% less materials for mastery)"],"newKC":116191} +Desert Lizard atk-str-def 290k XP/hr 35.3k 35.3k 35.3k 0 0 35.2k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Desert Lizard atk-str-def 203k XP/hr 24.7k 24.7k 24.7k 0 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Lizard atk-str-def 203k XP/hr 24.7k 24.7k 24.7k 0 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Lizard mage-def 290k XP/hr 0 0 53k 53k 0 35.2k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Desert Lizard mage-def 203k XP/hr 0 0 37.1k 37.1k 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Lizard mage-def 203k XP/hr 0 0 37.1k 37.1k 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Lizard mage 290k XP/hr 0 0 0 105.9k 0 35.2k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Desert Lizard mage 203k XP/hr 0 0 0 74.1k 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Lizard mage 203k XP/hr 0 0 0 74.1k 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Lizard range-def 290k XP/hr 0 0 53k 0 53k 35.2k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Desert Lizard range-def 203k XP/hr 0 0 37.1k 0 37.1k 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Lizard range-def 203k XP/hr 0 0 37.1k 0 37.1k 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Lizard range 290k XP/hr 0 0 0 0 105.9k 35.2k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Desert Lizard range 203k XP/hr 0 0 0 0 74.1k 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Lizard range 203k XP/hr 0 0 0 0 74.1k 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Wolf atk-str-def 341k XP/hr 48k 48k 48k 0 0 47.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Desert Wolf atk-str-def 239k XP/hr 33.6k 33.6k 33.6k 0 0 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Wolf atk-str-def 239k XP/hr 33.6k 33.6k 33.6k 0 0 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Wolf mage-def 341k XP/hr 0 0 72k 72k 0 47.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Desert Wolf mage-def 239k XP/hr 0 0 50.4k 50.4k 0 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Wolf mage-def 239k XP/hr 0 0 50.4k 50.4k 0 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Wolf mage 341k XP/hr 0 0 0 144k 0 47.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Desert Wolf mage 239k XP/hr 0 0 0 100.8k 0 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Wolf mage 239k XP/hr 0 0 0 100.8k 0 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Wolf range-def 341k XP/hr 0 0 72k 0 72k 47.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Desert Wolf range-def 239k XP/hr 0 0 50.4k 0 50.4k 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Wolf range-def 239k XP/hr 0 0 50.4k 0 50.4k 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Wolf range 341k XP/hr 0 0 0 0 144k 47.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Desert Wolf range 239k XP/hr 0 0 0 0 100.8k 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Desert Wolf range 239k XP/hr 0 0 0 0 100.8k 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Deviant Spectre atk-str-def 300k XP/hr 75.1k 75.1k 75.1k 0 0 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 430 clues (Removed Metallic: 981, Treasured: 3,922,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre atk-str-def 300k XP/hr 75.1k 75.1k 75.1k 0 0 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 426 clues (Removed Metallic: 971, Treasured: 3,884,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre atk-str-def 300k XP/hr 75.1k 75.1k 75.1k 0 0 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 403 clues (Removed Metallic: 918, Treasured: 3,671,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre mage-def 300k XP/hr 0 0 112.6k 112.6k 0 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 412 clues (Removed Metallic: 939, Treasured: 3,755,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre mage-def 300k XP/hr 0 0 112.6k 112.6k 0 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 424 clues (Removed Metallic: 966, Treasured: 3,861,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre mage-def 300k XP/hr 0 0 112.6k 112.6k 0 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 409 clues (Removed Metallic: 931, Treasured: 3,724,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre mage 300k XP/hr 0 0 0 225.3k 0 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 412 clues (Removed Metallic: 939, Treasured: 3,755,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre mage 300k XP/hr 0 0 0 225.3k 0 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 428 clues (Removed Metallic: 975, Treasured: 3,899,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre mage 300k XP/hr 0 0 0 225.3k 0 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 427 clues (Removed Metallic: 973, Treasured: 3,892,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre range-def 300k XP/hr 0 0 112.6k 0 112.6k 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 414 clues (Removed Metallic: 943, Treasured: 3,770,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre range-def 300k XP/hr 0 0 112.6k 0 112.6k 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 393 clues (Removed Metallic: 895, Treasured: 3,580,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre range-def 300k XP/hr 0 0 112.6k 0 112.6k 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 415 clues (Removed Metallic: 947, Treasured: 3,785,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre range 300k XP/hr 0 0 0 0 225.3k 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 401 clues (Removed Metallic: 914, Treasured: 3,656,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre range 300k XP/hr 0 0 0 0 225.3k 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 439 clues (Removed Metallic: 1,000, Treasured: 3,998,5% less materials for mastery)"],"newKC":174291} +Deviant Spectre range 300k XP/hr 0 0 0 0 225.3k 74.9k 0 13.3 Sharks/hr Loot/hr 13.3/hr Shark Cost/hr {"duration":2116788596,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 7.8k Shark"]} {"quantity":174291,"messages":["43573x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 422 clues (Removed Metallic: 962, Treasured: 3,846,5% less materials for mastery)"],"newKC":174291} +Drake atk-str-def 2m XP/hr 159.6k 159.6k 159.6k 0 0 159.3k 169.4k 42.2 Sharks/hr Loot/hr 1224.5/hr Cannonball,42.2/hr Shark Cost/hr {"duration":76724200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 26.1k Cannonball, 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Drake atk-str-def 1.4m XP/hr 111.5k 111.5k 111.5k 0 0 111.2k 115.3k 29.6 Sharks/hr Loot/hr 29.6/hr Shark Cost/hr {"duration":109603200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 122x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Drake atk-str-def 1.4m XP/hr 112.4k 112.4k 112.4k 0 0 112.1k 127.6k 29.6 Sharks/hr Loot/hr 29.6/hr Shark Cost/hr {"duration":109603200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2457x bonus kills from Ori","You slayed 174x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Drake mage-def 1.7m XP/hr 0 0 203.5k 203.5k 0 135.4k 144k 35.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,35.9/hr Shark Cost/hr {"duration":90267800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 30.7k Cannonball, 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Drake mage-def 1.2m XP/hr 0 0 142.2k 142.2k 0 94.6k 98k 25.1 Sharks/hr Loot/hr 25.1/hr Shark Cost/hr {"duration":128948400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 122x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Drake mage-def 1.2m XP/hr 0 0 142.1k 142.1k 0 94.5k 97.2k 25.1 Sharks/hr Loot/hr 25.1/hr Shark Cost/hr {"duration":128948400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","You slayed 118x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Drake mage 1.7m XP/hr 0 0 0 405.1k 0 134.7k 134.7k 35.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,35.9/hr Shark Cost/hr {"duration":90267800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 30.7k Cannonball, 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2474x bonus kills from Ori","You slayed 104x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Drake mage 1.2m XP/hr 0 0 0 284.8k 0 94.7k 100k 25.1 Sharks/hr Loot/hr 25.1/hr Shark Cost/hr {"duration":128948400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Drake mage 1.2m XP/hr 0 0 0 284.7k 0 94.7k 99.6k 25.1 Sharks/hr Loot/hr 25.1/hr Shark Cost/hr {"duration":128948400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 130x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Clothing Mystery Box for completing your task.","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Drake range-def 1.7m XP/hr 0 0 203.6k 0 203.6k 135.4k 144.6k 35.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,35.9/hr Shark Cost/hr {"duration":90267800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 30.7k Cannonball, 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Drake range-def 1.2m XP/hr 0 0 142.5k 0 142.5k 94.8k 101.2k 25.1 Sharks/hr Loot/hr 25.1/hr Shark Cost/hr {"duration":128948400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Drake range-def 1.2m XP/hr 0 0 142k 0 142k 94.4k 95.9k 25.1 Sharks/hr Loot/hr 25.1/hr Shark Cost/hr {"duration":128948400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 112x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Drake range 1.7m XP/hr 0 0 0 0 406.7k 135.2k 142.3k 35.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,35.9/hr Shark Cost/hr {"duration":90267800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 30.7k Cannonball, 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 130x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Drake range 1.2m XP/hr 0 0 0 0 284.5k 94.6k 98.8k 25.1 Sharks/hr Loot/hr 25.1/hr Shark Cost/hr {"duration":128948400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Drake range 1.2m XP/hr 0 0 0 0 285.9k 95.1k 105.2k 25.1 Sharks/hr Loot/hr 25.1/hr Shark Cost/hr {"duration":128948400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 158x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","24.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 707, Pious: 884, Sharp: 177, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Duck atk-str-def 808k XP/hr 20.6k 20.6k 20.6k 0 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck atk-str-def 808k XP/hr 20.6k 20.6k 20.6k 0 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck atk-str-def 808k XP/hr 20.6k 20.6k 20.6k 0 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck mage-def 808k XP/hr 0 0 31k 31k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck mage-def 808k XP/hr 0 0 31k 31k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck mage-def 808k XP/hr 0 0 31k 31k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck mage 808k XP/hr 0 0 0 61.9k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck mage 808k XP/hr 0 0 0 61.9k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck mage 808k XP/hr 0 0 0 61.9k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck range-def 808k XP/hr 0 0 31k 0 31k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck range-def 808k XP/hr 0 0 31k 0 31k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck range-def 808k XP/hr 0 0 31k 0 31k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck range 808k XP/hr 0 0 0 0 61.9k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck range 808k XP/hr 0 0 0 0 61.9k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duck range 808k XP/hr 0 0 0 0 61.9k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori","400.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2849604} +Duckling atk-str-def 83k XP/hr 20.6k 20.6k 20.6k 0 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling atk-str-def 83k XP/hr 20.6k 20.6k 20.6k 0 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling atk-str-def 83k XP/hr 20.6k 20.6k 20.6k 0 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling mage-def 83k XP/hr 0 0 31k 31k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling mage-def 83k XP/hr 0 0 31k 31k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling mage-def 83k XP/hr 0 0 31k 31k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling mage 83k XP/hr 0 0 0 61.9k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling mage 83k XP/hr 0 0 0 61.9k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling mage 83k XP/hr 0 0 0 61.9k 0 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling range-def 83k XP/hr 0 0 31k 0 31k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling range-def 83k XP/hr 0 0 31k 0 31k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling range-def 83k XP/hr 0 0 31k 0 31k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling range 83k XP/hr 0 0 0 0 61.9k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling range 83k XP/hr 0 0 0 0 61.9k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duckling range 83k XP/hr 0 0 0 0 61.9k 20.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":2849604,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":2849604,"messages":["712401x bonus kills from Ori"],"newKC":2849604} +Duke Sucellus atk-str-def 41k XP/hr 10.3k 10.3k 10.3k 0 0 10.3k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9096,"messages":["2274x bonus kills from Ori","You died 13370x times.","<:Clue_upgrader:986830303001722880> Upgraded 82 clues (Removed Metallic: 147, Treasured: 586,5% less materials for mastery)"],"newKC":9096} +Duke Sucellus atk-str-def 41k XP/hr 10.3k 10.3k 10.3k 0 0 10.3k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9117,"messages":["2280x bonus kills from Ori","You died 13349x times.","<:Clue_upgrader:986830303001722880> Upgraded 61 clues (Removed Metallic: 116, Treasured: 464,5% less materials for mastery)"],"newKC":9117} +Duke Sucellus atk-str-def 42k XP/hr 10.5k 10.5k 10.5k 0 0 10.4k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9249,"messages":["2313x bonus kills from Ori","You died 13217x times.","<:Clue_upgrader:986830303001722880> Upgraded 79 clues (Removed Metallic: 145, Treasured: 578,5% less materials for mastery)"],"newKC":9249} +Duke Sucellus mage-def 41k XP/hr 0 0 15.5k 15.5k 0 10.3k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9098,"messages":["2275x bonus kills from Ori","You died 13368x times.","<:Clue_upgrader:986830303001722880> Upgraded 90 clues (Removed Metallic: 171, Treasured: 684,5% less materials for mastery)"],"newKC":9098} +Duke Sucellus mage-def 41k XP/hr 0 0 15.4k 15.4k 0 10.2k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9066,"messages":["2267x bonus kills from Ori","You died 13400x times.","<:Clue_upgrader:986830303001722880> Upgraded 82 clues (Removed Metallic: 149, Treasured: 593,5% less materials for mastery)"],"newKC":9066} +Duke Sucellus mage-def 41k XP/hr 0 0 15.6k 15.6k 0 10.4k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9166,"messages":["2292x bonus kills from Ori","You died 13300x times.","<:Clue_upgrader:986830303001722880> Upgraded 93 clues (Removed Metallic: 175, Treasured: 700,5% less materials for mastery)"],"newKC":9166} +Duke Sucellus mage 41k XP/hr 0 0 0 30.7k 0 10.2k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9049,"messages":["2263x bonus kills from Ori","You died 13417x times.","<:Clue_upgrader:986830303001722880> Upgraded 77 clues (Removed Metallic: 145, Treasured: 578,5% less materials for mastery)"],"newKC":9049} +Duke Sucellus mage 41k XP/hr 0 0 0 30.7k 0 10.2k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9045,"messages":["2262x bonus kills from Ori","You died 13421x times.","<:Clue_upgrader:986830303001722880> Upgraded 91 clues (Removed Metallic: 183, Treasured: 730,5% less materials for mastery)"],"newKC":9045} +Duke Sucellus mage 41k XP/hr 0 0 0 30.6k 0 10.2k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9010,"messages":["2253x bonus kills from Ori","You died 13456x times.","<:Clue_upgrader:986830303001722880> Upgraded 74 clues (Removed Metallic: 137, Treasured: 548,5% less materials for mastery)"],"newKC":9010} +Duke Sucellus range-def 42k XP/hr 0 0 15.6k 0 15.6k 10.4k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9171,"messages":["2293x bonus kills from Ori","You died 13295x times.","<:Clue_upgrader:986830303001722880> Upgraded 73 clues (Removed Metallic: 143, Treasured: 570,5% less materials for mastery)"],"newKC":9171} +Duke Sucellus range-def 41k XP/hr 0 0 15.4k 0 15.4k 10.2k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9055,"messages":["2264x bonus kills from Ori","You died 13411x times.","<:Clue_upgrader:986830303001722880> Upgraded 73 clues (Removed Metallic: 137, Treasured: 548,5% less materials for mastery)"],"newKC":9055} +Duke Sucellus range-def 41k XP/hr 0 0 15.5k 0 15.5k 10.3k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9117,"messages":["2280x bonus kills from Ori","You died 13349x times.","<:Clue_upgrader:986830303001722880> Upgraded 72 clues (Removed Metallic: 133, Treasured: 532,5% less materials for mastery)"],"newKC":9117} +Duke Sucellus range 42k XP/hr 0 0 0 0 31.2k 10.4k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9189,"messages":["2298x bonus kills from Ori","You died 13277x times.","<:Clue_upgrader:986830303001722880> Upgraded 99 clues (Removed Metallic: 181, Treasured: 722,5% less materials for mastery)"],"newKC":9189} +Duke Sucellus range 41k XP/hr 0 0 0 0 30.9k 10.3k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9085,"messages":["2272x bonus kills from Ori","You died 13381x times.","<:Clue_upgrader:986830303001722880> Upgraded 84 clues (Removed Metallic: 156, Treasured: 624,5% less materials for mastery)"],"newKC":9085} +Duke Sucellus range 41k XP/hr 0 0 0 0 31k 10.3k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9134,"messages":["2284x bonus kills from Ori","You died 13332x times.","<:Clue_upgrader:986830303001722880> Upgraded 79 clues (Removed Metallic: 149, Treasured: 593,5% less materials for mastery)"],"newKC":9134} +Dungeon rat atk-str-def 220k XP/hr 17.2k 17.2k 17.2k 0 0 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2331 clues (Removed Metallic: 1,329, Treasured: 5,313,5% less materials for mastery)"],"newKC":594386} +Dungeon rat atk-str-def 220k XP/hr 17.2k 17.2k 17.2k 0 0 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2304 clues (Removed Metallic: 1,313, Treasured: 5,252,5% less materials for mastery)"],"newKC":594386} +Dungeon rat atk-str-def 220k XP/hr 17.2k 17.2k 17.2k 0 0 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2253 clues (Removed Metallic: 1,283, Treasured: 5,130,5% less materials for mastery)"],"newKC":594386} +Dungeon rat mage-def 220k XP/hr 0 0 25.8k 25.8k 0 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2372 clues (Removed Metallic: 1,351, Treasured: 5,404,5% less materials for mastery)"],"newKC":594386} +Dungeon rat mage-def 220k XP/hr 0 0 25.8k 25.8k 0 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2365 clues (Removed Metallic: 1,348, Treasured: 5,389,5% less materials for mastery)"],"newKC":594386} +Dungeon rat mage-def 220k XP/hr 0 0 25.8k 25.8k 0 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2408 clues (Removed Metallic: 1,372, Treasured: 5,488,5% less materials for mastery)"],"newKC":594386} +Dungeon rat mage 220k XP/hr 0 0 0 51.7k 0 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2241 clues (Removed Metallic: 1,277, Treasured: 5,108,5% less materials for mastery)"],"newKC":594386} +Dungeon rat mage 220k XP/hr 0 0 0 51.7k 0 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2358 clues (Removed Metallic: 1,344, Treasured: 5,374,5% less materials for mastery)"],"newKC":594386} +Dungeon rat mage 220k XP/hr 0 0 0 51.7k 0 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2290 clues (Removed Metallic: 1,306, Treasured: 5,222,5% less materials for mastery)"],"newKC":594386} +Dungeon rat range-def 220k XP/hr 0 0 25.8k 0 25.8k 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2351 clues (Removed Metallic: 1,340, Treasured: 5,358,5% less materials for mastery)"],"newKC":594386} +Dungeon rat range-def 220k XP/hr 0 0 25.8k 0 25.8k 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2340 clues (Removed Metallic: 1,334, Treasured: 5,336,5% less materials for mastery)"],"newKC":594386} +Dungeon rat range-def 220k XP/hr 0 0 25.8k 0 25.8k 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2303 clues (Removed Metallic: 1,311, Treasured: 5,244,5% less materials for mastery)"],"newKC":594386} +Dungeon rat range 220k XP/hr 0 0 0 0 51.7k 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2418 clues (Removed Metallic: 1,378, Treasured: 5,510,5% less materials for mastery)"],"newKC":594386} +Dungeon rat range 220k XP/hr 0 0 0 0 51.7k 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2355 clues (Removed Metallic: 1,342, Treasured: 5,366,5% less materials for mastery)"],"newKC":594386} +Dungeon rat range 220k XP/hr 0 0 0 0 51.7k 17.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2357 clues (Removed Metallic: 1,344, Treasured: 5,374,5% less materials for mastery)"],"newKC":594386} +Dust Devil atk-str-def 1.9m XP/hr 325.1k 325.1k 325.1k 0 0 324.3k 321.8k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":9962,"messages":["You missed out on 38x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","You slayed 122x superior monsters.","You killed 9962x of your 10000 remaining kills, you now have 38 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9962} +Dust Devil atk-str-def 2m XP/hr 325.9k 325.9k 325.9k 0 0 325.1k 337.7k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":9943,"messages":["You missed out on 57x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2450x bonus kills from Ori","You slayed 146x superior monsters.","You killed 9943x of your 10000 remaining kills, you now have 57 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9943} +Dust Devil atk-str-def 2.8m XP/hr 462.5k 462.5k 462.5k 0 0 461.4k 471.1k 1025.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,1025.8/hr Shark Cost/hr {"duration":11054400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow, 3.2k Shark"]} {"quantity":9891,"messages":["You missed out on 109x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2439x bonus kills from Ori","You slayed 136x superior monsters.","You killed 9891x of your 10000 remaining kills, you now have 109 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9891} +Dust Devil atk-str-def 926k XP/hr 155.4k 155.4k 155.4k 0 0 155k 153.1k 341.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,341.9/hr Shark Cost/hr {"duration":33163200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 120x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil atk-str-def 651k XP/hr 108.9k 108.9k 108.9k 0 0 108.7k 109k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 128x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil atk-str-def 643k XP/hr 108.4k 108.4k 108.4k 0 0 108.1k 103k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2475x bonus kills from Ori","You slayed 102x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage-def 3m XP/hr 0 0 753k 0 753k 500.8k 498.4k 1104.1 Sharks/hr Loot/hr 1714.4/hr Death rune,3428.8/hr Chaos rune,282.9/hr Hellfire arrow,1104.1/hr Shark Cost/hr {"duration":10270400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.78% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9.8k Chaos rune, 4.9k Death rune, 807x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 124x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage-def 3m XP/hr 0 0 757.7k 757.7k 0 503.9k 534.2k 1104.1 Sharks/hr Loot/hr 1714.4/hr Death rune,3428.8/hr Chaos rune,282.9/hr Hellfire arrow,1104.1/hr Shark Cost/hr {"duration":10270400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.77% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9.8k Chaos rune, 4.9k Death rune, 807x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 158x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage-def 4.4m XP/hr 726.9k 726.9k 726.9k 0 0 725.2k 766.9k 1596.1 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.6/hr Blood rune,282.7/hr Hellfire arrow,1596.1/hr Shark Cost/hr {"duration":7105000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.75% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.4k Blood rune, 6.8k Death rune, 558x Hellfire arrow, 3.2k Shark"]} {"quantity":9958,"messages":["You missed out on 42x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2451x bonus kills from Ori","You slayed 156x superior monsters.","You killed 9958x of your 10000 remaining kills, you now have 42 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9958} +Dust Devil mage-def 4.3m XP/hr 0 0 1.1m 0 1.1m 722k 730.4k 1596.1 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.6/hr Blood rune,282.7/hr Hellfire arrow,1596.1/hr Shark Cost/hr {"duration":7105000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.4k Blood rune, 6.8k Death rune, 558x Hellfire arrow, 3.2k Shark"]} {"quantity":9958,"messages":["You missed out on 42x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2457x bonus kills from Ori","You slayed 132x superior monsters.","You killed 9958x of your 10000 remaining kills, you now have 42 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9958} +Dust Devil mage-def 4.3m XP/hr 0 0 1.1m 1.1m 0 721k 718.3k 1596.1 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.6/hr Blood rune,282.7/hr Hellfire arrow,1596.1/hr Shark Cost/hr {"duration":7105000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.51% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.4k Blood rune, 6.8k Death rune, 558x Hellfire arrow, 3.2k Shark"]} {"quantity":9958,"messages":["You missed out on 42x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2459x bonus kills from Ori","You slayed 124x superior monsters.","You killed 9958x of your 10000 remaining kills, you now have 42 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9958} +Dust Devil mage-def 2.8m XP/hr 0 0 698.6k 698.6k 0 464.6k 468k 1025.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,1025.8/hr Shark Cost/hr {"duration":11054400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.84% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow, 3.2k Shark"]} {"quantity":9973,"messages":["You missed out on 27x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 130x superior monsters.","You killed 9973x of your 10000 remaining kills, you now have 27 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9973} +Dust Devil mage-def 2m XP/hr 0 0 489.4k 489.4k 0 325.5k 335.4k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.80% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":9962,"messages":["You missed out on 38x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2455x bonus kills from Ori","You slayed 142x superior monsters.","You killed 9962x of your 10000 remaining kills, you now have 38 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9962} +Dust Devil mage-def 1.9m XP/hr 0 0 487k 487k 0 323.9k 324.1k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.74% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":9943,"messages":["You missed out on 57x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2455x bonus kills from Ori","You slayed 126x superior monsters.","You killed 9943x of your 10000 remaining kills, you now have 57 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9943} +Dust Devil mage-def 2.9m XP/hr 494.3k 494.3k 494.3k 0 0 493.1k 471k 1104.1 Sharks/hr Loot/hr 1714.4/hr Death rune,3428.8/hr Chaos rune,282.9/hr Hellfire arrow,1104.1/hr Shark Cost/hr {"duration":10270400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.49% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9.8k Chaos rune, 4.9k Death rune, 807x Hellfire arrow, 3.2k Shark"]} {"quantity":9883,"messages":["You missed out on 117x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2446x bonus kills from Ori","You slayed 102x superior monsters.","You killed 9883x of your 10000 remaining kills, you now have 117 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9883} +Dust Devil mage-def 1.7m XP/hr 285.3k 285.3k 285.3k 0 0 284.6k 290.9k 625.8 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,625.8/hr Shark Cost/hr {"duration":18120200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 8.6k Blood rune, 17.3k Death rune, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage-def 1.7m XP/hr 0 0 428.4k 0 428.4k 284.9k 294.4k 625.8 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,625.8/hr Shark Cost/hr {"duration":18120200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 8.6k Blood rune, 17.3k Death rune, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage-def 1.7m XP/hr 0 0 427.6k 427.6k 0 284.4k 288.5k 625.8 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,625.8/hr Shark Cost/hr {"duration":18120200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 8.6k Blood rune, 17.3k Death rune, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 134x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage-def 922k XP/hr 0 0 232.6k 232.6k 0 154.7k 149.8k 341.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,341.9/hr Shark Cost/hr {"duration":33163200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2473x bonus kills from Ori","You slayed 110x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage-def 1.2m XP/hr 197.4k 197.4k 197.4k 0 0 196.9k 200.5k 433.2 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,433.2/hr Shark Cost/hr {"duration":26175800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 24.9k Chaos rune, 12.5k Death rune, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage-def 1.2m XP/hr 0 0 295.6k 0 295.6k 196.6k 196.4k 433.2 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,433.2/hr Shark Cost/hr {"duration":26175800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 24.9k Chaos rune, 12.5k Death rune, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage-def 1.2m XP/hr 0 0 295.7k 295.7k 0 196.6k 197.2k 433.2 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,433.2/hr Shark Cost/hr {"duration":26175800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 24.9k Chaos rune, 12.5k Death rune, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 128x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage-def 662k XP/hr 0 0 164.4k 164.4k 0 109.4k 117.2k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2459x bonus kills from Ori","You slayed 164x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage-def 652k XP/hr 0 0 163.4k 163.4k 0 108.7k 109.4k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 130x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage 3m XP/hr 0 0 0 0 1.5m 501k 500.5k 1104.1 Sharks/hr Loot/hr 1714.4/hr Death rune,3428.8/hr Chaos rune,282.9/hr Hellfire arrow,1104.1/hr Shark Cost/hr {"duration":10270400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.65% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9.8k Chaos rune, 4.9k Death rune, 807x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage 3m XP/hr 0 0 0 1.5m 0 501.2k 502.6k 1104.1 Sharks/hr Loot/hr 1714.4/hr Death rune,3428.8/hr Chaos rune,282.9/hr Hellfire arrow,1104.1/hr Shark Cost/hr {"duration":10270400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.79% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9.8k Chaos rune, 4.9k Death rune, 807x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 128x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage 4.3m XP/hr 0 0 0 2.2m 0 720.7k 715.2k 1596.1 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.6/hr Blood rune,282.7/hr Hellfire arrow,1596.1/hr Shark Cost/hr {"duration":7105000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.73% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.4k Blood rune, 6.8k Death rune, 558x Hellfire arrow, 3.2k Shark"]} {"quantity":9958,"messages":["You missed out on 42x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2459x bonus kills from Ori","You slayed 122x superior monsters.","You killed 9958x of your 10000 remaining kills, you now have 42 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9958} +Dust Devil mage 2.8m XP/hr 0 0 0 1.4m 0 464.9k 471.9k 1025.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,1025.8/hr Shark Cost/hr {"duration":11054400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.52% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow, 3.2k Shark"]} {"quantity":9973,"messages":["You missed out on 27x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","You slayed 134x superior monsters.","You killed 9973x of your 10000 remaining kills, you now have 27 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9973} +Dust Devil mage 2m XP/hr 0 0 0 981.2k 0 326.3k 338.6k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.70% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":9981,"messages":["You missed out on 19x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2459x bonus kills from Ori","You slayed 146x superior monsters.","You killed 9981x of your 10000 remaining kills, you now have 19 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9981} +Dust Devil mage 4.3m XP/hr 0 0 0 0 2.2m 719.2k 731.2k 1596.1 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.6/hr Blood rune,282.7/hr Hellfire arrow,1596.1/hr Shark Cost/hr {"duration":7105000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.73% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.4k Blood rune, 6.8k Death rune, 558x Hellfire arrow, 3.2k Shark"]} {"quantity":9915,"messages":["You missed out on 85x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2446x bonus kills from Ori","You slayed 134x superior monsters.","You killed 9915x of your 10000 remaining kills, you now have 85 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9915} +Dust Devil mage 1.9m XP/hr 0 0 0 972.9k 0 323.5k 326.3k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":9924,"messages":["You missed out on 76x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2449x bonus kills from Ori","You slayed 130x superior monsters.","You killed 9924x of your 10000 remaining kills, you now have 76 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9924} +Dust Devil mage 1.7m XP/hr 0 0 0 0 854k 284k 283.7k 625.8 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,625.8/hr Shark Cost/hr {"duration":18120200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 8.6k Blood rune, 17.3k Death rune, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage 1.7m XP/hr 0 0 0 851.2k 0 283k 273k 625.8 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.4/hr Blood rune,625.8/hr Shark Cost/hr {"duration":18120200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 8.6k Blood rune, 17.3k Death rune, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2473x bonus kills from Ori","You slayed 108x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage 939k XP/hr 0 0 0 468.6k 0 155.8k 162.8k 341.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,341.9/hr Shark Cost/hr {"duration":33163200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2463x bonus kills from Ori","You slayed 150x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage 1.2m XP/hr 0 0 0 0 594.2k 197.6k 207.9k 433.2 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,433.2/hr Shark Cost/hr {"duration":26175800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 24.9k Chaos rune, 12.5k Death rune, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2462x bonus kills from Ori","You slayed 154x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage 1.2m XP/hr 0 0 0 590.9k 0 196.5k 195.6k 433.2 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,433.2/hr Shark Cost/hr {"duration":26175800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","2% for Shark","Removing items: 24.9k Chaos rune, 12.5k Death rune, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 124x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage 643k XP/hr 0 0 0 325.2k 0 108.1k 103k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2475x bonus kills from Ori","You slayed 102x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil mage 658k XP/hr 0 0 0 328.1k 0 109.1k 114k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2463x bonus kills from Ori","You slayed 150x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil range-def 2.8m XP/hr 0 0 699.6k 0 699.6k 465.3k 463.1k 1025.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,1025.8/hr Shark Cost/hr {"duration":11054400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 124x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil range-def 1.9m XP/hr 0 0 488.7k 0 488.7k 325k 323.6k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":9981,"messages":["You missed out on 19x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 124x superior monsters.","You killed 9981x of your 10000 remaining kills, you now have 19 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9981} +Dust Devil range-def 1.9m XP/hr 0 0 486.5k 0 486.5k 323.5k 326.3k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":9924,"messages":["You missed out on 76x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2449x bonus kills from Ori","You slayed 130x superior monsters.","You killed 9924x of your 10000 remaining kills, you now have 76 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9924} +Dust Devil range-def 937k XP/hr 0 0 234.1k 0 234.1k 155.7k 160.9k 341.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,341.9/hr Shark Cost/hr {"duration":33163200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil range-def 655k XP/hr 0 0 163.7k 0 163.7k 108.9k 111.7k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 140x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil range-def 643k XP/hr 0 0 162.6k 0 162.6k 108.1k 103k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2475x bonus kills from Ori","You slayed 102x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil range 2.8m XP/hr 0 0 0 0 1.4m 467.3k 499.3k 1025.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,1025.8/hr Shark Cost/hr {"duration":11054400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.66% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow, 3.2k Shark"]} {"quantity":9973,"messages":["You missed out on 27x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2453x bonus kills from Ori","You slayed 162x superior monsters.","You killed 9973x of your 10000 remaining kills, you now have 27 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9973} +Dust Devil range 2m XP/hr 0 0 0 0 980.9k 326.2k 337.3k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":9981,"messages":["You missed out on 19x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","You slayed 144x superior monsters.","You killed 9981x of your 10000 remaining kills, you now have 19 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9981} +Dust Devil range 1.9m XP/hr 0 0 0 0 975.2k 324.3k 321.8k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":9962,"messages":["You missed out on 38x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","You slayed 122x superior monsters.","You killed 9962x of your 10000 remaining kills, you now have 38 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9962} +Dust Devil range 932k XP/hr 0 0 0 0 467.1k 155.3k 157k 341.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,341.9/hr Shark Cost/hr {"duration":33163200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil range 651k XP/hr 0 0 0 0 326.8k 108.7k 109k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 128x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dust Devil range 650k XP/hr 0 0 0 0 326.5k 108.6k 108.1k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 124x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Dwarf gang member atk-str-def 201k XP/hr 30.3k 30.3k 30.3k 0 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member atk-str-def 201k XP/hr 30.3k 30.3k 30.3k 0 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member atk-str-def 201k XP/hr 30.3k 30.3k 30.3k 0 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member mage-def 201k XP/hr 0 0 45.5k 45.5k 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member mage-def 201k XP/hr 0 0 45.5k 45.5k 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member mage-def 201k XP/hr 0 0 45.5k 45.5k 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member mage 201k XP/hr 0 0 0 90.9k 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member mage 201k XP/hr 0 0 0 90.9k 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member mage 201k XP/hr 0 0 0 90.9k 0 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member range-def 201k XP/hr 0 0 45.5k 0 45.5k 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member range-def 201k XP/hr 0 0 45.5k 0 45.5k 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member range-def 201k XP/hr 0 0 45.5k 0 45.5k 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member range 201k XP/hr 0 0 0 0 90.9k 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member range 201k XP/hr 0 0 0 0 90.9k 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf gang member range 201k XP/hr 0 0 0 0 90.9k 30.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Dwarf atk-str-def 590k XP/hr 52k 52k 52k 0 0 51.9k 39k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":14756800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 5.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 47 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Dwarf atk-str-def 413k XP/hr 36.4k 36.4k 36.4k 0 0 36.3k 27.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 61 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Dwarf atk-str-def 413k XP/hr 36.4k 36.4k 36.4k 0 0 36.3k 27.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 49 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Dwarf mage-def 590k XP/hr 0 0 78.1k 78.1k 0 51.9k 39k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":14756800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 5.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 46 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Dwarf mage-def 413k XP/hr 0 0 54.6k 54.6k 0 36.3k 27.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Dwarf mage-def 413k XP/hr 0 0 54.6k 54.6k 0 36.3k 27.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Dwarf mage 590k XP/hr 0 0 0 156.1k 0 51.9k 39k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":14756800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 5.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Dwarf mage 413k XP/hr 0 0 0 109.3k 0 36.3k 27.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 51 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Dwarf mage 413k XP/hr 0 0 0 109.3k 0 36.3k 27.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 49 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Dwarf range-def 590k XP/hr 0 0 78.1k 0 78.1k 51.9k 39k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":14756800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 5.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 62 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Dwarf range-def 413k XP/hr 0 0 54.6k 0 54.6k 36.3k 27.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 59 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Dwarf range-def 413k XP/hr 0 0 54.6k 0 54.6k 36.3k 27.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Dwarf range 590k XP/hr 0 0 0 0 156.1k 51.9k 39k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":14756800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 5.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 57 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Dwarf range 413k XP/hr 0 0 0 0 109.3k 36.3k 27.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 53 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Dwarf range 413k XP/hr 0 0 0 0 109.3k 36.3k 27.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Earth Warrior atk-str-def 561k XP/hr 118.2k 118.2k 118.2k 0 0 117.9k 88.6k 443.2 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,443.2/hr Shark Cost/hr {"duration":21932400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.12% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Earth Warrior atk-str-def 561k XP/hr 118.2k 118.2k 118.2k 0 0 117.9k 88.6k 443.2 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,443.2/hr Shark Cost/hr {"duration":21932400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Earth Warrior atk-str-def 800k XP/hr 168.4k 168.4k 168.4k 0 0 168k 126.3k 633.0 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.7/hr Hellfire arrow,633.0/hr Shark Cost/hr {"duration":15356600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.12% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow, 2.7k Shark"]} {"quantity":9980,"messages":["You missed out on 20x kills because of pk encounters","2495x bonus kills from Ori","You killed 9980x of your 10000 remaining kills, you now have 20 kills remaining."],"newKC":9980} +Earth Warrior mage-def 801k XP/hr 0 0 253.2k 253.2k 0 168.4k 126.6k 633.0 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.7/hr Hellfire arrow,633.0/hr Shark Cost/hr {"duration":15356600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Earth Warrior mage-def 561k XP/hr 0 0 177.3k 177.3k 0 117.9k 88.6k 443.2 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,443.2/hr Shark Cost/hr {"duration":21932400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Earth Warrior mage-def 561k XP/hr 0 0 177.3k 177.3k 0 117.9k 88.6k 443.2 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,443.2/hr Shark Cost/hr {"duration":21932400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Earth Warrior mage 561k XP/hr 0 0 0 354.5k 0 117.9k 88.6k 443.2 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,443.2/hr Shark Cost/hr {"duration":21932400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Earth Warrior mage 561k XP/hr 0 0 0 354.5k 0 117.9k 88.6k 443.2 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,443.2/hr Shark Cost/hr {"duration":21932400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Earth Warrior mage 800k XP/hr 0 0 0 505.3k 0 168k 126.3k 633.0 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.7/hr Hellfire arrow,633.0/hr Shark Cost/hr {"duration":15356600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow, 2.7k Shark"]} {"quantity":9980,"messages":["You missed out on 20x kills because of pk encounters","2495x bonus kills from Ori","You killed 9980x of your 10000 remaining kills, you now have 20 kills remaining."],"newKC":9980} +Earth Warrior range-def 801k XP/hr 0 0 253.2k 0 253.2k 168.4k 126.6k 633.0 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.7/hr Hellfire arrow,633.0/hr Shark Cost/hr {"duration":15356600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Earth Warrior range-def 561k XP/hr 0 0 177.3k 0 177.3k 117.9k 88.6k 443.2 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,443.2/hr Shark Cost/hr {"duration":21932400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Earth Warrior range-def 560k XP/hr 0 0 177k 0 177k 117.7k 88.5k 443.2 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,443.2/hr Shark Cost/hr {"duration":21932400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 2.7k Shark"]} {"quantity":9986,"messages":["You missed out on 14x kills because of pk encounters","2497x bonus kills from Ori","You killed 9986x of your 10000 remaining kills, you now have 14 kills remaining."],"newKC":9986} +Earth Warrior range 801k XP/hr 0 0 0 0 506.4k 168.4k 126.6k 633.0 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.7/hr Hellfire arrow,633.0/hr Shark Cost/hr {"duration":15356600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Cannonball, 1.2k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Earth Warrior range 561k XP/hr 0 0 0 0 354.5k 117.9k 88.6k 443.2 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,443.2/hr Shark Cost/hr {"duration":21932400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Earth Warrior range 561k XP/hr 0 0 0 0 354.5k 117.9k 88.6k 443.2 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,443.2/hr Shark Cost/hr {"duration":21932400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Elder Chaos druid atk-str-def 1.3m XP/hr 270.6k 270.6k 270.6k 0 0 269.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":919998760,"quantity":345781,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.84% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)","Removing items: 1000k Cannonball, 76.9k Hellfire arrow"]} {"quantity":345781,"messages":["86446x bonus kills from Ori","48.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,380, Pious: 1,725, Sharp: 345, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 833 clues (Removed Metallic: 1,899, Treasured: 7,593,5% less materials for mastery)"],"newKC":345781} +Elder Chaos druid atk-str-def 572k XP/hr 121.8k 121.8k 121.8k 0 0 121.5k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197318,"quantity":336134,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.05% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":336134,"messages":["84034x bonus kills from Ori","47.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,342, Pious: 1,677, Sharp: 336, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 795 clues (Removed Metallic: 1,813, Treasured: 7,251,5% less materials for mastery)"],"newKC":336134} +Elder Chaos druid atk-str-def 572k XP/hr 121.8k 121.8k 121.8k 0 0 121.5k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197318,"quantity":336134,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":336129,"messages":["You missed out on 5x kills because of pk encounters","84033x bonus kills from Ori","47.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,342, Pious: 1,677, Sharp: 336, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 802 clues (Removed Metallic: 1,828, Treasured: 7,312,5% less materials for mastery)"],"newKC":336129} +Elder Chaos druid atk-str-def 424k XP/hr 90.2k 90.2k 90.2k 0 0 90k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919996100,"quantity":115260,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":115260,"messages":["28815x bonus kills from Ori","16.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 460, Pious: 575, Sharp: 115, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 311 clues (Removed Metallic: 709, Treasured: 2,835,5% less materials for mastery)"],"newKC":115260} +Elder Chaos druid atk-str-def 191k XP/hr 40.6k 40.6k 40.6k 0 0 40.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987185494,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","15.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 449, Pious: 561, Sharp: 113, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 279 clues (Removed Metallic: 635, Treasured: 2,539,5% less materials for mastery)"],"newKC":112044} +Elder Chaos druid atk-str-def 191k XP/hr 40.6k 40.6k 40.6k 0 0 40.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987185494,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","15.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 449, Pious: 561, Sharp: 113, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 266 clues (Removed Metallic: 607, Treasured: 2,425,5% less materials for mastery)"],"newKC":112044} +Elder Chaos druid mage-def 572k XP/hr 0 0 182.7k 182.7k 0 121.5k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197318,"quantity":336134,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.50% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":336134,"messages":["84034x bonus kills from Ori","47.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,342, Pious: 1,677, Sharp: 336, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 808 clues (Removed Metallic: 1,842, Treasured: 7,365,5% less materials for mastery)"],"newKC":336134} +Elder Chaos druid mage-def 572k XP/hr 0 0 182.7k 182.7k 0 121.5k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197318,"quantity":336134,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.51% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":336129,"messages":["You missed out on 5x kills because of pk encounters","84033x bonus kills from Ori","47.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,342, Pious: 1,677, Sharp: 336, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 860 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":336129} +Elder Chaos druid mage-def 1.3m XP/hr 0 0 405.9k 405.9k 0 269.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":919998760,"quantity":345781,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.46% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 1000k Cannonball, 76.9k Hellfire arrow"]} {"quantity":345758,"messages":["You missed out on 23x kills because of pk encounters","86440x bonus kills from Ori","48.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,380, Pious: 1,725, Sharp: 345, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 833 clues (Removed Metallic: 1,899, Treasured: 7,593,5% less materials for mastery)"],"newKC":345758} +Elder Chaos druid mage-def 424k XP/hr 0 0 135.3k 135.3k 0 90k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919996100,"quantity":115260,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":115260,"messages":["28815x bonus kills from Ori","16.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 460, Pious: 575, Sharp: 115, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 280 clues (Removed Metallic: 639, Treasured: 2,554,5% less materials for mastery)"],"newKC":115260} +Elder Chaos druid mage-def 191k XP/hr 0 0 60.9k 60.9k 0 40.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987185494,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","15.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 449, Pious: 561, Sharp: 113, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 261 clues (Removed Metallic: 595, Treasured: 2,379,5% less materials for mastery)"],"newKC":112044} +Elder Chaos druid mage-def 191k XP/hr 0 0 60.9k 60.9k 0 40.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987185494,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","15.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 449, Pious: 561, Sharp: 113, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 272 clues (Removed Metallic: 620, Treasured: 2,478,5% less materials for mastery)"],"newKC":112044} +Elder Chaos druid mage 1.3m XP/hr 0 0 0 811.8k 0 269.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":919998760,"quantity":345781,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.43% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 1000k Cannonball, 76.9k Hellfire arrow"]} {"quantity":345781,"messages":["86446x bonus kills from Ori","48.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,380, Pious: 1,725, Sharp: 345, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 864 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":345781} +Elder Chaos druid mage 572k XP/hr 0 0 0 365.4k 0 121.5k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197318,"quantity":336134,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.37% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":336134,"messages":["84034x bonus kills from Ori","47.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,342, Pious: 1,677, Sharp: 336, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 808 clues (Removed Metallic: 1,842, Treasured: 7,365,5% less materials for mastery)"],"newKC":336134} +Elder Chaos druid mage 572k XP/hr 0 0 0 365.4k 0 121.5k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197318,"quantity":336134,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.98% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":336129,"messages":["You missed out on 5x kills because of pk encounters","84033x bonus kills from Ori","47.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,342, Pious: 1,677, Sharp: 336, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 823 clues (Removed Metallic: 1,876, Treasured: 7,502,5% less materials for mastery)"],"newKC":336129} +Elder Chaos druid mage 424k XP/hr 0 0 0 270.6k 0 90k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919996100,"quantity":115260,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":115260,"messages":["28815x bonus kills from Ori","16.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 460, Pious: 575, Sharp: 115, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 297 clues (Removed Metallic: 677, Treasured: 2,706,5% less materials for mastery)"],"newKC":115260} +Elder Chaos druid mage 191k XP/hr 0 0 0 121.8k 0 40.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987185494,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","15.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 449, Pious: 561, Sharp: 113, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 277 clues (Removed Metallic: 631, Treasured: 2,524,5% less materials for mastery)"],"newKC":112044} +Elder Chaos druid mage 191k XP/hr 0 0 0 121.8k 0 40.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987185494,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","15.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 449, Pious: 561, Sharp: 113, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 303 clues (Removed Metallic: 690, Treasured: 2,759,5% less materials for mastery)"],"newKC":112044} +Elder Chaos druid range-def 572k XP/hr 0 0 182.7k 0 182.7k 121.5k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197318,"quantity":336134,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.04% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":336134,"messages":["84034x bonus kills from Ori","47.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,342, Pious: 1,677, Sharp: 336, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 784 clues (Removed Metallic: 1,786, Treasured: 7,144,5% less materials for mastery)"],"newKC":336134} +Elder Chaos druid range-def 1.3m XP/hr 0 0 405.9k 0 405.9k 269.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":919998760,"quantity":345781,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.22% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 1000k Cannonball, 76.9k Hellfire arrow"]} {"quantity":345770,"messages":["You missed out on 11x kills because of pk encounters","86443x bonus kills from Ori","48.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,380, Pious: 1,725, Sharp: 345, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 824 clues (Removed Metallic: 1,878, Treasured: 7,509,5% less materials for mastery)"],"newKC":345770} +Elder Chaos druid range-def 572k XP/hr 0 0 182.7k 0 182.7k 121.5k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197318,"quantity":336134,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.15% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":336124,"messages":["You missed out on 10x kills because of pk encounters","84031x bonus kills from Ori","47.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,342, Pious: 1,677, Sharp: 336, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 778 clues (Removed Metallic: 1,773, Treasured: 7,091,5% less materials for mastery)"],"newKC":336124} +Elder Chaos druid range-def 424k XP/hr 0 0 135.3k 0 135.3k 90k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919996100,"quantity":115260,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":115260,"messages":["28815x bonus kills from Ori","16.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 460, Pious: 575, Sharp: 115, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 285 clues (Removed Metallic: 650, Treasured: 2,600,5% less materials for mastery)"],"newKC":115260} +Elder Chaos druid range-def 191k XP/hr 0 0 60.9k 0 60.9k 40.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987185494,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","15.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 449, Pious: 561, Sharp: 113, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 263 clues (Removed Metallic: 599, Treasured: 2,394,5% less materials for mastery)"],"newKC":112044} +Elder Chaos druid range-def 191k XP/hr 0 0 60.9k 0 60.9k 40.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987185494,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","15.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 449, Pious: 561, Sharp: 113, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 278 clues (Removed Metallic: 633, Treasured: 2,531,5% less materials for mastery)"],"newKC":112044} +Elder Chaos druid range 1.3m XP/hr 0 0 0 0 811.8k 269.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":919998760,"quantity":345781,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.87% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 1000k Cannonball, 76.9k Hellfire arrow"]} {"quantity":345781,"messages":["86446x bonus kills from Ori","48.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,380, Pious: 1,725, Sharp: 345, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 817 clues (Removed Metallic: 1,862, Treasured: 7,448,5% less materials for mastery)"],"newKC":345781} +Elder Chaos druid range 572k XP/hr 0 0 0 0 365.4k 121.5k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197318,"quantity":336134,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.39% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":336134,"messages":["84034x bonus kills from Ori","47.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,342, Pious: 1,677, Sharp: 336, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 812 clues (Removed Metallic: 1,851, Treasured: 7,403,5% less materials for mastery)"],"newKC":336134} +Elder Chaos druid range 572k XP/hr 0 0 0 0 365.4k 121.5k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197318,"quantity":336134,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.96% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":336129,"messages":["You missed out on 5x kills because of pk encounters","84033x bonus kills from Ori","47.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,342, Pious: 1,677, Sharp: 336, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 839 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":336129} +Elder Chaos druid range 424k XP/hr 0 0 0 0 270.6k 90k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919996100,"quantity":115260,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":115260,"messages":["28815x bonus kills from Ori","16.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 460, Pious: 575, Sharp: 115, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 292 clues (Removed Metallic: 665, Treasured: 2,660,5% less materials for mastery)"],"newKC":115260} +Elder Chaos druid range 191k XP/hr 0 0 0 0 121.8k 40.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987185494,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","15.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 449, Pious: 561, Sharp: 113, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 244 clues (Removed Metallic: 555, Treasured: 2,220,5% less materials for mastery)"],"newKC":112044} +Elder Chaos druid range 191k XP/hr 0 0 0 0 121.8k 40.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987185494,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","15.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 449, Pious: 561, Sharp: 113, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 264 clues (Removed Metallic: 601, Treasured: 2,402,5% less materials for mastery)"],"newKC":112044} +Elf Archer atk-str-def 421k XP/hr 84.2k 84.2k 84.2k 0 0 84k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198758,"quantity":331950,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":331950,"messages":["82988x bonus kills from Ori","46.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,327, Pious: 1,658, Sharp: 332, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 802 clues (Removed Metallic: 1,828, Treasured: 7,312,5% less materials for mastery)"],"newKC":331950} +Elf Archer atk-str-def 295k XP/hr 58.9k 58.9k 58.9k 0 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":232383,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":232383,"messages":["58096x bonus kills from Ori","32.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 928, Pious: 1,159, Sharp: 232, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 539 clues (Removed Metallic: 1,228, Treasured: 4,910,5% less materials for mastery)"],"newKC":232383} +Elf Archer atk-str-def 295k XP/hr 58.9k 58.9k 58.9k 0 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":232383,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":232383,"messages":["58096x bonus kills from Ori","32.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 928, Pious: 1,159, Sharp: 232, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 538 clues (Removed Metallic: 1,226, Treasured: 4,902,5% less materials for mastery)"],"newKC":232383} +Elf Archer mage-def 421k XP/hr 0 0 126.3k 126.3k 0 84k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198758,"quantity":331950,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":331950,"messages":["82988x bonus kills from Ori","46.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,327, Pious: 1,658, Sharp: 332, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 838 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":331950} +Elf Archer mage-def 295k XP/hr 0 0 88.4k 88.4k 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":232383,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":232383,"messages":["58096x bonus kills from Ori","32.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 928, Pious: 1,159, Sharp: 232, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 641 clues (Removed Metallic: 1,462, Treasured: 5,845,5% less materials for mastery)"],"newKC":232383} +Elf Archer mage-def 295k XP/hr 0 0 88.4k 88.4k 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":232383,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":232383,"messages":["58096x bonus kills from Ori","32.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 928, Pious: 1,159, Sharp: 232, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 571 clues (Removed Metallic: 1,302, Treasured: 5,206,5% less materials for mastery)"],"newKC":232383} +Elf Archer mage 421k XP/hr 0 0 0 252.6k 0 84k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198758,"quantity":331950,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":331950,"messages":["82988x bonus kills from Ori","46.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,327, Pious: 1,658, Sharp: 332, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 827 clues (Removed Metallic: 1,885, Treasured: 7,540,5% less materials for mastery)"],"newKC":331950} +Elf Archer mage 295k XP/hr 0 0 0 176.8k 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":232383,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":232383,"messages":["58096x bonus kills from Ori","32.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 928, Pious: 1,159, Sharp: 232, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 568 clues (Removed Metallic: 1,294, Treasured: 5,176,5% less materials for mastery)"],"newKC":232383} +Elf Archer mage 295k XP/hr 0 0 0 176.8k 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":232383,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":232383,"messages":["58096x bonus kills from Ori","32.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 928, Pious: 1,159, Sharp: 232, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 570 clues (Removed Metallic: 1,300, Treasured: 5,199,5% less materials for mastery)"],"newKC":232383} +Elf Archer range-def 421k XP/hr 0 0 126.3k 0 126.3k 84k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198758,"quantity":331950,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":331950,"messages":["82988x bonus kills from Ori","46.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,327, Pious: 1,658, Sharp: 332, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 849 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":331950} +Elf Archer range-def 295k XP/hr 0 0 88.4k 0 88.4k 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":232383,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":232383,"messages":["58096x bonus kills from Ori","32.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 928, Pious: 1,159, Sharp: 232, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 539 clues (Removed Metallic: 1,228, Treasured: 4,910,5% less materials for mastery)"],"newKC":232383} +Elf Archer range-def 295k XP/hr 0 0 88.4k 0 88.4k 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":232383,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":232383,"messages":["58096x bonus kills from Ori","32.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 928, Pious: 1,159, Sharp: 232, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 603 clues (Removed Metallic: 1,374, Treasured: 5,495,5% less materials for mastery)"],"newKC":232383} +Elf Archer range 421k XP/hr 0 0 0 0 252.6k 84k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198758,"quantity":331950,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":331950,"messages":["82988x bonus kills from Ori","46.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,327, Pious: 1,658, Sharp: 332, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 803 clues (Removed Metallic: 1,830, Treasured: 7,319,5% less materials for mastery)"],"newKC":331950} +Elf Archer range 295k XP/hr 0 0 0 0 176.8k 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":232383,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":232383,"messages":["58096x bonus kills from Ori","32.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 928, Pious: 1,159, Sharp: 232, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 594 clues (Removed Metallic: 1,353, Treasured: 5,412,5% less materials for mastery)"],"newKC":232383} +Elf Archer range 295k XP/hr 0 0 0 0 176.8k 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":232383,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":232383,"messages":["58096x bonus kills from Ori","32.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 928, Pious: 1,159, Sharp: 232, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 570 clues (Removed Metallic: 1,300, Treasured: 5,199,5% less materials for mastery)"],"newKC":232383} +Elf Warrior atk-str-def 623k XP/hr 107.9k 107.9k 107.9k 0 0 107.7k 82.9k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":46690000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 16.9k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Elf Warrior atk-str-def 436k XP/hr 75.6k 75.6k 75.6k 0 0 75.4k 58k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Elf Warrior atk-str-def 436k XP/hr 75.6k 75.6k 75.6k 0 0 75.4k 58k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Elf Warrior mage-def 623k XP/hr 0 0 161.9k 161.9k 0 107.7k 82.9k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":46690000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 16.9k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Elf Warrior mage-def 436k XP/hr 0 0 113.3k 113.3k 0 75.4k 58k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Elf Warrior mage-def 436k XP/hr 0 0 113.3k 113.3k 0 75.4k 58k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Elf Warrior mage 623k XP/hr 0 0 0 323.8k 0 107.7k 82.9k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":46690000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 16.9k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Elf Warrior mage 436k XP/hr 0 0 0 226.7k 0 75.4k 58k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Elf Warrior mage 436k XP/hr 0 0 0 226.7k 0 75.4k 58k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Elf Warrior range-def 623k XP/hr 0 0 161.9k 0 161.9k 107.7k 82.9k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":46690000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 16.9k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Elf Warrior range-def 436k XP/hr 0 0 113.3k 0 113.3k 75.4k 58k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Elf Warrior range-def 436k XP/hr 0 0 113.3k 0 113.3k 75.4k 58k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Elf Warrior range 623k XP/hr 0 0 0 0 323.8k 107.7k 82.9k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":46690000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 16.9k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Elf Warrior range 436k XP/hr 0 0 0 0 226.7k 75.4k 58k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Clothing Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Elf Warrior range 436k XP/hr 0 0 0 0 226.7k 75.4k 58k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Elite Black Knight atk-str-def 139k XP/hr 33.2k 33.2k 33.2k 0 0 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight atk-str-def 139k XP/hr 33.2k 33.2k 33.2k 0 0 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight atk-str-def 139k XP/hr 33.2k 33.2k 33.2k 0 0 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight mage-def 139k XP/hr 0 0 49.8k 49.8k 0 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight mage-def 139k XP/hr 0 0 49.8k 49.8k 0 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight mage-def 139k XP/hr 0 0 49.8k 49.8k 0 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight mage 139k XP/hr 0 0 0 99.6k 0 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight mage 139k XP/hr 0 0 0 99.6k 0 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight mage 139k XP/hr 0 0 0 99.6k 0 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight range-def 139k XP/hr 0 0 49.8k 0 49.8k 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight range-def 139k XP/hr 0 0 49.8k 0 49.8k 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight range-def 139k XP/hr 0 0 49.8k 0 49.8k 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight range 139k XP/hr 0 0 0 0 99.6k 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight range 139k XP/hr 0 0 0 0 99.6k 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Elite Black Knight range 139k XP/hr 0 0 0 0 99.6k 33.1k 0 10.0 Sharks/hr Loot/hr 10.0/hr Shark Cost/hr {"duration":2116735967,"quantity":26143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":26143,"messages":["6536x bonus kills from Ori","3.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 103, Pious: 129, Sharp: 26, 5% less materials for mastery)"],"newKC":26143} +Ent atk-str-def 801k XP/hr 168.7k 168.7k 168.7k 0 0 168.3k 126.6k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":21334800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Cannonball, 1.8k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent atk-str-def 561k XP/hr 118.1k 118.1k 118.1k 0 0 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent atk-str-def 561k XP/hr 118.1k 118.1k 118.1k 0 0 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.34% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent atk-str-def 801k XP/hr 168.7k 168.7k 168.7k 0 0 168.3k 126.6k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":21334800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Cannonball, 1.8k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Ent atk-str-def 561k XP/hr 118.1k 118.1k 118.1k 0 0 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.25% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Ent atk-str-def 561k XP/hr 118.1k 118.1k 118.1k 0 0 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage-def 801k XP/hr 0 0 253.1k 253.1k 0 168.3k 126.6k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":21334800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.33% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Cannonball, 1.8k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Ent mage-def 561k XP/hr 0 0 177.2k 177.2k 0 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Ent mage-def 561k XP/hr 0 0 177.2k 177.2k 0 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.36% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage-def 801k XP/hr 0 0 253.1k 253.1k 0 168.3k 126.6k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":21334800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Cannonball, 1.8k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Ent mage-def 561k XP/hr 0 0 177.2k 177.2k 0 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage-def 561k XP/hr 0 0 177.2k 177.2k 0 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Ent mage 801k XP/hr 0 0 0 506.2k 0 168.3k 126.6k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":21334800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Cannonball, 1.8k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage 561k XP/hr 0 0 0 354.4k 0 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Ent mage 561k XP/hr 0 0 0 354.4k 0 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.23% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage 801k XP/hr 0 0 0 506.2k 0 168.3k 126.6k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":21334800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Cannonball, 1.8k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Ent mage 561k XP/hr 0 0 0 354.4k 0 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage 561k XP/hr 0 0 0 354.4k 0 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.35% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range-def 801k XP/hr 0 0 253.1k 0 253.1k 168.3k 126.6k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":21334800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Cannonball, 1.8k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range-def 561k XP/hr 0 0 177.2k 0 177.2k 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.26% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range-def 561k XP/hr 0 0 177.2k 0 177.2k 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range-def 801k XP/hr 0 0 253.1k 0 253.1k 168.3k 126.6k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":21334800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Cannonball, 1.8k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range-def 561k XP/hr 0 0 177.2k 0 177.2k 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range-def 561k XP/hr 0 0 177.2k 0 177.2k 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range 801k XP/hr 0 0 0 0 506.2k 168.3k 126.6k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":21334800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Cannonball, 1.8k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range 561k XP/hr 0 0 0 0 354.4k 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.23% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Ent range 561k XP/hr 0 0 0 0 354.4k 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range 801k XP/hr 0 0 0 0 506.2k 168.3k 126.6k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":21334800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Cannonball, 1.8k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range 561k XP/hr 0 0 0 0 354.4k 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range 561k XP/hr 0 0 0 0 354.4k 117.9k 88.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":30470400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.5k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Feral Vampyre atk-str-def 181k XP/hr 38.1k 38.1k 38.1k 0 0 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre atk-str-def 181k XP/hr 38.1k 38.1k 38.1k 0 0 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre atk-str-def 181k XP/hr 38.1k 38.1k 38.1k 0 0 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre mage-def 181k XP/hr 0 0 57.1k 57.1k 0 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre mage-def 181k XP/hr 0 0 57.1k 57.1k 0 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre mage-def 181k XP/hr 0 0 57.1k 57.1k 0 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre mage 181k XP/hr 0 0 0 114.3k 0 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre mage 181k XP/hr 0 0 0 114.3k 0 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre mage 181k XP/hr 0 0 0 114.3k 0 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre range-def 181k XP/hr 0 0 57.1k 0 57.1k 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre range-def 181k XP/hr 0 0 57.1k 0 57.1k 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre range-def 181k XP/hr 0 0 57.1k 0 57.1k 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre range 181k XP/hr 0 0 0 0 114.3k 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre range 181k XP/hr 0 0 0 0 114.3k 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Feral Vampyre range 181k XP/hr 0 0 0 0 114.3k 38k 28.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":63001600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Fever spider atk-str-def 294k XP/hr 62k 62k 62k 0 0 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider atk-str-def 294k XP/hr 62k 62k 62k 0 0 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider atk-str-def 294k XP/hr 62k 62k 62k 0 0 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider mage-def 294k XP/hr 0 0 93k 93k 0 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider mage-def 294k XP/hr 0 0 93k 93k 0 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider mage-def 294k XP/hr 0 0 93k 93k 0 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider mage 294k XP/hr 0 0 0 186k 0 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider mage 294k XP/hr 0 0 0 186k 0 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider mage 294k XP/hr 0 0 0 186k 0 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider range-def 294k XP/hr 0 0 93k 0 93k 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider range-def 294k XP/hr 0 0 93k 0 93k 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider range-def 294k XP/hr 0 0 93k 0 93k 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider range 294k XP/hr 0 0 0 0 186k 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider range 294k XP/hr 0 0 0 0 186k 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider range 294k XP/hr 0 0 0 0 186k 61.8k 46.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":30967200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant atk-str-def 3.8m XP/hr 482k 482k 482k 0 0 480.8k 361.5k 1025.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,1025.8/hr Shark Cost/hr {"duration":11054400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.75% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant atk-str-def 2.7m XP/hr 337.3k 337.3k 337.3k 0 0 336.4k 252.9k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant atk-str-def 2.7m XP/hr 337.3k 337.3k 337.3k 0 0 336.4k 252.9k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.81% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant atk-str-def 1.3m XP/hr 160.7k 160.7k 160.7k 0 0 160.3k 120.5k 341.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,341.9/hr Shark Cost/hr {"duration":33163200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant atk-str-def 890k XP/hr 112.5k 112.5k 112.5k 0 0 112.2k 84.4k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant atk-str-def 890k XP/hr 112.5k 112.5k 112.5k 0 0 112.2k 84.4k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant mage-def 2.7m XP/hr 0 0 505.9k 505.9k 0 336.4k 252.9k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.67% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant mage-def 3.8m XP/hr 0 0 721k 721k 0 479.5k 360.5k 1025.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,1025.8/hr Shark Cost/hr {"duration":11054400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow, 3.2k Shark"]} {"quantity":9973,"messages":["You missed out on 27x kills because of pk encounters","2494x bonus kills from Ori","You killed 9973x of your 10000 remaining kills, you now have 27 kills remaining.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":9973} +Fire Giant mage-def 2.7m XP/hr 0 0 504.9k 504.9k 0 335.8k 252.5k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.58% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":9981,"messages":["You missed out on 19x kills because of pk encounters","2496x bonus kills from Ori","You killed 9981x of your 10000 remaining kills, you now have 19 kills remaining.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":9981} +Fire Giant mage-def 1.3m XP/hr 0 0 241k 241k 0 160.3k 120.5k 341.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,341.9/hr Shark Cost/hr {"duration":33163200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant mage-def 890k XP/hr 0 0 168.7k 168.7k 0 112.2k 84.4k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant mage-def 890k XP/hr 0 0 168.7k 168.7k 0 112.2k 84.4k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant mage 3.8m XP/hr 0 0 0 1.4m 0 480.8k 361.5k 1025.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,1025.8/hr Shark Cost/hr {"duration":11054400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.78% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant mage 2.7m XP/hr 0 0 0 1m 0 336.4k 252.9k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.78% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant mage 2.7m XP/hr 0 0 0 1m 0 336.4k 252.9k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.78% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant mage 1.3m XP/hr 0 0 0 482k 0 160.3k 120.5k 341.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,341.9/hr Shark Cost/hr {"duration":33163200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant mage 890k XP/hr 0 0 0 337.4k 0 112.2k 84.4k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant mage 890k XP/hr 0 0 0 337.4k 0 112.2k 84.4k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant range-def 3.8m XP/hr 0 0 723k 0 723k 480.8k 361.5k 1025.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,1025.8/hr Shark Cost/hr {"duration":11054400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant range-def 2.7m XP/hr 0 0 505.9k 0 505.9k 336.4k 252.9k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant range-def 2.7m XP/hr 0 0 505.9k 0 505.9k 336.4k 252.9k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant range-def 1.3m XP/hr 0 0 241k 0 241k 160.3k 120.5k 341.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,341.9/hr Shark Cost/hr {"duration":33163200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant range-def 890k XP/hr 0 0 168.7k 0 168.7k 112.2k 84.4k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant range-def 890k XP/hr 0 0 168.7k 0 168.7k 112.2k 84.4k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant range 3.8m XP/hr 0 0 0 0 1.4m 480.8k 361.5k 1025.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,1025.8/hr Shark Cost/hr {"duration":11054400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.72% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Cannonball, 868x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant range 2.7m XP/hr 0 0 0 0 1m 336.4k 252.9k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.73% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant range 2.7m XP/hr 0 0 0 0 1m 336.4k 252.9k 717.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,717.8/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.74% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant range 1.3m XP/hr 0 0 0 0 482k 160.3k 120.5k 341.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,341.9/hr Shark Cost/hr {"duration":33163200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant range 890k XP/hr 0 0 0 0 337.4k 112.2k 84.4k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fire Giant range 890k XP/hr 0 0 0 0 337.4k 112.2k 84.4k 239.4 Sharks/hr Loot/hr 239.4/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Fiyr Shade atk-str-def 278k XP/hr 69.5k 69.5k 69.5k 0 0 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade atk-str-def 278k XP/hr 69.5k 69.5k 69.5k 0 0 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade atk-str-def 278k XP/hr 69.5k 69.5k 69.5k 0 0 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade mage-def 278k XP/hr 0 0 104.2k 104.2k 0 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade mage-def 278k XP/hr 0 0 104.2k 104.2k 0 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade mage-def 278k XP/hr 0 0 104.2k 104.2k 0 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade mage 278k XP/hr 0 0 0 208.4k 0 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade mage 278k XP/hr 0 0 0 208.4k 0 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade mage 278k XP/hr 0 0 0 208.4k 0 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade range-def 278k XP/hr 0 0 104.2k 0 104.2k 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade range-def 278k XP/hr 0 0 104.2k 0 104.2k 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade range-def 278k XP/hr 0 0 104.2k 0 104.2k 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade range 278k XP/hr 0 0 0 0 208.4k 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade range 278k XP/hr 0 0 0 0 208.4k 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Fiyr Shade range 278k XP/hr 0 0 0 0 208.4k 69.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Flawed Golem atk-str-def 99k XP/hr 24.7k 24.7k 24.7k 0 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1036 clues (Removed Metallic: 589, Treasured: 2,356,5% less materials for mastery)"],"newKC":409168} +Flawed Golem atk-str-def 99k XP/hr 24.7k 24.7k 24.7k 0 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1003 clues (Removed Metallic: 570, Treasured: 2,280,5% less materials for mastery)"],"newKC":409168} +Flawed Golem atk-str-def 99k XP/hr 24.7k 24.7k 24.7k 0 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1010 clues (Removed Metallic: 576, Treasured: 2,303,5% less materials for mastery)"],"newKC":409168} +Flawed Golem mage-def 99k XP/hr 0 0 37.1k 37.1k 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1001 clues (Removed Metallic: 570, Treasured: 2,280,5% less materials for mastery)"],"newKC":409168} +Flawed Golem mage-def 99k XP/hr 0 0 37.1k 37.1k 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1044 clues (Removed Metallic: 595, Treasured: 2,379,5% less materials for mastery)"],"newKC":409168} +Flawed Golem mage-def 99k XP/hr 0 0 37.1k 37.1k 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 982 clues (Removed Metallic: 559, Treasured: 2,235,5% less materials for mastery)"],"newKC":409168} +Flawed Golem mage 99k XP/hr 0 0 0 74.1k 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1000 clues (Removed Metallic: 570, Treasured: 2,280,5% less materials for mastery)"],"newKC":409168} +Flawed Golem mage 99k XP/hr 0 0 0 74.1k 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1015 clues (Removed Metallic: 578, Treasured: 2,311,5% less materials for mastery)"],"newKC":409168} +Flawed Golem mage 99k XP/hr 0 0 0 74.1k 0 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1024 clues (Removed Metallic: 584, Treasured: 2,334,5% less materials for mastery)"],"newKC":409168} +Flawed Golem range-def 99k XP/hr 0 0 37.1k 0 37.1k 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1028 clues (Removed Metallic: 586, Treasured: 2,341,5% less materials for mastery)"],"newKC":409168} +Flawed Golem range-def 99k XP/hr 0 0 37.1k 0 37.1k 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 976 clues (Removed Metallic: 555, Treasured: 2,220,5% less materials for mastery)"],"newKC":409168} +Flawed Golem range-def 99k XP/hr 0 0 37.1k 0 37.1k 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1125 clues (Removed Metallic: 641, Treasured: 2,562,5% less materials for mastery)"],"newKC":409168} +Flawed Golem range 99k XP/hr 0 0 0 0 74.1k 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 980 clues (Removed Metallic: 559, Treasured: 2,235,5% less materials for mastery)"],"newKC":409168} +Flawed Golem range 99k XP/hr 0 0 0 0 74.1k 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1017 clues (Removed Metallic: 580, Treasured: 2,318,5% less materials for mastery)"],"newKC":409168} +Flawed Golem range 99k XP/hr 0 0 0 0 74.1k 24.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 942 clues (Removed Metallic: 536, Treasured: 2,144,5% less materials for mastery)"],"newKC":409168} +Flesh Crawler atk-str-def 165k XP/hr 34.7k 34.7k 34.7k 0 0 34.6k 26k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":34592000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 12.5k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler atk-str-def 115k XP/hr 24.3k 24.3k 24.3k 0 0 24.2k 18.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler atk-str-def 115k XP/hr 24.3k 24.3k 24.3k 0 0 24.2k 18.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler mage-def 165k XP/hr 0 0 52k 52k 0 34.6k 26k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":34592000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 12.5k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler mage-def 115k XP/hr 0 0 36.4k 36.4k 0 24.2k 18.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler mage-def 115k XP/hr 0 0 36.4k 36.4k 0 24.2k 18.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler mage 165k XP/hr 0 0 0 104.1k 0 34.6k 26k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":34592000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 12.5k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler mage 115k XP/hr 0 0 0 72.9k 0 24.2k 18.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler mage 115k XP/hr 0 0 0 72.9k 0 24.2k 18.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler range-def 165k XP/hr 0 0 52k 0 52k 34.6k 26k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":34592000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 12.5k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler range-def 115k XP/hr 0 0 36.4k 0 36.4k 24.2k 18.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler range-def 115k XP/hr 0 0 36.4k 0 36.4k 24.2k 18.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler range 165k XP/hr 0 0 0 0 104.1k 34.6k 26k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":34592000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 12.5k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler range 115k XP/hr 0 0 0 0 72.9k 24.2k 18.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler range 115k XP/hr 0 0 0 0 72.9k 24.2k 18.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Frogeel atk-str-def 284k XP/hr 54.9k 54.9k 54.9k 0 0 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel atk-str-def 284k XP/hr 54.9k 54.9k 54.9k 0 0 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel atk-str-def 284k XP/hr 54.9k 54.9k 54.9k 0 0 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel mage-def 284k XP/hr 0 0 82.4k 82.4k 0 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel mage-def 284k XP/hr 0 0 82.4k 82.4k 0 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel mage-def 284k XP/hr 0 0 82.4k 82.4k 0 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel mage 284k XP/hr 0 0 0 164.8k 0 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel mage 284k XP/hr 0 0 0 164.8k 0 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel mage 284k XP/hr 0 0 0 164.8k 0 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel range-def 284k XP/hr 0 0 82.4k 0 82.4k 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel range-def 284k XP/hr 0 0 82.4k 0 82.4k 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel range-def 284k XP/hr 0 0 82.4k 0 82.4k 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel range 284k XP/hr 0 0 0 0 164.8k 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel range 284k XP/hr 0 0 0 0 164.8k 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frogeel range 284k XP/hr 0 0 0 0 164.8k 54.8k 0 41.2 Sharks/hr Loot/hr 457.7/hr Giant frog legs,457.7/hr Raw cave eel,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Giant frog legs, 269.1k Raw cave eel, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Frost Dragon atk-str-def 270k XP/hr 17.2k 17.2k 17.2k 0 0 17.2k 0 15.8 Sharks/hr Loot/hr 7.8/hr Prayer potion(4),15.8/hr Shark Cost/hr {"duration":2116776345,"quantity":22977,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 4.6k Prayer potion(4), 9.3k Shark"]} {"quantity":22977,"messages":["5745x bonus kills from Ori","118.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,363, Pious: 4,204, Sharp: 841, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":22977} +Frost Dragon atk-str-def 270k XP/hr 17.2k 17.2k 17.2k 0 0 17.2k 0 15.8 Sharks/hr Loot/hr 7.8/hr Prayer potion(4),15.8/hr Shark Cost/hr {"duration":2116776345,"quantity":22977,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 4.6k Prayer potion(4), 9.3k Shark"]} {"quantity":22977,"messages":["5745x bonus kills from Ori","118.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,363, Pious: 4,204, Sharp: 841, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":22977} +Frost Dragon atk-str-def 270k XP/hr 17.2k 17.2k 17.2k 0 0 17.2k 0 15.8 Sharks/hr Loot/hr 7.8/hr Prayer potion(4),15.8/hr Shark Cost/hr {"duration":2116776345,"quantity":22977,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 4.6k Prayer potion(4), 9.3k Shark"]} {"quantity":22977,"messages":["5745x bonus kills from Ori","118.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,363, Pious: 4,204, Sharp: 841, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":22977} +Frost Dragon mage-def 230k XP/hr 0 0 21.9k 21.9k 0 14.6k 0 13.5 Sharks/hr Loot/hr 6.6/hr Prayer potion(4),13.5/hr Shark Cost/hr {"duration":2116741083,"quantity":19530,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 3.9k Prayer potion(4), 7.9k Shark"]} {"quantity":19530,"messages":["4883x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":19530} +Frost Dragon mage-def 230k XP/hr 0 0 21.9k 21.9k 0 14.6k 0 13.5 Sharks/hr Loot/hr 6.6/hr Prayer potion(4),13.5/hr Shark Cost/hr {"duration":2116741083,"quantity":19530,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 3.9k Prayer potion(4), 7.9k Shark"]} {"quantity":19530,"messages":["4883x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":19530} +Frost Dragon mage-def 230k XP/hr 0 0 21.9k 21.9k 0 14.6k 0 13.5 Sharks/hr Loot/hr 6.6/hr Prayer potion(4),13.5/hr Shark Cost/hr {"duration":2116741083,"quantity":19530,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 3.9k Prayer potion(4), 7.9k Shark"]} {"quantity":19530,"messages":["4883x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":19530} +Frost Dragon mage 230k XP/hr 0 0 0 43.8k 0 14.6k 0 13.5 Sharks/hr Loot/hr 6.6/hr Prayer potion(4),13.5/hr Shark Cost/hr {"duration":2116741083,"quantity":19530,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 3.9k Prayer potion(4), 7.9k Shark"]} {"quantity":19530,"messages":["4883x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":19530} +Frost Dragon mage 230k XP/hr 0 0 0 43.8k 0 14.6k 0 13.5 Sharks/hr Loot/hr 6.6/hr Prayer potion(4),13.5/hr Shark Cost/hr {"duration":2116741083,"quantity":19530,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 3.9k Prayer potion(4), 7.9k Shark"]} {"quantity":19530,"messages":["4883x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":19530} +Frost Dragon mage 230k XP/hr 0 0 0 43.8k 0 14.6k 0 13.5 Sharks/hr Loot/hr 6.6/hr Prayer potion(4),13.5/hr Shark Cost/hr {"duration":2116741083,"quantity":19530,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 3.9k Prayer potion(4), 7.9k Shark"]} {"quantity":19530,"messages":["4883x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":19530} +Frost Dragon range-def 230k XP/hr 0 0 21.9k 0 21.9k 14.6k 0 13.5 Sharks/hr Loot/hr 6.6/hr Prayer potion(4),13.5/hr Shark Cost/hr {"duration":2116741083,"quantity":19530,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 3.9k Prayer potion(4), 7.9k Shark"]} {"quantity":19530,"messages":["4883x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":19530} +Frost Dragon range-def 230k XP/hr 0 0 21.9k 0 21.9k 14.6k 0 13.5 Sharks/hr Loot/hr 6.6/hr Prayer potion(4),13.5/hr Shark Cost/hr {"duration":2116741083,"quantity":19530,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 3.9k Prayer potion(4), 7.9k Shark"]} {"quantity":19530,"messages":["4883x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":19530} +Frost Dragon range-def 230k XP/hr 0 0 21.9k 0 21.9k 14.6k 0 13.5 Sharks/hr Loot/hr 6.6/hr Prayer potion(4),13.5/hr Shark Cost/hr {"duration":2116741083,"quantity":19530,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 3.9k Prayer potion(4), 7.9k Shark"]} {"quantity":19530,"messages":["4883x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":19530} +Frost Dragon range 230k XP/hr 0 0 0 0 43.8k 14.6k 0 13.5 Sharks/hr Loot/hr 6.6/hr Prayer potion(4),13.5/hr Shark Cost/hr {"duration":2116741083,"quantity":19530,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 3.9k Prayer potion(4), 7.9k Shark"]} {"quantity":19530,"messages":["4883x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":19530} +Frost Dragon range 230k XP/hr 0 0 0 0 43.8k 14.6k 0 13.5 Sharks/hr Loot/hr 6.6/hr Prayer potion(4),13.5/hr Shark Cost/hr {"duration":2116741083,"quantity":19530,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 3.9k Prayer potion(4), 7.9k Shark"]} {"quantity":19530,"messages":["4883x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":19530} +Frost Dragon range 230k XP/hr 0 0 0 0 43.8k 14.6k 0 13.5 Sharks/hr Loot/hr 6.6/hr Prayer potion(4),13.5/hr Shark Cost/hr {"duration":2116741083,"quantity":19530,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for TzKal cape","3% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 3.9k Prayer potion(4), 7.9k Shark"]} {"quantity":19530,"messages":["4883x bonus kills from Ori","100.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,858, Pious: 3,572, Sharp: 715, 5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":19530} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 281 clues (Removed Metallic: 641, Treasured: 2,562,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 258 clues (Removed Metallic: 588, Treasured: 2,349,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 257 clues (Removed Metallic: 586, Treasured: 2,341,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 247 clues (Removed Metallic: 563, Treasured: 2,250,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 270 clues (Removed Metallic: 616, Treasured: 2,463,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 269 clues (Removed Metallic: 612, Treasured: 2,448,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 278 clues (Removed Metallic: 633, Treasured: 2,531,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 256 clues (Removed Metallic: 584, Treasured: 2,334,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 270 clues (Removed Metallic: 616, Treasured: 2,463,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 259 clues (Removed Metallic: 589, Treasured: 2,356,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 301 clues (Removed Metallic: 686, Treasured: 2,744,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 267 clues (Removed Metallic: 608, Treasured: 2,432,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 268 clues (Removed Metallic: 610, Treasured: 2,440,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 261 clues (Removed Metallic: 595, Treasured: 2,379,5% less materials for mastery)"],"newKC":78431} +Fungal mage mage 110k XP/hr 0 0 0 82.7k 0 27.5k 0 12.0 Sharks/hr Loot/hr 40.0/hr Neem oil,12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Neem oil, 7.1k Shark"]} {"quantity":78431,"messages":["19608x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 245 clues (Removed Metallic: 559, Treasured: 2,235,5% less materials for mastery)"],"newKC":78431} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Fungal Rodent mage 86k XP/hr 0 0 0 58.1k 0 19.3k 8.6k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Clothing Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Beast mage 56k XP/hr 0 0 0 36k 0 12k 5.1k 9.2 Sharks/hr Loot/hr 437.8/hr Astral rune,6.8/hr Neem oil,1026.1/hr Polypore spore,9.2/hr Shark Cost/hr {"duration":1578868200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 192k Astral rune, 3k Neem oil, 450k Polypore spore, 4.1k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Equippable mystery box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ganodermic Runt mage 74k XP/hr 0 0 0 44.8k 0 14.9k 8.6k 10.3 Sharks/hr Loot/hr 592.8/hr Astral rune,11.4/hr Neem oil,1368.1/hr Polypore spore,10.3/hr Shark Cost/hr {"duration":947326800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 156k Astral rune, 3k Neem oil, 360k Polypore spore, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Gargoyle atk-str-def 679k XP/hr 135.9k 135.9k 135.9k 0 0 135.5k 135.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Gargoyle atk-str-def 682k XP/hr 136.1k 136.1k 136.1k 0 0 135.8k 138.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 146x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Gargoyle atk-str-def 677k XP/hr 135.7k 135.7k 135.7k 0 0 135.4k 134k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 130x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Gargoyle mage-def 677k XP/hr 0 0 203.7k 203.7k 0 135.5k 134.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Gargoyle mage-def 677k XP/hr 0 0 203.6k 203.6k 0 135.4k 134k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 130x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Gargoyle mage-def 675k XP/hr 0 0 203.4k 203.4k 0 135.3k 132.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 124x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Gargoyle mage 686k XP/hr 0 0 0 409k 0 136k 141.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 158x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Gargoyle mage 671k XP/hr 0 0 0 406.2k 0 135.1k 129.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 114x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Gargoyle mage 665k XP/hr 0 0 0 405.1k 0 134.7k 125k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2476x bonus kills from Ori","You slayed 96x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Gargoyle range-def 666k XP/hr 0 0 202.6k 0 202.6k 134.8k 125.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2476x bonus kills from Ori","You slayed 98x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Gargoyle range-def 675k XP/hr 0 0 203.5k 0 203.5k 135.3k 132.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Gargoyle range-def 681k XP/hr 0 0 204.1k 0 204.1k 135.7k 137.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Gargoyle range 681k XP/hr 0 0 0 0 408.1k 135.7k 137.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Gargoyle range 673k XP/hr 0 0 0 0 406.6k 135.2k 131.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 120x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Gargoyle range 679k XP/hr 0 0 0 0 407.8k 135.6k 136.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +General Graardor atk-str-def 267k XP/hr 50.9k 50.9k 50.9k 0 0 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 100 clues (Removed Metallic: 234, Treasured: 935,5% less materials for mastery)"],"newKC":10000} +General Graardor atk-str-def 267k XP/hr 50.9k 50.9k 50.9k 0 0 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 86 clues (Removed Metallic: 200, Treasured: 798,5% less materials for mastery)"],"newKC":10000} +General Graardor atk-str-def 267k XP/hr 50.9k 50.9k 50.9k 0 0 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 81 clues (Removed Metallic: 189, Treasured: 753,5% less materials for mastery)"],"newKC":10000} +General Graardor mage-def 267k XP/hr 0 0 76.4k 76.4k 0 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 85 clues (Removed Metallic: 200, Treasured: 798,5% less materials for mastery)"],"newKC":10000} +General Graardor mage-def 267k XP/hr 0 0 76.4k 76.4k 0 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 81 clues (Removed Metallic: 189, Treasured: 753,5% less materials for mastery)"],"newKC":10000} +General Graardor mage-def 267k XP/hr 0 0 76.4k 76.4k 0 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 72 clues (Removed Metallic: 168, Treasured: 669,5% less materials for mastery)"],"newKC":10000} +General Graardor mage 267k XP/hr 0 0 0 152.8k 0 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 74 clues (Removed Metallic: 173, Treasured: 692,5% less materials for mastery)"],"newKC":10000} +General Graardor mage 267k XP/hr 0 0 0 152.8k 0 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 78 clues (Removed Metallic: 183, Treasured: 730,5% less materials for mastery)"],"newKC":10000} +General Graardor mage 267k XP/hr 0 0 0 152.8k 0 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 81 clues (Removed Metallic: 189, Treasured: 753,5% less materials for mastery)"],"newKC":10000} +General Graardor range-def 267k XP/hr 0 0 76.4k 0 76.4k 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 103 clues (Removed Metallic: 244, Treasured: 973,5% less materials for mastery)"],"newKC":10000} +General Graardor range-def 267k XP/hr 0 0 76.4k 0 76.4k 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 80 clues (Removed Metallic: 189, Treasured: 753,5% less materials for mastery)"],"newKC":10000} +General Graardor range-def 267k XP/hr 0 0 76.4k 0 76.4k 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 90 clues (Removed Metallic: 211, Treasured: 844,5% less materials for mastery)"],"newKC":10000} +General Graardor range 267k XP/hr 0 0 0 0 152.8k 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 84 clues (Removed Metallic: 200, Treasured: 798,5% less materials for mastery)"],"newKC":10000} +General Graardor range 267k XP/hr 0 0 0 0 152.8k 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 83 clues (Removed Metallic: 196, Treasured: 783,5% less materials for mastery)"],"newKC":10000} +General Graardor range 267k XP/hr 0 0 0 0 152.8k 50.8k 17.5k 7.0 Sharks/hr Loot/hr 7.0/hr Shark Cost/hr {"duration":695937200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Equippable mystery box for completing your task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 67 clues (Removed Metallic: 154, Treasured: 616,5% less materials for mastery)"],"newKC":10000} +Ghost atk-str-def 312k XP/hr 65.7k 65.7k 65.7k 0 0 65.5k 49.3k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":18262000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 6.6k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 57 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Ghost atk-str-def 218k XP/hr 46k 46k 46k 0 0 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Ghost atk-str-def 218k XP/hr 46k 46k 46k 0 0 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 53 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Ghost mage-def 312k XP/hr 0 0 98.6k 98.6k 0 65.5k 49.3k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":18262000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 6.6k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 67 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Ghost mage-def 218k XP/hr 0 0 69k 69k 0 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Ghost mage-def 218k XP/hr 0 0 69k 69k 0 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 51 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Ghost mage 312k XP/hr 0 0 0 197.1k 0 65.5k 49.3k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":18262000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 6.6k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 61 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Ghost mage 218k XP/hr 0 0 0 138k 0 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Ghost mage 218k XP/hr 0 0 0 138k 0 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 75 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Ghost range-def 312k XP/hr 0 0 98.6k 0 98.6k 65.5k 49.3k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":18262000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 6.6k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 70 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Ghost range-def 218k XP/hr 0 0 69k 0 69k 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Ghost range-def 218k XP/hr 0 0 69k 0 69k 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 63 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Ghost range 312k XP/hr 0 0 0 0 197.1k 65.5k 49.3k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":18262000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 6.6k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 45 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Ghost range 218k XP/hr 0 0 0 0 138k 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 52 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Ghost range 218k XP/hr 0 0 0 0 138k 45.9k 34.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Ghoul atk-str-def 740k XP/hr 107.9k 107.9k 107.9k 0 0 107.7k 80.9k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":22236400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 24.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul atk-str-def 333k XP/hr 48.6k 48.6k 48.6k 0 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul atk-str-def 333k XP/hr 48.6k 48.6k 48.6k 0 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul mage-def 740k XP/hr 0 0 161.9k 161.9k 0 107.7k 80.9k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":22236400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 24.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul mage-def 333k XP/hr 0 0 72.9k 72.9k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul mage-def 333k XP/hr 0 0 72.9k 72.9k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul mage 740k XP/hr 0 0 0 323.8k 0 107.7k 80.9k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":22236400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 24.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul mage 333k XP/hr 0 0 0 145.7k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul mage 333k XP/hr 0 0 0 145.7k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul range-def 740k XP/hr 0 0 161.9k 0 161.9k 107.7k 80.9k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":22236400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 24.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul range-def 333k XP/hr 0 0 72.9k 0 72.9k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul range-def 333k XP/hr 0 0 72.9k 0 72.9k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul range 740k XP/hr 0 0 0 0 323.8k 107.7k 80.9k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":22236400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 24.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul range 333k XP/hr 0 0 0 0 145.7k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Ghoul range 333k XP/hr 0 0 0 0 145.7k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Giant Bat atk-str-def 249k XP/hr 31.6k 31.6k 31.6k 0 0 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat atk-str-def 249k XP/hr 31.6k 31.6k 31.6k 0 0 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat atk-str-def 249k XP/hr 31.6k 31.6k 31.6k 0 0 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat mage-def 249k XP/hr 0 0 47.4k 47.4k 0 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat mage-def 249k XP/hr 0 0 47.4k 47.4k 0 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat mage-def 249k XP/hr 0 0 47.4k 47.4k 0 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat mage 249k XP/hr 0 0 0 94.9k 0 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat mage 249k XP/hr 0 0 0 94.9k 0 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat mage 249k XP/hr 0 0 0 94.9k 0 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat range-def 249k XP/hr 0 0 47.4k 0 47.4k 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat range-def 249k XP/hr 0 0 47.4k 0 47.4k 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat range-def 249k XP/hr 0 0 47.4k 0 47.4k 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat range 249k XP/hr 0 0 0 0 94.9k 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat range 249k XP/hr 0 0 0 0 94.9k 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant Bat range 249k XP/hr 0 0 0 0 94.9k 31.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","67.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,923, Pious: 2,404, Sharp: 481, 5% less materials for mastery)"],"newKC":409168} +Giant crypt spider atk-str-def 182k XP/hr 45.5k 45.5k 45.5k 0 0 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider atk-str-def 182k XP/hr 45.5k 45.5k 45.5k 0 0 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider atk-str-def 182k XP/hr 45.5k 45.5k 45.5k 0 0 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider mage-def 182k XP/hr 0 0 68.3k 68.3k 0 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider mage-def 182k XP/hr 0 0 68.3k 68.3k 0 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider mage-def 182k XP/hr 0 0 68.3k 68.3k 0 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider mage 182k XP/hr 0 0 0 136.6k 0 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider mage 182k XP/hr 0 0 0 136.6k 0 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider mage 182k XP/hr 0 0 0 136.6k 0 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider range-def 182k XP/hr 0 0 68.3k 0 68.3k 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider range-def 182k XP/hr 0 0 68.3k 0 68.3k 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider range-def 182k XP/hr 0 0 68.3k 0 68.3k 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider range 182k XP/hr 0 0 0 0 136.6k 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider range 182k XP/hr 0 0 0 0 136.6k 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant crypt spider range 182k XP/hr 0 0 0 0 136.6k 45.4k 0 19.2 Sharks/hr Loot/hr 19.2/hr Shark Cost/hr {"duration":2116795596,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":250958,"messages":["62740x bonus kills from Ori"],"newKC":250958} +Giant frog atk-str-def 325k XP/hr 43.3k 43.3k 43.3k 0 0 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1411 clues (Removed Metallic: 804, Treasured: 3,215,5% less materials for mastery)"],"newKC":179267} +Giant frog atk-str-def 325k XP/hr 43.3k 43.3k 43.3k 0 0 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1385 clues (Removed Metallic: 789, Treasured: 3,154,5% less materials for mastery)"],"newKC":179267} +Giant frog atk-str-def 325k XP/hr 43.3k 43.3k 43.3k 0 0 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1386 clues (Removed Metallic: 789, Treasured: 3,154,5% less materials for mastery)"],"newKC":179267} +Giant frog mage-def 325k XP/hr 0 0 65k 65k 0 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1371 clues (Removed Metallic: 781, Treasured: 3,124,5% less materials for mastery)"],"newKC":179267} +Giant frog mage-def 325k XP/hr 0 0 65k 65k 0 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1421 clues (Removed Metallic: 810, Treasured: 3,238,5% less materials for mastery)"],"newKC":179267} +Giant frog mage-def 325k XP/hr 0 0 65k 65k 0 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1351 clues (Removed Metallic: 770, Treasured: 3,078,5% less materials for mastery)"],"newKC":179267} +Giant frog mage 325k XP/hr 0 0 0 129.9k 0 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1328 clues (Removed Metallic: 757, Treasured: 3,025,5% less materials for mastery)"],"newKC":179267} +Giant frog mage 325k XP/hr 0 0 0 129.9k 0 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1359 clues (Removed Metallic: 774, Treasured: 3,094,5% less materials for mastery)"],"newKC":179267} +Giant frog mage 325k XP/hr 0 0 0 129.9k 0 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1394 clues (Removed Metallic: 795, Treasured: 3,177,5% less materials for mastery)"],"newKC":179267} +Giant frog range-def 325k XP/hr 0 0 65k 0 65k 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1431 clues (Removed Metallic: 816, Treasured: 3,261,5% less materials for mastery)"],"newKC":179267} +Giant frog range-def 325k XP/hr 0 0 65k 0 65k 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1404 clues (Removed Metallic: 800, Treasured: 3,200,5% less materials for mastery)"],"newKC":179267} +Giant frog range-def 325k XP/hr 0 0 65k 0 65k 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1386 clues (Removed Metallic: 789, Treasured: 3,154,5% less materials for mastery)"],"newKC":179267} +Giant frog range 325k XP/hr 0 0 0 0 129.9k 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1349 clues (Removed Metallic: 768, Treasured: 3,071,5% less materials for mastery)"],"newKC":179267} +Giant frog range 325k XP/hr 0 0 0 0 129.9k 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1362 clues (Removed Metallic: 776, Treasured: 3,101,5% less materials for mastery)"],"newKC":179267} +Giant frog range 325k XP/hr 0 0 0 0 129.9k 43.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987189037,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":179267,"messages":["44817x bonus kills from Ori","84m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,383, Pious: 2,979, Sharp: 596, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1424 clues (Removed Metallic: 812, Treasured: 3,246,5% less materials for mastery)"],"newKC":179267} +Giant Mole atk-str-def 325k XP/hr 50.9k 50.9k 50.9k 0 0 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Giant Mole atk-str-def 325k XP/hr 50.9k 50.9k 50.9k 0 0 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Giant Mole atk-str-def 325k XP/hr 50.9k 50.9k 50.9k 0 0 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Giant Mole mage-def 325k XP/hr 0 0 76.3k 76.3k 0 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Giant Mole mage-def 325k XP/hr 0 0 76.3k 76.3k 0 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Giant Mole mage-def 325k XP/hr 0 0 76.3k 76.3k 0 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Giant Mole mage 325k XP/hr 0 0 0 152.7k 0 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Giant Mole mage 325k XP/hr 0 0 0 152.7k 0 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Giant Mole mage 325k XP/hr 0 0 0 152.7k 0 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Giant Mole range-def 325k XP/hr 0 0 76.3k 0 76.3k 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)"],"newKC":10000} +Giant Mole range-def 325k XP/hr 0 0 76.3k 0 76.3k 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Giant Mole range-def 325k XP/hr 0 0 76.3k 0 76.3k 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Equippable mystery box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Giant Mole range 325k XP/hr 0 0 0 0 152.7k 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Giant Mole range 325k XP/hr 0 0 0 0 152.7k 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Giant Mole range 325k XP/hr 0 0 0 0 152.7k 50.8k 38.3k 0.0 Sharks/hr Loot/hr 17.8/hr Prayer potion(4) Cost/hr {"duration":202768000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","5% for Barrows gloves","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)"],"newKC":10000} +Giant rat atk-str-def 687k XP/hr 83.7k 83.7k 83.7k 0 0 83.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199243,"quantity":1385503,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":1385503,"messages":["346376x bonus kills from Ori","194.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5305 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1385503} +Giant rat atk-str-def 481k XP/hr 58.6k 58.6k 58.6k 0 0 58.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3850 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant rat atk-str-def 481k XP/hr 58.6k 58.6k 58.6k 0 0 58.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3811 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant rat mage-def 687k XP/hr 0 0 125.5k 125.5k 0 83.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199243,"quantity":1385503,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":1385503,"messages":["346376x bonus kills from Ori","194.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5461 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1385503} +Giant rat mage-def 481k XP/hr 0 0 87.9k 87.9k 0 58.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3774 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant rat mage-def 481k XP/hr 0 0 87.9k 87.9k 0 58.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3657 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant rat mage 687k XP/hr 0 0 0 251k 0 83.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199243,"quantity":1385503,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":1385503,"messages":["346376x bonus kills from Ori","194.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5477 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1385503} +Giant rat mage 481k XP/hr 0 0 0 175.7k 0 58.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3841 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant rat mage 481k XP/hr 0 0 0 175.7k 0 58.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3735 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant rat range-def 687k XP/hr 0 0 125.5k 0 125.5k 83.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199243,"quantity":1385503,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":1385503,"messages":["346376x bonus kills from Ori","194.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5405 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1385503} +Giant rat range-def 481k XP/hr 0 0 87.9k 0 87.9k 58.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3864 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant rat range-def 481k XP/hr 0 0 87.9k 0 87.9k 58.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3770 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant rat range 687k XP/hr 0 0 0 0 251k 83.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199243,"quantity":1385503,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":1385503,"messages":["346376x bonus kills from Ori","194.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5439 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1385503} +Giant rat range 481k XP/hr 0 0 0 0 175.7k 58.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3772 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant rat range 481k XP/hr 0 0 0 0 175.7k 58.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3766 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant spider atk-str-def 669k XP/hr 167.3k 167.3k 167.3k 0 0 166.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199243,"quantity":1385503,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":1385503,"messages":["346376x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 5465 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1385503} +Giant spider atk-str-def 468k XP/hr 117.1k 117.1k 117.1k 0 0 116.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3761 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant spider atk-str-def 468k XP/hr 117.1k 117.1k 117.1k 0 0 116.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3839 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant spider mage-def 669k XP/hr 0 0 251k 251k 0 166.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199243,"quantity":1385503,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":1385503,"messages":["346376x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 5541 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1385503} +Giant spider mage-def 468k XP/hr 0 0 175.7k 175.7k 0 116.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3782 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant spider mage-def 468k XP/hr 0 0 175.7k 175.7k 0 116.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3839 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant spider mage 669k XP/hr 0 0 0 502k 0 166.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199243,"quantity":1385503,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":1385503,"messages":["346376x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 5319 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1385503} +Giant spider mage 468k XP/hr 0 0 0 351.4k 0 116.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3764 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant spider mage 468k XP/hr 0 0 0 351.4k 0 116.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3807 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant spider range-def 669k XP/hr 0 0 251k 0 251k 166.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199243,"quantity":1385503,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":1385503,"messages":["346376x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 5481 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1385503} +Giant spider range-def 468k XP/hr 0 0 175.7k 0 175.7k 116.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3762 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant spider range-def 468k XP/hr 0 0 175.7k 0 175.7k 116.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3744 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant spider range 669k XP/hr 0 0 0 0 502k 166.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199243,"quantity":1385503,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":1385503,"messages":["346376x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 5285 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1385503} +Giant spider range 468k XP/hr 0 0 0 0 351.4k 116.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3828 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Giant spider range 468k XP/hr 0 0 0 0 351.4k 116.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3700 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":969914} +Goat atk-str-def 102k XP/hr 11.3k 11.3k 11.3k 0 0 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat atk-str-def 102k XP/hr 11.3k 11.3k 11.3k 0 0 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat atk-str-def 102k XP/hr 11.3k 11.3k 11.3k 0 0 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat mage-def 102k XP/hr 0 0 16.9k 16.9k 0 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat mage-def 102k XP/hr 0 0 16.9k 16.9k 0 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat mage-def 102k XP/hr 0 0 16.9k 16.9k 0 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat mage 102k XP/hr 0 0 0 33.9k 0 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat mage 102k XP/hr 0 0 0 33.9k 0 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat mage 102k XP/hr 0 0 0 33.9k 0 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat range-def 102k XP/hr 0 0 16.9k 0 16.9k 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat range-def 102k XP/hr 0 0 16.9k 0 16.9k 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat range-def 102k XP/hr 0 0 16.9k 0 16.9k 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat range 102k XP/hr 0 0 0 0 33.9k 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat range 102k XP/hr 0 0 0 0 33.9k 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goat range 102k XP/hr 0 0 0 0 33.9k 11.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987191875,"quantity":222496,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":222496,"messages":["55624x bonus kills from Ori","31.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 890, Pious: 1,112, Sharp: 223, 5% less materials for mastery)"],"newKC":222496} +Goblin atk-str-def 1.1m XP/hr 80.1k 80.1k 80.1k 0 0 79.9k 60k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":7194400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 7.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 122 clues (Removed Metallic: 92, Treasured: 365,5% less materials for mastery)"],"newKC":10000} +Goblin atk-str-def 488k XP/hr 36k 36k 36k 0 0 36k 27k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 121 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Goblin atk-str-def 488k XP/hr 36k 36k 36k 0 0 36k 27k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 123 clues (Removed Metallic: 92, Treasured: 365,5% less materials for mastery)"],"newKC":10000} +Goblin mage-def 1.1m XP/hr 0 0 120.1k 120.1k 0 79.9k 60k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":7194400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 7.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 127 clues (Removed Metallic: 90, Treasured: 358,5% less materials for mastery)"],"newKC":10000} +Goblin mage-def 488k XP/hr 0 0 54.1k 54.1k 0 36k 27k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 112 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Goblin mage-def 488k XP/hr 0 0 54.1k 54.1k 0 36k 27k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 110 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Goblin mage 1.1m XP/hr 0 0 0 240.2k 0 79.9k 60k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":7194400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 7.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 118 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Goblin mage 488k XP/hr 0 0 0 108.1k 0 36k 27k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 116 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Goblin mage 488k XP/hr 0 0 0 108.1k 0 36k 27k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 123 clues (Removed Metallic: 94, Treasured: 373,5% less materials for mastery)"],"newKC":10000} +Goblin range-def 1.1m XP/hr 0 0 120.1k 0 120.1k 79.9k 60k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":7194400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 7.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 115 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":10000} +Goblin range-def 488k XP/hr 0 0 54.1k 0 54.1k 36k 27k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 120 clues (Removed Metallic: 94, Treasured: 373,5% less materials for mastery)"],"newKC":10000} +Goblin range-def 488k XP/hr 0 0 54.1k 0 54.1k 36k 27k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 103 clues (Removed Metallic: 78, Treasured: 312,5% less materials for mastery)"],"newKC":10000} +Goblin range 1.1m XP/hr 0 0 0 0 240.2k 79.9k 60k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":7194400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 7.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 100 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Goblin range 488k XP/hr 0 0 0 0 108.1k 36k 27k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 98 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Goblin range 488k XP/hr 0 0 0 0 108.1k 36k 27k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":15980400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 106 clues (Removed Metallic: 78, Treasured: 312,5% less materials for mastery)"],"newKC":10000} +Greater Demon atk-str-def 2.5m XP/hr 492k 492k 492k 0 0 490.7k 369k 1345.5 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.8/hr Hellfire arrow,1345.5/hr Shark Cost/hr {"duration":8428000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.78% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.6k Cannonball, 662x Hellfire arrow, 3.2k Shark"]} {"quantity":9929,"messages":["You missed out on 71x kills because of pk encounters","2483x bonus kills from Ori","310300 Prayer XP from purifying 12412x Vile ashes using the Ash Sanctifier (987588 charges left).","You killed 9929x of your 10000 remaining kills, you now have 71 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9929} +Greater Demon atk-str-def 1.1m XP/hr 221.6k 221.6k 221.6k 0 0 221k 166.2k 605.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,605.5/hr Shark Cost/hr {"duration":18727800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.5k Hellfire arrow, 3.2k Shark"]} {"quantity":9936,"messages":["You missed out on 64x kills because of pk encounters","2484x bonus kills from Ori","310500 Prayer XP from purifying 12420x Vile ashes using the Ash Sanctifier (987580 charges left).","You killed 9936x of your 10000 remaining kills, you now have 64 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9936} +Greater Demon atk-str-def 1.1m XP/hr 219.8k 219.8k 219.8k 0 0 219.2k 164.8k 605.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,605.5/hr Shark Cost/hr {"duration":18727800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":9},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.5k Hellfire arrow, 3.2k Shark"]} {"quantity":9856,"messages":["You missed out on 144x kills because of pk encounters","2464x bonus kills from Ori","308000 Prayer XP from purifying 12320x Vile ashes using the Ash Sanctifier (987680 charges left).","You killed 9856x of your 10000 remaining kills, you now have 144 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9856} +Greater Demon atk-str-def 829k XP/hr 165.2k 165.2k 165.2k 0 0 164.8k 123.9k 448.7 Sharks/hr Loot/hr 3673.5/hr Cannonball,448.7/hr Shark Cost/hr {"duration":25274200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 25.8k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Greater Demon atk-str-def 373k XP/hr 74.4k 74.4k 74.4k 0 0 74.2k 55.8k 201.9 Sharks/hr Loot/hr 201.9/hr Shark Cost/hr {"duration":56163800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Greater Demon atk-str-def 373k XP/hr 74.4k 74.4k 74.4k 0 0 74.2k 55.8k 201.9 Sharks/hr Loot/hr 201.9/hr Shark Cost/hr {"duration":56163800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Greater Demon mage-def 1.1m XP/hr 0 0 333.9k 333.9k 0 222.1k 167k 605.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,605.5/hr Shark Cost/hr {"duration":18727800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.5k Hellfire arrow, 3.2k Shark"]} {"quantity":9984,"messages":["You missed out on 16x kills because of pk encounters","2496x bonus kills from Ori","312000 Prayer XP from purifying 12480x Vile ashes using the Ash Sanctifier (987520 charges left).","You killed 9984x of your 10000 remaining kills, you now have 16 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9984} +Greater Demon mage-def 2.4m XP/hr 0 0 729.9k 729.9k 0 485.4k 365k 1345.5 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.8/hr Hellfire arrow,1345.5/hr Shark Cost/hr {"duration":8428000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.6k Cannonball, 662x Hellfire arrow, 3.2k Shark"]} {"quantity":9821,"messages":["You missed out on 179x kills because of pk encounters","2456x bonus kills from Ori","306925 Prayer XP from purifying 12277x Vile ashes using the Ash Sanctifier (987723 charges left).","You killed 9821x of your 10000 remaining kills, you now have 179 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9821} +Greater Demon mage-def 1.1m XP/hr 0 0 331.3k 331.3k 0 220.3k 165.6k 605.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,605.5/hr Shark Cost/hr {"duration":18727800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.77% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.5k Hellfire arrow, 3.2k Shark"]} {"quantity":9904,"messages":["You missed out on 96x kills because of pk encounters","2476x bonus kills from Ori","309500 Prayer XP from purifying 12380x Vile ashes using the Ash Sanctifier (987620 charges left).","You killed 9904x of your 10000 remaining kills, you now have 96 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":9904} +Greater Demon mage-def 829k XP/hr 0 0 247.8k 247.8k 0 164.8k 123.9k 448.7 Sharks/hr Loot/hr 3673.5/hr Cannonball,448.7/hr Shark Cost/hr {"duration":25274200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 25.8k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Greater Demon mage-def 373k XP/hr 0 0 111.5k 111.5k 0 74.2k 55.8k 201.9 Sharks/hr Loot/hr 201.9/hr Shark Cost/hr {"duration":56163800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Greater Demon mage-def 373k XP/hr 0 0 111.5k 111.5k 0 74.2k 55.8k 201.9 Sharks/hr Loot/hr 201.9/hr Shark Cost/hr {"duration":56163800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Greater Demon mage 2.5m XP/hr 0 0 0 1.5m 0 490.7k 369k 1345.5 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.8/hr Hellfire arrow,1345.5/hr Shark Cost/hr {"duration":8428000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.6k Cannonball, 662x Hellfire arrow, 3.2k Shark"]} {"quantity":9929,"messages":["You missed out on 71x kills because of pk encounters","2483x bonus kills from Ori","310300 Prayer XP from purifying 12412x Vile ashes using the Ash Sanctifier (987588 charges left).","You killed 9929x of your 10000 remaining kills, you now have 71 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9929} +Greater Demon mage 1.1m XP/hr 0 0 0 664.7k 0 221k 166.2k 605.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,605.5/hr Shark Cost/hr {"duration":18727800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.95% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.5k Hellfire arrow, 3.2k Shark"]} {"quantity":9936,"messages":["You missed out on 64x kills because of pk encounters","2484x bonus kills from Ori","310500 Prayer XP from purifying 12420x Vile ashes using the Ash Sanctifier (987580 charges left).","You killed 9936x of your 10000 remaining kills, you now have 64 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9936} +Greater Demon mage 1.1m XP/hr 0 0 0 662.5k 0 220.3k 165.6k 605.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,605.5/hr Shark Cost/hr {"duration":18727800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.5k Hellfire arrow, 3.2k Shark"]} {"quantity":9904,"messages":["You missed out on 96x kills because of pk encounters","2476x bonus kills from Ori","309500 Prayer XP from purifying 12380x Vile ashes using the Ash Sanctifier (987620 charges left).","You killed 9904x of your 10000 remaining kills, you now have 96 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9904} +Greater Demon mage 829k XP/hr 0 0 0 495.7k 0 164.8k 123.9k 448.7 Sharks/hr Loot/hr 3673.5/hr Cannonball,448.7/hr Shark Cost/hr {"duration":25274200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 25.8k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Equippable mystery box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Greater Demon mage 373k XP/hr 0 0 0 223.1k 0 74.2k 55.8k 201.9 Sharks/hr Loot/hr 201.9/hr Shark Cost/hr {"duration":56163800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Equippable mystery box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Greater Demon mage 373k XP/hr 0 0 0 223.1k 0 74.2k 55.8k 201.9 Sharks/hr Loot/hr 201.9/hr Shark Cost/hr {"duration":56163800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Greater Demon range-def 1.1m XP/hr 0 0 332.3k 0 332.3k 221k 166.2k 605.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,605.5/hr Shark Cost/hr {"duration":18727800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.75% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.5k Hellfire arrow, 3.2k Shark"]} {"quantity":9936,"messages":["You missed out on 64x kills because of pk encounters","2484x bonus kills from Ori","310500 Prayer XP from purifying 12420x Vile ashes using the Ash Sanctifier (987580 charges left).","You killed 9936x of your 10000 remaining kills, you now have 64 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":9936} +Greater Demon range-def 1.1m XP/hr 0 0 331.8k 0 331.8k 220.6k 165.9k 605.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,605.5/hr Shark Cost/hr {"duration":18727800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.88% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.5k Hellfire arrow, 3.2k Shark"]} {"quantity":9920,"messages":["You missed out on 80x kills because of pk encounters","2480x bonus kills from Ori","310000 Prayer XP from purifying 12400x Vile ashes using the Ash Sanctifier (987600 charges left).","You killed 9920x of your 10000 remaining kills, you now have 80 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":9920} +Greater Demon range-def 2.4m XP/hr 0 0 727.3k 0 727.3k 483.7k 363.7k 1345.5 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.8/hr Hellfire arrow,1345.5/hr Shark Cost/hr {"duration":8428000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.97% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.6k Cannonball, 662x Hellfire arrow, 3.2k Shark"]} {"quantity":9786,"messages":["You missed out on 214x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2447x bonus kills from Ori","305825 Prayer XP from purifying 12233x Vile ashes using the Ash Sanctifier (987767 charges left).","You killed 9786x of your 10000 remaining kills, you now have 214 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9786} +Greater Demon range-def 829k XP/hr 0 0 247.8k 0 247.8k 164.8k 123.9k 448.7 Sharks/hr Loot/hr 3673.5/hr Cannonball,448.7/hr Shark Cost/hr {"duration":25274200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 25.8k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Greater Demon range-def 373k XP/hr 0 0 111.5k 0 111.5k 74.2k 55.8k 201.9 Sharks/hr Loot/hr 201.9/hr Shark Cost/hr {"duration":56163800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Greater Demon range-def 373k XP/hr 0 0 111.5k 0 111.5k 74.2k 55.8k 201.9 Sharks/hr Loot/hr 201.9/hr Shark Cost/hr {"duration":56163800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Greater Demon range 2.5m XP/hr 0 0 0 0 1.5m 492.5k 370.3k 1345.5 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.8/hr Hellfire arrow,1345.5/hr Shark Cost/hr {"duration":8428000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.6k Cannonball, 662x Hellfire arrow, 3.2k Shark"]} {"quantity":9964,"messages":["You missed out on 36x kills because of pk encounters","2491x bonus kills from Ori","311375 Prayer XP from purifying 12455x Vile ashes using the Ash Sanctifier (987545 charges left).","You killed 9964x of your 10000 remaining kills, you now have 36 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":9964} +Greater Demon range 1.1m XP/hr 0 0 0 0 658.2k 218.9k 164.6k 605.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,605.5/hr Shark Cost/hr {"duration":18727800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.5k Hellfire arrow, 3.2k Shark"]} {"quantity":9840,"messages":["You missed out on 160x kills because of pk encounters","2460x bonus kills from Ori","307500 Prayer XP from purifying 12300x Vile ashes using the Ash Sanctifier (987700 charges left).","You killed 9840x of your 10000 remaining kills, you now have 160 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":9840} +Greater Demon range 1.1m XP/hr 0 0 0 0 660.4k 219.6k 165.1k 605.5 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,605.5/hr Shark Cost/hr {"duration":18727800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.5k Hellfire arrow, 3.2k Shark"]} {"quantity":9872,"messages":["You missed out on 128x kills because of pk encounters","2468x bonus kills from Ori","308500 Prayer XP from purifying 12340x Vile ashes using the Ash Sanctifier (987660 charges left).","You killed 9872x of your 10000 remaining kills, you now have 128 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":9872} +Greater Demon range 829k XP/hr 0 0 0 0 495.7k 164.8k 123.9k 448.7 Sharks/hr Loot/hr 3673.5/hr Cannonball,448.7/hr Shark Cost/hr {"duration":25274200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 25.8k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Greater Demon range 373k XP/hr 0 0 0 0 223.1k 74.2k 55.8k 201.9 Sharks/hr Loot/hr 201.9/hr Shark Cost/hr {"duration":56163800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Greater Demon range 373k XP/hr 0 0 0 0 223.1k 74.2k 55.8k 201.9 Sharks/hr Loot/hr 201.9/hr Shark Cost/hr {"duration":56163800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Greater Nechryael atk-str-def 2.5m XP/hr 474k 474k 474k 0 0 472.9k 442.8k 945.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.6/hr Hellfire arrow,945.5/hr Shark Cost/hr {"duration":20560400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Cannonball, 1.6k Hellfire arrow, 5.4k Shark"]} {"quantity":9825,"messages":["You missed out on 175x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2421x bonus kills from Ori","795990 Prayer XP from purifying 12246x Malicious ashes using the Ash Sanctifier (987754 charges left).","You slayed 142x superior monsters.","You killed 9825x of your 10000 remaining kills, you now have 175 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9825} +Greater Nechryael atk-str-def 1.7m XP/hr 331.8k 331.8k 331.8k 0 0 331k 300.6k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.75% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9837,"messages":["You missed out on 163x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2430x bonus kills from Ori","797355 Prayer XP from purifying 12267x Malicious ashes using the Ash Sanctifier (987733 charges left).","You slayed 118x superior monsters.","You killed 9837x of your 10000 remaining kills, you now have 163 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9837} +Greater Nechryael atk-str-def 1.8m XP/hr 332.5k 332.5k 332.5k 0 0 331.7k 322.9k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":17},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.66% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9827,"messages":["You missed out on 173x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2414x bonus kills from Ori","795665 Prayer XP from purifying 12241x Malicious ashes using the Ash Sanctifier (987759 charges left).","You slayed 174x superior monsters.","You killed 9827x of your 10000 remaining kills, you now have 173 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":9827} +Greater Nechryael atk-str-def 2.4m XP/hr 468k 468k 468k 0 0 466.9k 429.3k 945.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.6/hr Hellfire arrow,945.5/hr Shark Cost/hr {"duration":20560400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":20},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.78% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Cannonball, 1.6k Hellfire arrow, 5.4k Shark"]} {"quantity":9708,"messages":["You missed out on 292x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2396x bonus kills from Ori","786760 Prayer XP from purifying 12104x Malicious ashes using the Ash Sanctifier (987896 charges left).","You slayed 126x superior monsters.","You killed 9708x of your 10000 remaining kills, you now have 292 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9708} +Greater Nechryael atk-str-def 1.7m XP/hr 328.9k 328.9k 328.9k 0 0 328k 301.5k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":25},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9745,"messages":["You missed out on 255x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2405x bonus kills from Ori","789750 Prayer XP from purifying 12150x Malicious ashes using the Ash Sanctifier (987850 charges left).","You slayed 126x superior monsters.","You killed 9745x of your 10000 remaining kills, you now have 255 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9745} +Greater Nechryael atk-str-def 1.7m XP/hr 325.6k 325.6k 325.6k 0 0 324.8k 308.3k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.58% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9633,"messages":["You missed out on 367x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2371x bonus kills from Ori","780260 Prayer XP from purifying 12004x Malicious ashes using the Ash Sanctifier (987996 charges left).","You slayed 150x superior monsters.","You killed 9633x of your 10000 remaining kills, you now have 367 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9633} +Greater Nechryael mage-def 3.8m XP/hr 0 0 1.1m 0 1.1m 732.1k 696.4k 1470.5 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.5/hr Blood rune,282.7/hr Hellfire arrow,1470.5/hr Shark Cost/hr {"duration":13220200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.76% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Blood rune, 12.6k Death rune, 1k Hellfire arrow, 5.4k Shark"]} {"quantity":9773,"messages":["You missed out on 227x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2405x bonus kills from Ori","791570 Prayer XP from purifying 12178x Malicious ashes using the Ash Sanctifier (987822 charges left).","You slayed 154x superior monsters.","You killed 9773x of your 10000 remaining kills, you now have 227 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":9773} +Greater Nechryael mage-def 2.7m XP/hr 0 0 767.4k 0 767.4k 510.3k 480.1k 1018.3 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1018.3/hr Shark Cost/hr {"duration":19090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.94% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18.2k Chaos rune, 9.1k Death rune, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9843,"messages":["You missed out on 157x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2425x bonus kills from Ori","797420 Prayer XP from purifying 12268x Malicious ashes using the Ash Sanctifier (987732 charges left).","You slayed 146x superior monsters.","You killed 9843x of your 10000 remaining kills, you now have 157 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9843} +Greater Nechryael mage-def 3.8m XP/hr 0 0 1.1m 1.1m 0 729.8k 682.6k 1470.5 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.5/hr Blood rune,282.7/hr Hellfire arrow,1470.5/hr Shark Cost/hr {"duration":13220200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.70% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Blood rune, 12.6k Death rune, 1k Hellfire arrow, 5.4k Shark"]} {"quantity":9750,"messages":["You missed out on 250x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2403x bonus kills from Ori","789945 Prayer XP from purifying 12153x Malicious ashes using the Ash Sanctifier (987847 charges left).","You slayed 140x superior monsters.","You killed 9750x of your 10000 remaining kills, you now have 250 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":9750} +Greater Nechryael mage-def 2.7m XP/hr 0 0 766.1k 766.1k 0 509.5k 479.5k 1018.3 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1018.3/hr Shark Cost/hr {"duration":19090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.76% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18.2k Chaos rune, 9.1k Death rune, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9827,"messages":["You missed out on 173x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2421x bonus kills from Ori","796120 Prayer XP from purifying 12248x Malicious ashes using the Ash Sanctifier (987752 charges left).","You slayed 146x superior monsters.","You killed 9827x of your 10000 remaining kills, you now have 173 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":9827} +Greater Nechryael mage-def 2.5m XP/hr 0 0 711.4k 711.4k 0 473.1k 433k 945.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.6/hr Hellfire arrow,945.5/hr Shark Cost/hr {"duration":20560400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.86% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Cannonball, 1.6k Hellfire arrow, 5.4k Shark"]} {"quantity":9840,"messages":["You missed out on 160x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2429x bonus kills from Ori","797485 Prayer XP from purifying 12269x Malicious ashes using the Ash Sanctifier (987731 charges left).","You slayed 124x superior monsters.","You killed 9840x of your 10000 remaining kills, you now have 160 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":9840} +Greater Nechryael mage-def 2.5m XP/hr 0 0 711.4k 711.4k 0 473.1k 448.6k 945.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.6/hr Hellfire arrow,945.5/hr Shark Cost/hr {"duration":20560400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Cannonball, 1.6k Hellfire arrow, 5.4k Shark"]} {"quantity":9825,"messages":["You missed out on 175x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2419x bonus kills from Ori","795860 Prayer XP from purifying 12244x Malicious ashes using the Ash Sanctifier (987756 charges left).","You slayed 152x superior monsters.","You killed 9825x of your 10000 remaining kills, you now have 175 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":9825} +Greater Nechryael mage-def 2.7m XP/hr 509.9k 509.9k 509.9k 0 0 508.6k 477.6k 1018.3 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1018.3/hr Shark Cost/hr {"duration":19090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.68% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18.2k Chaos rune, 9.1k Death rune, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9811,"messages":["You missed out on 189x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2417x bonus kills from Ori","794820 Prayer XP from purifying 12228x Malicious ashes using the Ash Sanctifier (987772 charges left).","You slayed 144x superior monsters.","You killed 9811x of your 10000 remaining kills, you now have 189 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":9811} +Greater Nechryael mage-def 2.6m XP/hr 0 0 763.4k 763.4k 0 507.7k 457.8k 1018.3 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1018.3/hr Shark Cost/hr {"duration":19090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.67% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18.2k Chaos rune, 9.1k Death rune, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9811,"messages":["You missed out on 189x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2425x bonus kills from Ori","795340 Prayer XP from purifying 12236x Malicious ashes using the Ash Sanctifier (987764 charges left).","You slayed 112x superior monsters.","You killed 9811x of your 10000 remaining kills, you now have 189 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9811} +Greater Nechryael mage-def 2.6m XP/hr 0 0 761.9k 0 761.9k 506.7k 468.9k 1018.3 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1018.3/hr Shark Cost/hr {"duration":19090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":14},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18.2k Chaos rune, 9.1k Death rune, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9780,"messages":["You missed out on 220x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2412x bonus kills from Ori","792480 Prayer XP from purifying 12192x Malicious ashes using the Ash Sanctifier (987808 charges left).","You slayed 132x superior monsters.","You killed 9780x of your 10000 remaining kills, you now have 220 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9780} +Greater Nechryael mage-def 1.7m XP/hr 0 0 498.1k 498.1k 0 331.2k 299.3k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":15},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.88% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9847,"messages":["You missed out on 153x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2434x bonus kills from Ori","798265 Prayer XP from purifying 12281x Malicious ashes using the Ash Sanctifier (987719 charges left).","You slayed 114x superior monsters.","You killed 9847x of your 10000 remaining kills, you now have 153 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":9847} +Greater Nechryael mage-def 1.7m XP/hr 0 0 498.2k 498.2k 0 331.3k 314.9k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":17},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.95% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9827,"messages":["You missed out on 173x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2419x bonus kills from Ori","795990 Prayer XP from purifying 12246x Malicious ashes using the Ash Sanctifier (987754 charges left).","You slayed 154x superior monsters.","You killed 9827x of your 10000 remaining kills, you now have 173 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9827} +Greater Nechryael mage-def 2.6m XP/hr 504.1k 504.1k 504.1k 0 0 502.9k 454.1k 1018.3 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1018.3/hr Shark Cost/hr {"duration":19090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.67% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18.2k Chaos rune, 9.1k Death rune, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9717,"messages":["You missed out on 283x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2402x bonus kills from Ori","787735 Prayer XP from purifying 12119x Malicious ashes using the Ash Sanctifier (987881 charges left).","You slayed 112x superior monsters.","You killed 9717x of your 10000 remaining kills, you now have 283 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9717} +Greater Nechryael mage-def 1.7m XP/hr 0 0 497.2k 497.2k 0 330.6k 308.1k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9816,"messages":["You missed out on 184x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2420x bonus kills from Ori","795340 Prayer XP from purifying 12236x Malicious ashes using the Ash Sanctifier (987764 charges left).","You slayed 138x superior monsters.","You killed 9816x of your 10000 remaining kills, you now have 184 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":9816} +Greater Nechryael mage-def 3.8m XP/hr 736.3k 736.3k 736.3k 0 0 734.5k 679.3k 1470.5 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.5/hr Blood rune,282.7/hr Hellfire arrow,1470.5/hr Shark Cost/hr {"duration":13220200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.72% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Blood rune, 12.6k Death rune, 1k Hellfire arrow, 5.4k Shark"]} {"quantity":9818,"messages":["You missed out on 182x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2422x bonus kills from Ori","795600 Prayer XP from purifying 12240x Malicious ashes using the Ash Sanctifier (987760 charges left).","You slayed 132x superior monsters.","You killed 9818x of your 10000 remaining kills, you now have 182 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":9818} +Greater Nechryael mage-def 3.8m XP/hr 0 0 1.1m 1.1m 0 734.3k 675.8k 1470.5 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.5/hr Blood rune,282.7/hr Hellfire arrow,1470.5/hr Shark Cost/hr {"duration":13220200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.72% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Blood rune, 12.6k Death rune, 1k Hellfire arrow, 5.4k Shark"]} {"quantity":9818,"messages":["You missed out on 182x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2423x bonus kills from Ori","795665 Prayer XP from purifying 12241x Malicious ashes using the Ash Sanctifier (987759 charges left).","You slayed 128x superior monsters.","You killed 9818x of your 10000 remaining kills, you now have 182 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9818} +Greater Nechryael mage-def 3.9m XP/hr 0 0 1.1m 0 1.1m 733.7k 697.7k 1470.5 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.5/hr Blood rune,282.7/hr Hellfire arrow,1470.5/hr Shark Cost/hr {"duration":13220200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":9},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.93% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Blood rune, 12.6k Death rune, 1k Hellfire arrow, 5.4k Shark"]} {"quantity":9795,"messages":["You missed out on 205x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2411x bonus kills from Ori","793390 Prayer XP from purifying 12206x Malicious ashes using the Ash Sanctifier (987794 charges left).","You slayed 154x superior monsters.","You killed 9795x of your 10000 remaining kills, you now have 205 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":9795} +Greater Nechryael mage-def 1.7m XP/hr 0 0 485.1k 485.1k 0 322.6k 291.1k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":20},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.91% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9592,"messages":["You missed out on 408x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2371x bonus kills from Ori","777595 Prayer XP from purifying 11963x Malicious ashes using the Ash Sanctifier (988037 charges left).","You slayed 110x superior monsters.","You killed 9592x of your 10000 remaining kills, you now have 408 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9592} +Greater Nechryael mage-def 3.8m XP/hr 722.7k 722.7k 722.7k 0 0 721k 668.9k 1470.5 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.5/hr Blood rune,282.7/hr Hellfire arrow,1470.5/hr Shark Cost/hr {"duration":13220200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":8},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Blood rune, 12.6k Death rune, 1k Hellfire arrow, 5.4k Shark"]} {"quantity":9636,"messages":["You missed out on 364x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2376x bonus kills from Ori","780780 Prayer XP from purifying 12012x Malicious ashes using the Ash Sanctifier (987988 charges left).","You slayed 132x superior monsters.","You killed 9636x of your 10000 remaining kills, you now have 364 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":9636} +Greater Nechryael mage 2.5m XP/hr 0 0 0 1.4m 0 473.8k 434.7k 945.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.6/hr Hellfire arrow,945.5/hr Shark Cost/hr {"duration":20560400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.89% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Cannonball, 1.6k Hellfire arrow, 5.4k Shark"]} {"quantity":9854,"messages":["You missed out on 146x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2432x bonus kills from Ori","798590 Prayer XP from purifying 12286x Malicious ashes using the Ash Sanctifier (987714 charges left).","You slayed 126x superior monsters.","You killed 9854x of your 10000 remaining kills, you now have 146 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9854} +Greater Nechryael mage 2.7m XP/hr 0 0 0 0 1.5m 510k 473.9k 1018.3 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1018.3/hr Shark Cost/hr {"duration":19090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.75% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18.2k Chaos rune, 9.1k Death rune, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9843,"messages":["You missed out on 157x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2427x bonus kills from Ori","797550 Prayer XP from purifying 12270x Malicious ashes using the Ash Sanctifier (987730 charges left).","You slayed 136x superior monsters.","You killed 9843x of your 10000 remaining kills, you now have 157 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9843} +Greater Nechryael mage 2.6m XP/hr 0 0 0 1.5m 0 506.6k 451k 1018.3 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1018.3/hr Shark Cost/hr {"duration":19090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.89% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18.2k Chaos rune, 9.1k Death rune, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9796,"messages":["You missed out on 204x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2424x bonus kills from Ori","794300 Prayer XP from purifying 12220x Malicious ashes using the Ash Sanctifier (987780 charges left).","You slayed 102x superior monsters.","You killed 9796x of your 10000 remaining kills, you now have 204 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9796} +Greater Nechryael mage 1.7m XP/hr 0 0 0 999.6k 0 332.4k 310.3k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9867,"messages":["You missed out on 133x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2432x bonus kills from Ori","799435 Prayer XP from purifying 12299x Malicious ashes using the Ash Sanctifier (987701 charges left).","You slayed 140x superior monsters.","You killed 9867x of your 10000 remaining kills, you now have 133 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9867} +Greater Nechryael mage 2.6m XP/hr 0 0 0 0 1.5m 506.3k 461.5k 1018.3 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1018.3/hr Shark Cost/hr {"duration":19090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":14},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18.2k Chaos rune, 9.1k Death rune, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9780,"messages":["You missed out on 220x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2415x bonus kills from Ori","792675 Prayer XP from purifying 12195x Malicious ashes using the Ash Sanctifier (987805 charges left).","You slayed 120x superior monsters.","You killed 9780x of your 10000 remaining kills, you now have 220 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9780} +Greater Nechryael mage 3.8m XP/hr 0 0 0 0 2.2m 721.6k 647k 1470.5 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.5/hr Blood rune,282.7/hr Hellfire arrow,1470.5/hr Shark Cost/hr {"duration":13220200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":15},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.88% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Blood rune, 12.6k Death rune, 1k Hellfire arrow, 5.4k Shark"]} {"quantity":9659,"messages":["You missed out on 341x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2389x bonus kills from Ori","783120 Prayer XP from purifying 12048x Malicious ashes using the Ash Sanctifier (987952 charges left).","You slayed 106x superior monsters.","You killed 9659x of your 10000 remaining kills, you now have 341 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":9659} +Greater Nechryael mage 2.5m XP/hr 0 0 0 1.4m 0 470.2k 429.7k 945.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.6/hr Hellfire arrow,945.5/hr Shark Cost/hr {"duration":20560400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":15},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Cannonball, 1.6k Hellfire arrow, 5.4k Shark"]} {"quantity":9781,"messages":["You missed out on 219x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2415x bonus kills from Ori","792740 Prayer XP from purifying 12196x Malicious ashes using the Ash Sanctifier (987804 charges left).","You slayed 122x superior monsters.","You killed 9781x of your 10000 remaining kills, you now have 219 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":9781} +Greater Nechryael mage 1.7m XP/hr 0 0 0 997.6k 0 331.7k 309.7k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":15},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.96% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9847,"messages":["You missed out on 153x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2427x bonus kills from Ori","797810 Prayer XP from purifying 12274x Malicious ashes using the Ash Sanctifier (987726 charges left).","You slayed 140x superior monsters.","You killed 9847x of your 10000 remaining kills, you now have 153 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":9847} +Greater Nechryael mage 2.6m XP/hr 0 0 0 1.5m 0 504k 462.1k 1018.3 Sharks/hr Loot/hr 1714.3/hr Death rune,3428.7/hr Chaos rune,282.7/hr Hellfire arrow,1018.3/hr Shark Cost/hr {"duration":19090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":17},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18.2k Chaos rune, 9.1k Death rune, 1.5k Hellfire arrow, 5.4k Shark"]} {"quantity":9733,"messages":["You missed out on 267x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2403x bonus kills from Ori","788840 Prayer XP from purifying 12136x Malicious ashes using the Ash Sanctifier (987864 charges left).","You slayed 124x superior monsters.","You killed 9733x of your 10000 remaining kills, you now have 267 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9733} +Greater Nechryael mage 1.7m XP/hr 0 0 0 992k 0 329.9k 312.2k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":21},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9786,"messages":["You missed out on 214x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2409x bonus kills from Ori","792675 Prayer XP from purifying 12195x Malicious ashes using the Ash Sanctifier (987805 charges left).","You slayed 150x superior monsters.","You killed 9786x of your 10000 remaining kills, you now have 214 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9786} +Greater Nechryael mage 1.7m XP/hr 0 0 0 988.7k 0 328.8k 302.8k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":23},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.72% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9765,"messages":["You missed out on 235x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2410x bonus kills from Ori","791375 Prayer XP from purifying 12175x Malicious ashes using the Ash Sanctifier (987825 charges left).","You slayed 128x superior monsters.","You killed 9765x of your 10000 remaining kills, you now have 235 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":9765} +Greater Nechryael mage 3.9m XP/hr 0 0 0 0 2.2m 740.4k 666.7k 1470.5 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.5/hr Blood rune,282.7/hr Hellfire arrow,1470.5/hr Shark Cost/hr {"duration":13220200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Blood rune, 12.6k Death rune, 1k Hellfire arrow, 5.4k Shark"]} {"quantity":9909,"messages":["You missed out on 91x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2450x bonus kills from Ori","803335 Prayer XP from purifying 12359x Malicious ashes using the Ash Sanctifier (987641 charges left).","You slayed 112x superior monsters.","You killed 9909x of your 10000 remaining kills, you now have 91 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":9909} +Greater Nechryael mage 3.9m XP/hr 0 0 0 2.2m 0 739.5k 683.2k 1470.5 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.5/hr Blood rune,282.7/hr Hellfire arrow,1470.5/hr Shark Cost/hr {"duration":13220200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.94% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Blood rune, 12.6k Death rune, 1k Hellfire arrow, 5.4k Shark"]} {"quantity":9886,"messages":["You missed out on 114x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2439x bonus kills from Ori","801125 Prayer XP from purifying 12325x Malicious ashes using the Ash Sanctifier (987675 charges left).","You slayed 132x superior monsters.","You killed 9886x of your 10000 remaining kills, you now have 114 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":9886} +Greater Nechryael mage 3.8m XP/hr 0 0 0 2.2m 0 734.3k 641.4k 1470.5 Sharks/hr Loot/hr 3428.7/hr Death rune,1714.5/hr Blood rune,282.7/hr Hellfire arrow,1470.5/hr Shark Cost/hr {"duration":13220200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.65% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Blood rune, 12.6k Death rune, 1k Hellfire arrow, 5.4k Shark"]} {"quantity":9841,"messages":["You missed out on 159x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2439x bonus kills from Ori","798200 Prayer XP from purifying 12280x Malicious ashes using the Ash Sanctifier (987720 charges left).","You slayed 88x superior monsters.","You killed 9841x of your 10000 remaining kills, you now have 159 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9841} +Greater Nechryael range-def 2.5m XP/hr 0 0 712.2k 0 712.2k 473.6k 444.5k 945.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.6/hr Hellfire arrow,945.5/hr Shark Cost/hr {"duration":20560400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.86% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Cannonball, 1.6k Hellfire arrow, 5.4k Shark"]} {"quantity":9840,"messages":["You missed out on 160x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2424x bonus kills from Ori","797160 Prayer XP from purifying 12264x Malicious ashes using the Ash Sanctifier (987736 charges left).","You slayed 144x superior monsters.","You killed 9840x of your 10000 remaining kills, you now have 160 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9840} +Greater Nechryael range-def 1.7m XP/hr 0 0 497k 0 497k 330.5k 304.9k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.79% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9816,"messages":["You missed out on 184x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2422x bonus kills from Ori","795470 Prayer XP from purifying 12238x Malicious ashes using the Ash Sanctifier (987762 charges left).","You slayed 130x superior monsters.","You killed 9816x of your 10000 remaining kills, you now have 184 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":9816} +Greater Nechryael range-def 1.7m XP/hr 0 0 497k 0 497k 330.5k 312.7k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.72% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9806,"messages":["You missed out on 194x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2414x bonus kills from Ori","794300 Prayer XP from purifying 12220x Malicious ashes using the Ash Sanctifier (987780 charges left).","You slayed 150x superior monsters.","You killed 9806x of your 10000 remaining kills, you now have 194 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9806} +Greater Nechryael range-def 1.7m XP/hr 0 0 494.5k 0 494.5k 328.9k 305.2k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":23},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9765,"messages":["You missed out on 235x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2408x bonus kills from Ori","791245 Prayer XP from purifying 12173x Malicious ashes using the Ash Sanctifier (987827 charges left).","You slayed 134x superior monsters.","You killed 9765x of your 10000 remaining kills, you now have 235 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":9765} +Greater Nechryael range-def 2.4m XP/hr 0 0 699.1k 0 699.1k 464.9k 416.8k 945.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.6/hr Hellfire arrow,945.5/hr Shark Cost/hr {"duration":20560400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.83% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Cannonball, 1.6k Hellfire arrow, 5.4k Shark"]} {"quantity":9679,"messages":["You missed out on 321x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2394x bonus kills from Ori","784745 Prayer XP from purifying 12073x Malicious ashes using the Ash Sanctifier (987927 charges left).","You slayed 106x superior monsters.","You killed 9679x of your 10000 remaining kills, you now have 321 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9679} +Greater Nechryael range-def 1.7m XP/hr 0 0 486.9k 0 486.9k 323.8k 302.9k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9612,"messages":["You missed out on 388x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2369x bonus kills from Ori","778765 Prayer XP from purifying 11981x Malicious ashes using the Ash Sanctifier (988019 charges left).","You slayed 138x superior monsters.","You killed 9612x of your 10000 remaining kills, you now have 388 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9612} +Greater Nechryael range 2.4m XP/hr 0 0 0 0 1.4m 470.6k 422.2k 945.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.6/hr Hellfire arrow,945.5/hr Shark Cost/hr {"duration":20560400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":14},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.89% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Cannonball, 1.6k Hellfire arrow, 5.4k Shark"]} {"quantity":9796,"messages":["You missed out on 204x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2422x bonus kills from Ori","794170 Prayer XP from purifying 12218x Malicious ashes using the Ash Sanctifier (987782 charges left).","You slayed 108x superior monsters.","You killed 9796x of your 10000 remaining kills, you now have 204 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9796} +Greater Nechryael range 1.7m XP/hr 0 0 0 0 998.9k 332.2k 312.4k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":14},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.95% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9857,"messages":["You missed out on 143x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2428x bonus kills from Ori","798525 Prayer XP from purifying 12285x Malicious ashes using the Ash Sanctifier (987715 charges left).","You slayed 146x superior monsters.","You killed 9857x of your 10000 remaining kills, you now have 143 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":9857} +Greater Nechryael range 1.7m XP/hr 0 0 0 0 994k 330.5k 298k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":17},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9827,"messages":["You missed out on 173x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2429x bonus kills from Ori","796640 Prayer XP from purifying 12256x Malicious ashes using the Ash Sanctifier (987744 charges left).","You slayed 112x superior monsters.","You killed 9827x of your 10000 remaining kills, you now have 173 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":9827} +Greater Nechryael range 1.7m XP/hr 0 0 0 0 994k 330.5k 305.7k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.72% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9816,"messages":["You missed out on 184x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2421x bonus kills from Ori","795405 Prayer XP from purifying 12237x Malicious ashes using the Ash Sanctifier (987763 charges left).","You slayed 132x superior monsters.","You killed 9816x of your 10000 remaining kills, you now have 184 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":9816} +Greater Nechryael range 2.5m XP/hr 0 0 0 0 1.4m 476.1k 439.8k 945.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,282.6/hr Hellfire arrow,945.5/hr Shark Cost/hr {"duration":20560400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.95% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Cannonball, 1.6k Hellfire arrow, 5.4k Shark"]} {"quantity":9898,"messages":["You missed out on 102x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2442x bonus kills from Ori","802100 Prayer XP from purifying 12340x Malicious ashes using the Ash Sanctifier (987660 charges left).","You slayed 132x superior monsters.","You killed 9898x of your 10000 remaining kills, you now have 102 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9898} +Greater Nechryael range 1.7m XP/hr 0 0 0 0 966.6k 321.4k 293.3k 661.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,661.9/hr Shark Cost/hr {"duration":29370600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":22},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.96% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 5.4k Shark"]} {"quantity":9551,"messages":["You missed out on 449x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2359x bonus kills from Ori","774150 Prayer XP from purifying 11910x Malicious ashes using the Ash Sanctifier (988090 charges left).","You slayed 118x superior monsters.","You killed 9551x of your 10000 remaining kills, you now have 449 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9551} +Green dragon atk-str-def 6.1m XP/hr 225.5k 225.5k 225.5k 0 0 224.9k 169.1k 811.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.8/hr Hellfire arrow,811.8/hr Shark Cost/hr {"duration":15964200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.33% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Cannonball, 1.3k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 84, Organic: 209, Plated: 126,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Green dragon atk-str-def 4.3m XP/hr 157.8k 157.8k 157.8k 0 0 157.4k 118.3k 568.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,568.1/hr Shark Cost/hr {"duration":22814400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.8k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 120, Organic: 300, Plated: 180,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Green dragon atk-str-def 4.3m XP/hr 157.8k 157.8k 157.8k 0 0 157.4k 118.3k 568.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,568.1/hr Shark Cost/hr {"duration":22814400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.35% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.8k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 120, Organic: 300, Plated: 180,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Green dragon atk-str-def 2.4m XP/hr 88.4k 88.4k 88.4k 0 0 88.2k 66.3k 318.4 Sharks/hr Loot/hr 1224.5/hr Cannonball,318.4/hr Shark Cost/hr {"duration":40709200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 13.8k Cannonball, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 215, Organic: 537, Plated: 323,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Green dragon atk-str-def 1.7m XP/hr 61.9k 61.9k 61.9k 0 0 61.7k 46.4k 222.8 Sharks/hr Loot/hr 222.8/hr Shark Cost/hr {"duration":58163000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 308, Organic: 770, Plated: 462,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Green dragon atk-str-def 1.7m XP/hr 61.9k 61.9k 61.9k 0 0 61.7k 46.4k 222.8 Sharks/hr Loot/hr 222.8/hr Shark Cost/hr {"duration":58163000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 308, Organic: 770, Plated: 462,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Green dragon mage-def 6.1m XP/hr 0 0 338.3k 338.3k 0 224.9k 169.1k 811.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.8/hr Hellfire arrow,811.8/hr Shark Cost/hr {"duration":15964200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Cannonball, 1.3k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Holiday Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 84, Organic: 209, Plated: 126,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Green dragon mage-def 4.3m XP/hr 0 0 236.7k 236.7k 0 157.4k 118.3k 568.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,568.1/hr Shark Cost/hr {"duration":22814400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.26% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.8k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 120, Organic: 300, Plated: 180,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Green dragon mage-def 4.3m XP/hr 0 0 236.7k 236.7k 0 157.4k 118.3k 568.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,568.1/hr Shark Cost/hr {"duration":22814400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.8k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 120, Organic: 300, Plated: 180,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Green dragon mage-def 2m XP/hr 0 0 112.8k 112.8k 0 75k 56.4k 270.6 Sharks/hr Loot/hr 1224.5/hr Cannonball,270.6/hr Shark Cost/hr {"duration":47892600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 16.3k Cannonball, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 253, Organic: 632, Plated: 380,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Green dragon mage-def 1.4m XP/hr 0 0 78.9k 78.9k 0 52.5k 39.5k 189.4 Sharks/hr Loot/hr 189.4/hr Shark Cost/hr {"duration":68423600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 361, Organic: 903, Plated: 542,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Green dragon mage-def 1.4m XP/hr 0 0 78.9k 78.9k 0 52.5k 39.5k 189.4 Sharks/hr Loot/hr 189.4/hr Shark Cost/hr {"duration":68423600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 361, Organic: 903, Plated: 542,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Green dragon mage 6.1m XP/hr 0 0 0 676.5k 0 224.9k 169.1k 811.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.8/hr Hellfire arrow,811.8/hr Shark Cost/hr {"duration":15964200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Cannonball, 1.3k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 84, Organic: 209, Plated: 126,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Green dragon mage 4.3m XP/hr 0 0 0 473.4k 0 157.4k 118.3k 568.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,568.1/hr Shark Cost/hr {"duration":22814400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.8k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 120, Organic: 300, Plated: 180,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Green dragon mage 4.3m XP/hr 0 0 0 473.4k 0 157.4k 118.3k 568.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,568.1/hr Shark Cost/hr {"duration":22814400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.8k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 120, Organic: 300, Plated: 180,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Green dragon mage 2m XP/hr 0 0 0 225.5k 0 75k 56.4k 270.6 Sharks/hr Loot/hr 1224.5/hr Cannonball,270.6/hr Shark Cost/hr {"duration":47892600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 16.3k Cannonball, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 253, Organic: 632, Plated: 380,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Green dragon mage 1.4m XP/hr 0 0 0 157.8k 0 52.5k 39.5k 189.4 Sharks/hr Loot/hr 189.4/hr Shark Cost/hr {"duration":68423600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 361, Organic: 903, Plated: 542,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Green dragon mage 1.4m XP/hr 0 0 0 157.8k 0 52.5k 39.5k 189.4 Sharks/hr Loot/hr 189.4/hr Shark Cost/hr {"duration":68423600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 361, Organic: 903, Plated: 542,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Green dragon range-def 6.1m XP/hr 0 0 338.3k 0 338.3k 224.9k 169.1k 811.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.8/hr Hellfire arrow,811.8/hr Shark Cost/hr {"duration":15964200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.25% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Cannonball, 1.3k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 84, Organic: 209, Plated: 126,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Green dragon range-def 4.3m XP/hr 0 0 236.7k 0 236.7k 157.4k 118.3k 568.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,568.1/hr Shark Cost/hr {"duration":22814400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.8k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 120, Organic: 300, Plated: 180,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Green dragon range-def 4.3m XP/hr 0 0 236.7k 0 236.7k 157.4k 118.3k 568.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,568.1/hr Shark Cost/hr {"duration":22814400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.35% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.8k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 120, Organic: 300, Plated: 180,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Green dragon range-def 2m XP/hr 0 0 112.8k 0 112.8k 75k 56.4k 270.6 Sharks/hr Loot/hr 1224.5/hr Cannonball,270.6/hr Shark Cost/hr {"duration":47892600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 16.3k Cannonball, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 253, Organic: 632, Plated: 380,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Green dragon range-def 1.4m XP/hr 0 0 78.9k 0 78.9k 52.5k 39.5k 189.4 Sharks/hr Loot/hr 189.4/hr Shark Cost/hr {"duration":68423600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 361, Organic: 903, Plated: 542,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Green dragon range-def 1.4m XP/hr 0 0 78.9k 0 78.9k 52.5k 39.5k 189.4 Sharks/hr Loot/hr 189.4/hr Shark Cost/hr {"duration":68423600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 361, Organic: 903, Plated: 542,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Green dragon range 6.1m XP/hr 0 0 0 0 676.5k 224.9k 169.1k 811.8 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.8/hr Hellfire arrow,811.8/hr Shark Cost/hr {"duration":15964200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Cannonball, 1.3k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 84, Organic: 209, Plated: 126,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Green dragon range 4.3m XP/hr 0 0 0 0 473.4k 157.4k 118.3k 568.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,568.1/hr Shark Cost/hr {"duration":22814400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.8k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 120, Organic: 300, Plated: 180,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Green dragon range 4.3m XP/hr 0 0 0 0 473.4k 157.4k 118.3k 568.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,568.1/hr Shark Cost/hr {"duration":22814400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.8k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 120, Organic: 300, Plated: 180,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Green dragon range 2m XP/hr 0 0 0 0 225.5k 75k 56.4k 270.6 Sharks/hr Loot/hr 1224.5/hr Cannonball,270.6/hr Shark Cost/hr {"duration":47892600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 16.3k Cannonball, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 253, Organic: 632, Plated: 380,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Green dragon range 1.4m XP/hr 0 0 0 0 157.8k 52.5k 39.5k 189.4 Sharks/hr Loot/hr 189.4/hr Shark Cost/hr {"duration":68423600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 361, Organic: 903, Plated: 542,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Green dragon range 1.4m XP/hr 0 0 0 0 157.8k 52.5k 39.5k 189.4 Sharks/hr Loot/hr 189.4/hr Shark Cost/hr {"duration":68423600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 361, Organic: 903, Plated: 542,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolapine mage 80k XP/hr 0 0 0 44.5k 0 14.8k 12.8k 10.3 Sharks/hr Loot/hr 17.1/hr Neem oil,10.3/hr Shark Cost/hr {"duration":631551200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 1.8k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grifolaroo mage 91k XP/hr 0 0 0 47.1k 0 15.7k 17.1k 6.8 Sharks/hr Loot/hr 22.8/hr Neem oil,6.8/hr Shark Cost/hr {"duration":473663400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Grizzly bear cub atk-str-def 352k XP/hr 50.3k 50.3k 50.3k 0 0 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3241 clues (Removed Metallic: 1,847, Treasured: 7,388,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub atk-str-def 352k XP/hr 50.3k 50.3k 50.3k 0 0 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3235 clues (Removed Metallic: 1,843, Treasured: 7,372,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub atk-str-def 352k XP/hr 50.3k 50.3k 50.3k 0 0 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3313 clues (Removed Metallic: 1,887, Treasured: 7,547,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub mage-def 352k XP/hr 0 0 75.4k 75.4k 0 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3229 clues (Removed Metallic: 1,840, Treasured: 7,357,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub mage-def 352k XP/hr 0 0 75.4k 75.4k 0 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3272 clues (Removed Metallic: 1,864, Treasured: 7,456,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub mage-def 352k XP/hr 0 0 75.4k 75.4k 0 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3308 clues (Removed Metallic: 1,885, Treasured: 7,540,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub mage 352k XP/hr 0 0 0 150.8k 0 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3320 clues (Removed Metallic: 1,893, Treasured: 7,570,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub mage 352k XP/hr 0 0 0 150.8k 0 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3359 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub mage 352k XP/hr 0 0 0 150.8k 0 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3259 clues (Removed Metallic: 1,857, Treasured: 7,426,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub range-def 352k XP/hr 0 0 75.4k 0 75.4k 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3234 clues (Removed Metallic: 1,843, Treasured: 7,372,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub range-def 352k XP/hr 0 0 75.4k 0 75.4k 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3305 clues (Removed Metallic: 1,883, Treasured: 7,532,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub range-def 352k XP/hr 0 0 75.4k 0 75.4k 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3238 clues (Removed Metallic: 1,845, Treasured: 7,380,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub range 352k XP/hr 0 0 0 0 150.8k 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3407 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub range 352k XP/hr 0 0 0 0 150.8k 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3204 clues (Removed Metallic: 1,826, Treasured: 7,304,5% less materials for mastery)"],"newKC":594386} +Grizzly bear cub range 352k XP/hr 0 0 0 0 150.8k 50.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3214 clues (Removed Metallic: 1,832, Treasured: 7,327,5% less materials for mastery)"],"newKC":594386} +Grizzly bear atk-str-def 2.1m XP/hr 273.1k 273.1k 273.1k 0 0 272.5k 204.9k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.5/hr Hellfire arrow Cost/hr {"duration":6090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow"]} {"quantity":9902,"messages":["You missed out on 98x kills because of pk encounters","2476x bonus kills from Ori","You killed 9902x of your 10000 remaining kills, you now have 98 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":9902} +Grizzly bear atk-str-def 2.1m XP/hr 271.8k 271.8k 271.8k 0 0 271.1k 203.8k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.5/hr Hellfire arrow Cost/hr {"duration":6090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.26% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow"]} {"quantity":9853,"messages":["You missed out on 147x kills because of pk encounters","2464x bonus kills from Ori","You killed 9853x of your 10000 remaining kills, you now have 147 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 51 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":9853} +Grizzly bear atk-str-def 1.5m XP/hr 191.2k 191.2k 191.2k 0 0 190.8k 143.4k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.36% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9897,"messages":["You missed out on 103x kills because of pk encounters","2475x bonus kills from Ori","You killed 9897x of your 10000 remaining kills, you now have 103 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 57 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":9897} +Grizzly bear atk-str-def 1.5m XP/hr 189.9k 189.9k 189.9k 0 0 189.4k 142.4k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9828,"messages":["You missed out on 172x kills because of pk encounters","2457x bonus kills from Ori","You killed 9828x of your 10000 remaining kills, you now have 172 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 59 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":9828} +Grizzly bear atk-str-def 1.5m XP/hr 187.9k 187.9k 187.9k 0 0 187.4k 140.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9724,"messages":["You missed out on 276x kills because of pk encounters","2431x bonus kills from Ori","You killed 9724x of your 10000 remaining kills, you now have 276 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 53 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":9724} +Grizzly bear atk-str-def 1.5m XP/hr 187.9k 187.9k 187.9k 0 0 187.4k 140.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9724,"messages":["You missed out on 276x kills because of pk encounters","2431x bonus kills from Ori","You killed 9724x of your 10000 remaining kills, you now have 276 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":9724} +Grizzly bear mage-def 2.1m XP/hr 0 0 407.7k 407.7k 0 271.1k 203.8k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.5/hr Hellfire arrow Cost/hr {"duration":6090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow"]} {"quantity":9853,"messages":["You missed out on 147x kills because of pk encounters","2464x bonus kills from Ori","You killed 9853x of your 10000 remaining kills, you now have 147 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":9853} +Grizzly bear mage-def 1.5m XP/hr 0 0 286.9k 286.9k 0 190.8k 143.4k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9897,"messages":["You missed out on 103x kills because of pk encounters","2475x bonus kills from Ori","You killed 9897x of your 10000 remaining kills, you now have 103 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":9897} +Grizzly bear mage-def 2.1m XP/hr 0 0 401.6k 401.6k 0 267.1k 200.8k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.5/hr Hellfire arrow Cost/hr {"duration":6090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.33% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow"]} {"quantity":9706,"messages":["You missed out on 294x kills because of pk encounters","2427x bonus kills from Ori","You killed 9706x of your 10000 remaining kills, you now have 294 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":9706} +Grizzly bear mage-def 1.5m XP/hr 0 0 283.9k 283.9k 0 188.8k 141.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9793,"messages":["You missed out on 207x kills because of pk encounters","2449x bonus kills from Ori","You killed 9793x of your 10000 remaining kills, you now have 207 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 65 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":9793} +Grizzly bear mage-def 1.5m XP/hr 0 0 283.9k 283.9k 0 188.8k 141.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9793,"messages":["You missed out on 207x kills because of pk encounters","2449x bonus kills from Ori","You killed 9793x of your 10000 remaining kills, you now have 207 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":9793} +Grizzly bear mage-def 1.5m XP/hr 0 0 280.9k 280.9k 0 186.8k 140.4k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":9},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9690,"messages":["You missed out on 310x kills because of pk encounters","2423x bonus kills from Ori","You killed 9690x of your 10000 remaining kills, you now have 310 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 51 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":9690} +Grizzly bear mage 2.1m XP/hr 0 0 0 819.4k 0 272.5k 204.9k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.5/hr Hellfire arrow Cost/hr {"duration":6090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow"]} {"quantity":9902,"messages":["You missed out on 98x kills because of pk encounters","2476x bonus kills from Ori","You killed 9902x of your 10000 remaining kills, you now have 98 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 57 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":9902} +Grizzly bear mage 1.5m XP/hr 0 0 0 571.7k 0 190.1k 142.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.23% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9862,"messages":["You missed out on 138x kills because of pk encounters","2466x bonus kills from Ori","You killed 9862x of your 10000 remaining kills, you now have 138 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 56 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":9862} +Grizzly bear mage 1.5m XP/hr 0 0 0 571.7k 0 190.1k 142.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.26% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9862,"messages":["You missed out on 138x kills because of pk encounters","2466x bonus kills from Ori","You killed 9862x of your 10000 remaining kills, you now have 138 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":9862} +Grizzly bear mage 2.1m XP/hr 0 0 0 803.2k 0 267.1k 200.8k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.5/hr Hellfire arrow Cost/hr {"duration":6090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow"]} {"quantity":9706,"messages":["You missed out on 294x kills because of pk encounters","2427x bonus kills from Ori","You killed 9706x of your 10000 remaining kills, you now have 294 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 59 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":9706} +Grizzly bear mage 1.5m XP/hr 0 0 0 567.7k 0 188.8k 141.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9793,"messages":["You missed out on 207x kills because of pk encounters","2449x bonus kills from Ori","You killed 9793x of your 10000 remaining kills, you now have 207 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 58 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":9793} +Grizzly bear mage 1.5m XP/hr 0 0 0 565.7k 0 188.1k 141.4k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9759,"messages":["You missed out on 241x kills because of pk encounters","2440x bonus kills from Ori","You killed 9759x of your 10000 remaining kills, you now have 241 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 67 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":9759} +Grizzly bear range-def 2.1m XP/hr 0 0 411.7k 0 411.7k 273.8k 205.9k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.5/hr Hellfire arrow Cost/hr {"duration":6090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow"]} {"quantity":9951,"messages":["You missed out on 49x kills because of pk encounters","2488x bonus kills from Ori","You killed 9951x of your 10000 remaining kills, you now have 49 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 47 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":9951} +Grizzly bear range-def 2.1m XP/hr 0 0 407.7k 0 407.7k 271.1k 203.8k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.5/hr Hellfire arrow Cost/hr {"duration":6090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow"]} {"quantity":9853,"messages":["You missed out on 147x kills because of pk encounters","2464x bonus kills from Ori","You killed 9853x of your 10000 remaining kills, you now have 147 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 47 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":9853} +Grizzly bear range-def 1.5m XP/hr 0 0 285.9k 0 285.9k 190.1k 142.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9862,"messages":["You missed out on 138x kills because of pk encounters","2466x bonus kills from Ori","You killed 9862x of your 10000 remaining kills, you now have 138 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 60 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":9862} +Grizzly bear range-def 1.5m XP/hr 0 0 285.9k 0 285.9k 190.1k 142.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.36% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9862,"messages":["You missed out on 138x kills because of pk encounters","2466x bonus kills from Ori","You killed 9862x of your 10000 remaining kills, you now have 138 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 62 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":9862} +Grizzly bear range-def 1.5m XP/hr 0 0 284.9k 0 284.9k 189.4k 142.4k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9828,"messages":["You missed out on 172x kills because of pk encounters","2457x bonus kills from Ori","You killed 9828x of your 10000 remaining kills, you now have 172 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 63 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":9828} +Grizzly bear range-def 1.5m XP/hr 0 0 283.9k 0 283.9k 188.8k 141.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9793,"messages":["You missed out on 207x kills because of pk encounters","2449x bonus kills from Ori","You killed 9793x of your 10000 remaining kills, you now have 207 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 46 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":9793} +Grizzly bear range 2.1m XP/hr 0 0 0 0 815.4k 271.1k 203.8k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.5/hr Hellfire arrow Cost/hr {"duration":6090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.34% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow"]} {"quantity":9853,"messages":["You missed out on 147x kills because of pk encounters","2464x bonus kills from Ori","You killed 9853x of your 10000 remaining kills, you now have 147 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 47 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":9853} +Grizzly bear range 1.5m XP/hr 0 0 0 0 571.7k 190.1k 142.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.34% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9862,"messages":["You missed out on 138x kills because of pk encounters","2466x bonus kills from Ori","You killed 9862x of your 10000 remaining kills, you now have 138 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 51 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":9862} +Grizzly bear range 1.5m XP/hr 0 0 0 0 571.7k 190.1k 142.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9862,"messages":["You missed out on 138x kills because of pk encounters","2466x bonus kills from Ori","You killed 9862x of your 10000 remaining kills, you now have 138 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 63 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":9862} +Grizzly bear range 1.5m XP/hr 0 0 0 0 569.7k 189.4k 142.4k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9828,"messages":["You missed out on 172x kills because of pk encounters","2457x bonus kills from Ori","You killed 9828x of your 10000 remaining kills, you now have 172 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 47 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":9828} +Grizzly bear range 1.5m XP/hr 0 0 0 0 567.7k 188.8k 141.9k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":8694000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow"]} {"quantity":9793,"messages":["You missed out on 207x kills because of pk encounters","2449x bonus kills from Ori","You killed 9793x of your 10000 remaining kills, you now have 207 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":9793} +Grizzly bear range 2.1m XP/hr 0 0 0 0 799.1k 265.7k 199.8k 0.0 Sharks/hr Loot/hr 1304.5/hr Cannonball,301.5/hr Hellfire arrow Cost/hr {"duration":6090400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow"]} {"quantity":9657,"messages":["You missed out on 343x kills because of pk encounters","2415x bonus kills from Ori","You killed 9657x of your 10000 remaining kills, you now have 343 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 49 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":9657} +Grotesque Guardians atk-str-def 626k XP/hr 122.2k 122.2k 122.2k 0 0 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians atk-str-def 626k XP/hr 122.2k 122.2k 122.2k 0 0 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Holiday Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians atk-str-def 626k XP/hr 122.2k 122.2k 122.2k 0 0 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians mage-def 626k XP/hr 0 0 183.2k 183.2k 0 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians mage-def 626k XP/hr 0 0 183.2k 183.2k 0 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians mage-def 626k XP/hr 0 0 183.2k 183.2k 0 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians mage 626k XP/hr 0 0 0 366.5k 0 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians mage 626k XP/hr 0 0 0 366.5k 0 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians mage 626k XP/hr 0 0 0 366.5k 0 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians range-def 626k XP/hr 0 0 183.2k 0 183.2k 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians range-def 626k XP/hr 0 0 183.2k 0 183.2k 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians range-def 626k XP/hr 0 0 183.2k 0 183.2k 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians range 626k XP/hr 0 0 0 0 366.5k 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians range 626k XP/hr 0 0 0 0 366.5k 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Pet Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Grotesque Guardians range 626k XP/hr 0 0 0 0 366.5k 121.8k 137.5k 36.6 Sharks/hr Loot/hr 36.6/hr Shark Cost/hr {"duration":353662400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Guard Bandit atk-str-def 2.5m XP/hr 319.4k 319.4k 319.4k 0 0 318.6k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":919999718,"quantity":2267573,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 1m Cannonball, 76.9k Hellfire arrow"]} {"quantity":2267573,"messages":["566894x bonus kills from Ori","318.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2267573} +Guard Bandit atk-str-def 1.1m XP/hr 143.7k 143.7k 143.7k 0 0 143.4k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987199430,"quantity":2204081,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":2204081,"messages":["551021x bonus kills from Ori","309.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2204081} +Guard Bandit atk-str-def 1.1m XP/hr 143.7k 143.7k 143.7k 0 0 143.4k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987199430,"quantity":2204081,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":2204081,"messages":["551021x bonus kills from Ori","309.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2204081} +Guard Bandit mage-def 2.5m XP/hr 0 0 479.1k 479.1k 0 318.6k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":919999718,"quantity":2267573,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 1m Cannonball, 76.9k Hellfire arrow"]} {"quantity":2267573,"messages":["566894x bonus kills from Ori","318.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2267573} +Guard Bandit mage-def 1.1m XP/hr 0 0 215.6k 215.6k 0 143.4k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987199430,"quantity":2204081,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":2204081,"messages":["551021x bonus kills from Ori","309.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2204081} +Guard Bandit mage-def 1.1m XP/hr 0 0 215.6k 215.6k 0 143.4k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987199430,"quantity":2204081,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":2204081,"messages":["551021x bonus kills from Ori","309.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2204081} +Guard Bandit mage 2.5m XP/hr 0 0 0 958.3k 0 318.6k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":919999718,"quantity":2267573,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 1m Cannonball, 76.9k Hellfire arrow"]} {"quantity":2267573,"messages":["566894x bonus kills from Ori","318.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2267573} +Guard Bandit mage 1.1m XP/hr 0 0 0 431.2k 0 143.4k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987199430,"quantity":2204081,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.22% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":2204081,"messages":["551021x bonus kills from Ori","309.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2204081} +Guard Bandit mage 1.1m XP/hr 0 0 0 431.2k 0 143.4k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987199430,"quantity":2204081,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":2204081,"messages":["551021x bonus kills from Ori","309.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2204081} +Guard Bandit range-def 2.5m XP/hr 0 0 479.1k 0 479.1k 318.6k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":919999718,"quantity":2267573,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 1m Cannonball, 76.9k Hellfire arrow"]} {"quantity":2267573,"messages":["566894x bonus kills from Ori","318.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2267573} +Guard Bandit range-def 1.1m XP/hr 0 0 215.6k 0 215.6k 143.4k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987199430,"quantity":2204081,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":2204081,"messages":["551021x bonus kills from Ori","309.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2204081} +Guard Bandit range-def 1.1m XP/hr 0 0 215.6k 0 215.6k 143.4k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987199430,"quantity":2204081,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":2204081,"messages":["551021x bonus kills from Ori","309.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2204081} +Guard Bandit range 2.5m XP/hr 0 0 0 0 958.3k 318.6k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.0/hr Hellfire arrow Cost/hr {"duration":919999718,"quantity":2267573,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 1m Cannonball, 76.9k Hellfire arrow"]} {"quantity":2267573,"messages":["566894x bonus kills from Ori","318.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2267573} +Guard Bandit range 1.1m XP/hr 0 0 0 0 431.2k 143.4k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987199430,"quantity":2204081,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":2204081,"messages":["551021x bonus kills from Ori","309.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2204081} +Guard Bandit range 1.1m XP/hr 0 0 0 0 431.2k 143.4k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987199430,"quantity":2204081,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.12% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":2204081,"messages":["551021x bonus kills from Ori","309.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":2204081} +Guard dog atk-str-def 428k XP/hr 62.1k 62.1k 62.1k 0 0 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog atk-str-def 428k XP/hr 62.1k 62.1k 62.1k 0 0 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog atk-str-def 428k XP/hr 62.1k 62.1k 62.1k 0 0 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog mage-def 428k XP/hr 0 0 93.1k 93.1k 0 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog mage-def 428k XP/hr 0 0 93.1k 93.1k 0 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog mage-def 428k XP/hr 0 0 93.1k 93.1k 0 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog mage 428k XP/hr 0 0 0 186.2k 0 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog mage 428k XP/hr 0 0 0 186.2k 0 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog mage 428k XP/hr 0 0 0 186.2k 0 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog range-def 428k XP/hr 0 0 93.1k 0 93.1k 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog range-def 428k XP/hr 0 0 93.1k 0 93.1k 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog range-def 428k XP/hr 0 0 93.1k 0 93.1k 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog range 428k XP/hr 0 0 0 0 186.2k 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog range 428k XP/hr 0 0 0 0 186.2k 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard dog range 428k XP/hr 0 0 0 0 186.2k 61.9k 46.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Guard atk-str-def 962k XP/hr 128k 128k 128k 0 0 127.7k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999451,"quantity":817661,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":817661,"messages":["204416x bonus kills from Ori","115m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,265, Pious: 4,081, Sharp: 817, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2902 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":817661} +Guard atk-str-def 433k XP/hr 57.6k 57.6k 57.6k 0 0 57.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197533,"quantity":794701,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":794701,"messages":["198676x bonus kills from Ori","111.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,170, Pious: 3,962, Sharp: 793, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2909 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":794701} +Guard atk-str-def 433k XP/hr 57.6k 57.6k 57.6k 0 0 57.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197533,"quantity":794701,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":794701,"messages":["198676x bonus kills from Ori","111.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,170, Pious: 3,962, Sharp: 793, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2772 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":794701} +Guard mage-def 962k XP/hr 0 0 192k 192k 0 127.7k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999451,"quantity":817661,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":817661,"messages":["204416x bonus kills from Ori","115m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,265, Pious: 4,081, Sharp: 817, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2880 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":817661} +Guard mage-def 433k XP/hr 0 0 86.4k 86.4k 0 57.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197533,"quantity":794701,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":794701,"messages":["198676x bonus kills from Ori","111.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,170, Pious: 3,962, Sharp: 793, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2878 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":794701} +Guard mage-def 433k XP/hr 0 0 86.4k 86.4k 0 57.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197533,"quantity":794701,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":794701,"messages":["198676x bonus kills from Ori","111.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,170, Pious: 3,962, Sharp: 793, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2834 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":794701} +Guard mage 962k XP/hr 0 0 0 383.9k 0 127.7k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999451,"quantity":817661,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":817661,"messages":["204416x bonus kills from Ori","115m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,265, Pious: 4,081, Sharp: 817, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2925 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":817661} +Guard mage 433k XP/hr 0 0 0 172.8k 0 57.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197533,"quantity":794701,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":794701,"messages":["198676x bonus kills from Ori","111.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,170, Pious: 3,962, Sharp: 793, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2804 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":794701} +Guard mage 433k XP/hr 0 0 0 172.8k 0 57.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197533,"quantity":794701,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":794701,"messages":["198676x bonus kills from Ori","111.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,170, Pious: 3,962, Sharp: 793, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2849 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":794701} +Guard range-def 962k XP/hr 0 0 192k 0 192k 127.7k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999451,"quantity":817661,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":817661,"messages":["204416x bonus kills from Ori","115m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,265, Pious: 4,081, Sharp: 817, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2954 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":817661} +Guard range-def 433k XP/hr 0 0 86.4k 0 86.4k 57.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197533,"quantity":794701,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":794701,"messages":["198676x bonus kills from Ori","111.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,170, Pious: 3,962, Sharp: 793, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2759 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":794701} +Guard range-def 433k XP/hr 0 0 86.4k 0 86.4k 57.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197533,"quantity":794701,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":794701,"messages":["198676x bonus kills from Ori","111.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,170, Pious: 3,962, Sharp: 793, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2840 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":794701} +Guard range 962k XP/hr 0 0 0 0 383.9k 127.7k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999451,"quantity":817661,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":817661,"messages":["204416x bonus kills from Ori","115m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,265, Pious: 4,081, Sharp: 817, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2878 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":817661} +Guard range 433k XP/hr 0 0 0 0 172.8k 57.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197533,"quantity":794701,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":794701,"messages":["198676x bonus kills from Ori","111.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,170, Pious: 3,962, Sharp: 793, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2842 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":794701} +Guard range 433k XP/hr 0 0 0 0 172.8k 57.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197533,"quantity":794701,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":794701,"messages":["198676x bonus kills from Ori","111.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,170, Pious: 3,962, Sharp: 793, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2719 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":794701} +Harpie Bug Swarm atk-str-def 141k XP/hr 29.7k 29.7k 29.7k 0 0 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm atk-str-def 141k XP/hr 29.7k 29.7k 29.7k 0 0 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm atk-str-def 141k XP/hr 29.7k 29.7k 29.7k 0 0 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm mage-def 141k XP/hr 0 0 44.5k 44.5k 0 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm mage-def 141k XP/hr 0 0 44.5k 44.5k 0 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm mage-def 141k XP/hr 0 0 44.5k 44.5k 0 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm mage 141k XP/hr 0 0 0 89.1k 0 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm mage 141k XP/hr 0 0 0 89.1k 0 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm mage 141k XP/hr 0 0 0 89.1k 0 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm range-def 141k XP/hr 0 0 44.5k 0 44.5k 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm range-def 141k XP/hr 0 0 44.5k 0 44.5k 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm range-def 141k XP/hr 0 0 44.5k 0 44.5k 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm range 141k XP/hr 0 0 0 0 89.1k 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm range 141k XP/hr 0 0 0 0 89.1k 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Harpie Bug Swarm range 141k XP/hr 0 0 0 0 89.1k 29.6k 22.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":40406400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Hellhound atk-str-def 2.1m XP/hr 425.3k 425.3k 425.3k 0 0 424.2k 319k 866.1 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.7/hr Hellfire arrow,866.1/hr Shark Cost/hr {"duration":13092800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.49% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.4k Cannonball, 1k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 52 clues (Removed Metallic: 118, Treasured: 472,5% less materials for mastery)"],"newKC":10000} +Hellhound atk-str-def 947k XP/hr 191.2k 191.2k 191.2k 0 0 190.8k 143.4k 389.9 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,389.9/hr Shark Cost/hr {"duration":29086400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.62% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9990,"messages":["You missed out on 10x kills because of pk encounters","2498x bonus kills from Ori","312200 Prayer XP from purifying 12488x Vile ashes using the Ash Sanctifier (987512 charges left).","You killed 9990x of your 10000 remaining kills, you now have 10 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 61 clues (Removed Metallic: 139, Treasured: 555,5% less materials for mastery)"],"newKC":9990} +Hellhound atk-str-def 944k XP/hr 190.6k 190.6k 190.6k 0 0 190.2k 143k 389.9 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,389.9/hr Shark Cost/hr {"duration":29086400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9959,"messages":["You missed out on 41x kills because of pk encounters","2490x bonus kills from Ori","311225 Prayer XP from purifying 12449x Vile ashes using the Ash Sanctifier (987551 charges left).","You killed 9959x of your 10000 remaining kills, you now have 41 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 48 clues (Removed Metallic: 109, Treasured: 434,5% less materials for mastery)"],"newKC":9959} +Hellhound atk-str-def 702k XP/hr 141.8k 141.8k 141.8k 0 0 141.5k 106.4k 288.9 Sharks/hr Loot/hr 3673.5/hr Cannonball,288.9/hr Shark Cost/hr {"duration":39258800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 40.1k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 48 clues (Removed Metallic: 109, Treasured: 434,5% less materials for mastery)"],"newKC":10000} +Hellhound atk-str-def 316k XP/hr 63.8k 63.8k 63.8k 0 0 63.7k 47.9k 130.0 Sharks/hr Loot/hr 130.0/hr Shark Cost/hr {"duration":87239600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 126, Treasured: 502,5% less materials for mastery)"],"newKC":10000} +Hellhound atk-str-def 316k XP/hr 63.8k 63.8k 63.8k 0 0 63.7k 47.9k 130.0 Sharks/hr Loot/hr 130.0/hr Shark Cost/hr {"duration":87239600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":10000} +Hellhound mage-def 947k XP/hr 0 0 287.1k 287.1k 0 191k 143.6k 389.9 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,389.9/hr Shark Cost/hr {"duration":29086400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 53 clues (Removed Metallic: 120, Treasured: 479,5% less materials for mastery)"],"newKC":10000} +Hellhound mage-def 947k XP/hr 0 0 287.1k 287.1k 0 191k 143.6k 389.9 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,389.9/hr Shark Cost/hr {"duration":29086400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.75% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 114, Treasured: 456,5% less materials for mastery)"],"newKC":10000} +Hellhound mage-def 2.1m XP/hr 0 0 636.4k 636.4k 0 423.2k 318.2k 866.1 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.7/hr Hellfire arrow,866.1/hr Shark Cost/hr {"duration":13092800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.86% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.4k Cannonball, 1k Hellfire arrow, 3.2k Shark"]} {"quantity":9977,"messages":["You missed out on 23x kills because of pk encounters","2495x bonus kills from Ori","311800 Prayer XP from purifying 12472x Vile ashes using the Ash Sanctifier (987528 charges left).","You killed 9977x of your 10000 remaining kills, you now have 23 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 58 clues (Removed Metallic: 132, Treasured: 525,5% less materials for mastery)"],"newKC":9977} +Hellhound mage-def 702k XP/hr 0 0 212.7k 212.7k 0 141.5k 106.4k 288.9 Sharks/hr Loot/hr 3673.5/hr Cannonball,288.9/hr Shark Cost/hr {"duration":39258800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 40.1k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 126, Treasured: 502,5% less materials for mastery)"],"newKC":10000} +Hellhound mage-def 316k XP/hr 0 0 95.7k 95.7k 0 63.7k 47.9k 130.0 Sharks/hr Loot/hr 130.0/hr Shark Cost/hr {"duration":87239600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 114, Treasured: 456,5% less materials for mastery)"],"newKC":10000} +Hellhound mage-def 316k XP/hr 0 0 95.7k 95.7k 0 63.7k 47.9k 130.0 Sharks/hr Loot/hr 130.0/hr Shark Cost/hr {"duration":87239600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 52 clues (Removed Metallic: 118, Treasured: 472,5% less materials for mastery)"],"newKC":10000} +Hellhound mage 947k XP/hr 0 0 0 574.3k 0 191k 143.6k 389.9 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,389.9/hr Shark Cost/hr {"duration":29086400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 114, Treasured: 456,5% less materials for mastery)"],"newKC":10000} +Hellhound mage 947k XP/hr 0 0 0 574.3k 0 191k 143.6k 389.9 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,389.9/hr Shark Cost/hr {"duration":29086400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.68% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 122, Treasured: 487,5% less materials for mastery)"],"newKC":10000} +Hellhound mage 2.1m XP/hr 0 0 0 1.3m 0 422.3k 317.5k 866.1 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.7/hr Hellfire arrow,866.1/hr Shark Cost/hr {"duration":13092800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.74% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.4k Cannonball, 1k Hellfire arrow, 3.2k Shark"]} {"quantity":9954,"messages":["You missed out on 46x kills because of pk encounters","2489x bonus kills from Ori","311075 Prayer XP from purifying 12443x Vile ashes using the Ash Sanctifier (987557 charges left).","You killed 9954x of your 10000 remaining kills, you now have 46 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 47 clues (Removed Metallic: 107, Treasured: 426,5% less materials for mastery)"],"newKC":9954} +Hellhound mage 702k XP/hr 0 0 0 425.5k 0 141.5k 106.4k 288.9 Sharks/hr Loot/hr 3673.5/hr Cannonball,288.9/hr Shark Cost/hr {"duration":39258800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 40.1k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 53 clues (Removed Metallic: 120, Treasured: 479,5% less materials for mastery)"],"newKC":10000} +Hellhound mage 316k XP/hr 0 0 0 191.5k 0 63.7k 47.9k 130.0 Sharks/hr Loot/hr 130.0/hr Shark Cost/hr {"duration":87239600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 95, Treasured: 380,5% less materials for mastery)"],"newKC":10000} +Hellhound mage 316k XP/hr 0 0 0 191.5k 0 63.7k 47.9k 130.0 Sharks/hr Loot/hr 130.0/hr Shark Cost/hr {"duration":87239600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 51 clues (Removed Metallic: 116, Treasured: 464,5% less materials for mastery)"],"newKC":10000} +Hellhound range-def 947k XP/hr 0 0 287.1k 0 287.1k 191k 143.6k 389.9 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,389.9/hr Shark Cost/hr {"duration":29086400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.76% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 95, Treasured: 380,5% less materials for mastery)"],"newKC":10000} +Hellhound range-def 2.1m XP/hr 0 0 636.4k 0 636.4k 423.2k 318.2k 866.1 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.7/hr Hellfire arrow,866.1/hr Shark Cost/hr {"duration":13092800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.4k Cannonball, 1k Hellfire arrow, 3.2k Shark"]} {"quantity":9977,"messages":["You missed out on 23x kills because of pk encounters","2495x bonus kills from Ori","311800 Prayer XP from purifying 12472x Vile ashes using the Ash Sanctifier (987528 charges left).","You killed 9977x of your 10000 remaining kills, you now have 23 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 126, Treasured: 502,5% less materials for mastery)"],"newKC":9977} +Hellhound range-def 947k XP/hr 0 0 286.9k 0 286.9k 190.8k 143.4k 389.9 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,389.9/hr Shark Cost/hr {"duration":29086400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9990,"messages":["You missed out on 10x kills because of pk encounters","2498x bonus kills from Ori","312200 Prayer XP from purifying 12488x Vile ashes using the Ash Sanctifier (987512 charges left).","You killed 9990x of your 10000 remaining kills, you now have 10 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 97, Treasured: 388,5% less materials for mastery)"],"newKC":9990} +Hellhound range-def 702k XP/hr 0 0 212.7k 0 212.7k 141.5k 106.4k 288.9 Sharks/hr Loot/hr 3673.5/hr Cannonball,288.9/hr Shark Cost/hr {"duration":39258800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 40.1k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 56 clues (Removed Metallic: 128, Treasured: 510,5% less materials for mastery)"],"newKC":10000} +Hellhound range-def 316k XP/hr 0 0 95.7k 0 95.7k 63.7k 47.9k 130.0 Sharks/hr Loot/hr 130.0/hr Shark Cost/hr {"duration":87239600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 49 clues (Removed Metallic: 111, Treasured: 441,5% less materials for mastery)"],"newKC":10000} +Hellhound range-def 316k XP/hr 0 0 95.7k 0 95.7k 63.7k 47.9k 130.0 Sharks/hr Loot/hr 130.0/hr Shark Cost/hr {"duration":87239600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 51 clues (Removed Metallic: 116, Treasured: 464,5% less materials for mastery)"],"newKC":10000} +Hellhound range 947k XP/hr 0 0 0 0 573.7k 190.8k 143.4k 389.9 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,389.9/hr Shark Cost/hr {"duration":29086400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.73% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9990,"messages":["You missed out on 10x kills because of pk encounters","2498x bonus kills from Ori","312200 Prayer XP from purifying 12488x Vile ashes using the Ash Sanctifier (987512 charges left).","You killed 9990x of your 10000 remaining kills, you now have 10 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 45 clues (Removed Metallic: 103, Treasured: 411,5% less materials for mastery)"],"newKC":9990} +Hellhound range 946k XP/hr 0 0 0 0 573.1k 190.6k 143.3k 389.9 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,389.9/hr Shark Cost/hr {"duration":29086400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9979,"messages":["You missed out on 21x kills because of pk encounters","2495x bonus kills from Ori","311850 Prayer XP from purifying 12474x Vile ashes using the Ash Sanctifier (987526 charges left).","You killed 9979x of your 10000 remaining kills, you now have 21 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 95, Treasured: 380,5% less materials for mastery)"],"newKC":9979} +Hellhound range 2.1m XP/hr 0 0 0 0 1.3m 421.3k 316.8k 866.1 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.7/hr Hellfire arrow,866.1/hr Shark Cost/hr {"duration":13092800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","15% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.4k Cannonball, 1k Hellfire arrow, 3.2k Shark"]} {"quantity":9931,"messages":["You missed out on 69x kills because of pk encounters","2483x bonus kills from Ori","310350 Prayer XP from purifying 12414x Vile ashes using the Ash Sanctifier (987586 charges left).","You killed 9931x of your 10000 remaining kills, you now have 69 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":9931} +Hellhound range 702k XP/hr 0 0 0 0 425.5k 141.5k 106.4k 288.9 Sharks/hr Loot/hr 3673.5/hr Cannonball,288.9/hr Shark Cost/hr {"duration":39258800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 40.1k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 52 clues (Removed Metallic: 118, Treasured: 472,5% less materials for mastery)"],"newKC":10000} +Hellhound range 316k XP/hr 0 0 0 0 191.5k 63.7k 47.9k 130.0 Sharks/hr Loot/hr 130.0/hr Shark Cost/hr {"duration":87239600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 47 clues (Removed Metallic: 107, Treasured: 426,5% less materials for mastery)"],"newKC":10000} +Hellhound range 316k XP/hr 0 0 0 0 191.5k 63.7k 47.9k 130.0 Sharks/hr Loot/hr 130.0/hr Shark Cost/hr {"duration":87239600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 57 clues (Removed Metallic: 130, Treasured: 517,5% less materials for mastery)"],"newKC":10000} +Hill Giant atk-str-def 3.8m XP/hr 259k 259k 259k 0 0 258.3k 194.2k 1317.9 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1317.9/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 94 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Hill Giant atk-str-def 2.7m XP/hr 181.4k 181.4k 181.4k 0 0 181k 136.1k 923.2 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,923.2/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 111 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Hill Giant atk-str-def 2.7m XP/hr 181.4k 181.4k 181.4k 0 0 181k 136.1k 923.2 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,923.2/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 99 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Hill Giant atk-str-def 1.3m XP/hr 86.4k 86.4k 86.4k 0 0 86.1k 64.8k 439.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,439.5/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 88 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Hill Giant atk-str-def 894k XP/hr 60.5k 60.5k 60.5k 0 0 60.3k 45.4k 307.7 Sharks/hr Loot/hr 307.7/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 92 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Hill Giant atk-str-def 894k XP/hr 60.5k 60.5k 60.5k 0 0 60.3k 45.4k 307.7 Sharks/hr Loot/hr 307.7/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 95 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Hill Giant mage-def 3.8m XP/hr 0 0 388.4k 388.4k 0 258.3k 194.2k 1317.9 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1317.9/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.52% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 85 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Hill Giant mage-def 2.7m XP/hr 0 0 272.1k 272.1k 0 181k 136.1k 923.2 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,923.2/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 106 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Hill Giant mage-def 2.7m XP/hr 0 0 272.1k 272.1k 0 181k 136.1k 923.2 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,923.2/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 114 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Hill Giant mage-def 1.3m XP/hr 0 0 129.5k 129.5k 0 86.1k 64.8k 439.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,439.5/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 116 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Hill Giant mage-def 894k XP/hr 0 0 90.7k 90.7k 0 60.3k 45.4k 307.7 Sharks/hr Loot/hr 307.7/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 97 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Hill Giant mage-def 894k XP/hr 0 0 90.7k 90.7k 0 60.3k 45.4k 307.7 Sharks/hr Loot/hr 307.7/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 100 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Hill Giant mage 3.8m XP/hr 0 0 0 776.9k 0 258.3k 194.2k 1317.9 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1317.9/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 110 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Hill Giant mage 2.7m XP/hr 0 0 0 544.2k 0 181k 136.1k 923.2 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,923.2/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 95 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Hill Giant mage 2.7m XP/hr 0 0 0 544.2k 0 181k 136.1k 923.2 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,923.2/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 101 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Hill Giant mage 1.3m XP/hr 0 0 0 259.1k 0 86.1k 64.8k 439.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,439.5/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 109 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Hill Giant mage 894k XP/hr 0 0 0 181.4k 0 60.3k 45.4k 307.7 Sharks/hr Loot/hr 307.7/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 94 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Hill Giant mage 894k XP/hr 0 0 0 181.4k 0 60.3k 45.4k 307.7 Sharks/hr Loot/hr 307.7/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 114 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Hill Giant range-def 3.8m XP/hr 0 0 388.4k 0 388.4k 258.3k 194.2k 1317.9 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1317.9/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 99 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Hill Giant range-def 2.7m XP/hr 0 0 272.1k 0 272.1k 181k 136.1k 923.2 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,923.2/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.34% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 114 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Hill Giant range-def 2.7m XP/hr 0 0 272.1k 0 272.1k 181k 136.1k 923.2 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,923.2/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.34% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 106 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Hill Giant range-def 1.3m XP/hr 0 0 129.5k 0 129.5k 86.1k 64.8k 439.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,439.5/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 114 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Hill Giant range-def 894k XP/hr 0 0 90.7k 0 90.7k 60.3k 45.4k 307.7 Sharks/hr Loot/hr 307.7/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 109 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Hill Giant range-def 894k XP/hr 0 0 90.7k 0 90.7k 60.3k 45.4k 307.7 Sharks/hr Loot/hr 307.7/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 98 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Hill Giant range 3.8m XP/hr 0 0 0 0 776.9k 258.3k 194.2k 1317.9 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1317.9/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 100 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Hill Giant range 2.7m XP/hr 0 0 0 0 544.2k 181k 136.1k 923.2 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,923.2/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 95 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Hill Giant range 2.7m XP/hr 0 0 0 0 544.2k 181k 136.1k 923.2 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,923.2/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (5% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 102 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Hill Giant range 1.3m XP/hr 0 0 0 0 259.1k 86.1k 64.8k 439.5 Sharks/hr Loot/hr 1224.6/hr Cannonball,439.5/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 102 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Hill Giant range 894k XP/hr 0 0 0 0 181.4k 60.3k 45.4k 307.7 Sharks/hr Loot/hr 307.7/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 114 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Hill Giant range 894k XP/hr 0 0 0 0 181.4k 60.3k 45.4k 307.7 Sharks/hr Loot/hr 307.7/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 100 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Hobgoblin atk-str-def 704k XP/hr 83.9k 83.9k 83.9k 0 0 83.7k 63k 586.2 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,586.2/hr Shark Cost/hr {"duration":16581600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.6k Cannonball, 1.3k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 60 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Hobgoblin atk-str-def 493k XP/hr 58.8k 58.8k 58.8k 0 0 58.6k 44.1k 410.4 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,410.4/hr Shark Cost/hr {"duration":23686600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 72 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Hobgoblin atk-str-def 493k XP/hr 58.8k 58.8k 58.8k 0 0 58.6k 44.1k 410.4 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,410.4/hr Shark Cost/hr {"duration":23686600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 78 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Hobgoblin atk-str-def 235k XP/hr 28k 28k 28k 0 0 27.9k 21k 195.4 Sharks/hr Loot/hr 1224.5/hr Cannonball,195.4/hr Shark Cost/hr {"duration":49735000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 16.9k Cannonball, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 79 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Hobgoblin atk-str-def 164k XP/hr 19.6k 19.6k 19.6k 0 0 19.5k 14.7k 136.8 Sharks/hr Loot/hr 136.8/hr Shark Cost/hr {"duration":71050000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 64 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Hobgoblin atk-str-def 164k XP/hr 19.6k 19.6k 19.6k 0 0 19.5k 14.7k 136.8 Sharks/hr Loot/hr 136.8/hr Shark Cost/hr {"duration":71050000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 61 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Hobgoblin mage-def 704k XP/hr 0 0 125.9k 125.9k 0 83.7k 63k 586.2 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,586.2/hr Shark Cost/hr {"duration":16581600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.6k Cannonball, 1.3k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 78 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Hobgoblin mage-def 493k XP/hr 0 0 88.2k 88.2k 0 58.6k 44.1k 410.4 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,410.4/hr Shark Cost/hr {"duration":23686600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 73 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Hobgoblin mage-def 493k XP/hr 0 0 88.2k 88.2k 0 58.6k 44.1k 410.4 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,410.4/hr Shark Cost/hr {"duration":23686600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 63 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Hobgoblin mage-def 235k XP/hr 0 0 42k 42k 0 27.9k 21k 195.4 Sharks/hr Loot/hr 1224.5/hr Cannonball,195.4/hr Shark Cost/hr {"duration":49735000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 16.9k Cannonball, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 76 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Hobgoblin mage-def 164k XP/hr 0 0 29.4k 29.4k 0 19.5k 14.7k 136.8 Sharks/hr Loot/hr 136.8/hr Shark Cost/hr {"duration":71050000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 81 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Hobgoblin mage-def 164k XP/hr 0 0 29.4k 29.4k 0 19.5k 14.7k 136.8 Sharks/hr Loot/hr 136.8/hr Shark Cost/hr {"duration":71050000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 87 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Hobgoblin mage 704k XP/hr 0 0 0 251.8k 0 83.7k 63k 586.2 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,586.2/hr Shark Cost/hr {"duration":16581600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.6k Cannonball, 1.3k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 66 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Hobgoblin mage 493k XP/hr 0 0 0 176.3k 0 58.6k 44.1k 410.4 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,410.4/hr Shark Cost/hr {"duration":23686600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 84 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Hobgoblin mage 493k XP/hr 0 0 0 176.3k 0 58.6k 44.1k 410.4 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,410.4/hr Shark Cost/hr {"duration":23686600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 80 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Hobgoblin mage 235k XP/hr 0 0 0 84k 0 27.9k 21k 195.4 Sharks/hr Loot/hr 1224.5/hr Cannonball,195.4/hr Shark Cost/hr {"duration":49735000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 16.9k Cannonball, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 67 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Hobgoblin mage 164k XP/hr 0 0 0 58.8k 0 19.5k 14.7k 136.8 Sharks/hr Loot/hr 136.8/hr Shark Cost/hr {"duration":71050000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 76 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Hobgoblin mage 164k XP/hr 0 0 0 58.8k 0 19.5k 14.7k 136.8 Sharks/hr Loot/hr 136.8/hr Shark Cost/hr {"duration":71050000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 72 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Hobgoblin range-def 704k XP/hr 0 0 125.9k 0 125.9k 83.7k 63k 586.2 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,586.2/hr Shark Cost/hr {"duration":16581600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.6k Cannonball, 1.3k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 64 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Hobgoblin range-def 493k XP/hr 0 0 88.2k 0 88.2k 58.6k 44.1k 410.4 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,410.4/hr Shark Cost/hr {"duration":23686600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 73 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Hobgoblin range-def 493k XP/hr 0 0 88.2k 0 88.2k 58.6k 44.1k 410.4 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,410.4/hr Shark Cost/hr {"duration":23686600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 73 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Hobgoblin range-def 235k XP/hr 0 0 42k 0 42k 27.9k 21k 195.4 Sharks/hr Loot/hr 1224.5/hr Cannonball,195.4/hr Shark Cost/hr {"duration":49735000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 16.9k Cannonball, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 90 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Hobgoblin range-def 164k XP/hr 0 0 29.4k 0 29.4k 19.5k 14.7k 136.8 Sharks/hr Loot/hr 136.8/hr Shark Cost/hr {"duration":71050000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 76 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Hobgoblin range-def 164k XP/hr 0 0 29.4k 0 29.4k 19.5k 14.7k 136.8 Sharks/hr Loot/hr 136.8/hr Shark Cost/hr {"duration":71050000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 82 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Hobgoblin range 704k XP/hr 0 0 0 0 251.8k 83.7k 63k 586.2 Sharks/hr Loot/hr 1224.5/hr Cannonball,282.7/hr Hellfire arrow,586.2/hr Shark Cost/hr {"duration":16581600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.6k Cannonball, 1.3k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 85 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Hobgoblin range 493k XP/hr 0 0 0 0 176.3k 58.6k 44.1k 410.4 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,410.4/hr Shark Cost/hr {"duration":23686600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 67 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Hobgoblin range 493k XP/hr 0 0 0 0 176.3k 58.6k 44.1k 410.4 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,410.4/hr Shark Cost/hr {"duration":23686600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 70 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Hobgoblin range 235k XP/hr 0 0 0 0 84k 27.9k 21k 195.4 Sharks/hr Loot/hr 1224.5/hr Cannonball,195.4/hr Shark Cost/hr {"duration":49735000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 16.9k Cannonball, 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 66 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Hobgoblin range 164k XP/hr 0 0 0 0 58.8k 19.5k 14.7k 136.8 Sharks/hr Loot/hr 136.8/hr Shark Cost/hr {"duration":71050000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 78 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Hobgoblin range 164k XP/hr 0 0 0 0 58.8k 19.5k 14.7k 136.8 Sharks/hr Loot/hr 136.8/hr Shark Cost/hr {"duration":71050000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.7k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 74 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Hydra atk-str-def 1.2m XP/hr 85.3k 85.3k 85.3k 0 0 85.1k 91.2k 37.6 Sharks/hr Loot/hr 6.1/hr Cannonball,1.0/hr Anti-venom+(4),37.6/hr Shark Cost/hr {"duration":172235000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 50x Anti-venom+(4), 292x Cannonball, 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","36.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,034, Pious: 1,292, Sharp: 259, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Hydra atk-str-def 839k XP/hr 59.9k 59.9k 59.9k 0 0 59.7k 66.4k 26.3 Sharks/hr Loot/hr 1.1/hr Anti-venom+(4),26.3/hr Shark Cost/hr {"duration":246048600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 72x Anti-venom+(4), 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2462x bonus kills from Ori","You slayed 152x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","36.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,034, Pious: 1,292, Sharp: 259, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":10000} +Hydra atk-str-def 835k XP/hr 59.6k 59.6k 59.6k 0 0 59.5k 62.6k 26.3 Sharks/hr Loot/hr 1.1/hr Anti-venom+(4),26.3/hr Shark Cost/hr {"duration":246048600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 72x Anti-venom+(4), 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 122x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","36.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,038, Pious: 1,297, Sharp: 260, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Hydra mage-def 1m XP/hr 0 0 109.1k 109.1k 0 72.6k 81.2k 32.0 Sharks/hr Loot/hr 7.2/hr Cannonball,1.0/hr Anti-venom+(4),32.0/hr Shark Cost/hr {"duration":202624800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 59x Anti-venom+(4), 404x Cannonball, 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 156x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","36.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,034, Pious: 1,292, Sharp: 259, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 90, Treasured: 358,5% less materials for mastery)"],"newKC":10000} +Hydra mage-def 709k XP/hr 0 0 76.1k 76.1k 0 50.6k 54.5k 22.4 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),22.4/hr Shark Cost/hr {"duration":289462600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 84x Anti-venom+(4), 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 134x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","36.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,030, Pious: 1,288, Sharp: 258, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 90, Treasured: 358,5% less materials for mastery)"],"newKC":10000} +Hydra mage-def 711k XP/hr 0 0 76.2k 76.2k 0 50.7k 55.1k 22.4 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),22.4/hr Shark Cost/hr {"duration":289462600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 84x Anti-venom+(4), 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 140x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","36.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,034, Pious: 1,292, Sharp: 259, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Hydra mage 1m XP/hr 0 0 0 217.4k 0 72.3k 77.2k 32.0 Sharks/hr Loot/hr 7.2/hr Cannonball,1.0/hr Anti-venom+(4),32.0/hr Shark Cost/hr {"duration":202624800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 59x Anti-venom+(4), 404x Cannonball, 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 130x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","36.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,034, Pious: 1,292, Sharp: 259, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Hydra mage 709k XP/hr 0 0 0 151.9k 0 50.5k 52.8k 22.4 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),22.4/hr Shark Cost/hr {"duration":289462600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 84x Anti-venom+(4), 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","You slayed 118x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","36.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,034, Pious: 1,292, Sharp: 259, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Hydra mage 707k XP/hr 0 0 0 151.7k 0 50.4k 51.9k 22.4 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),22.4/hr Shark Cost/hr {"duration":289462600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 84x Anti-venom+(4), 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2473x bonus kills from Ori","You slayed 110x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","36.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,034, Pious: 1,292, Sharp: 259, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Hydra range-def 1m XP/hr 0 0 108.4k 0 108.4k 72.1k 74.5k 32.0 Sharks/hr Loot/hr 7.2/hr Cannonball,1.0/hr Anti-venom+(4),32.0/hr Shark Cost/hr {"duration":202624800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 59x Anti-venom+(4), 404x Cannonball, 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 112x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","36.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,030, Pious: 1,288, Sharp: 258, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Hydra range-def 711k XP/hr 0 0 76.2k 0 76.2k 50.7k 55.6k 22.4 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),22.4/hr Shark Cost/hr {"duration":289462600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 84x Anti-venom+(4), 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","36.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,030, Pious: 1,288, Sharp: 258, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Hydra range-def 715k XP/hr 0 0 76.5k 0 76.5k 50.8k 57.7k 22.4 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),22.4/hr Shark Cost/hr {"duration":289462600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 84x Anti-venom+(4), 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2459x bonus kills from Ori","You slayed 164x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","36.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,034, Pious: 1,292, Sharp: 259, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Hydra range 1m XP/hr 0 0 0 0 217.5k 72.3k 77.8k 32.0 Sharks/hr Loot/hr 7.2/hr Cannonball,1.0/hr Anti-venom+(4),32.0/hr Shark Cost/hr {"duration":202624800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 59x Anti-venom+(4), 404x Cannonball, 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 134x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","36.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,034, Pious: 1,292, Sharp: 259, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 94, Treasured: 373,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Hydra range 709k XP/hr 0 0 0 0 152.1k 50.6k 53.8k 22.4 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),22.4/hr Shark Cost/hr {"duration":289462600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 84x Anti-venom+(4), 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 128x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","36.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,030, Pious: 1,288, Sharp: 258, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Hydra range 708k XP/hr 0 0 0 0 151.9k 50.5k 52.8k 22.4 Sharks/hr Loot/hr 1.0/hr Anti-venom+(4),22.4/hr Shark Cost/hr {"duration":289462600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 84x Anti-venom+(4), 1.8k Shark"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","You slayed 118x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","36.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,034, Pious: 1,292, Sharp: 259, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 97, Treasured: 388,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Ice giant atk-str-def 5.1m XP/hr 520.3k 520.3k 520.3k 0 0 519k 390.2k 1794.9 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.6/hr Hellfire arrow,1794.9/hr Shark Cost/hr {"duration":6458200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.6k Cannonball, 507x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 148 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":10000} +Ice giant atk-str-def 2.3m XP/hr 234.2k 234.2k 234.2k 0 0 233.6k 175.6k 808.0 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,808.0/hr Shark Cost/hr {"duration":14347200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 118 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":10000} +Ice giant atk-str-def 2.3m XP/hr 234.2k 234.2k 234.2k 0 0 233.6k 175.6k 808.0 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,808.0/hr Shark Cost/hr {"duration":14347200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 106 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Ice giant atk-str-def 1.7m XP/hr 173.4k 173.4k 173.4k 0 0 173k 130.1k 598.3 Sharks/hr Loot/hr 3673.5/hr Cannonball,598.3/hr Shark Cost/hr {"duration":19374600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 19.8k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 111 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Ice giant atk-str-def 763k XP/hr 78.1k 78.1k 78.1k 0 0 77.9k 58.5k 269.3 Sharks/hr Loot/hr 269.3/hr Shark Cost/hr {"duration":43041600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 132 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Ice giant atk-str-def 763k XP/hr 78.1k 78.1k 78.1k 0 0 77.9k 58.5k 269.3 Sharks/hr Loot/hr 269.3/hr Shark Cost/hr {"duration":43041600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 104 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Ice giant mage-def 5.1m XP/hr 0 0 780.4k 780.4k 0 519k 390.2k 1794.9 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.6/hr Hellfire arrow,1794.9/hr Shark Cost/hr {"duration":6458200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.6k Cannonball, 507x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 145 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Ice giant mage-def 2.3m XP/hr 0 0 351.3k 351.3k 0 233.6k 175.6k 808.0 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,808.0/hr Shark Cost/hr {"duration":14347200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 112 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Ice giant mage-def 2.3m XP/hr 0 0 351.3k 351.3k 0 233.6k 175.6k 808.0 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,808.0/hr Shark Cost/hr {"duration":14347200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 129 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Ice giant mage-def 1.7m XP/hr 0 0 260.1k 260.1k 0 173k 130.1k 598.3 Sharks/hr Loot/hr 3673.5/hr Cannonball,598.3/hr Shark Cost/hr {"duration":19374600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 19.8k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 125 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Ice giant mage-def 763k XP/hr 0 0 117.1k 117.1k 0 77.9k 58.5k 269.3 Sharks/hr Loot/hr 269.3/hr Shark Cost/hr {"duration":43041600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 130 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Ice giant mage-def 763k XP/hr 0 0 117.1k 117.1k 0 77.9k 58.5k 269.3 Sharks/hr Loot/hr 269.3/hr Shark Cost/hr {"duration":43041600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 106 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Ice giant mage 5.1m XP/hr 0 0 0 1.6m 0 519k 390.2k 1794.9 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.6/hr Hellfire arrow,1794.9/hr Shark Cost/hr {"duration":6458200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.36% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.6k Cannonball, 507x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 125 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Ice giant mage 2.3m XP/hr 0 0 0 702.6k 0 233.6k 175.6k 808.0 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,808.0/hr Shark Cost/hr {"duration":14347200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 140 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Ice giant mage 2.3m XP/hr 0 0 0 702.6k 0 233.6k 175.6k 808.0 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,808.0/hr Shark Cost/hr {"duration":14347200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 133 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Ice giant mage 1.7m XP/hr 0 0 0 520.3k 0 173k 130.1k 598.3 Sharks/hr Loot/hr 3673.5/hr Cannonball,598.3/hr Shark Cost/hr {"duration":19374600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 19.8k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 104 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Ice giant mage 763k XP/hr 0 0 0 234.2k 0 77.9k 58.5k 269.3 Sharks/hr Loot/hr 269.3/hr Shark Cost/hr {"duration":43041600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 124 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Ice giant mage 763k XP/hr 0 0 0 234.2k 0 77.9k 58.5k 269.3 Sharks/hr Loot/hr 269.3/hr Shark Cost/hr {"duration":43041600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 124 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Ice giant range-def 5.1m XP/hr 0 0 780.4k 0 780.4k 519k 390.2k 1794.9 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.6/hr Hellfire arrow,1794.9/hr Shark Cost/hr {"duration":6458200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.6k Cannonball, 507x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 124 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Ice giant range-def 2.3m XP/hr 0 0 351.3k 0 351.3k 233.6k 175.6k 808.0 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,808.0/hr Shark Cost/hr {"duration":14347200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.35% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 111 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Ice giant range-def 2.3m XP/hr 0 0 351.3k 0 351.3k 233.6k 175.6k 808.0 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,808.0/hr Shark Cost/hr {"duration":14347200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 123 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Ice giant range-def 1.7m XP/hr 0 0 260.1k 0 260.1k 173k 130.1k 598.3 Sharks/hr Loot/hr 3673.5/hr Cannonball,598.3/hr Shark Cost/hr {"duration":19374600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 19.8k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 119 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":10000} +Ice giant range-def 763k XP/hr 0 0 117.1k 0 117.1k 77.9k 58.5k 269.3 Sharks/hr Loot/hr 269.3/hr Shark Cost/hr {"duration":43041600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 136 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":10000} +Ice giant range-def 763k XP/hr 0 0 117.1k 0 117.1k 77.9k 58.5k 269.3 Sharks/hr Loot/hr 269.3/hr Shark Cost/hr {"duration":43041600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 123 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Ice giant range 5.1m XP/hr 0 0 0 0 1.6m 519k 390.2k 1794.9 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.6/hr Hellfire arrow,1794.9/hr Shark Cost/hr {"duration":6458200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.6k Cannonball, 507x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 133 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Ice giant range 2.3m XP/hr 0 0 0 0 702.6k 233.6k 175.6k 808.0 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,808.0/hr Shark Cost/hr {"duration":14347200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 142 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Ice giant range 2.3m XP/hr 0 0 0 0 702.6k 233.6k 175.6k 808.0 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,808.0/hr Shark Cost/hr {"duration":14347200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.62% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 131 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Ice giant range 1.7m XP/hr 0 0 0 0 520.3k 173k 130.1k 598.3 Sharks/hr Loot/hr 3673.5/hr Cannonball,598.3/hr Shark Cost/hr {"duration":19374600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 19.8k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 136 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":10000} +Ice giant range 763k XP/hr 0 0 0 0 234.2k 77.9k 58.5k 269.3 Sharks/hr Loot/hr 269.3/hr Shark Cost/hr {"duration":43041600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 124 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Ice giant range 763k XP/hr 0 0 0 0 234.2k 77.9k 58.5k 269.3 Sharks/hr Loot/hr 269.3/hr Shark Cost/hr {"duration":43041600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 107 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Ice Troll atk-str-def 1.1m XP/hr 125.9k 125.9k 125.9k 0 0 125.6k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999540,"quantity":301750,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":301750,"messages":["75438x bonus kills from Ori","141.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":301750} +Ice Troll atk-str-def 476k XP/hr 56.7k 56.7k 56.7k 0 0 56.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194252,"quantity":293318,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":293318,"messages":["73330x bonus kills from Ori","137.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":293318} +Ice Troll atk-str-def 476k XP/hr 56.7k 56.7k 56.7k 0 0 56.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194252,"quantity":293318,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":293318,"messages":["73330x bonus kills from Ori","137.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":293318} +Ice Troll mage-def 1.1m XP/hr 0 0 188.9k 188.9k 0 125.6k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999540,"quantity":301750,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":301750,"messages":["75438x bonus kills from Ori","141.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":301750} +Ice Troll mage-def 476k XP/hr 0 0 85k 85k 0 56.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194252,"quantity":293318,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":293318,"messages":["73330x bonus kills from Ori","137.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":293318} +Ice Troll mage-def 476k XP/hr 0 0 85k 85k 0 56.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194252,"quantity":293318,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":293318,"messages":["73330x bonus kills from Ori","137.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":293318} +Ice Troll mage 1.1m XP/hr 0 0 0 377.8k 0 125.6k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999540,"quantity":301750,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":301750,"messages":["75438x bonus kills from Ori","141.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":301750} +Ice Troll mage 476k XP/hr 0 0 0 170k 0 56.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194252,"quantity":293318,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":293318,"messages":["73330x bonus kills from Ori","137.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":293318} +Ice Troll mage 476k XP/hr 0 0 0 170k 0 56.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194252,"quantity":293318,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":293318,"messages":["73330x bonus kills from Ori","137.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":293318} +Ice Troll range-def 1.1m XP/hr 0 0 188.9k 0 188.9k 125.6k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999540,"quantity":301750,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":301750,"messages":["75438x bonus kills from Ori","141.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":301750} +Ice Troll range-def 476k XP/hr 0 0 85k 0 85k 56.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194252,"quantity":293318,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":293318,"messages":["73330x bonus kills from Ori","137.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":293318} +Ice Troll range-def 476k XP/hr 0 0 85k 0 85k 56.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194252,"quantity":293318,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":293318,"messages":["73330x bonus kills from Ori","137.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":293318} +Ice Troll range 1.1m XP/hr 0 0 0 0 377.8k 125.6k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999540,"quantity":301750,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":301750,"messages":["75438x bonus kills from Ori","141.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":301750} +Ice Troll range 476k XP/hr 0 0 0 0 170k 56.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194252,"quantity":293318,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":293318,"messages":["73330x bonus kills from Ori","137.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":293318} +Ice Troll range 476k XP/hr 0 0 0 0 170k 56.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194252,"quantity":293318,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","7% for Neitiznot shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":293318,"messages":["73330x bonus kills from Ori","137.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":293318} +Ice warrior atk-str-def 782k XP/hr 164.7k 164.7k 164.7k 0 0 164.2k 123.5k 659.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,282.6/hr Hellfire arrow,659.3/hr Shark Cost/hr {"duration":17199000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.22% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.9k Cannonball, 1.4k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Ice warrior atk-str-def 547k XP/hr 115.3k 115.3k 115.3k 0 0 115k 86.5k 461.6 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,461.6/hr Shark Cost/hr {"duration":24568600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Ice warrior atk-str-def 547k XP/hr 115.3k 115.3k 115.3k 0 0 115k 86.5k 461.6 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,461.6/hr Shark Cost/hr {"duration":24568600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Ice warrior atk-str-def 261k XP/hr 54.9k 54.9k 54.9k 0 0 54.8k 41.2k 219.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,219.9/hr Shark Cost/hr {"duration":51577400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 17.5k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Ice warrior atk-str-def 182k XP/hr 38.4k 38.4k 38.4k 0 0 38.3k 28.8k 153.9 Sharks/hr Loot/hr 153.9/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Ice warrior atk-str-def 182k XP/hr 38.4k 38.4k 38.4k 0 0 38.3k 28.8k 153.9 Sharks/hr Loot/hr 153.9/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Ice warrior mage-def 782k XP/hr 0 0 247k 247k 0 164.2k 123.5k 659.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,282.6/hr Hellfire arrow,659.3/hr Shark Cost/hr {"duration":17199000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.9k Cannonball, 1.4k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Ice warrior mage-def 547k XP/hr 0 0 172.9k 172.9k 0 115k 86.5k 461.6 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,461.6/hr Shark Cost/hr {"duration":24568600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Ice warrior mage-def 547k XP/hr 0 0 172.7k 172.7k 0 114.8k 86.3k 461.6 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,461.6/hr Shark Cost/hr {"duration":24568600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 3.2k Shark"]} {"quantity":9988,"messages":["You missed out on 12x kills because of pk encounters","2497x bonus kills from Ori","You killed 9988x of your 10000 remaining kills, you now have 12 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":9988} +Ice warrior mage-def 261k XP/hr 0 0 82.4k 82.4k 0 54.8k 41.2k 219.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,219.9/hr Shark Cost/hr {"duration":51577400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 17.5k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Ice warrior mage-def 182k XP/hr 0 0 57.6k 57.6k 0 38.3k 28.8k 153.9 Sharks/hr Loot/hr 153.9/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Ice warrior mage-def 182k XP/hr 0 0 57.6k 57.6k 0 38.3k 28.8k 153.9 Sharks/hr Loot/hr 153.9/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Ice warrior mage 782k XP/hr 0 0 0 494k 0 164.2k 123.5k 659.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,282.6/hr Hellfire arrow,659.3/hr Shark Cost/hr {"duration":17199000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.9k Cannonball, 1.4k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Ice warrior mage 547k XP/hr 0 0 0 345.8k 0 115k 86.5k 461.6 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,461.6/hr Shark Cost/hr {"duration":24568600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Ice warrior mage 547k XP/hr 0 0 0 345.4k 0 114.8k 86.3k 461.6 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,461.6/hr Shark Cost/hr {"duration":24568600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 3.2k Shark"]} {"quantity":9988,"messages":["You missed out on 12x kills because of pk encounters","2497x bonus kills from Ori","You killed 9988x of your 10000 remaining kills, you now have 12 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9988} +Ice warrior mage 261k XP/hr 0 0 0 164.7k 0 54.8k 41.2k 219.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,219.9/hr Shark Cost/hr {"duration":51577400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 17.5k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Ice warrior mage 182k XP/hr 0 0 0 115.3k 0 38.3k 28.8k 153.9 Sharks/hr Loot/hr 153.9/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Ice warrior mage 182k XP/hr 0 0 0 115.3k 0 38.3k 28.8k 153.9 Sharks/hr Loot/hr 153.9/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Ice warrior range-def 782k XP/hr 0 0 247k 0 247k 164.2k 123.5k 659.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,282.6/hr Hellfire arrow,659.3/hr Shark Cost/hr {"duration":17199000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.26% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.9k Cannonball, 1.4k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Ice warrior range-def 547k XP/hr 0 0 172.7k 0 172.7k 114.8k 86.3k 461.6 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,461.6/hr Shark Cost/hr {"duration":24568600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.22% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 3.2k Shark"]} {"quantity":9988,"messages":["You missed out on 12x kills because of pk encounters","2497x bonus kills from Ori","You killed 9988x of your 10000 remaining kills, you now have 12 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":9988} +Ice warrior range-def 545k XP/hr 0 0 172.3k 0 172.3k 114.6k 86.1k 461.6 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,461.6/hr Shark Cost/hr {"duration":24568600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 3.2k Shark"]} {"quantity":9963,"messages":["You missed out on 37x kills because of pk encounters","2491x bonus kills from Ori","You killed 9963x of your 10000 remaining kills, you now have 37 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":9963} +Ice warrior range-def 261k XP/hr 0 0 82.4k 0 82.4k 54.8k 41.2k 219.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,219.9/hr Shark Cost/hr {"duration":51577400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 17.5k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Ice warrior range-def 182k XP/hr 0 0 57.6k 0 57.6k 38.3k 28.8k 153.9 Sharks/hr Loot/hr 153.9/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Ice warrior range-def 182k XP/hr 0 0 57.6k 0 57.6k 38.3k 28.8k 153.9 Sharks/hr Loot/hr 153.9/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Ice warrior range 782k XP/hr 0 0 0 0 494k 164.2k 123.5k 659.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,282.6/hr Hellfire arrow,659.3/hr Shark Cost/hr {"duration":17199000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.9k Cannonball, 1.4k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Ice warrior range 547k XP/hr 0 0 0 0 345.8k 115k 86.5k 461.6 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,461.6/hr Shark Cost/hr {"duration":24568600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Ice warrior range 546k XP/hr 0 0 0 0 345k 114.7k 86.2k 461.6 Sharks/hr Loot/hr 282.7/hr Hellfire arrow,461.6/hr Shark Cost/hr {"duration":24568600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.23% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.9k Hellfire arrow, 3.2k Shark"]} {"quantity":9976,"messages":["You missed out on 24x kills because of pk encounters","2494x bonus kills from Ori","You killed 9976x of your 10000 remaining kills, you now have 24 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9976} +Ice warrior range 261k XP/hr 0 0 0 0 164.7k 54.8k 41.2k 219.9 Sharks/hr Loot/hr 1224.5/hr Cannonball,219.9/hr Shark Cost/hr {"duration":51577400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 17.5k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Ice warrior range 182k XP/hr 0 0 0 0 115.3k 38.3k 28.8k 153.9 Sharks/hr Loot/hr 153.9/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Ice warrior range 182k XP/hr 0 0 0 0 115.3k 38.3k 28.8k 153.9 Sharks/hr Loot/hr 153.9/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Ice wolf atk-str-def 432k XP/hr 78.6k 78.6k 78.6k 0 0 78.4k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919998720,"quantity":215146,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":215146,"messages":["53787x bonus kills from Ori","30.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 859, Pious: 1,074, Sharp: 215, 5% less materials for mastery)"],"newKC":215146} +Ice wolf atk-str-def 195k XP/hr 35.4k 35.4k 35.4k 0 0 35.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)"],"newKC":209140} +Ice wolf atk-str-def 195k XP/hr 35.4k 35.4k 35.4k 0 0 35.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)"],"newKC":209140} +Ice wolf mage-def 432k XP/hr 0 0 117.9k 117.9k 0 78.4k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919998720,"quantity":215146,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":215146,"messages":["53787x bonus kills from Ori","30.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 859, Pious: 1,074, Sharp: 215, 5% less materials for mastery)"],"newKC":215146} +Ice wolf mage-def 195k XP/hr 0 0 53k 53k 0 35.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)"],"newKC":209140} +Ice wolf mage-def 195k XP/hr 0 0 53k 53k 0 35.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)"],"newKC":209140} +Ice wolf mage 432k XP/hr 0 0 0 235.7k 0 78.4k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919998720,"quantity":215146,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":215146,"messages":["53787x bonus kills from Ori","30.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 859, Pious: 1,074, Sharp: 215, 5% less materials for mastery)"],"newKC":215146} +Ice wolf mage 195k XP/hr 0 0 0 106.1k 0 35.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)"],"newKC":209140} +Ice wolf mage 195k XP/hr 0 0 0 106.1k 0 35.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)"],"newKC":209140} +Ice wolf range-def 432k XP/hr 0 0 117.9k 0 117.9k 78.4k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919998720,"quantity":215146,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":215146,"messages":["53787x bonus kills from Ori","30.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 859, Pious: 1,074, Sharp: 215, 5% less materials for mastery)"],"newKC":215146} +Ice wolf range-def 195k XP/hr 0 0 53k 0 53k 35.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)"],"newKC":209140} +Ice wolf range-def 195k XP/hr 0 0 53k 0 53k 35.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)"],"newKC":209140} +Ice wolf range 432k XP/hr 0 0 0 0 235.7k 78.4k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919998720,"quantity":215146,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":215146,"messages":["53787x bonus kills from Ori","30.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 859, Pious: 1,074, Sharp: 215, 5% less materials for mastery)"],"newKC":215146} +Ice wolf range 195k XP/hr 0 0 0 0 106.1k 35.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)"],"newKC":209140} +Ice wolf range 195k XP/hr 0 0 0 0 106.1k 35.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)"],"newKC":209140} +Icefiend atk-str-def 175k XP/hr 36.8k 36.8k 36.8k 0 0 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Icefiend atk-str-def 175k XP/hr 36.8k 36.8k 36.8k 0 0 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Icefiend atk-str-def 175k XP/hr 36.8k 36.8k 36.8k 0 0 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Icefiend mage-def 175k XP/hr 0 0 55.2k 55.2k 0 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Icefiend mage-def 175k XP/hr 0 0 55.2k 55.2k 0 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Icefiend mage-def 175k XP/hr 0 0 55.2k 55.2k 0 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Icefiend mage 175k XP/hr 0 0 0 110.4k 0 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Icefiend mage 175k XP/hr 0 0 0 110.4k 0 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Icefiend mage 175k XP/hr 0 0 0 110.4k 0 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Icefiend range-def 175k XP/hr 0 0 55.2k 0 55.2k 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Icefiend range-def 175k XP/hr 0 0 55.2k 0 55.2k 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Icefiend range-def 175k XP/hr 0 0 55.2k 0 55.2k 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Icefiend range 175k XP/hr 0 0 0 0 110.4k 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Icefiend range 175k XP/hr 0 0 0 0 110.4k 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Icefiend range 175k XP/hr 0 0 0 0 110.4k 36.7k 27.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Imp atk-str-def 47k XP/hr 9k 9k 9k 0 0 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp atk-str-def 47k XP/hr 9k 9k 9k 0 0 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp atk-str-def 47k XP/hr 9k 9k 9k 0 0 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp mage-def 47k XP/hr 0 0 13.5k 13.5k 0 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp mage-def 47k XP/hr 0 0 13.5k 13.5k 0 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp mage-def 47k XP/hr 0 0 13.5k 13.5k 0 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp mage 47k XP/hr 0 0 0 27.1k 0 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp mage 47k XP/hr 0 0 0 27.1k 0 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp mage 47k XP/hr 0 0 0 27.1k 0 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp range-def 47k XP/hr 0 0 13.5k 0 13.5k 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp range-def 47k XP/hr 0 0 13.5k 0 13.5k 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp range-def 47k XP/hr 0 0 13.5k 0 13.5k 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp range 47k XP/hr 0 0 0 0 27.1k 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp range 47k XP/hr 0 0 0 0 27.1k 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Imp range 47k XP/hr 0 0 0 0 27.1k 9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","5837840 Prayer XP from purifying 583784x Fiendish ashes using the Ash Sanctifier (416216 charges left)."],"newKC":467027} +Infernal Mage atk-str-def 444k XP/hr 66.2k 66.2k 66.2k 0 0 66.1k 65.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 120x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage atk-str-def 447k XP/hr 66.5k 66.5k 66.5k 0 0 66.3k 68.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage atk-str-def 453k XP/hr 66.9k 66.9k 66.9k 0 0 66.7k 72.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2458x bonus kills from Ori","You slayed 170x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage mage-def 451k XP/hr 0 0 100k 100k 0 66.5k 70.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 156x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage mage-def 450k XP/hr 0 0 99.9k 99.9k 0 66.5k 69.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2463x bonus kills from Ori","You slayed 150x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage mage-def 447k XP/hr 0 0 99.6k 99.6k 0 66.3k 67.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 134x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage mage 445k XP/hr 0 0 0 198.9k 0 66.1k 66.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 124x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage mage 445k XP/hr 0 0 0 199k 0 66.2k 66.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage mage 451k XP/hr 0 0 0 200.1k 0 66.5k 70.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 156x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage range-def 443k XP/hr 0 0 99.3k 0 99.3k 66k 65k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","You slayed 116x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage range-def 451k XP/hr 0 0 100k 0 100k 66.5k 70.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 156x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage range-def 444k XP/hr 0 0 99.4k 0 99.4k 66.1k 65.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 120x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage range 446k XP/hr 0 0 0 0 199.2k 66.2k 67.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage range 446k XP/hr 0 0 0 0 199.2k 66.2k 67.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infernal Mage range 443k XP/hr 0 0 0 0 198.5k 66k 64.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 114x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Infested axe mage 103k XP/hr 0 0 0 58.1k 0 19.3k 25.7k 7.7 Sharks/hr Loot/hr 51.3/hr Neem oil,7.7/hr Shark Cost/hr {"duration":210523600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3k Neem oil, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Iorwerth Archer atk-str-def 379k XP/hr 75.8k 75.8k 75.8k 0 0 75.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198758,"quantity":298755,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":298755,"messages":["74689x bonus kills from Ori","42m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,194, Pious: 1,492, Sharp: 299, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 742 clues (Removed Metallic: 1,691, Treasured: 6,764,5% less materials for mastery)"],"newKC":298755} +Iorwerth Archer atk-str-def 265k XP/hr 53k 53k 53k 0 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 526 clues (Removed Metallic: 1,199, Treasured: 4,796,5% less materials for mastery)"],"newKC":209140} +Iorwerth Archer atk-str-def 265k XP/hr 53k 53k 53k 0 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 526 clues (Removed Metallic: 1,199, Treasured: 4,796,5% less materials for mastery)"],"newKC":209140} +Iorwerth Archer mage-def 379k XP/hr 0 0 113.7k 113.7k 0 75.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198758,"quantity":298755,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":298755,"messages":["74689x bonus kills from Ori","42m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,194, Pious: 1,492, Sharp: 299, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 754 clues (Removed Metallic: 1,718, Treasured: 6,871,5% less materials for mastery)"],"newKC":298755} +Iorwerth Archer mage-def 265k XP/hr 0 0 79.6k 79.6k 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 503 clues (Removed Metallic: 1,146, Treasured: 4,583,5% less materials for mastery)"],"newKC":209140} +Iorwerth Archer mage-def 265k XP/hr 0 0 79.6k 79.6k 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 488 clues (Removed Metallic: 1,112, Treasured: 4,446,5% less materials for mastery)"],"newKC":209140} +Iorwerth Archer mage 379k XP/hr 0 0 0 227.3k 0 75.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198758,"quantity":298755,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":298755,"messages":["74689x bonus kills from Ori","42m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,194, Pious: 1,492, Sharp: 299, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 746 clues (Removed Metallic: 1,701, Treasured: 6,802,5% less materials for mastery)"],"newKC":298755} +Iorwerth Archer mage 265k XP/hr 0 0 0 159.1k 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 512 clues (Removed Metallic: 1,167, Treasured: 4,667,5% less materials for mastery)"],"newKC":209140} +Iorwerth Archer mage 265k XP/hr 0 0 0 159.1k 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 561 clues (Removed Metallic: 1,279, Treasured: 5,115,5% less materials for mastery)"],"newKC":209140} +Iorwerth Archer range-def 379k XP/hr 0 0 113.7k 0 113.7k 75.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198758,"quantity":298755,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":298755,"messages":["74689x bonus kills from Ori","42m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,194, Pious: 1,492, Sharp: 299, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 726 clues (Removed Metallic: 1,655, Treasured: 6,620,5% less materials for mastery)"],"newKC":298755} +Iorwerth Archer range-def 265k XP/hr 0 0 79.6k 0 79.6k 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 518 clues (Removed Metallic: 1,180, Treasured: 4,720,5% less materials for mastery)"],"newKC":209140} +Iorwerth Archer range-def 265k XP/hr 0 0 79.6k 0 79.6k 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 510 clues (Removed Metallic: 1,163, Treasured: 4,652,5% less materials for mastery)"],"newKC":209140} +Iorwerth Archer range 379k XP/hr 0 0 0 0 227.3k 75.6k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198758,"quantity":298755,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":298755,"messages":["74689x bonus kills from Ori","42m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,194, Pious: 1,492, Sharp: 299, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 756 clues (Removed Metallic: 1,724, Treasured: 6,894,5% less materials for mastery)"],"newKC":298755} +Iorwerth Archer range 265k XP/hr 0 0 0 0 159.1k 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 508 clues (Removed Metallic: 1,158, Treasured: 4,629,5% less materials for mastery)"],"newKC":209140} +Iorwerth Archer range 265k XP/hr 0 0 0 0 159.1k 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198087,"quantity":209140,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":209140,"messages":["52285x bonus kills from Ori","29.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 836, Pious: 1,045, Sharp: 209, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 513 clues (Removed Metallic: 1,169, Treasured: 4,674,5% less materials for mastery)"],"newKC":209140} +Iorwerth Warrior atk-str-def 355k XP/hr 71k 71k 71k 0 0 70.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987192994,"quantity":280082,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":280082,"messages":["70021x bonus kills from Ori","39.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,118, Pious: 1,397, Sharp: 280, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 699 clues (Removed Metallic: 1,593, Treasured: 6,369,5% less materials for mastery)"],"newKC":280082} +Iorwerth Warrior atk-str-def 249k XP/hr 49.7k 49.7k 49.7k 0 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":196078,"messages":["49020x bonus kills from Ori","27.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 783, Pious: 979, Sharp: 196, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 437 clues (Removed Metallic: 996, Treasured: 3,983,5% less materials for mastery)"],"newKC":196078} +Iorwerth Warrior atk-str-def 249k XP/hr 49.7k 49.7k 49.7k 0 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":196078,"messages":["49020x bonus kills from Ori","27.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 783, Pious: 979, Sharp: 196, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 489 clues (Removed Metallic: 1,114, Treasured: 4,454,5% less materials for mastery)"],"newKC":196078} +Iorwerth Warrior mage-def 355k XP/hr 0 0 106.6k 106.6k 0 70.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987192994,"quantity":280082,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":280082,"messages":["70021x bonus kills from Ori","39.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,118, Pious: 1,397, Sharp: 280, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 690 clues (Removed Metallic: 1,574, Treasured: 6,293,5% less materials for mastery)"],"newKC":280082} +Iorwerth Warrior mage-def 249k XP/hr 0 0 74.6k 74.6k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":196078,"messages":["49020x bonus kills from Ori","27.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 783, Pious: 979, Sharp: 196, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 471 clues (Removed Metallic: 1,074, Treasured: 4,294,5% less materials for mastery)"],"newKC":196078} +Iorwerth Warrior mage-def 249k XP/hr 0 0 74.6k 74.6k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":196078,"messages":["49020x bonus kills from Ori","27.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 783, Pious: 979, Sharp: 196, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 487 clues (Removed Metallic: 1,110, Treasured: 4,439,5% less materials for mastery)"],"newKC":196078} +Iorwerth Warrior mage 355k XP/hr 0 0 0 213.1k 0 70.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987192994,"quantity":280082,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":280082,"messages":["70021x bonus kills from Ori","39.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,118, Pious: 1,397, Sharp: 280, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 689 clues (Removed Metallic: 1,570, Treasured: 6,278,5% less materials for mastery)"],"newKC":280082} +Iorwerth Warrior mage 249k XP/hr 0 0 0 149.2k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":196078,"messages":["49020x bonus kills from Ori","27.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 783, Pious: 979, Sharp: 196, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 470 clues (Removed Metallic: 1,072, Treasured: 4,287,5% less materials for mastery)"],"newKC":196078} +Iorwerth Warrior mage 249k XP/hr 0 0 0 149.2k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":196078,"messages":["49020x bonus kills from Ori","27.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 783, Pious: 979, Sharp: 196, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 436 clues (Removed Metallic: 994, Treasured: 3,975,5% less materials for mastery)"],"newKC":196078} +Iorwerth Warrior range-def 355k XP/hr 0 0 106.6k 0 106.6k 70.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987192994,"quantity":280082,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":280082,"messages":["70021x bonus kills from Ori","39.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,118, Pious: 1,397, Sharp: 280, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 683 clues (Removed Metallic: 1,557, Treasured: 6,225,5% less materials for mastery)"],"newKC":280082} +Iorwerth Warrior range-def 249k XP/hr 0 0 74.6k 0 74.6k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":196078,"messages":["49020x bonus kills from Ori","27.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 783, Pious: 979, Sharp: 196, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 532 clues (Removed Metallic: 1,213, Treasured: 4,849,5% less materials for mastery)"],"newKC":196078} +Iorwerth Warrior range-def 249k XP/hr 0 0 74.6k 0 74.6k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":196078,"messages":["49020x bonus kills from Ori","27.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 783, Pious: 979, Sharp: 196, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 497 clues (Removed Metallic: 1,133, Treasured: 4,530,5% less materials for mastery)"],"newKC":196078} +Iorwerth Warrior range 355k XP/hr 0 0 0 0 213.1k 70.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987192994,"quantity":280082,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":280082,"messages":["70021x bonus kills from Ori","39.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,118, Pious: 1,397, Sharp: 280, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 701 clues (Removed Metallic: 1,598, Treasured: 6,392,5% less materials for mastery)"],"newKC":280082} +Iorwerth Warrior range 249k XP/hr 0 0 0 0 149.2k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":196078,"messages":["49020x bonus kills from Ori","27.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 783, Pious: 979, Sharp: 196, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 514 clues (Removed Metallic: 1,171, Treasured: 4,682,5% less materials for mastery)"],"newKC":196078} +Iorwerth Warrior range 249k XP/hr 0 0 0 0 149.2k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":196078,"messages":["49020x bonus kills from Ori","27.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 783, Pious: 979, Sharp: 196, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 472 clues (Removed Metallic: 1,076, Treasured: 4,302,5% less materials for mastery)"],"newKC":196078} +Iron Dragon atk-str-def 825k XP/hr 55k 55k 55k 0 0 54.8k 43.3k 11.2 Sharks/hr Loot/hr 1224.5/hr Cannonball,11.2/hr Shark Cost/hr {"duration":144050200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 49k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Iron Dragon atk-str-def 578k XP/hr 38.5k 38.5k 38.5k 0 0 38.4k 30.3k 7.9 Sharks/hr Loot/hr 7.9/hr Shark Cost/hr {"duration":205780400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Iron Dragon atk-str-def 578k XP/hr 38.5k 38.5k 38.5k 0 0 38.4k 30.3k 7.9 Sharks/hr Loot/hr 7.9/hr Shark Cost/hr {"duration":205780400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Iron Dragon mage-def 702k XP/hr 0 0 70.1k 70.1k 0 46.6k 36.8k 9.6 Sharks/hr Loot/hr 1224.5/hr Cannonball,9.6/hr Shark Cost/hr {"duration":169471400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 57.6k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Iron Dragon mage-def 491k XP/hr 0 0 49.1k 49.1k 0 32.6k 25.8k 6.7 Sharks/hr Loot/hr 6.7/hr Shark Cost/hr {"duration":242099200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Iron Dragon mage-def 491k XP/hr 0 0 49.1k 49.1k 0 32.6k 25.8k 6.7 Sharks/hr Loot/hr 6.7/hr Shark Cost/hr {"duration":242099200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Iron Dragon mage 702k XP/hr 0 0 0 140.2k 0 46.6k 36.8k 9.6 Sharks/hr Loot/hr 1224.5/hr Cannonball,9.6/hr Shark Cost/hr {"duration":169471400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 57.6k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Iron Dragon mage 491k XP/hr 0 0 0 98.1k 0 32.6k 25.8k 6.7 Sharks/hr Loot/hr 6.7/hr Shark Cost/hr {"duration":242099200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Iron Dragon mage 491k XP/hr 0 0 0 98.1k 0 32.6k 25.8k 6.7 Sharks/hr Loot/hr 6.7/hr Shark Cost/hr {"duration":242099200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Iron Dragon range-def 702k XP/hr 0 0 70.1k 0 70.1k 46.6k 36.8k 9.6 Sharks/hr Loot/hr 1224.5/hr Cannonball,9.6/hr Shark Cost/hr {"duration":169471400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 57.6k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Iron Dragon range-def 491k XP/hr 0 0 49.1k 0 49.1k 32.6k 25.8k 6.7 Sharks/hr Loot/hr 6.7/hr Shark Cost/hr {"duration":242099200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Iron Dragon range-def 491k XP/hr 0 0 49.1k 0 49.1k 32.6k 25.8k 6.7 Sharks/hr Loot/hr 6.7/hr Shark Cost/hr {"duration":242099200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Iron Dragon range 702k XP/hr 0 0 0 0 140.2k 46.6k 36.8k 9.6 Sharks/hr Loot/hr 1224.5/hr Cannonball,9.6/hr Shark Cost/hr {"duration":169471400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 57.6k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Iron Dragon range 491k XP/hr 0 0 0 0 98.1k 32.6k 25.8k 6.7 Sharks/hr Loot/hr 6.7/hr Shark Cost/hr {"duration":242099200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Iron Dragon range 491k XP/hr 0 0 0 0 98.1k 32.6k 25.8k 6.7 Sharks/hr Loot/hr 6.7/hr Shark Cost/hr {"duration":242099200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Jackal atk-str-def 369k XP/hr 46.6k 46.6k 46.6k 0 0 46.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199904,"quantity":714995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":714995,"messages":["178749x bonus kills from Ori","100.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,854, Pious: 3,568, Sharp: 714, 5% less materials for mastery)"],"newKC":714995} +Jackal atk-str-def 258k XP/hr 32.6k 32.6k 32.6k 0 0 32.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)"],"newKC":500579} +Jackal atk-str-def 258k XP/hr 32.6k 32.6k 32.6k 0 0 32.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)"],"newKC":500579} +Jackal mage-def 369k XP/hr 0 0 69.9k 69.9k 0 46.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199904,"quantity":714995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":714995,"messages":["178749x bonus kills from Ori","100.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,854, Pious: 3,568, Sharp: 714, 5% less materials for mastery)"],"newKC":714995} +Jackal mage-def 258k XP/hr 0 0 49k 49k 0 32.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)"],"newKC":500579} +Jackal mage-def 258k XP/hr 0 0 49k 49k 0 32.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)"],"newKC":500579} +Jackal mage 369k XP/hr 0 0 0 139.9k 0 46.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199904,"quantity":714995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":714995,"messages":["178749x bonus kills from Ori","100.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,854, Pious: 3,568, Sharp: 714, 5% less materials for mastery)"],"newKC":714995} +Jackal mage 258k XP/hr 0 0 0 97.9k 0 32.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)"],"newKC":500579} +Jackal mage 258k XP/hr 0 0 0 97.9k 0 32.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)"],"newKC":500579} +Jackal range-def 369k XP/hr 0 0 69.9k 0 69.9k 46.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199904,"quantity":714995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":714995,"messages":["178749x bonus kills from Ori","100.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,854, Pious: 3,568, Sharp: 714, 5% less materials for mastery)"],"newKC":714995} +Jackal range-def 258k XP/hr 0 0 49k 0 49k 32.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)"],"newKC":500579} +Jackal range-def 258k XP/hr 0 0 49k 0 49k 32.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)"],"newKC":500579} +Jackal range 369k XP/hr 0 0 0 0 139.9k 46.5k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987199904,"quantity":714995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":714995,"messages":["178749x bonus kills from Ori","100.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,854, Pious: 3,568, Sharp: 714, 5% less materials for mastery)"],"newKC":714995} +Jackal range 258k XP/hr 0 0 0 0 97.9k 32.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)"],"newKC":500579} +Jackal range 258k XP/hr 0 0 0 0 97.9k 32.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198515,"quantity":500579,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":500579,"messages":["125145x bonus kills from Ori","70.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,999, Pious: 2,499, Sharp: 500, 5% less materials for mastery)"],"newKC":500579} +Jelly atk-str-def 886k XP/hr 177.9k 177.9k 177.9k 0 0 177.4k 174.6k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9971,"messages":["You missed out on 29x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","You slayed 132x superior monsters.","You killed 9971x of your 10000 remaining kills, you now have 29 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":9971} +Jelly atk-str-def 888k XP/hr 177.8k 177.8k 177.8k 0 0 177.4k 177.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.58% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9956,"messages":["You missed out on 44x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2454x bonus kills from Ori","You slayed 140x superior monsters.","You killed 9956x of your 10000 remaining kills, you now have 44 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":9956} +Jelly atk-str-def 882k XP/hr 177.3k 177.3k 177.3k 0 0 176.8k 172.9k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.68% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9942,"messages":["You missed out on 58x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2454x bonus kills from Ori","You slayed 128x superior monsters.","You killed 9942x of your 10000 remaining kills, you now have 58 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":9942} +Jelly atk-str-def 300k XP/hr 59.7k 59.7k 59.7k 0 0 59.6k 61.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","You slayed 160x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Jelly atk-str-def 298k XP/hr 59.6k 59.6k 59.6k 0 0 59.4k 59.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 142x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Jelly atk-str-def 294k XP/hr 59.3k 59.3k 59.3k 0 0 59.2k 56.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","You slayed 118x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Jelly mage-def 888k XP/hr 0 0 267.6k 267.6k 0 178k 175k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.68% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Jelly mage-def 885k XP/hr 0 0 267k 267k 0 177.6k 173.5k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.78% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9985,"messages":["You missed out on 15x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 128x superior monsters.","You killed 9985x of your 10000 remaining kills, you now have 15 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9985} +Jelly mage-def 882k XP/hr 0 0 266.7k 266.7k 0 177.4k 170.8k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.58% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9985,"messages":["You missed out on 15x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 120x superior monsters.","You killed 9985x of your 10000 remaining kills, you now have 15 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9985} +Jelly mage-def 301k XP/hr 0 0 89.7k 89.7k 0 59.6k 62.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2459x bonus kills from Ori","You slayed 166x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Jelly mage-def 300k XP/hr 0 0 89.6k 89.6k 0 59.6k 61.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 158x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Jelly mage-def 296k XP/hr 0 0 89.2k 89.2k 0 59.3k 58.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 134x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Jelly mage 891k XP/hr 0 0 0 535.2k 0 178k 178.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.76% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9985,"messages":["You missed out on 15x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 142x superior monsters.","You killed 9985x of your 10000 remaining kills, you now have 15 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":9985} +Jelly mage 885k XP/hr 0 0 0 533.5k 0 177.4k 173.9k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.79% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9971,"messages":["You missed out on 29x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 130x superior monsters.","You killed 9971x of your 10000 remaining kills, you now have 29 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9971} +Jelly mage 890k XP/hr 0 0 0 534.4k 0 177.7k 177.9k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9971,"messages":["You missed out on 29x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2458x bonus kills from Ori","You slayed 142x superior monsters.","You killed 9971x of your 10000 remaining kills, you now have 29 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9971} +Jelly mage 298k XP/hr 0 0 0 178.7k 0 59.4k 59.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Jelly mage 295k XP/hr 0 0 0 178.1k 0 59.2k 57.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 122x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Jelly mage 300k XP/hr 0 0 0 179.1k 0 59.6k 61.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 158x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Jelly range-def 883k XP/hr 0 0 266.6k 0 266.6k 177.3k 172.6k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.74% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9971,"messages":["You missed out on 29x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2462x bonus kills from Ori","You slayed 126x superior monsters.","You killed 9971x of your 10000 remaining kills, you now have 29 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9971} +Jelly range-def 884k XP/hr 0 0 266.3k 0 266.3k 177.1k 173.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.70% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9956,"messages":["You missed out on 44x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2457x bonus kills from Ori","You slayed 130x superior monsters.","You killed 9956x of your 10000 remaining kills, you now have 44 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":9956} +Jelly range-def 876k XP/hr 0 0 264.6k 0 264.6k 176k 171k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9898,"messages":["You missed out on 102x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2444x bonus kills from Ori","You slayed 124x superior monsters.","You killed 9898x of your 10000 remaining kills, you now have 102 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":9898} +Jelly range-def 291k XP/hr 0 0 88.7k 0 88.7k 59k 54.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2476x bonus kills from Ori","You slayed 96x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Jelly range-def 299k XP/hr 0 0 89.4k 0 89.4k 59.5k 60.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2463x bonus kills from Ori","You slayed 150x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Jelly range-def 300k XP/hr 0 0 89.6k 0 89.6k 59.6k 61.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","You slayed 160x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Jelly range 888k XP/hr 0 0 0 0 534.1k 177.6k 176.6k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.49% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9971,"messages":["You missed out on 29x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2459x bonus kills from Ori","You slayed 138x superior monsters.","You killed 9971x of your 10000 remaining kills, you now have 29 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9971} +Jelly range 874k XP/hr 0 0 0 0 531.5k 176.7k 166k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.65% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9971,"messages":["You missed out on 29x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 106x superior monsters.","You killed 9971x of your 10000 remaining kills, you now have 29 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9971} +Jelly range 879k XP/hr 0 0 0 0 530.8k 176.5k 172k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":20589600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.7k Hellfire arrow"]} {"quantity":9927,"messages":["You missed out on 73x kills because of pk encounters","\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2451x bonus kills from Ori","You slayed 126x superior monsters.","You killed 9927x of your 10000 remaining kills, you now have 73 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":9927} +Jelly range 295k XP/hr 0 0 0 0 178.1k 59.2k 57.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 122x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Jelly range 296k XP/hr 0 0 0 0 178.4k 59.3k 58.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 130x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Jelly range 298k XP/hr 0 0 0 0 178.7k 59.4k 59.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Jogre atk-str-def 1.1m XP/hr 103.6k 103.6k 103.6k 0 0 103.4k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999390,"quantity":331016,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":331016,"messages":["82754x bonus kills from Ori","167.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 979 clues (Removed Metallic: 1,674, Treasured: 6,696,5% less materials for mastery)"],"newKC":331016} +Jogre atk-str-def 482k XP/hr 46.6k 46.6k 46.6k 0 0 46.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195418,"quantity":321763,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":321763,"messages":["80441x bonus kills from Ori","163.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 969 clues (Removed Metallic: 1,657, Treasured: 6,628,5% less materials for mastery)"],"newKC":321763} +Jogre atk-str-def 482k XP/hr 46.6k 46.6k 46.6k 0 0 46.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195418,"quantity":321763,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":321763,"messages":["80441x bonus kills from Ori","163m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 943 clues (Removed Metallic: 1,612, Treasured: 6,445,5% less materials for mastery)"],"newKC":321763} +Jogre mage-def 1.1m XP/hr 0 0 155.4k 155.4k 0 103.4k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999390,"quantity":331016,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":331016,"messages":["82754x bonus kills from Ori","167.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 920 clues (Removed Metallic: 1,574, Treasured: 6,293,5% less materials for mastery)"],"newKC":331016} +Jogre mage-def 482k XP/hr 0 0 69.9k 69.9k 0 46.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195418,"quantity":321763,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":321763,"messages":["80441x bonus kills from Ori","163.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 871 clues (Removed Metallic: 1,488, Treasured: 5,951,5% less materials for mastery)"],"newKC":321763} +Jogre mage-def 482k XP/hr 0 0 69.9k 69.9k 0 46.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195418,"quantity":321763,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":321763,"messages":["80441x bonus kills from Ori","163m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 922 clues (Removed Metallic: 1,576, Treasured: 6,301,5% less materials for mastery)"],"newKC":321763} +Jogre mage 1.1m XP/hr 0 0 0 310.9k 0 103.4k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999390,"quantity":331016,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":331016,"messages":["82754x bonus kills from Ori","167.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 926 clues (Removed Metallic: 1,583, Treasured: 6,331,5% less materials for mastery)"],"newKC":331016} +Jogre mage 482k XP/hr 0 0 0 139.9k 0 46.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195418,"quantity":321763,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":321763,"messages":["80441x bonus kills from Ori","163m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 961 clues (Removed Metallic: 1,642, Treasured: 6,567,5% less materials for mastery)"],"newKC":321763} +Jogre mage 482k XP/hr 0 0 0 139.9k 0 46.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195418,"quantity":321763,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":321763,"messages":["80441x bonus kills from Ori","163.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 949 clues (Removed Metallic: 1,623, Treasured: 6,491,5% less materials for mastery)"],"newKC":321763} +Jogre range-def 1.1m XP/hr 0 0 155.4k 0 155.4k 103.4k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999390,"quantity":331016,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":331016,"messages":["82754x bonus kills from Ori","167.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1003 clues (Removed Metallic: 1,714, Treasured: 6,856,5% less materials for mastery)"],"newKC":331016} +Jogre range-def 482k XP/hr 0 0 69.9k 0 69.9k 46.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195418,"quantity":321763,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":321763,"messages":["80441x bonus kills from Ori","163.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 963 clues (Removed Metallic: 1,646, Treasured: 6,582,5% less materials for mastery)"],"newKC":321763} +Jogre range-def 482k XP/hr 0 0 69.9k 0 69.9k 46.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195418,"quantity":321763,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":321763,"messages":["80441x bonus kills from Ori","163.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 952 clues (Removed Metallic: 1,627, Treasured: 6,506,5% less materials for mastery)"],"newKC":321763} +Jogre range 1.1m XP/hr 0 0 0 0 310.9k 103.4k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999390,"quantity":331016,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":331016,"messages":["82754x bonus kills from Ori","167.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1000 clues (Removed Metallic: 1,710, Treasured: 6,840,5% less materials for mastery)"],"newKC":331016} +Jogre range 482k XP/hr 0 0 0 0 139.9k 46.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195418,"quantity":321763,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":321763,"messages":["80441x bonus kills from Ori","163.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 915 clues (Removed Metallic: 1,564, Treasured: 6,255,5% less materials for mastery)"],"newKC":321763} +Jogre range 482k XP/hr 0 0 0 0 139.9k 46.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195418,"quantity":321763,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":321763,"messages":["80441x bonus kills from Ori","163m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 938 clues (Removed Metallic: 1,604, Treasured: 6,415,5% less materials for mastery)"],"newKC":321763} +Jubbly bird atk-str-def 327k XP/hr 15.2k 15.2k 15.2k 0 0 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird atk-str-def 327k XP/hr 15.2k 15.2k 15.2k 0 0 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird atk-str-def 327k XP/hr 15.2k 15.2k 15.2k 0 0 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird mage-def 327k XP/hr 0 0 22.7k 22.7k 0 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird mage-def 327k XP/hr 0 0 22.7k 22.7k 0 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird mage-def 327k XP/hr 0 0 22.7k 22.7k 0 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird mage 327k XP/hr 0 0 0 45.5k 0 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird mage 327k XP/hr 0 0 0 45.5k 0 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird mage 327k XP/hr 0 0 0 45.5k 0 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird range-def 327k XP/hr 0 0 22.7k 0 22.7k 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird range-def 327k XP/hr 0 0 22.7k 0 22.7k 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird range-def 327k XP/hr 0 0 22.7k 0 22.7k 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird range 327k XP/hr 0 0 0 0 45.5k 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird range 327k XP/hr 0 0 0 0 45.5k 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubbly bird range 327k XP/hr 0 0 0 0 45.5k 15.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","147.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":313725} +Jubster atk-str-def 211k XP/hr 36.6k 36.6k 36.6k 0 0 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster atk-str-def 211k XP/hr 36.6k 36.6k 36.6k 0 0 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster atk-str-def 211k XP/hr 36.6k 36.6k 36.6k 0 0 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster mage-def 211k XP/hr 0 0 54.9k 54.9k 0 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster mage-def 211k XP/hr 0 0 54.9k 54.9k 0 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster mage-def 211k XP/hr 0 0 54.9k 54.9k 0 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster mage 211k XP/hr 0 0 0 109.8k 0 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster mage 211k XP/hr 0 0 0 109.8k 0 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster mage 211k XP/hr 0 0 0 109.8k 0 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster range-def 211k XP/hr 0 0 54.9k 0 54.9k 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster range-def 211k XP/hr 0 0 54.9k 0 54.9k 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster range-def 211k XP/hr 0 0 54.9k 0 54.9k 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster range 211k XP/hr 0 0 0 0 109.8k 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster range 211k XP/hr 0 0 0 0 109.8k 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jubster range 211k XP/hr 0 0 0 0 109.8k 36.5k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw lobster,457.7/hr Raw jubbly,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw jubbly, 269.1k Raw lobster, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Jungle horror atk-str-def 539k XP/hr 69.4k 69.4k 69.4k 0 0 69.2k 52k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":31132800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 11.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 54, Pious: 67, Sharp: 14, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":10000} +Jungle horror atk-str-def 377k XP/hr 48.6k 48.6k 48.6k 0 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 54, Pious: 67, Sharp: 14, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Jungle horror atk-str-def 374k XP/hr 48.6k 48.6k 48.6k 0 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 50, Pious: 62, Sharp: 13, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Jungle horror mage-def 540k XP/hr 0 0 104.1k 104.1k 0 69.2k 52k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":31132800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 11.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 54, Pious: 67, Sharp: 14, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Jungle horror mage-def 376k XP/hr 0 0 72.9k 72.9k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 50, Pious: 62, Sharp: 13, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Jungle horror mage-def 378k XP/hr 0 0 72.9k 72.9k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 54, Pious: 67, Sharp: 14, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Jungle horror mage 538k XP/hr 0 0 0 208.1k 0 69.2k 52k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":31132800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 11.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 54, Pious: 67, Sharp: 14, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Jungle horror mage 373k XP/hr 0 0 0 145.7k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 50, Pious: 62, Sharp: 13, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Jungle horror mage 376k XP/hr 0 0 0 145.7k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 50, Pious: 62, Sharp: 13, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Jungle horror range-def 539k XP/hr 0 0 104.1k 0 104.1k 69.2k 52k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":31132800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 11.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 54, Pious: 67, Sharp: 14, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Jungle horror range-def 377k XP/hr 0 0 72.9k 0 72.9k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 54, Pious: 67, Sharp: 14, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Jungle horror range-def 374k XP/hr 0 0 72.9k 0 72.9k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 50, Pious: 62, Sharp: 13, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Jungle horror range 537k XP/hr 0 0 0 0 208.1k 69.2k 52k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":31132800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 11.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 50, Pious: 62, Sharp: 13, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Jungle horror range 373k XP/hr 0 0 0 0 145.7k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 50, Pious: 62, Sharp: 13, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Jungle horror range 374k XP/hr 0 0 0 0 145.7k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 50, Pious: 62, Sharp: 13, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Jungle Wolf atk-str-def 231k XP/hr 41.8k 41.8k 41.8k 0 0 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf atk-str-def 231k XP/hr 41.8k 41.8k 41.8k 0 0 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf atk-str-def 231k XP/hr 41.8k 41.8k 41.8k 0 0 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf mage-def 231k XP/hr 0 0 62.7k 62.7k 0 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf mage-def 231k XP/hr 0 0 62.7k 62.7k 0 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf mage-def 231k XP/hr 0 0 62.7k 62.7k 0 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf mage 231k XP/hr 0 0 0 125.5k 0 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf mage 231k XP/hr 0 0 0 125.5k 0 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf mage 231k XP/hr 0 0 0 125.5k 0 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf range-def 231k XP/hr 0 0 62.7k 0 62.7k 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf range-def 231k XP/hr 0 0 62.7k 0 62.7k 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf range-def 231k XP/hr 0 0 62.7k 0 62.7k 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf range 231k XP/hr 0 0 0 0 125.5k 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf range 231k XP/hr 0 0 0 0 125.5k 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Jungle Wolf range 231k XP/hr 0 0 0 0 125.5k 41.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +K'ril Tsutsaroth atk-str-def 285k XP/hr 59.1k 59.1k 59.1k 0 0 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 88 clues (Removed Metallic: 202, Treasured: 806,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth atk-str-def 285k XP/hr 59.1k 59.1k 59.1k 0 0 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 75 clues (Removed Metallic: 177, Treasured: 707,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth atk-str-def 285k XP/hr 59.1k 59.1k 59.1k 0 0 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 84 clues (Removed Metallic: 196, Treasured: 783,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth mage-def 285k XP/hr 0 0 88.7k 88.7k 0 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 77 clues (Removed Metallic: 181, Treasured: 722,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth mage-def 285k XP/hr 0 0 88.7k 88.7k 0 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 101 clues (Removed Metallic: 238, Treasured: 950,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth mage-def 285k XP/hr 0 0 88.7k 88.7k 0 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 80 clues (Removed Metallic: 189, Treasured: 753,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth mage 285k XP/hr 0 0 0 177.4k 0 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 76 clues (Removed Metallic: 179, Treasured: 715,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth mage 285k XP/hr 0 0 0 177.4k 0 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 92 clues (Removed Metallic: 217, Treasured: 867,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth mage 285k XP/hr 0 0 0 177.4k 0 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 102 clues (Removed Metallic: 238, Treasured: 950,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth range-def 285k XP/hr 0 0 88.7k 0 88.7k 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 87 clues (Removed Metallic: 204, Treasured: 814,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth range-def 285k XP/hr 0 0 88.7k 0 88.7k 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 79 clues (Removed Metallic: 185, Treasured: 738,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth range-def 285k XP/hr 0 0 88.7k 0 88.7k 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 79 clues (Removed Metallic: 185, Treasured: 738,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth range 285k XP/hr 0 0 0 0 177.4k 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 90 clues (Removed Metallic: 211, Treasured: 844,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth range 285k XP/hr 0 0 0 0 177.4k 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 76 clues (Removed Metallic: 177, Treasured: 707,5% less materials for mastery)"],"newKC":10000} +K'ril Tsutsaroth range 285k XP/hr 0 0 0 0 177.4k 59k 27.2k 12.4 Sharks/hr Loot/hr 12.4/hr Shark Cost/hr {"duration":652239000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Dragon warhammer","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","3812500 Prayer XP from purifying 37500x Malicious ashes, 12500x Infernal ashes using the Ash Sanctifier (950000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 104 clues (Removed Metallic: 247, Treasured: 988,5% less materials for mastery)"],"newKC":10000} +Kalphite Guardian atk-str-def 430k XP/hr 107.5k 107.5k 107.5k 0 0 107.2k 0 21.3 Sharks/hr Loot/hr 3673.5/hr Cannonball,21.3/hr Shark Cost/hr {"duration":979993246,"quantity":129098,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 1000k Cannonball, 5.8k Shark"]} {"quantity":129098,"messages":["32275x bonus kills from Ori"],"newKC":129098} +Kalphite Guardian atk-str-def 193k XP/hr 48.4k 48.4k 48.4k 0 0 48.3k 0 9.6 Sharks/hr Loot/hr 9.6/hr Shark Cost/hr {"duration":2116790708,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":125486,"messages":["31372x bonus kills from Ori"],"newKC":125486} +Kalphite Guardian atk-str-def 193k XP/hr 48.4k 48.4k 48.4k 0 0 48.3k 0 9.6 Sharks/hr Loot/hr 9.6/hr Shark Cost/hr {"duration":2116790708,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":125486,"messages":["31372x bonus kills from Ori"],"newKC":125486} +Kalphite Guardian mage-def 430k XP/hr 0 0 161.2k 161.2k 0 107.2k 0 21.3 Sharks/hr Loot/hr 3673.5/hr Cannonball,21.3/hr Shark Cost/hr {"duration":979993246,"quantity":129098,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 1000k Cannonball, 5.8k Shark"]} {"quantity":129098,"messages":["32275x bonus kills from Ori"],"newKC":129098} +Kalphite Guardian mage-def 193k XP/hr 0 0 72.6k 72.6k 0 48.3k 0 9.6 Sharks/hr Loot/hr 9.6/hr Shark Cost/hr {"duration":2116790708,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":125486,"messages":["31372x bonus kills from Ori"],"newKC":125486} +Kalphite Guardian mage-def 193k XP/hr 0 0 72.6k 72.6k 0 48.3k 0 9.6 Sharks/hr Loot/hr 9.6/hr Shark Cost/hr {"duration":2116790708,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":125486,"messages":["31372x bonus kills from Ori"],"newKC":125486} +Kalphite Guardian mage 430k XP/hr 0 0 0 322.5k 0 107.2k 0 21.3 Sharks/hr Loot/hr 3673.5/hr Cannonball,21.3/hr Shark Cost/hr {"duration":979993246,"quantity":129098,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 1000k Cannonball, 5.8k Shark"]} {"quantity":129098,"messages":["32275x bonus kills from Ori"],"newKC":129098} +Kalphite Guardian mage 193k XP/hr 0 0 0 145.1k 0 48.3k 0 9.6 Sharks/hr Loot/hr 9.6/hr Shark Cost/hr {"duration":2116790708,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":125486,"messages":["31372x bonus kills from Ori"],"newKC":125486} +Kalphite Guardian mage 193k XP/hr 0 0 0 145.1k 0 48.3k 0 9.6 Sharks/hr Loot/hr 9.6/hr Shark Cost/hr {"duration":2116790708,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":125486,"messages":["31372x bonus kills from Ori"],"newKC":125486} +Kalphite Guardian range-def 430k XP/hr 0 0 161.2k 0 161.2k 107.2k 0 21.3 Sharks/hr Loot/hr 3673.5/hr Cannonball,21.3/hr Shark Cost/hr {"duration":979993246,"quantity":129098,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 1000k Cannonball, 5.8k Shark"]} {"quantity":129098,"messages":["32275x bonus kills from Ori"],"newKC":129098} +Kalphite Guardian range-def 193k XP/hr 0 0 72.6k 0 72.6k 48.3k 0 9.6 Sharks/hr Loot/hr 9.6/hr Shark Cost/hr {"duration":2116790708,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":125486,"messages":["31372x bonus kills from Ori"],"newKC":125486} +Kalphite Guardian range-def 193k XP/hr 0 0 72.6k 0 72.6k 48.3k 0 9.6 Sharks/hr Loot/hr 9.6/hr Shark Cost/hr {"duration":2116790708,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":125486,"messages":["31372x bonus kills from Ori"],"newKC":125486} +Kalphite Guardian range 430k XP/hr 0 0 0 0 322.5k 107.2k 0 21.3 Sharks/hr Loot/hr 3673.5/hr Cannonball,21.3/hr Shark Cost/hr {"duration":979993246,"quantity":129098,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 1000k Cannonball, 5.8k Shark"]} {"quantity":129098,"messages":["32275x bonus kills from Ori"],"newKC":129098} +Kalphite Guardian range 193k XP/hr 0 0 0 0 145.1k 48.3k 0 9.6 Sharks/hr Loot/hr 9.6/hr Shark Cost/hr {"duration":2116790708,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":125486,"messages":["31372x bonus kills from Ori"],"newKC":125486} +Kalphite Guardian range 193k XP/hr 0 0 0 0 145.1k 48.3k 0 9.6 Sharks/hr Loot/hr 9.6/hr Shark Cost/hr {"duration":2116790708,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":125486,"messages":["31372x bonus kills from Ori"],"newKC":125486} +Kalphite Queen atk-str-def 257k XP/hr 54.1k 54.1k 54.1k 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen atk-str-def 257k XP/hr 54.1k 54.1k 54.1k 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen atk-str-def 257k XP/hr 54.1k 54.1k 54.1k 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen str 257k XP/hr 0 162.3k 0 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 40 clues (Removed Metallic: 114, Treasured: 456,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen str 257k XP/hr 0 162.3k 0 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen str 257k XP/hr 0 162.3k 0 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen str 257k XP/hr 0 162.3k 0 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen str 257k XP/hr 0 162.3k 0 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen str 257k XP/hr 0 162.3k 0 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen str 257k XP/hr 0 162.3k 0 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen str 257k XP/hr 0 162.3k 0 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 92, Treasured: 365,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen str 257k XP/hr 0 162.3k 0 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen str 257k XP/hr 0 162.3k 0 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 105, Treasured: 418,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen str 257k XP/hr 0 162.3k 0 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Kalphite Queen str 257k XP/hr 0 162.3k 0 0 0 54k 40.6k 23.9 Sharks/hr Loot/hr 23.9/hr Shark Cost/hr {"duration":475182400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)"],"newKC":10000} +Kalphite Soldier atk-str-def 741k XP/hr 185.3k 185.3k 185.3k 0 0 184.8k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997689,"quantity":394632,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":394632,"messages":["98658x bonus kills from Ori"],"newKC":394632} +Kalphite Soldier atk-str-def 333k XP/hr 83.4k 83.4k 83.4k 0 0 83.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori"],"newKC":383590} +Kalphite Soldier atk-str-def 333k XP/hr 83.4k 83.4k 83.4k 0 0 83.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori"],"newKC":383590} +Kalphite Soldier mage-def 741k XP/hr 0 0 278k 278k 0 184.8k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997689,"quantity":394632,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":394632,"messages":["98658x bonus kills from Ori"],"newKC":394632} +Kalphite Soldier mage-def 333k XP/hr 0 0 125.1k 125.1k 0 83.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori"],"newKC":383590} +Kalphite Soldier mage-def 333k XP/hr 0 0 125.1k 125.1k 0 83.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori"],"newKC":383590} +Kalphite Soldier mage 741k XP/hr 0 0 0 555.9k 0 184.8k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997689,"quantity":394632,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":394632,"messages":["98658x bonus kills from Ori"],"newKC":394632} +Kalphite Soldier mage 333k XP/hr 0 0 0 250.2k 0 83.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori"],"newKC":383590} +Kalphite Soldier mage 333k XP/hr 0 0 0 250.2k 0 83.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori"],"newKC":383590} +Kalphite Soldier range-def 741k XP/hr 0 0 278k 0 278k 184.8k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997689,"quantity":394632,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":394632,"messages":["98658x bonus kills from Ori"],"newKC":394632} +Kalphite Soldier range-def 333k XP/hr 0 0 125.1k 0 125.1k 83.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori"],"newKC":383590} +Kalphite Soldier range-def 333k XP/hr 0 0 125.1k 0 125.1k 83.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori"],"newKC":383590} +Kalphite Soldier range 741k XP/hr 0 0 0 0 555.9k 184.8k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997689,"quantity":394632,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":394632,"messages":["98658x bonus kills from Ori"],"newKC":394632} +Kalphite Soldier range 333k XP/hr 0 0 0 0 250.2k 83.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori"],"newKC":383590} +Kalphite Soldier range 333k XP/hr 0 0 0 0 250.2k 83.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori"],"newKC":383590} +Kalphite Worker atk-str-def 776k XP/hr 163.6k 163.6k 163.6k 0 0 163.1k 122.7k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":11739200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 12.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker atk-str-def 349k XP/hr 73.6k 73.6k 73.6k 0 0 73.4k 55.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Clothing Mystery Box for completing your task."],"newKC":10000} +Kalphite Worker atk-str-def 349k XP/hr 73.6k 73.6k 73.6k 0 0 73.4k 55.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker mage-def 776k XP/hr 0 0 245.3k 245.3k 0 163.1k 122.7k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":11739200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 12.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker mage-def 349k XP/hr 0 0 110.4k 110.4k 0 73.4k 55.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker mage-def 349k XP/hr 0 0 110.4k 110.4k 0 73.4k 55.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker mage 776k XP/hr 0 0 0 490.7k 0 163.1k 122.7k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":11739200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 12.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker mage 349k XP/hr 0 0 0 220.8k 0 73.4k 55.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker mage 349k XP/hr 0 0 0 220.8k 0 73.4k 55.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker range-def 776k XP/hr 0 0 245.3k 0 245.3k 163.1k 122.7k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":11739200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 12.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker range-def 349k XP/hr 0 0 110.4k 0 110.4k 73.4k 55.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker range-def 349k XP/hr 0 0 110.4k 0 110.4k 73.4k 55.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker range 776k XP/hr 0 0 0 0 490.7k 163.1k 122.7k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":11739200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 12.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker range 349k XP/hr 0 0 0 0 220.8k 73.4k 55.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker range 349k XP/hr 0 0 0 0 220.8k 73.4k 55.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Killerwatt atk-str-def 235k XP/hr 49.5k 49.5k 49.5k 0 0 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt atk-str-def 235k XP/hr 49.5k 49.5k 49.5k 0 0 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt atk-str-def 235k XP/hr 49.5k 49.5k 49.5k 0 0 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt mage-def 235k XP/hr 0 0 74.3k 74.3k 0 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt mage-def 235k XP/hr 0 0 74.3k 74.3k 0 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt mage-def 235k XP/hr 0 0 74.3k 74.3k 0 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt mage 235k XP/hr 0 0 0 148.6k 0 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt mage 235k XP/hr 0 0 0 148.6k 0 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt mage 235k XP/hr 0 0 0 148.6k 0 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt range-def 235k XP/hr 0 0 74.3k 0 74.3k 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt range-def 235k XP/hr 0 0 74.3k 0 74.3k 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt range-def 235k XP/hr 0 0 74.3k 0 74.3k 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt range 235k XP/hr 0 0 0 0 148.6k 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt range 235k XP/hr 0 0 0 0 148.6k 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt range 235k XP/hr 0 0 0 0 148.6k 49.4k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +King Black Dragon atk-str-def 952k XP/hr 84.3k 84.3k 84.3k 0 0 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 8, Treasured: 31,5% less materials for mastery)"],"newKC":10000} +King Black Dragon atk-str-def 952k XP/hr 84.3k 84.3k 84.3k 0 0 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Black Dragon atk-str-def 952k XP/hr 84.3k 84.3k 84.3k 0 0 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 8, Treasured: 31,5% less materials for mastery)"],"newKC":10000} +King Black Dragon atk-str-def 373k XP/hr 33.1k 33.1k 33.1k 0 0 33k 24.9k 181.7 Sharks/hr Loot/hr 181.7/hr Shark Cost/hr {"duration":374428600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +King Black Dragon atk-str-def 373k XP/hr 33.1k 33.1k 33.1k 0 0 33k 24.9k 181.7 Sharks/hr Loot/hr 181.7/hr Shark Cost/hr {"duration":374428600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Black Dragon atk-str-def 373k XP/hr 33.1k 33.1k 33.1k 0 0 33k 24.9k 181.7 Sharks/hr Loot/hr 181.7/hr Shark Cost/hr {"duration":374428600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Black Dragon mage-def 952k XP/hr 0 0 126.5k 126.5k 0 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +King Black Dragon mage-def 952k XP/hr 0 0 126.5k 126.5k 0 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)"],"newKC":10000} +King Black Dragon mage-def 952k XP/hr 0 0 126.5k 126.5k 0 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +King Black Dragon mage-def 317k XP/hr 0 0 42.2k 42.2k 0 28k 21.1k 154.5 Sharks/hr Loot/hr 154.5/hr Shark Cost/hr {"duration":440510000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Black Dragon mage-def 317k XP/hr 0 0 42.2k 42.2k 0 28k 21.1k 154.5 Sharks/hr Loot/hr 154.5/hr Shark Cost/hr {"duration":440510000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Pet Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Black Dragon mage-def 317k XP/hr 0 0 42.2k 42.2k 0 28k 21.1k 154.5 Sharks/hr Loot/hr 154.5/hr Shark Cost/hr {"duration":440510000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Black Dragon mage 952k XP/hr 0 0 0 253k 0 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +King Black Dragon mage 952k XP/hr 0 0 0 253k 0 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 8, Treasured: 31,5% less materials for mastery)"],"newKC":10000} +King Black Dragon mage 952k XP/hr 0 0 0 253k 0 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Black Dragon mage 317k XP/hr 0 0 0 84.3k 0 28k 21.1k 154.5 Sharks/hr Loot/hr 154.5/hr Shark Cost/hr {"duration":440510000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Black Dragon mage 317k XP/hr 0 0 0 84.3k 0 28k 21.1k 154.5 Sharks/hr Loot/hr 154.5/hr Shark Cost/hr {"duration":440510000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Black Dragon mage 317k XP/hr 0 0 0 84.3k 0 28k 21.1k 154.5 Sharks/hr Loot/hr 154.5/hr Shark Cost/hr {"duration":440510000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 8, Treasured: 31,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Black Dragon range-def 952k XP/hr 0 0 126.5k 0 126.5k 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Black Dragon range-def 952k XP/hr 0 0 126.5k 0 126.5k 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +King Black Dragon range-def 952k XP/hr 0 0 126.5k 0 126.5k 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +King Black Dragon range-def 317k XP/hr 0 0 42.2k 0 42.2k 28k 21.1k 154.5 Sharks/hr Loot/hr 154.5/hr Shark Cost/hr {"duration":440510000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +King Black Dragon range-def 317k XP/hr 0 0 42.2k 0 42.2k 28k 21.1k 154.5 Sharks/hr Loot/hr 154.5/hr Shark Cost/hr {"duration":440510000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Black Dragon range-def 317k XP/hr 0 0 42.2k 0 42.2k 28k 21.1k 154.5 Sharks/hr Loot/hr 154.5/hr Shark Cost/hr {"duration":440510000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +King Black Dragon range 952k XP/hr 0 0 0 0 253k 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +King Black Dragon range 952k XP/hr 0 0 0 0 253k 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +King Black Dragon range 952k XP/hr 0 0 0 0 253k 84.1k 63.4k 463.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,463.4/hr Shark Cost/hr {"duration":146843200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.5k Hellfire arrow, 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 776, Organic: 1,938, Plated: 1,163,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +King Black Dragon range 317k XP/hr 0 0 0 0 84.3k 28k 21.1k 154.5 Sharks/hr Loot/hr 154.5/hr Shark Cost/hr {"duration":440510000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Clothing Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 2 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)"],"newKC":10000} +King Black Dragon range 317k XP/hr 0 0 0 0 84.3k 28k 21.1k 154.5 Sharks/hr Loot/hr 154.5/hr Shark Cost/hr {"duration":440510000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Black Dragon range 317k XP/hr 0 0 0 0 84.3k 28k 21.1k 154.5 Sharks/hr Loot/hr 154.5/hr Shark Cost/hr {"duration":440510000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 18.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +King Scorpion atk-str-def 334k XP/hr 83.5k 83.5k 83.5k 0 0 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 6202 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion atk-str-def 334k XP/hr 83.5k 83.5k 83.5k 0 0 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 6101 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion atk-str-def 334k XP/hr 83.5k 83.5k 83.5k 0 0 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 6101 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion atk-str-def 111k XP/hr 27.8k 27.8k 27.8k 0 0 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2040 clues (Removed Metallic: 1,163, Treasured: 4,652,5% less materials for mastery)"],"newKC":409168} +King Scorpion atk-str-def 111k XP/hr 27.8k 27.8k 27.8k 0 0 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1983 clues (Removed Metallic: 1,129, Treasured: 4,515,5% less materials for mastery)"],"newKC":409168} +King Scorpion atk-str-def 111k XP/hr 27.8k 27.8k 27.8k 0 0 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2028 clues (Removed Metallic: 1,156, Treasured: 4,621,5% less materials for mastery)"],"newKC":409168} +King Scorpion mage-def 334k XP/hr 0 0 125.2k 125.2k 0 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 6080 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion mage-def 334k XP/hr 0 0 125.2k 125.2k 0 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 6147 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion mage-def 334k XP/hr 0 0 125.2k 125.2k 0 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 5961 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion mage-def 111k XP/hr 0 0 41.8k 41.8k 0 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2095 clues (Removed Metallic: 1,194, Treasured: 4,773,5% less materials for mastery)"],"newKC":409168} +King Scorpion mage-def 111k XP/hr 0 0 41.8k 41.8k 0 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1986 clues (Removed Metallic: 1,131, Treasured: 4,522,5% less materials for mastery)"],"newKC":409168} +King Scorpion mage-def 111k XP/hr 0 0 41.8k 41.8k 0 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1965 clues (Removed Metallic: 1,120, Treasured: 4,477,5% less materials for mastery)"],"newKC":409168} +King Scorpion mage 334k XP/hr 0 0 0 250.5k 0 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 6283 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion mage 334k XP/hr 0 0 0 250.5k 0 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 6116 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion mage 334k XP/hr 0 0 0 250.5k 0 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 6118 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion mage 111k XP/hr 0 0 0 83.5k 0 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2032 clues (Removed Metallic: 1,158, Treasured: 4,629,5% less materials for mastery)"],"newKC":409168} +King Scorpion mage 111k XP/hr 0 0 0 83.5k 0 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1995 clues (Removed Metallic: 1,137, Treasured: 4,545,5% less materials for mastery)"],"newKC":409168} +King Scorpion mage 111k XP/hr 0 0 0 83.5k 0 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2085 clues (Removed Metallic: 1,188, Treasured: 4,750,5% less materials for mastery)"],"newKC":409168} +King Scorpion range-def 334k XP/hr 0 0 125.2k 0 125.2k 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 6162 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion range-def 334k XP/hr 0 0 125.2k 0 125.2k 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 6043 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion range-def 334k XP/hr 0 0 125.2k 0 125.2k 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 5970 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion range-def 111k XP/hr 0 0 41.8k 0 41.8k 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2041 clues (Removed Metallic: 1,163, Treasured: 4,652,5% less materials for mastery)"],"newKC":409168} +King Scorpion range-def 111k XP/hr 0 0 41.8k 0 41.8k 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2138 clues (Removed Metallic: 1,218, Treasured: 4,872,5% less materials for mastery)"],"newKC":409168} +King Scorpion range-def 111k XP/hr 0 0 41.8k 0 41.8k 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2066 clues (Removed Metallic: 1,177, Treasured: 4,705,5% less materials for mastery)"],"newKC":409168} +King Scorpion range 334k XP/hr 0 0 0 0 250.5k 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 6222 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion range 334k XP/hr 0 0 0 0 250.5k 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 6125 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion range 334k XP/hr 0 0 0 0 250.5k 83.3k 0 576.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,576.1/hr Shark Cost/hr {"duration":2116798746,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 338.7k Shark"]} {"quantity":1227272,"messages":["306818x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 6053 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227272} +King Scorpion range 111k XP/hr 0 0 0 0 83.5k 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2114 clues (Removed Metallic: 1,205, Treasured: 4,819,5% less materials for mastery)"],"newKC":409168} +King Scorpion range 111k XP/hr 0 0 0 0 83.5k 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2099 clues (Removed Metallic: 1,196, Treasured: 4,781,5% less materials for mastery)"],"newKC":409168} +King Scorpion range 111k XP/hr 0 0 0 0 83.5k 27.8k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":2116797915,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 112.9k Shark"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2076 clues (Removed Metallic: 1,182, Treasured: 4,728,5% less materials for mastery)"],"newKC":409168} +Kraken mage-def 323k XP/hr 0 0 102k 102k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 2 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)"],"newKC":10000} +Kraken mage-def 323k XP/hr 0 0 102k 102k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Kraken mage-def 323k XP/hr 0 0 102k 102k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Kraken mage 323k XP/hr 0 0 0 204k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 8, Treasured: 31,5% less materials for mastery)"],"newKC":10000} +Kraken mage 323k XP/hr 0 0 0 204k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 2 clues (Removed Metallic: 6, Treasured: 23,5% less materials for mastery)"],"newKC":10000} +Kraken mage 323k XP/hr 0 0 0 204k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Kraken mage 323k XP/hr 0 0 0 204k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Kraken mage 323k XP/hr 0 0 0 204k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Kraken mage 323k XP/hr 0 0 0 204k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Kraken mage 323k XP/hr 0 0 0 204k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Kraken mage 323k XP/hr 0 0 0 204k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Kraken mage 323k XP/hr 0 0 0 204k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Kraken mage 323k XP/hr 0 0 0 204k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Kraken mage 323k XP/hr 0 0 0 204k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Kraken mage 323k XP/hr 0 0 0 204k 0 67.8k 51.1k 27.0 Sharks/hr Loot/hr 27.0/hr Shark Cost/hr {"duration":179996600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Tumeken's shadow","5% for Imbued heart","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Kree'arra range-def 287k XP/hr 0 0 76.1k 0 76.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 90 clues (Removed Metallic: 211, Treasured: 844,5% less materials for mastery)"],"newKC":10000} +Kree'arra range-def 287k XP/hr 0 0 76.1k 0 76.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 92 clues (Removed Metallic: 213, Treasured: 852,5% less materials for mastery)"],"newKC":10000} +Kree'arra range-def 287k XP/hr 0 0 76.1k 0 76.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 91 clues (Removed Metallic: 215, Treasured: 859,5% less materials for mastery)"],"newKC":10000} +Kree'arra range 287k XP/hr 0 0 0 0 152.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Equippable mystery box for completing your task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 79 clues (Removed Metallic: 187, Treasured: 745,5% less materials for mastery)"],"newKC":10000} +Kree'arra range 287k XP/hr 0 0 0 0 152.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 87 clues (Removed Metallic: 208, Treasured: 829,5% less materials for mastery)"],"newKC":10000} +Kree'arra range 287k XP/hr 0 0 0 0 152.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 84 clues (Removed Metallic: 196, Treasured: 783,5% less materials for mastery)"],"newKC":10000} +Kree'arra range 287k XP/hr 0 0 0 0 152.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 95 clues (Removed Metallic: 225, Treasured: 897,5% less materials for mastery)"],"newKC":10000} +Kree'arra range 287k XP/hr 0 0 0 0 152.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 74 clues (Removed Metallic: 171, Treasured: 684,5% less materials for mastery)"],"newKC":10000} +Kree'arra range 287k XP/hr 0 0 0 0 152.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 85 clues (Removed Metallic: 200, Treasured: 798,5% less materials for mastery)"],"newKC":10000} +Kree'arra range 287k XP/hr 0 0 0 0 152.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 78 clues (Removed Metallic: 183, Treasured: 730,5% less materials for mastery)"],"newKC":10000} +Kree'arra range 287k XP/hr 0 0 0 0 152.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 83 clues (Removed Metallic: 192, Treasured: 768,5% less materials for mastery)"],"newKC":10000} +Kree'arra range 287k XP/hr 0 0 0 0 152.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 73 clues (Removed Metallic: 170, Treasured: 677,5% less materials for mastery)"],"newKC":10000} +Kree'arra range 287k XP/hr 0 0 0 0 152.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 94 clues (Removed Metallic: 219, Treasured: 874,5% less materials for mastery)"],"newKC":10000} +Kree'arra range 287k XP/hr 0 0 0 0 152.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 97 clues (Removed Metallic: 225, Treasured: 897,5% less materials for mastery)"],"newKC":10000} +Kree'arra range 287k XP/hr 0 0 0 0 152.1k 50.6k 38.2k 6.9 Sharks/hr Loot/hr 6.9/hr Shark Cost/hr {"duration":703179400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","8.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 251, Pious: 314, Sharp: 63, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 88 clues (Removed Metallic: 206, Treasured: 821,5% less materials for mastery)"],"newKC":10000} +Kurask atk-str-def 930k XP/hr 105k 105k 105k 0 0 104.8k 102.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 149, Pious: 186, Sharp: 38, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Kurask atk-str-def 938k XP/hr 105.7k 105.7k 105.7k 0 0 105.4k 107.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 146x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 149, Pious: 186, Sharp: 38, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Kurask atk-str-def 937k XP/hr 105.5k 105.5k 105.5k 0 0 105.2k 105.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 140x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 149, Pious: 186, Sharp: 38, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Kurask mage-def 952k XP/hr 0 0 156k 156k 0 103.7k 96.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2476x bonus kills from Ori","You slayed 96x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 160, Pious: 200, Sharp: 40, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Kurask mage-def 939k XP/hr 0 0 158.4k 158.4k 0 105.4k 106.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 149, Pious: 186, Sharp: 38, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Kurask mage-def 947k XP/hr 0 0 158.6k 158.6k 0 105.5k 107.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2463x bonus kills from Ori","You slayed 148x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 152, Pious: 190, Sharp: 38, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Kurask mage 956k XP/hr 0 0 0 321.9k 0 107k 117.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2452x bonus kills from Ori","You slayed 194x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 149, Pious: 186, Sharp: 38, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Kurask mage 945k XP/hr 0 0 0 318.8k 0 106k 110.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2459x bonus kills from Ori","You slayed 164x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 149, Pious: 186, Sharp: 38, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Kurask mage 929k XP/hr 0 0 0 316.2k 0 105.2k 105.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 149, Pious: 186, Sharp: 38, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Kurask range-def 939k XP/hr 0 0 156.4k 0 156.4k 104k 98k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2474x bonus kills from Ori","You slayed 104x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 156, Pious: 195, Sharp: 39, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Kurask range-def 934k XP/hr 0 0 157.4k 0 157.4k 104.7k 102.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 124x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 152, Pious: 190, Sharp: 38, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Kurask range-def 892k XP/hr 0 0 157.2k 0 157.2k 104.6k 101.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 120x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 137, Pious: 171, Sharp: 35, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Kurask range 923k XP/hr 0 0 0 0 317k 105.4k 107.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 146x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 145, Pious: 181, Sharp: 37, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Kurask range 932k XP/hr 0 0 0 0 316.2k 105.2k 105.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 149, Pious: 186, Sharp: 38, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Kurask range 941k XP/hr 0 0 0 0 314.6k 104.6k 101.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46202400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 122x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","5.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 152, Pious: 190, Sharp: 38, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Lava dragon atk-str-def 1.6m XP/hr 121.9k 121.9k 121.9k 0 0 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Lava dragon atk-str-def 1.6m XP/hr 121.9k 121.9k 121.9k 0 0 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.51% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Lava dragon atk-str-def 1.6m XP/hr 121.9k 121.9k 121.9k 0 0 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.50% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Lava dragon mage-def 1.6m XP/hr 0 0 182.8k 182.8k 0 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.49% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Pet Mystery Box for completing your task.","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Lava dragon mage-def 1.6m XP/hr 0 0 182.8k 182.8k 0 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.74% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Lava dragon mage-def 1.6m XP/hr 0 0 182.8k 182.8k 0 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Lava dragon mage 1.6m XP/hr 0 0 0 365.6k 0 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.66% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Lava dragon mage 1.6m XP/hr 0 0 0 365.6k 0 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.79% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Lava dragon mage 1.6m XP/hr 0 0 0 365.5k 0 121.5k 98.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.51% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","2500x bonus kills from Ori","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining.","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":9997} +Lava dragon range-def 1.6m XP/hr 0 0 182.8k 0 182.8k 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Lava dragon range-def 1.6m XP/hr 0 0 182.8k 0 182.8k 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Lava dragon range-def 1.6m XP/hr 0 0 182.8k 0 182.8k 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Lava dragon range 1.6m XP/hr 0 0 0 0 365.6k 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.67% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Lava dragon range 1.6m XP/hr 0 0 0 0 365.6k 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.84% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Lava dragon range 1.6m XP/hr 0 0 0 0 365.6k 121.6k 98.6k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":90583200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.68% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 7.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 479, Organic: 1,197, Plated: 719,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Lesser demon atk-str-def 2.6m XP/hr 507k 507k 507k 0 0 505.7k 380.3k 1528.6 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.9/hr Hellfire arrow,1528.6/hr Shark Cost/hr {"duration":7418600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.6k Cannonball, 583x Hellfire arrow, 3.2k Shark"]} {"quantity":9919,"messages":["You missed out on 81x kills because of pk encounters","2480x bonus kills from Ori","309975 Prayer XP from purifying 12399x Vile ashes using the Ash Sanctifier (987601 charges left).","You killed 9919x of your 10000 remaining kills, you now have 81 kills remaining."],"newKC":9919} +Lesser demon atk-str-def 1.2m XP/hr 228.9k 228.9k 228.9k 0 0 228.3k 171.7k 688.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,688.4/hr Shark Cost/hr {"duration":16473800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.95% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9945,"messages":["You missed out on 55x kills because of pk encounters","2487x bonus kills from Ori","310800 Prayer XP from purifying 12432x Vile ashes using the Ash Sanctifier (987568 charges left).","You killed 9945x of your 10000 remaining kills, you now have 55 kills remaining."],"newKC":9945} +Lesser demon atk-str-def 1.2m XP/hr 228.1k 228.1k 228.1k 0 0 227.5k 171.1k 688.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,688.4/hr Shark Cost/hr {"duration":16473800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.79% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9909,"messages":["You missed out on 91x kills because of pk encounters","2478x bonus kills from Ori","309675 Prayer XP from purifying 12387x Vile ashes using the Ash Sanctifier (987613 charges left).","You killed 9909x of your 10000 remaining kills, you now have 91 kills remaining."],"newKC":9909} +Lesser demon atk-str-def 860k XP/hr 170.5k 170.5k 170.5k 0 0 170k 127.8k 509.8 Sharks/hr Loot/hr 3673.5/hr Cannonball,509.8/hr Shark Cost/hr {"duration":22246000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 22.7k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon atk-str-def 387k XP/hr 76.7k 76.7k 76.7k 0 0 76.5k 57.5k 229.5 Sharks/hr Loot/hr 229.5/hr Shark Cost/hr {"duration":49421400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon atk-str-def 387k XP/hr 76.7k 76.7k 76.7k 0 0 76.5k 57.5k 229.5 Sharks/hr Loot/hr 229.5/hr Shark Cost/hr {"duration":49421400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon mage-def 1.1m XP/hr 0 0 340.3k 340.3k 0 226.3k 170.1k 688.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,688.4/hr Shark Cost/hr {"duration":16473800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9855,"messages":["You missed out on 145x kills because of pk encounters","2464x bonus kills from Ori","307975 Prayer XP from purifying 12319x Vile ashes using the Ash Sanctifier (987681 charges left).","You killed 9855x of your 10000 remaining kills, you now have 145 kills remaining."],"newKC":9855} +Lesser demon mage-def 1.1m XP/hr 0 0 339.6k 339.6k 0 225.8k 169.8k 688.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,688.4/hr Shark Cost/hr {"duration":16473800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":9},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9836,"messages":["You missed out on 164x kills because of pk encounters","2459x bonus kills from Ori","307375 Prayer XP from purifying 12295x Vile ashes using the Ash Sanctifier (987705 charges left).","You killed 9836x of your 10000 remaining kills, you now have 164 kills remaining."],"newKC":9836} +Lesser demon mage-def 2.5m XP/hr 0 0 742k 742k 0 493.4k 371k 1528.6 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.9/hr Hellfire arrow,1528.6/hr Shark Cost/hr {"duration":7418600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.75% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.6k Cannonball, 583x Hellfire arrow, 3.2k Shark"]} {"quantity":9677,"messages":["You missed out on 323x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2420x bonus kills from Ori","302425 Prayer XP from purifying 12097x Vile ashes using the Ash Sanctifier (987903 charges left).","You killed 9677x of your 10000 remaining kills, you now have 323 kills remaining."],"newKC":9677} +Lesser demon mage-def 860k XP/hr 0 0 255.7k 255.7k 0 170k 127.8k 509.8 Sharks/hr Loot/hr 3673.5/hr Cannonball,509.8/hr Shark Cost/hr {"duration":22246000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 22.7k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon mage-def 387k XP/hr 0 0 115.1k 115.1k 0 76.5k 57.5k 229.5 Sharks/hr Loot/hr 229.5/hr Shark Cost/hr {"duration":49421400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon mage-def 387k XP/hr 0 0 115.1k 115.1k 0 76.5k 57.5k 229.5 Sharks/hr Loot/hr 229.5/hr Shark Cost/hr {"duration":49421400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon mage 1.2m XP/hr 0 0 0 688.1k 0 228.8k 172k 688.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,688.4/hr Shark Cost/hr {"duration":16473800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.81% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9964,"messages":["You missed out on 36x kills because of pk encounters","2491x bonus kills from Ori","311375 Prayer XP from purifying 12455x Vile ashes using the Ash Sanctifier (987545 charges left).","You killed 9964x of your 10000 remaining kills, you now have 36 kills remaining."],"newKC":9964} +Lesser demon mage 2.5m XP/hr 0 0 0 1.5m 0 503.7k 378.7k 1528.6 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.9/hr Hellfire arrow,1528.6/hr Shark Cost/hr {"duration":7418600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.77% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.6k Cannonball, 583x Hellfire arrow, 3.2k Shark"]} {"quantity":9879,"messages":["You missed out on 121x kills because of pk encounters","2470x bonus kills from Ori","308725 Prayer XP from purifying 12349x Vile ashes using the Ash Sanctifier (987651 charges left).","You killed 9879x of your 10000 remaining kills, you now have 121 kills remaining."],"newKC":9879} +Lesser demon mage 1.2m XP/hr 0 0 0 685.5k 0 227.9k 171.4k 688.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,688.4/hr Shark Cost/hr {"duration":16473800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9927,"messages":["You missed out on 73x kills because of pk encounters","2482x bonus kills from Ori","310225 Prayer XP from purifying 12409x Vile ashes using the Ash Sanctifier (987591 charges left).","You killed 9927x of your 10000 remaining kills, you now have 73 kills remaining."],"newKC":9927} +Lesser demon mage 860k XP/hr 0 0 0 511.4k 0 170k 127.8k 509.8 Sharks/hr Loot/hr 3673.5/hr Cannonball,509.8/hr Shark Cost/hr {"duration":22246000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 22.7k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon mage 387k XP/hr 0 0 0 230.2k 0 76.5k 57.5k 229.5 Sharks/hr Loot/hr 229.5/hr Shark Cost/hr {"duration":49421400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon mage 387k XP/hr 0 0 0 230.2k 0 76.5k 57.5k 229.5 Sharks/hr Loot/hr 229.5/hr Shark Cost/hr {"duration":49421400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon range-def 2.6m XP/hr 0 0 766.7k 0 766.7k 509.9k 383.4k 1528.6 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.9/hr Hellfire arrow,1528.6/hr Shark Cost/hr {"duration":7418600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.6k Cannonball, 583x Hellfire arrow, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon range-def 1.2m XP/hr 0 0 343.4k 0 343.4k 228.3k 171.7k 688.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,688.4/hr Shark Cost/hr {"duration":16473800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.68% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9945,"messages":["You missed out on 55x kills because of pk encounters","2487x bonus kills from Ori","310800 Prayer XP from purifying 12432x Vile ashes using the Ash Sanctifier (987568 charges left).","You killed 9945x of your 10000 remaining kills, you now have 55 kills remaining."],"newKC":9945} +Lesser demon range-def 1.2m XP/hr 0 0 342.8k 0 342.8k 227.9k 171.4k 688.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,688.4/hr Shark Cost/hr {"duration":16473800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.94% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9927,"messages":["You missed out on 73x kills because of pk encounters","2482x bonus kills from Ori","310225 Prayer XP from purifying 12409x Vile ashes using the Ash Sanctifier (987591 charges left).","You killed 9927x of your 10000 remaining kills, you now have 73 kills remaining."],"newKC":9927} +Lesser demon range-def 860k XP/hr 0 0 255.7k 0 255.7k 170k 127.8k 509.8 Sharks/hr Loot/hr 3673.5/hr Cannonball,509.8/hr Shark Cost/hr {"duration":22246000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 22.7k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon range-def 387k XP/hr 0 0 115.1k 0 115.1k 76.5k 57.5k 229.5 Sharks/hr Loot/hr 229.5/hr Shark Cost/hr {"duration":49421400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Lesser demon range-def 387k XP/hr 0 0 115.1k 0 115.1k 76.5k 57.5k 229.5 Sharks/hr Loot/hr 229.5/hr Shark Cost/hr {"duration":49421400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon range 1.2m XP/hr 0 0 0 0 689.3k 229.2k 172.3k 688.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,688.4/hr Shark Cost/hr {"duration":16473800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9982,"messages":["You missed out on 18x kills because of pk encounters","2496x bonus kills from Ori","311950 Prayer XP from purifying 12478x Vile ashes using the Ash Sanctifier (987522 charges left).","You killed 9982x of your 10000 remaining kills, you now have 18 kills remaining."],"newKC":9982} +Lesser demon range 1.2m XP/hr 0 0 0 0 685.5k 227.9k 171.4k 688.4 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,688.4/hr Shark Cost/hr {"duration":16473800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.81% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.3k Hellfire arrow, 3.2k Shark"]} {"quantity":9927,"messages":["You missed out on 73x kills because of pk encounters","2482x bonus kills from Ori","310225 Prayer XP from purifying 12409x Vile ashes using the Ash Sanctifier (987591 charges left).","You killed 9927x of your 10000 remaining kills, you now have 73 kills remaining."],"newKC":9927} +Lesser demon range 2.5m XP/hr 0 0 0 0 1.5m 499.6k 375.6k 1528.6 Sharks/hr Loot/hr 3673.5/hr Cannonball,282.9/hr Hellfire arrow,1528.6/hr Shark Cost/hr {"duration":7418600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 0.94% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.6k Cannonball, 583x Hellfire arrow, 3.2k Shark"]} {"quantity":9798,"messages":["You missed out on 202x kills because of pk encounters","2450x bonus kills from Ori","306200 Prayer XP from purifying 12248x Vile ashes using the Ash Sanctifier (987752 charges left).","You killed 9798x of your 10000 remaining kills, you now have 202 kills remaining."],"newKC":9798} +Lesser demon range 860k XP/hr 0 0 0 0 511.4k 170k 127.8k 509.8 Sharks/hr Loot/hr 3673.5/hr Cannonball,509.8/hr Shark Cost/hr {"duration":22246000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 22.7k Cannonball, 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon range 387k XP/hr 0 0 0 0 230.2k 76.5k 57.5k 229.5 Sharks/hr Loot/hr 229.5/hr Shark Cost/hr {"duration":49421400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon range 387k XP/hr 0 0 0 0 230.2k 76.5k 57.5k 229.5 Sharks/hr Loot/hr 229.5/hr Shark Cost/hr {"duration":49421400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","12% for Arclight","3% for Saradomin godsword","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.2k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","312500 Prayer XP from purifying 12500x Vile ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lizard atk-str-def 526k XP/hr 38.9k 38.9k 38.9k 0 0 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard atk-str-def 526k XP/hr 38.9k 38.9k 38.9k 0 0 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard atk-str-def 526k XP/hr 38.9k 38.9k 38.9k 0 0 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard mage-def 526k XP/hr 0 0 58.3k 58.3k 0 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard mage-def 526k XP/hr 0 0 58.3k 58.3k 0 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard mage-def 526k XP/hr 0 0 58.3k 58.3k 0 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard mage 526k XP/hr 0 0 0 116.6k 0 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard mage 526k XP/hr 0 0 0 116.6k 0 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard mage 526k XP/hr 0 0 0 116.6k 0 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard range-def 526k XP/hr 0 0 58.3k 0 58.3k 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard range-def 526k XP/hr 0 0 58.3k 0 58.3k 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard range-def 526k XP/hr 0 0 58.3k 0 58.3k 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard range 526k XP/hr 0 0 0 0 116.6k 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard range 526k XP/hr 0 0 0 0 116.6k 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizard range 526k XP/hr 0 0 0 0 116.6k 38.8k 29.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Lizardman brute atk-str-def 711k XP/hr 123.5k 123.5k 123.5k 0 0 123.2k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997689,"quantity":394632,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":394632,"messages":["98658x bonus kills from Ori","55.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,574, Pious: 1,967, Sharp: 394, 5% less materials for mastery)"],"newKC":394632} +Lizardman brute atk-str-def 320k XP/hr 55.6k 55.6k 55.6k 0 0 55.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","53.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,532, Pious: 1,915, Sharp: 383, 5% less materials for mastery)"],"newKC":383590} +Lizardman brute atk-str-def 320k XP/hr 55.6k 55.6k 55.6k 0 0 55.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","53.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,532, Pious: 1,915, Sharp: 383, 5% less materials for mastery)"],"newKC":383590} +Lizardman brute mage-def 711k XP/hr 0 0 185.3k 185.3k 0 123.2k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997689,"quantity":394632,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":394632,"messages":["98658x bonus kills from Ori","55.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,574, Pious: 1,967, Sharp: 394, 5% less materials for mastery)"],"newKC":394632} +Lizardman brute mage-def 320k XP/hr 0 0 83.4k 83.4k 0 55.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","53.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,532, Pious: 1,915, Sharp: 383, 5% less materials for mastery)"],"newKC":383590} +Lizardman brute mage-def 320k XP/hr 0 0 83.4k 83.4k 0 55.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","53.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,532, Pious: 1,915, Sharp: 383, 5% less materials for mastery)"],"newKC":383590} +Lizardman brute mage 711k XP/hr 0 0 0 370.6k 0 123.2k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997689,"quantity":394632,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":394632,"messages":["98658x bonus kills from Ori","55.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,574, Pious: 1,967, Sharp: 394, 5% less materials for mastery)"],"newKC":394632} +Lizardman brute mage 320k XP/hr 0 0 0 166.8k 0 55.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","53.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,532, Pious: 1,915, Sharp: 383, 5% less materials for mastery)"],"newKC":383590} +Lizardman brute mage 320k XP/hr 0 0 0 166.8k 0 55.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","53.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,532, Pious: 1,915, Sharp: 383, 5% less materials for mastery)"],"newKC":383590} +Lizardman brute range-def 711k XP/hr 0 0 185.3k 0 185.3k 123.2k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997689,"quantity":394632,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":394632,"messages":["98658x bonus kills from Ori","55.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,574, Pious: 1,967, Sharp: 394, 5% less materials for mastery)"],"newKC":394632} +Lizardman brute range-def 320k XP/hr 0 0 83.4k 0 83.4k 55.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","53.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,532, Pious: 1,915, Sharp: 383, 5% less materials for mastery)"],"newKC":383590} +Lizardman brute range-def 320k XP/hr 0 0 83.4k 0 83.4k 55.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","53.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,532, Pious: 1,915, Sharp: 383, 5% less materials for mastery)"],"newKC":383590} +Lizardman brute range 711k XP/hr 0 0 0 0 370.6k 123.2k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997689,"quantity":394632,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":394632,"messages":["98658x bonus kills from Ori","55.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,574, Pious: 1,967, Sharp: 394, 5% less materials for mastery)"],"newKC":394632} +Lizardman brute range 320k XP/hr 0 0 0 0 166.8k 55.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","53.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,532, Pious: 1,915, Sharp: 383, 5% less materials for mastery)"],"newKC":383590} +Lizardman brute range 320k XP/hr 0 0 0 0 166.8k 55.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195667,"quantity":383590,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":383590,"messages":["95898x bonus kills from Ori","53.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,532, Pious: 1,915, Sharp: 383, 5% less materials for mastery)"],"newKC":383590} +Lizardman Shaman def 470k XP/hr 0 0 222.3k 0 0 73.9k 0 33.3 Sharks/hr Loot/hr 1224.5/hr Cannonball,33.3/hr Shark Cost/hr {"duration":2116792179,"quantity":217807,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 720k Cannonball, 19.6k Shark"]} {"quantity":217807,"messages":["54452x bonus kills from Ori","102.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,896, Pious: 3,620, Sharp: 724, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 402 clues (Removed Metallic: 952, Treasured: 3,808,5% less materials for mastery)"],"newKC":217807} +Lizardman Shaman def 470k XP/hr 0 0 222.3k 0 0 73.9k 0 33.3 Sharks/hr Loot/hr 1224.5/hr Cannonball,33.3/hr Shark Cost/hr {"duration":2116792179,"quantity":217807,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 720k Cannonball, 19.6k Shark"]} {"quantity":217807,"messages":["54452x bonus kills from Ori","102.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,896, Pious: 3,620, Sharp: 724, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 388 clues (Removed Metallic: 911, Treasured: 3,641,5% less materials for mastery)"],"newKC":217807} +Lizardman Shaman def 470k XP/hr 0 0 222.3k 0 0 73.9k 0 33.3 Sharks/hr Loot/hr 1224.5/hr Cannonball,33.3/hr Shark Cost/hr {"duration":2116792179,"quantity":217807,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 720k Cannonball, 19.6k Shark"]} {"quantity":217807,"messages":["54452x bonus kills from Ori","102.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,896, Pious: 3,620, Sharp: 724, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 397 clues (Removed Metallic: 931, Treasured: 3,724,5% less materials for mastery)"],"newKC":217807} +Lizardman Shaman def 329k XP/hr 0 0 155.6k 0 0 51.7k 0 23.3 Sharks/hr Loot/hr 23.3/hr Shark Cost/hr {"duration":2116789399,"quantity":152477,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Gorajan archer gear","2% for Shark","Removing items: 13.7k Shark"]} {"quantity":152477,"messages":["38120x bonus kills from Ori","71.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,030, Pious: 2,537, Sharp: 508, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 276 clues (Removed Metallic: 646, Treasured: 2,584,5% less materials for mastery)"],"newKC":152477} +Lizardman Shaman def 329k XP/hr 0 0 155.6k 0 0 51.7k 0 23.3 Sharks/hr Loot/hr 23.3/hr Shark Cost/hr {"duration":2116789399,"quantity":152477,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Gorajan archer gear","2% for Shark","Removing items: 13.7k Shark"]} {"quantity":152477,"messages":["38120x bonus kills from Ori","71.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,030, Pious: 2,537, Sharp: 508, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 295 clues (Removed Metallic: 696, Treasured: 2,782,5% less materials for mastery)"],"newKC":152477} +Lizardman Shaman def 329k XP/hr 0 0 155.6k 0 0 51.7k 0 23.3 Sharks/hr Loot/hr 23.3/hr Shark Cost/hr {"duration":2116789399,"quantity":152477,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Gorajan archer gear","2% for Shark","Removing items: 13.7k Shark"]} {"quantity":152477,"messages":["38120x bonus kills from Ori","71.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,030, Pious: 2,537, Sharp: 508, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 272 clues (Removed Metallic: 641, Treasured: 2,562,5% less materials for mastery)"],"newKC":152477} +Lizardman Shaman def 329k XP/hr 0 0 155.6k 0 0 51.7k 0 23.3 Sharks/hr Loot/hr 23.3/hr Shark Cost/hr {"duration":2116789399,"quantity":152477,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Gorajan archer gear","2% for Shark","Removing items: 13.7k Shark"]} {"quantity":152477,"messages":["38120x bonus kills from Ori","71.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,030, Pious: 2,537, Sharp: 508, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 264 clues (Removed Metallic: 614, Treasured: 2,455,5% less materials for mastery)"],"newKC":152477} +Lizardman Shaman def 329k XP/hr 0 0 155.6k 0 0 51.7k 0 23.3 Sharks/hr Loot/hr 23.3/hr Shark Cost/hr {"duration":2116789399,"quantity":152477,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Gorajan archer gear","2% for Shark","Removing items: 13.7k Shark"]} {"quantity":152477,"messages":["38120x bonus kills from Ori","71.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,030, Pious: 2,537, Sharp: 508, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 310 clues (Removed Metallic: 726, Treasured: 2,904,5% less materials for mastery)"],"newKC":152477} +Lizardman Shaman def 329k XP/hr 0 0 155.6k 0 0 51.7k 0 23.3 Sharks/hr Loot/hr 23.3/hr Shark Cost/hr {"duration":2116789399,"quantity":152477,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Gorajan archer gear","2% for Shark","Removing items: 13.7k Shark"]} {"quantity":152477,"messages":["38120x bonus kills from Ori","71.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,030, Pious: 2,537, Sharp: 508, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 273 clues (Removed Metallic: 641, Treasured: 2,562,5% less materials for mastery)"],"newKC":152477} +Lizardman Shaman range-def 470k XP/hr 0 0 111.1k 0 111.1k 73.9k 0 33.3 Sharks/hr Loot/hr 1224.5/hr Cannonball,33.3/hr Shark Cost/hr {"duration":2116792179,"quantity":217807,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 720k Cannonball, 19.6k Shark"]} {"quantity":217807,"messages":["54452x bonus kills from Ori","102.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,896, Pious: 3,620, Sharp: 724, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 396 clues (Removed Metallic: 931, Treasured: 3,724,5% less materials for mastery)"],"newKC":217807} +Lizardman Shaman range-def 329k XP/hr 0 0 77.8k 0 77.8k 51.7k 0 23.3 Sharks/hr Loot/hr 23.3/hr Shark Cost/hr {"duration":2116789399,"quantity":152477,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Gorajan archer gear","2% for Shark","Removing items: 13.7k Shark"]} {"quantity":152477,"messages":["38120x bonus kills from Ori","71.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,030, Pious: 2,537, Sharp: 508, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 273 clues (Removed Metallic: 639, Treasured: 2,554,5% less materials for mastery)"],"newKC":152477} +Lizardman Shaman range-def 329k XP/hr 0 0 77.8k 0 77.8k 51.7k 0 23.3 Sharks/hr Loot/hr 23.3/hr Shark Cost/hr {"duration":2116789399,"quantity":152477,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Gorajan archer gear","2% for Shark","Removing items: 13.7k Shark"]} {"quantity":152477,"messages":["38120x bonus kills from Ori","71.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,030, Pious: 2,537, Sharp: 508, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 272 clues (Removed Metallic: 643, Treasured: 2,569,5% less materials for mastery)"],"newKC":152477} +Lizardman Shaman range 470k XP/hr 0 0 0 0 222.3k 73.9k 0 33.3 Sharks/hr Loot/hr 1224.5/hr Cannonball,33.3/hr Shark Cost/hr {"duration":2116792179,"quantity":217807,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 720k Cannonball, 19.6k Shark"]} {"quantity":217807,"messages":["54452x bonus kills from Ori","102.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,896, Pious: 3,620, Sharp: 724, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 371 clues (Removed Metallic: 876, Treasured: 3,504,5% less materials for mastery)"],"newKC":217807} +Lizardman Shaman range 329k XP/hr 0 0 0 0 155.6k 51.7k 0 23.3 Sharks/hr Loot/hr 23.3/hr Shark Cost/hr {"duration":2116789399,"quantity":152477,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Gorajan archer gear","2% for Shark","Removing items: 13.7k Shark"]} {"quantity":152477,"messages":["38120x bonus kills from Ori","71.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,030, Pious: 2,537, Sharp: 508, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 298 clues (Removed Metallic: 692, Treasured: 2,767,5% less materials for mastery)"],"newKC":152477} +Lizardman Shaman range 329k XP/hr 0 0 0 0 155.6k 51.7k 0 23.3 Sharks/hr Loot/hr 23.3/hr Shark Cost/hr {"duration":2116789399,"quantity":152477,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Gorajan archer gear","2% for Shark","Removing items: 13.7k Shark"]} {"quantity":152477,"messages":["38120x bonus kills from Ori","71.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,030, Pious: 2,537, Sharp: 508, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 283 clues (Removed Metallic: 658, Treasured: 2,630,5% less materials for mastery)"],"newKC":152477} +Lizardman atk-str-def 1.3m XP/hr 192.8k 192.8k 192.8k 0 0 192.3k 144.6k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":14940800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 16.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman atk-str-def 564k XP/hr 86.8k 86.8k 86.8k 0 0 86.5k 65.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman atk-str-def 564k XP/hr 86.8k 86.8k 86.8k 0 0 86.5k 65.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman mage-def 1.3m XP/hr 0 0 289.1k 289.1k 0 192.3k 144.6k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":14940800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 16.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman mage-def 564k XP/hr 0 0 130.1k 130.1k 0 86.5k 65.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman mage-def 564k XP/hr 0 0 130.1k 130.1k 0 86.5k 65.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman mage 1.3m XP/hr 0 0 0 578.3k 0 192.3k 144.6k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":14940800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 16.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman mage 564k XP/hr 0 0 0 260.3k 0 86.5k 65.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman mage 564k XP/hr 0 0 0 260.3k 0 86.5k 65.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman range-def 1.3m XP/hr 0 0 289.1k 0 289.1k 192.3k 144.6k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":14940800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 16.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman range-def 564k XP/hr 0 0 130.1k 0 130.1k 86.5k 65.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman range-def 564k XP/hr 0 0 130.1k 0 130.1k 86.5k 65.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman range 1.3m XP/hr 0 0 0 0 578.3k 192.3k 144.6k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":14940800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 16.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman range 564k XP/hr 0 0 0 0 260.3k 86.5k 65.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Lizardman range 564k XP/hr 0 0 0 0 260.3k 86.5k 65.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":33193600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Loar Shade atk-str-def 188k XP/hr 46.9k 46.9k 46.9k 0 0 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade atk-str-def 188k XP/hr 46.9k 46.9k 46.9k 0 0 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade atk-str-def 188k XP/hr 46.9k 46.9k 46.9k 0 0 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade mage-def 188k XP/hr 0 0 70.4k 70.4k 0 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade mage-def 188k XP/hr 0 0 70.4k 70.4k 0 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade mage-def 188k XP/hr 0 0 70.4k 70.4k 0 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade mage 188k XP/hr 0 0 0 140.8k 0 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade mage 188k XP/hr 0 0 0 140.8k 0 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade mage 188k XP/hr 0 0 0 140.8k 0 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade range-def 188k XP/hr 0 0 70.4k 0 70.4k 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade range-def 188k XP/hr 0 0 70.4k 0 70.4k 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade range-def 188k XP/hr 0 0 70.4k 0 70.4k 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade range 188k XP/hr 0 0 0 0 140.8k 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade range 188k XP/hr 0 0 0 0 140.8k 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Loar Shade range 188k XP/hr 0 0 0 0 140.8k 46.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori"],"newKC":511484} +Lobstrosity atk-str-def 151k XP/hr 37.9k 37.9k 37.9k 0 0 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1122 clues (Removed Metallic: 1,279, Treasured: 5,115,5% less materials for mastery)"],"newKC":313725} +Lobstrosity atk-str-def 151k XP/hr 37.9k 37.9k 37.9k 0 0 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1080 clues (Removed Metallic: 1,232, Treasured: 4,925,5% less materials for mastery)"],"newKC":313725} +Lobstrosity atk-str-def 151k XP/hr 37.9k 37.9k 37.9k 0 0 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1110 clues (Removed Metallic: 1,266, Treasured: 5,062,5% less materials for mastery)"],"newKC":313725} +Lobstrosity mage-def 151k XP/hr 0 0 56.8k 56.8k 0 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1128 clues (Removed Metallic: 1,285, Treasured: 5,138,5% less materials for mastery)"],"newKC":313725} +Lobstrosity mage-def 151k XP/hr 0 0 56.8k 56.8k 0 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1040 clues (Removed Metallic: 1,186, Treasured: 4,743,5% less materials for mastery)"],"newKC":313725} +Lobstrosity mage-def 151k XP/hr 0 0 56.8k 56.8k 0 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1035 clues (Removed Metallic: 1,180, Treasured: 4,720,5% less materials for mastery)"],"newKC":313725} +Lobstrosity mage 151k XP/hr 0 0 0 113.7k 0 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1086 clues (Removed Metallic: 1,237, Treasured: 4,948,5% less materials for mastery)"],"newKC":313725} +Lobstrosity mage 151k XP/hr 0 0 0 113.7k 0 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1102 clues (Removed Metallic: 1,256, Treasured: 5,024,5% less materials for mastery)"],"newKC":313725} +Lobstrosity mage 151k XP/hr 0 0 0 113.7k 0 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1023 clues (Removed Metallic: 1,165, Treasured: 4,659,5% less materials for mastery)"],"newKC":313725} +Lobstrosity range-def 151k XP/hr 0 0 56.8k 0 56.8k 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1122 clues (Removed Metallic: 1,279, Treasured: 5,115,5% less materials for mastery)"],"newKC":313725} +Lobstrosity range-def 151k XP/hr 0 0 56.8k 0 56.8k 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1065 clues (Removed Metallic: 1,215, Treasured: 4,857,5% less materials for mastery)"],"newKC":313725} +Lobstrosity range-def 151k XP/hr 0 0 56.8k 0 56.8k 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1069 clues (Removed Metallic: 1,218, Treasured: 4,872,5% less materials for mastery)"],"newKC":313725} +Lobstrosity range 151k XP/hr 0 0 0 0 113.7k 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1040 clues (Removed Metallic: 1,186, Treasured: 4,743,5% less materials for mastery)"],"newKC":313725} +Lobstrosity range 151k XP/hr 0 0 0 0 113.7k 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1113 clues (Removed Metallic: 1,268, Treasured: 5,070,5% less materials for mastery)"],"newKC":313725} +Lobstrosity range 151k XP/hr 0 0 0 0 113.7k 37.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1012 clues (Removed Metallic: 1,154, Treasured: 4,614,5% less materials for mastery)"],"newKC":313725} +Locust Rider atk-str-def 627k XP/hr 121.2k 121.2k 121.2k 0 0 120.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997223,"quantity":258197,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":258197,"messages":["64550x bonus kills from Ori","36.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,030, Pious: 1,288, Sharp: 258, 5% less materials for mastery)"],"newKC":258197} +Locust Rider atk-str-def 282k XP/hr 54.6k 54.6k 54.6k 0 0 54.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Locust Rider atk-str-def 282k XP/hr 54.6k 54.6k 54.6k 0 0 54.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Locust Rider mage-def 627k XP/hr 0 0 181.9k 181.9k 0 120.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997223,"quantity":258197,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":258197,"messages":["64550x bonus kills from Ori","36.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,030, Pious: 1,288, Sharp: 258, 5% less materials for mastery)"],"newKC":258197} +Locust Rider mage-def 282k XP/hr 0 0 81.8k 81.8k 0 54.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Locust Rider mage-def 282k XP/hr 0 0 81.8k 81.8k 0 54.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Locust Rider mage 627k XP/hr 0 0 0 363.7k 0 120.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997223,"quantity":258197,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":258197,"messages":["64550x bonus kills from Ori","36.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,030, Pious: 1,288, Sharp: 258, 5% less materials for mastery)"],"newKC":258197} +Locust Rider mage 282k XP/hr 0 0 0 163.7k 0 54.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Locust Rider mage 282k XP/hr 0 0 0 163.7k 0 54.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Locust Rider range-def 627k XP/hr 0 0 181.9k 0 181.9k 120.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997223,"quantity":258197,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":258197,"messages":["64550x bonus kills from Ori","36.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,030, Pious: 1,288, Sharp: 258, 5% less materials for mastery)"],"newKC":258197} +Locust Rider range-def 282k XP/hr 0 0 81.8k 0 81.8k 54.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Locust Rider range-def 282k XP/hr 0 0 81.8k 0 81.8k 54.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Locust Rider range 627k XP/hr 0 0 0 0 363.7k 120.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997223,"quantity":258197,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":258197,"messages":["64550x bonus kills from Ori","36.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,030, Pious: 1,288, Sharp: 258, 5% less materials for mastery)"],"newKC":258197} +Locust Rider range 282k XP/hr 0 0 0 0 163.7k 54.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Locust Rider range 282k XP/hr 0 0 0 0 163.7k 54.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","35.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,004, Pious: 1,254, Sharp: 251, 5% less materials for mastery)"],"newKC":250958} +Long-tailed Wyvern atk-str-def 640k XP/hr 51.5k 51.5k 51.5k 0 0 51.4k 0 8.7 Sharks/hr Loot/hr 8.7/hr Shark Cost/hr {"duration":2116787535,"quantity":113564,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":113564,"messages":["28391x bonus kills from Ori","255.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 291 clues (Removed Metallic: 664, Treasured: 2,653,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":113564} +Long-tailed Wyvern atk-str-def 640k XP/hr 51.5k 51.5k 51.5k 0 0 51.4k 0 8.7 Sharks/hr Loot/hr 8.7/hr Shark Cost/hr {"duration":2116787535,"quantity":113564,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":113564,"messages":["28391x bonus kills from Ori","255.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 308 clues (Removed Metallic: 702, Treasured: 2,805,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":113564} +Long-tailed Wyvern atk-str-def 640k XP/hr 51.5k 51.5k 51.5k 0 0 51.4k 0 8.7 Sharks/hr Loot/hr 8.7/hr Shark Cost/hr {"duration":2116787535,"quantity":113564,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":113564,"messages":["28391x bonus kills from Ori","255.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 303 clues (Removed Metallic: 690, Treasured: 2,759,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":113564} +Long-tailed Wyvern mage-def 544k XP/hr 0 0 65.7k 65.7k 0 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 242 clues (Removed Metallic: 551, Treasured: 2,204,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Long-tailed Wyvern mage-def 544k XP/hr 0 0 65.7k 65.7k 0 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 232 clues (Removed Metallic: 529, Treasured: 2,113,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Long-tailed Wyvern mage-def 544k XP/hr 0 0 65.7k 65.7k 0 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 262 clues (Removed Metallic: 597, Treasured: 2,387,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Long-tailed Wyvern mage 544k XP/hr 0 0 0 131.3k 0 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 245 clues (Removed Metallic: 559, Treasured: 2,235,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Long-tailed Wyvern mage 544k XP/hr 0 0 0 131.3k 0 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 261 clues (Removed Metallic: 595, Treasured: 2,379,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Long-tailed Wyvern mage 544k XP/hr 0 0 0 131.3k 0 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 250 clues (Removed Metallic: 570, Treasured: 2,280,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Long-tailed Wyvern range-def 544k XP/hr 0 0 65.7k 0 65.7k 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 285 clues (Removed Metallic: 650, Treasured: 2,600,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Long-tailed Wyvern range-def 544k XP/hr 0 0 65.7k 0 65.7k 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 267 clues (Removed Metallic: 608, Treasured: 2,432,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Long-tailed Wyvern range-def 544k XP/hr 0 0 65.7k 0 65.7k 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 257 clues (Removed Metallic: 586, Treasured: 2,341,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Long-tailed Wyvern range 544k XP/hr 0 0 0 0 131.3k 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 249 clues (Removed Metallic: 567, Treasured: 2,265,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Long-tailed Wyvern range 544k XP/hr 0 0 0 0 131.3k 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 275 clues (Removed Metallic: 627, Treasured: 2,508,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Long-tailed Wyvern range 544k XP/hr 0 0 0 0 131.3k 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 259 clues (Removed Metallic: 589, Treasured: 2,356,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Magic axe atk-str-def 869k XP/hr 183.1k 183.1k 183.1k 0 0 182.6k 137.3k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":11536800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.2k Cannonball, 965x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Magic axe atk-str-def 609k XP/hr 128.2k 128.2k 128.2k 0 0 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Magic axe atk-str-def 609k XP/hr 128.2k 128.2k 128.2k 0 0 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Magic axe atk-str-def 869k XP/hr 183.1k 183.1k 183.1k 0 0 182.6k 137.3k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":11536800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.2k Cannonball, 965x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Magic axe atk-str-def 609k XP/hr 128.2k 128.2k 128.2k 0 0 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Magic axe atk-str-def 609k XP/hr 128.2k 128.2k 128.2k 0 0 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Magic axe mage-def 869k XP/hr 0 0 274.6k 274.6k 0 182.6k 137.3k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":11536800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.2k Cannonball, 965x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Magic axe mage-def 609k XP/hr 0 0 192.3k 192.3k 0 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Magic axe mage-def 609k XP/hr 0 0 192.3k 192.3k 0 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Magic axe mage-def 869k XP/hr 0 0 274.6k 274.6k 0 182.6k 137.3k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":11536800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.2k Cannonball, 965x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Magic axe mage-def 609k XP/hr 0 0 192.3k 192.3k 0 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Magic axe mage-def 609k XP/hr 0 0 192.3k 192.3k 0 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Magic axe mage 869k XP/hr 0 0 0 549.2k 0 182.6k 137.3k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":11536800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.2k Cannonball, 965x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Magic axe mage 609k XP/hr 0 0 0 384.5k 0 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Magic axe mage 609k XP/hr 0 0 0 384.5k 0 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Magic axe mage 869k XP/hr 0 0 0 549.2k 0 182.6k 137.3k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":11536800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.2k Cannonball, 965x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Magic axe mage 609k XP/hr 0 0 0 384.5k 0 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Magic axe mage 609k XP/hr 0 0 0 384.5k 0 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.11% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Clothing Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Magic axe range-def 869k XP/hr 0 0 274.6k 0 274.6k 182.6k 137.3k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":11536800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.2k Cannonball, 965x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Magic axe range-def 609k XP/hr 0 0 192.3k 0 192.3k 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Magic axe range-def 609k XP/hr 0 0 192.3k 0 192.3k 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Magic axe range-def 869k XP/hr 0 0 274.6k 0 274.6k 182.6k 137.3k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":11536800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.2k Cannonball, 965x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Magic axe range-def 609k XP/hr 0 0 192.3k 0 192.3k 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Magic axe range-def 609k XP/hr 0 0 192.3k 0 192.3k 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Magic axe range 869k XP/hr 0 0 0 0 549.2k 182.6k 137.3k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":11536800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.2k Cannonball, 965x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Magic axe range 609k XP/hr 0 0 0 0 384.5k 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Magic axe range 609k XP/hr 0 0 0 0 384.5k 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Magic axe range 869k XP/hr 0 0 0 0 549.2k 182.6k 137.3k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":11536800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.2k Cannonball, 965x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Magic axe range 609k XP/hr 0 0 0 0 384.5k 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Magic axe range 609k XP/hr 0 0 0 0 384.5k 127.9k 96.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Malygos atk-str-def 585k XP/hr 23k 23k 23k 0 0 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","290.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 590 clues (Removed Metallic: 1,462, Treasured: 5,845,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Malygos atk-str-def 580k XP/hr 23k 23k 23k 0 0 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","286.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 599 clues (Removed Metallic: 1,477, Treasured: 5,906,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Malygos atk-str-def 582k XP/hr 23k 23k 23k 0 0 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","287.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 545 clues (Removed Metallic: 1,348, Treasured: 5,389,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Malygos mage-def 588k XP/hr 0 0 34.6k 34.6k 0 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","291.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 561 clues (Removed Metallic: 1,399, Treasured: 5,594,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Malygos mage-def 582k XP/hr 0 0 34.6k 34.6k 0 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","287.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 557 clues (Removed Metallic: 1,382, Treasured: 5,526,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Malygos mage-def 583k XP/hr 0 0 34.6k 34.6k 0 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","288.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 594 clues (Removed Metallic: 1,469, Treasured: 5,875,5% less materials for mastery)"],"newKC":13552} +Malygos mage 580k XP/hr 0 0 0 69.1k 0 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","286.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 595 clues (Removed Metallic: 1,473, Treasured: 5,890,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Malygos mage 579k XP/hr 0 0 0 69.1k 0 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","286m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 585 clues (Removed Metallic: 1,448, Treasured: 5,792,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Malygos mage 583k XP/hr 0 0 0 69.1k 0 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","288.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 547 clues (Removed Metallic: 1,349, Treasured: 5,396,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Malygos range-def 580k XP/hr 0 0 34.6k 0 34.6k 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","287m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 536 clues (Removed Metallic: 1,329, Treasured: 5,313,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Malygos range-def 583k XP/hr 0 0 34.6k 0 34.6k 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","288.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 578 clues (Removed Metallic: 1,431, Treasured: 5,723,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Malygos range-def 586k XP/hr 0 0 34.6k 0 34.6k 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","290.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 585 clues (Removed Metallic: 1,439, Treasured: 5,754,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Malygos range 583k XP/hr 0 0 0 0 69.1k 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","288.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 598 clues (Removed Metallic: 1,465, Treasured: 5,860,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Malygos range 589k XP/hr 0 0 0 0 69.1k 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","292m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 584 clues (Removed Metallic: 1,454, Treasured: 5,814,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Malygos range 585k XP/hr 0 0 0 0 69.1k 23k 0 162.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,162.8/hr Shark Cost/hr {"duration":2116745967,"quantity":13552,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","5% for Saradomin godsword","5% for Dragon warhammer","5% for Bandos godsword","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 95.7k Shark"]} {"quantity":13552,"messages":["3388x bonus kills from Ori","289.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 587 clues (Removed Metallic: 1,446, Treasured: 5,784,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":13552} +Mammoth atk-str-def 3.3m XP/hr 443k 443k 443k 0 0 441.9k 332.3k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":14085200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 15.3k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Mammoth atk-str-def 1.5m XP/hr 199.4k 199.4k 199.4k 0 0 198.9k 149.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":31298400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 2.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Mammoth atk-str-def 1.5m XP/hr 199.4k 199.4k 199.4k 0 0 198.9k 149.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":31298400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 2.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Mammoth mage-def 3.3m XP/hr 0 0 664.5k 664.5k 0 441.9k 332.3k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":14085200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 15.3k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Mammoth mage-def 1.5m XP/hr 0 0 299.1k 299.1k 0 198.9k 149.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":31298400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.12% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)","Removing items: 2.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Mammoth mage-def 1.5m XP/hr 0 0 299.1k 299.1k 0 198.9k 149.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":31298400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 2.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Mammoth mage 3.3m XP/hr 0 0 0 1.3m 0 441.9k 332.3k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":14085200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 15.3k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Mammoth mage 1.5m XP/hr 0 0 0 598.1k 0 198.9k 149.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":31298400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 2.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Mammoth mage 1.5m XP/hr 0 0 0 598.1k 0 198.9k 149.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":31298400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 2.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Mammoth range-def 3.3m XP/hr 0 0 664.5k 0 664.5k 441.9k 332.3k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":14085200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 15.3k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Mammoth range-def 1.5m XP/hr 0 0 299.1k 0 299.1k 198.9k 149.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":31298400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 2.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Mammoth range-def 1.5m XP/hr 0 0 299.1k 0 299.1k 198.9k 149.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":31298400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)","Removing items: 2.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Mammoth range 3.3m XP/hr 0 0 0 0 1.3m 441.9k 332.3k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball,301.1/hr Hellfire arrow Cost/hr {"duration":14085200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 15.3k Cannonball, 1.2k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Mammoth range 1.5m XP/hr 0 0 0 0 598.1k 198.9k 149.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":31298400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 2.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Mammoth range 1.5m XP/hr 0 0 0 0 598.1k 198.9k 149.5k 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":31298400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 2.6k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Man atk-str-def 466k XP/hr 38.5k 38.5k 38.5k 0 0 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10978 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man atk-str-def 466k XP/hr 38.5k 38.5k 38.5k 0 0 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10989 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man atk-str-def 466k XP/hr 38.5k 38.5k 38.5k 0 0 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11036 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man mage-def 466k XP/hr 0 0 57.7k 57.7k 0 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10957 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man mage-def 466k XP/hr 0 0 57.7k 57.7k 0 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11307 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man mage-def 466k XP/hr 0 0 57.7k 57.7k 0 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11053 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man mage 466k XP/hr 0 0 0 115.5k 0 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11104 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man mage 466k XP/hr 0 0 0 115.5k 0 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10930 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man mage 466k XP/hr 0 0 0 115.5k 0 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10927 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man range-def 466k XP/hr 0 0 57.7k 0 57.7k 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11007 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man range-def 466k XP/hr 0 0 57.7k 0 57.7k 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10975 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man range-def 466k XP/hr 0 0 57.7k 0 57.7k 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11008 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man range 466k XP/hr 0 0 0 0 115.5k 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11070 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man range 466k XP/hr 0 0 0 0 115.5k 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11014 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Man range 466k XP/hr 0 0 0 0 115.5k 38.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198895,"quantity":1225879,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1225879,"messages":["306470x bonus kills from Ori","172.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11064 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1225879} +Maniacal monkey mage-def 1.2m XP/hr 0 0 449.8k 449.8k 0 299.1k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999690,"quantity":884173,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":884173,"messages":["221044x bonus kills from Ori"],"newKC":884173} +Maniacal monkey mage-def 539k XP/hr 0 0 202.4k 202.4k 0 134.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198979,"quantity":859530,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Gorajan archer gear","8% for no food"]} {"quantity":859530,"messages":["214883x bonus kills from Ori"],"newKC":859530} +Maniacal monkey mage-def 539k XP/hr 0 0 202.4k 202.4k 0 134.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198979,"quantity":859530,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Gorajan archer gear","8% for no food"]} {"quantity":859530,"messages":["214883x bonus kills from Ori"],"newKC":859530} +Maniacal monkey mage 1.2m XP/hr 0 0 0 899.6k 0 299.1k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999690,"quantity":884173,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":884173,"messages":["221044x bonus kills from Ori"],"newKC":884173} +Maniacal monkey mage 1.2m XP/hr 0 0 0 899.6k 0 299.1k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999690,"quantity":884173,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":884173,"messages":["221044x bonus kills from Ori"],"newKC":884173} +Maniacal monkey mage 539k XP/hr 0 0 0 404.9k 0 134.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198979,"quantity":859530,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Gorajan archer gear","8% for no food"]} {"quantity":859530,"messages":["214883x bonus kills from Ori"],"newKC":859530} +Maniacal monkey mage 539k XP/hr 0 0 0 404.9k 0 134.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198979,"quantity":859530,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Gorajan archer gear","8% for no food"]} {"quantity":859530,"messages":["214883x bonus kills from Ori"],"newKC":859530} +Maniacal monkey mage 539k XP/hr 0 0 0 404.9k 0 134.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198979,"quantity":859530,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Gorajan archer gear","8% for no food"]} {"quantity":859530,"messages":["214883x bonus kills from Ori"],"newKC":859530} +Maniacal monkey mage 539k XP/hr 0 0 0 404.9k 0 134.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198979,"quantity":859530,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Gorajan archer gear","8% for no food"]} {"quantity":859530,"messages":["214883x bonus kills from Ori"],"newKC":859530} +Maniacal monkey range-def 1.2m XP/hr 0 0 449.8k 0 449.8k 299.1k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999690,"quantity":884173,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":884173,"messages":["221044x bonus kills from Ori"],"newKC":884173} +Maniacal monkey range-def 2.3m XP/hr 0 0 880.1k 0 880.1k 585.3k 0 0.0 Sharks/hr Loot/hr 1565.2/hr Black chinchompa Cost/hr {"duration":1987199883,"quantity":3737024,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","77% for Black chinchompa Longrange","10% for Gorajan archer gear","8% for no food","Removing items: 864k Black chinchompa"]} {"quantity":3737024,"messages":["934256x bonus kills from Ori"],"newKC":3737024} +Maniacal monkey range-def 539k XP/hr 0 0 202.4k 0 202.4k 134.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198979,"quantity":859530,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Gorajan archer gear","8% for no food"]} {"quantity":859530,"messages":["214883x bonus kills from Ori"],"newKC":859530} +Maniacal monkey range 1.2m XP/hr 0 0 0 0 899.6k 299.1k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919999690,"quantity":884173,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1m Cannonball"]} {"quantity":884173,"messages":["221044x bonus kills from Ori"],"newKC":884173} +Maniacal monkey range 3m XP/hr 0 0 0 0 2.2m 746.8k 0 0.0 Sharks/hr Loot/hr 2152.2/hr Black chinchompa Cost/hr {"duration":1987199617,"quantity":4768211,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","82% for Black chinchompa Rapid","10% for Gorajan archer gear","8% for no food","Removing items: 1.2m Black chinchompa"]} {"quantity":4768211,"messages":["1192053x bonus kills from Ori"],"newKC":4768211} +Maniacal monkey range 539k XP/hr 0 0 0 0 404.9k 134.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198979,"quantity":859530,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Gorajan archer gear","8% for no food"]} {"quantity":859530,"messages":["214883x bonus kills from Ori"],"newKC":859530} +Mind Golem atk-str-def 135k XP/hr 33.7k 33.7k 33.7k 0 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1713 clues (Removed Metallic: 975, Treasured: 3,899,5% less materials for mastery)"],"newKC":348555} +Mind Golem atk-str-def 135k XP/hr 33.7k 33.7k 33.7k 0 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1713 clues (Removed Metallic: 975, Treasured: 3,899,5% less materials for mastery)"],"newKC":348555} +Mind Golem atk-str-def 135k XP/hr 33.7k 33.7k 33.7k 0 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1694 clues (Removed Metallic: 966, Treasured: 3,861,5% less materials for mastery)"],"newKC":348555} +Mind Golem mage-def 135k XP/hr 0 0 50.5k 50.5k 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1744 clues (Removed Metallic: 994, Treasured: 3,975,5% less materials for mastery)"],"newKC":348555} +Mind Golem mage-def 135k XP/hr 0 0 50.5k 50.5k 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1702 clues (Removed Metallic: 969, Treasured: 3,876,5% less materials for mastery)"],"newKC":348555} +Mind Golem mage-def 135k XP/hr 0 0 50.5k 50.5k 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1809 clues (Removed Metallic: 1,030, Treasured: 4,120,5% less materials for mastery)"],"newKC":348555} +Mind Golem mage 135k XP/hr 0 0 0 101k 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1748 clues (Removed Metallic: 996, Treasured: 3,983,5% less materials for mastery)"],"newKC":348555} +Mind Golem mage 135k XP/hr 0 0 0 101k 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1738 clues (Removed Metallic: 990, Treasured: 3,960,5% less materials for mastery)"],"newKC":348555} +Mind Golem mage 135k XP/hr 0 0 0 101k 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1714 clues (Removed Metallic: 977, Treasured: 3,907,5% less materials for mastery)"],"newKC":348555} +Mind Golem range-def 135k XP/hr 0 0 50.5k 0 50.5k 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1796 clues (Removed Metallic: 1,023, Treasured: 4,089,5% less materials for mastery)"],"newKC":348555} +Mind Golem range-def 135k XP/hr 0 0 50.5k 0 50.5k 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1729 clues (Removed Metallic: 985, Treasured: 3,937,5% less materials for mastery)"],"newKC":348555} +Mind Golem range-def 135k XP/hr 0 0 50.5k 0 50.5k 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1724 clues (Removed Metallic: 983, Treasured: 3,930,5% less materials for mastery)"],"newKC":348555} +Mind Golem range 135k XP/hr 0 0 0 0 101k 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1770 clues (Removed Metallic: 1,009, Treasured: 4,036,5% less materials for mastery)"],"newKC":348555} +Mind Golem range 135k XP/hr 0 0 0 0 101k 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1741 clues (Removed Metallic: 992, Treasured: 3,968,5% less materials for mastery)"],"newKC":348555} +Mind Golem range 135k XP/hr 0 0 0 0 101k 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195709,"quantity":348555,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":348555,"messages":["87139x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1668 clues (Removed Metallic: 950, Treasured: 3,800,5% less materials for mastery)"],"newKC":348555} +Minotaur atk-str-def 773k XP/hr 50.6k 50.6k 50.6k 0 0 50.4k 37.9k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":9494400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 10.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 128 clues (Removed Metallic: 95, Treasured: 380,5% less materials for mastery)"],"newKC":10000} +Minotaur atk-str-def 348k XP/hr 22.8k 22.8k 22.8k 0 0 22.7k 17.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 139 clues (Removed Metallic: 103, Treasured: 411,5% less materials for mastery)"],"newKC":10000} +Minotaur atk-str-def 348k XP/hr 22.8k 22.8k 22.8k 0 0 22.7k 17.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 121 clues (Removed Metallic: 94, Treasured: 373,5% less materials for mastery)"],"newKC":10000} +Minotaur mage-def 773k XP/hr 0 0 75.8k 75.8k 0 50.4k 37.9k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":9494400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 10.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 130 clues (Removed Metallic: 99, Treasured: 396,5% less materials for mastery)"],"newKC":10000} +Minotaur mage-def 348k XP/hr 0 0 34.1k 34.1k 0 22.7k 17.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 122 clues (Removed Metallic: 94, Treasured: 373,5% less materials for mastery)"],"newKC":10000} +Minotaur mage-def 348k XP/hr 0 0 34.1k 34.1k 0 22.7k 17.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 125 clues (Removed Metallic: 101, Treasured: 403,5% less materials for mastery)"],"newKC":10000} +Minotaur mage 773k XP/hr 0 0 0 151.7k 0 50.4k 37.9k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":9494400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 10.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 117 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)"],"newKC":10000} +Minotaur mage 348k XP/hr 0 0 0 68.3k 0 22.7k 17.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 127 clues (Removed Metallic: 103, Treasured: 411,5% less materials for mastery)"],"newKC":10000} +Minotaur mage 348k XP/hr 0 0 0 68.3k 0 22.7k 17.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 114 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Minotaur range-def 773k XP/hr 0 0 75.8k 0 75.8k 50.4k 37.9k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":9494400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 10.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 130 clues (Removed Metallic: 103, Treasured: 411,5% less materials for mastery)"],"newKC":10000} +Minotaur range-def 348k XP/hr 0 0 34.1k 0 34.1k 22.7k 17.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 125 clues (Removed Metallic: 95, Treasured: 380,5% less materials for mastery)"],"newKC":10000} +Minotaur range-def 348k XP/hr 0 0 34.1k 0 34.1k 22.7k 17.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 139 clues (Removed Metallic: 103, Treasured: 411,5% less materials for mastery)"],"newKC":10000} +Minotaur range 773k XP/hr 0 0 0 0 151.7k 50.4k 37.9k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":9494400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 10.3k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 131 clues (Removed Metallic: 99, Treasured: 396,5% less materials for mastery)"],"newKC":10000} +Minotaur range 348k XP/hr 0 0 0 0 68.3k 22.7k 17.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 143 clues (Removed Metallic: 113, Treasured: 449,5% less materials for mastery)"],"newKC":10000} +Minotaur range 348k XP/hr 0 0 0 0 68.3k 22.7k 17.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":21086400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 139 clues (Removed Metallic: 109, Treasured: 434,5% less materials for mastery)"],"newKC":10000} +Mithril Dragon atk-str-def 1.2m XP/hr 100.9k 100.9k 100.9k 0 0 100.7k 81.4k 40.2 Sharks/hr Loot/hr 40.2/hr Shark Cost/hr {"duration":120785000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Mithril Dragon atk-str-def 1.2m XP/hr 100.9k 100.9k 100.9k 0 0 100.7k 81.4k 40.2 Sharks/hr Loot/hr 40.2/hr Shark Cost/hr {"duration":120785000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Mithril Dragon atk-str-def 1.2m XP/hr 100.9k 100.9k 100.9k 0 0 100.7k 81.4k 40.2 Sharks/hr Loot/hr 40.2/hr Shark Cost/hr {"duration":120785000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Mithril Dragon mage-def 982k XP/hr 0 0 128.7k 128.7k 0 85.6k 69.2k 34.2 Sharks/hr Loot/hr 34.2/hr Shark Cost/hr {"duration":142100000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Mithril Dragon mage-def 982k XP/hr 0 0 128.7k 128.7k 0 85.6k 69.2k 34.2 Sharks/hr Loot/hr 34.2/hr Shark Cost/hr {"duration":142100000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Mithril Dragon mage-def 982k XP/hr 0 0 128.7k 128.7k 0 85.6k 69.2k 34.2 Sharks/hr Loot/hr 34.2/hr Shark Cost/hr {"duration":142100000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 8, Treasured: 31,5% less materials for mastery)"],"newKC":10000} +Mithril Dragon mage 982k XP/hr 0 0 0 257.4k 0 85.6k 69.2k 34.2 Sharks/hr Loot/hr 34.2/hr Shark Cost/hr {"duration":142100000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Mithril Dragon mage 982k XP/hr 0 0 0 257.4k 0 85.6k 69.2k 34.2 Sharks/hr Loot/hr 34.2/hr Shark Cost/hr {"duration":142100000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Mithril Dragon mage 982k XP/hr 0 0 0 257.4k 0 85.6k 69.2k 34.2 Sharks/hr Loot/hr 34.2/hr Shark Cost/hr {"duration":142100000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 3 clues (Removed Metallic: 8, Treasured: 31,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Mithril Dragon range-def 982k XP/hr 0 0 128.7k 0 128.7k 85.6k 69.2k 34.2 Sharks/hr Loot/hr 34.2/hr Shark Cost/hr {"duration":142100000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Mithril Dragon range-def 982k XP/hr 0 0 128.7k 0 128.7k 85.6k 69.2k 34.2 Sharks/hr Loot/hr 34.2/hr Shark Cost/hr {"duration":142100000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Mithril Dragon range-def 982k XP/hr 0 0 128.7k 0 128.7k 85.6k 69.2k 34.2 Sharks/hr Loot/hr 34.2/hr Shark Cost/hr {"duration":142100000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Mithril Dragon range 982k XP/hr 0 0 0 0 257.4k 85.6k 69.2k 34.2 Sharks/hr Loot/hr 34.2/hr Shark Cost/hr {"duration":142100000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Mithril Dragon range 982k XP/hr 0 0 0 0 257.4k 85.6k 69.2k 34.2 Sharks/hr Loot/hr 34.2/hr Shark Cost/hr {"duration":142100000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Mithril Dragon range 982k XP/hr 0 0 0 0 257.4k 85.6k 69.2k 34.2 Sharks/hr Loot/hr 34.2/hr Shark Cost/hr {"duration":142100000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Mogre atk-str-def 643k XP/hr 53.3k 53.3k 53.3k 0 0 53.2k 40k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":43240000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 15.7k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre atk-str-def 450k XP/hr 37.3k 37.3k 37.3k 0 0 37.2k 28k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre atk-str-def 450k XP/hr 37.3k 37.3k 37.3k 0 0 37.2k 28k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre mage-def 643k XP/hr 0 0 79.9k 79.9k 0 53.2k 40k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":43240000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 15.7k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre mage-def 450k XP/hr 0 0 56k 56k 0 37.2k 28k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre mage-def 450k XP/hr 0 0 56k 56k 0 37.2k 28k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre mage 643k XP/hr 0 0 0 159.9k 0 53.2k 40k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":43240000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 15.7k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre mage 450k XP/hr 0 0 0 111.9k 0 37.2k 28k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre mage 450k XP/hr 0 0 0 111.9k 0 37.2k 28k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre range-def 643k XP/hr 0 0 79.9k 0 79.9k 53.2k 40k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":43240000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 15.7k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre range-def 450k XP/hr 0 0 56k 0 56k 37.2k 28k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre range-def 450k XP/hr 0 0 56k 0 56k 37.2k 28k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre range 643k XP/hr 0 0 0 0 159.9k 53.2k 40k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":43240000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 15.7k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre range 450k XP/hr 0 0 0 0 111.9k 37.2k 28k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mogre range 450k XP/hr 0 0 0 0 111.9k 37.2k 28k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Molanisk atk-str-def 380k XP/hr 56.1k 56.1k 56.1k 0 0 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Molanisk atk-str-def 380k XP/hr 56.1k 56.1k 56.1k 0 0 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Molanisk atk-str-def 380k XP/hr 56.1k 56.1k 56.1k 0 0 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Molanisk mage-def 380k XP/hr 0 0 84.2k 84.2k 0 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Molanisk mage-def 380k XP/hr 0 0 84.2k 84.2k 0 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Molanisk mage-def 380k XP/hr 0 0 84.2k 84.2k 0 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Molanisk mage 380k XP/hr 0 0 0 168.4k 0 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Molanisk mage 380k XP/hr 0 0 0 168.4k 0 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Molanisk mage 380k XP/hr 0 0 0 168.4k 0 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Molanisk range-def 380k XP/hr 0 0 84.2k 0 84.2k 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Molanisk range-def 380k XP/hr 0 0 84.2k 0 84.2k 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Molanisk range-def 380k XP/hr 0 0 84.2k 0 84.2k 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 46 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Molanisk range 380k XP/hr 0 0 0 0 168.4k 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Molanisk range 380k XP/hr 0 0 0 0 168.4k 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Molanisk range 380k XP/hr 0 0 0 0 168.4k 56k 42.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":44472800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Monkey Archer def 226k XP/hr 0 0 106.7k 0 0 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer def 226k XP/hr 0 0 106.7k 0 0 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer def 226k XP/hr 0 0 106.7k 0 0 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer mage-def 226k XP/hr 0 0 53.4k 53.4k 0 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer mage-def 226k XP/hr 0 0 53.4k 53.4k 0 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer mage-def 226k XP/hr 0 0 53.4k 53.4k 0 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer mage 226k XP/hr 0 0 0 106.7k 0 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer mage 226k XP/hr 0 0 0 106.7k 0 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer mage 226k XP/hr 0 0 0 106.7k 0 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer range-def 226k XP/hr 0 0 53.4k 0 53.4k 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer range-def 226k XP/hr 0 0 53.4k 0 53.4k 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer range-def 226k XP/hr 0 0 53.4k 0 53.4k 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer range 226k XP/hr 0 0 0 0 106.7k 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer range 226k XP/hr 0 0 0 0 106.7k 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Archer range 226k XP/hr 0 0 0 0 106.7k 35.5k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116796693,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":313725} +Monkey Guard atk-str-def 151k XP/hr 30.8k 30.8k 30.8k 0 0 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard atk-str-def 151k XP/hr 30.8k 30.8k 30.8k 0 0 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard atk-str-def 151k XP/hr 30.8k 30.8k 30.8k 0 0 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard mage-def 151k XP/hr 0 0 46.2k 46.2k 0 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard mage-def 151k XP/hr 0 0 46.2k 46.2k 0 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard mage-def 151k XP/hr 0 0 46.2k 46.2k 0 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard mage 151k XP/hr 0 0 0 92.5k 0 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard mage 151k XP/hr 0 0 0 92.5k 0 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard mage 151k XP/hr 0 0 0 92.5k 0 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard range-def 151k XP/hr 0 0 46.2k 0 46.2k 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard range-def 151k XP/hr 0 0 46.2k 0 46.2k 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard range-def 151k XP/hr 0 0 46.2k 0 46.2k 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard range 151k XP/hr 0 0 0 0 92.5k 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard range 151k XP/hr 0 0 0 0 92.5k 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Guard range 151k XP/hr 0 0 0 0 92.5k 30.8k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)"],"newKC":104575} +Monkey Zombie atk-str-def 338k XP/hr 56.8k 56.8k 56.8k 0 0 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie atk-str-def 338k XP/hr 56.8k 56.8k 56.8k 0 0 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie atk-str-def 338k XP/hr 56.8k 56.8k 56.8k 0 0 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie mage-def 338k XP/hr 0 0 85.3k 85.3k 0 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie mage-def 338k XP/hr 0 0 85.3k 85.3k 0 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie mage-def 338k XP/hr 0 0 85.3k 85.3k 0 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie mage 338k XP/hr 0 0 0 170.5k 0 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie mage 338k XP/hr 0 0 0 170.5k 0 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie mage 338k XP/hr 0 0 0 170.5k 0 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie range-def 338k XP/hr 0 0 85.3k 0 85.3k 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie range-def 338k XP/hr 0 0 85.3k 0 85.3k 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie range-def 338k XP/hr 0 0 85.3k 0 85.3k 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie range 338k XP/hr 0 0 0 0 170.5k 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie range 338k XP/hr 0 0 0 0 170.5k 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey Zombie range 338k XP/hr 0 0 0 0 170.5k 56.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","61.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,741, Pious: 2,176, Sharp: 436, 5% less materials for mastery)"],"newKC":392156} +Monkey mage-def 268k XP/hr 0 0 16.6k 16.6k 0 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey mage-def 268k XP/hr 0 0 16.6k 16.6k 0 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey mage-def 268k XP/hr 0 0 16.6k 16.6k 0 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey mage 268k XP/hr 0 0 0 33.1k 0 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey mage 268k XP/hr 0 0 0 33.1k 0 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey mage 268k XP/hr 0 0 0 33.1k 0 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey range-def 268k XP/hr 0 0 16.6k 0 16.6k 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey range-def 268k XP/hr 0 0 16.6k 0 16.6k 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey range-def 268k XP/hr 0 0 16.6k 0 16.6k 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey range 268k XP/hr 0 0 0 0 33.1k 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey range 268k XP/hr 0 0 0 0 33.1k 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey range 268k XP/hr 0 0 0 0 33.1k 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey range 268k XP/hr 0 0 0 0 33.1k 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey range 268k XP/hr 0 0 0 0 33.1k 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Monkey range 268k XP/hr 0 0 0 0 33.1k 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":26082000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 46, Pious: 57, Sharp: 12, 5% less materials for mastery)"],"newKC":10000} +Moss giant atk-str-def 3.4m XP/hr 324k 324k 324k 0 0 323.2k 243k 1318.3 Sharks/hr Loot/hr 1224.8/hr Cannonball,282.7/hr Hellfire arrow,1318.3/hr Shark Cost/hr {"duration":8888600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.23% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3k Cannonball, 698x Hellfire arrow, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 100 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Moss giant atk-str-def 2.4m XP/hr 226.9k 226.9k 226.9k 0 0 226.4k 170.2k 923.3 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,923.3/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 122 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Moss giant atk-str-def 2.4m XP/hr 226.9k 226.9k 226.9k 0 0 226.4k 170.2k 923.3 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,923.3/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.23% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 92 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Moss giant atk-str-def 1.1m XP/hr 108k 108k 108k 0 0 107.8k 81k 439.6 Sharks/hr Loot/hr 1224.5/hr Cannonball,439.6/hr Shark Cost/hr {"duration":26656000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 9.1k Cannonball, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 107 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Moss giant atk-str-def 802k XP/hr 75.6k 75.6k 75.6k 0 0 75.5k 56.7k 307.8 Sharks/hr Loot/hr 307.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 125 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Moss giant atk-str-def 802k XP/hr 75.6k 75.6k 75.6k 0 0 75.5k 56.7k 307.8 Sharks/hr Loot/hr 307.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 111 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Moss giant mage-def 3.4m XP/hr 0 0 486k 486k 0 323.2k 243k 1318.3 Sharks/hr Loot/hr 1224.8/hr Cannonball,282.7/hr Hellfire arrow,1318.3/hr Shark Cost/hr {"duration":8888600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.26% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3k Cannonball, 698x Hellfire arrow, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 110 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Moss giant mage-def 2.4m XP/hr 0 0 340.4k 340.4k 0 226.4k 170.2k 923.3 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,923.3/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.23% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 103 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Moss giant mage-def 2.4m XP/hr 0 0 340.4k 340.4k 0 226.4k 170.2k 923.3 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,923.3/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 107 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Moss giant mage-def 1.1m XP/hr 0 0 162.1k 162.1k 0 107.8k 81k 439.6 Sharks/hr Loot/hr 1224.5/hr Cannonball,439.6/hr Shark Cost/hr {"duration":26656000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 9.1k Cannonball, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 126 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Moss giant mage-def 802k XP/hr 0 0 113.5k 113.5k 0 75.5k 56.7k 307.8 Sharks/hr Loot/hr 307.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 110 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Moss giant mage-def 802k XP/hr 0 0 113.5k 113.5k 0 75.5k 56.7k 307.8 Sharks/hr Loot/hr 307.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 118 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":10000} +Moss giant mage 3.4m XP/hr 0 0 0 972k 0 323.2k 243k 1318.3 Sharks/hr Loot/hr 1224.8/hr Cannonball,282.7/hr Hellfire arrow,1318.3/hr Shark Cost/hr {"duration":8888600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3k Cannonball, 698x Hellfire arrow, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 109 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Moss giant mage 2.4m XP/hr 0 0 0 680.8k 0 226.4k 170.2k 923.3 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,923.3/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.23% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 94 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Moss giant mage 2.4m XP/hr 0 0 0 679.2k 0 225.8k 169.8k 923.3 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,923.3/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.27% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 3.3k Shark"]} {"quantity":9976,"messages":["You missed out on 24x kills because of pk encounters","2494x bonus kills from Ori","You killed 9976x of your 10000 remaining kills, you now have 24 kills remaining.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 94 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9976} +Moss giant mage 1.1m XP/hr 0 0 0 324.1k 0 107.8k 81k 439.6 Sharks/hr Loot/hr 1224.5/hr Cannonball,439.6/hr Shark Cost/hr {"duration":26656000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 9.1k Cannonball, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 115 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Moss giant mage 802k XP/hr 0 0 0 226.9k 0 75.5k 56.7k 307.8 Sharks/hr Loot/hr 307.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 114 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Moss giant mage 802k XP/hr 0 0 0 226.9k 0 75.5k 56.7k 307.8 Sharks/hr Loot/hr 307.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 105 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Moss giant range-def 3.4m XP/hr 0 0 486k 0 486k 323.2k 243k 1318.3 Sharks/hr Loot/hr 1224.8/hr Cannonball,282.7/hr Hellfire arrow,1318.3/hr Shark Cost/hr {"duration":8888600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3k Cannonball, 698x Hellfire arrow, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 105 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Moss giant range-def 2.4m XP/hr 0 0 340.4k 0 340.4k 226.4k 170.2k 923.3 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,923.3/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 107 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Moss giant range-def 2.4m XP/hr 0 0 340.4k 0 340.4k 226.4k 170.2k 923.3 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,923.3/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 93 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Moss giant range-def 1.1m XP/hr 0 0 162.1k 0 162.1k 107.8k 81k 439.6 Sharks/hr Loot/hr 1224.5/hr Cannonball,439.6/hr Shark Cost/hr {"duration":26656000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 9.1k Cannonball, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 125 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Moss giant range-def 802k XP/hr 0 0 113.5k 0 113.5k 75.5k 56.7k 307.8 Sharks/hr Loot/hr 307.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 121 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Moss giant range-def 802k XP/hr 0 0 113.5k 0 113.5k 75.5k 56.7k 307.8 Sharks/hr Loot/hr 307.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 120 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Moss giant range 2.4m XP/hr 0 0 0 0 680.8k 226.4k 170.2k 923.3 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,923.3/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 123 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Moss giant range 3.4m XP/hr 0 0 0 0 968.7k 322.1k 242.2k 1318.3 Sharks/hr Loot/hr 1224.8/hr Cannonball,282.7/hr Hellfire arrow,1318.3/hr Shark Cost/hr {"duration":8888600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3k Cannonball, 698x Hellfire arrow, 3.3k Shark"]} {"quantity":9966,"messages":["You missed out on 34x kills because of pk encounters","2492x bonus kills from Ori","You killed 9966x of your 10000 remaining kills, you now have 34 kills remaining.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 112 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9966} +Moss giant range 2.4m XP/hr 0 0 0 0 679.2k 225.8k 169.8k 923.3 Sharks/hr Loot/hr 282.8/hr Hellfire arrow,923.3/hr Shark Cost/hr {"duration":12691000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (3% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 997x Hellfire arrow, 3.3k Shark"]} {"quantity":9976,"messages":["You missed out on 24x kills because of pk encounters","2494x bonus kills from Ori","You killed 9976x of your 10000 remaining kills, you now have 24 kills remaining.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 107 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":9976} +Moss giant range 1.1m XP/hr 0 0 0 0 324.1k 107.8k 81k 439.6 Sharks/hr Loot/hr 1224.5/hr Cannonball,439.6/hr Shark Cost/hr {"duration":26656000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 9.1k Cannonball, 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 109 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Moss giant range 802k XP/hr 0 0 0 0 226.9k 75.5k 56.7k 307.8 Sharks/hr Loot/hr 307.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 116 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Moss giant range 802k XP/hr 0 0 0 0 226.9k 75.5k 56.7k 307.8 Sharks/hr Loot/hr 307.8/hr Shark Cost/hr {"duration":38073000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 115 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Mountain Troll atk-str-def 801k XP/hr 92.5k 92.5k 92.5k 0 0 92.3k 69.4k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":46690000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 16.9k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll atk-str-def 560k XP/hr 64.8k 64.8k 64.8k 0 0 64.6k 48.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll atk-str-def 560k XP/hr 64.8k 64.8k 64.8k 0 0 64.6k 48.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll mage-def 801k XP/hr 0 0 138.8k 138.8k 0 92.3k 69.4k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":46690000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 16.9k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll mage-def 560k XP/hr 0 0 97.2k 97.2k 0 64.6k 48.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll mage-def 560k XP/hr 0 0 97.2k 97.2k 0 64.6k 48.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll mage 801k XP/hr 0 0 0 277.6k 0 92.3k 69.4k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":46690000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 16.9k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll mage 560k XP/hr 0 0 0 194.3k 0 64.6k 48.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll mage 560k XP/hr 0 0 0 194.3k 0 64.6k 48.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll range-def 801k XP/hr 0 0 138.8k 0 138.8k 92.3k 69.4k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":46690000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 16.9k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll range-def 560k XP/hr 0 0 97.2k 0 97.2k 64.6k 48.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll range-def 560k XP/hr 0 0 97.2k 0 97.2k 64.6k 48.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll range 801k XP/hr 0 0 0 0 277.6k 92.3k 69.4k 0.0 Sharks/hr Loot/hr 1304.4/hr Cannonball Cost/hr {"duration":46690000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 16.9k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll range 560k XP/hr 0 0 0 0 194.3k 64.6k 48.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mountain Troll range 560k XP/hr 0 0 0 0 194.3k 64.6k 48.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Mounted terrorbird gnome atk-str-def 352k XP/hr 50.8k 50.8k 50.8k 0 0 50.7k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Mounted terrorbird gnome atk-str-def 246k XP/hr 35.6k 35.6k 35.6k 0 0 35.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Mounted terrorbird gnome atk-str-def 246k XP/hr 35.6k 35.6k 35.6k 0 0 35.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Mounted terrorbird gnome mage-def 352k XP/hr 0 0 76.2k 76.2k 0 50.7k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Mounted terrorbird gnome mage-def 246k XP/hr 0 0 53.4k 53.4k 0 35.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Mounted terrorbird gnome mage-def 246k XP/hr 0 0 53.4k 53.4k 0 35.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Mounted terrorbird gnome mage 352k XP/hr 0 0 0 152.5k 0 50.7k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Mounted terrorbird gnome mage 246k XP/hr 0 0 0 106.7k 0 35.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Mounted terrorbird gnome mage 246k XP/hr 0 0 0 106.7k 0 35.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Mounted terrorbird gnome range-def 352k XP/hr 0 0 76.2k 0 76.2k 50.7k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Mounted terrorbird gnome range-def 246k XP/hr 0 0 53.4k 0 53.4k 35.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Mounted terrorbird gnome range-def 246k XP/hr 0 0 53.4k 0 53.4k 35.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Mounted terrorbird gnome range 352k XP/hr 0 0 0 0 152.5k 50.7k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Mounted terrorbird gnome range 246k XP/hr 0 0 0 0 106.7k 35.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Mounted terrorbird gnome range 246k XP/hr 0 0 0 0 106.7k 35.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Mourner atk-str-def 254k XP/hr 20.9k 20.9k 20.9k 0 0 20.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198679,"quantity":667078,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":667078,"messages":["166770x bonus kills from Ori","93.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,660, Pious: 3,325, Sharp: 665, 5% less materials for mastery)"],"newKC":667078} +Mourner atk-str-def 178k XP/hr 14.7k 14.7k 14.7k 0 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","65.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,862, Pious: 2,328, Sharp: 466, 5% less materials for mastery)"],"newKC":467027} +Mourner atk-str-def 178k XP/hr 14.7k 14.7k 14.7k 0 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","65.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,862, Pious: 2,328, Sharp: 466, 5% less materials for mastery)"],"newKC":467027} +Mourner mage-def 254k XP/hr 0 0 31.4k 31.4k 0 20.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198679,"quantity":667078,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":667078,"messages":["166770x bonus kills from Ori","93.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,660, Pious: 3,325, Sharp: 665, 5% less materials for mastery)"],"newKC":667078} +Mourner mage-def 178k XP/hr 0 0 22k 22k 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","65.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,862, Pious: 2,328, Sharp: 466, 5% less materials for mastery)"],"newKC":467027} +Mourner mage-def 178k XP/hr 0 0 22k 22k 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","65.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,862, Pious: 2,328, Sharp: 466, 5% less materials for mastery)"],"newKC":467027} +Mourner mage 254k XP/hr 0 0 0 62.8k 0 20.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198679,"quantity":667078,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":667078,"messages":["166770x bonus kills from Ori","93.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,660, Pious: 3,325, Sharp: 665, 5% less materials for mastery)"],"newKC":667078} +Mourner mage 178k XP/hr 0 0 0 44k 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","65.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,862, Pious: 2,328, Sharp: 466, 5% less materials for mastery)"],"newKC":467027} +Mourner mage 178k XP/hr 0 0 0 44k 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","65.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,862, Pious: 2,328, Sharp: 466, 5% less materials for mastery)"],"newKC":467027} +Mourner range-def 254k XP/hr 0 0 31.4k 0 31.4k 20.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198679,"quantity":667078,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":667078,"messages":["166770x bonus kills from Ori","93.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,660, Pious: 3,325, Sharp: 665, 5% less materials for mastery)"],"newKC":667078} +Mourner range-def 178k XP/hr 0 0 22k 0 22k 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","65.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,862, Pious: 2,328, Sharp: 466, 5% less materials for mastery)"],"newKC":467027} +Mourner range-def 178k XP/hr 0 0 22k 0 22k 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","65.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,862, Pious: 2,328, Sharp: 466, 5% less materials for mastery)"],"newKC":467027} +Mourner range 254k XP/hr 0 0 0 0 62.8k 20.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987198679,"quantity":667078,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":667078,"messages":["166770x bonus kills from Ori","93.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,660, Pious: 3,325, Sharp: 665, 5% less materials for mastery)"],"newKC":667078} +Mourner range 178k XP/hr 0 0 0 0 44k 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","65.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,862, Pious: 2,328, Sharp: 466, 5% less materials for mastery)"],"newKC":467027} +Mourner range 178k XP/hr 0 0 0 0 44k 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199885,"quantity":467027,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":467027,"messages":["116757x bonus kills from Ori","65.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,862, Pious: 2,328, Sharp: 466, 5% less materials for mastery)"],"newKC":467027} +Mutated Bloodveld atk-str-def 928k XP/hr 224.5k 224.5k 224.5k 0 0 223.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919998252,"quantity":253100,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":253100,"messages":["63275x bonus kills from Ori","7909375 Prayer XP from purifying 316375x Vile ashes using the Ash Sanctifier (683625 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 639 clues (Removed Metallic: 1,456, Treasured: 5,822,5% less materials for mastery)"],"newKC":253100} +Mutated Bloodveld atk-str-def 418k XP/hr 101k 101k 101k 0 0 100.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","7688800 Prayer XP from purifying 307552x Vile ashes using the Ash Sanctifier (692448 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 571 clues (Removed Metallic: 1,302, Treasured: 5,206,5% less materials for mastery)"],"newKC":246041} +Mutated Bloodveld atk-str-def 418k XP/hr 101k 101k 101k 0 0 100.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","7688800 Prayer XP from purifying 307552x Vile ashes using the Ash Sanctifier (692448 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 611 clues (Removed Metallic: 1,393, Treasured: 5,571,5% less materials for mastery)"],"newKC":246041} +Mutated Bloodveld mage-def 928k XP/hr 0 0 336.7k 336.7k 0 223.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919998252,"quantity":253100,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":253100,"messages":["63275x bonus kills from Ori","7909375 Prayer XP from purifying 316375x Vile ashes using the Ash Sanctifier (683625 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 659 clues (Removed Metallic: 1,501, Treasured: 6,004,5% less materials for mastery)"],"newKC":253100} +Mutated Bloodveld mage-def 418k XP/hr 0 0 151.5k 151.5k 0 100.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","7688800 Prayer XP from purifying 307552x Vile ashes using the Ash Sanctifier (692448 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 571 clues (Removed Metallic: 1,302, Treasured: 5,206,5% less materials for mastery)"],"newKC":246041} +Mutated Bloodveld mage-def 418k XP/hr 0 0 151.5k 151.5k 0 100.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","7688800 Prayer XP from purifying 307552x Vile ashes using the Ash Sanctifier (692448 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 527 clues (Removed Metallic: 1,201, Treasured: 4,804,5% less materials for mastery)"],"newKC":246041} +Mutated Bloodveld mage 928k XP/hr 0 0 0 673.5k 0 223.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919998252,"quantity":253100,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":253100,"messages":["63275x bonus kills from Ori","7909375 Prayer XP from purifying 316375x Vile ashes using the Ash Sanctifier (683625 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 642 clues (Removed Metallic: 1,463, Treasured: 5,852,5% less materials for mastery)"],"newKC":253100} +Mutated Bloodveld mage 418k XP/hr 0 0 0 303.1k 0 100.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","7688800 Prayer XP from purifying 307552x Vile ashes using the Ash Sanctifier (692448 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 630 clues (Removed Metallic: 1,437, Treasured: 5,746,5% less materials for mastery)"],"newKC":246041} +Mutated Bloodveld mage 418k XP/hr 0 0 0 303.1k 0 100.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","7688800 Prayer XP from purifying 307552x Vile ashes using the Ash Sanctifier (692448 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 625 clues (Removed Metallic: 1,425, Treasured: 5,700,5% less materials for mastery)"],"newKC":246041} +Mutated Bloodveld range-def 928k XP/hr 0 0 336.7k 0 336.7k 223.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919998252,"quantity":253100,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":253100,"messages":["63275x bonus kills from Ori","7909375 Prayer XP from purifying 316375x Vile ashes using the Ash Sanctifier (683625 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 639 clues (Removed Metallic: 1,456, Treasured: 5,822,5% less materials for mastery)"],"newKC":253100} +Mutated Bloodveld range-def 418k XP/hr 0 0 151.5k 0 151.5k 100.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","7688800 Prayer XP from purifying 307552x Vile ashes using the Ash Sanctifier (692448 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 596 clues (Removed Metallic: 1,359, Treasured: 5,434,5% less materials for mastery)"],"newKC":246041} +Mutated Bloodveld range-def 418k XP/hr 0 0 151.5k 0 151.5k 100.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","7688800 Prayer XP from purifying 307552x Vile ashes using the Ash Sanctifier (692448 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 597 clues (Removed Metallic: 1,361, Treasured: 5,442,5% less materials for mastery)"],"newKC":246041} +Mutated Bloodveld range 928k XP/hr 0 0 0 0 673.5k 223.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919998252,"quantity":253100,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":253100,"messages":["63275x bonus kills from Ori","7909375 Prayer XP from purifying 316375x Vile ashes using the Ash Sanctifier (683625 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 630 clues (Removed Metallic: 1,437, Treasured: 5,746,5% less materials for mastery)"],"newKC":253100} +Mutated Bloodveld range 418k XP/hr 0 0 0 0 303.1k 100.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","7688800 Prayer XP from purifying 307552x Vile ashes using the Ash Sanctifier (692448 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 597 clues (Removed Metallic: 1,361, Treasured: 5,442,5% less materials for mastery)"],"newKC":246041} +Mutated Bloodveld range 418k XP/hr 0 0 0 0 303.1k 100.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Arclight","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","7688800 Prayer XP from purifying 307552x Vile ashes using the Ash Sanctifier (692448 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 602 clues (Removed Metallic: 1,372, Treasured: 5,488,5% less materials for mastery)"],"newKC":246041} +Nechryael atk-str-def 687k XP/hr 122.6k 122.6k 122.6k 0 0 122.3k 127.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","810290 Prayer XP from purifying 12466x Malicious ashes using the Ash Sanctifier (987534 charges left).","You slayed 136x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Nechryael atk-str-def 693k XP/hr 123.1k 123.1k 123.1k 0 0 122.8k 132.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2462x bonus kills from Ori","810030 Prayer XP from purifying 12462x Malicious ashes using the Ash Sanctifier (987538 charges left).","You slayed 154x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Nechryael atk-str-def 689k XP/hr 122.8k 122.8k 122.8k 0 0 122.5k 129.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","810225 Prayer XP from purifying 12465x Malicious ashes using the Ash Sanctifier (987535 charges left).","You slayed 142x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Nechryael mage-def 679k XP/hr 0 0 183.2k 183.2k 0 121.8k 121.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","810615 Prayer XP from purifying 12471x Malicious ashes using the Ash Sanctifier (987529 charges left).","You slayed 116x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Nechryael mage-def 690k XP/hr 0 0 184.2k 184.2k 0 122.5k 129.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","810160 Prayer XP from purifying 12464x Malicious ashes using the Ash Sanctifier (987536 charges left).","You slayed 144x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Nechryael mage-def 683k XP/hr 0 0 183.6k 183.6k 0 122.1k 124.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","810485 Prayer XP from purifying 12469x Malicious ashes using the Ash Sanctifier (987531 charges left).","You slayed 126x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Nechryael mage 681k XP/hr 0 0 0 366.7k 0 121.9k 123k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","810550 Prayer XP from purifying 12470x Malicious ashes using the Ash Sanctifier (987530 charges left).","You slayed 120x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Nechryael mage 684k XP/hr 0 0 0 367.4k 0 122.2k 125.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","810420 Prayer XP from purifying 12468x Malicious ashes using the Ash Sanctifier (987532 charges left).","You slayed 130x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Nechryael mage 676k XP/hr 0 0 0 365.8k 0 121.6k 119.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2473x bonus kills from Ori","810745 Prayer XP from purifying 12473x Malicious ashes using the Ash Sanctifier (987527 charges left).","You slayed 108x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Nechryael range-def 690k XP/hr 0 0 184.2k 0 184.2k 122.5k 129.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","810160 Prayer XP from purifying 12464x Malicious ashes using the Ash Sanctifier (987536 charges left).","You slayed 144x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Nechryael range-def 686k XP/hr 0 0 183.9k 0 183.9k 122.3k 126.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","810355 Prayer XP from purifying 12467x Malicious ashes using the Ash Sanctifier (987533 charges left).","You slayed 134x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Nechryael range-def 687k XP/hr 0 0 184k 0 184k 122.4k 128k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","810290 Prayer XP from purifying 12466x Malicious ashes using the Ash Sanctifier (987534 charges left).","You slayed 138x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Nechryael range 683k XP/hr 0 0 0 0 367.1k 122.1k 124.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","810485 Prayer XP from purifying 12469x Malicious ashes using the Ash Sanctifier (987531 charges left).","You slayed 126x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Nechryael range 687k XP/hr 0 0 0 0 367.9k 122.3k 127.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","810290 Prayer XP from purifying 12466x Malicious ashes using the Ash Sanctifier (987534 charges left).","You slayed 136x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Nechryael range 678k XP/hr 0 0 0 0 366.3k 121.8k 121.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42246400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Arclight","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","810680 Prayer XP from purifying 12472x Malicious ashes using the Ash Sanctifier (987528 charges left).","You slayed 114x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Newtroost atk-str-def 108k XP/hr 11k 11k 11k 0 0 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost atk-str-def 108k XP/hr 11k 11k 11k 0 0 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost atk-str-def 108k XP/hr 11k 11k 11k 0 0 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost mage-def 108k XP/hr 0 0 16.5k 16.5k 0 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost mage-def 108k XP/hr 0 0 16.5k 16.5k 0 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost mage-def 108k XP/hr 0 0 16.5k 16.5k 0 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost mage 108k XP/hr 0 0 0 33k 0 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost mage 108k XP/hr 0 0 0 33k 0 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost mage 108k XP/hr 0 0 0 33k 0 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost range-def 108k XP/hr 0 0 16.5k 0 16.5k 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost range-def 108k XP/hr 0 0 16.5k 0 16.5k 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost range-def 108k XP/hr 0 0 16.5k 0 16.5k 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost range 108k XP/hr 0 0 0 0 33k 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost range 108k XP/hr 0 0 0 0 33k 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Newtroost range 108k XP/hr 0 0 0 0 33k 11k 0 41.2 Sharks/hr Loot/hr 457.7/hr Eye of newt,457.7/hr Feather,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Eye of newt, 269.1k Feather, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Nihiliz atk-str-def 121k XP/hr 23.5k 23.5k 23.5k 0 0 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","16.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 460, Pious: 575, Sharp: 115, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 492 clues (Removed Metallic: 954, Treasured: 3,816,5% less materials for mastery)"],"newKC":12950} +Nihiliz atk-str-def 121k XP/hr 23.5k 23.5k 23.5k 0 0 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","16.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 460, Pious: 575, Sharp: 115, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 483 clues (Removed Metallic: 964, Treasured: 3,854,5% less materials for mastery)"],"newKC":12950} +Nihiliz atk-str-def 122k XP/hr 23.5k 23.5k 23.5k 0 0 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","16.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 479, Pious: 599, Sharp: 120, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 475 clues (Removed Metallic: 939, Treasured: 3,755,5% less materials for mastery)"],"newKC":12950} +Nihiliz mage-def 120k XP/hr 0 0 35.2k 35.2k 0 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","15.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 434, Pious: 542, Sharp: 109, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 545 clues (Removed Metallic: 1,049, Treasured: 4,196,5% less materials for mastery)"],"newKC":12950} +Nihiliz mage-def 121k XP/hr 0 0 35.2k 35.2k 0 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","16.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 456, Pious: 570, Sharp: 114, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 511 clues (Removed Metallic: 1,025, Treasured: 4,097,5% less materials for mastery)"],"newKC":12950} +Nihiliz mage-def 122k XP/hr 0 0 35.2k 35.2k 0 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","16.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 491 clues (Removed Metallic: 983, Treasured: 3,930,5% less materials for mastery)"],"newKC":12950} +Nihiliz mage 120k XP/hr 0 0 0 70.5k 0 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","15.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 514 clues (Removed Metallic: 1,015, Treasured: 4,059,5% less materials for mastery)"],"newKC":12950} +Nihiliz mage 121k XP/hr 0 0 0 70.5k 0 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","16m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 453, Pious: 566, Sharp: 114, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 477 clues (Removed Metallic: 943, Treasured: 3,770,5% less materials for mastery)"],"newKC":12950} +Nihiliz mage 121k XP/hr 0 0 0 70.5k 0 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","15.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 453, Pious: 566, Sharp: 114, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 523 clues (Removed Metallic: 1,021, Treasured: 4,082,5% less materials for mastery)"],"newKC":12950} +Nihiliz range-def 122k XP/hr 0 0 35.2k 0 35.2k 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","16.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 468, Pious: 585, Sharp: 117, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 513 clues (Removed Metallic: 979, Treasured: 3,914,5% less materials for mastery)"],"newKC":12950} +Nihiliz range-def 120k XP/hr 0 0 35.2k 0 35.2k 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","15.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 437, Pious: 547, Sharp: 110, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 454 clues (Removed Metallic: 880, Treasured: 3,519,5% less materials for mastery)"],"newKC":12950} +Nihiliz range-def 119k XP/hr 0 0 35.2k 0 35.2k 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","14.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 415, Pious: 518, Sharp: 104, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 508 clues (Removed Metallic: 994, Treasured: 3,975,5% less materials for mastery)"],"newKC":12950} +Nihiliz range 120k XP/hr 0 0 0 0 70.5k 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","15.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 444 clues (Removed Metallic: 857, Treasured: 3,428,5% less materials for mastery)"],"newKC":12950} +Nihiliz range 121k XP/hr 0 0 0 0 70.5k 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","16.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 460, Pious: 575, Sharp: 115, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 508 clues (Removed Metallic: 1,004, Treasured: 4,013,5% less materials for mastery)"],"newKC":12950} +Nihiliz range 120k XP/hr 0 0 0 0 70.5k 23.4k 0 15.9 Sharks/hr Loot/hr 15.9/hr Shark Cost/hr {"duration":2116744581,"quantity":12950,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Zaryte crossbow","15% for Drygore rapier","14% for Offhand spidergore rapier","5% for Dragon warhammer","5% for Zaryte vambraces","10% for Ornate rejuvenation pool","10% for Gorajan archer gear","2% for Shark","Removing items: 9.3k Shark"]} {"quantity":12950,"messages":["3238x bonus kills from Ori","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 445, Pious: 556, Sharp: 112, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 503 clues (Removed Metallic: 981, Treasured: 3,922,5% less materials for mastery)"],"newKC":12950} +Obor atk-str-def 448k XP/hr 26.3k 26.3k 26.3k 0 0 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","201.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48015 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor atk-str-def 444k XP/hr 26.3k 26.3k 26.3k 0 0 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","199.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48442 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor atk-str-def 439k XP/hr 26.3k 26.3k 26.3k 0 0 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","196.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 47944 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor mage-def 441k XP/hr 0 0 39.4k 39.4k 0 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","197.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48295 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor mage-def 438k XP/hr 0 0 39.4k 39.4k 0 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","196m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48309 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor mage-def 442k XP/hr 0 0 39.4k 39.4k 0 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","198.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48198 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor mage 434k XP/hr 0 0 0 78.8k 0 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","193.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48413 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor mage 443k XP/hr 0 0 0 78.8k 0 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","198.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48385 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor mage 442k XP/hr 0 0 0 78.8k 0 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","198.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48285 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor range-def 443k XP/hr 0 0 39.4k 0 39.4k 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","198.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48408 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor range-def 442k XP/hr 0 0 39.4k 0 39.4k 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","198.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48225 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor range-def 441k XP/hr 0 0 39.4k 0 39.4k 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","197.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48593 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor range 449k XP/hr 0 0 0 0 78.8k 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","202.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48269 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor range 448k XP/hr 0 0 0 0 78.8k 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","201.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48418 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Obor range 445k XP/hr 0 0 0 0 78.8k 26.2k 0 22.2 Sharks/hr Loot/hr 164.2/hr Giant key,22.2/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 96.5k Giant key, 13k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","199.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48261 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":96527} +Ogre atk-str-def 1.4m XP/hr 129.5k 129.5k 129.5k 0 0 129.2k 97.1k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":22236400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 24.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre atk-str-def 618k XP/hr 58.3k 58.3k 58.3k 0 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre atk-str-def 618k XP/hr 58.3k 58.3k 58.3k 0 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre mage-def 1.4m XP/hr 0 0 194.3k 194.3k 0 129.2k 97.1k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":22236400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 24.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre mage-def 618k XP/hr 0 0 87.4k 87.4k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre mage-def 618k XP/hr 0 0 87.4k 87.4k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre mage 1.4m XP/hr 0 0 0 388.6k 0 129.2k 97.1k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":22236400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 24.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre mage 618k XP/hr 0 0 0 174.9k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre mage 618k XP/hr 0 0 0 174.9k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre range-def 1.4m XP/hr 0 0 194.3k 0 194.3k 129.2k 97.1k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":22236400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 24.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre range-def 618k XP/hr 0 0 87.4k 0 87.4k 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre range-def 618k XP/hr 0 0 87.4k 0 87.4k 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre range 1.4m XP/hr 0 0 0 0 388.6k 129.2k 97.1k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":22236400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 24.2k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre range 618k XP/hr 0 0 0 0 174.9k 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogre range 618k XP/hr 0 0 0 0 174.9k 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)"],"newKC":10000} +Ogress Shaman atk-str-def 412k XP/hr 49.7k 49.7k 49.7k 0 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman atk-str-def 412k XP/hr 49.7k 49.7k 49.7k 0 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman atk-str-def 412k XP/hr 49.7k 49.7k 49.7k 0 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman mage-def 412k XP/hr 0 0 74.6k 74.6k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman mage-def 412k XP/hr 0 0 74.6k 74.6k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman mage-def 412k XP/hr 0 0 74.6k 74.6k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman mage 412k XP/hr 0 0 0 149.1k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman mage 412k XP/hr 0 0 0 149.1k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman mage 412k XP/hr 0 0 0 149.1k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman range-def 412k XP/hr 0 0 74.6k 0 74.6k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman range-def 412k XP/hr 0 0 74.6k 0 74.6k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman range-def 412k XP/hr 0 0 74.6k 0 74.6k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman range 412k XP/hr 0 0 0 0 149.1k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman range 412k XP/hr 0 0 0 0 149.1k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Shaman range 412k XP/hr 0 0 0 0 149.1k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior atk-str-def 412k XP/hr 49.7k 49.7k 49.7k 0 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior atk-str-def 412k XP/hr 49.7k 49.7k 49.7k 0 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior atk-str-def 412k XP/hr 49.7k 49.7k 49.7k 0 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior mage-def 412k XP/hr 0 0 74.6k 74.6k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior mage-def 412k XP/hr 0 0 74.6k 74.6k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior mage-def 412k XP/hr 0 0 74.6k 74.6k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior mage 412k XP/hr 0 0 0 149.1k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior mage 412k XP/hr 0 0 0 149.1k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior mage 412k XP/hr 0 0 0 149.1k 0 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior range-def 412k XP/hr 0 0 74.6k 0 74.6k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior range-def 412k XP/hr 0 0 74.6k 0 74.6k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior range-def 412k XP/hr 0 0 74.6k 0 74.6k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior range 412k XP/hr 0 0 0 0 149.1k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior range 412k XP/hr 0 0 0 0 149.1k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Ogress Warrior range 412k XP/hr 0 0 0 0 149.1k 49.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195866,"quantity":250958,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":250958,"messages":["62740x bonus kills from Ori","117.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,337, Pious: 4,171, Sharp: 835, 5% less materials for mastery)"],"newKC":250958} +Otherworldly being atk-str-def 304k XP/hr 64.1k 64.1k 64.1k 0 0 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being atk-str-def 304k XP/hr 64.1k 64.1k 64.1k 0 0 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being atk-str-def 304k XP/hr 64.1k 64.1k 64.1k 0 0 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being mage-def 304k XP/hr 0 0 96.2k 96.2k 0 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being mage-def 304k XP/hr 0 0 96.2k 96.2k 0 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being mage-def 304k XP/hr 0 0 96.2k 96.2k 0 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being mage 304k XP/hr 0 0 0 192.3k 0 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being mage 304k XP/hr 0 0 0 192.3k 0 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being mage 304k XP/hr 0 0 0 192.3k 0 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being range-def 304k XP/hr 0 0 96.2k 0 96.2k 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being range-def 304k XP/hr 0 0 96.2k 0 96.2k 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being range-def 304k XP/hr 0 0 96.2k 0 96.2k 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being range 304k XP/hr 0 0 0 0 192.3k 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being range 304k XP/hr 0 0 0 0 192.3k 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being range 304k XP/hr 0 0 0 0 192.3k 64k 48.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Penguin atk-str-def 557k XP/hr 18.4k 18.4k 18.4k 0 0 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin atk-str-def 557k XP/hr 18.4k 18.4k 18.4k 0 0 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin atk-str-def 557k XP/hr 18.4k 18.4k 18.4k 0 0 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin mage-def 557k XP/hr 0 0 27.5k 27.5k 0 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin mage-def 557k XP/hr 0 0 27.5k 27.5k 0 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin mage-def 557k XP/hr 0 0 27.5k 27.5k 0 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin mage 557k XP/hr 0 0 0 55.1k 0 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin mage 557k XP/hr 0 0 0 55.1k 0 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin mage 557k XP/hr 0 0 0 55.1k 0 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin range-def 557k XP/hr 0 0 27.5k 0 27.5k 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin range-def 557k XP/hr 0 0 27.5k 0 27.5k 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin range-def 557k XP/hr 0 0 27.5k 0 27.5k 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin range 557k XP/hr 0 0 0 0 55.1k 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin range 557k XP/hr 0 0 0 0 55.1k 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Penguin range 557k XP/hr 0 0 0 0 55.1k 18.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Phantom Muspah mage-def 242k XP/hr 0 0 90.9k 90.9k 0 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 394 clues (Removed Metallic: 992, Treasured: 3,968,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah mage-def 242k XP/hr 0 0 90.9k 90.9k 0 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 365 clues (Removed Metallic: 918, Treasured: 3,671,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah mage-def 242k XP/hr 0 0 90.9k 90.9k 0 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 414 clues (Removed Metallic: 1,040, Treasured: 4,158,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah mage 242k XP/hr 0 0 0 181.9k 0 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 386 clues (Removed Metallic: 966, Treasured: 3,861,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah mage 242k XP/hr 0 0 0 181.9k 0 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 421 clues (Removed Metallic: 1,049, Treasured: 4,196,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah mage 242k XP/hr 0 0 0 181.9k 0 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 393 clues (Removed Metallic: 975, Treasured: 3,899,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah mage 242k XP/hr 0 0 0 181.9k 0 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 418 clues (Removed Metallic: 1,049, Treasured: 4,196,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah mage 242k XP/hr 0 0 0 181.9k 0 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 405 clues (Removed Metallic: 1,015, Treasured: 4,059,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah mage 242k XP/hr 0 0 0 181.9k 0 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 442 clues (Removed Metallic: 1,108, Treasured: 4,431,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah range-def 242k XP/hr 0 0 90.9k 0 90.9k 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 437 clues (Removed Metallic: 1,089, Treasured: 4,355,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah range-def 242k XP/hr 0 0 90.9k 0 90.9k 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 408 clues (Removed Metallic: 1,025, Treasured: 4,097,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah range-def 242k XP/hr 0 0 90.9k 0 90.9k 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 396 clues (Removed Metallic: 987, Treasured: 3,945,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah range 242k XP/hr 0 0 0 0 181.9k 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 378 clues (Removed Metallic: 937, Treasured: 3,747,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah range 242k XP/hr 0 0 0 0 181.9k 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 407 clues (Removed Metallic: 1,023, Treasured: 4,089,5% less materials for mastery)"],"newKC":31456} +Phantom Muspah range 242k XP/hr 0 0 0 0 181.9k 60.5k 0 7.2 Sharks/hr Loot/hr 535.0/hr Dragon arrow,7.2/hr Shark Cost/hr {"duration":2116758543,"quantity":31456,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Saturated heart","10% for Twisted bow","10% for Dragon arrow","10% for Gorajan archer top","10% for Gorajan archer legs","10% for Gorajan occult top","10% for Gorajan occult legs","5% for Gorajan archer gloves","5% for Gorajan occult gloves","5% for Gorajan archer boots","5% for Gorajan occult boots","10% for Gorajan archer gear","2% for Shark","Removing items: 314.6k Dragon arrow, 4.2k Shark"]} {"quantity":31456,"messages":["7864x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 412 clues (Removed Metallic: 1,030, Treasured: 4,120,5% less materials for mastery)"],"newKC":31456} +Phrin Shade atk-str-def 236k XP/hr 58.9k 58.9k 58.9k 0 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade atk-str-def 236k XP/hr 58.9k 58.9k 58.9k 0 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade atk-str-def 236k XP/hr 58.9k 58.9k 58.9k 0 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade mage-def 236k XP/hr 0 0 88.4k 88.4k 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade mage-def 236k XP/hr 0 0 88.4k 88.4k 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade mage-def 236k XP/hr 0 0 88.4k 88.4k 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade mage 236k XP/hr 0 0 0 176.8k 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade mage 236k XP/hr 0 0 0 176.8k 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade mage 236k XP/hr 0 0 0 176.8k 0 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade range-def 236k XP/hr 0 0 88.4k 0 88.4k 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade range-def 236k XP/hr 0 0 88.4k 0 88.4k 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade range-def 236k XP/hr 0 0 88.4k 0 88.4k 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade range 236k XP/hr 0 0 0 0 176.8k 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade range 236k XP/hr 0 0 0 0 176.8k 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Phrin Shade range 236k XP/hr 0 0 0 0 176.8k 58.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197537,"quantity":435659,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":435659,"messages":["108915x bonus kills from Ori"],"newKC":435659} +Pirate atk-str-def 584k XP/hr 58.3k 58.3k 58.3k 0 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate atk-str-def 584k XP/hr 58.3k 58.3k 58.3k 0 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.11% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate atk-str-def 584k XP/hr 58.3k 58.3k 58.3k 0 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate atk-str-def 584k XP/hr 58.3k 58.3k 58.3k 0 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate atk-str-def 584k XP/hr 58.3k 58.3k 58.3k 0 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate atk-str-def 584k XP/hr 58.3k 58.3k 58.3k 0 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate mage-def 584k XP/hr 0 0 87.4k 87.4k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate mage-def 584k XP/hr 0 0 87.4k 87.4k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate mage-def 584k XP/hr 0 0 87.4k 87.4k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate mage-def 584k XP/hr 0 0 87.4k 87.4k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate mage-def 584k XP/hr 0 0 87.4k 87.4k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.11% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate mage-def 584k XP/hr 0 0 87.4k 87.4k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate mage 584k XP/hr 0 0 0 174.8k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate mage 584k XP/hr 0 0 0 174.8k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate mage 584k XP/hr 0 0 0 174.8k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate mage 584k XP/hr 0 0 0 174.8k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate mage 584k XP/hr 0 0 0 174.8k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate mage 584k XP/hr 0 0 0 174.8k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate range-def 584k XP/hr 0 0 87.4k 0 87.4k 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate range-def 584k XP/hr 0 0 87.4k 0 87.4k 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate range-def 584k XP/hr 0 0 87.4k 0 87.4k 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate range-def 584k XP/hr 0 0 87.4k 0 87.4k 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate range-def 584k XP/hr 0 0 87.4k 0 87.4k 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate range-def 584k XP/hr 0 0 87.4k 0 87.4k 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate range 584k XP/hr 0 0 0 0 174.8k 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate range 584k XP/hr 0 0 0 0 174.8k 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate range 584k XP/hr 0 0 0 0 174.8k 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate range 584k XP/hr 0 0 0 0 174.8k 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate range 584k XP/hr 0 0 0 0 174.8k 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pirate range 584k XP/hr 0 0 0 0 174.8k 58.1k 43.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":16477200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.4k Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Pit Scorpion atk-str-def 184k XP/hr 45.9k 45.9k 45.9k 0 0 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2950 clues (Removed Metallic: 1,682, Treasured: 6,726,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion atk-str-def 184k XP/hr 45.9k 45.9k 45.9k 0 0 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2963 clues (Removed Metallic: 1,688, Treasured: 6,749,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion atk-str-def 184k XP/hr 45.9k 45.9k 45.9k 0 0 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2958 clues (Removed Metallic: 1,686, Treasured: 6,742,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion mage-def 184k XP/hr 0 0 68.9k 68.9k 0 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2925 clues (Removed Metallic: 1,667, Treasured: 6,666,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion mage-def 184k XP/hr 0 0 68.9k 68.9k 0 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2892 clues (Removed Metallic: 1,648, Treasured: 6,590,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion mage-def 184k XP/hr 0 0 68.9k 68.9k 0 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3091 clues (Removed Metallic: 1,762, Treasured: 7,046,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion mage 184k XP/hr 0 0 0 137.8k 0 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3065 clues (Removed Metallic: 1,747, Treasured: 6,985,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion mage 184k XP/hr 0 0 0 137.8k 0 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2893 clues (Removed Metallic: 1,648, Treasured: 6,590,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion mage 184k XP/hr 0 0 0 137.8k 0 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2998 clues (Removed Metallic: 1,709, Treasured: 6,833,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion range-def 184k XP/hr 0 0 68.9k 0 68.9k 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3025 clues (Removed Metallic: 1,724, Treasured: 6,894,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion range-def 184k XP/hr 0 0 68.9k 0 68.9k 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2978 clues (Removed Metallic: 1,697, Treasured: 6,787,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion range-def 184k XP/hr 0 0 68.9k 0 68.9k 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2876 clues (Removed Metallic: 1,638, Treasured: 6,552,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion range 184k XP/hr 0 0 0 0 137.8k 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2925 clues (Removed Metallic: 1,667, Treasured: 6,666,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion range 184k XP/hr 0 0 0 0 137.8k 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2850 clues (Removed Metallic: 1,625, Treasured: 6,498,5% less materials for mastery)"],"newKC":594386} +Pit Scorpion range 184k XP/hr 0 0 0 0 137.8k 45.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2927 clues (Removed Metallic: 1,669, Treasured: 6,673,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion atk-str-def 132k XP/hr 33k 33k 33k 0 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2975 clues (Removed Metallic: 1,695, Treasured: 6,780,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion atk-str-def 132k XP/hr 33k 33k 33k 0 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2923 clues (Removed Metallic: 1,665, Treasured: 6,658,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion atk-str-def 132k XP/hr 33k 33k 33k 0 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3078 clues (Removed Metallic: 1,754, Treasured: 7,015,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion mage-def 132k XP/hr 0 0 49.5k 49.5k 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2969 clues (Removed Metallic: 1,691, Treasured: 6,764,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion mage-def 132k XP/hr 0 0 49.5k 49.5k 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2948 clues (Removed Metallic: 1,680, Treasured: 6,719,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion mage-def 132k XP/hr 0 0 49.5k 49.5k 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2995 clues (Removed Metallic: 1,707, Treasured: 6,825,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion mage 132k XP/hr 0 0 0 99.1k 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3029 clues (Removed Metallic: 1,726, Treasured: 6,901,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion mage 132k XP/hr 0 0 0 99.1k 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2939 clues (Removed Metallic: 1,674, Treasured: 6,696,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion mage 132k XP/hr 0 0 0 99.1k 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2950 clues (Removed Metallic: 1,682, Treasured: 6,726,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion range-def 132k XP/hr 0 0 49.5k 0 49.5k 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3017 clues (Removed Metallic: 1,720, Treasured: 6,878,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion range-def 132k XP/hr 0 0 49.5k 0 49.5k 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2917 clues (Removed Metallic: 1,663, Treasured: 6,650,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion range-def 132k XP/hr 0 0 49.5k 0 49.5k 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2948 clues (Removed Metallic: 1,680, Treasured: 6,719,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion range 132k XP/hr 0 0 0 0 99.1k 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3013 clues (Removed Metallic: 1,716, Treasured: 6,863,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion range 132k XP/hr 0 0 0 0 99.1k 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2924 clues (Removed Metallic: 1,667, Treasured: 6,666,5% less materials for mastery)"],"newKC":594386} +Poison Scorpion range 132k XP/hr 0 0 0 0 99.1k 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2992 clues (Removed Metallic: 1,705, Treasured: 6,818,5% less materials for mastery)"],"newKC":594386} +Pyrefiend atk-str-def 211k XP/hr 40.6k 40.6k 40.6k 0 0 40.5k 39.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","124700 Prayer XP from purifying 12470x Fiendish ashes using the Ash Sanctifier (987530 charges left).","You slayed 122x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Pyrefiend atk-str-def 210k XP/hr 40.6k 40.6k 40.6k 0 0 40.5k 39.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","124720 Prayer XP from purifying 12472x Fiendish ashes using the Ash Sanctifier (987528 charges left).","You slayed 114x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Pyrefiend atk-str-def 210k XP/hr 40.6k 40.6k 40.6k 0 0 40.5k 39.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","124720 Prayer XP from purifying 12472x Fiendish ashes using the Ash Sanctifier (987528 charges left).","You slayed 114x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Pyrefiend mage-def 210k XP/hr 0 0 60.8k 60.8k 0 40.5k 39.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","124720 Prayer XP from purifying 12472x Fiendish ashes using the Ash Sanctifier (987528 charges left).","You slayed 114x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Pyrefiend mage-def 213k XP/hr 0 0 61.1k 61.1k 0 40.6k 41.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","124650 Prayer XP from purifying 12465x Fiendish ashes using the Ash Sanctifier (987535 charges left).","You slayed 140x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 46 clues (Removed Metallic: 78, Treasured: 312,5% less materials for mastery)"],"newKC":10000} +Pyrefiend mage-def 215k XP/hr 0 0 61.3k 61.3k 0 40.8k 43.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","124600 Prayer XP from purifying 12460x Fiendish ashes using the Ash Sanctifier (987540 charges left).","You slayed 162x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Pyrefiend mage 210k XP/hr 0 0 0 121.8k 0 40.5k 39.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","124710 Prayer XP from purifying 12471x Fiendish ashes using the Ash Sanctifier (987529 charges left).","You slayed 118x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Pyrefiend mage 216k XP/hr 0 0 0 122.8k 0 40.8k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2458x bonus kills from Ori","124580 Prayer XP from purifying 12458x Fiendish ashes using the Ash Sanctifier (987542 charges left).","You slayed 168x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":10000} +Pyrefiend mage 212k XP/hr 0 0 0 122.2k 0 40.6k 41.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","124660 Prayer XP from purifying 12466x Fiendish ashes using the Ash Sanctifier (987534 charges left).","You slayed 138x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Pyrefiend range-def 212k XP/hr 0 0 61.1k 0 61.1k 40.6k 41.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","124660 Prayer XP from purifying 12466x Fiendish ashes using the Ash Sanctifier (987534 charges left).","You slayed 138x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Pyrefiend range-def 212k XP/hr 0 0 61k 0 61k 40.6k 40.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","124670 Prayer XP from purifying 12467x Fiendish ashes using the Ash Sanctifier (987533 charges left).","You slayed 132x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Pyrefiend range-def 211k XP/hr 0 0 61k 0 61k 40.6k 40.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","124680 Prayer XP from purifying 12468x Fiendish ashes using the Ash Sanctifier (987532 charges left).","You slayed 128x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Pyrefiend range 211k XP/hr 0 0 0 0 122k 40.6k 40.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","124680 Prayer XP from purifying 12468x Fiendish ashes using the Ash Sanctifier (987532 charges left).","You slayed 128x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Pyrefiend range 213k XP/hr 0 0 0 0 122.4k 40.7k 41.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","124640 Prayer XP from purifying 12464x Fiendish ashes using the Ash Sanctifier (987536 charges left).","You slayed 146x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Pyrefiend range 212k XP/hr 0 0 0 0 122.1k 40.6k 40.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":54353600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","124670 Prayer XP from purifying 12467x Fiendish ashes using the Ash Sanctifier (987533 charges left).","You slayed 132x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Pyrelord atk-str-def 117k XP/hr 28.5k 28.5k 28.5k 0 0 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 448 clues (Removed Metallic: 766, Treasured: 3,063,5% less materials for mastery)"],"newKC":156862} +Pyrelord atk-str-def 117k XP/hr 28.5k 28.5k 28.5k 0 0 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 427 clues (Removed Metallic: 730, Treasured: 2,919,5% less materials for mastery)"],"newKC":156862} +Pyrelord atk-str-def 117k XP/hr 28.5k 28.5k 28.5k 0 0 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 435 clues (Removed Metallic: 743, Treasured: 2,972,5% less materials for mastery)"],"newKC":156862} +Pyrelord mage-def 117k XP/hr 0 0 42.7k 42.7k 0 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 502 clues (Removed Metallic: 857, Treasured: 3,428,5% less materials for mastery)"],"newKC":156862} +Pyrelord mage-def 117k XP/hr 0 0 42.7k 42.7k 0 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 475 clues (Removed Metallic: 812, Treasured: 3,246,5% less materials for mastery)"],"newKC":156862} +Pyrelord mage-def 117k XP/hr 0 0 42.7k 42.7k 0 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 441 clues (Removed Metallic: 753, Treasured: 3,010,5% less materials for mastery)"],"newKC":156862} +Pyrelord mage 117k XP/hr 0 0 0 85.4k 0 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 428 clues (Removed Metallic: 732, Treasured: 2,926,5% less materials for mastery)"],"newKC":156862} +Pyrelord mage 117k XP/hr 0 0 0 85.4k 0 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 433 clues (Removed Metallic: 740, Treasured: 2,957,5% less materials for mastery)"],"newKC":156862} +Pyrelord mage 117k XP/hr 0 0 0 85.4k 0 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 462 clues (Removed Metallic: 789, Treasured: 3,154,5% less materials for mastery)"],"newKC":156862} +Pyrelord range-def 117k XP/hr 0 0 42.7k 0 42.7k 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 487 clues (Removed Metallic: 833, Treasured: 3,329,5% less materials for mastery)"],"newKC":156862} +Pyrelord range-def 117k XP/hr 0 0 42.7k 0 42.7k 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 446 clues (Removed Metallic: 762, Treasured: 3,048,5% less materials for mastery)"],"newKC":156862} +Pyrelord range-def 117k XP/hr 0 0 42.7k 0 42.7k 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 447 clues (Removed Metallic: 764, Treasured: 3,056,5% less materials for mastery)"],"newKC":156862} +Pyrelord range 117k XP/hr 0 0 0 0 85.4k 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 447 clues (Removed Metallic: 764, Treasured: 3,056,5% less materials for mastery)"],"newKC":156862} +Pyrelord range 117k XP/hr 0 0 0 0 85.4k 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 420 clues (Removed Metallic: 719, Treasured: 2,873,5% less materials for mastery)"],"newKC":156862} +Pyrelord range 117k XP/hr 0 0 0 0 85.4k 28.4k 0 12.0 Sharks/hr Loot/hr 12.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 7.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori","1960780 Prayer XP from purifying 196078x Fiendish ashes using the Ash Sanctifier (803922 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 471 clues (Removed Metallic: 804, Treasured: 3,215,5% less materials for mastery)"],"newKC":156862} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Queen Black Dragon range 69k XP/hr 0 0 0 0 16.5k 5.5k 4.1k 13.9 Sharks/hr Loot/hr 13.9/hr Shark Cost/hr {"duration":2116525695,"quantity":3238,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Royal crossbow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 8.2k Shark"]} {"quantity":3238,"messages":["810x bonus kills from Ori","You killed 3238x of your 10000 remaining kills, you now have 6762 kills remaining.","25.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 719, Pious: 898, Sharp: 180, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":3238} +Rat atk-str-def 1m XP/hr 17.7k 17.7k 17.7k 0 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat atk-str-def 1m XP/hr 17.7k 17.7k 17.7k 0 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat atk-str-def 1m XP/hr 17.7k 17.7k 17.7k 0 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat mage-def 1m XP/hr 0 0 26.5k 26.5k 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat mage-def 1m XP/hr 0 0 26.5k 26.5k 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat mage-def 1m XP/hr 0 0 26.5k 26.5k 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat mage 1m XP/hr 0 0 0 53k 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat mage 1m XP/hr 0 0 0 53k 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat mage 1m XP/hr 0 0 0 53k 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat range-def 1m XP/hr 0 0 26.5k 0 26.5k 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat range-def 1m XP/hr 0 0 26.5k 0 26.5k 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat range-def 1m XP/hr 0 0 26.5k 0 26.5k 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat range 1m XP/hr 0 0 0 0 53k 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat range 1m XP/hr 0 0 0 0 53k 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Rat range 1m XP/hr 0 0 0 0 53k 17.6k 13.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":5437200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Reanimated Abyssal atk-str-def 1.3m XP/hr 36.5k 36.5k 36.5k 133k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal atk-str-def 1.3m XP/hr 36.5k 36.5k 36.5k 133k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal atk-str-def 1.3m XP/hr 36.5k 36.5k 36.5k 133k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal mage-def 1.3m XP/hr 0 0 54.8k 187.7k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal mage-def 1.3m XP/hr 0 0 54.8k 187.7k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal mage-def 1.3m XP/hr 0 0 54.8k 187.7k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal mage 1.3m XP/hr 0 0 0 242.5k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal mage 1.3m XP/hr 0 0 0 242.5k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal mage 1.3m XP/hr 0 0 0 242.5k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal range-def 1.3m XP/hr 0 0 54.8k 133k 54.8k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal range-def 1.3m XP/hr 0 0 54.8k 133k 54.8k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal range-def 1.3m XP/hr 0 0 54.8k 133k 54.8k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal range 1.3m XP/hr 0 0 0 133k 109.5k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal range 1.3m XP/hr 0 0 0 133k 109.5k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Abyssal range 1.3m XP/hr 0 0 0 133k 109.5k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled abyssal head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled abyssal head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Abyssal and received 325000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie atk-str-def 1.2m XP/hr 36.5k 36.5k 36.5k 133k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie atk-str-def 1.2m XP/hr 36.5k 36.5k 36.5k 133k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie atk-str-def 1.2m XP/hr 36.5k 36.5k 36.5k 133k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie mage-def 1.2m XP/hr 0 0 54.8k 187.7k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie mage-def 1.2m XP/hr 0 0 54.8k 187.7k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie mage-def 1.2m XP/hr 0 0 54.8k 187.7k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie mage 1.2m XP/hr 0 0 0 242.5k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie mage 1.2m XP/hr 0 0 0 242.5k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie mage 1.2m XP/hr 0 0 0 242.5k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie range-def 1.2m XP/hr 0 0 54.8k 133k 54.8k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie range-def 1.2m XP/hr 0 0 54.8k 133k 54.8k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie range-def 1.2m XP/hr 0 0 54.8k 133k 54.8k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie range 1.2m XP/hr 0 0 0 133k 109.5k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie range 1.2m XP/hr 0 0 0 133k 109.5k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Aviansie range 1.2m XP/hr 0 0 0 133k 109.5k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled aviansie head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled aviansie head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Aviansie and received 308500000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Bear atk-str-def 779k XP/hr 26.3k 26.3k 26.3k 42.1k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear atk-str-def 779k XP/hr 26.3k 26.3k 26.3k 42.1k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear atk-str-def 779k XP/hr 26.3k 26.3k 26.3k 42.1k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear mage-def 779k XP/hr 0 0 39.5k 81.5k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear mage-def 779k XP/hr 0 0 39.5k 81.5k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear mage-def 779k XP/hr 0 0 39.5k 81.5k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear mage 779k XP/hr 0 0 0 121k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear mage 779k XP/hr 0 0 0 121k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear mage 779k XP/hr 0 0 0 121k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear range-def 779k XP/hr 0 0 39.5k 42.1k 39.5k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear range-def 779k XP/hr 0 0 39.5k 42.1k 39.5k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear range-def 779k XP/hr 0 0 39.5k 42.1k 39.5k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear range 779k XP/hr 0 0 0 42.1k 78.9k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear range 779k XP/hr 0 0 0 42.1k 78.9k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear range 779k XP/hr 0 0 0 42.1k 78.9k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled bear head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bloodveld atk-str-def 1.1m XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld atk-str-def 1.1m XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld atk-str-def 1.1m XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld mage-def 1.1m XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld mage-def 1.1m XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld mage-def 1.1m XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld mage 1.1m XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld mage 1.1m XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld mage 1.1m XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld range-def 1.1m XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld range-def 1.1m XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld range-def 1.1m XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld range 1.1m XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld range 1.1m XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Bloodveld range 1.1m XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled bloodveld head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled bloodveld head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Bloodveld and received 346666320 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Chaos Druid atk-str-def 665k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid atk-str-def 665k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid atk-str-def 665k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid mage-def 665k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid mage-def 665k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid mage-def 665k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid mage 665k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid mage 665k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid mage 665k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid range-def 665k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid range-def 665k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid range-def 665k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid range 665k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid range 665k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Chaos Druid range 665k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled chaos druid head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled chaos druid head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Chaos Druid and received 146000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dagannoth atk-str-def 986k XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth atk-str-def 986k XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth atk-str-def 986k XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth mage-def 986k XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth mage-def 986k XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth mage-def 986k XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth mage 986k XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth mage 986k XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth mage 986k XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth range-def 986k XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth range-def 986k XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth range-def 986k XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth range 986k XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth range 986k XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dagannoth range 986k XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled dagannoth head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled dagannoth head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Dagannoth and received 311999688 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon atk-str-def 1.2m XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon atk-str-def 1.2m XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon atk-str-def 1.2m XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon mage-def 1.2m XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon mage-def 1.2m XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon mage-def 1.2m XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon mage 1.2m XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon mage 1.2m XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon mage 1.2m XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon range-def 1.2m XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon range-def 1.2m XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon range-def 1.2m XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon range 1.2m XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon range 1.2m XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Demon range 1.2m XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled demon head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled demon head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Demon and received 389999610 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Dog atk-str-def 615k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog atk-str-def 615k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog atk-str-def 615k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog mage-def 615k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog mage-def 615k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog mage-def 615k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog mage 615k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog mage 615k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog mage 615k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog range-def 615k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog range-def 615k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog range-def 615k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog range 615k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog range 615k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dog range 615k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled dog head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled dog head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dog and received 130000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Dragon atk-str-def 1.8m XP/hr 42.9k 42.9k 42.9k 156.4k 0 42.8k 0 128.4 Sharks/hr Loot/hr 3680.8/hr Nature rune,1840.4/hr Blood rune,3680.8/hr Soul rune,920.2/hr Ensouled dragon head,128.4/hr Shark Cost/hr {"duration":978040000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP.","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":250000} +Reanimated Dragon atk-str-def 1.8m XP/hr 42.9k 42.9k 42.9k 156.4k 0 42.8k 0 128.4 Sharks/hr Loot/hr 3680.8/hr Nature rune,1840.4/hr Blood rune,3680.8/hr Soul rune,920.2/hr Ensouled dragon head,128.4/hr Shark Cost/hr {"duration":978040000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP.","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":250000} +Reanimated Dragon atk-str-def 1.8m XP/hr 42.9k 42.9k 42.9k 156.4k 0 42.8k 0 128.4 Sharks/hr Loot/hr 3680.8/hr Nature rune,1840.4/hr Blood rune,3680.8/hr Soul rune,920.2/hr Ensouled dragon head,128.4/hr Shark Cost/hr {"duration":978040000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Dragon mage-def 1.5m XP/hr 0 0 54.8k 187.7k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled dragon head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP.","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":250000} +Reanimated Dragon mage-def 1.5m XP/hr 0 0 54.8k 187.7k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled dragon head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP.","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":250000} +Reanimated Dragon mage-def 1.5m XP/hr 0 0 54.8k 187.7k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled dragon head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP.","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":250000} +Reanimated Dragon mage 1.5m XP/hr 0 0 0 242.5k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled dragon head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP.","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":250000} +Reanimated Dragon mage 1.5m XP/hr 0 0 0 242.5k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled dragon head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP.","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":250000} +Reanimated Dragon mage 1.5m XP/hr 0 0 0 242.5k 0 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled dragon head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP.","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":250000} +Reanimated Dragon range-def 1.5m XP/hr 0 0 54.8k 133k 54.8k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled dragon head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Dragon range-def 1.5m XP/hr 0 0 54.8k 133k 54.8k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled dragon head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP.","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":250000} +Reanimated Dragon range-def 1.5m XP/hr 0 0 54.8k 133k 54.8k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled dragon head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP.","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":250000} +Reanimated Dragon range 1.5m XP/hr 0 0 0 133k 109.5k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled dragon head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP.","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":250000} +Reanimated Dragon range 1.5m XP/hr 0 0 0 133k 109.5k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled dragon head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP."],"newKC":250000} +Reanimated Dragon range 1.5m XP/hr 0 0 0 133k 109.5k 36.4k 0 109.1 Sharks/hr Loot/hr 3129.0/hr Nature rune,1564.5/hr Blood rune,3129.0/hr Soul rune,782.3/hr Ensouled dragon head,109.1/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 500k Blood rune, 250k Ensouled dragon head, 1m Nature rune, 34.9k Shark, 1m Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Dragon and received 390000000 Prayer XP and 42500000 Magic XP.","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":250000} +Reanimated Elf atk-str-def 798k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf atk-str-def 798k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf atk-str-def 798k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf mage-def 798k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf mage-def 798k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf mage-def 798k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf mage 798k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf mage 798k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf mage 798k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf range-def 798k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf range-def 798k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf range-def 798k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf range 798k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf range 798k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Elf range 798k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled elf head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled elf head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Elf and received 188500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant atk-str-def 717k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant atk-str-def 717k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant atk-str-def 717k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant mage-def 717k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant mage-def 717k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant mage-def 717k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant mage 717k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant mage 717k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant mage 717k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant range-def 717k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant range-def 717k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant range-def 717k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant range 717k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant range 717k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Giant range 717k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled giant head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled giant head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Giant and received 162500000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Goblin atk-str-def 248k XP/hr 8.8k 8.8k 8.8k 42.1k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin atk-str-def 248k XP/hr 8.8k 8.8k 8.8k 42.1k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin atk-str-def 248k XP/hr 8.8k 8.8k 8.8k 42.1k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin mage-def 248k XP/hr 0 0 13.2k 55.2k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin mage-def 248k XP/hr 0 0 13.2k 55.2k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin mage-def 248k XP/hr 0 0 13.2k 55.2k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin mage 248k XP/hr 0 0 0 68.4k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin mage 248k XP/hr 0 0 0 68.4k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin mage 248k XP/hr 0 0 0 68.4k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin range-def 248k XP/hr 0 0 13.2k 42.1k 13.2k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin range-def 248k XP/hr 0 0 13.2k 42.1k 13.2k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin range-def 248k XP/hr 0 0 13.2k 42.1k 13.2k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin range 248k XP/hr 0 0 0 42.1k 26.3k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin range 248k XP/hr 0 0 0 42.1k 26.3k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin range 248k XP/hr 0 0 0 42.1k 26.3k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled goblin head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Hellhound atk-str-def 1.2m XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound atk-str-def 1.2m XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound atk-str-def 1.2m XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound mage-def 1.2m XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound mage-def 1.2m XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound mage-def 1.2m XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound mage 1.2m XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound mage 1.2m XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound mage 1.2m XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound range-def 1.2m XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound range-def 1.2m XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound range-def 1.2m XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound range 1.2m XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound range 1.2m XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Hellhound range 1.2m XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled hellhound head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled hellhound head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Hellhound and received 399999600 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Horror atk-str-def 859k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror atk-str-def 859k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror atk-str-def 859k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror mage-def 859k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror mage-def 859k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror mage-def 859k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror mage 859k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror mage 859k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror mage 859k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror range-def 859k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror range-def 859k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror range-def 859k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror range 859k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror range 859k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Horror range 859k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled horror head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled horror head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Horror and received 208000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Imp atk-str-def 453k XP/hr 8.8k 8.8k 8.8k 42.1k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp atk-str-def 453k XP/hr 8.8k 8.8k 8.8k 42.1k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp atk-str-def 453k XP/hr 8.8k 8.8k 8.8k 42.1k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp mage-def 453k XP/hr 0 0 13.2k 55.2k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp mage-def 453k XP/hr 0 0 13.2k 55.2k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp mage-def 453k XP/hr 0 0 13.2k 55.2k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp mage 453k XP/hr 0 0 0 68.4k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp mage 453k XP/hr 0 0 0 68.4k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp mage 453k XP/hr 0 0 0 68.4k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp range-def 453k XP/hr 0 0 13.2k 42.1k 13.2k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp range-def 453k XP/hr 0 0 13.2k 42.1k 13.2k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp range-def 453k XP/hr 0 0 13.2k 42.1k 13.2k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp range 453k XP/hr 0 0 0 42.1k 26.3k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp range 453k XP/hr 0 0 0 42.1k 26.3k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp range 453k XP/hr 0 0 0 42.1k 26.3k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled imp head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Kalphite atk-str-def 945k XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite atk-str-def 945k XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite atk-str-def 945k XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite mage-def 945k XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite mage-def 945k XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite mage-def 945k XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite mage 945k XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite mage 945k XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite mage 945k XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite range-def 945k XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite range-def 945k XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite range-def 945k XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite range 945k XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite range 945k XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Kalphite range 945k XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled kalphite head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled kalphite head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Kalphite and received 294666372 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Minotaur atk-str-def 591k XP/hr 17.5k 17.5k 17.5k 42.1k 0 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur atk-str-def 591k XP/hr 17.5k 17.5k 17.5k 42.1k 0 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur atk-str-def 591k XP/hr 17.5k 17.5k 17.5k 42.1k 0 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur mage-def 591k XP/hr 0 0 26.3k 68.4k 0 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur mage-def 591k XP/hr 0 0 26.3k 68.4k 0 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur mage-def 591k XP/hr 0 0 26.3k 68.4k 0 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur mage 591k XP/hr 0 0 0 94.7k 0 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur mage 591k XP/hr 0 0 0 94.7k 0 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur mage 591k XP/hr 0 0 0 94.7k 0 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur range-def 591k XP/hr 0 0 26.3k 42.1k 26.3k 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur range-def 591k XP/hr 0 0 26.3k 42.1k 26.3k 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur range-def 591k XP/hr 0 0 26.3k 42.1k 26.3k 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur range 591k XP/hr 0 0 0 42.1k 52.6k 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur range 591k XP/hr 0 0 0 42.1k 52.6k 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur range 591k XP/hr 0 0 0 42.1k 52.6k 17.5k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled minotaur head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey atk-str-def 317k XP/hr 8.8k 8.8k 8.8k 42.1k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey atk-str-def 317k XP/hr 8.8k 8.8k 8.8k 42.1k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey atk-str-def 317k XP/hr 8.8k 8.8k 8.8k 42.1k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey mage-def 317k XP/hr 0 0 13.2k 55.2k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey mage-def 317k XP/hr 0 0 13.2k 55.2k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey mage-def 317k XP/hr 0 0 13.2k 55.2k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey mage 317k XP/hr 0 0 0 68.4k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey mage 317k XP/hr 0 0 0 68.4k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey mage 317k XP/hr 0 0 0 68.4k 0 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey range-def 317k XP/hr 0 0 13.2k 42.1k 13.2k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey range-def 317k XP/hr 0 0 13.2k 42.1k 13.2k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey range-def 317k XP/hr 0 0 13.2k 42.1k 13.2k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey range 317k XP/hr 0 0 0 42.1k 26.3k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey range 317k XP/hr 0 0 0 42.1k 26.3k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey range 317k XP/hr 0 0 0 42.1k 26.3k 8.7k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled monkey head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Ogre atk-str-def 769k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre atk-str-def 769k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre atk-str-def 769k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre mage-def 769k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre mage-def 769k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre mage-def 769k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre mage 769k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre mage 769k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre mage 769k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre range-def 769k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre range-def 769k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre range-def 769k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre range 769k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre range 769k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Ogre range 769k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled ogre head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled ogre head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Ogre and received 179000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Scorpion atk-str-def 744k XP/hr 26.3k 26.3k 26.3k 42.1k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion atk-str-def 744k XP/hr 26.3k 26.3k 26.3k 42.1k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion atk-str-def 744k XP/hr 26.3k 26.3k 26.3k 42.1k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion mage-def 744k XP/hr 0 0 39.5k 81.5k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion mage-def 744k XP/hr 0 0 39.5k 81.5k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion mage-def 744k XP/hr 0 0 39.5k 81.5k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion mage 744k XP/hr 0 0 0 121k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion mage 744k XP/hr 0 0 0 121k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion mage 744k XP/hr 0 0 0 121k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion range-def 744k XP/hr 0 0 39.5k 42.1k 39.5k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion range-def 744k XP/hr 0 0 39.5k 42.1k 39.5k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion range-def 744k XP/hr 0 0 39.5k 42.1k 39.5k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion range 744k XP/hr 0 0 0 42.1k 78.9k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion range 744k XP/hr 0 0 0 42.1k 78.9k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion range 744k XP/hr 0 0 0 42.1k 78.9k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled scorpion head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Troll atk-str-def 819k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll atk-str-def 819k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll atk-str-def 819k XP/hr 36.5k 36.5k 36.5k 62.6k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll mage-def 819k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll mage-def 819k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll mage-def 819k XP/hr 0 0 54.8k 117.3k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll mage 819k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll mage 819k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll mage 819k XP/hr 0 0 0 172.1k 0 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll range-def 819k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll range-def 819k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll range-def 819k XP/hr 0 0 54.8k 62.6k 54.8k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll range 819k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll range 819k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Troll range 819k XP/hr 0 0 0 62.6k 109.5k 36.4k 0 36.4 Sharks/hr Loot/hr 3129.0/hr Body rune,2346.8/hr Nature rune,782.3/hr Soul rune,782.3/hr Ensouled troll head,36.4/hr Shark Cost/hr {"duration":1150520000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 1m Body rune, 250k Ensouled troll head, 750k Nature rune, 11.6k Shark, 250k Soul rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Troll and received 195000000 Prayer XP and 20000000 Magic XP."],"newKC":250000} +Reanimated Tzhaar atk-str-def 1.1m XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar atk-str-def 1.1m XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar atk-str-def 1.1m XP/hr 36.5k 36.5k 36.5k 108k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar mage-def 1.1m XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar mage-def 1.1m XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar mage-def 1.1m XP/hr 0 0 54.8k 162.7k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar mage 1.1m XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar mage 1.1m XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar mage 1.1m XP/hr 0 0 0 217.5k 0 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar range-def 1.1m XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar range-def 1.1m XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar range-def 1.1m XP/hr 0 0 54.8k 108k 54.8k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar range 1.1m XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar range 1.1m XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Tzhaar range 1.1m XP/hr 0 0 0 108k 109.5k 36.4k 0 72.7 Sharks/hr Loot/hr 2346.8/hr Nature rune,782.3/hr Blood rune,1564.5/hr Soul rune,782.3/hr Ensouled tzhaar head,72.7/hr Shark Cost/hr {"duration":1534025133,"quantity":333333,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 333.3k Blood rune, 333.3k Ensouled tzhaar head, 1000k Nature rune, 31k Shark, 666.7k Soul rune"]} {"quantity":333333,"messages":["83334x bonus kills from Ori","You reanimated 333333x Reanimated Tzhaar and received 367999632 Prayer XP and 45999954 Magic XP."],"newKC":333333} +Reanimated Unicorn atk-str-def 797k XP/hr 26.3k 26.3k 26.3k 42.1k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn atk-str-def 797k XP/hr 26.3k 26.3k 26.3k 42.1k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn atk-str-def 797k XP/hr 26.3k 26.3k 26.3k 42.1k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn mage-def 797k XP/hr 0 0 39.5k 81.5k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn mage-def 797k XP/hr 0 0 39.5k 81.5k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn mage-def 797k XP/hr 0 0 39.5k 81.5k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn mage 797k XP/hr 0 0 0 121k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn mage 797k XP/hr 0 0 0 121k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn mage 797k XP/hr 0 0 0 121k 0 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn range-def 797k XP/hr 0 0 39.5k 42.1k 39.5k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn range-def 797k XP/hr 0 0 39.5k 42.1k 39.5k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn range-def 797k XP/hr 0 0 39.5k 42.1k 39.5k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn range 797k XP/hr 0 0 0 42.1k 78.9k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn range 797k XP/hr 0 0 0 42.1k 78.9k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn range 797k XP/hr 0 0 0 42.1k 78.9k 26.2k 0 0.0 Sharks/hr Loot/hr 5261.2/hr Body rune,2630.6/hr Nature rune,1315.3/hr Ensouled unicorn head Cost/hr {"duration":684250000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune"]} {"quantity":250000,"messages":["62500x bonus kills from Ori","You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Red Dragon atk-str-def 2m XP/hr 118.5k 118.5k 118.5k 0 0 118.2k 91k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 299, Organic: 746, Plated: 448,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Red Dragon atk-str-def 2m XP/hr 118.5k 118.5k 118.5k 0 0 118.2k 91k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 299, Organic: 746, Plated: 448,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Red Dragon atk-str-def 2m XP/hr 118.5k 118.5k 118.5k 0 0 118.2k 91k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 299, Organic: 746, Plated: 448,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Red Dragon mage-def 1.7m XP/hr 0 0 151.1k 151.1k 0 100.5k 77.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Red Dragon mage-def 1.7m XP/hr 0 0 151.1k 151.1k 0 100.5k 77.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Red Dragon mage-def 1.7m XP/hr 0 0 151.1k 151.1k 0 100.5k 77.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Red Dragon mage 1.7m XP/hr 0 0 0 302.2k 0 100.5k 77.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Red Dragon mage 1.7m XP/hr 0 0 0 302.2k 0 100.5k 77.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Red Dragon mage 1.7m XP/hr 0 0 0 302.2k 0 100.5k 77.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Red Dragon range-def 1.7m XP/hr 0 0 151.1k 0 151.1k 100.5k 77.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Equippable mystery box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Red Dragon range-def 1.7m XP/hr 0 0 151.1k 0 151.1k 100.5k 77.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Red Dragon range-def 1.7m XP/hr 0 0 151.1k 0 151.1k 100.5k 77.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Red Dragon range 1.7m XP/hr 0 0 0 0 302.2k 100.5k 77.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Red Dragon range 1.7m XP/hr 0 0 0 0 302.2k 100.5k 77.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Red Dragon range 1.7m XP/hr 0 0 0 0 302.2k 100.5k 77.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 352, Organic: 879, Plated: 528,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Revenant cyclops range-def 419k XP/hr 0 0 157.3k 0 157.3k 104.6k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196044,"quantity":426961,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2498},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":394758,"messages":["You missed out on 32203x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","98690x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":394758} +Revenant cyclops range-def 419k XP/hr 0 0 157.3k 0 157.3k 104.6k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196044,"quantity":426961,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2506},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.74% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":394655,"messages":["You missed out on 32306x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","98664x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":394655} +Revenant cyclops range-def 419k XP/hr 0 0 157.1k 0 157.1k 104.4k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196044,"quantity":426961,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2550},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.50% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":394088,"messages":["You missed out on 32873x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","98522x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":394088} +Revenant cyclops range 420k XP/hr 0 0 0 0 315.3k 104.8k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196044,"quantity":426961,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2438},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.62% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":395532,"messages":["You missed out on 31429x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","98883x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":395532} +Revenant cyclops range 419k XP/hr 0 0 0 0 314.8k 104.7k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196044,"quantity":426961,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2486},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":394913,"messages":["You missed out on 32048x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","98729x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":394913} +Revenant cyclops range 419k XP/hr 0 0 0 0 314.6k 104.6k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196044,"quantity":426961,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2501},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.79% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":394720,"messages":["You missed out on 32241x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","98680x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":394720} +Revenant dark beast range-def 384k XP/hr 0 0 144.1k 0 144.1k 95.8k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196375,"quantity":307123,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2488},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":284052,"messages":["You missed out on 23071x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","71013x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":284052} +Revenant dark beast range-def 384k XP/hr 0 0 144.1k 0 144.1k 95.8k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196375,"quantity":307123,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2493},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.81% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":284005,"messages":["You missed out on 23118x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","71002x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":284005} +Revenant dark beast range-def 383k XP/hr 0 0 143.6k 0 143.6k 95.5k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196375,"quantity":307123,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2599},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.67% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":283022,"messages":["You missed out on 24101x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","70756x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":283022} +Revenant dark beast range 384k XP/hr 0 0 0 0 288.5k 95.9k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196375,"quantity":307123,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2457},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":284339,"messages":["You missed out on 22784x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","71085x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":284339} +Revenant dark beast range 384k XP/hr 0 0 0 0 288.2k 95.8k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196375,"quantity":307123,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2482},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":284107,"messages":["You missed out on 23016x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","71027x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":284107} +Revenant dark beast range 384k XP/hr 0 0 0 0 287.8k 95.7k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196375,"quantity":307123,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2524},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.52% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":283718,"messages":["You missed out on 23405x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","70930x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":283718} +Revenant demon range-def 305k XP/hr 0 0 114.5k 0 114.5k 76.1k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196044,"quantity":426961,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2484},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.83% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":394939,"messages":["You missed out on 32022x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","98735x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":394939} +Revenant demon range-def 305k XP/hr 0 0 114.4k 0 114.4k 76.1k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196044,"quantity":426961,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2494},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":394810,"messages":["You missed out on 32151x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","98703x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":394810} +Revenant demon range-def 305k XP/hr 0 0 114.4k 0 114.4k 76.1k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196044,"quantity":426961,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2511},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":394591,"messages":["You missed out on 32370x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","98648x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":394591} +Revenant demon range 305k XP/hr 0 0 0 0 229.1k 76.2k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196044,"quantity":426961,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2466},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.84% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":395171,"messages":["You missed out on 31790x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","98793x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":395171} +Revenant demon range 305k XP/hr 0 0 0 0 229.1k 76.2k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196044,"quantity":426961,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2468},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":395145,"messages":["You missed out on 31816x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","98787x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":395145} +Revenant demon range 305k XP/hr 0 0 0 0 229k 76.1k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196044,"quantity":426961,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2483},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.76% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":394952,"messages":["You missed out on 32009x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","98738x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":394952} +Revenant dragon range-def 330k XP/hr 0 0 123.7k 0 123.7k 82.2k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987191663,"quantity":238173,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2501},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":220188,"messages":["You missed out on 17985x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","55047x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":220188} +Revenant dragon range-def 329k XP/hr 0 0 123.6k 0 123.6k 82.2k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987191663,"quantity":238173,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2520},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.58% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":220051,"messages":["You missed out on 18122x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","55013x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":220051} +Revenant dragon range-def 329k XP/hr 0 0 123.6k 0 123.6k 82.2k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987191663,"quantity":238173,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2527},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.78% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":220001,"messages":["You missed out on 18172x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","55001x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":220001} +Revenant dragon range 330k XP/hr 0 0 0 0 247.8k 82.4k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987191663,"quantity":238173,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2444},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.66% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":220598,"messages":["You missed out on 17575x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","55150x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":220598} +Revenant dragon range 330k XP/hr 0 0 0 0 247.8k 82.4k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987191663,"quantity":238173,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2445},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":220590,"messages":["You missed out on 17583x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","55148x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":220590} +Revenant dragon range 328k XP/hr 0 0 0 0 246.5k 82k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987191663,"quantity":238173,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2603},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":219454,"messages":["You missed out on 18719x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","54864x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":219454} +Revenant goblin range-def 111k XP/hr 0 0 41.8k 0 41.8k 27.8k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197811,"quantity":853754,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":1188},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":823130,"messages":["You missed out on 30624x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","205783x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":823130} +Revenant goblin range-def 111k XP/hr 0 0 41.7k 0 41.7k 27.8k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197811,"quantity":853754,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":1199},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":822847,"messages":["You missed out on 30907x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","205712x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":822847} +Revenant goblin range-def 111k XP/hr 0 0 41.7k 0 41.7k 27.7k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197811,"quantity":853754,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":1232},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.66% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":821996,"messages":["You missed out on 31758x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","205499x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":821996} +Revenant goblin range 111k XP/hr 0 0 0 0 83.5k 27.8k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197811,"quantity":853754,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":1199},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":822847,"messages":["You missed out on 30907x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","205712x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":822847} +Revenant goblin range 111k XP/hr 0 0 0 0 83.3k 27.7k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197811,"quantity":853754,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":1256},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.50% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":821377,"messages":["You missed out on 32377x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","205345x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":821377} +Revenant goblin range 111k XP/hr 0 0 0 0 83.2k 27.7k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987197811,"quantity":853754,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":1310},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":819985,"messages":["You missed out on 33769x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","204997x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":819985} +Revenant hellhound range-def 278k XP/hr 0 0 104.1k 0 104.1k 69.2k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987195248,"quantity":388978,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2531},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.59% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":359253,"messages":["You missed out on 29725x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","89814x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":359253} +Revenant hellhound range-def 277k XP/hr 0 0 103.9k 0 103.9k 69.1k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987195248,"quantity":388978,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2595},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":358501,"messages":["You missed out on 30477x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","89626x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":358501} +Revenant hellhound range-def 277k XP/hr 0 0 103.9k 0 103.9k 69.1k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987195248,"quantity":388978,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2598},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":358466,"messages":["You missed out on 30512x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","89617x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":358466} +Revenant hellhound range 278k XP/hr 0 0 0 0 208.8k 69.4k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987195248,"quantity":388978,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2450},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.84% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":360204,"messages":["You missed out on 28774x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","90051x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":360204} +Revenant hellhound range 278k XP/hr 0 0 0 0 208.4k 69.3k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987195248,"quantity":388978,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2505},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":359558,"messages":["You missed out on 29420x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","89890x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":359558} +Revenant hellhound range 277k XP/hr 0 0 0 0 208k 69.2k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987195248,"quantity":388978,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2565},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.83% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":358853,"messages":["You missed out on 30125x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","89714x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":358853} +Revenant hobgoblin range-def 304k XP/hr 0 0 114.2k 0 114.2k 75.9k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196804,"quantity":473061,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2479},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":437653,"messages":["You missed out on 35408x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","109414x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":437653} +Revenant hobgoblin range-def 304k XP/hr 0 0 114.1k 0 114.1k 75.9k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196804,"quantity":473061,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2497},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.65% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":437396,"messages":["You missed out on 35665x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","109349x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":437396} +Revenant hobgoblin range-def 303k XP/hr 0 0 113.8k 0 113.8k 75.7k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196804,"quantity":473061,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2585},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.68% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":436139,"messages":["You missed out on 36922x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","109035x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":436139} +Revenant hobgoblin range 304k XP/hr 0 0 0 0 228.4k 76k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196804,"quantity":473061,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2468},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":437810,"messages":["You missed out on 35251x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","109453x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":437810} +Revenant hobgoblin range 304k XP/hr 0 0 0 0 228.1k 75.9k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196804,"quantity":473061,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2505},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.80% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":437281,"messages":["You missed out on 35780x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","109321x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":437281} +Revenant hobgoblin range 304k XP/hr 0 0 0 0 227.9k 75.8k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987196804,"quantity":473061,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2537},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":436824,"messages":["You missed out on 36237x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","109206x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":436824} +Revenant imp range-def 153k XP/hr 0 0 48.3k 0 48.3k 32.1k 24.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":14609600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.52% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":9794,"messages":["You missed out on 206x kills because of pk encounters","2449x bonus kills from Ori","You killed 9794x of your 10000 remaining kills, you now have 206 kills remaining.","Portable Tanner turned the hides into leathers (Removed Metallic: 78, Organic: 195, Plated: 117,5% less materials for mastery)"],"newKC":9794} +Revenant imp range-def 152k XP/hr 0 0 48.2k 0 48.2k 32k 24.1k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":14609600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":9774,"messages":["You missed out on 226x kills because of pk encounters","2444x bonus kills from Ori","You killed 9774x of your 10000 remaining kills, you now have 226 kills remaining.","Portable Tanner turned the hides into leathers (Removed Metallic: 78, Organic: 195, Plated: 117,5% less materials for mastery)"],"newKC":9774} +Revenant imp range-def 152k XP/hr 0 0 48k 0 48k 31.9k 24k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":14609600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.81% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":9733,"messages":["You missed out on 267x kills because of pk encounters","2434x bonus kills from Ori","You killed 9733x of your 10000 remaining kills, you now have 267 kills remaining.","Portable Tanner turned the hides into leathers (Removed Metallic: 78, Organic: 195, Plated: 117,5% less materials for mastery)"],"newKC":9733} +Revenant imp range 152k XP/hr 0 0 0 0 96.1k 32k 24k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":14609600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.62% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":9753,"messages":["You missed out on 247x kills because of pk encounters","2439x bonus kills from Ori","You killed 9753x of your 10000 remaining kills, you now have 247 kills remaining.","Portable Tanner turned the hides into leathers (Removed Metallic: 78, Organic: 195, Plated: 117,5% less materials for mastery)"],"newKC":9753} +Revenant imp range 154k XP/hr 0 0 0 0 97.1k 32.3k 24.3k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":14609600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.67% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":9856,"messages":["You missed out on 144x kills because of pk encounters","2464x bonus kills from Ori","You killed 9856x of your 10000 remaining kills, you now have 144 kills remaining.","Portable Tanner turned the hides into leathers (Removed Metallic: 78, Organic: 195, Plated: 117,5% less materials for mastery)"],"newKC":9856} +Revenant imp range 144k XP/hr 0 0 0 0 90.9k 30.2k 22.7k 0.0 Sharks/hr Loot/hr 301.1/hr Hellfire arrow Cost/hr {"duration":14609600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.73% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow"]} {"quantity":9218,"messages":["You missed out on 782x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2305x bonus kills from Ori","You killed 9218x of your 10000 remaining kills, you now have 782 kills remaining.","Portable Tanner turned the hides into leathers (Removed Metallic: 78, Organic: 195, Plated: 117,5% less materials for mastery)"],"newKC":9218} +Revenant knight range-def 363k XP/hr 0 0 136.2k 0 136.2k 90.6k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987193093,"quantity":284659,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2534},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":262880,"messages":["You missed out on 21779x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","65720x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":262880} +Revenant knight range-def 363k XP/hr 0 0 136.2k 0 136.2k 90.6k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987193093,"quantity":284659,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2535},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.59% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":262871,"messages":["You missed out on 21788x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","65718x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":262871} +Revenant knight range-def 363k XP/hr 0 0 136.1k 0 136.1k 90.5k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987193093,"quantity":284659,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2549},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":262751,"messages":["You missed out on 21908x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","65688x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":262751} +Revenant knight range 364k XP/hr 0 0 0 0 272.9k 90.7k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987193093,"quantity":284659,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2478},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.81% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":263361,"messages":["You missed out on 21298x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","65841x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":263361} +Revenant knight range 363k XP/hr 0 0 0 0 272.4k 90.6k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987193093,"quantity":284659,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2535},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.75% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":262871,"messages":["You missed out on 21788x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","65718x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":262871} +Revenant knight range 363k XP/hr 0 0 0 0 272.3k 90.5k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987193093,"quantity":284659,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2548},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":262760,"messages":["You missed out on 21899x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","65690x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":262760} +Revenant ork range-def 310k XP/hr 0 0 116.2k 0 116.2k 77.3k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987198620,"quantity":330275,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2488},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":305464,"messages":["You missed out on 24811x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","76366x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":305464} +Revenant ork range-def 309k XP/hr 0 0 116k 0 116k 77.2k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987198620,"quantity":330275,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2534},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":305006,"messages":["You missed out on 25269x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","76252x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":305006} +Revenant ork range-def 308k XP/hr 0 0 115.6k 0 115.6k 76.9k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987198620,"quantity":330275,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2638},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.59% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":303969,"messages":["You missed out on 26306x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","75993x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":303969} +Revenant ork range 310k XP/hr 0 0 0 0 232.6k 77.4k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987198620,"quantity":330275,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2458},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.76% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":305764,"messages":["You missed out on 24511x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","76441x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":305764} +Revenant ork range 310k XP/hr 0 0 0 0 232.4k 77.3k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987198620,"quantity":330275,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2484},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.68% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":305504,"messages":["You missed out on 24771x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","76376x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":305504} +Revenant ork range 309k XP/hr 0 0 0 0 232.2k 77.2k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987198620,"quantity":330275,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2517},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.70% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":305175,"messages":["You missed out on 25100x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","76294x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":305175} +Revenant pyrefiend range-def 231k XP/hr 0 0 86.7k 0 86.7k 57.7k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987198648,"quantity":538653,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2460},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":498644,"messages":["You missed out on 40009x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","124661x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":498644} +Revenant pyrefiend range-def 231k XP/hr 0 0 86.7k 0 86.7k 57.7k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987198648,"quantity":538653,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2466},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.62% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":498547,"messages":["You missed out on 40106x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","124637x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":498547} +Revenant pyrefiend range-def 231k XP/hr 0 0 86.5k 0 86.5k 57.5k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987198648,"quantity":538653,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2540},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.84% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":497343,"messages":["You missed out on 41310x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","124336x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":497343} +Revenant pyrefiend range 231k XP/hr 0 0 0 0 173.4k 57.7k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987198648,"quantity":538653,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2466},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.72% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":498547,"messages":["You missed out on 40106x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","124637x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":498547} +Revenant pyrefiend range 231k XP/hr 0 0 0 0 173.1k 57.6k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987198648,"quantity":538653,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2519},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.78% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":497685,"messages":["You missed out on 40968x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","124422x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":497685} +Revenant pyrefiend range 230k XP/hr 0 0 0 0 172.8k 57.5k 0 0.0 Sharks/hr Loot/hr 11.1/hr Blighted super restore(4),301.0/hr Hellfire arrow Cost/hr {"duration":1987198648,"quantity":538653,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2570},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","46.24% (out of a possible 25%) for range","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 0.52% per pk encounter (8% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.1k Blighted super restore(4), 166.2k Hellfire arrow"]} {"quantity":496855,"messages":["You missed out on 41798x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer boots, 1x Gorajan archer gloves, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Gorajan archer top, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","124214x bonus kills from Ori","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)"],"newKC":496855} +Riyl Shade atk-str-def 213k XP/hr 53.3k 53.3k 53.3k 0 0 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade atk-str-def 213k XP/hr 53.3k 53.3k 53.3k 0 0 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade atk-str-def 213k XP/hr 53.3k 53.3k 53.3k 0 0 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade mage-def 213k XP/hr 0 0 80k 80k 0 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade mage-def 213k XP/hr 0 0 80k 80k 0 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade mage-def 213k XP/hr 0 0 80k 80k 0 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade mage 213k XP/hr 0 0 0 160k 0 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade mage 213k XP/hr 0 0 0 160k 0 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade mage 213k XP/hr 0 0 0 160k 0 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade range-def 213k XP/hr 0 0 80k 0 80k 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade range-def 213k XP/hr 0 0 80k 0 80k 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade range-def 213k XP/hr 0 0 80k 0 80k 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade range 213k XP/hr 0 0 0 0 160k 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade range 213k XP/hr 0 0 0 0 160k 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Riyl Shade range 213k XP/hr 0 0 0 0 160k 53.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194856,"quantity":290478,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":290478,"messages":["72620x bonus kills from Ori"],"newKC":290478} +Rockslug atk-str-def 134k XP/hr 26.8k 26.8k 26.8k 0 0 26.8k 26.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug atk-str-def 134k XP/hr 26.8k 26.8k 26.8k 0 0 26.8k 26.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug atk-str-def 134k XP/hr 26.8k 26.8k 26.8k 0 0 26.8k 26.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug mage-def 135k XP/hr 0 0 40.4k 40.4k 0 26.8k 27.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 140x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug mage-def 135k XP/hr 0 0 40.3k 40.3k 0 26.8k 27.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 134x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.** You received 1x Holiday Mystery Box for completing your task."],"newKC":10000} +Rockslug mage-def 136k XP/hr 0 0 40.4k 40.4k 0 26.9k 27.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 146x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug mage 136k XP/hr 0 0 0 81k 0 26.9k 28.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 156x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug mage 134k XP/hr 0 0 0 80.5k 0 26.8k 26.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 128x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug mage 133k XP/hr 0 0 0 80.4k 0 26.7k 26.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","You slayed 118x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug range-def 134k XP/hr 0 0 40.3k 0 40.3k 26.8k 27k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 130x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug range-def 135k XP/hr 0 0 40.3k 0 40.3k 26.8k 27.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug range-def 134k XP/hr 0 0 40.3k 0 40.3k 26.8k 27k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 130x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug range 135k XP/hr 0 0 0 0 80.8k 26.9k 27.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug range 136k XP/hr 0 0 0 0 81k 26.9k 28.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 156x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug range 135k XP/hr 0 0 0 0 80.8k 26.9k 27.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rooster atk-str-def 294k XP/hr 11.7k 11.7k 11.7k 0 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster atk-str-def 294k XP/hr 11.7k 11.7k 11.7k 0 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster atk-str-def 294k XP/hr 11.7k 11.7k 11.7k 0 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster mage-def 294k XP/hr 0 0 17.6k 17.6k 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster mage-def 294k XP/hr 0 0 17.6k 17.6k 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster mage-def 294k XP/hr 0 0 17.6k 17.6k 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster mage 294k XP/hr 0 0 0 35.1k 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster mage 294k XP/hr 0 0 0 35.1k 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster mage 294k XP/hr 0 0 0 35.1k 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster range-def 294k XP/hr 0 0 17.6k 0 17.6k 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster range-def 294k XP/hr 0 0 17.6k 0 17.6k 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster range-def 294k XP/hr 0 0 17.6k 0 17.6k 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster range 294k XP/hr 0 0 0 0 35.1k 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster range 294k XP/hr 0 0 0 0 35.1k 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rooster range 294k XP/hr 0 0 0 0 35.1k 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198600,"quantity":969914,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":969914,"messages":["242479x bonus kills from Ori","136.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":969914} +Rum-pumped crab atk-str-def 50k XP/hr 12.4k 12.4k 12.4k 0 0 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab atk-str-def 50k XP/hr 12.4k 12.4k 12.4k 0 0 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab atk-str-def 50k XP/hr 12.4k 12.4k 12.4k 0 0 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab mage-def 50k XP/hr 0 0 18.7k 18.7k 0 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab mage-def 50k XP/hr 0 0 18.7k 18.7k 0 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab mage-def 50k XP/hr 0 0 18.7k 18.7k 0 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab mage 50k XP/hr 0 0 0 37.3k 0 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab mage 50k XP/hr 0 0 0 37.3k 0 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab mage 50k XP/hr 0 0 0 37.3k 0 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab range-def 50k XP/hr 0 0 18.7k 0 18.7k 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab range-def 50k XP/hr 0 0 18.7k 0 18.7k 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab range-def 50k XP/hr 0 0 18.7k 0 18.7k 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab range 50k XP/hr 0 0 0 0 37.3k 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab range 50k XP/hr 0 0 0 0 37.3k 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rum-pumped crab range 50k XP/hr 0 0 0 0 37.3k 12.4k 0 24.0 Sharks/hr Loot/hr 24.0/hr Shark Cost/hr {"duration":2116789946,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 14.1k Shark"]} {"quantity":156862,"messages":["39216x bonus kills from Ori"],"newKC":156862} +Rune Dragon atk-str-def 704k XP/hr 70.8k 70.8k 70.8k 0 0 70.6k 58.4k 36.2 Sharks/hr Loot/hr 36.2/hr Shark Cost/hr {"duration":223675200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Rune Dragon atk-str-def 704k XP/hr 70.8k 70.8k 70.8k 0 0 70.6k 58.4k 36.2 Sharks/hr Loot/hr 36.2/hr Shark Cost/hr {"duration":223675200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Rune Dragon atk-str-def 704k XP/hr 70.8k 70.8k 70.8k 0 0 70.6k 58.4k 36.2 Sharks/hr Loot/hr 36.2/hr Shark Cost/hr {"duration":223675200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Rune Dragon mage-def 598k XP/hr 0 0 90.3k 90.3k 0 60k 49.7k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":263149600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Rune Dragon mage-def 598k XP/hr 0 0 90.3k 90.3k 0 60k 49.7k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":263149600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Rune Dragon mage-def 598k XP/hr 0 0 90.3k 90.3k 0 60k 49.7k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":263149600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Rune Dragon mage 598k XP/hr 0 0 0 180.6k 0 60k 49.7k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":263149600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Rune Dragon mage 598k XP/hr 0 0 0 180.6k 0 60k 49.7k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":263149600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Rune Dragon mage 598k XP/hr 0 0 0 180.6k 0 60k 49.7k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":263149600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Equippable mystery box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Rune Dragon range-def 598k XP/hr 0 0 90.3k 0 90.3k 60k 49.7k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":263149600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Rune Dragon range-def 598k XP/hr 0 0 90.3k 0 90.3k 60k 49.7k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":263149600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Rune Dragon range-def 598k XP/hr 0 0 90.3k 0 90.3k 60k 49.7k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":263149600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Rune Dragon range 598k XP/hr 0 0 0 0 180.6k 60k 49.7k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":263149600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Rune Dragon range 598k XP/hr 0 0 0 0 180.6k 60k 49.7k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":263149600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Rune Dragon range 598k XP/hr 0 0 0 0 180.6k 60k 49.7k 30.8 Sharks/hr Loot/hr 30.8/hr Shark Cost/hr {"duration":263149600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Sarachnis atk-str-def 571k XP/hr 76.5k 76.5k 76.5k 0 0 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","14.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 403, Pious: 504, Sharp: 101, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 105 clues (Removed Metallic: 261, Treasured: 1,042,5% less materials for mastery)"],"newKC":10000} +Sarachnis atk-str-def 569k XP/hr 76.5k 76.5k 76.5k 0 0 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","14.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 399, Pious: 499, Sharp: 100, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 129 clues (Removed Metallic: 314, Treasured: 1,254,5% less materials for mastery)"],"newKC":10000} +Sarachnis atk-str-def 567k XP/hr 76.5k 76.5k 76.5k 0 0 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","13.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 396, Pious: 494, Sharp: 99, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 124 clues (Removed Metallic: 303, Treasured: 1,209,5% less materials for mastery)"],"newKC":10000} +Sarachnis mage-def 564k XP/hr 0 0 114.7k 114.7k 0 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","13.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 388, Pious: 485, Sharp: 97, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 100 clues (Removed Metallic: 246, Treasured: 981,5% less materials for mastery)"],"newKC":10000} +Sarachnis mage-def 573k XP/hr 0 0 114.7k 114.7k 0 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","14.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 407, Pious: 509, Sharp: 102, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 127 clues (Removed Metallic: 314, Treasured: 1,254,5% less materials for mastery)"],"newKC":10000} +Sarachnis mage-def 572k XP/hr 0 0 114.7k 114.7k 0 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","14.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 403, Pious: 504, Sharp: 101, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 129 clues (Removed Metallic: 318, Treasured: 1,270,5% less materials for mastery)"],"newKC":10000} +Sarachnis mage 579k XP/hr 0 0 0 229.4k 0 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","14.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 418, Pious: 523, Sharp: 105, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 114 clues (Removed Metallic: 280, Treasured: 1,118,5% less materials for mastery)"],"newKC":10000} +Sarachnis mage 566k XP/hr 0 0 0 229.4k 0 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","13.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 396, Pious: 494, Sharp: 99, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 108 clues (Removed Metallic: 263, Treasured: 1,049,5% less materials for mastery)"],"newKC":10000} +Sarachnis mage 561k XP/hr 0 0 0 229.4k 0 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","13.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 384, Pious: 480, Sharp: 96, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 143 clues (Removed Metallic: 358, Treasured: 1,429,5% less materials for mastery)"],"newKC":10000} +Sarachnis range-def 578k XP/hr 0 0 114.7k 0 114.7k 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","14.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 418, Pious: 523, Sharp: 105, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 124 clues (Removed Metallic: 306, Treasured: 1,224,5% less materials for mastery)"],"newKC":10000} +Sarachnis range-def 554k XP/hr 0 0 114.7k 0 114.7k 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","13.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 369, Pious: 461, Sharp: 93, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 117 clues (Removed Metallic: 295, Treasured: 1,178,5% less materials for mastery)"],"newKC":10000} +Sarachnis range-def 569k XP/hr 0 0 114.7k 0 114.7k 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","14m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 399, Pious: 499, Sharp: 100, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 105 clues (Removed Metallic: 261, Treasured: 1,042,5% less materials for mastery)"],"newKC":10000} +Sarachnis range 569k XP/hr 0 0 0 0 229.4k 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","14.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 399, Pious: 499, Sharp: 100, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 108 clues (Removed Metallic: 268, Treasured: 1,072,5% less materials for mastery)"],"newKC":10000} +Sarachnis range 566k XP/hr 0 0 0 0 229.4k 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","13.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 392, Pious: 490, Sharp: 98, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 97 clues (Removed Metallic: 238, Treasured: 950,5% less materials for mastery)"],"newKC":10000} +Sarachnis range 570k XP/hr 0 0 0 0 229.4k 76.3k 61.7k 51.6 Sharks/hr Loot/hr 51.6/hr Shark Cost/hr {"duration":251105400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","14.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 403, Pious: 504, Sharp: 101, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,327, Organic: 3,316, Plated: 1,990,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 107 clues (Removed Metallic: 257, Treasured: 1,026,5% less materials for mastery)"],"newKC":10000} +Scarab Mage atk-str-def 909k XP/hr 132.2k 132.2k 132.2k 0 0 131.8k 101.5k 91.2 Sharks/hr Loot/hr 3673.5/hr Cannonball,91.2/hr Shark Cost/hr {"duration":18159400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 18.5k Cannonball, 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage atk-str-def 409k XP/hr 59.5k 59.5k 59.5k 0 0 59.3k 45.7k 41.0 Sharks/hr Loot/hr 41.0/hr Shark Cost/hr {"duration":40356400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage atk-str-def 409k XP/hr 59.5k 59.5k 59.5k 0 0 59.3k 45.7k 41.0 Sharks/hr Loot/hr 41.0/hr Shark Cost/hr {"duration":40356400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage mage-def 909k XP/hr 0 0 198.2k 198.2k 0 131.8k 101.5k 91.2 Sharks/hr Loot/hr 3673.5/hr Cannonball,91.2/hr Shark Cost/hr {"duration":18159400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 18.5k Cannonball, 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage mage-def 409k XP/hr 0 0 89.2k 89.2k 0 59.3k 45.7k 41.0 Sharks/hr Loot/hr 41.0/hr Shark Cost/hr {"duration":40356400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage mage-def 409k XP/hr 0 0 89.2k 89.2k 0 59.3k 45.7k 41.0 Sharks/hr Loot/hr 41.0/hr Shark Cost/hr {"duration":40356400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage mage 909k XP/hr 0 0 0 396.5k 0 131.8k 101.5k 91.2 Sharks/hr Loot/hr 3673.5/hr Cannonball,91.2/hr Shark Cost/hr {"duration":18159400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 18.5k Cannonball, 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage mage 409k XP/hr 0 0 0 178.4k 0 59.3k 45.7k 41.0 Sharks/hr Loot/hr 41.0/hr Shark Cost/hr {"duration":40356400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage mage 409k XP/hr 0 0 0 178.4k 0 59.3k 45.7k 41.0 Sharks/hr Loot/hr 41.0/hr Shark Cost/hr {"duration":40356400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage range-def 909k XP/hr 0 0 198.2k 0 198.2k 131.8k 101.5k 91.2 Sharks/hr Loot/hr 3673.5/hr Cannonball,91.2/hr Shark Cost/hr {"duration":18159400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 18.5k Cannonball, 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage range-def 409k XP/hr 0 0 89.2k 0 89.2k 59.3k 45.7k 41.0 Sharks/hr Loot/hr 41.0/hr Shark Cost/hr {"duration":40356400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage range-def 409k XP/hr 0 0 89.2k 0 89.2k 59.3k 45.7k 41.0 Sharks/hr Loot/hr 41.0/hr Shark Cost/hr {"duration":40356400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage range 909k XP/hr 0 0 0 0 396.5k 131.8k 101.5k 91.2 Sharks/hr Loot/hr 3673.5/hr Cannonball,91.2/hr Shark Cost/hr {"duration":18159400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","2% for Shark","Removing items: 18.5k Cannonball, 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage range 409k XP/hr 0 0 0 0 178.4k 59.3k 45.7k 41.0 Sharks/hr Loot/hr 41.0/hr Shark Cost/hr {"duration":40356400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scarab Mage range 409k XP/hr 0 0 0 0 178.4k 59.3k 45.7k 41.0 Sharks/hr Loot/hr 41.0/hr Shark Cost/hr {"duration":40356400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 460x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Scorpia atk-str-def 374k XP/hr 78.8k 78.8k 78.8k 0 0 78.6k 59.1k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":15},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.62% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9971,"messages":["You missed out on 29x kills because of pk encounters","2493x bonus kills from Ori","You killed 9971x of your 10000 remaining kills, you now have 29 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":9971} +Scorpia atk-str-def 374k XP/hr 78.8k 78.8k 78.8k 0 0 78.6k 59.1k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":17},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9968,"messages":["You missed out on 32x kills because of pk encounters","2492x bonus kills from Ori","You killed 9968x of your 10000 remaining kills, you now have 32 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9968} +Scorpia atk-str-def 374k XP/hr 78.8k 78.8k 78.8k 0 0 78.6k 59.1k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9964,"messages":["You missed out on 36x kills because of pk encounters","2491x bonus kills from Ori","You killed 9964x of your 10000 remaining kills, you now have 36 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":9964} +Scorpia mage-def 374k XP/hr 0 0 118.3k 118.3k 0 78.7k 59.2k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.58% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9979,"messages":["You missed out on 21x kills because of pk encounters","2495x bonus kills from Ori","You killed 9979x of your 10000 remaining kills, you now have 21 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":9979} +Scorpia mage-def 374k XP/hr 0 0 118.2k 118.2k 0 78.6k 59.1k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":14},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9973,"messages":["You missed out on 27x kills because of pk encounters","2494x bonus kills from Ori","You killed 9973x of your 10000 remaining kills, you now have 27 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":9973} +Scorpia mage-def 374k XP/hr 0 0 118.2k 118.2k 0 78.6k 59.1k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.70% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9966,"messages":["You missed out on 34x kills because of pk encounters","2492x bonus kills from Ori","You killed 9966x of your 10000 remaining kills, you now have 34 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":9966} +Scorpia mage 374k XP/hr 0 0 0 236.4k 0 78.6k 59.1k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.68% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9970,"messages":["You missed out on 30x kills because of pk encounters","2493x bonus kills from Ori","You killed 9970x of your 10000 remaining kills, you now have 30 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9970} +Scorpia mage 374k XP/hr 0 0 0 236.2k 0 78.5k 59k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":21},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.67% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9960,"messages":["You missed out on 40x kills because of pk encounters","2490x bonus kills from Ori","You killed 9960x of your 10000 remaining kills, you now have 40 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9960} +Scorpia mage 373k XP/hr 0 0 0 236k 0 78.5k 59k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":25},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9952,"messages":["You missed out on 48x kills because of pk encounters","2488x bonus kills from Ori","You killed 9952x of your 10000 remaining kills, you now have 48 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9952} +Scorpia range-def 374k XP/hr 0 0 118.2k 0 118.2k 78.6k 59.1k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.50% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9966,"messages":["You missed out on 34x kills because of pk encounters","2492x bonus kills from Ori","You killed 9966x of your 10000 remaining kills, you now have 34 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":9966} +Scorpia range-def 374k XP/hr 0 0 118.1k 0 118.1k 78.6k 59.1k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.51% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9964,"messages":["You missed out on 36x kills because of pk encounters","2491x bonus kills from Ori","You killed 9964x of your 10000 remaining kills, you now have 36 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":9964} +Scorpia range-def 374k XP/hr 0 0 118k 0 118k 78.5k 59k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":24},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9954,"messages":["You missed out on 46x kills because of pk encounters","2489x bonus kills from Ori","You killed 9954x of your 10000 remaining kills, you now have 46 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":9954} +Scorpia range 374k XP/hr 0 0 0 0 236.3k 78.6k 59.1k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.58% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9964,"messages":["You missed out on 36x kills because of pk encounters","2491x bonus kills from Ori","You killed 9964x of your 10000 remaining kills, you now have 36 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":9964} +Scorpia range 374k XP/hr 0 0 0 0 236.1k 78.5k 59k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":22},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9958,"messages":["You missed out on 42x kills because of pk encounters","2490x bonus kills from Ori","You killed 9958x of your 10000 remaining kills, you now have 42 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":9958} +Scorpia range 373k XP/hr 0 0 0 0 236k 78.5k 59k 338.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,338.6/hr Shark Cost/hr {"duration":157887800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":25},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (7% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.4k Hellfire arrow, 14.9k Shark"]} {"quantity":9952,"messages":["You missed out on 48x kills because of pk encounters","2488x bonus kills from Ori","You killed 9952x of your 10000 remaining kills, you now have 48 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":9952} +Scorpion atk-str-def 597k XP/hr 125.8k 125.8k 125.8k 0 0 125.5k 94.3k 790.7 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,790.7/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 49 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Scorpion atk-str-def 418k XP/hr 88.1k 88.1k 88.1k 0 0 87.9k 66.1k 553.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,553.9/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 51 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Scorpion atk-str-def 418k XP/hr 88.1k 88.1k 88.1k 0 0 87.9k 66.1k 553.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,553.9/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 56 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Scorpion atk-str-def 199k XP/hr 41.9k 41.9k 41.9k 0 0 41.8k 31.5k 263.7 Sharks/hr Loot/hr 1224.6/hr Cannonball,263.7/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Scorpion atk-str-def 139k XP/hr 29.4k 29.4k 29.4k 0 0 29.3k 22k 184.6 Sharks/hr Loot/hr 184.6/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 49 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Scorpion atk-str-def 139k XP/hr 29.4k 29.4k 29.4k 0 0 29.3k 22k 184.6 Sharks/hr Loot/hr 184.6/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 45 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Scorpion mage-def 597k XP/hr 0 0 188.7k 188.7k 0 125.5k 94.3k 790.7 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,790.7/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Scorpion mage-def 418k XP/hr 0 0 132.2k 132.2k 0 87.9k 66.1k 553.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,553.9/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 49 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Scorpion mage-def 418k XP/hr 0 0 132.2k 132.2k 0 87.9k 66.1k 553.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,553.9/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 46 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Scorpion mage-def 199k XP/hr 0 0 62.9k 62.9k 0 41.8k 31.5k 263.7 Sharks/hr Loot/hr 1224.6/hr Cannonball,263.7/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Scorpion mage-def 139k XP/hr 0 0 44.1k 44.1k 0 29.3k 22k 184.6 Sharks/hr Loot/hr 184.6/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 49 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Scorpion mage-def 139k XP/hr 0 0 44.1k 44.1k 0 29.3k 22k 184.6 Sharks/hr Loot/hr 184.6/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 47 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Scorpion mage 597k XP/hr 0 0 0 377.3k 0 125.5k 94.3k 790.7 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,790.7/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 45 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Scorpion mage 418k XP/hr 0 0 0 264.3k 0 87.9k 66.1k 553.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,553.9/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 60 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Scorpion mage 418k XP/hr 0 0 0 264.3k 0 87.9k 66.1k 553.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,553.9/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 45 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Scorpion mage 199k XP/hr 0 0 0 125.8k 0 41.8k 31.5k 263.7 Sharks/hr Loot/hr 1224.6/hr Cannonball,263.7/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Scorpion mage 139k XP/hr 0 0 0 88.1k 0 29.3k 22k 184.6 Sharks/hr Loot/hr 184.6/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Scorpion mage 139k XP/hr 0 0 0 88.1k 0 29.3k 22k 184.6 Sharks/hr Loot/hr 184.6/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Scorpion range-def 597k XP/hr 0 0 188.7k 0 188.7k 125.5k 94.3k 790.7 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,790.7/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Scorpion range-def 418k XP/hr 0 0 132.2k 0 132.2k 87.9k 66.1k 553.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,553.9/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 47 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Scorpion range-def 418k XP/hr 0 0 132.2k 0 132.2k 87.9k 66.1k 553.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,553.9/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 53 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Scorpion range-def 199k XP/hr 0 0 62.9k 0 62.9k 41.8k 31.5k 263.7 Sharks/hr Loot/hr 1224.6/hr Cannonball,263.7/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Scorpion range-def 139k XP/hr 0 0 44.1k 0 44.1k 29.3k 22k 184.6 Sharks/hr Loot/hr 184.6/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 52 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Scorpion range-def 139k XP/hr 0 0 44.1k 0 44.1k 29.3k 22k 184.6 Sharks/hr Loot/hr 184.6/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Scorpion range 597k XP/hr 0 0 0 0 377.3k 125.5k 94.3k 790.7 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,790.7/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 56 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Scorpion range 418k XP/hr 0 0 0 0 264.3k 87.9k 66.1k 553.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,553.9/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Scorpion range 418k XP/hr 0 0 0 0 264.3k 87.9k 66.1k 553.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,553.9/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (2% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 59 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Scorpion range 199k XP/hr 0 0 0 0 125.8k 41.8k 31.5k 263.7 Sharks/hr Loot/hr 1224.6/hr Cannonball,263.7/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 61 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Scorpion range 139k XP/hr 0 0 0 0 88.1k 29.3k 22k 184.6 Sharks/hr Loot/hr 184.6/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 57 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Scorpion range 139k XP/hr 0 0 0 0 88.1k 29.3k 22k 184.6 Sharks/hr Loot/hr 184.6/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 62 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Scurrius atk-str-def 409k XP/hr 90.8k 90.8k 90.8k 0 0 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 817 clues (Removed Metallic: 1,397, Treasured: 5,586,5% less materials for mastery)"],"newKC":54465} +Scurrius atk-str-def 409k XP/hr 90.8k 90.8k 90.8k 0 0 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 769 clues (Removed Metallic: 1,315, Treasured: 5,260,5% less materials for mastery)"],"newKC":54465} +Scurrius atk-str-def 409k XP/hr 90.8k 90.8k 90.8k 0 0 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 840 clues (Removed Metallic: 1,437, Treasured: 5,746,5% less materials for mastery)"],"newKC":54465} +Scurrius mage-def 409k XP/hr 0 0 136.2k 136.2k 0 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 850 clues (Removed Metallic: 1,454, Treasured: 5,814,5% less materials for mastery)"],"newKC":54465} +Scurrius mage-def 409k XP/hr 0 0 136.2k 136.2k 0 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 834 clues (Removed Metallic: 1,425, Treasured: 5,700,5% less materials for mastery)"],"newKC":54465} +Scurrius mage-def 409k XP/hr 0 0 136.2k 136.2k 0 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 764 clues (Removed Metallic: 1,306, Treasured: 5,222,5% less materials for mastery)"],"newKC":54465} +Scurrius mage 409k XP/hr 0 0 0 272.3k 0 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 816 clues (Removed Metallic: 1,395, Treasured: 5,579,5% less materials for mastery)"],"newKC":54465} +Scurrius mage 409k XP/hr 0 0 0 272.3k 0 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 815 clues (Removed Metallic: 1,393, Treasured: 5,571,5% less materials for mastery)"],"newKC":54465} +Scurrius mage 409k XP/hr 0 0 0 272.3k 0 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 824 clues (Removed Metallic: 1,408, Treasured: 5,632,5% less materials for mastery)"],"newKC":54465} +Scurrius range-def 409k XP/hr 0 0 136.2k 0 136.2k 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 844 clues (Removed Metallic: 1,443, Treasured: 5,769,5% less materials for mastery)"],"newKC":54465} +Scurrius range-def 409k XP/hr 0 0 136.2k 0 136.2k 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 857 clues (Removed Metallic: 1,465, Treasured: 5,860,5% less materials for mastery)"],"newKC":54465} +Scurrius range-def 409k XP/hr 0 0 136.2k 0 136.2k 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 795 clues (Removed Metallic: 1,359, Treasured: 5,434,5% less materials for mastery)"],"newKC":54465} +Scurrius range 409k XP/hr 0 0 0 0 272.3k 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 840 clues (Removed Metallic: 1,437, Treasured: 5,746,5% less materials for mastery)"],"newKC":54465} +Scurrius range 409k XP/hr 0 0 0 0 272.3k 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 844 clues (Removed Metallic: 1,443, Treasured: 5,769,5% less materials for mastery)"],"newKC":54465} +Scurrius range 409k XP/hr 0 0 0 0 272.3k 90.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987175133,"quantity":54465,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","4% for Infernal cape","10% for Gorajan archer gear","8% for no food"]} {"quantity":54465,"messages":["13617x bonus kills from Ori","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 726, Pious: 908, Sharp: 182, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 776 clues (Removed Metallic: 1,327, Treasured: 5,305,5% less materials for mastery)"],"newKC":54465} +Sea Snake Hatchling atk-str-def 333k XP/hr 48.6k 48.6k 48.6k 0 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling atk-str-def 333k XP/hr 48.6k 48.6k 48.6k 0 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling atk-str-def 333k XP/hr 48.6k 48.6k 48.6k 0 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling mage-def 333k XP/hr 0 0 72.9k 72.9k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling mage-def 333k XP/hr 0 0 72.9k 72.9k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling mage-def 333k XP/hr 0 0 72.9k 72.9k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling mage 333k XP/hr 0 0 0 145.7k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling mage 333k XP/hr 0 0 0 145.7k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling mage 333k XP/hr 0 0 0 145.7k 0 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling range-def 333k XP/hr 0 0 72.9k 0 72.9k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling range-def 333k XP/hr 0 0 72.9k 0 72.9k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling range-def 333k XP/hr 0 0 72.9k 0 72.9k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 67, Treasured: 266,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling range 333k XP/hr 0 0 0 0 145.7k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling range 333k XP/hr 0 0 0 0 145.7k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Sea Snake Hatchling range 333k XP/hr 0 0 0 0 145.7k 48.4k 36.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":49413200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Sea Snake Young atk-str-def 374k XP/hr 46k 46k 46k 0 0 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 647 clues (Removed Metallic: 1,106, Treasured: 4,424,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young atk-str-def 374k XP/hr 46k 46k 46k 0 0 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 690 clues (Removed Metallic: 1,180, Treasured: 4,720,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young atk-str-def 374k XP/hr 46k 46k 46k 0 0 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 679 clues (Removed Metallic: 1,161, Treasured: 4,644,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young mage-def 374k XP/hr 0 0 69k 69k 0 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 651 clues (Removed Metallic: 1,112, Treasured: 4,446,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young mage-def 374k XP/hr 0 0 69k 69k 0 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 651 clues (Removed Metallic: 1,112, Treasured: 4,446,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young mage-def 374k XP/hr 0 0 69k 69k 0 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 647 clues (Removed Metallic: 1,106, Treasured: 4,424,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young mage 374k XP/hr 0 0 0 138k 0 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 626 clues (Removed Metallic: 1,070, Treasured: 4,279,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young mage 374k XP/hr 0 0 0 138k 0 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 650 clues (Removed Metallic: 1,112, Treasured: 4,446,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young mage 374k XP/hr 0 0 0 138k 0 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 672 clues (Removed Metallic: 1,148, Treasured: 4,591,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young range-def 374k XP/hr 0 0 69k 0 69k 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 565 clues (Removed Metallic: 966, Treasured: 3,861,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young range-def 374k XP/hr 0 0 69k 0 69k 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 715 clues (Removed Metallic: 1,222, Treasured: 4,887,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young range-def 374k XP/hr 0 0 69k 0 69k 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 685 clues (Removed Metallic: 1,171, Treasured: 4,682,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young range 374k XP/hr 0 0 0 0 138k 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 695 clues (Removed Metallic: 1,188, Treasured: 4,750,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young range 374k XP/hr 0 0 0 0 138k 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 672 clues (Removed Metallic: 1,148, Treasured: 4,591,5% less materials for mastery)"],"newKC":224089} +Sea Snake Young range 374k XP/hr 0 0 0 0 138k 45.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori","105m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,980, Pious: 3,724, Sharp: 745, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 685 clues (Removed Metallic: 1,171, Treasured: 4,682,5% less materials for mastery)"],"newKC":224089} +Seagull atk-str-def 594k XP/hr 27.5k 27.5k 27.5k 0 0 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull atk-str-def 594k XP/hr 27.5k 27.5k 27.5k 0 0 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull atk-str-def 594k XP/hr 27.5k 27.5k 27.5k 0 0 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull mage-def 594k XP/hr 0 0 41.3k 41.3k 0 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull mage-def 594k XP/hr 0 0 41.3k 41.3k 0 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull mage-def 594k XP/hr 0 0 41.3k 41.3k 0 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull mage 594k XP/hr 0 0 0 82.6k 0 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull mage 594k XP/hr 0 0 0 82.6k 0 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull mage 594k XP/hr 0 0 0 82.6k 0 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull range-def 594k XP/hr 0 0 41.3k 0 41.3k 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull range-def 594k XP/hr 0 0 41.3k 0 41.3k 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull range-def 594k XP/hr 0 0 41.3k 0 41.3k 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull range 594k XP/hr 0 0 0 0 82.6k 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull range 594k XP/hr 0 0 0 0 82.6k 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Seagull range 594k XP/hr 0 0 0 0 82.6k 27.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199846,"quantity":1899736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1899736,"messages":["474934x bonus kills from Ori","267.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":1899736} +Shade atk-str-def 236k XP/hr 49.7k 49.7k 49.7k 0 0 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade atk-str-def 236k XP/hr 49.7k 49.7k 49.7k 0 0 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade atk-str-def 236k XP/hr 49.7k 49.7k 49.7k 0 0 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade mage-def 236k XP/hr 0 0 74.5k 74.5k 0 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade mage-def 236k XP/hr 0 0 74.5k 74.5k 0 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade mage-def 236k XP/hr 0 0 74.5k 74.5k 0 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade mage 236k XP/hr 0 0 0 149k 0 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade mage 236k XP/hr 0 0 0 149k 0 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade mage 236k XP/hr 0 0 0 149k 0 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade range-def 236k XP/hr 0 0 74.5k 0 74.5k 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade range-def 236k XP/hr 0 0 74.5k 0 74.5k 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade range-def 236k XP/hr 0 0 74.5k 0 74.5k 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade range 236k XP/hr 0 0 0 0 149k 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade range 236k XP/hr 0 0 0 0 149k 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade range 236k XP/hr 0 0 0 0 149k 49.5k 37.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":111172800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shadow spider atk-str-def 224k XP/hr 56k 56k 56k 0 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1636 clues (Removed Metallic: 931, Treasured: 3,724,5% less materials for mastery)"],"newKC":421792} +Shadow spider atk-str-def 224k XP/hr 56k 56k 56k 0 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1673 clues (Removed Metallic: 952, Treasured: 3,808,5% less materials for mastery)"],"newKC":421792} +Shadow spider atk-str-def 224k XP/hr 56k 56k 56k 0 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1668 clues (Removed Metallic: 950, Treasured: 3,800,5% less materials for mastery)"],"newKC":421792} +Shadow spider mage-def 224k XP/hr 0 0 84.1k 84.1k 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1556 clues (Removed Metallic: 886, Treasured: 3,542,5% less materials for mastery)"],"newKC":421792} +Shadow spider mage-def 224k XP/hr 0 0 84.1k 84.1k 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1580 clues (Removed Metallic: 901, Treasured: 3,603,5% less materials for mastery)"],"newKC":421792} +Shadow spider mage-def 224k XP/hr 0 0 84.1k 84.1k 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1702 clues (Removed Metallic: 969, Treasured: 3,876,5% less materials for mastery)"],"newKC":421792} +Shadow spider mage 224k XP/hr 0 0 0 168.1k 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1626 clues (Removed Metallic: 926, Treasured: 3,702,5% less materials for mastery)"],"newKC":421792} +Shadow spider mage 224k XP/hr 0 0 0 168.1k 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1654 clues (Removed Metallic: 943, Treasured: 3,770,5% less materials for mastery)"],"newKC":421792} +Shadow spider mage 224k XP/hr 0 0 0 168.1k 0 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1603 clues (Removed Metallic: 912, Treasured: 3,648,5% less materials for mastery)"],"newKC":421792} +Shadow spider range-def 224k XP/hr 0 0 84.1k 0 84.1k 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1616 clues (Removed Metallic: 920, Treasured: 3,679,5% less materials for mastery)"],"newKC":421792} +Shadow spider range-def 224k XP/hr 0 0 84.1k 0 84.1k 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1655 clues (Removed Metallic: 943, Treasured: 3,770,5% less materials for mastery)"],"newKC":421792} +Shadow spider range-def 224k XP/hr 0 0 84.1k 0 84.1k 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1637 clues (Removed Metallic: 933, Treasured: 3,732,5% less materials for mastery)"],"newKC":421792} +Shadow spider range 224k XP/hr 0 0 0 0 168.1k 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1598 clues (Removed Metallic: 911, Treasured: 3,641,5% less materials for mastery)"],"newKC":421792} +Shadow spider range 224k XP/hr 0 0 0 0 168.1k 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1629 clues (Removed Metallic: 928, Treasured: 3,709,5% less materials for mastery)"],"newKC":421792} +Shadow spider range 224k XP/hr 0 0 0 0 168.1k 55.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197086,"quantity":421792,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3% for Spectral spirit shield","10% for Gorajan archer gear","8% for no food"]} {"quantity":421792,"messages":["105448x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1629 clues (Removed Metallic: 928, Treasured: 3,709,5% less materials for mastery)"],"newKC":421792} +Shadow warrior atk-str-def 247k XP/hr 52.1k 52.1k 52.1k 0 0 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior atk-str-def 247k XP/hr 52.1k 52.1k 52.1k 0 0 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior atk-str-def 247k XP/hr 52.1k 52.1k 52.1k 0 0 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior mage-def 247k XP/hr 0 0 78.1k 78.1k 0 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior mage-def 247k XP/hr 0 0 78.1k 78.1k 0 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Shadow warrior mage-def 247k XP/hr 0 0 78.1k 78.1k 0 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior mage 247k XP/hr 0 0 0 156.2k 0 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior mage 247k XP/hr 0 0 0 156.2k 0 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior mage 247k XP/hr 0 0 0 156.2k 0 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior range-def 247k XP/hr 0 0 78.1k 0 78.1k 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior range-def 247k XP/hr 0 0 78.1k 0 78.1k 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior range-def 247k XP/hr 0 0 78.1k 0 78.1k 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior range 247k XP/hr 0 0 0 0 156.2k 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior range 247k XP/hr 0 0 0 0 156.2k 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior range 247k XP/hr 0 0 0 0 156.2k 51.9k 39.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern atk-str-def 676k XP/hr 51.1k 51.1k 51.1k 0 0 51k 40.2k 25.9 Sharks/hr Loot/hr 25.9/hr Shark Cost/hr {"duration":187885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Skeletal Wyvern atk-str-def 676k XP/hr 51.1k 51.1k 51.1k 0 0 51k 40.2k 25.9 Sharks/hr Loot/hr 25.9/hr Shark Cost/hr {"duration":187885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Skeletal Wyvern atk-str-def 676k XP/hr 51.1k 51.1k 51.1k 0 0 51k 40.2k 25.9 Sharks/hr Loot/hr 25.9/hr Shark Cost/hr {"duration":187885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Skeletal Wyvern mage-def 574k XP/hr 0 0 65.1k 65.1k 0 43.3k 34.2k 22.0 Sharks/hr Loot/hr 22.0/hr Shark Cost/hr {"duration":221048800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Skeletal Wyvern mage-def 574k XP/hr 0 0 65.1k 65.1k 0 43.3k 34.2k 22.0 Sharks/hr Loot/hr 22.0/hr Shark Cost/hr {"duration":221048800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Skeletal Wyvern mage-def 574k XP/hr 0 0 65.1k 65.1k 0 43.3k 34.2k 22.0 Sharks/hr Loot/hr 22.0/hr Shark Cost/hr {"duration":221048800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Skeletal Wyvern mage 574k XP/hr 0 0 0 130.3k 0 43.3k 34.2k 22.0 Sharks/hr Loot/hr 22.0/hr Shark Cost/hr {"duration":221048800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":10000} +Skeletal Wyvern mage 574k XP/hr 0 0 0 130.3k 0 43.3k 34.2k 22.0 Sharks/hr Loot/hr 22.0/hr Shark Cost/hr {"duration":221048800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Skeletal Wyvern mage 574k XP/hr 0 0 0 130.3k 0 43.3k 34.2k 22.0 Sharks/hr Loot/hr 22.0/hr Shark Cost/hr {"duration":221048800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Skeletal Wyvern range-def 574k XP/hr 0 0 65.1k 0 65.1k 43.3k 34.2k 22.0 Sharks/hr Loot/hr 22.0/hr Shark Cost/hr {"duration":221048800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Skeletal Wyvern range-def 574k XP/hr 0 0 65.1k 0 65.1k 43.3k 34.2k 22.0 Sharks/hr Loot/hr 22.0/hr Shark Cost/hr {"duration":221048800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 4 clues (Removed Metallic: 12, Treasured: 46,5% less materials for mastery)"],"newKC":10000} +Skeletal Wyvern range-def 574k XP/hr 0 0 65.1k 0 65.1k 43.3k 34.2k 22.0 Sharks/hr Loot/hr 22.0/hr Shark Cost/hr {"duration":221048800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Skeletal Wyvern range 574k XP/hr 0 0 0 0 130.3k 43.3k 34.2k 22.0 Sharks/hr Loot/hr 22.0/hr Shark Cost/hr {"duration":221048800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Skeletal Wyvern range 574k XP/hr 0 0 0 0 130.3k 43.3k 34.2k 22.0 Sharks/hr Loot/hr 22.0/hr Shark Cost/hr {"duration":221048800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Skeletal Wyvern range 574k XP/hr 0 0 0 0 130.3k 43.3k 34.2k 22.0 Sharks/hr Loot/hr 22.0/hr Shark Cost/hr {"duration":221048800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Skeleton fremennik atk-str-def 328k XP/hr 49.4k 49.4k 49.4k 0 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik atk-str-def 328k XP/hr 49.4k 49.4k 49.4k 0 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik atk-str-def 328k XP/hr 49.4k 49.4k 49.4k 0 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik mage-def 328k XP/hr 0 0 74.1k 74.1k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik mage-def 328k XP/hr 0 0 74.1k 74.1k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik mage-def 328k XP/hr 0 0 74.1k 74.1k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik mage 328k XP/hr 0 0 0 148.3k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik mage 328k XP/hr 0 0 0 148.3k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik mage 328k XP/hr 0 0 0 148.3k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik range-def 328k XP/hr 0 0 74.1k 0 74.1k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik range-def 328k XP/hr 0 0 74.1k 0 74.1k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik range-def 328k XP/hr 0 0 74.1k 0 74.1k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik range 328k XP/hr 0 0 0 0 148.3k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik range 328k XP/hr 0 0 0 0 148.3k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton fremennik range 328k XP/hr 0 0 0 0 148.3k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197178,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","71.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,041, Pious: 2,551, Sharp: 511, 5% less materials for mastery)"],"newKC":511484} +Skeleton Mage atk-str-def 428k XP/hr 92.8k 92.8k 92.8k 0 0 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 954, Pious: 1,193, Sharp: 239, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1555 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage atk-str-def 429k XP/hr 92.8k 92.8k 92.8k 0 0 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","34m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 966, Pious: 1,207, Sharp: 242, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1503 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage atk-str-def 428k XP/hr 92.8k 92.8k 92.8k 0 0 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 958, Pious: 1,197, Sharp: 240, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1444 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage mage-def 428k XP/hr 0 0 139.2k 139.2k 0 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 954, Pious: 1,193, Sharp: 239, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1504 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage mage-def 428k XP/hr 0 0 139.2k 139.2k 0 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 950, Pious: 1,188, Sharp: 238, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1513 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage mage-def 428k XP/hr 0 0 139.2k 139.2k 0 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 954, Pious: 1,193, Sharp: 239, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1474 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage mage 428k XP/hr 0 0 0 278.4k 0 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 962, Pious: 1,202, Sharp: 241, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1510 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage mage 428k XP/hr 0 0 0 278.4k 0 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 958, Pious: 1,197, Sharp: 240, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1516 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage mage 428k XP/hr 0 0 0 278.4k 0 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 958, Pious: 1,197, Sharp: 240, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1468 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage range-def 429k XP/hr 0 0 139.2k 0 139.2k 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 962, Pious: 1,202, Sharp: 241, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1536 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage range-def 429k XP/hr 0 0 139.2k 0 139.2k 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 962, Pious: 1,202, Sharp: 241, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1526 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage range-def 428k XP/hr 0 0 139.2k 0 139.2k 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 954, Pious: 1,193, Sharp: 239, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1413 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage range 428k XP/hr 0 0 0 0 278.4k 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 954, Pious: 1,193, Sharp: 239, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1555 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage range 428k XP/hr 0 0 0 0 278.4k 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 950, Pious: 1,188, Sharp: 238, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1490 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton Mage range 429k XP/hr 0 0 0 0 278.4k 92.6k 0 40.0 Sharks/hr Loot/hr 40.0/hr Shark Cost/hr {"duration":2116796994,"quantity":511484,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 23.5k Shark"]} {"quantity":511484,"messages":["127871x bonus kills from Ori","33.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 962, Pious: 1,202, Sharp: 241, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1544 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":511484} +Skeleton atk-str-def 1.8m XP/hr 214.6k 214.6k 214.6k 0 0 214k 160.9k 1054.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1054.3/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 61 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Skeleton atk-str-def 1.3m XP/hr 150.3k 150.3k 150.3k 0 0 149.9k 112.7k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 49 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Skeleton atk-str-def 1.3m XP/hr 150.3k 150.3k 150.3k 0 0 149.9k 112.7k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Skeleton atk-str-def 600k XP/hr 71.6k 71.6k 71.6k 0 0 71.4k 53.7k 351.6 Sharks/hr Loot/hr 1224.6/hr Cannonball,351.6/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 45 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Skeleton atk-str-def 420k XP/hr 50.1k 50.1k 50.1k 0 0 50k 37.6k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Skeleton atk-str-def 420k XP/hr 50.1k 50.1k 50.1k 0 0 50k 37.6k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Skeleton mage-def 1.8m XP/hr 0 0 321.8k 321.8k 0 214k 160.9k 1054.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1054.3/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 47 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Skeleton mage-def 1.3m XP/hr 0 0 225.5k 225.5k 0 149.9k 112.7k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 53 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Skeleton mage-def 1.3m XP/hr 0 0 225.5k 225.5k 0 149.9k 112.7k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Skeleton mage-def 600k XP/hr 0 0 107.3k 107.3k 0 71.4k 53.7k 351.6 Sharks/hr Loot/hr 1224.6/hr Cannonball,351.6/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 56 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Skeleton mage-def 420k XP/hr 0 0 75.2k 75.2k 0 50k 37.6k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 59 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Skeleton mage-def 420k XP/hr 0 0 75.2k 75.2k 0 50k 37.6k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Skeleton mage 1.8m XP/hr 0 0 0 643.7k 0 214k 160.9k 1054.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1054.3/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 45 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Skeleton mage 1.3m XP/hr 0 0 0 450.9k 0 149.9k 112.7k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Skeleton mage 1.3m XP/hr 0 0 0 450.9k 0 149.9k 112.7k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 49 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Skeleton mage 600k XP/hr 0 0 0 214.7k 0 71.4k 53.7k 351.6 Sharks/hr Loot/hr 1224.6/hr Cannonball,351.6/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 57 clues (Removed Metallic: 33, Treasured: 130,5% less materials for mastery)"],"newKC":10000} +Skeleton mage 420k XP/hr 0 0 0 150.3k 0 50k 37.6k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Skeleton mage 420k XP/hr 0 0 0 150.3k 0 50k 37.6k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 51 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Skeleton range-def 1.8m XP/hr 0 0 321.8k 0 321.8k 214k 160.9k 1054.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1054.3/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.11% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Skeleton range-def 1.3m XP/hr 0 0 225.5k 0 225.5k 149.9k 112.7k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 56 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Skeleton range-def 1.3m XP/hr 0 0 225.5k 0 225.5k 149.9k 112.7k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 51 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Skeleton range-def 600k XP/hr 0 0 107.3k 0 107.3k 71.4k 53.7k 351.6 Sharks/hr Loot/hr 1224.6/hr Cannonball,351.6/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 56 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Skeleton range-def 420k XP/hr 0 0 75.2k 0 75.2k 50k 37.6k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 62 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Skeleton range-def 420k XP/hr 0 0 75.2k 0 75.2k 50k 37.6k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 45 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Skeleton range 1.8m XP/hr 0 0 0 0 643.7k 214k 160.9k 1054.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1054.3/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 51 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Skeleton range 1.3m XP/hr 0 0 0 0 450.9k 149.9k 112.7k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Skeleton range 1.3m XP/hr 0 0 0 0 450.9k 149.9k 112.7k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Skeleton range 600k XP/hr 0 0 0 0 214.7k 71.4k 53.7k 351.6 Sharks/hr Loot/hr 1224.6/hr Cannonball,351.6/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Skeleton range 420k XP/hr 0 0 0 0 150.3k 50k 37.6k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 56 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Skeleton range 420k XP/hr 0 0 0 0 150.3k 50k 37.6k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 40 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Skogre atk-str-def 481k XP/hr 42.1k 42.1k 42.1k 0 0 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre atk-str-def 481k XP/hr 42.1k 42.1k 42.1k 0 0 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre atk-str-def 481k XP/hr 42.1k 42.1k 42.1k 0 0 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre mage-def 481k XP/hr 0 0 63.1k 63.1k 0 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre mage-def 481k XP/hr 0 0 63.1k 63.1k 0 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre mage-def 481k XP/hr 0 0 63.1k 63.1k 0 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre mage 481k XP/hr 0 0 0 126.3k 0 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre mage 481k XP/hr 0 0 0 126.3k 0 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre mage 481k XP/hr 0 0 0 126.3k 0 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre range-def 481k XP/hr 0 0 63.1k 0 63.1k 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre range-def 481k XP/hr 0 0 63.1k 0 63.1k 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre range-def 481k XP/hr 0 0 63.1k 0 63.1k 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre range 481k XP/hr 0 0 0 0 126.3k 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre range 481k XP/hr 0 0 0 0 126.3k 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skogre range 481k XP/hr 0 0 0 0 126.3k 42k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116792645,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Skotizo atk-str-def 335k XP/hr 80k 80k 80k 0 0 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["0x bonus kills from Ori","110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo atk-str-def 335k XP/hr 80k 80k 80k 0 0 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["0x bonus kills from Ori","110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo atk-str-def 335k XP/hr 80k 80k 80k 0 0 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["0x bonus kills from Ori","110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo mage-def 349k XP/hr 0 0 120k 120k 0 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["1x bonus kills from Ori","220 Prayer XP from purifying 2x Infernal ashes using the Ash Sanctifier (999998 charges left)."],"newKC":1} +Skotizo mage-def 349k XP/hr 0 0 120k 120k 0 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["1x bonus kills from Ori","220 Prayer XP from purifying 2x Infernal ashes using the Ash Sanctifier (999998 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 1 clues (Removed Metallic: 2, Treasured: 8,5% less materials for mastery)"],"newKC":1} +Skotizo mage-def 335k XP/hr 0 0 120k 120k 0 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["0x bonus kills from Ori","110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo mage 335k XP/hr 0 0 0 240.1k 0 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["0x bonus kills from Ori","110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo mage 335k XP/hr 0 0 0 240.1k 0 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["0x bonus kills from Ori","110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo mage 335k XP/hr 0 0 0 240.1k 0 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["0x bonus kills from Ori","110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo range-def 335k XP/hr 0 0 120k 0 120k 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["0x bonus kills from Ori","110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 1 clues (Removed Metallic: 2, Treasured: 8,5% less materials for mastery)"],"newKC":1} +Skotizo range-def 349k XP/hr 0 0 120k 0 120k 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["1x bonus kills from Ori","220 Prayer XP from purifying 2x Infernal ashes using the Ash Sanctifier (999998 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 1 clues (Removed Metallic: 2, Treasured: 8,5% less materials for mastery)"],"newKC":1} +Skotizo range-def 349k XP/hr 0 0 120k 0 120k 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["1x bonus kills from Ori","220 Prayer XP from purifying 2x Infernal ashes using the Ash Sanctifier (999998 charges left).","<:Clue_upgrader:986830303001722880> Upgraded 2 clues (Removed Metallic: 4, Treasured: 16,5% less materials for mastery)"],"newKC":1} +Skotizo range 335k XP/hr 0 0 0 0 240.1k 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["0x bonus kills from Ori","110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo range 335k XP/hr 0 0 0 0 240.1k 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["0x bonus kills from Ori","110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo range 335k XP/hr 0 0 0 0 240.1k 79.8k 0 133.4 Sharks/hr Loot/hr 133.4/hr Dark totem,133.4/hr Shark Cost/hr {"duration":26990,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","50% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 1x Dark totem, 1x Shark"]} {"quantity":1,"messages":["0x bonus kills from Ori","110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Small Lizard atk-str-def 238k XP/hr 21.5k 21.5k 21.5k 0 0 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard atk-str-def 238k XP/hr 21.5k 21.5k 21.5k 0 0 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard atk-str-def 238k XP/hr 21.5k 21.5k 21.5k 0 0 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard mage-def 238k XP/hr 0 0 32.3k 32.3k 0 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard mage-def 238k XP/hr 0 0 32.3k 32.3k 0 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard mage-def 238k XP/hr 0 0 32.3k 32.3k 0 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard mage 238k XP/hr 0 0 0 64.6k 0 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard mage 238k XP/hr 0 0 0 64.6k 0 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard mage 238k XP/hr 0 0 0 64.6k 0 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard range-def 238k XP/hr 0 0 32.3k 0 32.3k 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard range-def 238k XP/hr 0 0 32.3k 0 32.3k 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard range-def 238k XP/hr 0 0 32.3k 0 32.3k 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard range 238k XP/hr 0 0 0 0 64.6k 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard range 238k XP/hr 0 0 0 0 64.6k 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Small Lizard range 238k XP/hr 0 0 0 0 64.6k 21.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198827,"quantity":594386,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":594386,"messages":["148597x bonus kills from Ori","83.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,372, Pious: 2,964, Sharp: 593, 5% less materials for mastery)"],"newKC":594386} +Smoke Devil atk-str-def 2.3m XP/hr 466.7k 466.7k 466.7k 0 0 465.6k 413.6k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":19108400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 20.8k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Smoke Devil atk-str-def 1m XP/hr 210k 210k 210k 0 0 209.5k 186.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42467200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 48 clues (Removed Metallic: 113, Treasured: 449,5% less materials for mastery)"],"newKC":10000} +Smoke Devil atk-str-def 1m XP/hr 209.9k 209.9k 209.9k 0 0 209.4k 183.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42467200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage-def 2.7m XP/hr 548.6k 548.6k 548.6k 0 0 547.3k 476.9k 0.0 Sharks/hr Loot/hr 3652.2/hr Death rune,1826.2/hr Blood rune Cost/hr {"duration":16247200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 8.2k Blood rune, 16.5k Death rune"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage-def 2.7m XP/hr 0 0 822.7k 0 822.7k 547.1k 471.6k 0.0 Sharks/hr Loot/hr 3652.2/hr Death rune,1826.2/hr Blood rune Cost/hr {"duration":16247200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 8.2k Blood rune, 16.5k Death rune"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","You slayed 116x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage-def 2.7m XP/hr 0 0 823.1k 823.1k 0 547.4k 482.2k 0.0 Sharks/hr Loot/hr 3652.2/hr Death rune,1826.2/hr Blood rune Cost/hr {"duration":16247200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 8.2k Blood rune, 16.5k Death rune"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage-def 2.3m XP/hr 0 0 700.1k 700.1k 0 465.6k 413.6k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":19108400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 20.8k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage-def 1.9m XP/hr 379.8k 379.8k 379.8k 0 0 378.9k 331.6k 0.0 Sharks/hr Loot/hr 1826.1/hr Death rune,3652.3/hr Chaos rune Cost/hr {"duration":23469200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 23.8k Chaos rune, 11.9k Death rune"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 130x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage-def 1.8m XP/hr 0 0 569.6k 0 569.6k 378.8k 328k 0.0 Sharks/hr Loot/hr 1826.1/hr Death rune,3652.3/hr Chaos rune Cost/hr {"duration":23469200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 23.8k Chaos rune, 11.9k Death rune"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 120x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage-def 1.9m XP/hr 0 0 569.8k 569.8k 0 378.9k 332.4k 0.0 Sharks/hr Loot/hr 1826.1/hr Death rune,3652.3/hr Chaos rune Cost/hr {"duration":23469200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 23.8k Chaos rune, 11.9k Death rune"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage-def 1m XP/hr 0 0 314.8k 314.8k 0 209.4k 182.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42467200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 124x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 92, Treasured: 365,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage-def 1m XP/hr 0 0 314.8k 314.8k 0 209.4k 182.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42467200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2468x bonus kills from Ori","You slayed 128x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage 2.7m XP/hr 0 0 0 0 1.6m 547.4k 482.2k 0.0 Sharks/hr Loot/hr 3652.2/hr Death rune,1826.2/hr Blood rune Cost/hr {"duration":16247200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 8.2k Blood rune, 16.5k Death rune"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 92, Treasured: 365,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage 2.7m XP/hr 0 0 0 1.6m 0 547.3k 476.9k 0.0 Sharks/hr Loot/hr 3652.2/hr Death rune,1826.2/hr Blood rune Cost/hr {"duration":16247200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 8.2k Blood rune, 16.5k Death rune"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage 2.3m XP/hr 0 0 0 1.4m 0 465.1k 397.4k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":19108400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 20.8k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2473x bonus kills from Ori","You slayed 108x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage 1.8m XP/hr 0 0 0 0 1.1m 378.9k 330.2k 0.0 Sharks/hr Loot/hr 1826.1/hr Death rune,3652.3/hr Chaos rune Cost/hr {"duration":23469200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 23.8k Chaos rune, 11.9k Death rune"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage 1.8m XP/hr 0 0 0 1.1m 0 378.8k 328k 0.0 Sharks/hr Loot/hr 1826.1/hr Death rune,3652.3/hr Chaos rune Cost/hr {"duration":23469200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 23.8k Chaos rune, 11.9k Death rune"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 120x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage 1m XP/hr 0 0 0 629.4k 0 209.3k 179.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42467200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2473x bonus kills from Ori","You slayed 110x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Smoke Devil mage 1m XP/hr 0 0 0 629.9k 0 209.4k 184.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42467200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 78, Treasured: 312,5% less materials for mastery)"],"newKC":10000} +Smoke Devil range-def 2.3m XP/hr 0 0 700.3k 0 700.3k 465.7k 418.2k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":19108400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 20.8k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2462x bonus kills from Ori","You slayed 154x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Equippable mystery box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Smoke Devil range-def 1m XP/hr 0 0 314.8k 0 314.8k 209.3k 181.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42467200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 120x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Smoke Devil range-def 1m XP/hr 0 0 315.4k 0 315.4k 209.7k 193.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42467200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2455x bonus kills from Ori","You slayed 182x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 78, Treasured: 312,5% less materials for mastery)"],"newKC":10000} +Smoke Devil range 2.3m XP/hr 0 0 0 0 1.4m 465.5k 410.9k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":19108400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 20.8k Cannonball"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 138x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":10000} +Smoke Devil range 1m XP/hr 0 0 0 0 629.9k 209.5k 185.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42467200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 140x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Smoke Devil range 1m XP/hr 0 0 0 0 630.1k 209.5k 187.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":42467200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2463x bonus kills from Ori","You slayed 150x superior monsters.","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Spider atk-str-def 145k XP/hr 30.5k 30.5k 30.5k 0 0 30.4k 22.9k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,302.1/hr Hellfire arrow Cost/hr {"duration":3146400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Cannonball, 264x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Spider atk-str-def 102k XP/hr 21.4k 21.4k 21.4k 0 0 21.3k 16k 0.0 Sharks/hr Loot/hr 301.5/hr Hellfire arrow Cost/hr {"duration":4489600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.10% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 376x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Spider atk-str-def 102k XP/hr 21.4k 21.4k 21.4k 0 0 21.3k 16k 0.0 Sharks/hr Loot/hr 301.5/hr Hellfire arrow Cost/hr {"duration":4489600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 376x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Spider atk-str-def 48k XP/hr 10.2k 10.2k 10.2k 0 0 10.2k 7.6k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":9420800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 3.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Spider mage-def 145k XP/hr 0 0 45.8k 45.8k 0 30.4k 22.9k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,302.1/hr Hellfire arrow Cost/hr {"duration":3146400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Cannonball, 264x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Spider mage-def 102k XP/hr 0 0 32.1k 32.1k 0 21.3k 16k 0.0 Sharks/hr Loot/hr 301.5/hr Hellfire arrow Cost/hr {"duration":4489600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 376x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Spider mage-def 102k XP/hr 0 0 32.1k 32.1k 0 21.3k 16k 0.0 Sharks/hr Loot/hr 301.5/hr Hellfire arrow Cost/hr {"duration":4489600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 376x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Spider mage-def 48k XP/hr 0 0 15.3k 15.3k 0 10.2k 7.6k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":9420800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 3.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 46 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Spider mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,302.1/hr Hellfire arrow Cost/hr {"duration":3146400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Cannonball, 264x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Spider mage 102k XP/hr 0 0 0 64.1k 0 21.3k 16k 0.0 Sharks/hr Loot/hr 301.5/hr Hellfire arrow Cost/hr {"duration":4489600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 376x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Spider mage 102k XP/hr 0 0 0 64.1k 0 21.3k 16k 0.0 Sharks/hr Loot/hr 301.5/hr Hellfire arrow Cost/hr {"duration":4489600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 376x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Spider mage 48k XP/hr 0 0 0 30.6k 0 10.2k 7.6k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":9420800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 3.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Spider range-def 145k XP/hr 0 0 45.8k 0 45.8k 30.4k 22.9k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,302.1/hr Hellfire arrow Cost/hr {"duration":3146400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.06% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Cannonball, 264x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Spider range-def 102k XP/hr 0 0 32.1k 0 32.1k 21.3k 16k 0.0 Sharks/hr Loot/hr 301.5/hr Hellfire arrow Cost/hr {"duration":4489600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 376x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Spider range-def 102k XP/hr 0 0 32.1k 0 32.1k 21.3k 16k 0.0 Sharks/hr Loot/hr 301.5/hr Hellfire arrow Cost/hr {"duration":4489600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 376x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 45 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Spider range-def 48k XP/hr 0 0 15.3k 0 15.3k 10.2k 7.6k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":9420800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 3.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Spider range 145k XP/hr 0 0 0 0 91.5k 30.4k 22.9k 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball,302.1/hr Hellfire arrow Cost/hr {"duration":3146400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.07% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.1k Cannonball, 264x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Spider range 102k XP/hr 0 0 0 0 64.1k 21.3k 16k 0.0 Sharks/hr Loot/hr 301.5/hr Hellfire arrow Cost/hr {"duration":4489600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.09% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 376x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Spider range 102k XP/hr 0 0 0 0 64.1k 21.3k 16k 0.0 Sharks/hr Loot/hr 301.5/hr Hellfire arrow Cost/hr {"duration":4489600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","2% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.08% per pk encounter (1% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 376x Hellfire arrow"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Spider range 48k XP/hr 0 0 0 0 30.6k 10.2k 7.6k 0.0 Sharks/hr Loot/hr 1304.6/hr Cannonball Cost/hr {"duration":9420800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 3.4k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Spidine atk-str-def 150k XP/hr 21.4k 21.4k 21.4k 0 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine atk-str-def 150k XP/hr 21.4k 21.4k 21.4k 0 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine atk-str-def 150k XP/hr 21.4k 21.4k 21.4k 0 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine mage-def 150k XP/hr 0 0 32k 32k 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine mage-def 150k XP/hr 0 0 32k 32k 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine mage-def 150k XP/hr 0 0 32k 32k 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine mage 150k XP/hr 0 0 0 64.1k 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine mage 150k XP/hr 0 0 0 64.1k 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine mage 150k XP/hr 0 0 0 64.1k 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine range-def 150k XP/hr 0 0 32k 0 32k 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine range-def 150k XP/hr 0 0 32k 0 32k 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine range-def 150k XP/hr 0 0 32k 0 32k 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine range 150k XP/hr 0 0 0 0 64.1k 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine range 150k XP/hr 0 0 0 0 64.1k 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spidine range 150k XP/hr 0 0 0 0 64.1k 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Red spiders' eggs,457.7/hr Raw sardine,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw sardine, 269.1k Red spiders' eggs, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Spindel atk-str-def 169k XP/hr 42.2k 42.2k 42.2k 0 0 42.1k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4971},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.67% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":36128,"messages":["You missed out on 5925x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9032x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 89 clues (Removed Metallic: 253, Treasured: 1,011,5% less materials for mastery)"],"newKC":36128} +Spindel atk-str-def 169k XP/hr 42.2k 42.2k 42.2k 0 0 42.1k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4988},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":36107,"messages":["You missed out on 5946x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9027x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 96 clues (Removed Metallic: 274, Treasured: 1,095,5% less materials for mastery)"],"newKC":36107} +Spindel atk-str-def 169k XP/hr 42.2k 42.2k 42.2k 0 0 42.1k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4994},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.73% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":36100,"messages":["You missed out on 5953x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9025x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 97 clues (Removed Metallic: 276, Treasured: 1,102,5% less materials for mastery)"],"newKC":36100} +Spindel mage-def 169k XP/hr 0 0 63.2k 63.2k 0 42.1k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4991},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":36104,"messages":["You missed out on 5949x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9026x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 90 clues (Removed Metallic: 257, Treasured: 1,026,5% less materials for mastery)"],"newKC":36104} +Spindel mage-def 168k XP/hr 0 0 63.1k 63.1k 0 42k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5045},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":36039,"messages":["You missed out on 6014x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9010x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 76 clues (Removed Metallic: 217, Treasured: 867,5% less materials for mastery)"],"newKC":36039} +Spindel mage-def 168k XP/hr 0 0 63k 63k 0 41.9k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5097},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.86% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":35977,"messages":["You missed out on 6076x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","8995x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 101 clues (Removed Metallic: 287, Treasured: 1,148,5% less materials for mastery)"],"newKC":35977} +Spindel mage 168k XP/hr 0 0 0 126.4k 0 42k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5011},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":36080,"messages":["You missed out on 5973x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9020x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 93 clues (Removed Metallic: 265, Treasured: 1,057,5% less materials for mastery)"],"newKC":36080} +Spindel mage 168k XP/hr 0 0 0 126k 0 41.9k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5103},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":35970,"messages":["You missed out on 6083x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","8993x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 74 clues (Removed Metallic: 211, Treasured: 844,5% less materials for mastery)"],"newKC":35970} +Spindel mage 168k XP/hr 0 0 0 125.9k 0 41.9k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5135},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.81% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":35932,"messages":["You missed out on 6121x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","8983x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 98 clues (Removed Metallic: 280, Treasured: 1,118,5% less materials for mastery)"],"newKC":35932} +Spindel range-def 169k XP/hr 0 0 63.3k 0 63.3k 42.1k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4980},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.62% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":36117,"messages":["You missed out on 5936x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9030x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 84 clues (Removed Metallic: 240, Treasured: 958,5% less materials for mastery)"],"newKC":36117} +Spindel range-def 168k XP/hr 0 0 63.1k 0 63.1k 42k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5066},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":36014,"messages":["You missed out on 6039x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9004x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 82 clues (Removed Metallic: 234, Treasured: 935,5% less materials for mastery)"],"newKC":36014} +Spindel range-def 168k XP/hr 0 0 63k 0 63k 41.9k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":5117},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":35953,"messages":["You missed out on 6100x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","8989x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 83 clues (Removed Metallic: 236, Treasured: 943,5% less materials for mastery)"],"newKC":35953} +Spindel range 169k XP/hr 0 0 0 0 126.9k 42.2k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4882},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":36234,"messages":["You missed out on 5819x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9059x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 94 clues (Removed Metallic: 268, Treasured: 1,072,5% less materials for mastery)"],"newKC":36234} +Spindel range 169k XP/hr 0 0 0 0 126.6k 42.1k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4970},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.83% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":36129,"messages":["You missed out on 5924x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9033x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 82 clues (Removed Metallic: 234, Treasured: 935,5% less materials for mastery)"],"newKC":36129} +Spindel range 169k XP/hr 0 0 0 0 126.5k 42k 0 209.2 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,209.2/hr Shark Cost/hr {"duration":2116768875,"quantity":42053,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4997},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.8k Bronze knife, 166.2k Hellfire arrow, 123k Shark"]} {"quantity":36097,"messages":["You missed out on 5956x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","9025x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 97 clues (Removed Metallic: 276, Treasured: 1,102,5% less materials for mastery)"],"newKC":36097} +Spiritual Mage atk-str-def 1m XP/hr 251.9k 251.9k 251.9k 0 0 251.3k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1227050,"messages":["You missed out on 222x kills because of pk encounters","306763x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2916 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227050} +Spiritual Mage atk-str-def 1m XP/hr 251.9k 251.9k 251.9k 0 0 251.3k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":14},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.35% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1227013,"messages":["You missed out on 259x kills because of pk encounters","306754x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3023 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227013} +Spiritual Mage atk-str-def 1m XP/hr 251.9k 251.9k 251.9k 0 0 251.3k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1226939,"messages":["You missed out on 333x kills because of pk encounters","306735x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2986 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1226939} +Spiritual Mage atk-str-def 336k XP/hr 84k 84k 84k 0 0 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1064 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage atk-str-def 336k XP/hr 84k 84k 84k 0 0 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1021 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage atk-str-def 336k XP/hr 84k 84k 84k 0 0 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1038 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage mage-def 1m XP/hr 0 0 377.9k 377.9k 0 251.3k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1227031,"messages":["You missed out on 241x kills because of pk encounters","306758x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2984 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227031} +Spiritual Mage mage-def 1m XP/hr 0 0 377.9k 377.9k 0 251.3k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.51% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1226920,"messages":["You missed out on 352x kills because of pk encounters","306730x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3042 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1226920} +Spiritual Mage mage-def 1m XP/hr 0 0 377.8k 377.8k 0 251.2k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":26},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1226790,"messages":["You missed out on 482x kills because of pk encounters","306698x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3060 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1226790} +Spiritual Mage mage-def 336k XP/hr 0 0 126k 126k 0 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 949 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage mage-def 336k XP/hr 0 0 126k 126k 0 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1022 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage mage-def 336k XP/hr 0 0 126k 126k 0 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1040 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage mage 1m XP/hr 0 0 0 755.8k 0 251.3k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1227031,"messages":["You missed out on 241x kills because of pk encounters","306758x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2931 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227031} +Spiritual Mage mage 1m XP/hr 0 0 0 755.7k 0 251.3k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1226920,"messages":["You missed out on 352x kills because of pk encounters","306730x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2971 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1226920} +Spiritual Mage mage 1m XP/hr 0 0 0 755.6k 0 251.2k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":28},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1226753,"messages":["You missed out on 519x kills because of pk encounters","306689x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3057 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1226753} +Spiritual Mage mage 336k XP/hr 0 0 0 252k 0 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1004 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage mage 336k XP/hr 0 0 0 252k 0 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1026 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage mage 336k XP/hr 0 0 0 252k 0 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1005 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage range-def 1m XP/hr 0 0 377.9k 0 377.9k 251.3k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.62% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1227050,"messages":["You missed out on 222x kills because of pk encounters","306763x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2942 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227050} +Spiritual Mage range-def 1m XP/hr 0 0 377.9k 0 377.9k 251.3k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.59% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1226939,"messages":["You missed out on 333x kills because of pk encounters","306735x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2987 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1226939} +Spiritual Mage range-def 1m XP/hr 0 0 377.9k 0 377.9k 251.3k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":20},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.46% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1226901,"messages":["You missed out on 371x kills because of pk encounters","306726x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3010 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1226901} +Spiritual Mage range-def 336k XP/hr 0 0 126k 0 126k 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 955 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage range-def 336k XP/hr 0 0 126k 0 126k 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1065 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage range-def 336k XP/hr 0 0 126k 0 126k 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1035 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage range 1m XP/hr 0 0 0 0 755.8k 251.3k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.45% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1227031,"messages":["You missed out on 241x kills because of pk encounters","306758x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3026 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227031} +Spiritual Mage range 1m XP/hr 0 0 0 0 755.7k 251.3k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.49% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1226920,"messages":["You missed out on 352x kills because of pk encounters","306730x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 3022 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1226920} +Spiritual Mage range 1m XP/hr 0 0 0 0 755.7k 251.3k 0 0.0 Sharks/hr Loot/hr 301.0/hr Hellfire arrow Cost/hr {"duration":1987198823,"quantity":1227272,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":23},"messages":["15.00% for stats","8% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","8% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow"]} {"quantity":1226846,"messages":["You missed out on 426x kills because of pk encounters","306712x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2945 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1226846} +Spiritual Mage range 336k XP/hr 0 0 0 0 252k 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 993 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage range 336k XP/hr 0 0 0 0 252k 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1010 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Mage range 336k XP/hr 0 0 0 0 252k 83.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 945 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Spiritual Ranger atk-str-def 1.5m XP/hr 322.1k 322.1k 322.1k 0 0 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.64% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger atk-str-def 1.5m XP/hr 322.1k 322.1k 322.1k 0 0 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.62% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger atk-str-def 1.5m XP/hr 322.1k 322.1k 322.1k 0 0 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger atk-str-def 510k XP/hr 107.4k 107.4k 107.4k 0 0 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger atk-str-def 510k XP/hr 107.4k 107.4k 107.4k 0 0 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger atk-str-def 510k XP/hr 107.4k 107.4k 107.4k 0 0 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger mage-def 1.5m XP/hr 0 0 483.1k 483.1k 0 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger mage-def 1.5m XP/hr 0 0 483.1k 483.1k 0 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger mage-def 1.5m XP/hr 0 0 483.1k 483.1k 0 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger mage-def 510k XP/hr 0 0 161.1k 161.1k 0 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger mage-def 510k XP/hr 0 0 161.1k 161.1k 0 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger mage-def 510k XP/hr 0 0 161.1k 161.1k 0 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger mage 1.5m XP/hr 0 0 0 966.2k 0 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger mage 1.5m XP/hr 0 0 0 966.2k 0 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.59% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger mage 1.5m XP/hr 0 0 0 966.2k 0 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger mage 510k XP/hr 0 0 0 322.2k 0 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger mage 510k XP/hr 0 0 0 322.2k 0 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger mage 510k XP/hr 0 0 0 322.2k 0 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger range-def 1.5m XP/hr 0 0 483.1k 0 483.1k 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger range-def 1.5m XP/hr 0 0 483.1k 0 483.1k 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.51% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger range-def 1.5m XP/hr 0 0 483.1k 0 483.1k 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger range-def 510k XP/hr 0 0 161.1k 0 161.1k 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger range-def 510k XP/hr 0 0 161.1k 0 161.1k 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger range-def 510k XP/hr 0 0 161.1k 0 161.1k 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger range 1.5m XP/hr 0 0 0 0 966.2k 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger range 1.5m XP/hr 0 0 0 0 966.2k 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger range 1.5m XP/hr 0 0 0 0 966.2k 321.3k 241.6k 820.4 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,820.4/hr Shark Cost/hr {"duration":15797600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 1.2k Hellfire arrow, 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger range 510k XP/hr 0 0 0 0 322.2k 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger range 510k XP/hr 0 0 0 0 322.2k 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Spiritual Ranger range 510k XP/hr 0 0 0 0 322.2k 107.1k 80.6k 273.6 Sharks/hr Loot/hr 273.6/hr Shark Cost/hr {"duration":47373200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Spiritual Warrior atk-str-def 987k XP/hr 247k 247k 247k 0 0 246.4k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.45% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":990189,"messages":["You missed out on 182x kills because of pk encounters","247548x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2388 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":990189} +Spiritual Warrior atk-str-def 987k XP/hr 247k 247k 247k 0 0 246.4k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.59% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":990118,"messages":["You missed out on 253x kills because of pk encounters","247530x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2523 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":990118} +Spiritual Warrior atk-str-def 987k XP/hr 247k 247k 247k 0 0 246.3k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":20},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.49% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":990090,"messages":["You missed out on 281x kills because of pk encounters","247523x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2404 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":990090} +Spiritual Warrior atk-str-def 329k XP/hr 82.4k 82.4k 82.4k 0 0 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 819 clues (Removed Metallic: 1,866, Treasured: 7,464,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior atk-str-def 329k XP/hr 82.4k 82.4k 82.4k 0 0 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 739 clues (Removed Metallic: 1,684, Treasured: 6,734,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior atk-str-def 329k XP/hr 82.4k 82.4k 82.4k 0 0 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 809 clues (Removed Metallic: 1,843, Treasured: 7,372,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior mage-def 987k XP/hr 0 0 370.5k 370.5k 0 246.4k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.58% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":990189,"messages":["You missed out on 182x kills because of pk encounters","247548x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2391 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":990189} +Spiritual Warrior mage-def 987k XP/hr 0 0 370.4k 370.4k 0 246.3k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":990104,"messages":["You missed out on 267x kills because of pk encounters","247526x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2477 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":990104} +Spiritual Warrior mage-def 987k XP/hr 0 0 370.4k 370.4k 0 246.3k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":26},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.50% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":990006,"messages":["You missed out on 365x kills because of pk encounters","247502x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2444 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":990006} +Spiritual Warrior mage-def 329k XP/hr 0 0 123.6k 123.6k 0 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 773 clues (Removed Metallic: 1,762, Treasured: 7,046,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior mage-def 329k XP/hr 0 0 123.6k 123.6k 0 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 761 clues (Removed Metallic: 1,735, Treasured: 6,939,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior mage-def 329k XP/hr 0 0 123.6k 123.6k 0 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 808 clues (Removed Metallic: 1,842, Treasured: 7,365,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior mage 987k XP/hr 0 0 0 740.9k 0 246.3k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":21},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":990076,"messages":["You missed out on 295x kills because of pk encounters","247519x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2492 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":990076} +Spiritual Warrior mage 987k XP/hr 0 0 0 740.9k 0 246.3k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":23},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.62% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":990048,"messages":["You missed out on 323x kills because of pk encounters","247512x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2446 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":990048} +Spiritual Warrior mage 987k XP/hr 0 0 0 740.8k 0 246.3k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":29},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.58% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":989964,"messages":["You missed out on 407x kills because of pk encounters","247491x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2430 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":989964} +Spiritual Warrior mage 329k XP/hr 0 0 0 247.1k 0 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 805 clues (Removed Metallic: 1,836, Treasured: 7,342,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior mage 329k XP/hr 0 0 0 247.1k 0 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 786 clues (Removed Metallic: 1,792, Treasured: 7,167,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior mage 329k XP/hr 0 0 0 247.1k 0 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 802 clues (Removed Metallic: 1,828, Treasured: 7,312,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior range-def 987k XP/hr 0 0 370.5k 0 370.5k 246.4k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":990146,"messages":["You missed out on 225x kills because of pk encounters","247537x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2468 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":990146} +Spiritual Warrior range-def 987k XP/hr 0 0 370.4k 0 370.4k 246.3k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":20},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":990090,"messages":["You missed out on 281x kills because of pk encounters","247523x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2425 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":990090} +Spiritual Warrior range-def 987k XP/hr 0 0 370.4k 0 370.4k 246.3k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":24},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.50% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":990034,"messages":["You missed out on 337x kills because of pk encounters","247509x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2419 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":990034} +Spiritual Warrior range-def 329k XP/hr 0 0 123.6k 0 123.6k 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 808 clues (Removed Metallic: 1,842, Treasured: 7,365,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior range-def 329k XP/hr 0 0 123.6k 0 123.6k 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 822 clues (Removed Metallic: 1,874, Treasured: 7,494,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior range-def 329k XP/hr 0 0 123.6k 0 123.6k 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 773 clues (Removed Metallic: 1,762, Treasured: 7,046,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior range 987k XP/hr 0 0 0 0 740.9k 246.3k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":20},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":990090,"messages":["You missed out on 281x kills because of pk encounters","247523x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2405 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":990090} +Spiritual Warrior range 987k XP/hr 0 0 0 0 740.8k 246.3k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":28},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":989978,"messages":["You missed out on 393x kills because of pk encounters","247495x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2431 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":989978} +Spiritual Warrior range 987k XP/hr 0 0 0 0 740.8k 246.3k 0 757.9 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,757.9/hr Shark Cost/hr {"duration":2116799168,"quantity":990371,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":28},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.46% per pk encounter (6% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 445.7k Shark"]} {"quantity":989978,"messages":["You missed out on 393x kills because of pk encounters","247495x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 2452 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":989978} +Spiritual Warrior range 329k XP/hr 0 0 0 0 247.1k 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 811 clues (Removed Metallic: 1,849, Treasured: 7,395,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior range 329k XP/hr 0 0 0 0 247.1k 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 801 clues (Removed Metallic: 1,826, Treasured: 7,304,5% less materials for mastery)"],"newKC":330224} +Spiritual Warrior range 329k XP/hr 0 0 0 0 247.1k 82.2k 0 252.7 Sharks/hr Loot/hr 252.7/hr Shark Cost/hr {"duration":2116795281,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 148.6k Shark"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 849 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Spitting Wyvern atk-str-def 872k XP/hr 66k 66k 66k 0 0 65.9k 50.8k 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":145392800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Spitting Wyvern atk-str-def 872k XP/hr 66k 66k 66k 0 0 65.9k 50.8k 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":145392800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Pet Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Spitting Wyvern atk-str-def 872k XP/hr 66k 66k 66k 0 0 65.9k 50.8k 11.1 Sharks/hr Loot/hr 11.1/hr Shark Cost/hr {"duration":145392800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Spitting Wyvern mage-def 741k XP/hr 0 0 84.2k 84.2k 0 56k 43.1k 9.5 Sharks/hr Loot/hr 9.5/hr Shark Cost/hr {"duration":171049200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":10000} +Spitting Wyvern mage-def 741k XP/hr 0 0 84.2k 84.2k 0 56k 43.1k 9.5 Sharks/hr Loot/hr 9.5/hr Shark Cost/hr {"duration":171049200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Spitting Wyvern mage-def 741k XP/hr 0 0 84.2k 84.2k 0 56k 43.1k 9.5 Sharks/hr Loot/hr 9.5/hr Shark Cost/hr {"duration":171049200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Spitting Wyvern mage 741k XP/hr 0 0 0 168.4k 0 56k 43.1k 9.5 Sharks/hr Loot/hr 9.5/hr Shark Cost/hr {"duration":171049200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Spitting Wyvern mage 741k XP/hr 0 0 0 168.4k 0 56k 43.1k 9.5 Sharks/hr Loot/hr 9.5/hr Shark Cost/hr {"duration":171049200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Spitting Wyvern mage 741k XP/hr 0 0 0 168.4k 0 56k 43.1k 9.5 Sharks/hr Loot/hr 9.5/hr Shark Cost/hr {"duration":171049200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Spitting Wyvern range-def 741k XP/hr 0 0 84.2k 0 84.2k 56k 43.1k 9.5 Sharks/hr Loot/hr 9.5/hr Shark Cost/hr {"duration":171049200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Spitting Wyvern range-def 741k XP/hr 0 0 84.2k 0 84.2k 56k 43.1k 9.5 Sharks/hr Loot/hr 9.5/hr Shark Cost/hr {"duration":171049200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Spitting Wyvern range-def 741k XP/hr 0 0 84.2k 0 84.2k 56k 43.1k 9.5 Sharks/hr Loot/hr 9.5/hr Shark Cost/hr {"duration":171049200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Spitting Wyvern range 741k XP/hr 0 0 0 0 168.4k 56k 43.1k 9.5 Sharks/hr Loot/hr 9.5/hr Shark Cost/hr {"duration":171049200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Spitting Wyvern range 741k XP/hr 0 0 0 0 168.4k 56k 43.1k 9.5 Sharks/hr Loot/hr 9.5/hr Shark Cost/hr {"duration":171049200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Spitting Wyvern range 741k XP/hr 0 0 0 0 168.4k 56k 43.1k 9.5 Sharks/hr Loot/hr 9.5/hr Shark Cost/hr {"duration":171049200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Equippable mystery box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Steel Dragon atk-str-def 1.3m XP/hr 102.2k 102.2k 102.2k 0 0 101.9k 80.5k 16.4 Sharks/hr Loot/hr 1224.5/hr Cannonball,16.4/hr Shark Cost/hr {"duration":98646800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 33.6k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 130, Treasured: 517,5% less materials for mastery)"],"newKC":10000} +Steel Dragon atk-str-def 917k XP/hr 71.5k 71.5k 71.5k 0 0 71.4k 56.3k 11.5 Sharks/hr Loot/hr 11.5/hr Shark Cost/hr {"duration":140914200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 56 clues (Removed Metallic: 130, Treasured: 517,5% less materials for mastery)"],"newKC":10000} +Steel Dragon atk-str-def 917k XP/hr 71.5k 71.5k 71.5k 0 0 71.4k 56.3k 11.5 Sharks/hr Loot/hr 11.5/hr Shark Cost/hr {"duration":140914200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 126, Treasured: 502,5% less materials for mastery)"],"newKC":10000} +Steel Dragon mage-def 1.1m XP/hr 0 0 130.3k 130.3k 0 86.6k 68.4k 14.0 Sharks/hr Loot/hr 1224.5/hr Cannonball,14.0/hr Shark Cost/hr {"duration":116051600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 39.5k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Equippable mystery box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 52 clues (Removed Metallic: 120, Treasured: 479,5% less materials for mastery)"],"newKC":10000} +Steel Dragon mage-def 780k XP/hr 0 0 91.2k 91.2k 0 60.6k 47.9k 9.8 Sharks/hr Loot/hr 9.8/hr Shark Cost/hr {"duration":165786600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 67 clues (Removed Metallic: 158, Treasured: 631,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Steel Dragon mage-def 780k XP/hr 0 0 91.2k 91.2k 0 60.6k 47.9k 9.8 Sharks/hr Loot/hr 9.8/hr Shark Cost/hr {"duration":165786600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 118, Treasured: 472,5% less materials for mastery)"],"newKC":10000} +Steel Dragon mage 1.1m XP/hr 0 0 0 260.6k 0 86.6k 68.4k 14.0 Sharks/hr Loot/hr 1224.5/hr Cannonball,14.0/hr Shark Cost/hr {"duration":116051600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 39.5k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 126, Treasured: 502,5% less materials for mastery)"],"newKC":10000} +Steel Dragon mage 780k XP/hr 0 0 0 182.4k 0 60.6k 47.9k 9.8 Sharks/hr Loot/hr 9.8/hr Shark Cost/hr {"duration":165786600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 128, Treasured: 510,5% less materials for mastery)"],"newKC":10000} +Steel Dragon mage 780k XP/hr 0 0 0 182.4k 0 60.6k 47.9k 9.8 Sharks/hr Loot/hr 9.8/hr Shark Cost/hr {"duration":165786600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 56 clues (Removed Metallic: 128, Treasured: 510,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Steel Dragon range-def 1.1m XP/hr 0 0 130.3k 0 130.3k 86.6k 68.4k 14.0 Sharks/hr Loot/hr 1224.5/hr Cannonball,14.0/hr Shark Cost/hr {"duration":116051600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 39.5k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 52 clues (Removed Metallic: 120, Treasured: 479,5% less materials for mastery)"],"newKC":10000} +Steel Dragon range-def 780k XP/hr 0 0 91.2k 0 91.2k 60.6k 47.9k 9.8 Sharks/hr Loot/hr 9.8/hr Shark Cost/hr {"duration":165786600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 45 clues (Removed Metallic: 105, Treasured: 418,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Steel Dragon range-def 780k XP/hr 0 0 91.2k 0 91.2k 60.6k 47.9k 9.8 Sharks/hr Loot/hr 9.8/hr Shark Cost/hr {"duration":165786600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 56 clues (Removed Metallic: 128, Treasured: 510,5% less materials for mastery)"],"newKC":10000} +Steel Dragon range 1.1m XP/hr 0 0 0 0 260.6k 86.6k 68.4k 14.0 Sharks/hr Loot/hr 1224.5/hr Cannonball,14.0/hr Shark Cost/hr {"duration":116051600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 39.5k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 53 clues (Removed Metallic: 124, Treasured: 494,5% less materials for mastery)"],"newKC":10000} +Steel Dragon range 780k XP/hr 0 0 0 0 182.4k 60.6k 47.9k 9.8 Sharks/hr Loot/hr 9.8/hr Shark Cost/hr {"duration":165786600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 46 clues (Removed Metallic: 107, Treasured: 426,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Steel Dragon range 780k XP/hr 0 0 0 0 182.4k 60.6k 47.9k 9.8 Sharks/hr Loot/hr 9.8/hr Shark Cost/hr {"duration":165786600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","22.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 639, Pious: 798, Sharp: 160, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 52 clues (Removed Metallic: 124, Treasured: 494,5% less materials for mastery)"],"newKC":10000} +Sulphur Lizard atk-str-def 431k XP/hr 70.6k 70.6k 70.6k 0 0 70.4k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1693 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":584573} +Sulphur Lizard atk-str-def 302k XP/hr 49.4k 49.4k 49.4k 0 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1195 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Sulphur Lizard atk-str-def 302k XP/hr 49.4k 49.4k 49.4k 0 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1199 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Sulphur Lizard mage-def 431k XP/hr 0 0 105.9k 105.9k 0 70.4k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1766 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":584573} +Sulphur Lizard mage-def 302k XP/hr 0 0 74.1k 74.1k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1163 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Sulphur Lizard mage-def 302k XP/hr 0 0 74.1k 74.1k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1182 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Sulphur Lizard mage 431k XP/hr 0 0 0 211.8k 0 70.4k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1737 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":584573} +Sulphur Lizard mage 302k XP/hr 0 0 0 148.2k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1188 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Sulphur Lizard mage 302k XP/hr 0 0 0 148.2k 0 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1240 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Sulphur Lizard range-def 431k XP/hr 0 0 105.9k 0 105.9k 70.4k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1711 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":584573} +Sulphur Lizard range-def 302k XP/hr 0 0 74.1k 0 74.1k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1232 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Sulphur Lizard range-def 302k XP/hr 0 0 74.1k 0 74.1k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1131 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Sulphur Lizard range 431k XP/hr 0 0 0 0 211.8k 70.4k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1728 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":584573} +Sulphur Lizard range 302k XP/hr 0 0 0 0 148.2k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1217 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Sulphur Lizard range 302k XP/hr 0 0 0 0 148.2k 49.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 1197 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":409168} +Suqah atk-str-def 1.6m XP/hr 197.1k 197.1k 197.1k 0 0 196.6k 151.5k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":25576000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 27.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Suqah atk-str-def 720k XP/hr 88.7k 88.7k 88.7k 0 0 88.5k 68.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56819200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Suqah atk-str-def 720k XP/hr 88.7k 88.7k 88.7k 0 0 88.5k 68.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56819200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Suqah mage-def 1.6m XP/hr 0 0 295.6k 295.6k 0 196.6k 151.5k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":25576000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 27.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Suqah mage-def 720k XP/hr 0 0 133.1k 133.1k 0 88.5k 68.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56819200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Suqah mage-def 720k XP/hr 0 0 133.1k 133.1k 0 88.5k 68.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56819200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Suqah mage 1.6m XP/hr 0 0 0 591.2k 0 196.6k 151.5k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":25576000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 27.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Suqah mage 720k XP/hr 0 0 0 266.1k 0 88.5k 68.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56819200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Suqah mage 720k XP/hr 0 0 0 266.1k 0 88.5k 68.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56819200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.** You received 1x Equippable mystery box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Suqah range-def 1.6m XP/hr 0 0 295.6k 0 295.6k 196.6k 151.5k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":25576000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 27.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Suqah range-def 720k XP/hr 0 0 133.1k 0 133.1k 88.5k 68.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56819200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Suqah range-def 720k XP/hr 0 0 133.1k 0 133.1k 88.5k 68.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56819200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Suqah range 1.6m XP/hr 0 0 0 0 591.2k 196.6k 151.5k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":25576000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 27.8k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Suqah range 720k XP/hr 0 0 0 0 266.1k 88.5k 68.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56819200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Suqah range 720k XP/hr 0 0 0 0 266.1k 88.5k 68.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56819200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Swordchick atk-str-def 150k XP/hr 21.4k 21.4k 21.4k 0 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick atk-str-def 150k XP/hr 21.4k 21.4k 21.4k 0 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick atk-str-def 150k XP/hr 21.4k 21.4k 21.4k 0 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick mage-def 150k XP/hr 0 0 32k 32k 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick mage-def 150k XP/hr 0 0 32k 32k 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick mage-def 150k XP/hr 0 0 32k 32k 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick mage 150k XP/hr 0 0 0 64.1k 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick mage 150k XP/hr 0 0 0 64.1k 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick mage 150k XP/hr 0 0 0 64.1k 0 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick range-def 150k XP/hr 0 0 32k 0 32k 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick range-def 150k XP/hr 0 0 32k 0 32k 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick range-def 150k XP/hr 0 0 32k 0 32k 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick range 150k XP/hr 0 0 0 0 64.1k 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick range 150k XP/hr 0 0 0 0 64.1k 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Swordchick range 150k XP/hr 0 0 0 0 64.1k 21.3k 0 41.2 Sharks/hr Loot/hr 457.7/hr Raw swordfish,457.7/hr Raw chicken,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Raw chicken, 269.1k Raw swordfish, 24.2k Shark"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Taloned Wyvern atk-str-def 640k XP/hr 51.5k 51.5k 51.5k 0 0 51.4k 0 8.7 Sharks/hr Loot/hr 8.7/hr Shark Cost/hr {"duration":2116787535,"quantity":113564,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":113564,"messages":["28391x bonus kills from Ori","255.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 303 clues (Removed Metallic: 690, Treasured: 2,759,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":113564} +Taloned Wyvern atk-str-def 640k XP/hr 51.5k 51.5k 51.5k 0 0 51.4k 0 8.7 Sharks/hr Loot/hr 8.7/hr Shark Cost/hr {"duration":2116787535,"quantity":113564,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":113564,"messages":["28391x bonus kills from Ori","255.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 305 clues (Removed Metallic: 696, Treasured: 2,782,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":113564} +Taloned Wyvern atk-str-def 640k XP/hr 51.5k 51.5k 51.5k 0 0 51.4k 0 8.7 Sharks/hr Loot/hr 8.7/hr Shark Cost/hr {"duration":2116787535,"quantity":113564,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","10% for Gorajan archer gear","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":113564,"messages":["28391x bonus kills from Ori","255.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 304 clues (Removed Metallic: 692, Treasured: 2,767,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":113564} +Taloned Wyvern mage-def 544k XP/hr 0 0 65.7k 65.7k 0 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 269 clues (Removed Metallic: 612, Treasured: 2,448,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Taloned Wyvern mage-def 544k XP/hr 0 0 65.7k 65.7k 0 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 220 clues (Removed Metallic: 502, Treasured: 2,007,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Taloned Wyvern mage-def 544k XP/hr 0 0 65.7k 65.7k 0 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 257 clues (Removed Metallic: 586, Treasured: 2,341,5% less materials for mastery)"],"newKC":96527} +Taloned Wyvern mage 544k XP/hr 0 0 0 131.3k 0 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 283 clues (Removed Metallic: 645, Treasured: 2,577,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Taloned Wyvern mage 544k XP/hr 0 0 0 131.3k 0 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 289 clues (Removed Metallic: 658, Treasured: 2,630,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Taloned Wyvern mage 544k XP/hr 0 0 0 131.3k 0 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 266 clues (Removed Metallic: 607, Treasured: 2,425,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Taloned Wyvern range-def 544k XP/hr 0 0 65.7k 0 65.7k 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 249 clues (Removed Metallic: 567, Treasured: 2,265,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Taloned Wyvern range-def 544k XP/hr 0 0 65.7k 0 65.7k 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 247 clues (Removed Metallic: 563, Treasured: 2,250,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Taloned Wyvern range-def 544k XP/hr 0 0 65.7k 0 65.7k 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 261 clues (Removed Metallic: 595, Treasured: 2,379,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Taloned Wyvern range 544k XP/hr 0 0 0 0 131.3k 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 261 clues (Removed Metallic: 595, Treasured: 2,379,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Taloned Wyvern range 544k XP/hr 0 0 0 0 131.3k 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 249 clues (Removed Metallic: 567, Treasured: 2,265,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Taloned Wyvern range 544k XP/hr 0 0 0 0 131.3k 43.7k 0 7.4 Sharks/hr Loot/hr 7.4/hr Shark Cost/hr {"duration":2116784986,"quantity":96527,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":96527,"messages":["24132x bonus kills from Ori","217.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 244 clues (Removed Metallic: 555, Treasured: 2,220,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":96527} +Temple Spider atk-str-def 212k XP/hr 53k 53k 53k 0 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 497 clues (Removed Metallic: 1,133, Treasured: 4,530,5% less materials for mastery)"],"newKC":313725} +Temple Spider atk-str-def 212k XP/hr 53k 53k 53k 0 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 478 clues (Removed Metallic: 1,089, Treasured: 4,355,5% less materials for mastery)"],"newKC":313725} +Temple Spider atk-str-def 212k XP/hr 53k 53k 53k 0 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 473 clues (Removed Metallic: 1,078, Treasured: 4,310,5% less materials for mastery)"],"newKC":313725} +Temple Spider mage-def 212k XP/hr 0 0 79.6k 79.6k 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 460 clues (Removed Metallic: 1,049, Treasured: 4,196,5% less materials for mastery)"],"newKC":313725} +Temple Spider mage-def 212k XP/hr 0 0 79.6k 79.6k 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 478 clues (Removed Metallic: 1,089, Treasured: 4,355,5% less materials for mastery)"],"newKC":313725} +Temple Spider mage-def 212k XP/hr 0 0 79.6k 79.6k 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 498 clues (Removed Metallic: 1,135, Treasured: 4,538,5% less materials for mastery)"],"newKC":313725} +Temple Spider mage 212k XP/hr 0 0 0 159.1k 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 460 clues (Removed Metallic: 1,049, Treasured: 4,196,5% less materials for mastery)"],"newKC":313725} +Temple Spider mage 212k XP/hr 0 0 0 159.1k 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 449 clues (Removed Metallic: 1,023, Treasured: 4,089,5% less materials for mastery)"],"newKC":313725} +Temple Spider mage 212k XP/hr 0 0 0 159.1k 0 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 543 clues (Removed Metallic: 1,237, Treasured: 4,948,5% less materials for mastery)"],"newKC":313725} +Temple Spider range-def 212k XP/hr 0 0 79.6k 0 79.6k 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 523 clues (Removed Metallic: 1,192, Treasured: 4,766,5% less materials for mastery)"],"newKC":313725} +Temple Spider range-def 212k XP/hr 0 0 79.6k 0 79.6k 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 440 clues (Removed Metallic: 1,004, Treasured: 4,013,5% less materials for mastery)"],"newKC":313725} +Temple Spider range-def 212k XP/hr 0 0 79.6k 0 79.6k 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 526 clues (Removed Metallic: 1,199, Treasured: 4,796,5% less materials for mastery)"],"newKC":313725} +Temple Spider range 212k XP/hr 0 0 0 0 159.1k 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 473 clues (Removed Metallic: 1,078, Treasured: 4,310,5% less materials for mastery)"],"newKC":313725} +Temple Spider range 212k XP/hr 0 0 0 0 159.1k 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 490 clues (Removed Metallic: 1,118, Treasured: 4,469,5% less materials for mastery)"],"newKC":313725} +Temple Spider range 212k XP/hr 0 0 0 0 159.1k 52.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 500 clues (Removed Metallic: 1,140, Treasured: 4,560,5% less materials for mastery)"],"newKC":313725} +Terror dog atk-str-def 594k XP/hr 67.6k 67.6k 67.6k 0 0 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Terror dog atk-str-def 594k XP/hr 67.6k 67.6k 67.6k 0 0 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":10000} +Terror dog atk-str-def 594k XP/hr 67.6k 67.6k 67.6k 0 0 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Terror dog mage-def 594k XP/hr 0 0 101.4k 101.4k 0 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Terror dog mage-def 594k XP/hr 0 0 101.4k 101.4k 0 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Terror dog mage-def 594k XP/hr 0 0 101.4k 101.4k 0 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Terror dog mage 594k XP/hr 0 0 0 202.9k 0 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Terror dog mage 594k XP/hr 0 0 0 202.9k 0 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Terror dog mage 594k XP/hr 0 0 0 202.9k 0 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Terror dog range-def 594k XP/hr 0 0 101.4k 0 101.4k 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Terror dog range-def 594k XP/hr 0 0 101.4k 0 101.4k 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Equippable mystery box for completing your task.","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Terror dog range-def 594k XP/hr 0 0 101.4k 0 101.4k 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Terror dog range 594k XP/hr 0 0 0 0 202.9k 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Terror dog range 594k XP/hr 0 0 0 0 202.9k 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Terror dog range 594k XP/hr 0 0 0 0 202.9k 67.4k 50.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":61759600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","4.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 133, Pious: 167, Sharp: 34, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Terrorbird atk-str-def 341k XP/hr 48k 48k 48k 0 0 47.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Terrorbird atk-str-def 239k XP/hr 33.6k 33.6k 33.6k 0 0 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Terrorbird atk-str-def 239k XP/hr 33.6k 33.6k 33.6k 0 0 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Terrorbird mage-def 341k XP/hr 0 0 72k 72k 0 47.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Terrorbird mage-def 239k XP/hr 0 0 50.4k 50.4k 0 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Terrorbird mage-def 239k XP/hr 0 0 50.4k 50.4k 0 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Terrorbird mage 341k XP/hr 0 0 0 144k 0 47.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Terrorbird mage 239k XP/hr 0 0 0 100.8k 0 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Terrorbird mage 239k XP/hr 0 0 0 100.8k 0 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Terrorbird range-def 341k XP/hr 0 0 72k 0 72k 47.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Terrorbird range-def 239k XP/hr 0 0 50.4k 0 50.4k 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Terrorbird range-def 239k XP/hr 0 0 50.4k 0 50.4k 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Terrorbird range 341k XP/hr 0 0 0 0 144k 47.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987197457,"quantity":584573,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":584573,"messages":["146144x bonus kills from Ori","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)"],"newKC":584573} +Terrorbird range 239k XP/hr 0 0 0 0 100.8k 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +Terrorbird range 239k XP/hr 0 0 0 0 100.8k 33.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987198043,"quantity":409168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":409168,"messages":["102292x bonus kills from Ori","57.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,634, Pious: 2,043, Sharp: 409, 5% less materials for mastery)"],"newKC":409168} +The Leviathan atk-str-def 231k XP/hr 57.7k 57.7k 57.7k 0 0 57.5k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8300,"messages":["2075x bonus kills from Ori","You died 12204x times.","<:Clue_upgrader:986830303001722880> Upgraded 83 clues (Removed Metallic: 152, Treasured: 608,5% less materials for mastery)"],"newKC":8300} +The Leviathan atk-str-def 233k XP/hr 58.3k 58.3k 58.3k 0 0 58.1k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8385,"messages":["2097x bonus kills from Ori","You died 12119x times.","<:Clue_upgrader:986830303001722880> Upgraded 80 clues (Removed Metallic: 152, Treasured: 608,5% less materials for mastery)"],"newKC":8385} +The Leviathan atk-str-def 229k XP/hr 57.4k 57.4k 57.4k 0 0 57.2k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8257,"messages":["2065x bonus kills from Ori","You died 12247x times.","<:Clue_upgrader:986830303001722880> Upgraded 76 clues (Removed Metallic: 143, Treasured: 570,5% less materials for mastery)"],"newKC":8257} +The Leviathan mage-def 228k XP/hr 0 0 85.7k 85.7k 0 57k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8225,"messages":["2057x bonus kills from Ori","You died 12279x times.","<:Clue_upgrader:986830303001722880> Upgraded 89 clues (Removed Metallic: 181, Treasured: 722,5% less materials for mastery)"],"newKC":8225} +The Leviathan mage-def 231k XP/hr 0 0 86.8k 86.8k 0 57.7k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8323,"messages":["2081x bonus kills from Ori","You died 12181x times.","<:Clue_upgrader:986830303001722880> Upgraded 63 clues (Removed Metallic: 118, Treasured: 472,5% less materials for mastery)"],"newKC":8323} +The Leviathan mage-def 232k XP/hr 0 0 86.9k 86.9k 0 57.8k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8341,"messages":["2086x bonus kills from Ori","You died 12163x times.","<:Clue_upgrader:986830303001722880> Upgraded 55 clues (Removed Metallic: 101, Treasured: 403,5% less materials for mastery)"],"newKC":8341} +The Leviathan mage 233k XP/hr 0 0 0 174.6k 0 58k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8373,"messages":["2094x bonus kills from Ori","You died 12131x times.","<:Clue_upgrader:986830303001722880> Upgraded 69 clues (Removed Metallic: 132, Treasured: 525,5% less materials for mastery)"],"newKC":8373} +The Leviathan mage 230k XP/hr 0 0 0 172.3k 0 57.3k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8267,"messages":["2067x bonus kills from Ori","You died 12237x times.","<:Clue_upgrader:986830303001722880> Upgraded 67 clues (Removed Metallic: 124, Treasured: 494,5% less materials for mastery)"],"newKC":8267} +The Leviathan mage 229k XP/hr 0 0 0 172k 0 57.2k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8250,"messages":["2063x bonus kills from Ori","You died 12254x times.","<:Clue_upgrader:986830303001722880> Upgraded 60 clues (Removed Metallic: 113, Treasured: 449,5% less materials for mastery)"],"newKC":8250} +The Leviathan range-def 229k XP/hr 0 0 85.9k 0 85.9k 57.1k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8244,"messages":["2061x bonus kills from Ori","You died 12260x times.","<:Clue_upgrader:986830303001722880> Upgraded 91 clues (Removed Metallic: 173, Treasured: 692,5% less materials for mastery)"],"newKC":8244} +The Leviathan range-def 229k XP/hr 0 0 86.1k 0 86.1k 57.3k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8260,"messages":["2065x bonus kills from Ori","You died 12244x times.","<:Clue_upgrader:986830303001722880> Upgraded 60 clues (Removed Metallic: 107, Treasured: 426,5% less materials for mastery)"],"newKC":8260} +The Leviathan range-def 233k XP/hr 0 0 87.6k 0 87.6k 58.2k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8403,"messages":["2101x bonus kills from Ori","You died 12101x times.","<:Clue_upgrader:986830303001722880> Upgraded 71 clues (Removed Metallic: 141, Treasured: 563,5% less materials for mastery)"],"newKC":8403} +The Leviathan range 228k XP/hr 0 0 0 0 171.2k 56.9k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8212,"messages":["2053x bonus kills from Ori","You died 12292x times.","<:Clue_upgrader:986830303001722880> Upgraded 64 clues (Removed Metallic: 118, Treasured: 472,5% less materials for mastery)"],"newKC":8212} +The Leviathan range 232k XP/hr 0 0 0 0 174.1k 57.9k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8353,"messages":["2089x bonus kills from Ori","You died 12151x times.","<:Clue_upgrader:986830303001722880> Upgraded 80 clues (Removed Metallic: 147, Treasured: 586,5% less materials for mastery)"],"newKC":8353} +The Leviathan range 231k XP/hr 0 0 0 0 173.3k 57.6k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":2116713627,"quantity":20504,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 132.9k Shark","1.0% chance of death"]} {"quantity":8311,"messages":["2078x bonus kills from Ori","You died 12193x times.","<:Clue_upgrader:986830303001722880> Upgraded 83 clues (Removed Metallic: 147, Treasured: 586,5% less materials for mastery)"],"newKC":8311} +The Whisperer atk-str-def 268k XP/hr 67.1k 67.1k 67.1k 0 0 66.9k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9657,"messages":["2415x bonus kills from Ori","You died 13992x times.","<:Clue_upgrader:986830303001722880> Upgraded 91 clues (Removed Metallic: 160, Treasured: 639,5% less materials for mastery)"],"newKC":9657} +The Whisperer atk-str-def 264k XP/hr 65.9k 65.9k 65.9k 0 0 65.8k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9489,"messages":["2373x bonus kills from Ori","You died 14160x times.","<:Clue_upgrader:986830303001722880> Upgraded 89 clues (Removed Metallic: 162, Treasured: 646,5% less materials for mastery)"],"newKC":9489} +The Whisperer atk-str-def 265k XP/hr 66.3k 66.3k 66.3k 0 0 66.2k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9544,"messages":["2386x bonus kills from Ori","You died 14105x times.","<:Clue_upgrader:986830303001722880> Upgraded 79 clues (Removed Metallic: 145, Treasured: 578,5% less materials for mastery)"],"newKC":9544} +The Whisperer mage-def 265k XP/hr 0 0 99.5k 99.5k 0 66.2k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9550,"messages":["2388x bonus kills from Ori","You died 14099x times.","<:Clue_upgrader:986830303001722880> Upgraded 83 clues (Removed Metallic: 156, Treasured: 624,5% less materials for mastery)"],"newKC":9550} +The Whisperer mage-def 268k XP/hr 0 0 100.6k 100.6k 0 66.9k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9649,"messages":["2413x bonus kills from Ori","You died 14000x times.","<:Clue_upgrader:986830303001722880> Upgraded 89 clues (Removed Metallic: 162, Treasured: 646,5% less materials for mastery)"],"newKC":9649} +The Whisperer mage-def 262k XP/hr 0 0 98.2k 98.2k 0 65.3k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9421,"messages":["2356x bonus kills from Ori","You died 14228x times.","<:Clue_upgrader:986830303001722880> Upgraded 96 clues (Removed Metallic: 173, Treasured: 692,5% less materials for mastery)"],"newKC":9421} +The Whisperer mage 267k XP/hr 0 0 0 200.7k 0 66.7k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9628,"messages":["2407x bonus kills from Ori","You died 14021x times.","<:Clue_upgrader:986830303001722880> Upgraded 98 clues (Removed Metallic: 189, Treasured: 753,5% less materials for mastery)"],"newKC":9628} +The Whisperer mage 265k XP/hr 0 0 0 198.7k 0 66.1k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9530,"messages":["2383x bonus kills from Ori","You died 14119x times.","<:Clue_upgrader:986830303001722880> Upgraded 85 clues (Removed Metallic: 154, Treasured: 616,5% less materials for mastery)"],"newKC":9530} +The Whisperer mage 266k XP/hr 0 0 0 199.4k 0 66.3k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9567,"messages":["2392x bonus kills from Ori","You died 14082x times.","<:Clue_upgrader:986830303001722880> Upgraded 86 clues (Removed Metallic: 166, Treasured: 662,5% less materials for mastery)"],"newKC":9567} +The Whisperer range-def 271k XP/hr 0 0 101.7k 0 101.7k 67.6k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9757,"messages":["2440x bonus kills from Ori","You died 13892x times.","<:Clue_upgrader:986830303001722880> Upgraded 82 clues (Removed Metallic: 151, Treasured: 601,5% less materials for mastery)"],"newKC":9757} +The Whisperer range-def 267k XP/hr 0 0 100k 0 100k 66.5k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9596,"messages":["2399x bonus kills from Ori","You died 14053x times.","<:Clue_upgrader:986830303001722880> Upgraded 75 clues (Removed Metallic: 137, Treasured: 548,5% less materials for mastery)"],"newKC":9596} +The Whisperer range-def 264k XP/hr 0 0 99.2k 0 99.2k 66k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9518,"messages":["2380x bonus kills from Ori","You died 14131x times.","<:Clue_upgrader:986830303001722880> Upgraded 84 clues (Removed Metallic: 154, Treasured: 616,5% less materials for mastery)"],"newKC":9518} +The Whisperer range 267k XP/hr 0 0 0 0 200.3k 66.6k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9607,"messages":["2402x bonus kills from Ori","You died 14042x times.","<:Clue_upgrader:986830303001722880> Upgraded 70 clues (Removed Metallic: 130, Treasured: 517,5% less materials for mastery)"],"newKC":9607} +The Whisperer range 267k XP/hr 0 0 0 0 200.4k 66.6k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9613,"messages":["2404x bonus kills from Ori","You died 14036x times.","<:Clue_upgrader:986830303001722880> Upgraded 79 clues (Removed Metallic: 143, Treasured: 570,5% less materials for mastery)"],"newKC":9613} +The Whisperer range 265k XP/hr 0 0 0 0 198.8k 66.1k 0 48.9 Sharks/hr Loot/hr 48.9/hr Shark Cost/hr {"duration":2116781787,"quantity":23649,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Lightbearer","3% for Virtus mask","3% for Virtus robe top","3% for Virtus robe legs","10% for Gorajan archer gear","2% for Shark","Removing items: 28.7k Shark","1.0% chance of death"]} {"quantity":9535,"messages":["2384x bonus kills from Ori","You died 14114x times.","<:Clue_upgrader:986830303001722880> Upgraded 74 clues (Removed Metallic: 137, Treasured: 548,5% less materials for mastery)"],"newKC":9535} +Thermonuclear smoke devil atk-str-def 367k XP/hr 77.3k 77.3k 77.3k 0 0 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 45 clues (Removed Metallic: 105, Treasured: 418,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil atk-str-def 367k XP/hr 77.3k 77.3k 77.3k 0 0 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil atk-str-def 367k XP/hr 77.3k 77.3k 77.3k 0 0 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 99, Treasured: 396,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil mage-def 367k XP/hr 0 0 115.9k 115.9k 0 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil mage-def 367k XP/hr 0 0 115.9k 115.9k 0 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 47 clues (Removed Metallic: 113, Treasured: 449,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil mage-def 367k XP/hr 0 0 115.9k 115.9k 0 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil mage 367k XP/hr 0 0 0 231.9k 0 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 46 clues (Removed Metallic: 107, Treasured: 426,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil mage 367k XP/hr 0 0 0 231.9k 0 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 84, Treasured: 335,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil mage 367k XP/hr 0 0 0 231.9k 0 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 92, Treasured: 365,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil range-def 367k XP/hr 0 0 115.9k 0 115.9k 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil range-def 367k XP/hr 0 0 115.9k 0 115.9k 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 92, Treasured: 365,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil range-def 367k XP/hr 0 0 115.9k 0 115.9k 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 78, Treasured: 312,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil range 367k XP/hr 0 0 0 0 231.9k 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Pet Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 97, Treasured: 388,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil range 367k XP/hr 0 0 0 0 231.9k 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 38 clues (Removed Metallic: 90, Treasured: 358,5% less materials for mastery)"],"newKC":10000} +Thermonuclear smoke devil range 367k XP/hr 0 0 0 0 231.9k 77.1k 58.1k 21.7 Sharks/hr Loot/hr 21.7/hr Shark Cost/hr {"duration":149048200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 900x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Tormented Demon atk-str-def 45k XP/hr 10.7k 10.7k 10.7k 0 0 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon atk-str-def 45k XP/hr 10.7k 10.7k 10.7k 0 0 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon atk-str-def 45k XP/hr 10.7k 10.7k 10.7k 0 0 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon mage-def 45k XP/hr 0 0 16.1k 16.1k 0 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon mage-def 45k XP/hr 0 0 16.1k 16.1k 0 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon mage-def 45k XP/hr 0 0 16.1k 16.1k 0 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon mage 45k XP/hr 0 0 0 32.2k 0 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon mage 45k XP/hr 0 0 0 32.2k 0 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon mage 45k XP/hr 0 0 0 32.2k 0 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon range-def 45k XP/hr 0 0 16.1k 0 16.1k 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon range-def 45k XP/hr 0 0 16.1k 0 16.1k 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon range-def 45k XP/hr 0 0 16.1k 0 16.1k 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon range 45k XP/hr 0 0 0 0 32.2k 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon range 45k XP/hr 0 0 0 0 32.2k 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tormented Demon range 45k XP/hr 0 0 0 0 32.2k 10.7k 0 13.8 Sharks/hr Loot/hr 12.2/hr Divine water,13.8/hr Shark Cost/hr {"duration":2116594077,"quantity":7194,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","5% for TzKal cape","10% for Gorajan archer gear","2% for Shark","Removing items: 7.2k Divine water, 8.1k Shark"]} {"quantity":7194,"messages":["1799x bonus kills from Ori","989230 Prayer XP from purifying 8993x Infernal ashes using the Ash Sanctifier (991007 charges left)."],"newKC":7194} +Tortured Gorilla atk-str-def 201k XP/hr 27.9k 27.9k 27.9k 0 0 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 138 clues (Removed Metallic: 323, Treasured: 1,292,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla atk-str-def 201k XP/hr 27.9k 27.9k 27.9k 0 0 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 131 clues (Removed Metallic: 304, Treasured: 1,216,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla atk-str-def 201k XP/hr 27.9k 27.9k 27.9k 0 0 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 141 clues (Removed Metallic: 333, Treasured: 1,330,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla mage-def 201k XP/hr 0 0 41.9k 41.9k 0 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 157 clues (Removed Metallic: 369, Treasured: 1,475,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla mage-def 201k XP/hr 0 0 41.9k 41.9k 0 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 145 clues (Removed Metallic: 339, Treasured: 1,353,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla mage-def 201k XP/hr 0 0 41.9k 41.9k 0 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 135 clues (Removed Metallic: 316, Treasured: 1,262,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla mage 201k XP/hr 0 0 0 83.8k 0 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 148 clues (Removed Metallic: 344, Treasured: 1,376,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla mage 201k XP/hr 0 0 0 83.8k 0 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 130 clues (Removed Metallic: 308, Treasured: 1,232,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla mage 201k XP/hr 0 0 0 83.8k 0 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 139 clues (Removed Metallic: 327, Treasured: 1,308,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla range-def 201k XP/hr 0 0 41.9k 0 41.9k 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 138 clues (Removed Metallic: 320, Treasured: 1,277,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla range-def 201k XP/hr 0 0 41.9k 0 41.9k 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 140 clues (Removed Metallic: 333, Treasured: 1,330,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla range-def 201k XP/hr 0 0 41.9k 0 41.9k 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 139 clues (Removed Metallic: 327, Treasured: 1,308,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla range 201k XP/hr 0 0 0 0 83.8k 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 141 clues (Removed Metallic: 335, Treasured: 1,338,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla range 201k XP/hr 0 0 0 0 83.8k 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 129 clues (Removed Metallic: 308, Treasured: 1,232,5% less materials for mastery)"],"newKC":112044} +Tortured Gorilla range 201k XP/hr 0 0 0 0 83.8k 27.9k 0 25.7 Sharks/hr Loot/hr 25.7/hr Shark Cost/hr {"duration":2116784548,"quantity":112044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Arclight","10% for Gorajan archer gear","2% for Shark","Removing items: 15.1k Shark"]} {"quantity":112044,"messages":["28011x bonus kills from Ori","52.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,490, Pious: 1,862, Sharp: 373, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 152 clues (Removed Metallic: 356, Treasured: 1,422,5% less materials for mastery)"],"newKC":112044} +Tortured soul atk-str-def 193k XP/hr 48.3k 48.3k 48.3k 0 0 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul atk-str-def 193k XP/hr 48.3k 48.3k 48.3k 0 0 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul atk-str-def 193k XP/hr 48.3k 48.3k 48.3k 0 0 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul mage-def 193k XP/hr 0 0 72.5k 72.5k 0 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul mage-def 193k XP/hr 0 0 72.5k 72.5k 0 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul mage-def 193k XP/hr 0 0 72.5k 72.5k 0 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul mage 193k XP/hr 0 0 0 144.9k 0 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul mage 193k XP/hr 0 0 0 144.9k 0 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul mage 193k XP/hr 0 0 0 144.9k 0 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul range-def 193k XP/hr 0 0 72.5k 0 72.5k 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul range-def 193k XP/hr 0 0 72.5k 0 72.5k 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul range-def 193k XP/hr 0 0 72.5k 0 72.5k 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul range 193k XP/hr 0 0 0 0 144.9k 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul range 193k XP/hr 0 0 0 0 144.9k 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Tortured soul range 193k XP/hr 0 0 0 0 144.9k 48.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori"],"newKC":392156} +Treebeard atk-str-def 95k XP/hr 23.7k 23.7k 23.7k 0 0 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","15k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard atk-str-def 95k XP/hr 23.7k 23.7k 23.7k 0 0 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","14.4k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard atk-str-def 95k XP/hr 23.7k 23.7k 23.7k 0 0 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","13.1k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard mage-def 95k XP/hr 0 0 35.6k 35.6k 0 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","12.9k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard mage-def 95k XP/hr 0 0 35.6k 35.6k 0 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","13.4k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard mage-def 95k XP/hr 0 0 35.6k 35.6k 0 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","12.3k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard mage 95k XP/hr 0 0 0 71.1k 0 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","12.6k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard mage 95k XP/hr 0 0 0 71.1k 0 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","12.6k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard mage 95k XP/hr 0 0 0 71.1k 0 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","14.1k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard range-def 95k XP/hr 0 0 35.6k 0 35.6k 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","15.7k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard range-def 95k XP/hr 0 0 35.6k 0 35.6k 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","12k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard range-def 95k XP/hr 0 0 35.6k 0 35.6k 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","14.7k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard range 95k XP/hr 0 0 0 0 71.1k 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","13.3k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard range 95k XP/hr 0 0 0 0 71.1k 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","12.9k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Treebeard range 95k XP/hr 0 0 0 0 71.1k 23.7k 0 200.1 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,200.1/hr Shark Cost/hr {"duration":2116776451,"quantity":34858,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 166.2k Hellfire arrow, 117.6k Shark"]} {"quantity":34858,"messages":["8715x bonus kills from Ori","12.1k Prayer XP from Gorajan bonecrusher"],"newKC":34858} +Troll general atk-str-def 216k XP/hr 33.2k 33.2k 33.2k 0 0 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general atk-str-def 216k XP/hr 33.2k 33.2k 33.2k 0 0 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general atk-str-def 216k XP/hr 33.2k 33.2k 33.2k 0 0 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general mage-def 216k XP/hr 0 0 49.8k 49.8k 0 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general mage-def 216k XP/hr 0 0 49.8k 49.8k 0 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general mage-def 216k XP/hr 0 0 49.8k 49.8k 0 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general mage 216k XP/hr 0 0 0 99.6k 0 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general mage 216k XP/hr 0 0 0 99.6k 0 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general mage 216k XP/hr 0 0 0 99.6k 0 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general range-def 216k XP/hr 0 0 49.8k 0 49.8k 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general range-def 216k XP/hr 0 0 49.8k 0 49.8k 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general range-def 216k XP/hr 0 0 49.8k 0 49.8k 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general range 216k XP/hr 0 0 0 0 99.6k 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general range 216k XP/hr 0 0 0 0 99.6k 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Troll general range 216k XP/hr 0 0 0 0 99.6k 33.1k 0 8.0 Sharks/hr Loot/hr 8.0/hr Shark Cost/hr {"duration":2116796693,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":104575,"messages":["26144x bonus kills from Ori","49m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,391, Pious: 1,739, Sharp: 348, 5% less materials for mastery)"],"newKC":104575} +Turoth atk-str-def 410k XP/hr 65.1k 65.1k 65.1k 0 0 64.9k 64k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Turoth atk-str-def 409k XP/hr 65k 65k 65k 0 0 64.8k 63.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 124x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Turoth atk-str-def 412k XP/hr 65.2k 65.2k 65.2k 0 0 65k 65.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 146x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Turoth mage-def 414k XP/hr 0 0 98k 98k 0 65.2k 67.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 158x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":10000} +Turoth mage-def 405k XP/hr 0 0 97.1k 97.1k 0 64.6k 59.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2476x bonus kills from Ori","You slayed 98x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":10000} +Turoth mage-def 410k XP/hr 0 0 97.6k 97.6k 0 64.9k 64k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":10000} +Turoth mage 410k XP/hr 0 0 0 195.2k 0 64.9k 64k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Turoth mage 416k XP/hr 0 0 0 196.2k 0 65.2k 68.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2459x bonus kills from Ori","You slayed 166x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Turoth mage 412k XP/hr 0 0 0 195.6k 0 65k 65.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 146x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Turoth range-def 414k XP/hr 0 0 98k 0 98k 65.2k 67.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2461x bonus kills from Ori","You slayed 158x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Turoth range-def 402k XP/hr 0 0 96.9k 0 96.9k 64.4k 57.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2480x bonus kills from Ori","You slayed 80x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Turoth range-def 409k XP/hr 0 0 97.5k 0 97.5k 64.9k 63.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 126x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Turoth range 415k XP/hr 0 0 0 0 196k 65.2k 67.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2460x bonus kills from Ori","You slayed 160x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 73, Treasured: 289,5% less materials for mastery)"],"newKC":10000} +Turoth range 406k XP/hr 0 0 0 0 194.5k 64.7k 60.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2474x bonus kills from Ori","You slayed 106x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Turoth range 411k XP/hr 0 0 0 0 195.4k 65k 65k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":58677600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","5% for Leaf-bladed battleaxe","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 140x superior monsters.","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Equippable mystery box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Twisted Banshee atk-str-def 252k XP/hr 63.1k 63.1k 63.1k 0 0 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 631 clues (Removed Metallic: 1,439, Treasured: 5,754,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee atk-str-def 252k XP/hr 63.1k 63.1k 63.1k 0 0 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 649 clues (Removed Metallic: 1,479, Treasured: 5,913,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee atk-str-def 252k XP/hr 63.1k 63.1k 63.1k 0 0 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 637 clues (Removed Metallic: 1,452, Treasured: 5,807,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee mage-def 252k XP/hr 0 0 94.7k 94.7k 0 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 659 clues (Removed Metallic: 1,501, Treasured: 6,004,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee mage-def 252k XP/hr 0 0 94.7k 94.7k 0 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 584 clues (Removed Metallic: 1,330, Treasured: 5,320,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee mage-def 252k XP/hr 0 0 94.7k 94.7k 0 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 603 clues (Removed Metallic: 1,374, Treasured: 5,495,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee mage 252k XP/hr 0 0 0 189.4k 0 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 619 clues (Removed Metallic: 1,410, Treasured: 5,640,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee mage 252k XP/hr 0 0 0 189.4k 0 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 621 clues (Removed Metallic: 1,416, Treasured: 5,662,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee mage 252k XP/hr 0 0 0 189.4k 0 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 652 clues (Removed Metallic: 1,486, Treasured: 5,944,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee range-def 252k XP/hr 0 0 94.7k 0 94.7k 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 644 clues (Removed Metallic: 1,467, Treasured: 5,868,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee range-def 252k XP/hr 0 0 94.7k 0 94.7k 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 600 clues (Removed Metallic: 1,368, Treasured: 5,472,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee range-def 252k XP/hr 0 0 94.7k 0 94.7k 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 644 clues (Removed Metallic: 1,467, Treasured: 5,868,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee range 252k XP/hr 0 0 0 0 189.4k 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 660 clues (Removed Metallic: 1,505, Treasured: 6,020,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee range 252k XP/hr 0 0 0 0 189.4k 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 563 clues (Removed Metallic: 1,283, Treasured: 5,130,5% less materials for mastery)"],"newKC":261437} +Twisted Banshee range 252k XP/hr 0 0 0 0 189.4k 63k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 592 clues (Removed Metallic: 1,349, Treasured: 5,396,5% less materials for mastery)"],"newKC":261437} +TzHaar-Ket atk-str-def 369k XP/hr 77.7k 77.7k 77.7k 0 0 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +TzHaar-Ket atk-str-def 369k XP/hr 77.7k 77.7k 77.7k 0 0 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +TzHaar-Ket atk-str-def 369k XP/hr 77.7k 77.7k 77.7k 0 0 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 965k XP/hr 203.2k 203.2k 203.2k 0 0 202.7k 152.4k 0.0 Sharks/hr Loot/hr 3652.2/hr Death rune,1826.1/hr Blood rune Cost/hr {"duration":33074000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 16.8k Blood rune, 33.6k Death rune"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 965k XP/hr 0 0 304.8k 0 304.8k 202.7k 152.4k 0.0 Sharks/hr Loot/hr 3652.2/hr Death rune,1826.1/hr Blood rune Cost/hr {"duration":33074000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 16.8k Blood rune, 33.6k Death rune"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +TzHaar-Ket mage-def 965k XP/hr 0 0 304.8k 304.8k 0 202.7k 152.4k 0.0 Sharks/hr Loot/hr 3652.2/hr Death rune,1826.1/hr Blood rune Cost/hr {"duration":33074000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 16.8k Blood rune, 33.6k Death rune"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 369k XP/hr 0 0 116.6k 116.6k 0 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 668k XP/hr 140.7k 140.7k 140.7k 0 0 140.3k 105.5k 0.0 Sharks/hr Loot/hr 1826.1/hr Death rune,3652.2/hr Chaos rune Cost/hr {"duration":47775600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 48.5k Chaos rune, 24.2k Death rune"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +TzHaar-Ket mage-def 668k XP/hr 0 0 211k 0 211k 140.3k 105.5k 0.0 Sharks/hr Loot/hr 1826.1/hr Death rune,3652.2/hr Chaos rune Cost/hr {"duration":47775600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 48.5k Chaos rune, 24.2k Death rune"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 668k XP/hr 0 0 211k 211k 0 140.3k 105.5k 0.0 Sharks/hr Loot/hr 1826.1/hr Death rune,3652.2/hr Chaos rune Cost/hr {"duration":47775600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 48.5k Chaos rune, 24.2k Death rune"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 369k XP/hr 0 0 116.6k 116.6k 0 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 369k XP/hr 0 0 116.6k 116.6k 0 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage 965k XP/hr 0 0 0 0 609.5k 202.7k 152.4k 0.0 Sharks/hr Loot/hr 3652.2/hr Death rune,1826.1/hr Blood rune Cost/hr {"duration":33074000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 16.8k Blood rune, 33.6k Death rune"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage 965k XP/hr 0 0 0 609.5k 0 202.7k 152.4k 0.0 Sharks/hr Loot/hr 3652.2/hr Death rune,1826.1/hr Blood rune Cost/hr {"duration":33074000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 16.8k Blood rune, 33.6k Death rune"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage 369k XP/hr 0 0 0 233.1k 0 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage 668k XP/hr 0 0 0 0 422k 140.3k 105.5k 0.0 Sharks/hr Loot/hr 1826.1/hr Death rune,3652.2/hr Chaos rune Cost/hr {"duration":47775600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 48.5k Chaos rune, 24.2k Death rune"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +TzHaar-Ket mage 668k XP/hr 0 0 0 422k 0 140.3k 105.5k 0.0 Sharks/hr Loot/hr 1826.1/hr Death rune,3652.2/hr Chaos rune Cost/hr {"duration":47775600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","35% for Ice Burst","15% boost for Kodai wand","10% for Gorajan archer gear","8% for no food","Removing items: 48.5k Chaos rune, 24.2k Death rune"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage 369k XP/hr 0 0 0 233.1k 0 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage 369k XP/hr 0 0 0 233.1k 0 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket range-def 369k XP/hr 0 0 116.6k 0 116.6k 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +TzHaar-Ket range-def 369k XP/hr 0 0 116.6k 0 116.6k 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +TzHaar-Ket range-def 369k XP/hr 0 0 116.6k 0 116.6k 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket range 369k XP/hr 0 0 0 0 233.1k 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket range 369k XP/hr 0 0 0 0 233.1k 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +TzHaar-Ket range 369k XP/hr 0 0 0 0 233.1k 77.5k 58.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Mej atk-str-def 216k XP/hr 54.1k 54.1k 54.1k 0 0 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej atk-str-def 216k XP/hr 54.1k 54.1k 54.1k 0 0 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej atk-str-def 216k XP/hr 54.1k 54.1k 54.1k 0 0 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej mage-def 216k XP/hr 0 0 81.2k 81.2k 0 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej mage-def 216k XP/hr 0 0 81.2k 81.2k 0 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej mage-def 216k XP/hr 0 0 81.2k 81.2k 0 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej mage 216k XP/hr 0 0 0 162.4k 0 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej mage 216k XP/hr 0 0 0 162.4k 0 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej mage 216k XP/hr 0 0 0 162.4k 0 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej range-def 216k XP/hr 0 0 81.2k 0 81.2k 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej range-def 216k XP/hr 0 0 81.2k 0 81.2k 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej range-def 216k XP/hr 0 0 81.2k 0 81.2k 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej range 216k XP/hr 0 0 0 0 162.4k 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej range 216k XP/hr 0 0 0 0 162.4k 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Mej range 216k XP/hr 0 0 0 0 162.4k 54k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194362,"quantity":224089,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":224089,"messages":["56023x bonus kills from Ori"],"newKC":224089} +TzHaar-Xil atk-str-def 195k XP/hr 48.8k 48.8k 48.8k 0 0 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil atk-str-def 195k XP/hr 48.8k 48.8k 48.8k 0 0 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil atk-str-def 195k XP/hr 48.8k 48.8k 48.8k 0 0 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil mage-def 195k XP/hr 0 0 73.2k 73.2k 0 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil mage-def 195k XP/hr 0 0 73.2k 73.2k 0 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil mage-def 195k XP/hr 0 0 73.2k 73.2k 0 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil mage 195k XP/hr 0 0 0 146.3k 0 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil mage 195k XP/hr 0 0 0 146.3k 0 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil mage 195k XP/hr 0 0 0 146.3k 0 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil range-def 195k XP/hr 0 0 73.2k 0 73.2k 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil range-def 195k XP/hr 0 0 73.2k 0 73.2k 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil range-def 195k XP/hr 0 0 73.2k 0 73.2k 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil range 195k XP/hr 0 0 0 0 146.3k 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil range 195k XP/hr 0 0 0 0 146.3k 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +TzHaar-Xil range 195k XP/hr 0 0 0 0 146.3k 48.7k 0 13.7 Sharks/hr Loot/hr 13.7/hr Shark Cost/hr {"duration":2116788322,"quantity":179267,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":179267,"messages":["44817x bonus kills from Ori"],"newKC":179267} +Undead chicken atk-str-def 1m XP/hr 25.8k 25.8k 25.8k 0 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken atk-str-def 1m XP/hr 25.8k 25.8k 25.8k 0 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken atk-str-def 1m XP/hr 25.8k 25.8k 25.8k 0 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken mage-def 1m XP/hr 0 0 38.7k 38.7k 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken mage-def 1m XP/hr 0 0 38.7k 38.7k 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken mage-def 1m XP/hr 0 0 38.7k 38.7k 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken mage 1m XP/hr 0 0 0 77.5k 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken mage 1m XP/hr 0 0 0 77.5k 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken mage 1m XP/hr 0 0 0 77.5k 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken range-def 1m XP/hr 0 0 38.7k 0 38.7k 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken range-def 1m XP/hr 0 0 38.7k 0 38.7k 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken range-def 1m XP/hr 0 0 38.7k 0 38.7k 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken range 1m XP/hr 0 0 0 0 77.5k 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken range 1m XP/hr 0 0 0 0 77.5k 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead chicken range 1m XP/hr 0 0 0 0 77.5k 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199758,"quantity":3564356,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":3564356,"messages":["891089x bonus kills from Ori","501.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":3564356} +Undead Druid atk-str-def 197k XP/hr 41.5k 41.5k 41.5k 0 0 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 417 clues (Removed Metallic: 950, Treasured: 3,800,5% less materials for mastery)"],"newKC":130718} +Undead Druid atk-str-def 197k XP/hr 41.5k 41.5k 41.5k 0 0 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 419 clues (Removed Metallic: 954, Treasured: 3,816,5% less materials for mastery)"],"newKC":130718} +Undead Druid atk-str-def 197k XP/hr 41.5k 41.5k 41.5k 0 0 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 400 clues (Removed Metallic: 912, Treasured: 3,648,5% less materials for mastery)"],"newKC":130718} +Undead Druid mage-def 197k XP/hr 0 0 62.2k 62.2k 0 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 409 clues (Removed Metallic: 931, Treasured: 3,724,5% less materials for mastery)"],"newKC":130718} +Undead Druid mage-def 197k XP/hr 0 0 62.2k 62.2k 0 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 417 clues (Removed Metallic: 950, Treasured: 3,800,5% less materials for mastery)"],"newKC":130718} +Undead Druid mage-def 197k XP/hr 0 0 62.2k 62.2k 0 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 411 clues (Removed Metallic: 937, Treasured: 3,747,5% less materials for mastery)"],"newKC":130718} +Undead Druid mage 197k XP/hr 0 0 0 124.5k 0 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 427 clues (Removed Metallic: 973, Treasured: 3,892,5% less materials for mastery)"],"newKC":130718} +Undead Druid mage 197k XP/hr 0 0 0 124.5k 0 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 432 clues (Removed Metallic: 985, Treasured: 3,937,5% less materials for mastery)"],"newKC":130718} +Undead Druid mage 197k XP/hr 0 0 0 124.5k 0 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 410 clues (Removed Metallic: 935, Treasured: 3,740,5% less materials for mastery)"],"newKC":130718} +Undead Druid range-def 197k XP/hr 0 0 62.2k 0 62.2k 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 410 clues (Removed Metallic: 935, Treasured: 3,740,5% less materials for mastery)"],"newKC":130718} +Undead Druid range-def 197k XP/hr 0 0 62.2k 0 62.2k 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 401 clues (Removed Metallic: 914, Treasured: 3,656,5% less materials for mastery)"],"newKC":130718} +Undead Druid range-def 197k XP/hr 0 0 62.2k 0 62.2k 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 424 clues (Removed Metallic: 966, Treasured: 3,861,5% less materials for mastery)"],"newKC":130718} +Undead Druid range 197k XP/hr 0 0 0 0 124.5k 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 412 clues (Removed Metallic: 939, Treasured: 3,755,5% less materials for mastery)"],"newKC":130718} +Undead Druid range 197k XP/hr 0 0 0 0 124.5k 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 395 clues (Removed Metallic: 901, Treasured: 3,603,5% less materials for mastery)"],"newKC":130718} +Undead Druid range 197k XP/hr 0 0 0 0 124.5k 41.4k 0 20.0 Sharks/hr Loot/hr 20.0/hr Shark Cost/hr {"duration":2116784548,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","2% for Shark","Removing items: 11.8k Shark"]} {"quantity":130718,"messages":["32680x bonus kills from Ori","18.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 521, Pious: 651, Sharp: 131, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 409 clues (Removed Metallic: 931, Treasured: 3,724,5% less materials for mastery)"],"newKC":130718} +Undead one atk-str-def 278k XP/hr 44.5k 44.5k 44.5k 0 0 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one atk-str-def 278k XP/hr 44.5k 44.5k 44.5k 0 0 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one atk-str-def 278k XP/hr 44.5k 44.5k 44.5k 0 0 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one mage-def 278k XP/hr 0 0 66.8k 66.8k 0 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one mage-def 278k XP/hr 0 0 66.8k 66.8k 0 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one mage-def 278k XP/hr 0 0 66.8k 66.8k 0 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one mage 278k XP/hr 0 0 0 133.6k 0 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one mage 278k XP/hr 0 0 0 133.6k 0 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one mage 278k XP/hr 0 0 0 133.6k 0 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one range-def 278k XP/hr 0 0 66.8k 0 66.8k 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one range-def 278k XP/hr 0 0 66.8k 0 66.8k 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one range-def 278k XP/hr 0 0 66.8k 0 66.8k 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one range 278k XP/hr 0 0 0 0 133.6k 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one range 278k XP/hr 0 0 0 0 133.6k 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Undead one range 278k XP/hr 0 0 0 0 133.6k 44.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195629,"quantity":392156,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":392156,"messages":["98039x bonus kills from Ori","55.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,566, Pious: 1,957, Sharp: 392, 5% less materials for mastery)"],"newKC":392156} +Unicorn atk-str-def 174k XP/hr 18.2k 18.2k 18.2k 0 0 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn atk-str-def 174k XP/hr 18.2k 18.2k 18.2k 0 0 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn atk-str-def 174k XP/hr 18.2k 18.2k 18.2k 0 0 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn mage-def 174k XP/hr 0 0 27.3k 27.3k 0 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn mage-def 174k XP/hr 0 0 27.3k 27.3k 0 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn mage-def 174k XP/hr 0 0 27.3k 27.3k 0 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn mage 174k XP/hr 0 0 0 54.5k 0 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn mage 174k XP/hr 0 0 0 54.5k 0 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn mage 174k XP/hr 0 0 0 54.5k 0 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn range-def 174k XP/hr 0 0 27.3k 0 27.3k 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn range-def 174k XP/hr 0 0 27.3k 0 27.3k 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn range-def 174k XP/hr 0 0 27.3k 0 27.3k 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn range 174k XP/hr 0 0 0 0 54.5k 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn range 174k XP/hr 0 0 0 0 54.5k 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicorn range 174k XP/hr 0 0 0 0 54.5k 18.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199987,"quantity":395967,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":395967,"messages":["98992x bonus kills from Ori","55.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,581, Pious: 1,976, Sharp: 396, 5% less materials for mastery)"],"newKC":395967} +Unicow atk-str-def 123k XP/hr 14.6k 14.6k 14.6k 0 0 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow atk-str-def 123k XP/hr 14.6k 14.6k 14.6k 0 0 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow atk-str-def 123k XP/hr 14.6k 14.6k 14.6k 0 0 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow mage-def 123k XP/hr 0 0 22k 22k 0 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow mage-def 123k XP/hr 0 0 22k 22k 0 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow mage-def 123k XP/hr 0 0 22k 22k 0 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow mage 123k XP/hr 0 0 0 43.9k 0 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow mage 123k XP/hr 0 0 0 43.9k 0 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow mage 123k XP/hr 0 0 0 43.9k 0 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow range-def 123k XP/hr 0 0 22k 0 22k 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow range-def 123k XP/hr 0 0 22k 0 22k 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow range-def 123k XP/hr 0 0 22k 0 22k 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow range 123k XP/hr 0 0 0 0 43.9k 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow range 123k XP/hr 0 0 0 0 43.9k 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Unicow range 123k XP/hr 0 0 0 0 43.9k 14.6k 0 41.2 Sharks/hr Loot/hr 457.7/hr Unicorn horn,457.7/hr Cowhide,41.2/hr Shark Cost/hr {"duration":2116797305,"quantity":269125,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Torva platebody","13% for Torva platelegs","11% for Dragon claws","10% for Gorajan archer gear","2% for Shark","Removing items: 269.1k Cowhide, 24.2k Shark, 269.1k Unicorn horn"]} {"quantity":269125,"messages":["67282x bonus kills from Ori","37.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,076, Pious: 1,345, Sharp: 269, 5% less materials for mastery)"],"newKC":269125} +Urium Shade atk-str-def 328k XP/hr 82.1k 82.1k 82.1k 0 0 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade atk-str-def 328k XP/hr 82.1k 82.1k 82.1k 0 0 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade atk-str-def 328k XP/hr 82.1k 82.1k 82.1k 0 0 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade mage-def 328k XP/hr 0 0 123.1k 123.1k 0 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade mage-def 328k XP/hr 0 0 123.1k 123.1k 0 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade mage-def 328k XP/hr 0 0 123.1k 123.1k 0 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade mage 328k XP/hr 0 0 0 246.3k 0 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade mage 328k XP/hr 0 0 0 246.3k 0 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade mage 328k XP/hr 0 0 0 246.3k 0 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade range-def 328k XP/hr 0 0 123.1k 0 123.1k 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade range-def 328k XP/hr 0 0 123.1k 0 123.1k 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade range-def 328k XP/hr 0 0 123.1k 0 123.1k 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade range 328k XP/hr 0 0 0 0 246.3k 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade range 328k XP/hr 0 0 0 0 246.3k 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Urium Shade range 328k XP/hr 0 0 0 0 246.3k 81.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori"],"newKC":261437} +Vampyre Juvinate atk-str-def 202k XP/hr 50.5k 50.5k 50.5k 0 0 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 708 clues (Removed Metallic: 1,211, Treasured: 4,842,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate atk-str-def 202k XP/hr 50.5k 50.5k 50.5k 0 0 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 698 clues (Removed Metallic: 1,194, Treasured: 4,773,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate atk-str-def 202k XP/hr 50.5k 50.5k 50.5k 0 0 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 699 clues (Removed Metallic: 1,196, Treasured: 4,781,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate mage-def 202k XP/hr 0 0 75.8k 75.8k 0 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 715 clues (Removed Metallic: 1,222, Treasured: 4,887,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate mage-def 202k XP/hr 0 0 75.8k 75.8k 0 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 729 clues (Removed Metallic: 1,247, Treasured: 4,986,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate mage-def 202k XP/hr 0 0 75.8k 75.8k 0 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 686 clues (Removed Metallic: 1,173, Treasured: 4,690,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate mage 202k XP/hr 0 0 0 151.5k 0 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 726 clues (Removed Metallic: 1,241, Treasured: 4,963,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate mage 202k XP/hr 0 0 0 151.5k 0 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 722 clues (Removed Metallic: 1,234, Treasured: 4,933,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate mage 202k XP/hr 0 0 0 151.5k 0 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 715 clues (Removed Metallic: 1,222, Treasured: 4,887,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate range-def 202k XP/hr 0 0 75.8k 0 75.8k 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 716 clues (Removed Metallic: 1,224, Treasured: 4,895,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate range-def 202k XP/hr 0 0 75.8k 0 75.8k 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 672 clues (Removed Metallic: 1,148, Treasured: 4,591,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate range-def 202k XP/hr 0 0 75.8k 0 75.8k 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 697 clues (Removed Metallic: 1,192, Treasured: 4,766,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate range 202k XP/hr 0 0 0 0 151.5k 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 736 clues (Removed Metallic: 1,258, Treasured: 5,032,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate range 202k XP/hr 0 0 0 0 151.5k 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 702 clues (Removed Metallic: 1,199, Treasured: 4,796,5% less materials for mastery)"],"newKC":246041} +Vampyre Juvinate range 202k XP/hr 0 0 0 0 151.5k 50.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194424,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 707 clues (Removed Metallic: 1,209, Treasured: 4,834,5% less materials for mastery)"],"newKC":246041} +Vardorvis atk-str-def 132k XP/hr 33.1k 33.1k 33.1k 0 0 33k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9178,"messages":["2295x bonus kills from Ori","You died 13288x times.","<:Clue_upgrader:986830303001722880> Upgraded 77 clues (Removed Metallic: 139, Treasured: 555,5% less materials for mastery)"],"newKC":9178} +Vardorvis atk-str-def 132k XP/hr 33k 33k 33k 0 0 32.9k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9158,"messages":["2290x bonus kills from Ori","You died 13308x times.","<:Clue_upgrader:986830303001722880> Upgraded 80 clues (Removed Metallic: 151, Treasured: 601,5% less materials for mastery)"],"newKC":9158} +Vardorvis atk-str-def 131k XP/hr 32.8k 32.8k 32.8k 0 0 32.7k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9105,"messages":["2277x bonus kills from Ori","You died 13361x times.","<:Clue_upgrader:986830303001722880> Upgraded 104 clues (Removed Metallic: 196, Treasured: 783,5% less materials for mastery)"],"newKC":9105} +Vardorvis mage-def 131k XP/hr 0 0 49k 49k 0 32.6k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9066,"messages":["2267x bonus kills from Ori","You died 13400x times.","<:Clue_upgrader:986830303001722880> Upgraded 78 clues (Removed Metallic: 139, Treasured: 555,5% less materials for mastery)"],"newKC":9066} +Vardorvis mage-def 131k XP/hr 0 0 49.2k 49.2k 0 32.7k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9104,"messages":["2276x bonus kills from Ori","You died 13362x times.","<:Clue_upgrader:986830303001722880> Upgraded 91 clues (Removed Metallic: 171, Treasured: 684,5% less materials for mastery)"],"newKC":9104} +Vardorvis mage-def 130k XP/hr 0 0 48.9k 48.9k 0 32.5k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9054,"messages":["2264x bonus kills from Ori","You died 13412x times.","<:Clue_upgrader:986830303001722880> Upgraded 88 clues (Removed Metallic: 164, Treasured: 654,5% less materials for mastery)"],"newKC":9054} +Vardorvis mage 133k XP/hr 0 0 0 100.1k 0 33.3k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9264,"messages":["2316x bonus kills from Ori","You died 13202x times.","<:Clue_upgrader:986830303001722880> Upgraded 80 clues (Removed Metallic: 154, Treasured: 616,5% less materials for mastery)"],"newKC":9264} +Vardorvis mage 131k XP/hr 0 0 0 98.1k 0 32.6k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9075,"messages":["2269x bonus kills from Ori","You died 13391x times.","<:Clue_upgrader:986830303001722880> Upgraded 72 clues (Removed Metallic: 132, Treasured: 525,5% less materials for mastery)"],"newKC":9075} +Vardorvis mage 131k XP/hr 0 0 0 98k 0 32.6k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9068,"messages":["2267x bonus kills from Ori","You died 13398x times.","<:Clue_upgrader:986830303001722880> Upgraded 68 clues (Removed Metallic: 128, Treasured: 510,5% less materials for mastery)"],"newKC":9068} +Vardorvis range-def 131k XP/hr 0 0 49.1k 0 49.1k 32.7k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9089,"messages":["2273x bonus kills from Ori","You died 13377x times.","<:Clue_upgrader:986830303001722880> Upgraded 99 clues (Removed Metallic: 185, Treasured: 738,5% less materials for mastery)"],"newKC":9089} +Vardorvis range-def 131k XP/hr 0 0 49.3k 0 49.3k 32.8k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9114,"messages":["2279x bonus kills from Ori","You died 13352x times.","<:Clue_upgrader:986830303001722880> Upgraded 70 clues (Removed Metallic: 135, Treasured: 540,5% less materials for mastery)"],"newKC":9114} +Vardorvis range-def 131k XP/hr 0 0 49.1k 0 49.1k 32.7k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9091,"messages":["2273x bonus kills from Ori","You died 13375x times.","<:Clue_upgrader:986830303001722880> Upgraded 87 clues (Removed Metallic: 151, Treasured: 601,5% less materials for mastery)"],"newKC":9091} +Vardorvis range 129k XP/hr 0 0 0 0 97.1k 32.3k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":8979,"messages":["2245x bonus kills from Ori","You died 13487x times.","<:Clue_upgrader:986830303001722880> Upgraded 86 clues (Removed Metallic: 177, Treasured: 707,5% less materials for mastery)"],"newKC":8979} +Vardorvis range 132k XP/hr 0 0 0 0 98.9k 32.9k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9150,"messages":["2288x bonus kills from Ori","You died 13316x times.","<:Clue_upgrader:986830303001722880> Upgraded 71 clues (Removed Metallic: 128, Treasured: 510,5% less materials for mastery)"],"newKC":9150} +Vardorvis range 133k XP/hr 0 0 0 0 99.8k 33.2k 0 53.3 Sharks/hr Loot/hr 53.3/hr Shark Cost/hr {"duration":2116727649,"quantity":22466,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3% for Torva full helm","3% for Torva platebody","3% for Torva platelegs","10% for Gorajan archer gear","2% for Shark","Removing items: 31.3k Shark","1.0% chance of death"]} {"quantity":9235,"messages":["2309x bonus kills from Ori","You died 13231x times.","<:Clue_upgrader:986830303001722880> Upgraded 89 clues (Removed Metallic: 164, Treasured: 654,5% less materials for mastery)"],"newKC":9235} +Venatrix atk-str-def 128k XP/hr 20.6k 20.6k 20.6k 0 0 20.5k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2723,"messages":["681x bonus kills from Ori","You died 2505x times.","26.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 757, Pious: 946, Sharp: 190, 5% less materials for mastery)"],"newKC":2723} +Venatrix atk-str-def 124k XP/hr 20.1k 20.1k 20.1k 0 0 20k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2661,"messages":["666x bonus kills from Ori","You died 2567x times.","25.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 734, Pious: 917, Sharp: 184, 5% less materials for mastery)"],"newKC":2661} +Venatrix atk-str-def 127k XP/hr 20.3k 20.3k 20.3k 0 0 20.2k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2685,"messages":["672x bonus kills from Ori","You died 2543x times.","26.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 760, Pious: 950, Sharp: 190, 5% less materials for mastery)"],"newKC":2685} +Venatrix mage-def 123k XP/hr 0 0 30.2k 30.2k 0 20.1k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2665,"messages":["667x bonus kills from Ori","You died 2563x times.","25.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 715, Pious: 893, Sharp: 179, 5% less materials for mastery)"],"newKC":2665} +Venatrix mage-def 128k XP/hr 0 0 30.9k 30.9k 0 20.5k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2727,"messages":["682x bonus kills from Ori","You died 2501x times.","27m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 768, Pious: 960, Sharp: 192, 5% less materials for mastery)"],"newKC":2727} +Venatrix mage-def 128k XP/hr 0 0 30.5k 30.5k 0 20.3k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2694,"messages":["674x bonus kills from Ori","You died 2534x times.","27.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 779, Pious: 974, Sharp: 195, 5% less materials for mastery)"],"newKC":2694} +Venatrix mage 124k XP/hr 0 0 0 59.9k 0 19.9k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2646,"messages":["662x bonus kills from Ori","You died 2582x times.","26.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 745, Pious: 931, Sharp: 187, 5% less materials for mastery)"],"newKC":2646} +Venatrix mage 125k XP/hr 0 0 0 60.6k 0 20.2k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2676,"messages":["669x bonus kills from Ori","You died 2552x times.","25.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 738, Pious: 922, Sharp: 185, 5% less materials for mastery)"],"newKC":2676} +Venatrix mage 129k XP/hr 0 0 0 61.7k 0 20.5k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2722,"messages":["681x bonus kills from Ori","You died 2506x times.","27.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 779, Pious: 974, Sharp: 195, 5% less materials for mastery)"],"newKC":2722} +Venatrix range-def 127k XP/hr 0 0 30.9k 0 30.9k 20.6k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2728,"messages":["682x bonus kills from Ori","You died 2500x times.","26.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)"],"newKC":2728} +Venatrix range-def 123k XP/hr 0 0 29.9k 0 29.9k 19.9k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2637,"messages":["660x bonus kills from Ori","You died 2591x times.","25.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 722, Pious: 903, Sharp: 181, 5% less materials for mastery)"],"newKC":2637} +Venatrix range-def 124k XP/hr 0 0 29.9k 0 29.9k 19.9k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2643,"messages":["661x bonus kills from Ori","You died 2585x times.","25.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 730, Pious: 912, Sharp: 183, 5% less materials for mastery)"],"newKC":2643} +Venatrix range 126k XP/hr 0 0 0 0 60.8k 20.2k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2682,"messages":["671x bonus kills from Ori","You died 2546x times.","26.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)"],"newKC":2682} +Venatrix range 126k XP/hr 0 0 0 0 60.8k 20.2k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2685,"messages":["672x bonus kills from Ori","You died 2543x times.","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 753, Pious: 941, Sharp: 189, 5% less materials for mastery)"],"newKC":2685} +Venatrix range 124k XP/hr 0 0 0 0 60.6k 20.1k 0 28.0 Sharks/hr Loot/hr 8.9/hr Saradomin brew(4),17.8/hr Anti-venom+(4),28.0/hr Shark Cost/hr {"duration":2116493064,"quantity":5228,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","2% for Shark","Removing items: 10.5k Anti-venom+(4), 5.2k Saradomin brew(4), 16.5k Shark","5.0% chance of death"]} {"quantity":2674,"messages":["669x bonus kills from Ori","You died 2554x times.","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 722, Pious: 903, Sharp: 181, 5% less materials for mastery)"],"newKC":2674} +Venenatis atk-str-def 347k XP/hr 76.3k 76.3k 76.3k 0 0 76.1k 42.2k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":933},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.08% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9259,"messages":["You missed out on 741x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2315x bonus kills from Ori","You killed 9259x of your 10000 remaining kills, you now have 741 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9259} +Venenatis atk-str-def 346k XP/hr 76.1k 76.1k 76.1k 0 0 75.9k 42.1k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":957},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.56% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9240,"messages":["You missed out on 760x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2310x bonus kills from Ori","You killed 9240x of your 10000 remaining kills, you now have 760 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 59, Treasured: 236,5% less materials for mastery)"],"newKC":9240} +Venenatis atk-str-def 346k XP/hr 75.9k 75.9k 75.9k 0 0 75.7k 42k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":986},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.46% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9217,"messages":["You missed out on 783x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2305x bonus kills from Ori","You killed 9217x of your 10000 remaining kills, you now have 783 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9217} +Venenatis mage-def 347k XP/hr 0 0 114.3k 114.3k 0 76k 42.2k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":945},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.73% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9249,"messages":["You missed out on 751x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2313x bonus kills from Ori","You killed 9249x of your 10000 remaining kills, you now have 751 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":9249} +Venenatis mage-def 346k XP/hr 0 0 114k 114k 0 75.8k 42.1k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":974},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.13% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9226,"messages":["You missed out on 774x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2307x bonus kills from Ori","You killed 9226x of your 10000 remaining kills, you now have 774 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9226} +Venenatis mage-def 346k XP/hr 0 0 114k 114k 0 75.8k 42.1k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":974},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.59% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9226,"messages":["You missed out on 774x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2307x bonus kills from Ori","You killed 9226x of your 10000 remaining kills, you now have 774 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 92, Treasured: 365,5% less materials for mastery)"],"newKC":9226} +Venenatis mage 347k XP/hr 0 0 0 228.7k 0 76k 42.2k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":941},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.49% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9252,"messages":["You missed out on 748x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2313x bonus kills from Ori","You killed 9252x of your 10000 remaining kills, you now have 748 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":9252} +Venenatis mage 346k XP/hr 0 0 0 228.3k 0 75.9k 42.1k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":961},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.81% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9237,"messages":["You missed out on 763x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2310x bonus kills from Ori","You killed 9237x of your 10000 remaining kills, you now have 763 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":9237} +Venenatis mage 345k XP/hr 0 0 0 227.6k 0 75.7k 42k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":996},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.07% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9209,"messages":["You missed out on 791x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2303x bonus kills from Ori","You killed 9209x of your 10000 remaining kills, you now have 791 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":9209} +Venenatis range-def 345k XP/hr 0 0 113.7k 0 113.7k 75.6k 41.9k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":1005},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.27% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9202,"messages":["You missed out on 798x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2301x bonus kills from Ori","You killed 9202x of your 10000 remaining kills, you now have 798 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9202} +Venenatis range-def 347k XP/hr 0 0 114.4k 0 114.4k 76.1k 42.2k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":931},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.38% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9260,"messages":["You missed out on 740x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2315x bonus kills from Ori","You killed 9260x of your 10000 remaining kills, you now have 740 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9260} +Venenatis range-def 347k XP/hr 0 0 114.4k 0 114.4k 76.1k 42.2k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":935},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.47% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9257,"messages":["You missed out on 743x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2315x bonus kills from Ori","You killed 9257x of your 10000 remaining kills, you now have 743 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 82, Treasured: 327,5% less materials for mastery)"],"newKC":9257} +Venenatis range 347k XP/hr 0 0 0 0 228.8k 76.1k 42.2k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":937},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.27% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9256,"messages":["You missed out on 744x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2314x bonus kills from Ori","You killed 9256x of your 10000 remaining kills, you now have 744 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9256} +Venenatis range 347k XP/hr 0 0 0 0 228.5k 76k 42.1k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":950},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.52% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9245,"messages":["You missed out on 755x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2312x bonus kills from Ori","You killed 9245x of your 10000 remaining kills, you now have 755 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9245} +Venenatis range 346k XP/hr 0 0 0 0 228.4k 75.9k 42.1k 227.4 Sharks/hr Loot/hr 49.0/hr Bronze knife,282.6/hr Hellfire arrow,227.4/hr Shark Cost/hr {"duration":755227200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":956},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.92% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 10.3k Bronze knife, 59.3k Hellfire arrow, 47.7k Shark"]} {"quantity":9240,"messages":["You missed out on 760x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2310x bonus kills from Ori","You killed 9240x of your 10000 remaining kills, you now have 760 kills remaining.","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)"],"newKC":9240} +Vet'ion atk-str-def 753k XP/hr 54.6k 54.6k 54.6k 0 0 54.5k 33.1k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":767},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.80% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9268,"messages":["You missed out on 732x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2317x bonus kills from Ori","You killed 9268x of your 10000 remaining kills, you now have 732 kills remaining.","87.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,486, Pious: 3,107, Sharp: 622, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":9268} +Vet'ion atk-str-def 721k XP/hr 54.5k 54.5k 54.5k 0 0 54.3k 33k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":789},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.06% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9247,"messages":["You missed out on 753x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2312x bonus kills from Ori","You killed 9247x of your 10000 remaining kills, you now have 753 kills remaining.","82.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,334, Pious: 2,917, Sharp: 584, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9247} +Vet'ion atk-str-def 683k XP/hr 54.3k 54.3k 54.3k 0 0 54.2k 33k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":810},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.44% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9227,"messages":["You missed out on 773x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2307x bonus kills from Ori","You killed 9227x of your 10000 remaining kills, you now have 773 kills remaining.","75.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,147, Pious: 2,684, Sharp: 537, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 76, Treasured: 304,5% less materials for mastery)"],"newKC":9227} +Vet'ion mage-def 785k XP/hr 0 0 82k 82k 0 54.5k 33.1k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":759},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.44% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9276,"messages":["You missed out on 724x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2319x bonus kills from Ori","You killed 9276x of your 10000 remaining kills, you now have 724 kills remaining.","93.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,645, Pious: 3,306, Sharp: 662, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":9276} +Vet'ion mage-def 743k XP/hr 0 0 81.7k 81.7k 0 54.3k 33k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":793},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.68% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9243,"messages":["You missed out on 757x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2311x bonus kills from Ori","You killed 9243x of your 10000 remaining kills, you now have 757 kills remaining.","85.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,440, Pious: 3,050, Sharp: 610, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9243} +Vet'ion mage-def 694k XP/hr 0 0 81.6k 81.6k 0 54.3k 33k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":801},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.83% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9236,"messages":["You missed out on 764x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2309x bonus kills from Ori","You killed 9236x of your 10000 remaining kills, you now have 764 kills remaining.","77.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,201, Pious: 2,751, Sharp: 551, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":9236} +Vet'ion mage 760k XP/hr 0 0 0 164.2k 0 54.6k 33.2k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":739},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.69% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9295,"messages":["You missed out on 705x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2324x bonus kills from Ori","You killed 9295x of your 10000 remaining kills, you now have 705 kills remaining.","88.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,516, Pious: 3,145, Sharp: 629, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":9295} +Vet'ion mage 738k XP/hr 0 0 0 163.2k 0 54.3k 33k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":803},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.28% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9234,"messages":["You missed out on 766x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2309x bonus kills from Ori","You killed 9234x of your 10000 remaining kills, you now have 766 kills remaining.","85.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,417, Pious: 3,021, Sharp: 605, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":9234} +Vet'ion mage 789k XP/hr 0 0 0 163.1k 0 54.2k 33k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":806},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.26% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9231,"messages":["You missed out on 769x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2308x bonus kills from Ori","You killed 9231x of your 10000 remaining kills, you now have 769 kills remaining.","94m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,668, Pious: 3,335, Sharp: 667, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9231} +Vet'ion range-def 712k XP/hr 0 0 81.9k 0 81.9k 54.5k 33.1k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":767},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.38% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9268,"messages":["You missed out on 732x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2317x bonus kills from Ori","You killed 9268x of your 10000 remaining kills, you now have 732 kills remaining.","80.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,288, Pious: 2,860, Sharp: 572, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 75, Treasured: 297,5% less materials for mastery)"],"newKC":9268} +Vet'ion range-def 705k XP/hr 0 0 81.5k 0 81.5k 54.2k 32.9k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":813},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.90% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9224,"messages":["You missed out on 776x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2306x bonus kills from Ori","You killed 9224x of your 10000 remaining kills, you now have 776 kills remaining.","79.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,254, Pious: 2,817, Sharp: 564, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)"],"newKC":9224} +Vet'ion range-def 777k XP/hr 0 0 81.4k 0 81.4k 54.1k 32.9k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":824},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.12% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9214,"messages":["You missed out on 786x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2304x bonus kills from Ori","You killed 9214x of your 10000 remaining kills, you now have 786 kills remaining.","92.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,615, Pious: 3,268, Sharp: 654, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":9214} +Vet'ion range 761k XP/hr 0 0 0 0 163.5k 54.4k 33.1k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":782},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.28% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9254,"messages":["You missed out on 746x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2314x bonus kills from Ori","You killed 9254x of your 10000 remaining kills, you now have 746 kills remaining.","89.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,531, Pious: 3,164, Sharp: 633, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)"],"newKC":9254} +Vet'ion range 724k XP/hr 0 0 0 0 162.5k 54k 32.8k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":843},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.14% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9196,"messages":["You missed out on 804x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2299x bonus kills from Ori","You killed 9196x of your 10000 remaining kills, you now have 804 kills remaining.","82.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,353, Pious: 2,941, Sharp: 589, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":9196} +Vet'ion range 733k XP/hr 0 0 0 0 162.4k 54k 32.8k 280.8 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,280.8/hr Shark Cost/hr {"duration":628924800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":849},"messages":["15.00% for stats","10% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 1.60% per pk encounter (9% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 49.4k Hellfire arrow, 49.1k Shark"]} {"quantity":9190,"messages":["You missed out on 810x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: 1x Farsight snapshot necklace, 1x Gorajan archer helmet, 1x Gorajan archer legs, 1x Hellfire arrow, 1x Ring of piercing (i), 1x Tidal collector (i).. Your minion equips similar lost items from bank.","2298x bonus kills from Ori","You killed 9190x of your 10000 remaining kills, you now have 810 kills remaining.","84.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 2,398, Pious: 2,998, Sharp: 600, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 24 clues (Removed Metallic: 69, Treasured: 274,5% less materials for mastery)"],"newKC":9190} +Vladimir Drakan atk-str-def 48k XP/hr 1.8k 1.8k 1.8k 0 0 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,674.7/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 396.7k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2367,"messages":["592x bonus kills from Ori","You died 5379x times.","24.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 692, Pious: 865, Sharp: 173, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":2367} +Vladimir Drakan atk-str-def 50k XP/hr 1.8k 1.8k 1.8k 0 0 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,678.1/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 398.7k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2363,"messages":["591x bonus kills from Ori","You died 5383x times.","25.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 722, Pious: 903, Sharp: 181, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":2363} +Vladimir Drakan atk-str-def 54k XP/hr 1.8k 1.8k 1.8k 0 0 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,665.2/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 391.1k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2470,"messages":["618x bonus kills from Ori","You died 5276x times.","27.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 779, Pious: 974, Sharp: 195, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":2470} +Vladimir Drakan mage-def 53k XP/hr 0 0 2.7k 2.7k 0 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,676.9/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 398k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2444,"messages":["611x bonus kills from Ori","You died 5302x times.","27m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 768, Pious: 960, Sharp: 192, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 5 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)"],"newKC":2444} +Vladimir Drakan mage-def 54k XP/hr 0 0 2.6k 2.6k 0 1.7k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,664.5/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 390.7k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2316,"messages":["579x bonus kills from Ori","You died 5430x times.","27.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 791, Pious: 988, Sharp: 198, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":2316} +Vladimir Drakan mage-def 55k XP/hr 0 0 2.6k 2.6k 0 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,635.2/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 373.5k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2349,"messages":["588x bonus kills from Ori","You died 5397x times.","28m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 795, Pious: 993, Sharp: 199, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":2349} +Vladimir Drakan mage 52k XP/hr 0 0 0 5.3k 0 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,666.4/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 391.8k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2356,"messages":["589x bonus kills from Ori","You died 5390x times.","26.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 757, Pious: 946, Sharp: 190, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":2356} +Vladimir Drakan mage 53k XP/hr 0 0 0 5.3k 0 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,682.5/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 401.3k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2381,"messages":["596x bonus kills from Ori","You died 5365x times.","26.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 760, Pious: 950, Sharp: 190, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":2381} +Vladimir Drakan mage 53k XP/hr 0 0 0 5.4k 0 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,635.2/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 373.5k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2423,"messages":["606x bonus kills from Ori","You died 5323x times.","26.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 757, Pious: 946, Sharp: 190, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":2423} +Vladimir Drakan range-def 53k XP/hr 0 0 2.7k 0 2.7k 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,658.5/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 387.2k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2422,"messages":["606x bonus kills from Ori","You died 5324x times.","26.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 760, Pious: 950, Sharp: 190, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 13 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":2422} +Vladimir Drakan range-def 55k XP/hr 0 0 2.7k 0 2.7k 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,644.2/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 378.8k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2388,"messages":["597x bonus kills from Ori","You died 5358x times.","28.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 806, Pious: 1,007, Sharp: 202, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":2388} +Vladimir Drakan range-def 58k XP/hr 0 0 2.8k 0 2.8k 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,681.8/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 400.9k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2462,"messages":["616x bonus kills from Ori","You died 5284x times.","29.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 840, Pious: 1,050, Sharp: 210, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":2462} +Vladimir Drakan range 52k XP/hr 0 0 0 0 5.4k 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,637.2/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 374.7k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2405,"messages":["602x bonus kills from Ori","You died 5341x times.","26.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 745, Pious: 931, Sharp: 187, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":2405} +Vladimir Drakan range 54k XP/hr 0 0 0 0 5.4k 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,628.9/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 369.8k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2427,"messages":["607x bonus kills from Ori","You died 5319x times.","27.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 776, Pious: 969, Sharp: 194, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":2427} +Vladimir Drakan range 52k XP/hr 0 0 0 0 5.5k 1.8k 0 19.0 Sharks/hr Loot/hr 13.2/hr Vial of blood,13.2/hr Silver stake,679.9/hr Dragon arrow,19.0/hr Shark Cost/hr {"duration":2116719521,"quantity":7746,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Axe of the high sungod","10% for Gorajan archer gear","2% for Shark","Removing items: 399.8k Dragon arrow, 11.2k Shark, 7.7k Silver stake, 7.7k Vial of blood","0.0% chance of death"]} {"quantity":2443,"messages":["611x bonus kills from Ori","You died 5303x times.","26.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 741, Pious: 927, Sharp: 186, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":2443} +Vorkath atk-str-def 1.4m XP/hr 85.8k 85.8k 85.8k 0 0 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","115.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,276, Pious: 4,095, Sharp: 819, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 105, Treasured: 418,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Vorkath atk-str-def 1.4m XP/hr 85.8k 85.8k 85.8k 0 0 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","115.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,276, Pious: 4,095, Sharp: 819, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Vorkath atk-str-def 1.4m XP/hr 85.8k 85.8k 85.8k 0 0 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","113.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,230, Pious: 4,038, Sharp: 808, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 40 clues (Removed Metallic: 114, Treasured: 456,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Vorkath mage-def 1.4m XP/hr 0 0 128.7k 128.7k 0 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","115.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,268, Pious: 4,085, Sharp: 817, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 120, Treasured: 479,5% less materials for mastery)"],"newKC":10000} +Vorkath mage-def 1.4m XP/hr 0 0 128.7k 128.7k 0 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","115.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,284, Pious: 4,104, Sharp: 821, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48 clues (Removed Metallic: 137, Treasured: 548,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Vorkath mage-def 1.4m XP/hr 0 0 128.7k 128.7k 0 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","114.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,253, Pious: 4,066, Sharp: 814, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Vorkath mage 1.4m XP/hr 0 0 0 257.5k 0 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","114.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,249, Pious: 4,062, Sharp: 813, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48 clues (Removed Metallic: 137, Treasured: 548,5% less materials for mastery)"],"newKC":10000} +Vorkath mage 1.4m XP/hr 0 0 0 257.5k 0 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","114.5m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,249, Pious: 4,062, Sharp: 813, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 99, Treasured: 396,5% less materials for mastery)"],"newKC":10000} +Vorkath mage 1.4m XP/hr 0 0 0 257.5k 0 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","114.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,246, Pious: 4,057, Sharp: 812, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 46 clues (Removed Metallic: 132, Treasured: 525,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Vorkath range-def 1.4m XP/hr 0 0 128.7k 0 128.7k 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","113.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,211, Pious: 4,014, Sharp: 803, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 40 clues (Removed Metallic: 114, Treasured: 456,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Vorkath range-def 1.4m XP/hr 0 0 128.7k 0 128.7k 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","113.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,223, Pious: 4,028, Sharp: 806, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 126, Treasured: 502,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Vorkath range-def 1.4m XP/hr 0 0 128.7k 0 128.7k 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Untradeable Mystery Box for completing your task.","116.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,295, Pious: 4,119, Sharp: 824, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 46 clues (Removed Metallic: 132, Treasured: 525,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Vorkath range 1.4m XP/hr 0 0 0 0 257.5k 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","114.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,246, Pious: 4,057, Sharp: 812, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 120, Treasured: 479,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Vorkath range 1.4m XP/hr 0 0 0 0 257.5k 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","115.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,284, Pious: 4,104, Sharp: 821, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 103, Treasured: 411,5% less materials for mastery)"],"newKC":10000} +Vorkath range 1.4m XP/hr 0 0 0 0 257.5k 85.6k 64.4k 46.3 Sharks/hr Loot/hr 46.3/hr Shark Cost/hr {"duration":419449800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","114.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,261, Pious: 4,076, Sharp: 816, 5% less materials for mastery)","Portable Tanner turned the hides into leathers (Removed Metallic: 1,900, Organic: 4,750, Plated: 2,850,5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 97, Treasured: 388,5% less materials for mastery)"],"newKC":10000} +Vyrewatch Sentinel atk-str-def 335k XP/hr 83.7k 83.7k 83.7k 0 0 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 588 clues (Removed Metallic: 1,340, Treasured: 5,358,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel atk-str-def 335k XP/hr 83.7k 83.7k 83.7k 0 0 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 577 clues (Removed Metallic: 1,315, Treasured: 5,260,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel atk-str-def 335k XP/hr 83.7k 83.7k 83.7k 0 0 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 573 clues (Removed Metallic: 1,306, Treasured: 5,222,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel mage-def 335k XP/hr 0 0 125.5k 125.5k 0 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 603 clues (Removed Metallic: 1,374, Treasured: 5,495,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel mage-def 335k XP/hr 0 0 125.5k 125.5k 0 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 633 clues (Removed Metallic: 1,443, Treasured: 5,769,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel mage-def 335k XP/hr 0 0 125.5k 125.5k 0 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 596 clues (Removed Metallic: 1,359, Treasured: 5,434,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel mage 335k XP/hr 0 0 0 251.1k 0 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 620 clues (Removed Metallic: 1,414, Treasured: 5,655,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel mage 335k XP/hr 0 0 0 251.1k 0 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 612 clues (Removed Metallic: 1,395, Treasured: 5,579,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel mage 335k XP/hr 0 0 0 251.1k 0 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 571 clues (Removed Metallic: 1,302, Treasured: 5,206,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel range-def 335k XP/hr 0 0 125.5k 0 125.5k 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 541 clues (Removed Metallic: 1,234, Treasured: 4,933,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel range-def 335k XP/hr 0 0 125.5k 0 125.5k 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 619 clues (Removed Metallic: 1,410, Treasured: 5,640,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel range-def 335k XP/hr 0 0 125.5k 0 125.5k 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 593 clues (Removed Metallic: 1,351, Treasured: 5,404,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel range 335k XP/hr 0 0 0 0 251.1k 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 573 clues (Removed Metallic: 1,306, Treasured: 5,222,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel range 335k XP/hr 0 0 0 0 251.1k 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 610 clues (Removed Metallic: 1,391, Treasured: 5,564,5% less materials for mastery)"],"newKC":246041} +Vyrewatch Sentinel range 335k XP/hr 0 0 0 0 251.1k 83.5k 0 18.8 Sharks/hr Loot/hr 18.8/hr Shark Cost/hr {"duration":2116794061,"quantity":246041,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","2% for Shark","Removing items: 11.1k Shark"]} {"quantity":246041,"messages":["61511x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 560 clues (Removed Metallic: 1,277, Treasured: 5,108,5% less materials for mastery)"],"newKC":246041} +Vyrewatch atk-str-def 160k XP/hr 40.1k 40.1k 40.1k 0 0 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 470 clues (Removed Metallic: 1,072, Treasured: 4,287,5% less materials for mastery)"],"newKC":184536} +Vyrewatch atk-str-def 160k XP/hr 40.1k 40.1k 40.1k 0 0 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 453 clues (Removed Metallic: 1,032, Treasured: 4,127,5% less materials for mastery)"],"newKC":184536} +Vyrewatch atk-str-def 160k XP/hr 40.1k 40.1k 40.1k 0 0 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 446 clues (Removed Metallic: 1,017, Treasured: 4,066,5% less materials for mastery)"],"newKC":184536} +Vyrewatch mage-def 160k XP/hr 0 0 60.2k 60.2k 0 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 436 clues (Removed Metallic: 994, Treasured: 3,975,5% less materials for mastery)"],"newKC":184536} +Vyrewatch mage-def 160k XP/hr 0 0 60.2k 60.2k 0 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 447 clues (Removed Metallic: 1,019, Treasured: 4,074,5% less materials for mastery)"],"newKC":184536} +Vyrewatch mage-def 160k XP/hr 0 0 60.2k 60.2k 0 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 414 clues (Removed Metallic: 943, Treasured: 3,770,5% less materials for mastery)"],"newKC":184536} +Vyrewatch mage 160k XP/hr 0 0 0 120.3k 0 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 479 clues (Removed Metallic: 1,091, Treasured: 4,363,5% less materials for mastery)"],"newKC":184536} +Vyrewatch mage 160k XP/hr 0 0 0 120.3k 0 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 476 clues (Removed Metallic: 1,085, Treasured: 4,340,5% less materials for mastery)"],"newKC":184536} +Vyrewatch mage 160k XP/hr 0 0 0 120.3k 0 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 474 clues (Removed Metallic: 1,080, Treasured: 4,317,5% less materials for mastery)"],"newKC":184536} +Vyrewatch range-def 160k XP/hr 0 0 60.2k 0 60.2k 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 478 clues (Removed Metallic: 1,089, Treasured: 4,355,5% less materials for mastery)"],"newKC":184536} +Vyrewatch range-def 160k XP/hr 0 0 60.2k 0 60.2k 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 472 clues (Removed Metallic: 1,076, Treasured: 4,302,5% less materials for mastery)"],"newKC":184536} +Vyrewatch range-def 160k XP/hr 0 0 60.2k 0 60.2k 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 431 clues (Removed Metallic: 983, Treasured: 3,930,5% less materials for mastery)"],"newKC":184536} +Vyrewatch range 160k XP/hr 0 0 0 0 120.3k 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 471 clues (Removed Metallic: 1,074, Treasured: 4,294,5% less materials for mastery)"],"newKC":184536} +Vyrewatch range 160k XP/hr 0 0 0 0 120.3k 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 458 clues (Removed Metallic: 1,044, Treasured: 4,173,5% less materials for mastery)"],"newKC":184536} +Vyrewatch range 160k XP/hr 0 0 0 0 120.3k 40k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987194370,"quantity":184536,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% for Blisterwood flail","10% for Gorajan archer gear","8% for no food"]} {"quantity":184536,"messages":["46134x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 469 clues (Removed Metallic: 1,068, Treasured: 4,272,5% less materials for mastery)"],"newKC":184536} +Wall beast atk-str-def 277k XP/hr 58.3k 58.3k 58.3k 0 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Wall beast atk-str-def 277k XP/hr 58.3k 58.3k 58.3k 0 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Wall beast atk-str-def 277k XP/hr 58.3k 58.3k 58.3k 0 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Wall beast mage-def 277k XP/hr 0 0 87.4k 87.4k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Wall beast mage-def 277k XP/hr 0 0 87.4k 87.4k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 27 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Wall beast mage-def 277k XP/hr 0 0 87.4k 87.4k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Wall beast mage 277k XP/hr 0 0 0 174.9k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Wall beast mage 277k XP/hr 0 0 0 174.9k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Wall beast mage 277k XP/hr 0 0 0 174.9k 0 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Wall beast range-def 277k XP/hr 0 0 87.4k 0 87.4k 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Wall beast range-def 277k XP/hr 0 0 87.4k 0 87.4k 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Wall beast range-def 277k XP/hr 0 0 87.4k 0 87.4k 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Wall beast range 277k XP/hr 0 0 0 0 174.9k 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 26 clues (Removed Metallic: 44, Treasured: 175,5% less materials for mastery)"],"newKC":10000} +Wall beast range 277k XP/hr 0 0 0 0 174.9k 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Wall beast range 277k XP/hr 0 0 0 0 174.9k 58.1k 43.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":86470800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Warped Jelly atk-str-def 446k XP/hr 111.7k 111.7k 111.7k 0 0 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1646 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly atk-str-def 446k XP/hr 111.7k 111.7k 111.7k 0 0 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1618 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly atk-str-def 446k XP/hr 111.7k 111.7k 111.7k 0 0 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1636 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly mage-def 446k XP/hr 0 0 167.5k 167.5k 0 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1591 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly mage-def 446k XP/hr 0 0 167.5k 167.5k 0 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1638 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly mage-def 446k XP/hr 0 0 167.5k 167.5k 0 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1577 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly mage 446k XP/hr 0 0 0 335k 0 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1597 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly mage 446k XP/hr 0 0 0 335k 0 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1627 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly mage 446k XP/hr 0 0 0 335k 0 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1595 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly range-def 446k XP/hr 0 0 167.5k 0 167.5k 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1590 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly range-def 446k XP/hr 0 0 167.5k 0 167.5k 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1529 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly range-def 446k XP/hr 0 0 167.5k 0 167.5k 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1660 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly range 446k XP/hr 0 0 0 0 335k 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1606 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly range 446k XP/hr 0 0 0 0 335k 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1723 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Warped Jelly range 446k XP/hr 0 0 0 0 335k 111.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987195570,"quantity":330224,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":330224,"messages":["82556x bonus kills from Ori","<:Clue_upgrader:986830303001722880> Upgraded 1663 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":330224} +Waterfiend atk-str-def 402k XP/hr 83.4k 83.4k 83.4k 0 0 83.2k 62.5k 22.0 Sharks/hr Loot/hr 1224.5/hr Cannonball,22.0/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 25.1k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 57, Treasured: 228,5% less materials for mastery)"],"newKC":10000} +Waterfiend atk-str-def 281k XP/hr 58.4k 58.4k 58.4k 0 0 58.2k 43.8k 15.4 Sharks/hr Loot/hr 15.4/hr Shark Cost/hr {"duration":105261800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Waterfiend atk-str-def 281k XP/hr 58.4k 58.4k 58.4k 0 0 58.2k 43.8k 15.4 Sharks/hr Loot/hr 15.4/hr Shark Cost/hr {"duration":105261800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Waterfiend mage-def 402k XP/hr 0 0 125.1k 125.1k 0 83.2k 62.5k 22.0 Sharks/hr Loot/hr 1224.5/hr Cannonball,22.0/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 25.1k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Waterfiend mage-def 281k XP/hr 0 0 87.6k 87.6k 0 58.2k 43.8k 15.4 Sharks/hr Loot/hr 15.4/hr Shark Cost/hr {"duration":105261800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Waterfiend mage-def 281k XP/hr 0 0 87.6k 87.6k 0 58.2k 43.8k 15.4 Sharks/hr Loot/hr 15.4/hr Shark Cost/hr {"duration":105261800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Waterfiend mage 402k XP/hr 0 0 0 250.1k 0 83.2k 62.5k 22.0 Sharks/hr Loot/hr 1224.5/hr Cannonball,22.0/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 25.1k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 21 clues (Removed Metallic: 48, Treasured: 190,5% less materials for mastery)"],"newKC":10000} +Waterfiend mage 281k XP/hr 0 0 0 175.1k 0 58.2k 43.8k 15.4 Sharks/hr Loot/hr 15.4/hr Shark Cost/hr {"duration":105261800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Waterfiend mage 281k XP/hr 0 0 0 175.1k 0 58.2k 43.8k 15.4 Sharks/hr Loot/hr 15.4/hr Shark Cost/hr {"duration":105261800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Waterfiend range-def 402k XP/hr 0 0 125.1k 0 125.1k 83.2k 62.5k 22.0 Sharks/hr Loot/hr 1224.5/hr Cannonball,22.0/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 25.1k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Pet Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Waterfiend range-def 281k XP/hr 0 0 87.6k 0 87.6k 58.2k 43.8k 15.4 Sharks/hr Loot/hr 15.4/hr Shark Cost/hr {"duration":105261800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Waterfiend range-def 281k XP/hr 0 0 87.6k 0 87.6k 58.2k 43.8k 15.4 Sharks/hr Loot/hr 15.4/hr Shark Cost/hr {"duration":105261800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Waterfiend range 402k XP/hr 0 0 0 0 250.1k 83.2k 62.5k 22.0 Sharks/hr Loot/hr 1224.5/hr Cannonball,22.0/hr Shark Cost/hr {"duration":73686200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 25.1k Cannonball, 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Waterfiend range 281k XP/hr 0 0 0 0 175.1k 58.2k 43.8k 15.4 Sharks/hr Loot/hr 15.4/hr Shark Cost/hr {"duration":105261800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Waterfiend range 281k XP/hr 0 0 0 0 175.1k 58.2k 43.8k 15.4 Sharks/hr Loot/hr 15.4/hr Shark Cost/hr {"duration":105261800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 450x Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","125000 Prayer XP from purifying 12500x Fiendish ashes using the Ash Sanctifier (987500 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","<:Clue_upgrader:986830303001722880> Upgraded 20 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Werewolf atk-str-def 501k XP/hr 86.4k 86.4k 86.4k 0 0 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 32 clues (Removed Metallic: 42, Treasured: 168,5% less materials for mastery)"],"newKC":10000} +Werewolf atk-str-def 501k XP/hr 86.4k 86.4k 86.4k 0 0 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Werewolf atk-str-def 501k XP/hr 86.4k 86.4k 86.4k 0 0 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 51 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Werewolf mage-def 501k XP/hr 0 0 129.5k 129.5k 0 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 45 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Werewolf mage-def 501k XP/hr 0 0 129.5k 129.5k 0 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)"],"newKC":10000} +Werewolf mage-def 501k XP/hr 0 0 129.5k 129.5k 0 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 46, Treasured: 183,5% less materials for mastery)"],"newKC":10000} +Werewolf mage 501k XP/hr 0 0 0 259.1k 0 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Werewolf mage 501k XP/hr 0 0 0 259.1k 0 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 52, Treasured: 206,5% less materials for mastery)"],"newKC":10000} +Werewolf mage 501k XP/hr 0 0 0 259.1k 0 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 46 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Werewolf range-def 501k XP/hr 0 0 129.5k 0 129.5k 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 49 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +Werewolf range-def 501k XP/hr 0 0 129.5k 0 129.5k 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 40 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Werewolf range-def 501k XP/hr 0 0 129.5k 0 129.5k 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 54 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)"],"newKC":10000} +Werewolf range 501k XP/hr 0 0 0 0 259.1k 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 51 clues (Removed Metallic: 63, Treasured: 251,5% less materials for mastery)"],"newKC":10000} +Werewolf range 501k XP/hr 0 0 0 0 259.1k 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 56, Treasured: 221,5% less materials for mastery)"],"newKC":10000} +Werewolf range 501k XP/hr 0 0 0 0 259.1k 86.1k 64.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55586400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Wolfbane","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 61, Treasured: 244,5% less materials for mastery)"],"newKC":10000} +White Wolf atk-str-def 474k XP/hr 74.1k 74.1k 74.1k 0 0 73.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997899,"quantity":322684,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":322684,"messages":["80671x bonus kills from Ori","45.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,289, Pious: 1,611, Sharp: 323, 5% less materials for mastery)"],"newKC":322684} +White Wolf atk-str-def 213k XP/hr 33.3k 33.3k 33.3k 0 0 33.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +White Wolf atk-str-def 213k XP/hr 33.3k 33.3k 33.3k 0 0 33.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +White Wolf mage-def 474k XP/hr 0 0 111.1k 111.1k 0 73.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997899,"quantity":322684,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":322684,"messages":["80671x bonus kills from Ori","45.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,289, Pious: 1,611, Sharp: 323, 5% less materials for mastery)"],"newKC":322684} +White Wolf mage-def 213k XP/hr 0 0 50k 50k 0 33.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +White Wolf mage-def 213k XP/hr 0 0 50k 50k 0 33.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +White Wolf mage 474k XP/hr 0 0 0 222.2k 0 73.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997899,"quantity":322684,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":322684,"messages":["80671x bonus kills from Ori","45.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,289, Pious: 1,611, Sharp: 323, 5% less materials for mastery)"],"newKC":322684} +White Wolf mage 213k XP/hr 0 0 0 100k 0 33.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +White Wolf mage 213k XP/hr 0 0 0 100k 0 33.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +White Wolf range-def 474k XP/hr 0 0 111.1k 0 111.1k 73.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997899,"quantity":322684,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":322684,"messages":["80671x bonus kills from Ori","45.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,289, Pious: 1,611, Sharp: 323, 5% less materials for mastery)"],"newKC":322684} +White Wolf range-def 213k XP/hr 0 0 50k 0 50k 33.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +White Wolf range-def 213k XP/hr 0 0 50k 0 50k 33.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +White Wolf range 474k XP/hr 0 0 0 0 222.2k 73.9k 0 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":919997899,"quantity":322684,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 1000k Cannonball"]} {"quantity":322684,"messages":["80671x bonus kills from Ori","45.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,289, Pious: 1,611, Sharp: 323, 5% less materials for mastery)"],"newKC":322684} +White Wolf range 213k XP/hr 0 0 0 0 100k 33.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +White Wolf range 213k XP/hr 0 0 0 0 100k 33.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Wild dog atk-str-def 382k XP/hr 67.1k 67.1k 67.1k 0 0 66.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987196541,"quantity":448132,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":448132,"messages":["112033x bonus kills from Ori","63m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,790, Pious: 2,238, Sharp: 448, 5% less materials for mastery)"],"newKC":448132} +Wild dog atk-str-def 268k XP/hr 47k 47k 47k 0 0 46.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Wild dog atk-str-def 268k XP/hr 47k 47k 47k 0 0 46.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Wild dog mage-def 382k XP/hr 0 0 100.7k 100.7k 0 66.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987196541,"quantity":448132,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":448132,"messages":["112033x bonus kills from Ori","63m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,790, Pious: 2,238, Sharp: 448, 5% less materials for mastery)"],"newKC":448132} +Wild dog mage-def 268k XP/hr 0 0 70.5k 70.5k 0 46.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Wild dog mage-def 268k XP/hr 0 0 70.5k 70.5k 0 46.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Wild dog mage 382k XP/hr 0 0 0 201.3k 0 66.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987196541,"quantity":448132,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":448132,"messages":["112033x bonus kills from Ori","63m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,790, Pious: 2,238, Sharp: 448, 5% less materials for mastery)"],"newKC":448132} +Wild dog mage 268k XP/hr 0 0 0 140.9k 0 46.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Wild dog mage 268k XP/hr 0 0 0 140.9k 0 46.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Wild dog range-def 382k XP/hr 0 0 100.7k 0 100.7k 66.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987196541,"quantity":448132,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":448132,"messages":["112033x bonus kills from Ori","63m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,790, Pious: 2,238, Sharp: 448, 5% less materials for mastery)"],"newKC":448132} +Wild dog range-def 268k XP/hr 0 0 70.5k 0 70.5k 46.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Wild dog range-def 268k XP/hr 0 0 70.5k 0 70.5k 46.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Wild dog range 382k XP/hr 0 0 0 0 201.3k 66.9k 0 0.0 Sharks/hr Loot/hr 1304.3/hr Cannonball Cost/hr {"duration":1987196541,"quantity":448132,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","30% for Cannon in singles","10% for Gorajan archer gear","8% for no food","Removing items: 720k Cannonball"]} {"quantity":448132,"messages":["112033x bonus kills from Ori","63m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,790, Pious: 2,238, Sharp: 448, 5% less materials for mastery)"],"newKC":448132} +Wild dog range 268k XP/hr 0 0 0 0 140.9k 46.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Wild dog range 268k XP/hr 0 0 0 0 140.9k 46.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987196895,"quantity":313725,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":313725,"messages":["78432x bonus kills from Ori","44.1m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 1,251, Pious: 1,563, Sharp: 313, 5% less materials for mastery)"],"newKC":313725} +Wolf atk-str-def 1.3m XP/hr 205.8k 205.8k 205.8k 0 0 205.3k 154.4k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":16090800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 17.5k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 42 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Wolf atk-str-def 582k XP/hr 92.7k 92.7k 92.7k 0 0 92.4k 69.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 29 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Wolf atk-str-def 582k XP/hr 92.7k 92.7k 92.7k 0 0 92.4k 69.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Wolf mage-def 1.3m XP/hr 0 0 308.7k 308.7k 0 205.3k 154.4k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":16090800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 17.5k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 52 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Wolf mage-def 582k XP/hr 0 0 139k 139k 0 92.4k 69.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 47 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Wolf mage-def 582k XP/hr 0 0 139k 139k 0 92.4k 69.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 40 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Wolf mage 1.3m XP/hr 0 0 0 617.5k 0 205.3k 154.4k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":16090800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 17.5k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 48 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Wolf mage 582k XP/hr 0 0 0 278k 0 92.4k 69.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Wolf mage 582k XP/hr 0 0 0 278k 0 92.4k 69.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 43 clues (Removed Metallic: 23, Treasured: 92,5% less materials for mastery)"],"newKC":10000} +Wolf range-def 1.3m XP/hr 0 0 308.7k 0 308.7k 205.3k 154.4k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":16090800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 17.5k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 56 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Wolf range-def 582k XP/hr 0 0 139k 0 139k 92.4k 69.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 44 clues (Removed Metallic: 25, Treasured: 99,5% less materials for mastery)"],"newKC":10000} +Wolf range-def 582k XP/hr 0 0 139k 0 139k 92.4k 69.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 36 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Wolf range 1.3m XP/hr 0 0 0 0 617.5k 205.3k 154.4k 0.0 Sharks/hr Loot/hr 3913.0/hr Cannonball Cost/hr {"duration":16090800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","55% for Cannon in multi","10% for Gorajan archer gear","8% for no food","Removing items: 17.5k Cannonball"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 39 clues (Removed Metallic: 21, Treasured: 84,5% less materials for mastery)"],"newKC":10000} +Wolf range 582k XP/hr 0 0 0 0 278k 92.4k 69.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)"],"newKC":10000} +Wolf range 582k XP/hr 0 0 0 0 278k 92.4k 69.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35742000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 50 clues (Removed Metallic: 29, Treasured: 114,5% less materials for mastery)"],"newKC":10000} +Woman atk-str-def 431k XP/hr 29.7k 29.7k 29.7k 0 0 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10932 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman atk-str-def 431k XP/hr 29.7k 29.7k 29.7k 0 0 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10994 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman atk-str-def 431k XP/hr 29.7k 29.7k 29.7k 0 0 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10926 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman mage-def 431k XP/hr 0 0 44.5k 44.5k 0 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11017 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman mage-def 431k XP/hr 0 0 44.5k 44.5k 0 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10769 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman mage-def 431k XP/hr 0 0 44.5k 44.5k 0 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10887 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman mage 431k XP/hr 0 0 0 89k 0 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10888 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman mage 431k XP/hr 0 0 0 89k 0 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10920 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman mage 431k XP/hr 0 0 0 89k 0 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11033 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman range-def 431k XP/hr 0 0 44.5k 0 44.5k 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11029 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman range-def 431k XP/hr 0 0 44.5k 0 44.5k 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11075 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman range-def 431k XP/hr 0 0 44.5k 0 44.5k 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11084 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman range 431k XP/hr 0 0 0 0 89k 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11135 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman range 431k XP/hr 0 0 0 0 89k 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 11191 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Woman range 431k XP/hr 0 0 0 0 89k 29.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987199292,"quantity":1227970,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","2x BSO Boost","10% for Gorajan archer gear","8% for no food"]} {"quantity":1227970,"messages":["306993x bonus kills from Ori","172.7m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 10971 clues (Removed Metallic: 1,900, Treasured: 7,600,5% less materials for mastery)"],"newKC":1227970} +Wyrm atk-str-def 1.5m XP/hr 112k 112k 112k 0 0 111.7k 111.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2470x bonus kills from Ori","You slayed 120x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 22 clues (Removed Metallic: 50, Treasured: 198,5% less materials for mastery)"],"newKC":10000} +Wyrm atk-str-def 1.5m XP/hr 112k 112k 112k 0 0 111.7k 110.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2471x bonus kills from Ori","You slayed 118x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Wyrm atk-str-def 1.6m XP/hr 112.4k 112.4k 112.4k 0 0 112.1k 116.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":56699600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","15% boost for Dragon hunter lance","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 144x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 15 clues (Removed Metallic: 35, Treasured: 137,5% less materials for mastery)"],"newKC":10000} +Wyrm mage-def 1.3m XP/hr 0 0 143.1k 143.1k 0 95.2k 97.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 14 clues (Removed Metallic: 31, Treasured: 122,5% less materials for mastery)"],"newKC":10000} +Wyrm mage-def 1.3m XP/hr 0 0 143k 143k 0 95.1k 97k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2467x bonus kills from Ori","You slayed 132x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)"],"newKC":10000} +Wyrm mage-def 1.3m XP/hr 0 0 143.2k 143.2k 0 95.3k 98.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2465x bonus kills from Ori","You slayed 142x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 18 clues (Removed Metallic: 40, Treasured: 160,5% less materials for mastery)"],"newKC":10000} +Wyrm mage 1.3m XP/hr 0 0 0 285.7k 0 95k 95.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2469x bonus kills from Ori","You slayed 124x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 16 clues (Removed Metallic: 37, Treasured: 145,5% less materials for mastery)"],"newKC":10000} +Wyrm mage 1.3m XP/hr 0 0 0 286.2k 0 95.2k 97.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 9 clues (Removed Metallic: 19, Treasured: 76,5% less materials for mastery)"],"newKC":10000} +Wyrm mage 1.3m XP/hr 0 0 0 287.6k 0 95.6k 104.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2458x bonus kills from Ori","You slayed 170x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 6 clues (Removed Metallic: 14, Treasured: 54,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Wyrm range-def 1.3m XP/hr 0 0 142.5k 0 142.5k 94.7k 91.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2474x bonus kills from Ori","You slayed 104x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Wyrm range-def 1.3m XP/hr 0 0 143.1k 0 143.1k 95.2k 97.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2466x bonus kills from Ori","You slayed 136x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 8 clues (Removed Metallic: 18, Treasured: 69,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Wyrm range-def 1.3m XP/hr 0 0 143.7k 0 143.7k 95.6k 103k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2459x bonus kills from Ori","You slayed 164x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task.","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Wyrm range 1.3m XP/hr 0 0 0 0 284.7k 94.7k 90.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2476x bonus kills from Ori","You slayed 98x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 12 clues (Removed Metallic: 27, Treasured: 107,5% less materials for mastery)"],"newKC":10000} +Wyrm range 1.3m XP/hr 0 0 0 0 286.6k 95.3k 99.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2464x bonus kills from Ori","You slayed 146x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 7 clues (Removed Metallic: 16, Treasured: 61,5% less materials for mastery)"],"newKC":10000} +Wyrm range 1.3m XP/hr 0 0 0 0 285.3k 94.9k 93.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":66700000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["\n<:combatAchievements:1145015804040065184> 25% more common superiors due to Elite CA tier.","Your Slayer master cape doubled your superior spawn rate.","2472x bonus kills from Ori","You slayed 114x superior monsters.","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**","15.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 441, Pious: 551, Sharp: 111, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 17 clues (Removed Metallic: 38, Treasured: 152,5% less materials for mastery)","<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures."],"newKC":10000} +Zogre atk-str-def 512k XP/hr 44.8k 44.8k 44.8k 0 0 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre atk-str-def 512k XP/hr 44.8k 44.8k 44.8k 0 0 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre atk-str-def 512k XP/hr 44.8k 44.8k 44.8k 0 0 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre mage-def 512k XP/hr 0 0 67.3k 67.3k 0 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre mage-def 512k XP/hr 0 0 67.3k 67.3k 0 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre mage-def 512k XP/hr 0 0 67.3k 67.3k 0 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre mage 512k XP/hr 0 0 0 134.5k 0 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre mage 512k XP/hr 0 0 0 134.5k 0 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre mage 512k XP/hr 0 0 0 134.5k 0 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre range-def 512k XP/hr 0 0 67.3k 0 67.3k 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre range-def 512k XP/hr 0 0 67.3k 0 67.3k 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre range-def 512k XP/hr 0 0 67.3k 0 67.3k 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre range 512k XP/hr 0 0 0 0 134.5k 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre range 512k XP/hr 0 0 0 0 134.5k 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zogre range 512k XP/hr 0 0 0 0 134.5k 44.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987193095,"quantity":261437,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":261437,"messages":["65360x bonus kills from Ori","183.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,800, Pious: 4,750, Sharp: 950, 5% less materials for mastery)"],"newKC":261437} +Zombie rat atk-str-def 278k XP/hr 11.1k 11.1k 11.1k 0 0 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat atk-str-def 278k XP/hr 11.1k 11.1k 11.1k 0 0 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat atk-str-def 278k XP/hr 11.1k 11.1k 11.1k 0 0 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat mage-def 278k XP/hr 0 0 16.6k 16.6k 0 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat mage-def 278k XP/hr 0 0 16.6k 16.6k 0 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat mage-def 278k XP/hr 0 0 16.6k 16.6k 0 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat mage 278k XP/hr 0 0 0 33.3k 0 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat mage 278k XP/hr 0 0 0 33.3k 0 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat mage 278k XP/hr 0 0 0 33.3k 0 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat range-def 278k XP/hr 0 0 16.6k 0 16.6k 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat range-def 278k XP/hr 0 0 16.6k 0 16.6k 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat range-def 278k XP/hr 0 0 16.6k 0 16.6k 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat range 278k XP/hr 0 0 0 0 33.3k 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat range 278k XP/hr 0 0 0 0 33.3k 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie rat range 278k XP/hr 0 0 0 0 33.3k 11.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1987197891,"quantity":918757,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","2x BSO Boost","20% for Salve amulet (e) on melee task","10% for Gorajan archer gear","8% for no food"]} {"quantity":918757,"messages":["229690x bonus kills from Ori","129.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 3,667, Pious: 4,584, Sharp: 917, 5% less materials for mastery)"],"newKC":918757} +Zombie atk-str-def 1.6m XP/hr 162.8k 162.8k 162.8k 0 0 162.4k 122.1k 1054.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1054.3/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie atk-str-def 1.1m XP/hr 114k 114k 114k 0 0 113.7k 85.5k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie atk-str-def 1.1m XP/hr 113.7k 113.7k 113.7k 0 0 113.4k 85.2k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":9968,"messages":["You missed out on 32x kills because of pk encounters","2492x bonus kills from Ori","You killed 9968x of your 10000 remaining kills, you now have 32 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9968} +Zombie atk-str-def 518k XP/hr 54.3k 54.3k 54.3k 0 0 54.1k 40.7k 351.6 Sharks/hr Loot/hr 1224.6/hr Cannonball,351.6/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie atk-str-def 363k XP/hr 38k 38k 38k 0 0 37.9k 28.5k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie atk-str-def 363k XP/hr 38k 38k 38k 0 0 37.9k 28.5k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie mage-def 1.6m XP/hr 0 0 244.2k 244.2k 0 162.4k 122.1k 1054.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1054.3/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie mage-def 1.1m XP/hr 0 0 170.5k 170.5k 0 113.4k 85.2k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":9968,"messages":["You missed out on 32x kills because of pk encounters","2492x bonus kills from Ori","You killed 9968x of your 10000 remaining kills, you now have 32 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9968} +Zombie mage-def 1.1m XP/hr 0 0 169.9k 169.9k 0 113k 85k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":9935,"messages":["You missed out on 65x kills because of pk encounters","2484x bonus kills from Ori","You killed 9935x of your 10000 remaining kills, you now have 65 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9935} +Zombie mage-def 518k XP/hr 0 0 81.4k 81.4k 0 54.1k 40.7k 351.6 Sharks/hr Loot/hr 1224.6/hr Cannonball,351.6/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie mage-def 363k XP/hr 0 0 57k 57k 0 37.9k 28.5k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie mage-def 363k XP/hr 0 0 57k 57k 0 37.9k 28.5k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie mage 1.5m XP/hr 0 0 0 486.1k 0 161.6k 121.5k 1054.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1054.3/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.9k Shark"]} {"quantity":9954,"messages":["You missed out on 46x kills because of pk encounters","2489x bonus kills from Ori","You killed 9954x of your 10000 remaining kills, you now have 46 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9954} +Zombie mage 1.1m XP/hr 0 0 0 341k 0 113.4k 85.2k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":9968,"messages":["You missed out on 32x kills because of pk encounters","2492x bonus kills from Ori","You killed 9968x of your 10000 remaining kills, you now have 32 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9968} +Zombie mage 1.1m XP/hr 0 0 0 338.8k 0 112.6k 84.7k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":9903,"messages":["You missed out on 97x kills because of pk encounters","2476x bonus kills from Ori","You killed 9903x of your 10000 remaining kills, you now have 97 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9903} +Zombie mage 518k XP/hr 0 0 0 162.9k 0 54.1k 40.7k 351.6 Sharks/hr Loot/hr 1224.6/hr Cannonball,351.6/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie mage 363k XP/hr 0 0 0 114k 0 37.9k 28.5k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie mage 363k XP/hr 0 0 0 114k 0 37.9k 28.5k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie range-def 1.6m XP/hr 0 0 244.2k 0 244.2k 162.4k 122.1k 1054.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1054.3/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie range-def 1.1m XP/hr 0 0 171k 0 171k 113.7k 85.5k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie range-def 1.1m XP/hr 0 0 170.5k 0 170.5k 113.4k 85.2k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":9968,"messages":["You missed out on 32x kills because of pk encounters","2492x bonus kills from Ori","You killed 9968x of your 10000 remaining kills, you now have 32 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9968} +Zombie range-def 518k XP/hr 0 0 81.4k 0 81.4k 54.1k 40.7k 351.6 Sharks/hr Loot/hr 1224.6/hr Cannonball,351.6/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie range-def 363k XP/hr 0 0 57k 0 57k 37.9k 28.5k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie range-def 363k XP/hr 0 0 57k 0 57k 37.9k 28.5k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie range 1.5m XP/hr 0 0 0 0 486.1k 161.6k 121.5k 1054.3 Sharks/hr Loot/hr 1224.7/hr Cannonball,283.0/hr Hellfire arrow,1054.3/hr Shark Cost/hr {"duration":6487600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 2.2k Cannonball, 510x Hellfire arrow, 1.9k Shark"]} {"quantity":9954,"messages":["You missed out on 46x kills because of pk encounters","2489x bonus kills from Ori","You killed 9954x of your 10000 remaining kills, you now have 46 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9954} +Zombie range 1.1m XP/hr 0 0 0 0 339.9k 113k 85k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":9935,"messages":["You missed out on 65x kills because of pk encounters","2484x bonus kills from Ori","You killed 9935x of your 10000 remaining kills, you now have 65 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9935} +Zombie range 1.1m XP/hr 0 0 0 0 339.9k 113k 85k 738.6 Sharks/hr Loot/hr 282.6/hr Hellfire arrow,738.6/hr Shark Cost/hr {"duration":9261000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","5% for KC","2x BSO Boost","3x boost for Hellfire bow","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.34% per pk encounter (4% Base chance, 2.66x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 727x Hellfire arrow, 1.9k Shark"]} {"quantity":9935,"messages":["You missed out on 65x kills because of pk encounters","2484x bonus kills from Ori","You killed 9935x of your 10000 remaining kills, you now have 65 kills remaining.","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":9935} +Zombie range 518k XP/hr 0 0 0 0 162.9k 54.1k 40.7k 351.6 Sharks/hr Loot/hr 1224.6/hr Cannonball,351.6/hr Shark Cost/hr {"duration":19453000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","30% for Cannon in singles","10% for Gorajan archer gear","2% for Shark","Removing items: 6.6k Cannonball, 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie range 363k XP/hr 0 0 0 0 114k 37.9k 28.5k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zombie range 363k XP/hr 0 0 0 0 114k 37.9k 28.5k 246.2 Sharks/hr Loot/hr 246.2/hr Shark Cost/hr {"duration":27783000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 1.9k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**","1.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 38, Pious: 48, Sharp: 10, 5% less materials for mastery)"],"newKC":10000} +Zulrah mage-def 495k XP/hr 0 0 100.9k 100.9k 0 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 494, Pious: 618, Sharp: 124, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 53 clues (Removed Metallic: 151, Treasured: 601,5% less materials for mastery)","<:brock:787310793183854594> On the way to Zulrah, you found a Badger that wants to join you."],"newKC":10000} +Zulrah mage-def 500k XP/hr 0 0 100.9k 100.9k 0 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17.9m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 510, Pious: 637, Sharp: 128, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 33 clues (Removed Metallic: 94, Treasured: 373,5% less materials for mastery)"],"newKC":10000} +Zulrah mage-def 487k XP/hr 0 0 100.9k 100.9k 0 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","16.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 472, Pious: 589, Sharp: 118, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 40 clues (Removed Metallic: 114, Treasured: 456,5% less materials for mastery)","<:brock:787310793183854594> On the way to Zulrah, you found a Badger that wants to join you."],"newKC":10000} +Zulrah mage 485k XP/hr 0 0 0 201.9k 0 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","16.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 464, Pious: 580, Sharp: 116, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 34 clues (Removed Metallic: 97, Treasured: 388,5% less materials for mastery)"],"newKC":10000} +Zulrah mage 494k XP/hr 0 0 0 201.9k 0 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17.3m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 491, Pious: 613, Sharp: 123, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 99, Treasured: 396,5% less materials for mastery)"],"newKC":10000} +Zulrah mage 495k XP/hr 0 0 0 201.9k 0 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17.4m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 494, Pious: 618, Sharp: 124, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 41 clues (Removed Metallic: 116, Treasured: 464,5% less materials for mastery)","<:brock:787310793183854594> On the way to Zulrah, you found a Badger that wants to join you."],"newKC":10000} +Zulrah mage 499k XP/hr 0 0 0 201.9k 0 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 506, Pious: 632, Sharp: 127, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 37 clues (Removed Metallic: 105, Treasured: 418,5% less materials for mastery)","<:brock:787310793183854594> On the way to Zulrah, you found a Badger that wants to join you."],"newKC":10000} +Zulrah mage 487k XP/hr 0 0 0 201.9k 0 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","16.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 472, Pious: 589, Sharp: 118, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)","<:brock:787310793183854594> On the way to Zulrah, you found a Badger that wants to join you."],"newKC":10000} +Zulrah mage 497k XP/hr 0 0 0 201.9k 0 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 498, Pious: 623, Sharp: 125, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 19 clues (Removed Metallic: 54, Treasured: 213,5% less materials for mastery)","<:brock:787310793183854594> On the way to Zulrah, you found a Badger that wants to join you."],"newKC":10000} +Zulrah range-def 497k XP/hr 0 0 100.9k 0 100.9k 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 498, Pious: 623, Sharp: 125, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 25 clues (Removed Metallic: 71, Treasured: 282,5% less materials for mastery)"],"newKC":10000} +Zulrah range-def 498k XP/hr 0 0 100.9k 0 100.9k 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17.6m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 502, Pious: 627, Sharp: 126, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 28 clues (Removed Metallic: 80, Treasured: 320,5% less materials for mastery)","<:brock:787310793183854594> On the way to Zulrah, you found a Badger that wants to join you."],"newKC":10000} +Zulrah range-def 491k XP/hr 0 0 100.9k 0 100.9k 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task.","17m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 483, Pious: 604, Sharp: 121, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 23 clues (Removed Metallic: 65, Treasured: 259,5% less materials for mastery)","<:brock:787310793183854594> On the way to Zulrah, you found a Badger that wants to join you."],"newKC":10000} +Zulrah range 499k XP/hr 0 0 0 0 201.9k 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Clothing Mystery Box for completing your task.","17.8m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 506, Pious: 632, Sharp: 127, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 35 clues (Removed Metallic: 99, Treasured: 396,5% less materials for mastery)"],"newKC":10000} +Zulrah range 481k XP/hr 0 0 0 0 201.9k 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Tradeable Mystery Box for completing your task.","16m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 453, Pious: 566, Sharp: 114, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 31 clues (Removed Metallic: 88, Treasured: 350,5% less materials for mastery)","<:brock:787310793183854594> On the way to Zulrah, you found a Badger that wants to join you."],"newKC":10000} +Zulrah range 504k XP/hr 0 0 0 0 201.9k 67.1k 50.5k 22.7 Sharks/hr Loot/hr 22.7/hr Shark Cost/hr {"duration":356641600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","2x BSO Boost","8% for Tumeken's shadow","5% for Vasa cloak","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","2% for Shark","Removing items: 2.3k Shark"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task. You received 1x Equippable mystery box for completing your task.","18.2m Prayer XP +25% more from Superior bonecrusher (Removed Magic: 517, Pious: 646, Sharp: 130, 5% less materials for mastery)","<:Clue_upgrader:986830303001722880> Upgraded 30 clues (Removed Metallic: 86, Treasured: 342,5% less materials for mastery)"],"newKC":10000} +Zygomite atk-str-def 391k XP/hr 82.4k 82.4k 82.4k 0 0 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Zygomite atk-str-def 391k XP/hr 82.4k 82.4k 82.4k 0 0 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Zygomite atk-str-def 391k XP/hr 82.4k 82.4k 82.4k 0 0 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Zygomite mage-def 391k XP/hr 0 0 123.5k 123.5k 0 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Untradeable Mystery Box for completing your task."],"newKC":10000} +Zygomite mage-def 391k XP/hr 0 0 123.5k 123.5k 0 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite mage-def 391k XP/hr 0 0 123.5k 123.5k 0 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite mage 391k XP/hr 0 0 0 247.1k 0 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite mage 391k XP/hr 0 0 0 247.1k 0 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite mage 391k XP/hr 0 0 0 247.1k 0 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite range-def 391k XP/hr 0 0 123.5k 0 123.5k 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 1x Tradeable Mystery Box for completing your task."],"newKC":10000} +Zygomite range-def 391k XP/hr 0 0 123.5k 0 123.5k 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite range-def 391k XP/hr 0 0 123.5k 0 123.5k 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite range 391k XP/hr 0 0 0 0 247.1k 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite range 391k XP/hr 0 0 0 0 247.1k 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite range 391k XP/hr 0 0 0 0 247.1k 82.1k 61.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":37885600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2x BSO Boost","22% for Infernal slayer helmet(i) on task","10% for Gorajan archer gear","8% for no food"]} {"quantity":10000,"messages":["2500x bonus kills from Ori","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +======= +Aberrant Spectre atk-str-def 226k XP/hr 47.6k 47.6k 47.6k 0 0 47.5k 35.7k 446.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,446.6/hr Shark Cost/hr {"duration":90687240,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 27.4k Cannonball, 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre atk-str-def 158k XP/hr 33.3k 33.3k 33.3k 0 0 33.3k 25k 312.6 Sharks/hr Loot/hr 312.6/hr Shark Cost/hr {"duration":129548160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre atk-str-def 158k XP/hr 33.3k 33.3k 33.3k 0 0 33.3k 25k 312.6 Sharks/hr Loot/hr 312.6/hr Shark Cost/hr {"duration":129548160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre mage-def 226k XP/hr 0 0 71.5k 71.5k 0 47.5k 35.7k 446.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,446.6/hr Shark Cost/hr {"duration":90687240,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 27.4k Cannonball, 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre mage-def 158k XP/hr 0 0 50k 50k 0 33.3k 25k 312.6 Sharks/hr Loot/hr 312.6/hr Shark Cost/hr {"duration":129548160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre mage-def 158k XP/hr 0 0 50k 50k 0 33.3k 25k 312.6 Sharks/hr Loot/hr 312.6/hr Shark Cost/hr {"duration":129548160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre mage 226k XP/hr 0 0 0 142.9k 0 47.5k 35.7k 446.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,446.6/hr Shark Cost/hr {"duration":90687240,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 27.4k Cannonball, 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre mage 158k XP/hr 0 0 0 100k 0 33.3k 25k 312.6 Sharks/hr Loot/hr 312.6/hr Shark Cost/hr {"duration":129548160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre mage 158k XP/hr 0 0 0 100k 0 33.3k 25k 312.6 Sharks/hr Loot/hr 312.6/hr Shark Cost/hr {"duration":129548160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre range-def 226k XP/hr 0 0 71.5k 0 71.5k 47.5k 35.7k 446.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,446.6/hr Shark Cost/hr {"duration":90687240,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 27.4k Cannonball, 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre range-def 158k XP/hr 0 0 50k 0 50k 33.3k 25k 312.6 Sharks/hr Loot/hr 312.6/hr Shark Cost/hr {"duration":129548160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre range-def 158k XP/hr 0 0 50k 0 50k 33.3k 25k 312.6 Sharks/hr Loot/hr 312.6/hr Shark Cost/hr {"duration":129548160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre range 226k XP/hr 0 0 0 0 142.9k 47.5k 35.7k 446.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,446.6/hr Shark Cost/hr {"duration":90687240,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 27.4k Cannonball, 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre range 158k XP/hr 0 0 0 0 100k 33.3k 25k 312.6 Sharks/hr Loot/hr 312.6/hr Shark Cost/hr {"duration":129548160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Aberrant Spectre range 158k XP/hr 0 0 0 0 100k 33.3k 25k 312.6 Sharks/hr Loot/hr 312.6/hr Shark Cost/hr {"duration":129548160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon atk-str-def 189k XP/hr 36.5k 36.5k 36.5k 0 0 36.5k 27.4k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":45},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.16% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9931,"messages":["You missed out on 69x kills because of pk encounters","844135 Prayer XP from purifying 9931x Abyssal ashes using the Ash Sanctifier (990069 charges left).","You killed 9931x of your 10000 remaining kills, you now have 69 kills remaining."],"newKC":9931} +Abyssal Demon atk-str-def 189k XP/hr 36.5k 36.5k 36.5k 0 0 36.4k 27.4k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":46},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.77% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9929,"messages":["You missed out on 71x kills because of pk encounters","843965 Prayer XP from purifying 9929x Abyssal ashes using the Ash Sanctifier (990071 charges left).","You killed 9929x of your 10000 remaining kills, you now have 71 kills remaining."],"newKC":9929} +Abyssal Demon atk-str-def 187k XP/hr 36.1k 36.1k 36.1k 0 0 36k 27.1k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":60},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.43% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9816,"messages":["You missed out on 184x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","834360 Prayer XP from purifying 9816x Abyssal ashes using the Ash Sanctifier (990184 charges left).","You killed 9816x of your 10000 remaining kills, you now have 184 kills remaining."],"newKC":9816} +Abyssal Demon atk-str-def 267k XP/hr 51.6k 51.6k 51.6k 0 0 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon atk-str-def 267k XP/hr 51.6k 51.6k 51.6k 0 0 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon atk-str-def 267k XP/hr 51.6k 51.6k 51.6k 0 0 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage-def 420k XP/hr 0 0 121.7k 0 121.7k 80.9k 60.9k 643.9 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,643.9/hr Shark Cost/hr {"duration":88058880,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":22},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.86% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.2k Blood rune, 106.5k Death rune, 15.8k Shark, 159.7k Water rune"]} {"quantity":9925,"messages":["You missed out on 75x kills because of pk encounters","843625 Prayer XP from purifying 9925x Abyssal ashes using the Ash Sanctifier (990075 charges left).","You killed 9925x of your 10000 remaining kills, you now have 75 kills remaining."],"newKC":9925} +Abyssal Demon mage-def 290k XP/hr 0 0 84.1k 84.1k 0 55.9k 42k 445.8 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,445.8/hr Shark Cost/hr {"duration":127193220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":42},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.02% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 153.8k Chaos rune, 76.9k Death rune, 15.8k Shark, 153.8k Water rune"]} {"quantity":9901,"messages":["You missed out on 99x kills because of pk encounters","841585 Prayer XP from purifying 9901x Abyssal ashes using the Ash Sanctifier (990099 charges left).","You killed 9901x of your 10000 remaining kills, you now have 99 kills remaining."],"newKC":9901} +Abyssal Demon mage-def 189k XP/hr 0 0 54.8k 54.8k 0 36.5k 27.4k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":43},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.39% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9934,"messages":["You missed out on 66x kills because of pk encounters","844390 Prayer XP from purifying 9934x Abyssal ashes using the Ash Sanctifier (990066 charges left).","You killed 9934x of your 10000 remaining kills, you now have 66 kills remaining."],"newKC":9934} +Abyssal Demon mage-def 416k XP/hr 0 0 120.7k 120.7k 0 80.3k 60.4k 643.9 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,643.9/hr Shark Cost/hr {"duration":88058880,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":23},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.32% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.2k Blood rune, 106.5k Death rune, 15.8k Shark, 159.7k Water rune"]} {"quantity":9843,"messages":["You missed out on 157x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","836655 Prayer XP from purifying 9843x Abyssal ashes using the Ash Sanctifier (990157 charges left).","You killed 9843x of your 10000 remaining kills, you now have 157 kills remaining."],"newKC":9843} +Abyssal Demon mage-def 288k XP/hr 0 0 83.5k 0 83.5k 55.5k 41.7k 445.8 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,445.8/hr Shark Cost/hr {"duration":127193220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":36},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.33% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 153.8k Chaos rune, 76.9k Death rune, 15.8k Shark, 153.8k Water rune"]} {"quantity":9830,"messages":["You missed out on 170x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","835550 Prayer XP from purifying 9830x Abyssal ashes using the Ash Sanctifier (990170 charges left).","You killed 9830x of your 10000 remaining kills, you now have 170 kills remaining."],"newKC":9830} +Abyssal Demon mage-def 288k XP/hr 55.6k 55.6k 55.6k 0 0 55.5k 41.7k 445.8 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,445.8/hr Shark Cost/hr {"duration":127193220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":37},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.64% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 153.8k Chaos rune, 76.9k Death rune, 15.8k Shark, 153.8k Water rune"]} {"quantity":9825,"messages":["You missed out on 175x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","835125 Prayer XP from purifying 9825x Abyssal ashes using the Ash Sanctifier (990175 charges left).","You killed 9825x of your 10000 remaining kills, you now have 175 kills remaining."],"newKC":9825} +Abyssal Demon mage-def 411k XP/hr 79.5k 79.5k 79.5k 0 0 79.3k 59.7k 643.9 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,643.9/hr Shark Cost/hr {"duration":88058880,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":40},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.18% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.2k Blood rune, 106.5k Death rune, 15.8k Shark, 159.7k Water rune"]} {"quantity":9728,"messages":["You missed out on 272x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","826880 Prayer XP from purifying 9728x Abyssal ashes using the Ash Sanctifier (990272 charges left).","You killed 9728x of your 10000 remaining kills, you now have 272 kills remaining."],"newKC":9728} +Abyssal Demon mage-def 187k XP/hr 0 0 54.1k 54.1k 0 36k 27.1k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":63},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.22% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9807,"messages":["You missed out on 193x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","833595 Prayer XP from purifying 9807x Abyssal ashes using the Ash Sanctifier (990193 charges left).","You killed 9807x of your 10000 remaining kills, you now have 193 kills remaining."],"newKC":9807} +Abyssal Demon mage-def 187k XP/hr 0 0 54.1k 54.1k 0 36k 27.1k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":63},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.72% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9807,"messages":["You missed out on 193x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","833595 Prayer XP from purifying 9807x Abyssal ashes using the Ash Sanctifier (990193 charges left).","You killed 9807x of your 10000 remaining kills, you now have 193 kills remaining."],"newKC":9807} +Abyssal Demon mage-def 698k XP/hr 135k 135k 135k 0 0 134.7k 101.3k 1063.3 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,1063.3/hr Shark Cost/hr {"duration":53325720,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 32.2k Blood rune, 64.5k Death rune, 15.8k Shark, 96.7k Water rune"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage-def 698k XP/hr 0 0 202.5k 0 202.5k 134.7k 101.3k 1063.3 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,1063.3/hr Shark Cost/hr {"duration":53325720,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 32.2k Blood rune, 64.5k Death rune, 15.8k Shark, 96.7k Water rune"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage-def 698k XP/hr 0 0 202.5k 202.5k 0 134.7k 101.3k 1063.3 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,1063.3/hr Shark Cost/hr {"duration":53325720,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 32.2k Blood rune, 64.5k Death rune, 15.8k Shark, 96.7k Water rune"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage-def 267k XP/hr 0 0 77.5k 77.5k 0 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage-def 484k XP/hr 93.5k 93.5k 93.5k 0 0 93.2k 70.1k 736.1 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,736.1/hr Shark Cost/hr {"duration":77025060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 93.2k Chaos rune, 46.6k Death rune, 15.8k Shark, 93.2k Water rune"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage-def 484k XP/hr 0 0 140.2k 0 140.2k 93.2k 70.1k 736.1 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,736.1/hr Shark Cost/hr {"duration":77025060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 93.2k Chaos rune, 46.6k Death rune, 15.8k Shark, 93.2k Water rune"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage-def 484k XP/hr 0 0 140.2k 140.2k 0 93.2k 70.1k 736.1 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,736.1/hr Shark Cost/hr {"duration":77025060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 93.2k Chaos rune, 46.6k Death rune, 15.8k Shark, 93.2k Water rune"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage-def 267k XP/hr 0 0 77.5k 77.5k 0 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage-def 267k XP/hr 0 0 77.5k 77.5k 0 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage 420k XP/hr 0 0 0 243.7k 0 81k 60.9k 643.9 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,643.9/hr Shark Cost/hr {"duration":88058880,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.37% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.2k Blood rune, 106.5k Death rune, 15.8k Shark, 159.7k Water rune"]} {"quantity":9935,"messages":["You missed out on 65x kills because of pk encounters","844475 Prayer XP from purifying 9935x Abyssal ashes using the Ash Sanctifier (990065 charges left).","You killed 9935x of your 10000 remaining kills, you now have 65 kills remaining."],"newKC":9935} +Abyssal Demon mage 419k XP/hr 0 0 0 0 243k 80.8k 60.8k 643.9 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,643.9/hr Shark Cost/hr {"duration":88058880,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":27},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.66% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.2k Blood rune, 106.5k Death rune, 15.8k Shark, 159.7k Water rune"]} {"quantity":9908,"messages":["You missed out on 92x kills because of pk encounters","842180 Prayer XP from purifying 9908x Abyssal ashes using the Ash Sanctifier (990092 charges left).","You killed 9908x of your 10000 remaining kills, you now have 92 kills remaining."],"newKC":9908} +Abyssal Demon mage 291k XP/hr 0 0 0 168.5k 0 56k 42.1k 445.8 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,445.8/hr Shark Cost/hr {"duration":127193220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":32},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.48% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 153.8k Chaos rune, 76.9k Death rune, 15.8k Shark, 153.8k Water rune"]} {"quantity":9925,"messages":["You missed out on 75x kills because of pk encounters","843625 Prayer XP from purifying 9925x Abyssal ashes using the Ash Sanctifier (990075 charges left).","You killed 9925x of your 10000 remaining kills, you now have 75 kills remaining."],"newKC":9925} +Abyssal Demon mage 290k XP/hr 0 0 0 0 168.1k 55.9k 42k 445.8 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,445.8/hr Shark Cost/hr {"duration":127193220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":44},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.65% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 153.8k Chaos rune, 76.9k Death rune, 15.8k Shark, 153.8k Water rune"]} {"quantity":9896,"messages":["You missed out on 104x kills because of pk encounters","841160 Prayer XP from purifying 9896x Abyssal ashes using the Ash Sanctifier (990104 charges left).","You killed 9896x of your 10000 remaining kills, you now have 104 kills remaining."],"newKC":9896} +Abyssal Demon mage 188k XP/hr 0 0 0 109.3k 0 36.3k 27.3k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":63},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.23% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9903,"messages":["You missed out on 97x kills because of pk encounters","841755 Prayer XP from purifying 9903x Abyssal ashes using the Ash Sanctifier (990097 charges left).","You killed 9903x of your 10000 remaining kills, you now have 97 kills remaining."],"newKC":9903} +Abyssal Demon mage 187k XP/hr 0 0 0 108.5k 0 36.1k 27.1k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":55},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.23% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9831,"messages":["You missed out on 169x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","835635 Prayer XP from purifying 9831x Abyssal ashes using the Ash Sanctifier (990169 charges left).","You killed 9831x of your 10000 remaining kills, you now have 169 kills remaining."],"newKC":9831} +Abyssal Demon mage 187k XP/hr 0 0 0 108.5k 0 36.1k 27.1k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":57},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.30% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9825,"messages":["You missed out on 175x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","835125 Prayer XP from purifying 9825x Abyssal ashes using the Ash Sanctifier (990175 charges left).","You killed 9825x of your 10000 remaining kills, you now have 175 kills remaining."],"newKC":9825} +Abyssal Demon mage 698k XP/hr 0 0 0 0 405.1k 134.7k 101.3k 1063.3 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,1063.3/hr Shark Cost/hr {"duration":53325720,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 32.2k Blood rune, 64.5k Death rune, 15.8k Shark, 96.7k Water rune"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage 698k XP/hr 0 0 0 405.1k 0 134.7k 101.3k 1063.3 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,1063.3/hr Shark Cost/hr {"duration":53325720,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 32.2k Blood rune, 64.5k Death rune, 15.8k Shark, 96.7k Water rune"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage 267k XP/hr 0 0 0 154.9k 0 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage 484k XP/hr 0 0 0 0 280.4k 93.2k 70.1k 736.1 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,736.1/hr Shark Cost/hr {"duration":77025060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 93.2k Chaos rune, 46.6k Death rune, 15.8k Shark, 93.2k Water rune"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage 484k XP/hr 0 0 0 280.4k 0 93.2k 70.1k 736.1 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,736.1/hr Shark Cost/hr {"duration":77025060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 93.2k Chaos rune, 46.6k Death rune, 15.8k Shark, 93.2k Water rune"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage 267k XP/hr 0 0 0 154.9k 0 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon mage 267k XP/hr 0 0 0 154.9k 0 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon range-def 187k XP/hr 0 0 54.3k 0 54.3k 36.1k 27.1k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":54},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.72% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9834,"messages":["You missed out on 166x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","835890 Prayer XP from purifying 9834x Abyssal ashes using the Ash Sanctifier (990166 charges left).","You killed 9834x of your 10000 remaining kills, you now have 166 kills remaining."],"newKC":9834} +Abyssal Demon range-def 187k XP/hr 0 0 54.2k 0 54.2k 36.1k 27.1k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":57},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.57% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9825,"messages":["You missed out on 175x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","835125 Prayer XP from purifying 9825x Abyssal ashes using the Ash Sanctifier (990175 charges left).","You killed 9825x of your 10000 remaining kills, you now have 175 kills remaining."],"newKC":9825} +Abyssal Demon range-def 187k XP/hr 0 0 54.1k 0 54.1k 36k 27.1k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":63},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.84% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9807,"messages":["You missed out on 193x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","833595 Prayer XP from purifying 9807x Abyssal ashes using the Ash Sanctifier (990193 charges left).","You killed 9807x of your 10000 remaining kills, you now have 193 kills remaining."],"newKC":9807} +Abyssal Demon range-def 267k XP/hr 0 0 77.5k 0 77.5k 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon range-def 267k XP/hr 0 0 77.5k 0 77.5k 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon range-def 267k XP/hr 0 0 77.5k 0 77.5k 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon range 189k XP/hr 0 0 0 0 109.4k 36.4k 27.4k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":58},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.36% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9911,"messages":["You missed out on 89x kills because of pk encounters","842435 Prayer XP from purifying 9911x Abyssal ashes using the Ash Sanctifier (990089 charges left).","You killed 9911x of your 10000 remaining kills, you now have 89 kills remaining."],"newKC":9911} +Abyssal Demon range 187k XP/hr 0 0 0 0 108.6k 36.1k 27.2k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":52},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.37% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9841,"messages":["You missed out on 159x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","836485 Prayer XP from purifying 9841x Abyssal ashes using the Ash Sanctifier (990159 charges left).","You killed 9841x of your 10000 remaining kills, you now have 159 kills remaining."],"newKC":9841} +Abyssal Demon range 186k XP/hr 0 0 0 0 108.2k 36k 27k 289.8 Sharks/hr Loot/hr 289.8/hr Shark Cost/hr {"duration":195671700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":66},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.79% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.8k Shark"]} {"quantity":9798,"messages":["You missed out on 202x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","832830 Prayer XP from purifying 9798x Abyssal ashes using the Ash Sanctifier (990202 charges left).","You killed 9798x of your 10000 remaining kills, you now have 202 kills remaining."],"newKC":9798} +Abyssal Demon range 267k XP/hr 0 0 0 0 154.9k 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon range 267k XP/hr 0 0 0 0 154.9k 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Demon range 267k XP/hr 0 0 0 0 154.9k 51.5k 38.7k 406.7 Sharks/hr Loot/hr 406.7/hr Shark Cost/hr {"duration":139417740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Abyssal Sire atk-str-def 132k XP/hr 24.6k 24.6k 24.6k 0 0 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire atk-str-def 132k XP/hr 24.6k 24.6k 24.6k 0 0 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire atk-str-def 132k XP/hr 24.6k 24.6k 24.6k 0 0 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire mage-def 132k XP/hr 0 0 36.9k 36.9k 0 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire mage-def 132k XP/hr 0 0 36.9k 36.9k 0 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire mage-def 132k XP/hr 0 0 36.9k 36.9k 0 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire mage 132k XP/hr 0 0 0 73.7k 0 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire mage 132k XP/hr 0 0 0 73.7k 0 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire mage 132k XP/hr 0 0 0 73.7k 0 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire range-def 132k XP/hr 0 0 36.9k 0 36.9k 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire range-def 132k XP/hr 0 0 36.9k 0 36.9k 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire range-def 132k XP/hr 0 0 36.9k 0 36.9k 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire range 132k XP/hr 0 0 0 0 73.7k 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire range 132k XP/hr 0 0 0 0 73.7k 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Abyssal Sire range 132k XP/hr 0 0 0 0 73.7k 24.5k 30k 580.4 Sharks/hr Loot/hr 580.4/hr Shark Cost/hr {"duration":781513740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Osmumten's fang","10% for Dragon warhammer","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 126k Shark"]} {"quantity":10000,"messages":["850000 Prayer XP from purifying 10000x Abyssal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Adamant Dragon atk-str-def 179k XP/hr 37k 37k 37k 0 0 36.9k 30.6k 423.7 Sharks/hr Loot/hr 423.7/hr Shark Cost/hr {"duration":382338180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon atk-str-def 179k XP/hr 37k 37k 37k 0 0 36.9k 30.6k 423.7 Sharks/hr Loot/hr 423.7/hr Shark Cost/hr {"duration":382338180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon atk-str-def 179k XP/hr 37k 37k 37k 0 0 36.9k 30.6k 423.7 Sharks/hr Loot/hr 423.7/hr Shark Cost/hr {"duration":382338180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon mage-def 152k XP/hr 0 0 47.2k 47.2k 0 31.4k 26k 360.2 Sharks/hr Loot/hr 360.2/hr Shark Cost/hr {"duration":449802360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon mage-def 152k XP/hr 0 0 47.2k 47.2k 0 31.4k 26k 360.2 Sharks/hr Loot/hr 360.2/hr Shark Cost/hr {"duration":449802360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon mage-def 152k XP/hr 0 0 47.2k 47.2k 0 31.4k 26k 360.2 Sharks/hr Loot/hr 360.2/hr Shark Cost/hr {"duration":449802360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon mage 152k XP/hr 0 0 0 94.4k 0 31.4k 26k 360.2 Sharks/hr Loot/hr 360.2/hr Shark Cost/hr {"duration":449802360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon mage 152k XP/hr 0 0 0 94.4k 0 31.4k 26k 360.2 Sharks/hr Loot/hr 360.2/hr Shark Cost/hr {"duration":449802360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon mage 152k XP/hr 0 0 0 94.4k 0 31.4k 26k 360.2 Sharks/hr Loot/hr 360.2/hr Shark Cost/hr {"duration":449802360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon range-def 152k XP/hr 0 0 47.2k 0 47.2k 31.4k 26k 360.2 Sharks/hr Loot/hr 360.2/hr Shark Cost/hr {"duration":449802360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon range-def 152k XP/hr 0 0 47.2k 0 47.2k 31.4k 26k 360.2 Sharks/hr Loot/hr 360.2/hr Shark Cost/hr {"duration":449802360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon range-def 152k XP/hr 0 0 47.2k 0 47.2k 31.4k 26k 360.2 Sharks/hr Loot/hr 360.2/hr Shark Cost/hr {"duration":449802360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon range 152k XP/hr 0 0 0 0 94.4k 31.4k 26k 360.2 Sharks/hr Loot/hr 360.2/hr Shark Cost/hr {"duration":449802360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon range 152k XP/hr 0 0 0 0 94.4k 31.4k 26k 360.2 Sharks/hr Loot/hr 360.2/hr Shark Cost/hr {"duration":449802360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Adamant Dragon range 152k XP/hr 0 0 0 0 94.4k 31.4k 26k 360.2 Sharks/hr Loot/hr 360.2/hr Shark Cost/hr {"duration":449802360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Alchemical Hydra atk-str-def 305k XP/hr 62.3k 62.3k 62.3k 0 0 62.2k 56.1k 841.2 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),841.2/hr Shark Cost/hr {"duration":847390320,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 273x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra atk-str-def 305k XP/hr 62.3k 62.3k 62.3k 0 0 62.2k 56.1k 841.2 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),841.2/hr Shark Cost/hr {"duration":847390320,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 273x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra atk-str-def 305k XP/hr 62.3k 62.3k 62.3k 0 0 62.2k 56.1k 841.2 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),841.2/hr Shark Cost/hr {"duration":847390320,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 273x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra mage-def 259k XP/hr 0 0 79.4k 79.4k 0 52.8k 47.7k 715.0 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),715.0/hr Shark Cost/hr {"duration":996924600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 321x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra mage-def 259k XP/hr 0 0 79.4k 79.4k 0 52.8k 47.7k 715.0 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),715.0/hr Shark Cost/hr {"duration":996924600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 321x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra mage-def 259k XP/hr 0 0 79.4k 79.4k 0 52.8k 47.7k 715.0 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),715.0/hr Shark Cost/hr {"duration":996924600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 321x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra mage 259k XP/hr 0 0 0 158.9k 0 52.8k 47.7k 715.0 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),715.0/hr Shark Cost/hr {"duration":996924600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 321x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra mage 259k XP/hr 0 0 0 158.9k 0 52.8k 47.7k 715.0 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),715.0/hr Shark Cost/hr {"duration":996924600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 321x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra mage 259k XP/hr 0 0 0 158.9k 0 52.8k 47.7k 715.0 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),715.0/hr Shark Cost/hr {"duration":996924600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 321x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra range-def 259k XP/hr 0 0 79.4k 0 79.4k 52.8k 47.7k 715.0 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),715.0/hr Shark Cost/hr {"duration":996924600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 321x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra range-def 259k XP/hr 0 0 79.4k 0 79.4k 52.8k 47.7k 715.0 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),715.0/hr Shark Cost/hr {"duration":996924600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 321x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra range-def 259k XP/hr 0 0 79.4k 0 79.4k 52.8k 47.7k 715.0 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),715.0/hr Shark Cost/hr {"duration":996924600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 321x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra range 259k XP/hr 0 0 0 0 158.9k 52.8k 47.7k 715.0 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),715.0/hr Shark Cost/hr {"duration":996924600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 321x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra range 259k XP/hr 0 0 0 0 158.9k 52.8k 47.7k 715.0 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),715.0/hr Shark Cost/hr {"duration":996924600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 321x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Alchemical Hydra range 259k XP/hr 0 0 0 0 158.9k 52.8k 47.7k 715.0 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),715.0/hr Shark Cost/hr {"duration":996924600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","10% for Dragon claws","6% for Ferocious gloves","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 321x Anti-venom+(4), 198k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Ancient Wyvern atk-str-def 86k XP/hr 21.5k 21.5k 21.5k 0 0 21.4k 0 193.1 Sharks/hr Loot/hr 193.1/hr Shark Cost/hr {"duration":1905108781,"quantity":28391,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 102.2k Shark"]} {"quantity":28391,"messages":[],"newKC":28391} +Ancient Wyvern atk-str-def 86k XP/hr 21.5k 21.5k 21.5k 0 0 21.4k 0 193.1 Sharks/hr Loot/hr 193.1/hr Shark Cost/hr {"duration":1905108781,"quantity":28391,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 102.2k Shark"]} {"quantity":28391,"messages":[],"newKC":28391} +Ancient Wyvern atk-str-def 86k XP/hr 21.5k 21.5k 21.5k 0 0 21.4k 0 193.1 Sharks/hr Loot/hr 193.1/hr Shark Cost/hr {"duration":1905108781,"quantity":28391,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 102.2k Shark"]} {"quantity":28391,"messages":[],"newKC":28391} +Ancient Wyvern mage-def 73k XP/hr 0 0 27.4k 27.4k 0 18.2k 0 164.2 Sharks/hr Loot/hr 164.2/hr Shark Cost/hr {"duration":1905062371,"quantity":24132,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 86.9k Shark"]} {"quantity":24132,"messages":[],"newKC":24132} +Ancient Wyvern mage-def 73k XP/hr 0 0 27.4k 27.4k 0 18.2k 0 164.2 Sharks/hr Loot/hr 164.2/hr Shark Cost/hr {"duration":1905062371,"quantity":24132,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 86.9k Shark"]} {"quantity":24132,"messages":[],"newKC":24132} +Ancient Wyvern mage-def 73k XP/hr 0 0 27.4k 27.4k 0 18.2k 0 164.2 Sharks/hr Loot/hr 164.2/hr Shark Cost/hr {"duration":1905062371,"quantity":24132,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 86.9k Shark"]} {"quantity":24132,"messages":[],"newKC":24132} +Ancient Wyvern mage 73k XP/hr 0 0 0 54.7k 0 18.2k 0 164.2 Sharks/hr Loot/hr 164.2/hr Shark Cost/hr {"duration":1905062371,"quantity":24132,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 86.9k Shark"]} {"quantity":24132,"messages":[],"newKC":24132} +Ancient Wyvern mage 73k XP/hr 0 0 0 54.7k 0 18.2k 0 164.2 Sharks/hr Loot/hr 164.2/hr Shark Cost/hr {"duration":1905062371,"quantity":24132,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 86.9k Shark"]} {"quantity":24132,"messages":[],"newKC":24132} +Ancient Wyvern mage 73k XP/hr 0 0 0 54.7k 0 18.2k 0 164.2 Sharks/hr Loot/hr 164.2/hr Shark Cost/hr {"duration":1905062371,"quantity":24132,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 86.9k Shark"]} {"quantity":24132,"messages":[],"newKC":24132} +Ancient Wyvern range-def 73k XP/hr 0 0 27.4k 0 27.4k 18.2k 0 164.2 Sharks/hr Loot/hr 164.2/hr Shark Cost/hr {"duration":1905062371,"quantity":24132,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 86.9k Shark"]} {"quantity":24132,"messages":[],"newKC":24132} +Ancient Wyvern range-def 73k XP/hr 0 0 27.4k 0 27.4k 18.2k 0 164.2 Sharks/hr Loot/hr 164.2/hr Shark Cost/hr {"duration":1905062371,"quantity":24132,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 86.9k Shark"]} {"quantity":24132,"messages":[],"newKC":24132} +Ancient Wyvern range-def 73k XP/hr 0 0 27.4k 0 27.4k 18.2k 0 164.2 Sharks/hr Loot/hr 164.2/hr Shark Cost/hr {"duration":1905062371,"quantity":24132,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 86.9k Shark"]} {"quantity":24132,"messages":[],"newKC":24132} +Ancient Wyvern range 73k XP/hr 0 0 0 0 54.7k 18.2k 0 164.2 Sharks/hr Loot/hr 164.2/hr Shark Cost/hr {"duration":1905062371,"quantity":24132,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 86.9k Shark"]} {"quantity":24132,"messages":[],"newKC":24132} +Ancient Wyvern range 73k XP/hr 0 0 0 0 54.7k 18.2k 0 164.2 Sharks/hr Loot/hr 164.2/hr Shark Cost/hr {"duration":1905062371,"quantity":24132,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 86.9k Shark"]} {"quantity":24132,"messages":[],"newKC":24132} +Ancient Wyvern range 73k XP/hr 0 0 0 0 54.7k 18.2k 0 164.2 Sharks/hr Loot/hr 164.2/hr Shark Cost/hr {"duration":1905062371,"quantity":24132,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 86.9k Shark"]} {"quantity":24132,"messages":[],"newKC":24132} +Ancient Zygomite atk-str-def 171k XP/hr 42.7k 42.7k 42.7k 0 0 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite atk-str-def 171k XP/hr 42.7k 42.7k 42.7k 0 0 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite atk-str-def 171k XP/hr 42.7k 42.7k 42.7k 0 0 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite mage-def 171k XP/hr 0 0 64k 64k 0 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite mage-def 171k XP/hr 0 0 64k 64k 0 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite mage-def 171k XP/hr 0 0 64k 64k 0 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite mage 171k XP/hr 0 0 0 128.1k 0 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite mage 171k XP/hr 0 0 0 128.1k 0 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite mage 171k XP/hr 0 0 0 128.1k 0 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite range-def 171k XP/hr 0 0 64k 0 64k 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite range-def 171k XP/hr 0 0 64k 0 64k 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite range-def 171k XP/hr 0 0 64k 0 64k 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite range 171k XP/hr 0 0 0 0 128.1k 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite range 171k XP/hr 0 0 0 0 128.1k 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ancient Zygomite range 171k XP/hr 0 0 0 0 128.1k 42.6k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ankou atk-str-def 140k XP/hr 29.5k 29.5k 29.5k 0 0 29.4k 22.1k 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou atk-str-def 140k XP/hr 29.5k 29.5k 29.5k 0 0 29.4k 22.1k 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.72% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Ankou atk-str-def 200k XP/hr 42.1k 42.1k 42.1k 0 0 42k 31.6k 367.5 Sharks/hr Loot/hr 1088.5/hr Cannonball,367.5/hr Shark Cost/hr {"duration":68328540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 20.7k Cannonball, 7k Shark"]} {"quantity":9991,"messages":["You missed out on 9x kills because of pk encounters","You killed 9991x of your 10000 remaining kills, you now have 9 kills remaining."],"newKC":9991} +Ankou atk-str-def 250k XP/hr 52.7k 52.7k 52.7k 0 0 52.6k 39.5k 459.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,459.3/hr Shark Cost/hr {"duration":54666360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 16.5k Cannonball, 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou atk-str-def 175k XP/hr 36.9k 36.9k 36.9k 0 0 36.8k 27.7k 321.5 Sharks/hr Loot/hr 321.5/hr Shark Cost/hr {"duration":78092280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou atk-str-def 175k XP/hr 36.9k 36.9k 36.9k 0 0 36.8k 27.7k 321.5 Sharks/hr Loot/hr 321.5/hr Shark Cost/hr {"duration":78092280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage-def 311k XP/hr 65.6k 65.6k 65.6k 0 0 65.4k 49.2k 571.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,571.6/hr Shark Cost/hr {"duration":43932420,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 26.6k Blood rune, 53.1k Death rune, 7k Shark, 79.7k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage-def 311k XP/hr 0 0 98.3k 98.3k 0 65.4k 49.2k 571.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,571.6/hr Shark Cost/hr {"duration":43932420,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.70% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 26.6k Blood rune, 53.1k Death rune, 7k Shark, 79.7k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage-def 215k XP/hr 45.4k 45.4k 45.4k 0 0 45.3k 34k 395.7 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,395.7/hr Shark Cost/hr {"duration":63451080,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 76.7k Chaos rune, 38.4k Death rune, 7k Shark, 76.7k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage-def 215k XP/hr 0 0 68.1k 68.1k 0 45.3k 34k 395.7 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,395.7/hr Shark Cost/hr {"duration":63451080,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.65% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 76.7k Chaos rune, 38.4k Death rune, 7k Shark, 76.7k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage-def 311k XP/hr 0 0 98.3k 0 98.3k 65.3k 49.1k 571.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,571.6/hr Shark Cost/hr {"duration":43932420,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.51% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 26.6k Blood rune, 53.1k Death rune, 7k Shark, 79.7k Water rune"]} {"quantity":9993,"messages":["You missed out on 7x kills because of pk encounters","You killed 9993x of your 10000 remaining kills, you now have 7 kills remaining."],"newKC":9993} +Ankou mage-def 200k XP/hr 0 0 63.2k 63.2k 0 42k 31.6k 367.5 Sharks/hr Loot/hr 1088.5/hr Cannonball,367.5/hr Shark Cost/hr {"duration":68328540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.50% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 20.7k Cannonball, 7k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Ankou mage-def 215k XP/hr 0 0 68k 0 68k 45.3k 34k 395.7 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,395.7/hr Shark Cost/hr {"duration":63451080,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.65% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 76.7k Chaos rune, 38.4k Death rune, 7k Shark, 76.7k Water rune"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining."],"newKC":9995} +Ankou mage-def 140k XP/hr 0 0 44.2k 44.2k 0 29.4k 22.1k 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Ankou mage-def 140k XP/hr 0 0 44.2k 44.2k 0 29.4k 22.1k 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.52% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Ankou mage-def 458k XP/hr 96.4k 96.4k 96.4k 0 0 96.2k 72.3k 840.5 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,840.5/hr Shark Cost/hr {"duration":29873340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 18.1k Blood rune, 36.1k Death rune, 7k Shark, 54.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage-def 458k XP/hr 0 0 144.6k 0 144.6k 96.2k 72.3k 840.5 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,840.5/hr Shark Cost/hr {"duration":29873340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 18.1k Blood rune, 36.1k Death rune, 7k Shark, 54.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage-def 458k XP/hr 0 0 144.6k 144.6k 0 96.2k 72.3k 840.5 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,840.5/hr Shark Cost/hr {"duration":29873340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 18.1k Blood rune, 36.1k Death rune, 7k Shark, 54.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage-def 250k XP/hr 0 0 79k 79k 0 52.6k 39.5k 459.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,459.3/hr Shark Cost/hr {"duration":54666360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 16.5k Cannonball, 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage-def 317k XP/hr 66.7k 66.7k 66.7k 0 0 66.6k 50.1k 582.0 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,582.0/hr Shark Cost/hr {"duration":43147440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 52.2k Chaos rune, 26.1k Death rune, 7k Shark, 52.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage-def 317k XP/hr 0 0 100.1k 0 100.1k 66.6k 50.1k 582.0 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,582.0/hr Shark Cost/hr {"duration":43147440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 52.2k Chaos rune, 26.1k Death rune, 7k Shark, 52.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage-def 317k XP/hr 0 0 100.1k 100.1k 0 66.6k 50.1k 582.0 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,582.0/hr Shark Cost/hr {"duration":43147440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 52.2k Chaos rune, 26.1k Death rune, 7k Shark, 52.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage-def 175k XP/hr 0 0 55.3k 55.3k 0 36.8k 27.7k 321.5 Sharks/hr Loot/hr 321.5/hr Shark Cost/hr {"duration":78092280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage-def 175k XP/hr 0 0 55.3k 55.3k 0 36.8k 27.7k 321.5 Sharks/hr Loot/hr 321.5/hr Shark Cost/hr {"duration":78092280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage 215k XP/hr 0 0 0 0 136.2k 45.3k 34k 395.7 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,395.7/hr Shark Cost/hr {"duration":63451080,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 76.7k Chaos rune, 38.4k Death rune, 7k Shark, 76.7k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage 311k XP/hr 0 0 0 0 196.5k 65.3k 49.1k 571.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,571.6/hr Shark Cost/hr {"duration":43932420,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.51% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 26.6k Blood rune, 53.1k Death rune, 7k Shark, 79.7k Water rune"]} {"quantity":9993,"messages":["You missed out on 7x kills because of pk encounters","You killed 9993x of your 10000 remaining kills, you now have 7 kills remaining."],"newKC":9993} +Ankou mage 311k XP/hr 0 0 0 196.5k 0 65.3k 49.1k 571.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,571.6/hr Shark Cost/hr {"duration":43932420,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.49% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 26.6k Blood rune, 53.1k Death rune, 7k Shark, 79.7k Water rune"]} {"quantity":9993,"messages":["You missed out on 7x kills because of pk encounters","You killed 9993x of your 10000 remaining kills, you now have 7 kills remaining."],"newKC":9993} +Ankou mage 215k XP/hr 0 0 0 136.1k 0 45.3k 34k 395.7 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,395.7/hr Shark Cost/hr {"duration":63451080,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 76.7k Chaos rune, 38.4k Death rune, 7k Shark, 76.7k Water rune"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining."],"newKC":9995} +Ankou mage 140k XP/hr 0 0 0 88.5k 0 29.4k 22.1k 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Ankou mage 140k XP/hr 0 0 0 88.5k 0 29.4k 22.1k 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Ankou mage 200k XP/hr 0 0 0 126.3k 0 42k 31.6k 367.5 Sharks/hr Loot/hr 1088.5/hr Cannonball,367.5/hr Shark Cost/hr {"duration":68328540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 20.7k Cannonball, 7k Shark"]} {"quantity":9991,"messages":["You missed out on 9x kills because of pk encounters","You killed 9991x of your 10000 remaining kills, you now have 9 kills remaining."],"newKC":9991} +Ankou mage 458k XP/hr 0 0 0 0 289.2k 96.2k 72.3k 840.5 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,840.5/hr Shark Cost/hr {"duration":29873340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 18.1k Blood rune, 36.1k Death rune, 7k Shark, 54.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage 458k XP/hr 0 0 0 289.2k 0 96.2k 72.3k 840.5 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,840.5/hr Shark Cost/hr {"duration":29873340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 18.1k Blood rune, 36.1k Death rune, 7k Shark, 54.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage 250k XP/hr 0 0 0 158k 0 52.6k 39.5k 459.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,459.3/hr Shark Cost/hr {"duration":54666360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 16.5k Cannonball, 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage 317k XP/hr 0 0 0 0 200.2k 66.6k 50.1k 582.0 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,582.0/hr Shark Cost/hr {"duration":43147440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 52.2k Chaos rune, 26.1k Death rune, 7k Shark, 52.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage 317k XP/hr 0 0 0 200.2k 0 66.6k 50.1k 582.0 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,582.0/hr Shark Cost/hr {"duration":43147440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 52.2k Chaos rune, 26.1k Death rune, 7k Shark, 52.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage 175k XP/hr 0 0 0 110.6k 0 36.8k 27.7k 321.5 Sharks/hr Loot/hr 321.5/hr Shark Cost/hr {"duration":78092280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou mage 175k XP/hr 0 0 0 110.6k 0 36.8k 27.7k 321.5 Sharks/hr Loot/hr 321.5/hr Shark Cost/hr {"duration":78092280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou range-def 140k XP/hr 0 0 44.3k 0 44.3k 29.4k 22.1k 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou range-def 140k XP/hr 0 0 44.3k 0 44.3k 29.4k 22.1k 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou range-def 200k XP/hr 0 0 63.2k 0 63.2k 42k 31.6k 367.5 Sharks/hr Loot/hr 1088.5/hr Cannonball,367.5/hr Shark Cost/hr {"duration":68328540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 20.7k Cannonball, 7k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Ankou range-def 250k XP/hr 0 0 79k 0 79k 52.6k 39.5k 459.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,459.3/hr Shark Cost/hr {"duration":54666360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 16.5k Cannonball, 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou range-def 175k XP/hr 0 0 55.3k 0 55.3k 36.8k 27.7k 321.5 Sharks/hr Loot/hr 321.5/hr Shark Cost/hr {"duration":78092280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou range-def 175k XP/hr 0 0 55.3k 0 55.3k 36.8k 27.7k 321.5 Sharks/hr Loot/hr 321.5/hr Shark Cost/hr {"duration":78092280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou range 140k XP/hr 0 0 0 0 88.5k 29.4k 22.1k 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.72% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou range 200k XP/hr 0 0 0 0 126.4k 42k 31.6k 367.5 Sharks/hr Loot/hr 1088.5/hr Cannonball,367.5/hr Shark Cost/hr {"duration":68328540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.70% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 20.7k Cannonball, 7k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Ankou range 140k XP/hr 0 0 0 0 88.5k 29.4k 22.1k 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7k Shark"]} {"quantity":9994,"messages":["You missed out on 6x kills because of pk encounters","You killed 9994x of your 10000 remaining kills, you now have 6 kills remaining."],"newKC":9994} +Ankou range 250k XP/hr 0 0 0 0 158k 52.6k 39.5k 459.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,459.3/hr Shark Cost/hr {"duration":54666360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 16.5k Cannonball, 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou range 175k XP/hr 0 0 0 0 110.6k 36.8k 27.7k 321.5 Sharks/hr Loot/hr 321.5/hr Shark Cost/hr {"duration":78092280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ankou range 175k XP/hr 0 0 0 0 110.6k 36.8k 27.7k 321.5 Sharks/hr Loot/hr 321.5/hr Shark Cost/hr {"duration":78092280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Artio atk-str-def 57k XP/hr 14.3k 14.3k 14.3k 0 0 14.3k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4522},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 1.60% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12611,"messages":["You missed out on 2094x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12611} +Artio atk-str-def 57k XP/hr 14.3k 14.3k 14.3k 0 0 14.3k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4531},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 1.42% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12606,"messages":["You missed out on 2099x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12606} +Artio atk-str-def 57k XP/hr 14.3k 14.3k 14.3k 0 0 14.2k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4553},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 2.19% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12596,"messages":["You missed out on 2109x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12596} +Artio mage-def 57k XP/hr 0 0 21.5k 21.5k 0 14.3k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4422},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 1.71% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12657,"messages":["You missed out on 2048x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12657} +Artio mage-def 57k XP/hr 0 0 21.5k 21.5k 0 14.3k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4500},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 2.21% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12621,"messages":["You missed out on 2084x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12621} +Artio mage-def 57k XP/hr 0 0 21.4k 21.4k 0 14.2k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4607},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 2.33% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12571,"messages":["You missed out on 2134x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12571} +Artio mage 57k XP/hr 0 0 0 42.9k 0 14.3k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4497},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 2.00% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12622,"messages":["You missed out on 2083x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12622} +Artio mage 57k XP/hr 0 0 0 42.8k 0 14.2k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4587},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 2.16% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12581,"messages":["You missed out on 2124x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12581} +Artio mage 57k XP/hr 0 0 0 42.8k 0 14.2k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4603},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 1.87% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12573,"messages":["You missed out on 2132x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12573} +Artio range-def 57k XP/hr 0 0 21.5k 0 21.5k 14.3k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4499},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 1.40% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12621,"messages":["You missed out on 2084x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12621} +Artio range-def 57k XP/hr 0 0 21.4k 0 21.4k 14.3k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4541},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 1.35% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12602,"messages":["You missed out on 2103x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12602} +Artio range-def 57k XP/hr 0 0 21.4k 0 21.4k 14.2k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4628},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 2.43% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12562,"messages":["You missed out on 2143x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12562} +Artio range 57k XP/hr 0 0 0 0 42.8k 14.2k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4551},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 1.89% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12597,"messages":["You missed out on 2108x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12597} +Artio range 57k XP/hr 0 0 0 0 42.8k 14.2k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4567},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 1.66% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12590,"messages":["You missed out on 2115x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12590} +Artio range 57k XP/hr 0 0 0 0 42.7k 14.2k 0 200.1 Sharks/hr Loot/hr 170.1/hr Blighted ancient ice sack,200.1/hr Shark Cost/hr {"duration":1905005693,"quantity":14705,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":4621},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 14.29% per min (medium peak time)\n**Death Chance:** 2.04% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 90k Blighted ancient ice sack, 105.9k Shark"]} {"quantity":12565,"messages":["You missed out on 2140x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":12565} +Asyn Shade atk-str-def 132k XP/hr 33k 33k 33k 0 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade atk-str-def 132k XP/hr 33k 33k 33k 0 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade atk-str-def 132k XP/hr 33k 33k 33k 0 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade mage-def 132k XP/hr 0 0 49.5k 49.5k 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade mage-def 132k XP/hr 0 0 49.5k 49.5k 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade mage-def 132k XP/hr 0 0 49.5k 49.5k 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade mage 132k XP/hr 0 0 0 99.1k 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade mage 132k XP/hr 0 0 0 99.1k 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade mage 132k XP/hr 0 0 0 99.1k 0 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade range-def 132k XP/hr 0 0 49.5k 0 49.5k 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade range-def 132k XP/hr 0 0 49.5k 0 49.5k 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade range-def 132k XP/hr 0 0 49.5k 0 49.5k 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade range 132k XP/hr 0 0 0 0 99.1k 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade range 132k XP/hr 0 0 0 0 99.1k 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Asyn Shade range 132k XP/hr 0 0 0 0 99.1k 32.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Aviansie range-def 40k XP/hr 0 0 12.6k 0 12.6k 8.4k 6.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":113},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.23% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9827,"messages":["You missed out on 173x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9827x of your 10000 remaining kills, you now have 173 kills remaining."],"newKC":9827} +Aviansie range-def 40k XP/hr 0 0 12.6k 0 12.6k 8.4k 6.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":124},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.01% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9810,"messages":["You missed out on 190x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9810x of your 10000 remaining kills, you now have 190 kills remaining."],"newKC":9810} +Aviansie range-def 40k XP/hr 0 0 12.7k 0 12.7k 8.4k 6.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":94},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.38% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9856,"messages":["You missed out on 144x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9856x of your 10000 remaining kills, you now have 144 kills remaining."],"newKC":9856} +Aviansie range-def 49k XP/hr 0 0 15.4k 0 15.4k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range-def 49k XP/hr 0 0 15.4k 0 15.4k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range-def 49k XP/hr 0 0 15.4k 0 15.4k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range 40k XP/hr 0 0 0 0 25.4k 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":121},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.03% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9908,"messages":["You missed out on 92x kills because of pk encounters","You killed 9908x of your 10000 remaining kills, you now have 92 kills remaining."],"newKC":9908} +Aviansie range 40k XP/hr 0 0 0 0 25.4k 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":124},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.50% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9905,"messages":["You missed out on 95x kills because of pk encounters","You killed 9905x of your 10000 remaining kills, you now have 95 kills remaining."],"newKC":9905} +Aviansie range 40k XP/hr 0 0 0 0 25.3k 8.4k 6.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":102},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.11% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9844,"messages":["You missed out on 156x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9844x of your 10000 remaining kills, you now have 156 kills remaining."],"newKC":9844} +Aviansie range 40k XP/hr 0 0 0 0 25.3k 8.4k 6.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":109},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.04% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9833,"messages":["You missed out on 167x kills because of pk encounters and death","Oh no! While running for your life, you panicked, got smited and couldn't protect a 4th item. You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9833x of your 10000 remaining kills, you now have 167 kills remaining."],"newKC":9833} +Aviansie range 40k XP/hr 0 0 0 0 25.3k 8.4k 6.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":110},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.33% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9832,"messages":["You missed out on 168x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9832x of your 10000 remaining kills, you now have 168 kills remaining."],"newKC":9832} +Aviansie range 40k XP/hr 0 0 0 0 25.3k 8.4k 6.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":110},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.03% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9832,"messages":["You missed out on 168x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9832x of your 10000 remaining kills, you now have 168 kills remaining."],"newKC":9832} +Aviansie range 40k XP/hr 0 0 0 0 25.2k 8.4k 6.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":113},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.46% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9827,"messages":["You missed out on 173x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9827x of your 10000 remaining kills, you now have 173 kills remaining."],"newKC":9827} +Aviansie range 40k XP/hr 0 0 0 0 25.2k 8.4k 6.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":122},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.13% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9813,"messages":["You missed out on 187x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9813x of your 10000 remaining kills, you now have 187 kills remaining."],"newKC":9813} +Aviansie range 40k XP/hr 0 0 0 0 25.2k 8.4k 6.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":126},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.95% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9807,"messages":["You missed out on 193x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9807x of your 10000 remaining kills, you now have 193 kills remaining."],"newKC":9807} +Aviansie range 40k XP/hr 0 0 0 0 25.1k 8.4k 6.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":141},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.35% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9784,"messages":["You missed out on 216x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9784x of your 10000 remaining kills, you now have 216 kills remaining."],"newKC":9784} +Aviansie range 40k XP/hr 0 0 0 0 25.4k 8.4k 6.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":78},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.29% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9881,"messages":["You missed out on 119x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9881x of your 10000 remaining kills, you now have 119 kills remaining."],"newKC":9881} +Aviansie range 40k XP/hr 0 0 0 0 25.3k 8.4k 6.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":392445000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":93},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.62% per pk encounter (10% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9858,"messages":["You missed out on 142x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9858x of your 10000 remaining kills, you now have 142 kills remaining."],"newKC":9858} +Aviansie range 49k XP/hr 0 0 0 0 30.8k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range 49k XP/hr 0 0 0 0 30.8k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range 49k XP/hr 0 0 0 0 30.8k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range 49k XP/hr 0 0 0 0 30.8k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range 49k XP/hr 0 0 0 0 30.8k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range 49k XP/hr 0 0 0 0 30.8k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range 49k XP/hr 0 0 0 0 30.8k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range 49k XP/hr 0 0 0 0 30.8k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range 49k XP/hr 0 0 0 0 30.8k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range 49k XP/hr 0 0 0 0 30.8k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range 49k XP/hr 0 0 0 0 30.8k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Aviansie range 49k XP/hr 0 0 0 0 30.8k 10.2k 7.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":327028950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Baby black Dragon atk-str-def 234k XP/hr 58.5k 58.5k 58.5k 0 0 58.3k 0 504.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,504.4/hr Shark Cost/hr {"duration":1905116045,"quantity":290127,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","15% boost for Dragon hunter lance","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 266.9k Shark"]} {"quantity":290127,"messages":[],"newKC":290127} +Baby black Dragon atk-str-def 164k XP/hr 40.9k 40.9k 40.9k 0 0 40.8k 0 353.1 Sharks/hr Loot/hr 353.1/hr Shark Cost/hr {"duration":1905111876,"quantity":203083,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 186.8k Shark"]} {"quantity":203083,"messages":[],"newKC":203083} +Baby black Dragon atk-str-def 164k XP/hr 40.9k 40.9k 40.9k 0 0 40.8k 0 353.1 Sharks/hr Loot/hr 353.1/hr Shark Cost/hr {"duration":1905111876,"quantity":203083,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 186.8k Shark"]} {"quantity":203083,"messages":[],"newKC":203083} +Baby black Dragon mage-def 199k XP/hr 0 0 74.6k 74.6k 0 49.6k 0 428.7 Sharks/hr Loot/hr 1088.4/hr Cannonball,428.7/hr Shark Cost/hr {"duration":1905116188,"quantity":246603,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 226.9k Shark"]} {"quantity":246603,"messages":[],"newKC":246603} +Baby black Dragon mage-def 139k XP/hr 0 0 52.2k 52.2k 0 34.7k 0 300.1 Sharks/hr Loot/hr 300.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 158.8k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Baby black Dragon mage-def 139k XP/hr 0 0 52.2k 52.2k 0 34.7k 0 300.1 Sharks/hr Loot/hr 300.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 158.8k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Baby black Dragon mage 199k XP/hr 0 0 0 149.1k 0 49.6k 0 428.7 Sharks/hr Loot/hr 1088.4/hr Cannonball,428.7/hr Shark Cost/hr {"duration":1905116188,"quantity":246603,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 226.9k Shark"]} {"quantity":246603,"messages":[],"newKC":246603} +Baby black Dragon mage 139k XP/hr 0 0 0 104.4k 0 34.7k 0 300.1 Sharks/hr Loot/hr 300.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 158.8k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Baby black Dragon mage 139k XP/hr 0 0 0 104.4k 0 34.7k 0 300.1 Sharks/hr Loot/hr 300.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 158.8k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Baby black Dragon range-def 199k XP/hr 0 0 74.6k 0 74.6k 49.6k 0 428.7 Sharks/hr Loot/hr 1088.4/hr Cannonball,428.7/hr Shark Cost/hr {"duration":1905116188,"quantity":246603,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 226.9k Shark"]} {"quantity":246603,"messages":[],"newKC":246603} +Baby black Dragon range-def 139k XP/hr 0 0 52.2k 0 52.2k 34.7k 0 300.1 Sharks/hr Loot/hr 300.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 158.8k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Baby black Dragon range-def 139k XP/hr 0 0 52.2k 0 52.2k 34.7k 0 300.1 Sharks/hr Loot/hr 300.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 158.8k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Baby black Dragon range 199k XP/hr 0 0 0 0 149.1k 49.6k 0 428.7 Sharks/hr Loot/hr 1088.4/hr Cannonball,428.7/hr Shark Cost/hr {"duration":1905116188,"quantity":246603,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 226.9k Shark"]} {"quantity":246603,"messages":[],"newKC":246603} +Baby black Dragon range 139k XP/hr 0 0 0 0 104.4k 34.7k 0 300.1 Sharks/hr Loot/hr 300.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 158.8k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Baby black Dragon range 139k XP/hr 0 0 0 0 104.4k 34.7k 0 300.1 Sharks/hr Loot/hr 300.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 158.8k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Baby blue Dragon atk-str-def 109k XP/hr 27.3k 27.3k 27.3k 0 0 27.2k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":1905118050,"quantity":216628,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 119.6k Shark"]} {"quantity":216628,"messages":[],"newKC":216628} +Baby blue Dragon atk-str-def 109k XP/hr 27.3k 27.3k 27.3k 0 0 27.2k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":1905118050,"quantity":216628,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 119.6k Shark"]} {"quantity":216628,"messages":[],"newKC":216628} +Baby blue Dragon atk-str-def 109k XP/hr 27.3k 27.3k 27.3k 0 0 27.2k 0 226.0 Sharks/hr Loot/hr 226.0/hr Shark Cost/hr {"duration":1905118050,"quantity":216628,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 119.6k Shark"]} {"quantity":216628,"messages":[],"newKC":216628} +Baby blue Dragon mage-def 93k XP/hr 0 0 34.8k 34.8k 0 23.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Baby blue Dragon mage-def 93k XP/hr 0 0 34.8k 34.8k 0 23.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Baby blue Dragon mage-def 93k XP/hr 0 0 34.8k 34.8k 0 23.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Baby blue Dragon mage 93k XP/hr 0 0 0 69.6k 0 23.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Baby blue Dragon mage 93k XP/hr 0 0 0 69.6k 0 23.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Baby blue Dragon mage 93k XP/hr 0 0 0 69.6k 0 23.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Baby blue Dragon range-def 93k XP/hr 0 0 34.8k 0 34.8k 23.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Baby blue Dragon range-def 93k XP/hr 0 0 34.8k 0 34.8k 23.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Baby blue Dragon range-def 93k XP/hr 0 0 34.8k 0 34.8k 23.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Baby blue Dragon range 93k XP/hr 0 0 0 0 69.6k 23.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Baby blue Dragon range 93k XP/hr 0 0 0 0 69.6k 23.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Baby blue Dragon range 93k XP/hr 0 0 0 0 69.6k 23.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Baby green Dragon atk-str-def 97k XP/hr 24.3k 24.3k 24.3k 0 0 24.3k 0 166.1 Sharks/hr Loot/hr 166.1/hr Shark Cost/hr {"duration":1905112952,"quantity":193236,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 87.9k Shark"]} {"quantity":193236,"messages":[],"newKC":193236} +Baby green Dragon atk-str-def 97k XP/hr 24.3k 24.3k 24.3k 0 0 24.3k 0 166.1 Sharks/hr Loot/hr 166.1/hr Shark Cost/hr {"duration":1905112952,"quantity":193236,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 87.9k Shark"]} {"quantity":193236,"messages":[],"newKC":193236} +Baby green Dragon atk-str-def 97k XP/hr 24.3k 24.3k 24.3k 0 0 24.3k 0 166.1 Sharks/hr Loot/hr 166.1/hr Shark Cost/hr {"duration":1905112952,"quantity":193236,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 87.9k Shark"]} {"quantity":193236,"messages":[],"newKC":193236} +Baby green Dragon mage-def 83k XP/hr 0 0 31k 31k 0 20.6k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905113562,"quantity":164258,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":164258,"messages":[],"newKC":164258} +Baby green Dragon mage-def 83k XP/hr 0 0 31k 31k 0 20.6k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905113562,"quantity":164258,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":164258,"messages":[],"newKC":164258} +Baby green Dragon mage-def 83k XP/hr 0 0 31k 31k 0 20.6k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905113562,"quantity":164258,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":164258,"messages":[],"newKC":164258} +Baby green Dragon mage 83k XP/hr 0 0 0 62.1k 0 20.6k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905113562,"quantity":164258,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":164258,"messages":[],"newKC":164258} +Baby green Dragon mage 83k XP/hr 0 0 0 62.1k 0 20.6k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905113562,"quantity":164258,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":164258,"messages":[],"newKC":164258} +Baby green Dragon mage 83k XP/hr 0 0 0 62.1k 0 20.6k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905113562,"quantity":164258,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":164258,"messages":[],"newKC":164258} +Baby green Dragon range-def 83k XP/hr 0 0 31k 0 31k 20.6k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905113562,"quantity":164258,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":164258,"messages":[],"newKC":164258} +Baby green Dragon range-def 83k XP/hr 0 0 31k 0 31k 20.6k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905113562,"quantity":164258,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":164258,"messages":[],"newKC":164258} +Baby green Dragon range-def 83k XP/hr 0 0 31k 0 31k 20.6k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905113562,"quantity":164258,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":164258,"messages":[],"newKC":164258} +Baby green Dragon range 83k XP/hr 0 0 0 0 62.1k 20.6k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905113562,"quantity":164258,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":164258,"messages":[],"newKC":164258} +Baby green Dragon range 83k XP/hr 0 0 0 0 62.1k 20.6k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905113562,"quantity":164258,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":164258,"messages":[],"newKC":164258} +Baby green Dragon range 83k XP/hr 0 0 0 0 62.1k 20.6k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905113562,"quantity":164258,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":164258,"messages":[],"newKC":164258} +Baby red Dragon atk-str-def 62k XP/hr 15.4k 15.4k 15.4k 0 0 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon atk-str-def 62k XP/hr 15.4k 15.4k 15.4k 0 0 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon atk-str-def 62k XP/hr 15.4k 15.4k 15.4k 0 0 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon mage-def 62k XP/hr 0 0 23.1k 23.1k 0 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon mage-def 62k XP/hr 0 0 23.1k 23.1k 0 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon mage-def 62k XP/hr 0 0 23.1k 23.1k 0 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon mage 62k XP/hr 0 0 0 46.2k 0 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon mage 62k XP/hr 0 0 0 46.2k 0 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon mage 62k XP/hr 0 0 0 46.2k 0 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon range-def 62k XP/hr 0 0 23.1k 0 23.1k 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon range-def 62k XP/hr 0 0 23.1k 0 23.1k 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon range-def 62k XP/hr 0 0 23.1k 0 23.1k 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon range 62k XP/hr 0 0 0 0 46.2k 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon range 62k XP/hr 0 0 0 0 46.2k 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Baby red Dragon range 62k XP/hr 0 0 0 0 46.2k 15.4k 0 120.0 Sharks/hr Loot/hr 120.0/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 63.5k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Banshee atk-str-def 76k XP/hr 16.1k 16.1k 16.1k 0 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee atk-str-def 76k XP/hr 16.1k 16.1k 16.1k 0 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee atk-str-def 76k XP/hr 16.1k 16.1k 16.1k 0 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee mage-def 76k XP/hr 0 0 24.2k 24.2k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee mage-def 76k XP/hr 0 0 24.2k 24.2k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee mage-def 76k XP/hr 0 0 24.2k 24.2k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee mage 76k XP/hr 0 0 0 48.3k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee mage 76k XP/hr 0 0 0 48.3k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee mage 76k XP/hr 0 0 0 48.3k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee range-def 76k XP/hr 0 0 24.2k 0 24.2k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee range-def 76k XP/hr 0 0 24.2k 0 24.2k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee range-def 76k XP/hr 0 0 24.2k 0 24.2k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee range 76k XP/hr 0 0 0 0 48.3k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee range 76k XP/hr 0 0 0 0 48.3k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Banshee range 76k XP/hr 0 0 0 0 48.3k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":65587050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Barrows atk-str-def 129k XP/hr 31.3k 31.3k 31.3k 0 0 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows atk-str-def 129k XP/hr 31.3k 31.3k 31.3k 0 0 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows atk-str-def 129k XP/hr 31.3k 31.3k 31.3k 0 0 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows mage-def 129k XP/hr 0 0 47k 47k 0 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows mage-def 129k XP/hr 0 0 47k 47k 0 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows mage-def 129k XP/hr 0 0 47k 47k 0 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows mage 129k XP/hr 0 0 0 94k 0 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows mage 129k XP/hr 0 0 0 94k 0 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows mage 129k XP/hr 0 0 0 94k 0 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows range-def 129k XP/hr 0 0 47k 0 47k 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows range-def 129k XP/hr 0 0 47k 0 47k 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows range-def 129k XP/hr 0 0 47k 0 47k 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows range 129k XP/hr 0 0 0 0 94k 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows range 129k XP/hr 0 0 0 0 94k 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Barrows range 129k XP/hr 0 0 0 0 94k 31.3k 4.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1001897550,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Tumeken's shadow","7% for Strange old lockpick","2% for Barrows gloves","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Basilisk Knight atk-str-def 129k XP/hr 32.2k 32.2k 32.2k 0 0 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight atk-str-def 129k XP/hr 32.2k 32.2k 32.2k 0 0 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight atk-str-def 129k XP/hr 32.2k 32.2k 32.2k 0 0 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight mage-def 129k XP/hr 0 0 48.2k 48.2k 0 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight mage-def 129k XP/hr 0 0 48.2k 48.2k 0 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight mage-def 129k XP/hr 0 0 48.2k 48.2k 0 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight mage 129k XP/hr 0 0 0 96.5k 0 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight mage 129k XP/hr 0 0 0 96.5k 0 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight mage 129k XP/hr 0 0 0 96.5k 0 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight range-def 129k XP/hr 0 0 48.2k 0 48.2k 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight range-def 129k XP/hr 0 0 48.2k 0 48.2k 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight range-def 129k XP/hr 0 0 48.2k 0 48.2k 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight range 129k XP/hr 0 0 0 0 96.5k 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight range 129k XP/hr 0 0 0 0 96.5k 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk Knight range 129k XP/hr 0 0 0 0 96.5k 32.1k 0 289.5 Sharks/hr Loot/hr 289.5/hr Shark Cost/hr {"duration":1905096947,"quantity":42551,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Inquisitor's mace","4% for Inquisitor's hauberk","4% for Inquisitor's plateskirt","10% for Weekend","2% for Shark","Removing items: 153.2k Shark"]} {"quantity":42551,"messages":[],"newKC":42551} +Basilisk atk-str-def 80k XP/hr 16.8k 16.8k 16.8k 0 0 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk atk-str-def 80k XP/hr 16.8k 16.8k 16.8k 0 0 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk atk-str-def 80k XP/hr 16.8k 16.8k 16.8k 0 0 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk mage-def 80k XP/hr 0 0 25.3k 25.3k 0 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk mage-def 80k XP/hr 0 0 25.3k 25.3k 0 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk mage-def 80k XP/hr 0 0 25.3k 25.3k 0 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk mage 80k XP/hr 0 0 0 50.5k 0 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk mage 80k XP/hr 0 0 0 50.5k 0 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk mage 80k XP/hr 0 0 0 50.5k 0 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk range-def 80k XP/hr 0 0 25.3k 0 25.3k 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk range-def 80k XP/hr 0 0 25.3k 0 25.3k 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk range-def 80k XP/hr 0 0 25.3k 0 25.3k 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk range 80k XP/hr 0 0 0 0 50.5k 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk range 80k XP/hr 0 0 0 0 50.5k 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Basilisk range 80k XP/hr 0 0 0 0 50.5k 16.8k 12.6k 136.5 Sharks/hr Loot/hr 136.5/hr Shark Cost/hr {"duration":213664500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bat atk-str-def 88k XP/hr 18.5k 18.5k 18.5k 0 0 18.4k 13.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":20776500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 6.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat atk-str-def 61k XP/hr 12.9k 12.9k 12.9k 0 0 12.9k 9.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":29677050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat atk-str-def 61k XP/hr 12.9k 12.9k 12.9k 0 0 12.9k 9.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":29677050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat mage-def 88k XP/hr 0 0 27.7k 27.7k 0 18.4k 13.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":20776500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 6.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat mage-def 61k XP/hr 0 0 19.4k 19.4k 0 12.9k 9.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":29677050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat mage-def 61k XP/hr 0 0 19.4k 19.4k 0 12.9k 9.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":29677050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat mage 88k XP/hr 0 0 0 55.4k 0 18.4k 13.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":20776500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 6.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat mage 61k XP/hr 0 0 0 38.8k 0 12.9k 9.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":29677050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat mage 61k XP/hr 0 0 0 38.8k 0 12.9k 9.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":29677050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat range-def 88k XP/hr 0 0 27.7k 0 27.7k 18.4k 13.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":20776500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 6.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat range-def 61k XP/hr 0 0 19.4k 0 19.4k 12.9k 9.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":29677050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat range-def 61k XP/hr 0 0 19.4k 0 19.4k 12.9k 9.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":29677050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat range 88k XP/hr 0 0 0 0 55.4k 18.4k 13.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":20776500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 6.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat range 61k XP/hr 0 0 0 0 38.8k 12.9k 9.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":29677050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bat range 61k XP/hr 0 0 0 0 38.8k 12.9k 9.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":29677050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bear cub atk-str-def 47k XP/hr 11.7k 11.7k 11.7k 0 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub atk-str-def 47k XP/hr 11.7k 11.7k 11.7k 0 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub atk-str-def 47k XP/hr 11.7k 11.7k 11.7k 0 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub mage-def 47k XP/hr 0 0 17.6k 17.6k 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub mage-def 47k XP/hr 0 0 17.6k 17.6k 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub mage-def 47k XP/hr 0 0 17.6k 17.6k 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub mage 47k XP/hr 0 0 0 35.1k 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub mage 47k XP/hr 0 0 0 35.1k 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub mage 47k XP/hr 0 0 0 35.1k 0 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub range-def 47k XP/hr 0 0 17.6k 0 17.6k 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub range-def 47k XP/hr 0 0 17.6k 0 17.6k 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub range-def 47k XP/hr 0 0 17.6k 0 17.6k 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub range 47k XP/hr 0 0 0 0 35.1k 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub range 47k XP/hr 0 0 0 0 35.1k 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Bear cub range 47k XP/hr 0 0 0 0 35.1k 11.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795065,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","5% for no food"]} {"quantity":225281,"messages":[],"newKC":225281} +Big Wolf atk-str-def 241k XP/hr 60.3k 60.3k 60.3k 0 0 60.2k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025994473,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":174291,"messages":[],"newKC":174291} +Big Wolf atk-str-def 109k XP/hr 27.2k 27.2k 27.2k 0 0 27.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Big Wolf atk-str-def 109k XP/hr 27.2k 27.2k 27.2k 0 0 27.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Big Wolf mage-def 241k XP/hr 0 0 90.5k 90.5k 0 60.2k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025994473,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":174291,"messages":[],"newKC":174291} +Big Wolf mage-def 109k XP/hr 0 0 40.7k 40.7k 0 27.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Big Wolf mage-def 109k XP/hr 0 0 40.7k 40.7k 0 27.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Big Wolf mage 241k XP/hr 0 0 0 181k 0 60.2k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025994473,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":174291,"messages":[],"newKC":174291} +Big Wolf mage 109k XP/hr 0 0 0 81.5k 0 27.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Big Wolf mage 109k XP/hr 0 0 0 81.5k 0 27.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Big Wolf range-def 241k XP/hr 0 0 90.5k 0 90.5k 60.2k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025994473,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":174291,"messages":[],"newKC":174291} +Big Wolf range-def 109k XP/hr 0 0 40.7k 0 40.7k 27.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Big Wolf range-def 109k XP/hr 0 0 40.7k 0 40.7k 27.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Big Wolf range 241k XP/hr 0 0 0 0 181k 60.2k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025994473,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":174291,"messages":[],"newKC":174291} +Big Wolf range 109k XP/hr 0 0 0 0 81.5k 27.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Big Wolf range 109k XP/hr 0 0 0 0 81.5k 27.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":141176,"messages":[],"newKC":141176} +Bird atk-str-def 127k XP/hr 26.7k 26.7k 26.7k 0 0 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird atk-str-def 127k XP/hr 26.7k 26.7k 26.7k 0 0 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird atk-str-def 127k XP/hr 26.7k 26.7k 26.7k 0 0 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird mage-def 127k XP/hr 0 0 40k 40k 0 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird mage-def 127k XP/hr 0 0 40k 40k 0 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird mage-def 127k XP/hr 0 0 40k 40k 0 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird mage 127k XP/hr 0 0 0 80k 0 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird mage 127k XP/hr 0 0 0 80k 0 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird mage 127k XP/hr 0 0 0 80k 0 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird range-def 127k XP/hr 0 0 40k 0 40k 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird range-def 127k XP/hr 0 0 40k 0 40k 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird range-def 127k XP/hr 0 0 40k 0 40k 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird range 127k XP/hr 0 0 0 0 80k 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird range 127k XP/hr 0 0 0 0 80k 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Bird range 127k XP/hr 0 0 0 0 80k 26.6k 20k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":17989200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear atk-str-def 141k XP/hr 29.8k 29.8k 29.8k 0 0 29.7k 22.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":40279050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 12.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear atk-str-def 99k XP/hr 20.9k 20.9k 20.9k 0 0 20.8k 15.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":57532950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear atk-str-def 99k XP/hr 20.9k 20.9k 20.9k 0 0 20.8k 15.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":57532950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear mage-def 141k XP/hr 0 0 44.7k 44.7k 0 29.7k 22.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":40279050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 12.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear mage-def 99k XP/hr 0 0 31.3k 31.3k 0 20.8k 15.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":57532950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear mage-def 99k XP/hr 0 0 31.3k 31.3k 0 20.8k 15.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":57532950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear mage 141k XP/hr 0 0 0 89.4k 0 29.7k 22.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":40279050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 12.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear mage 99k XP/hr 0 0 0 62.6k 0 20.8k 15.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":57532950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear mage 99k XP/hr 0 0 0 62.6k 0 20.8k 15.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":57532950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear range-def 141k XP/hr 0 0 44.7k 0 44.7k 29.7k 22.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":40279050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 12.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear range-def 99k XP/hr 0 0 31.3k 0 31.3k 20.8k 15.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":57532950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear range-def 99k XP/hr 0 0 31.3k 0 31.3k 20.8k 15.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":57532950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear range 141k XP/hr 0 0 0 0 89.4k 29.7k 22.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":40279050,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 12.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear range 99k XP/hr 0 0 0 0 62.6k 20.8k 15.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":57532950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black bear range 99k XP/hr 0 0 0 0 62.6k 20.8k 15.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":57532950,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Black Demon atk-str-def 222k XP/hr 44k 44k 44k 0 0 43.9k 33k 285.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,285.8/hr Shark Cost/hr {"duration":170031960,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":46},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.58% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 51.4k Cannonball, 13.5k Shark"]} {"quantity":9919,"messages":["You missed out on 81x kills because of pk encounters","644735 Prayer XP from purifying 9919x Malicious ashes using the Ash Sanctifier (990081 charges left).","You killed 9919x of your 10000 remaining kills, you now have 81 kills remaining."],"newKC":9919} +Black Demon atk-str-def 154k XP/hr 30.5k 30.5k 30.5k 0 0 30.4k 22.9k 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":242902800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":71},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.88% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Shark"]} {"quantity":9825,"messages":["You missed out on 175x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","638625 Prayer XP from purifying 9825x Malicious ashes using the Ash Sanctifier (990175 charges left).","You killed 9825x of your 10000 remaining kills, you now have 175 kills remaining."],"newKC":9825} +Black Demon atk-str-def 154k XP/hr 30.5k 30.5k 30.5k 0 0 30.4k 22.8k 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":242902800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":73},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.26% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Shark"]} {"quantity":9820,"messages":["You missed out on 180x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","638300 Prayer XP from purifying 9820x Malicious ashes using the Ash Sanctifier (990180 charges left).","You killed 9820x of your 10000 remaining kills, you now have 180 kills remaining."],"newKC":9820} +Black Demon atk-str-def 315k XP/hr 62.2k 62.2k 62.2k 0 0 62k 46.7k 401.2 Sharks/hr Loot/hr 1088.5/hr Cannonball,401.2/hr Shark Cost/hr {"duration":121151520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 36.6k Cannonball, 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon atk-str-def 220k XP/hr 43.5k 43.5k 43.5k 0 0 43.4k 32.7k 280.8 Sharks/hr Loot/hr 280.8/hr Shark Cost/hr {"duration":173066040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon atk-str-def 220k XP/hr 43.5k 43.5k 43.5k 0 0 43.4k 32.7k 280.8 Sharks/hr Loot/hr 280.8/hr Shark Cost/hr {"duration":173066040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon mage-def 221k XP/hr 0 0 65.5k 65.5k 0 43.5k 32.7k 285.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,285.8/hr Shark Cost/hr {"duration":170031960,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":44},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.88% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 51.4k Cannonball, 13.5k Shark"]} {"quantity":9845,"messages":["You missed out on 155x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","639925 Prayer XP from purifying 9845x Malicious ashes using the Ash Sanctifier (990155 charges left).","You killed 9845x of your 10000 remaining kills, you now have 155 kills remaining."],"newKC":9845} +Black Demon mage-def 155k XP/hr 0 0 45.8k 45.8k 0 30.5k 22.9k 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":242902800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":60},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.17% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Shark"]} {"quantity":9852,"messages":["You missed out on 148x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","640380 Prayer XP from purifying 9852x Malicious ashes using the Ash Sanctifier (990148 charges left).","You killed 9852x of your 10000 remaining kills, you now have 148 kills remaining."],"newKC":9852} +Black Demon mage-def 154k XP/hr 0 0 45.7k 45.7k 0 30.4k 22.9k 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":242902800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":70},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.41% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Shark"]} {"quantity":9827,"messages":["You missed out on 173x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","638755 Prayer XP from purifying 9827x Malicious ashes using the Ash Sanctifier (990173 charges left).","You killed 9827x of your 10000 remaining kills, you now have 173 kills remaining."],"newKC":9827} +Black Demon mage-def 315k XP/hr 0 0 93.3k 93.3k 0 62k 46.7k 401.2 Sharks/hr Loot/hr 1088.5/hr Cannonball,401.2/hr Shark Cost/hr {"duration":121151520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 36.6k Cannonball, 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon mage-def 220k XP/hr 0 0 65.3k 65.3k 0 43.4k 32.7k 280.8 Sharks/hr Loot/hr 280.8/hr Shark Cost/hr {"duration":173066040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon mage-def 220k XP/hr 0 0 65.3k 65.3k 0 43.4k 32.7k 280.8 Sharks/hr Loot/hr 280.8/hr Shark Cost/hr {"duration":173066040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon mage 222k XP/hr 0 0 0 131.8k 0 43.8k 33k 285.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,285.8/hr Shark Cost/hr {"duration":170031960,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":48},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.19% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 51.4k Cannonball, 13.5k Shark"]} {"quantity":9915,"messages":["You missed out on 85x kills because of pk encounters","644475 Prayer XP from purifying 9915x Malicious ashes using the Ash Sanctifier (990085 charges left).","You killed 9915x of your 10000 remaining kills, you now have 85 kills remaining."],"newKC":9915} +Black Demon mage 155k XP/hr 0 0 0 92.2k 0 30.7k 23k 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":242902800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":78},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.43% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Shark"]} {"quantity":9904,"messages":["You missed out on 96x kills because of pk encounters","643760 Prayer XP from purifying 9904x Malicious ashes using the Ash Sanctifier (990096 charges left).","You killed 9904x of your 10000 remaining kills, you now have 96 kills remaining."],"newKC":9904} +Black Demon mage 154k XP/hr 0 0 0 91.6k 0 30.5k 22.9k 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":242902800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":64},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.47% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Shark"]} {"quantity":9842,"messages":["You missed out on 158x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","639730 Prayer XP from purifying 9842x Malicious ashes using the Ash Sanctifier (990158 charges left).","You killed 9842x of your 10000 remaining kills, you now have 158 kills remaining."],"newKC":9842} +Black Demon mage 315k XP/hr 0 0 0 186.6k 0 62k 46.7k 401.2 Sharks/hr Loot/hr 1088.5/hr Cannonball,401.2/hr Shark Cost/hr {"duration":121151520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 36.6k Cannonball, 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon mage 220k XP/hr 0 0 0 130.6k 0 43.4k 32.7k 280.8 Sharks/hr Loot/hr 280.8/hr Shark Cost/hr {"duration":173066040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon mage 220k XP/hr 0 0 0 130.6k 0 43.4k 32.7k 280.8 Sharks/hr Loot/hr 280.8/hr Shark Cost/hr {"duration":173066040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon range-def 223k XP/hr 0 0 66k 0 66k 43.9k 33k 285.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,285.8/hr Shark Cost/hr {"duration":170031960,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":39},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.36% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 51.4k Cannonball, 13.5k Shark"]} {"quantity":9931,"messages":["You missed out on 69x kills because of pk encounters","645515 Prayer XP from purifying 9931x Malicious ashes using the Ash Sanctifier (990069 charges left).","You killed 9931x of your 10000 remaining kills, you now have 69 kills remaining."],"newKC":9931} +Black Demon range-def 156k XP/hr 0 0 46.2k 0 46.2k 30.7k 23.1k 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":242902800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":65},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.51% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Shark"]} {"quantity":9920,"messages":["You missed out on 80x kills because of pk encounters","644800 Prayer XP from purifying 9920x Malicious ashes using the Ash Sanctifier (990080 charges left).","You killed 9920x of your 10000 remaining kills, you now have 80 kills remaining."],"newKC":9920} +Black Demon range-def 156k XP/hr 0 0 46.1k 0 46.1k 30.7k 23.1k 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":242902800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":70},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.28% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Shark"]} {"quantity":9914,"messages":["You missed out on 86x kills because of pk encounters","644410 Prayer XP from purifying 9914x Malicious ashes using the Ash Sanctifier (990086 charges left).","You killed 9914x of your 10000 remaining kills, you now have 86 kills remaining."],"newKC":9914} +Black Demon range-def 315k XP/hr 0 0 93.3k 0 93.3k 62k 46.7k 401.2 Sharks/hr Loot/hr 1088.5/hr Cannonball,401.2/hr Shark Cost/hr {"duration":121151520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 36.6k Cannonball, 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon range-def 220k XP/hr 0 0 65.3k 0 65.3k 43.4k 32.7k 280.8 Sharks/hr Loot/hr 280.8/hr Shark Cost/hr {"duration":173066040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon range-def 220k XP/hr 0 0 65.3k 0 65.3k 43.4k 32.7k 280.8 Sharks/hr Loot/hr 280.8/hr Shark Cost/hr {"duration":173066040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon range 222k XP/hr 0 0 0 0 131.9k 43.9k 33k 285.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,285.8/hr Shark Cost/hr {"duration":170031960,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":45},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.68% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 51.4k Cannonball, 13.5k Shark"]} {"quantity":9921,"messages":["You missed out on 79x kills because of pk encounters","644865 Prayer XP from purifying 9921x Malicious ashes using the Ash Sanctifier (990079 charges left).","You killed 9921x of your 10000 remaining kills, you now have 79 kills remaining."],"newKC":9921} +Black Demon range 154k XP/hr 0 0 0 0 91.5k 30.4k 22.9k 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":242902800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":67},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.49% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Shark"]} {"quantity":9834,"messages":["You missed out on 166x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","639210 Prayer XP from purifying 9834x Malicious ashes using the Ash Sanctifier (990166 charges left).","You killed 9834x of your 10000 remaining kills, you now have 166 kills remaining."],"newKC":9834} +Black Demon range 154k XP/hr 0 0 0 0 91.2k 30.3k 22.8k 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":242902800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":83},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.16% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 13.5k Shark"]} {"quantity":9795,"messages":["You missed out on 205x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","636675 Prayer XP from purifying 9795x Malicious ashes using the Ash Sanctifier (990205 charges left).","You killed 9795x of your 10000 remaining kills, you now have 205 kills remaining."],"newKC":9795} +Black Demon range 315k XP/hr 0 0 0 0 186.6k 62k 46.7k 401.2 Sharks/hr Loot/hr 1088.5/hr Cannonball,401.2/hr Shark Cost/hr {"duration":121151520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 36.6k Cannonball, 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon range 220k XP/hr 0 0 0 0 130.6k 43.4k 32.7k 280.8 Sharks/hr Loot/hr 280.8/hr Shark Cost/hr {"duration":173066040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Demon range 220k XP/hr 0 0 0 0 130.6k 43.4k 32.7k 280.8 Sharks/hr Loot/hr 280.8/hr Shark Cost/hr {"duration":173066040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","5% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 13.5k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Black Dragon atk-str-def 122k XP/hr 25.4k 25.4k 25.4k 0 0 25.3k 20k 180.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,180.5/hr Shark Cost/hr {"duration":358956360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.55% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 108.5k Cannonball, 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon atk-str-def 85k XP/hr 17.8k 17.8k 17.8k 0 0 17.7k 14k 126.4 Sharks/hr Loot/hr 126.4/hr Shark Cost/hr {"duration":512794800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.22% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon atk-str-def 85k XP/hr 17.8k 17.8k 17.8k 0 0 17.7k 14k 126.4 Sharks/hr Loot/hr 126.4/hr Shark Cost/hr {"duration":512794800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.39% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon atk-str-def 172k XP/hr 35.9k 35.9k 35.9k 0 0 35.8k 28.2k 254.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,254.9/hr Shark Cost/hr {"duration":254254140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 76.9k Cannonball, 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon atk-str-def 120k XP/hr 25.1k 25.1k 25.1k 0 0 25k 19.8k 178.4 Sharks/hr Loot/hr 178.4/hr Shark Cost/hr {"duration":363216420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon atk-str-def 120k XP/hr 25.1k 25.1k 25.1k 0 0 25k 19.8k 178.4 Sharks/hr Loot/hr 178.4/hr Shark Cost/hr {"duration":363216420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon mage-def 122k XP/hr 0 0 38.1k 38.1k 0 25.3k 20k 180.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,180.5/hr Shark Cost/hr {"duration":358956360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.07% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 108.5k Cannonball, 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon mage-def 85k XP/hr 0 0 26.7k 26.7k 0 17.7k 14k 126.4 Sharks/hr Loot/hr 126.4/hr Shark Cost/hr {"duration":512794800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.04% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon mage-def 85k XP/hr 0 0 26.7k 26.7k 0 17.7k 14k 126.4 Sharks/hr Loot/hr 126.4/hr Shark Cost/hr {"duration":512794800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.93% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon mage-def 146k XP/hr 0 0 45.7k 45.7k 0 30.4k 24k 216.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,216.6/hr Shark Cost/hr {"duration":299121480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 90.4k Cannonball, 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon mage-def 102k XP/hr 0 0 32k 32k 0 21.3k 16.8k 151.6 Sharks/hr Loot/hr 151.6/hr Shark Cost/hr {"duration":427320180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon mage-def 102k XP/hr 0 0 32k 32k 0 21.3k 16.8k 151.6 Sharks/hr Loot/hr 151.6/hr Shark Cost/hr {"duration":427320180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon mage 122k XP/hr 0 0 0 76.2k 0 25.3k 20k 180.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,180.5/hr Shark Cost/hr {"duration":358956360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.93% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 108.5k Cannonball, 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon mage 85k XP/hr 0 0 0 53.4k 0 17.7k 14k 126.4 Sharks/hr Loot/hr 126.4/hr Shark Cost/hr {"duration":512794800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.45% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon mage 85k XP/hr 0 0 0 53.4k 0 17.7k 14k 126.4 Sharks/hr Loot/hr 126.4/hr Shark Cost/hr {"duration":512794800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.14% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon mage 146k XP/hr 0 0 0 91.5k 0 30.4k 24k 216.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,216.6/hr Shark Cost/hr {"duration":299121480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 90.4k Cannonball, 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon mage 102k XP/hr 0 0 0 64k 0 21.3k 16.8k 151.6 Sharks/hr Loot/hr 151.6/hr Shark Cost/hr {"duration":427320180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon mage 102k XP/hr 0 0 0 64k 0 21.3k 16.8k 151.6 Sharks/hr Loot/hr 151.6/hr Shark Cost/hr {"duration":427320180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon range-def 122k XP/hr 0 0 38.1k 0 38.1k 25.3k 20k 180.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,180.5/hr Shark Cost/hr {"duration":358956360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.66% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 108.5k Cannonball, 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon range-def 85k XP/hr 0 0 26.7k 0 26.7k 17.7k 14k 126.4 Sharks/hr Loot/hr 126.4/hr Shark Cost/hr {"duration":512794800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.53% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon range-def 85k XP/hr 0 0 26.7k 0 26.7k 17.7k 14k 126.4 Sharks/hr Loot/hr 126.4/hr Shark Cost/hr {"duration":512794800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.42% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18k Shark"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Black Dragon range-def 146k XP/hr 0 0 45.7k 0 45.7k 30.4k 24k 216.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,216.6/hr Shark Cost/hr {"duration":299121480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 90.4k Cannonball, 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon range-def 102k XP/hr 0 0 32k 0 32k 21.3k 16.8k 151.6 Sharks/hr Loot/hr 151.6/hr Shark Cost/hr {"duration":427320180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon range-def 102k XP/hr 0 0 32k 0 32k 21.3k 16.8k 151.6 Sharks/hr Loot/hr 151.6/hr Shark Cost/hr {"duration":427320180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon range 85k XP/hr 0 0 0 0 53.4k 17.7k 14k 126.4 Sharks/hr Loot/hr 126.4/hr Shark Cost/hr {"duration":512794800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.55% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon range 122k XP/hr 0 0 0 0 76.2k 25.3k 20k 180.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,180.5/hr Shark Cost/hr {"duration":358956360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.12% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 108.5k Cannonball, 18k Shark"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Black Dragon range 85k XP/hr 0 0 0 0 53.3k 17.7k 14k 126.4 Sharks/hr Loot/hr 126.4/hr Shark Cost/hr {"duration":512794800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.97% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 18k Shark"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Black Dragon range 146k XP/hr 0 0 0 0 91.5k 30.4k 24k 216.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,216.6/hr Shark Cost/hr {"duration":299121480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 90.4k Cannonball, 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon range 102k XP/hr 0 0 0 0 64k 21.3k 16.8k 151.6 Sharks/hr Loot/hr 151.6/hr Shark Cost/hr {"duration":427320180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Dragon range 102k XP/hr 0 0 0 0 64k 21.3k 16.8k 151.6 Sharks/hr Loot/hr 151.6/hr Shark Cost/hr {"duration":427320180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 18k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Black Guard atk-str-def 159k XP/hr 39.7k 39.7k 39.7k 0 0 39.6k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846799995,"quantity":382098,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":382098,"messages":[],"newKC":382098} +Black Guard atk-str-def 111k XP/hr 27.8k 27.8k 27.8k 0 0 27.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Black Guard atk-str-def 111k XP/hr 27.8k 27.8k 27.8k 0 0 27.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Black Guard mage-def 159k XP/hr 0 0 59.6k 59.6k 0 39.6k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846799995,"quantity":382098,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":382098,"messages":[],"newKC":382098} +Black Guard mage-def 111k XP/hr 0 0 41.7k 41.7k 0 27.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Black Guard mage-def 111k XP/hr 0 0 41.7k 41.7k 0 27.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Black Guard mage 159k XP/hr 0 0 0 119.2k 0 39.6k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846799995,"quantity":382098,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":382098,"messages":[],"newKC":382098} +Black Guard mage 111k XP/hr 0 0 0 83.4k 0 27.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Black Guard mage 111k XP/hr 0 0 0 83.4k 0 27.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Black Guard range-def 159k XP/hr 0 0 59.6k 0 59.6k 39.6k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846799995,"quantity":382098,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":382098,"messages":[],"newKC":382098} +Black Guard range-def 111k XP/hr 0 0 41.7k 0 41.7k 27.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Black Guard range-def 111k XP/hr 0 0 41.7k 0 41.7k 27.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Black Guard range 159k XP/hr 0 0 0 0 119.2k 39.6k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846799995,"quantity":382098,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":382098,"messages":[],"newKC":382098} +Black Guard range 111k XP/hr 0 0 0 0 83.4k 27.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Black Guard range 111k XP/hr 0 0 0 0 83.4k 27.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Black Knight atk-str-def 84k XP/hr 17.6k 17.6k 17.6k 0 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":114467400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.34% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 35.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight atk-str-def 59k XP/hr 12.3k 12.3k 12.3k 0 0 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.45% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight atk-str-def 59k XP/hr 12.3k 12.3k 12.3k 0 0 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight atk-str-def 84k XP/hr 17.6k 17.6k 17.6k 0 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":114467400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.27% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)","Removing items: 35.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight atk-str-def 59k XP/hr 12.3k 12.3k 12.3k 0 0 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight atk-str-def 59k XP/hr 12.3k 12.3k 12.3k 0 0 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight mage-def 84k XP/hr 0 0 26.4k 26.4k 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":114467400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 35.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight mage-def 59k XP/hr 0 0 18.5k 18.5k 0 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.49% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight mage-def 59k XP/hr 0 0 18.5k 18.5k 0 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight mage-def 84k XP/hr 0 0 26.4k 26.4k 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":114467400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 35.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight mage-def 59k XP/hr 0 0 18.5k 18.5k 0 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight mage-def 59k XP/hr 0 0 18.5k 18.5k 0 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight mage 84k XP/hr 0 0 0 52.8k 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":114467400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 35.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight mage 59k XP/hr 0 0 0 37k 0 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.27% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight mage 59k XP/hr 0 0 0 37k 0 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight mage 84k XP/hr 0 0 0 52.8k 0 17.6k 13.2k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":114467400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.49% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 35.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight mage 59k XP/hr 0 0 0 37k 0 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight mage 59k XP/hr 0 0 0 37k 0 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight range-def 84k XP/hr 0 0 26.4k 0 26.4k 17.6k 13.2k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":114467400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.36% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 35.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight range-def 59k XP/hr 0 0 18.5k 0 18.5k 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.45% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight range-def 59k XP/hr 0 0 18.5k 0 18.5k 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight range-def 84k XP/hr 0 0 26.4k 0 26.4k 17.6k 13.2k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":114467400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.36% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 35.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight range-def 59k XP/hr 0 0 18.5k 0 18.5k 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight range-def 59k XP/hr 0 0 18.5k 0 18.5k 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.35% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight range 84k XP/hr 0 0 0 0 52.8k 17.6k 13.2k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":114467400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.35% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 35.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight range 59k XP/hr 0 0 0 0 37k 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight range 59k XP/hr 0 0 0 0 37k 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight range 84k XP/hr 0 0 0 0 52.8k 17.6k 13.2k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":114467400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)","Removing items: 35.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight range 59k XP/hr 0 0 0 0 37k 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Black Knight range 59k XP/hr 0 0 0 0 37k 12.3k 9.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":163518750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.33% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Blood Reaver atk-str-def 173k XP/hr 39.5k 39.5k 39.5k 0 0 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver atk-str-def 173k XP/hr 39.5k 39.5k 39.5k 0 0 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver atk-str-def 173k XP/hr 39.5k 39.5k 39.5k 0 0 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver atk 173k XP/hr 118.6k 0 0 0 0 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver atk 173k XP/hr 118.6k 0 0 0 0 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver atk 173k XP/hr 118.6k 0 0 0 0 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver atk 173k XP/hr 118.6k 0 0 0 0 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver atk 173k XP/hr 118.6k 0 0 0 0 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver atk 173k XP/hr 118.6k 0 0 0 0 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver range-def 173k XP/hr 0 0 59.3k 0 59.3k 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver range-def 173k XP/hr 0 0 59.3k 0 59.3k 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver range-def 173k XP/hr 0 0 59.3k 0 59.3k 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver range 173k XP/hr 0 0 0 0 118.6k 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver range 173k XP/hr 0 0 0 0 118.6k 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Blood Reaver range 173k XP/hr 0 0 0 0 118.6k 39.4k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905111637,"quantity":125486,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":125486,"messages":["8156590 Prayer XP from purifying 125486x Malicious ashes using the Ash Sanctifier (874514 charges left)."],"newKC":125486} +Bloodveld atk-str-def 155k XP/hr 31.6k 31.6k 31.6k 0 0 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","249950 Prayer XP from purifying 9998x Vile ashes using the Ash Sanctifier (990002 charges left).","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Bloodveld atk-str-def 155k XP/hr 31.6k 31.6k 31.6k 0 0 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.17% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","249925 Prayer XP from purifying 9997x Vile ashes using the Ash Sanctifier (990003 charges left).","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Bloodveld atk-str-def 155k XP/hr 31.6k 31.6k 31.6k 0 0 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":9990,"messages":["You missed out on 10x kills because of pk encounters","249750 Prayer XP from purifying 9990x Vile ashes using the Ash Sanctifier (990010 charges left).","You killed 9990x of your 10000 remaining kills, you now have 10 kills remaining."],"newKC":9990} +Bloodveld atk-str-def 219k XP/hr 44.6k 44.6k 44.6k 0 0 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld atk-str-def 219k XP/hr 44.6k 44.6k 44.6k 0 0 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld atk-str-def 219k XP/hr 44.6k 44.6k 44.6k 0 0 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld mage-def 155k XP/hr 0 0 47.4k 47.4k 0 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.93% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld mage-def 155k XP/hr 0 0 47.4k 47.4k 0 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.80% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","249925 Prayer XP from purifying 9997x Vile ashes using the Ash Sanctifier (990003 charges left).","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Bloodveld mage-def 155k XP/hr 0 0 47.4k 47.4k 0 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.14% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters and death","Oh no! While running for your life, you panicked, got smited and couldn't protect a 4th item. You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","249925 Prayer XP from purifying 9997x Vile ashes using the Ash Sanctifier (990003 charges left).","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Bloodveld mage-def 219k XP/hr 0 0 67k 67k 0 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld mage-def 219k XP/hr 0 0 67k 67k 0 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld mage-def 219k XP/hr 0 0 67k 67k 0 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld mage 155k XP/hr 0 0 0 94.8k 0 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.79% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","249950 Prayer XP from purifying 9998x Vile ashes using the Ash Sanctifier (990002 charges left).","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Bloodveld mage 155k XP/hr 0 0 0 94.8k 0 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.80% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","249950 Prayer XP from purifying 9998x Vile ashes using the Ash Sanctifier (990002 charges left).","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Bloodveld mage 155k XP/hr 0 0 0 94.8k 0 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.41% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","249875 Prayer XP from purifying 9995x Vile ashes using the Ash Sanctifier (990005 charges left).","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining."],"newKC":9995} +Bloodveld mage 219k XP/hr 0 0 0 133.9k 0 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld mage 219k XP/hr 0 0 0 133.9k 0 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld mage 219k XP/hr 0 0 0 133.9k 0 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld range-def 155k XP/hr 0 0 47.4k 0 47.4k 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.92% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld range-def 155k XP/hr 0 0 47.4k 0 47.4k 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.04% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","249950 Prayer XP from purifying 9998x Vile ashes using the Ash Sanctifier (990002 charges left).","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Bloodveld range-def 155k XP/hr 0 0 47.4k 0 47.4k 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.44% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":9992,"messages":["You missed out on 8x kills because of pk encounters","249800 Prayer XP from purifying 9992x Vile ashes using the Ash Sanctifier (990008 charges left).","You killed 9992x of your 10000 remaining kills, you now have 8 kills remaining."],"newKC":9992} +Bloodveld range-def 219k XP/hr 0 0 67k 0 67k 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld range-def 219k XP/hr 0 0 67k 0 67k 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld range-def 219k XP/hr 0 0 67k 0 67k 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld range 155k XP/hr 0 0 0 0 94.8k 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.06% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","249950 Prayer XP from purifying 9998x Vile ashes using the Ash Sanctifier (990002 charges left).","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Bloodveld range 155k XP/hr 0 0 0 0 94.8k 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.22% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","249875 Prayer XP from purifying 9995x Vile ashes using the Ash Sanctifier (990005 charges left).","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining."],"newKC":9995} +Bloodveld range 155k XP/hr 0 0 0 0 94.8k 31.5k 23.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.03% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.4k Shark"]} {"quantity":9993,"messages":["You missed out on 7x kills because of pk encounters","249825 Prayer XP from purifying 9993x Vile ashes using the Ash Sanctifier (990007 charges left).","You killed 9993x of your 10000 remaining kills, you now have 7 kills remaining."],"newKC":9993} +Bloodveld range 219k XP/hr 0 0 0 0 133.9k 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld range 219k XP/hr 0 0 0 0 133.9k 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bloodveld range 219k XP/hr 0 0 0 0 133.9k 44.5k 33.5k 150.6 Sharks/hr Loot/hr 150.6/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon atk-str-def 244k XP/hr 51.5k 51.5k 51.5k 0 0 51.3k 38.6k 452.0 Sharks/hr Loot/hr 1088.5/hr Cannonball,452.0/hr Shark Cost/hr {"duration":100362780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 30.3k Cannonball, 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon atk-str-def 171k XP/hr 36k 36k 36k 0 0 35.9k 27k 316.4 Sharks/hr Loot/hr 316.4/hr Shark Cost/hr {"duration":143377920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon atk-str-def 171k XP/hr 36k 36k 36k 0 0 35.9k 27k 316.4 Sharks/hr Loot/hr 316.4/hr Shark Cost/hr {"duration":143377920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon mage-def 208k XP/hr 0 0 65.6k 65.6k 0 43.6k 32.8k 384.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,384.2/hr Shark Cost/hr {"duration":118073340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 35.7k Cannonball, 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon mage-def 145k XP/hr 0 0 45.9k 45.9k 0 30.5k 23k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon mage-def 145k XP/hr 0 0 45.9k 45.9k 0 30.5k 23k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon mage 208k XP/hr 0 0 0 131.3k 0 43.6k 32.8k 384.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,384.2/hr Shark Cost/hr {"duration":118073340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 35.7k Cannonball, 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon mage 145k XP/hr 0 0 0 91.9k 0 30.5k 23k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon mage 145k XP/hr 0 0 0 91.9k 0 30.5k 23k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon range-def 208k XP/hr 0 0 65.6k 0 65.6k 43.6k 32.8k 384.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,384.2/hr Shark Cost/hr {"duration":118073340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 35.7k Cannonball, 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon range-def 145k XP/hr 0 0 45.9k 0 45.9k 30.5k 23k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon range-def 145k XP/hr 0 0 45.9k 0 45.9k 30.5k 23k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon range 208k XP/hr 0 0 0 0 131.3k 43.6k 32.8k 384.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,384.2/hr Shark Cost/hr {"duration":118073340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 35.7k Cannonball, 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon range 145k XP/hr 0 0 0 0 91.9k 30.5k 23k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Blue Dragon range 145k XP/hr 0 0 0 0 91.9k 30.5k 23k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Body Golem atk-str-def 80k XP/hr 20k 20k 20k 0 0 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem atk-str-def 80k XP/hr 20k 20k 20k 0 0 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem atk-str-def 80k XP/hr 20k 20k 20k 0 0 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem mage-def 80k XP/hr 0 0 30k 30k 0 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem mage-def 80k XP/hr 0 0 30k 30k 0 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem mage-def 80k XP/hr 0 0 30k 30k 0 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem mage 80k XP/hr 0 0 0 60k 0 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem mage 80k XP/hr 0 0 0 60k 0 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem mage 80k XP/hr 0 0 0 60k 0 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem range-def 80k XP/hr 0 0 30k 0 30k 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem range-def 80k XP/hr 0 0 30k 0 30k 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem range-def 80k XP/hr 0 0 30k 0 30k 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem range 80k XP/hr 0 0 0 0 60k 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem range 80k XP/hr 0 0 0 0 60k 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Body Golem range 80k XP/hr 0 0 0 0 60k 20k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796461,"quantity":128342,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":128342,"messages":[],"newKC":128342} +Brine Rat atk-str-def 215k XP/hr 45.4k 45.4k 45.4k 0 0 45.3k 34k 569.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,569.9/hr Shark Cost/hr {"duration":52875900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 16k Cannonball, 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat atk-str-def 151k XP/hr 31.8k 31.8k 31.8k 0 0 31.7k 23.8k 398.9 Sharks/hr Loot/hr 398.9/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat atk-str-def 151k XP/hr 31.8k 31.8k 31.8k 0 0 31.7k 23.8k 398.9 Sharks/hr Loot/hr 398.9/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat mage-def 215k XP/hr 0 0 68.1k 68.1k 0 45.3k 34k 569.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,569.9/hr Shark Cost/hr {"duration":52875900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 16k Cannonball, 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat mage-def 151k XP/hr 0 0 47.7k 47.7k 0 31.7k 23.8k 398.9 Sharks/hr Loot/hr 398.9/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat mage-def 151k XP/hr 0 0 47.7k 47.7k 0 31.7k 23.8k 398.9 Sharks/hr Loot/hr 398.9/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat mage 215k XP/hr 0 0 0 136.2k 0 45.3k 34k 569.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,569.9/hr Shark Cost/hr {"duration":52875900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 16k Cannonball, 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat mage 151k XP/hr 0 0 0 95.3k 0 31.7k 23.8k 398.9 Sharks/hr Loot/hr 398.9/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat mage 151k XP/hr 0 0 0 95.3k 0 31.7k 23.8k 398.9 Sharks/hr Loot/hr 398.9/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat range-def 215k XP/hr 0 0 68.1k 0 68.1k 45.3k 34k 569.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,569.9/hr Shark Cost/hr {"duration":52875900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 16k Cannonball, 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat range-def 151k XP/hr 0 0 47.7k 0 47.7k 31.7k 23.8k 398.9 Sharks/hr Loot/hr 398.9/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat range-def 151k XP/hr 0 0 47.7k 0 47.7k 31.7k 23.8k 398.9 Sharks/hr Loot/hr 398.9/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat range 215k XP/hr 0 0 0 0 136.2k 45.3k 34k 569.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,569.9/hr Shark Cost/hr {"duration":52875900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 16k Cannonball, 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat range 151k XP/hr 0 0 0 0 95.3k 31.7k 23.8k 398.9 Sharks/hr Loot/hr 398.9/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brine Rat range 151k XP/hr 0 0 0 0 95.3k 31.7k 23.8k 398.9 Sharks/hr Loot/hr 398.9/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon atk-str-def 98k XP/hr 20.6k 20.6k 20.6k 0 0 20.5k 15.8k 142.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,142.4/hr Shark Cost/hr {"duration":284365620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 86k Cannonball, 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon atk-str-def 69k XP/hr 14.4k 14.4k 14.4k 0 0 14.4k 11.1k 99.7 Sharks/hr Loot/hr 99.7/hr Shark Cost/hr {"duration":406231560,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon atk-str-def 69k XP/hr 14.4k 14.4k 14.4k 0 0 14.4k 11.1k 99.7 Sharks/hr Loot/hr 99.7/hr Shark Cost/hr {"duration":406231560,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon mage-def 83k XP/hr 0 0 26.3k 26.3k 0 17.5k 13.5k 121.1 Sharks/hr Loot/hr 1088.4/hr Cannonball,121.1/hr Shark Cost/hr {"duration":334542600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 101.1k Cannonball, 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon mage-def 58k XP/hr 0 0 18.4k 18.4k 0 12.2k 9.4k 84.7 Sharks/hr Loot/hr 84.7/hr Shark Cost/hr {"duration":477920520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon mage-def 58k XP/hr 0 0 18.4k 18.4k 0 12.2k 9.4k 84.7 Sharks/hr Loot/hr 84.7/hr Shark Cost/hr {"duration":477920520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon mage 83k XP/hr 0 0 0 52.5k 0 17.5k 13.5k 121.1 Sharks/hr Loot/hr 1088.4/hr Cannonball,121.1/hr Shark Cost/hr {"duration":334542600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 101.1k Cannonball, 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon mage 58k XP/hr 0 0 0 36.8k 0 12.2k 9.4k 84.7 Sharks/hr Loot/hr 84.7/hr Shark Cost/hr {"duration":477920520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon mage 58k XP/hr 0 0 0 36.8k 0 12.2k 9.4k 84.7 Sharks/hr Loot/hr 84.7/hr Shark Cost/hr {"duration":477920520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon range-def 83k XP/hr 0 0 26.3k 0 26.3k 17.5k 13.5k 121.1 Sharks/hr Loot/hr 1088.4/hr Cannonball,121.1/hr Shark Cost/hr {"duration":334542600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 101.1k Cannonball, 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon range-def 58k XP/hr 0 0 18.4k 0 18.4k 12.2k 9.4k 84.7 Sharks/hr Loot/hr 84.7/hr Shark Cost/hr {"duration":477920520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon range-def 58k XP/hr 0 0 18.4k 0 18.4k 12.2k 9.4k 84.7 Sharks/hr Loot/hr 84.7/hr Shark Cost/hr {"duration":477920520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon range 83k XP/hr 0 0 0 0 52.5k 17.5k 13.5k 121.1 Sharks/hr Loot/hr 1088.4/hr Cannonball,121.1/hr Shark Cost/hr {"duration":334542600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 101.1k Cannonball, 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon range 58k XP/hr 0 0 0 0 36.8k 12.2k 9.4k 84.7 Sharks/hr Loot/hr 84.7/hr Shark Cost/hr {"duration":477920520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Bronze Dragon range 58k XP/hr 0 0 0 0 36.8k 12.2k 9.4k 84.7 Sharks/hr Loot/hr 84.7/hr Shark Cost/hr {"duration":477920520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Brutal black Dragon atk-str-def 64k XP/hr 16k 16k 16k 0 0 15.9k 0 137.0 Sharks/hr Loot/hr 137.0/hr Shark Cost/hr {"duration":1905027613,"quantity":20131,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 72.5k Shark"]} {"quantity":20131,"messages":[],"newKC":20131} +Brutal black Dragon atk-str-def 64k XP/hr 16k 16k 16k 0 0 15.9k 0 137.0 Sharks/hr Loot/hr 137.0/hr Shark Cost/hr {"duration":1905027613,"quantity":20131,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 72.5k Shark"]} {"quantity":20131,"messages":[],"newKC":20131} +Brutal black Dragon atk-str-def 64k XP/hr 16k 16k 16k 0 0 15.9k 0 137.0 Sharks/hr Loot/hr 137.0/hr Shark Cost/hr {"duration":1905027613,"quantity":20131,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 72.5k Shark"]} {"quantity":20131,"messages":[],"newKC":20131} +Brutal black Dragon mage-def 54k XP/hr 0 0 20.4k 20.4k 0 13.5k 0 116.4 Sharks/hr Loot/hr 116.4/hr Shark Cost/hr {"duration":1905086661,"quantity":17112,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 61.6k Shark"]} {"quantity":17112,"messages":[],"newKC":17112} +Brutal black Dragon mage-def 54k XP/hr 0 0 20.4k 20.4k 0 13.5k 0 116.4 Sharks/hr Loot/hr 116.4/hr Shark Cost/hr {"duration":1905086661,"quantity":17112,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 61.6k Shark"]} {"quantity":17112,"messages":[],"newKC":17112} +Brutal black Dragon mage-def 54k XP/hr 0 0 20.4k 20.4k 0 13.5k 0 116.4 Sharks/hr Loot/hr 116.4/hr Shark Cost/hr {"duration":1905086661,"quantity":17112,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 61.6k Shark"]} {"quantity":17112,"messages":[],"newKC":17112} +Brutal black Dragon mage 54k XP/hr 0 0 0 40.7k 0 13.5k 0 116.4 Sharks/hr Loot/hr 116.4/hr Shark Cost/hr {"duration":1905086661,"quantity":17112,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 61.6k Shark"]} {"quantity":17112,"messages":[],"newKC":17112} +Brutal black Dragon mage 54k XP/hr 0 0 0 40.7k 0 13.5k 0 116.4 Sharks/hr Loot/hr 116.4/hr Shark Cost/hr {"duration":1905086661,"quantity":17112,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 61.6k Shark"]} {"quantity":17112,"messages":[],"newKC":17112} +Brutal black Dragon mage 54k XP/hr 0 0 0 40.7k 0 13.5k 0 116.4 Sharks/hr Loot/hr 116.4/hr Shark Cost/hr {"duration":1905086661,"quantity":17112,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 61.6k Shark"]} {"quantity":17112,"messages":[],"newKC":17112} +Brutal black Dragon range-def 54k XP/hr 0 0 20.4k 0 20.4k 13.5k 0 116.4 Sharks/hr Loot/hr 116.4/hr Shark Cost/hr {"duration":1905086661,"quantity":17112,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 61.6k Shark"]} {"quantity":17112,"messages":[],"newKC":17112} +Brutal black Dragon range-def 54k XP/hr 0 0 20.4k 0 20.4k 13.5k 0 116.4 Sharks/hr Loot/hr 116.4/hr Shark Cost/hr {"duration":1905086661,"quantity":17112,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 61.6k Shark"]} {"quantity":17112,"messages":[],"newKC":17112} +Brutal black Dragon range-def 54k XP/hr 0 0 20.4k 0 20.4k 13.5k 0 116.4 Sharks/hr Loot/hr 116.4/hr Shark Cost/hr {"duration":1905086661,"quantity":17112,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 61.6k Shark"]} {"quantity":17112,"messages":[],"newKC":17112} +Brutal black Dragon range 54k XP/hr 0 0 0 0 40.7k 13.5k 0 116.4 Sharks/hr Loot/hr 116.4/hr Shark Cost/hr {"duration":1905086661,"quantity":17112,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 61.6k Shark"]} {"quantity":17112,"messages":[],"newKC":17112} +Brutal black Dragon range 54k XP/hr 0 0 0 0 40.7k 13.5k 0 116.4 Sharks/hr Loot/hr 116.4/hr Shark Cost/hr {"duration":1905086661,"quantity":17112,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 61.6k Shark"]} {"quantity":17112,"messages":[],"newKC":17112} +Brutal black Dragon range 54k XP/hr 0 0 0 0 40.7k 13.5k 0 116.4 Sharks/hr Loot/hr 116.4/hr Shark Cost/hr {"duration":1905086661,"quantity":17112,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 61.6k Shark"]} {"quantity":17112,"messages":[],"newKC":17112} +Brutal blue Dragon atk-str-def 59k XP/hr 14.6k 14.6k 14.6k 0 0 14.6k 0 151.3 Sharks/hr Loot/hr 151.3/hr Shark Cost/hr {"duration":1905108927,"quantity":23727,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 80.1k Shark"]} {"quantity":23727,"messages":[],"newKC":23727} +Brutal blue Dragon atk-str-def 59k XP/hr 14.6k 14.6k 14.6k 0 0 14.6k 0 151.3 Sharks/hr Loot/hr 151.3/hr Shark Cost/hr {"duration":1905108927,"quantity":23727,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 80.1k Shark"]} {"quantity":23727,"messages":[],"newKC":23727} +Brutal blue Dragon atk-str-def 59k XP/hr 14.6k 14.6k 14.6k 0 0 14.6k 0 151.3 Sharks/hr Loot/hr 151.3/hr Shark Cost/hr {"duration":1905108927,"quantity":23727,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 80.1k Shark"]} {"quantity":23727,"messages":[],"newKC":23727} +Brutal blue Dragon mage-def 50k XP/hr 0 0 18.7k 18.7k 0 12.4k 0 128.6 Sharks/hr Loot/hr 128.6/hr Shark Cost/hr {"duration":1905113650,"quantity":20168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 68.1k Shark"]} {"quantity":20168,"messages":[],"newKC":20168} +Brutal blue Dragon mage-def 50k XP/hr 0 0 18.7k 18.7k 0 12.4k 0 128.6 Sharks/hr Loot/hr 128.6/hr Shark Cost/hr {"duration":1905113650,"quantity":20168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 68.1k Shark"]} {"quantity":20168,"messages":[],"newKC":20168} +Brutal blue Dragon mage-def 50k XP/hr 0 0 18.7k 18.7k 0 12.4k 0 128.6 Sharks/hr Loot/hr 128.6/hr Shark Cost/hr {"duration":1905113650,"quantity":20168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 68.1k Shark"]} {"quantity":20168,"messages":[],"newKC":20168} +Brutal blue Dragon mage 50k XP/hr 0 0 0 37.3k 0 12.4k 0 128.6 Sharks/hr Loot/hr 128.6/hr Shark Cost/hr {"duration":1905113650,"quantity":20168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 68.1k Shark"]} {"quantity":20168,"messages":[],"newKC":20168} +Brutal blue Dragon mage 50k XP/hr 0 0 0 37.3k 0 12.4k 0 128.6 Sharks/hr Loot/hr 128.6/hr Shark Cost/hr {"duration":1905113650,"quantity":20168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 68.1k Shark"]} {"quantity":20168,"messages":[],"newKC":20168} +Brutal blue Dragon mage 50k XP/hr 0 0 0 37.3k 0 12.4k 0 128.6 Sharks/hr Loot/hr 128.6/hr Shark Cost/hr {"duration":1905113650,"quantity":20168,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 68.1k Shark"]} {"quantity":20168,"messages":[],"newKC":20168} +Brutal blue Dragon range-def 50k XP/hr 0 0 18.7k 0 18.7k 12.4k 0 128.6 Sharks/hr Loot/hr 128.6/hr Shark Cost/hr {"duration":1905113650,"quantity":20168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 68.1k Shark"]} {"quantity":20168,"messages":[],"newKC":20168} +Brutal blue Dragon range-def 50k XP/hr 0 0 18.7k 0 18.7k 12.4k 0 128.6 Sharks/hr Loot/hr 128.6/hr Shark Cost/hr {"duration":1905113650,"quantity":20168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 68.1k Shark"]} {"quantity":20168,"messages":[],"newKC":20168} +Brutal blue Dragon range-def 50k XP/hr 0 0 18.7k 0 18.7k 12.4k 0 128.6 Sharks/hr Loot/hr 128.6/hr Shark Cost/hr {"duration":1905113650,"quantity":20168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 68.1k Shark"]} {"quantity":20168,"messages":[],"newKC":20168} +Brutal blue Dragon range 50k XP/hr 0 0 0 0 37.3k 12.4k 0 128.6 Sharks/hr Loot/hr 128.6/hr Shark Cost/hr {"duration":1905113650,"quantity":20168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 68.1k Shark"]} {"quantity":20168,"messages":[],"newKC":20168} +Brutal blue Dragon range 50k XP/hr 0 0 0 0 37.3k 12.4k 0 128.6 Sharks/hr Loot/hr 128.6/hr Shark Cost/hr {"duration":1905113650,"quantity":20168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 68.1k Shark"]} {"quantity":20168,"messages":[],"newKC":20168} +Brutal blue Dragon range 50k XP/hr 0 0 0 0 37.3k 12.4k 0 128.6 Sharks/hr Loot/hr 128.6/hr Shark Cost/hr {"duration":1905113650,"quantity":20168,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 68.1k Shark"]} {"quantity":20168,"messages":[],"newKC":20168} +Brutal green Dragon atk-str-def 45k XP/hr 11.3k 11.3k 11.3k 0 0 11.2k 0 130.4 Sharks/hr Loot/hr 130.4/hr Shark Cost/hr {"duration":1905108725,"quantity":25552,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 69k Shark"]} {"quantity":25552,"messages":[],"newKC":25552} +Brutal green Dragon atk-str-def 45k XP/hr 11.3k 11.3k 11.3k 0 0 11.2k 0 130.4 Sharks/hr Loot/hr 130.4/hr Shark Cost/hr {"duration":1905108725,"quantity":25552,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 69k Shark"]} {"quantity":25552,"messages":[],"newKC":25552} +Brutal green Dragon atk-str-def 45k XP/hr 11.3k 11.3k 11.3k 0 0 11.2k 0 130.4 Sharks/hr Loot/hr 130.4/hr Shark Cost/hr {"duration":1905108725,"quantity":25552,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 69k Shark"]} {"quantity":25552,"messages":[],"newKC":25552} +Brutal green Dragon mage-def 38k XP/hr 0 0 14.4k 14.4k 0 9.6k 0 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":1905079914,"quantity":21719,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 58.6k Shark"]} {"quantity":21719,"messages":[],"newKC":21719} +Brutal green Dragon mage-def 38k XP/hr 0 0 14.4k 14.4k 0 9.6k 0 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":1905079914,"quantity":21719,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 58.6k Shark"]} {"quantity":21719,"messages":[],"newKC":21719} +Brutal green Dragon mage-def 38k XP/hr 0 0 14.4k 14.4k 0 9.6k 0 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":1905079914,"quantity":21719,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 58.6k Shark"]} {"quantity":21719,"messages":[],"newKC":21719} +Brutal green Dragon mage 38k XP/hr 0 0 0 28.7k 0 9.6k 0 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":1905079914,"quantity":21719,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 58.6k Shark"]} {"quantity":21719,"messages":[],"newKC":21719} +Brutal green Dragon mage 38k XP/hr 0 0 0 28.7k 0 9.6k 0 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":1905079914,"quantity":21719,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 58.6k Shark"]} {"quantity":21719,"messages":[],"newKC":21719} +Brutal green Dragon mage 38k XP/hr 0 0 0 28.7k 0 9.6k 0 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":1905079914,"quantity":21719,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 58.6k Shark"]} {"quantity":21719,"messages":[],"newKC":21719} +Brutal green Dragon range-def 38k XP/hr 0 0 14.4k 0 14.4k 9.6k 0 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":1905079914,"quantity":21719,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 58.6k Shark"]} {"quantity":21719,"messages":[],"newKC":21719} +Brutal green Dragon range-def 38k XP/hr 0 0 14.4k 0 14.4k 9.6k 0 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":1905079914,"quantity":21719,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 58.6k Shark"]} {"quantity":21719,"messages":[],"newKC":21719} +Brutal green Dragon range-def 38k XP/hr 0 0 14.4k 0 14.4k 9.6k 0 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":1905079914,"quantity":21719,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 58.6k Shark"]} {"quantity":21719,"messages":[],"newKC":21719} +Brutal green Dragon range 38k XP/hr 0 0 0 0 28.7k 9.6k 0 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":1905079914,"quantity":21719,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 58.6k Shark"]} {"quantity":21719,"messages":[],"newKC":21719} +Brutal green Dragon range 38k XP/hr 0 0 0 0 28.7k 9.6k 0 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":1905079914,"quantity":21719,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 58.6k Shark"]} {"quantity":21719,"messages":[],"newKC":21719} +Brutal green Dragon range 38k XP/hr 0 0 0 0 28.7k 9.6k 0 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":1905079914,"quantity":21719,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 58.6k Shark"]} {"quantity":21719,"messages":[],"newKC":21719} +Brutal red Dragon atk-str-def 62k XP/hr 15.4k 15.4k 15.4k 0 0 15.4k 0 154.9 Sharks/hr Loot/hr 154.9/hr Shark Cost/hr {"duration":1905039095,"quantity":21430,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 82k Shark"]} {"quantity":21430,"messages":[],"newKC":21430} +Brutal red Dragon atk-str-def 62k XP/hr 15.4k 15.4k 15.4k 0 0 15.4k 0 154.9 Sharks/hr Loot/hr 154.9/hr Shark Cost/hr {"duration":1905039095,"quantity":21430,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 82k Shark"]} {"quantity":21430,"messages":[],"newKC":21430} +Brutal red Dragon atk-str-def 62k XP/hr 15.4k 15.4k 15.4k 0 0 15.4k 0 154.9 Sharks/hr Loot/hr 154.9/hr Shark Cost/hr {"duration":1905039095,"quantity":21430,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 82k Shark"]} {"quantity":21430,"messages":[],"newKC":21430} +Brutal red Dragon mage-def 52k XP/hr 0 0 19.6k 19.6k 0 13k 0 131.7 Sharks/hr Loot/hr 131.7/hr Shark Cost/hr {"duration":1905086661,"quantity":18216,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 69.7k Shark"]} {"quantity":18216,"messages":[],"newKC":18216} +Brutal red Dragon mage-def 52k XP/hr 0 0 19.6k 19.6k 0 13k 0 131.7 Sharks/hr Loot/hr 131.7/hr Shark Cost/hr {"duration":1905086661,"quantity":18216,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 69.7k Shark"]} {"quantity":18216,"messages":[],"newKC":18216} +Brutal red Dragon mage-def 52k XP/hr 0 0 19.6k 19.6k 0 13k 0 131.7 Sharks/hr Loot/hr 131.7/hr Shark Cost/hr {"duration":1905086661,"quantity":18216,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 69.7k Shark"]} {"quantity":18216,"messages":[],"newKC":18216} +Brutal red Dragon mage 52k XP/hr 0 0 0 39.2k 0 13k 0 131.7 Sharks/hr Loot/hr 131.7/hr Shark Cost/hr {"duration":1905086661,"quantity":18216,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 69.7k Shark"]} {"quantity":18216,"messages":[],"newKC":18216} +Brutal red Dragon mage 52k XP/hr 0 0 0 39.2k 0 13k 0 131.7 Sharks/hr Loot/hr 131.7/hr Shark Cost/hr {"duration":1905086661,"quantity":18216,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 69.7k Shark"]} {"quantity":18216,"messages":[],"newKC":18216} +Brutal red Dragon mage 52k XP/hr 0 0 0 39.2k 0 13k 0 131.7 Sharks/hr Loot/hr 131.7/hr Shark Cost/hr {"duration":1905086661,"quantity":18216,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 69.7k Shark"]} {"quantity":18216,"messages":[],"newKC":18216} +Brutal red Dragon range-def 52k XP/hr 0 0 19.6k 0 19.6k 13k 0 131.7 Sharks/hr Loot/hr 131.7/hr Shark Cost/hr {"duration":1905086661,"quantity":18216,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 69.7k Shark"]} {"quantity":18216,"messages":[],"newKC":18216} +Brutal red Dragon range-def 52k XP/hr 0 0 19.6k 0 19.6k 13k 0 131.7 Sharks/hr Loot/hr 131.7/hr Shark Cost/hr {"duration":1905086661,"quantity":18216,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 69.7k Shark"]} {"quantity":18216,"messages":[],"newKC":18216} +Brutal red Dragon range-def 52k XP/hr 0 0 19.6k 0 19.6k 13k 0 131.7 Sharks/hr Loot/hr 131.7/hr Shark Cost/hr {"duration":1905086661,"quantity":18216,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 69.7k Shark"]} {"quantity":18216,"messages":[],"newKC":18216} +Brutal red Dragon range 52k XP/hr 0 0 0 0 39.2k 13k 0 131.7 Sharks/hr Loot/hr 131.7/hr Shark Cost/hr {"duration":1905086661,"quantity":18216,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 69.7k Shark"]} {"quantity":18216,"messages":[],"newKC":18216} +Brutal red Dragon range 52k XP/hr 0 0 0 0 39.2k 13k 0 131.7 Sharks/hr Loot/hr 131.7/hr Shark Cost/hr {"duration":1905086661,"quantity":18216,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 69.7k Shark"]} {"quantity":18216,"messages":[],"newKC":18216} +Brutal red Dragon range 52k XP/hr 0 0 0 0 39.2k 13k 0 131.7 Sharks/hr Loot/hr 131.7/hr Shark Cost/hr {"duration":1905086661,"quantity":18216,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 69.7k Shark"]} {"quantity":18216,"messages":[],"newKC":18216} +Bryophyta atk-str-def 44k XP/hr 10.9k 10.9k 10.9k 0 0 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta atk-str-def 44k XP/hr 10.9k 10.9k 10.9k 0 0 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta atk-str-def 44k XP/hr 10.9k 10.9k 10.9k 0 0 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta mage-def 44k XP/hr 0 0 16.4k 16.4k 0 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta mage-def 44k XP/hr 0 0 16.4k 16.4k 0 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta mage-def 44k XP/hr 0 0 16.4k 16.4k 0 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta mage 44k XP/hr 0 0 0 32.7k 0 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta mage 44k XP/hr 0 0 0 32.7k 0 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta mage 44k XP/hr 0 0 0 32.7k 0 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta range-def 44k XP/hr 0 0 16.4k 0 16.4k 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta range-def 44k XP/hr 0 0 16.4k 0 16.4k 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta range-def 44k XP/hr 0 0 16.4k 0 16.4k 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta range 44k XP/hr 0 0 0 0 32.7k 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta range 44k XP/hr 0 0 0 0 32.7k 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Bryophyta range 44k XP/hr 0 0 0 0 32.7k 10.9k 0 512.2 Sharks/hr Loot/hr 71.1/hr Mossy key,512.2/hr Shark Cost/hr {"duration":1905117024,"quantity":37647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 37.6k Mossy key, 271.1k Shark"]} {"quantity":37647,"messages":[],"newKC":37647} +Catablepon atk-str-def 280k XP/hr 59k 59k 59k 0 0 58.9k 44.3k 294.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,294.0/hr Shark Cost/hr {"duration":56941920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 17.2k Cannonball, 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon atk-str-def 196k XP/hr 41.3k 41.3k 41.3k 0 0 41.2k 31k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon atk-str-def 196k XP/hr 41.3k 41.3k 41.3k 0 0 41.2k 31k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon mage-def 280k XP/hr 0 0 88.5k 88.5k 0 58.9k 44.3k 294.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,294.0/hr Shark Cost/hr {"duration":56941920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 17.2k Cannonball, 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon mage-def 196k XP/hr 0 0 62k 62k 0 41.2k 31k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon mage-def 196k XP/hr 0 0 62k 62k 0 41.2k 31k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon mage 280k XP/hr 0 0 0 177k 0 58.9k 44.3k 294.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,294.0/hr Shark Cost/hr {"duration":56941920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 17.2k Cannonball, 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon mage 196k XP/hr 0 0 0 123.9k 0 41.2k 31k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon mage 196k XP/hr 0 0 0 123.9k 0 41.2k 31k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon range-def 280k XP/hr 0 0 88.5k 0 88.5k 58.9k 44.3k 294.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,294.0/hr Shark Cost/hr {"duration":56941920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 17.2k Cannonball, 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon range-def 196k XP/hr 0 0 62k 0 62k 41.2k 31k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon range-def 196k XP/hr 0 0 62k 0 62k 41.2k 31k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon range 280k XP/hr 0 0 0 0 177k 58.9k 44.3k 294.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,294.0/hr Shark Cost/hr {"duration":56941920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 17.2k Cannonball, 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon range 196k XP/hr 0 0 0 0 123.9k 41.2k 31k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Catablepon range 196k XP/hr 0 0 0 0 123.9k 41.2k 31k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cave Crawler atk-str-def 37k XP/hr 7.7k 7.7k 7.7k 0 0 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler atk-str-def 37k XP/hr 7.7k 7.7k 7.7k 0 0 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler atk-str-def 37k XP/hr 7.7k 7.7k 7.7k 0 0 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler mage-def 37k XP/hr 0 0 11.6k 11.6k 0 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler mage-def 37k XP/hr 0 0 11.6k 11.6k 0 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler mage-def 37k XP/hr 0 0 11.6k 11.6k 0 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler mage 37k XP/hr 0 0 0 23.2k 0 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler mage 37k XP/hr 0 0 0 23.2k 0 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler mage 37k XP/hr 0 0 0 23.2k 0 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler range-def 37k XP/hr 0 0 11.6k 0 11.6k 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler range-def 37k XP/hr 0 0 11.6k 0 11.6k 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler range-def 37k XP/hr 0 0 11.6k 0 11.6k 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler range 37k XP/hr 0 0 0 0 23.2k 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler range 37k XP/hr 0 0 0 0 23.2k 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Crawler range 37k XP/hr 0 0 0 0 23.2k 7.7k 5.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave goblin guard atk-str-def 71k XP/hr 17.8k 17.8k 17.8k 0 0 17.7k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846794760,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":263061,"messages":[],"newKC":263061} +Cave goblin guard atk-str-def 50k XP/hr 12.4k 12.4k 12.4k 0 0 12.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Cave goblin guard atk-str-def 50k XP/hr 12.4k 12.4k 12.4k 0 0 12.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Cave goblin guard mage-def 71k XP/hr 0 0 26.7k 26.7k 0 17.7k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846794760,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":263061,"messages":[],"newKC":263061} +Cave goblin guard mage-def 50k XP/hr 0 0 18.7k 18.7k 0 12.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Cave goblin guard mage-def 50k XP/hr 0 0 18.7k 18.7k 0 12.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Cave goblin guard mage 71k XP/hr 0 0 0 53.3k 0 17.7k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846794760,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":263061,"messages":[],"newKC":263061} +Cave goblin guard mage 50k XP/hr 0 0 0 37.3k 0 12.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Cave goblin guard mage 50k XP/hr 0 0 0 37.3k 0 12.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Cave goblin guard range-def 71k XP/hr 0 0 26.7k 0 26.7k 17.7k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846794760,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":263061,"messages":[],"newKC":263061} +Cave goblin guard range-def 50k XP/hr 0 0 18.7k 0 18.7k 12.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Cave goblin guard range-def 50k XP/hr 0 0 18.7k 0 18.7k 12.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Cave goblin guard range 71k XP/hr 0 0 0 0 53.3k 17.7k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846794760,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":263061,"messages":[],"newKC":263061} +Cave goblin guard range 50k XP/hr 0 0 0 0 37.3k 12.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Cave goblin guard range 50k XP/hr 0 0 0 0 37.3k 12.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Cave Horror atk-str-def 195k XP/hr 41k 41k 41k 0 0 40.9k 30.8k 283.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,283.0/hr Shark Cost/hr {"duration":64377180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 19.5k Cannonball, 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror atk-str-def 136k XP/hr 28.7k 28.7k 28.7k 0 0 28.6k 21.5k 198.1 Sharks/hr Loot/hr 198.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror atk-str-def 136k XP/hr 28.7k 28.7k 28.7k 0 0 28.6k 21.5k 198.1 Sharks/hr Loot/hr 198.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror mage-def 195k XP/hr 0 0 61.5k 61.5k 0 40.9k 30.8k 283.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,283.0/hr Shark Cost/hr {"duration":64377180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 19.5k Cannonball, 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror mage-def 136k XP/hr 0 0 43.1k 43.1k 0 28.6k 21.5k 198.1 Sharks/hr Loot/hr 198.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror mage-def 136k XP/hr 0 0 43.1k 43.1k 0 28.6k 21.5k 198.1 Sharks/hr Loot/hr 198.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror mage 195k XP/hr 0 0 0 123k 0 40.9k 30.8k 283.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,283.0/hr Shark Cost/hr {"duration":64377180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 19.5k Cannonball, 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror mage 136k XP/hr 0 0 0 86.1k 0 28.6k 21.5k 198.1 Sharks/hr Loot/hr 198.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror mage 136k XP/hr 0 0 0 86.1k 0 28.6k 21.5k 198.1 Sharks/hr Loot/hr 198.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror range-def 195k XP/hr 0 0 61.5k 0 61.5k 40.9k 30.8k 283.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,283.0/hr Shark Cost/hr {"duration":64377180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 19.5k Cannonball, 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror range-def 136k XP/hr 0 0 43.1k 0 43.1k 28.6k 21.5k 198.1 Sharks/hr Loot/hr 198.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror range-def 136k XP/hr 0 0 43.1k 0 43.1k 28.6k 21.5k 198.1 Sharks/hr Loot/hr 198.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror range 195k XP/hr 0 0 0 0 123k 40.9k 30.8k 283.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,283.0/hr Shark Cost/hr {"duration":64377180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 19.5k Cannonball, 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror range 136k XP/hr 0 0 0 0 86.1k 28.6k 21.5k 198.1 Sharks/hr Loot/hr 198.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Horror range 136k XP/hr 0 0 0 0 86.1k 28.6k 21.5k 198.1 Sharks/hr Loot/hr 198.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage-def 145k XP/hr 0 0 45.7k 45.7k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage-def 145k XP/hr 0 0 45.7k 45.7k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage-def 145k XP/hr 0 0 45.7k 45.7k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Kraken mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":196791840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Cave Slime atk-str-def 72k XP/hr 15.1k 15.1k 15.1k 0 0 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime atk-str-def 72k XP/hr 15.1k 15.1k 15.1k 0 0 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime atk-str-def 72k XP/hr 15.1k 15.1k 15.1k 0 0 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime mage-def 72k XP/hr 0 0 22.7k 22.7k 0 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime mage-def 72k XP/hr 0 0 22.7k 22.7k 0 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime mage-def 72k XP/hr 0 0 22.7k 22.7k 0 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime mage 72k XP/hr 0 0 0 45.3k 0 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime mage 72k XP/hr 0 0 0 45.3k 0 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime mage 72k XP/hr 0 0 0 45.3k 0 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime range-def 72k XP/hr 0 0 22.7k 0 22.7k 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime range-def 72k XP/hr 0 0 22.7k 0 22.7k 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime range-def 72k XP/hr 0 0 22.7k 0 22.7k 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime range 72k XP/hr 0 0 0 0 45.3k 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime range 72k XP/hr 0 0 0 0 45.3k 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cave Slime range 72k XP/hr 0 0 0 0 45.3k 15.1k 11.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":79395300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","5% for Slayer helmet","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cerberus atk-str-def 279k XP/hr 57.2k 57.2k 57.2k 0 0 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus atk-str-def 279k XP/hr 57.2k 57.2k 57.2k 0 0 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus atk-str-def 279k XP/hr 57.2k 57.2k 57.2k 0 0 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus mage-def 279k XP/hr 0 0 85.8k 85.8k 0 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus mage-def 279k XP/hr 0 0 85.8k 85.8k 0 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus mage-def 279k XP/hr 0 0 85.8k 85.8k 0 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus mage 279k XP/hr 0 0 0 171.6k 0 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus mage 279k XP/hr 0 0 0 171.6k 0 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus mage 279k XP/hr 0 0 0 171.6k 0 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus range-def 279k XP/hr 0 0 85.8k 0 85.8k 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus range-def 279k XP/hr 0 0 85.8k 0 85.8k 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus range-def 279k XP/hr 0 0 85.8k 0 85.8k 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus range 279k XP/hr 0 0 0 0 171.6k 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus range 279k XP/hr 0 0 0 0 171.6k 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Cerberus range 279k XP/hr 0 0 0 0 171.6k 57.1k 42.9k 839.6 Sharks/hr Loot/hr 839.6/hr Shark Cost/hr {"duration":578856600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Inquisitor's mace","10% for Spectral spirit shield","8% for Inquisitor's hauberk","8% for Inquisitor's plateskirt","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["1100000 Prayer XP from purifying 10000x Infernal ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Chaos druid atk-str-def 58k XP/hr 12.2k 12.2k 12.2k 0 0 12.2k 9.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":78702750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 24.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid atk-str-def 41k XP/hr 8.5k 8.5k 8.5k 0 0 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid atk-str-def 41k XP/hr 8.5k 8.5k 8.5k 0 0 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid atk-str-def 58k XP/hr 12.2k 12.2k 12.2k 0 0 12.2k 9.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":78702750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 24.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid atk-str-def 41k XP/hr 8.5k 8.5k 8.5k 0 0 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid atk-str-def 41k XP/hr 8.5k 8.5k 8.5k 0 0 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid mage-def 58k XP/hr 0 0 18.3k 18.3k 0 12.2k 9.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":78702750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 24.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid mage-def 41k XP/hr 0 0 12.8k 12.8k 0 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid mage-def 41k XP/hr 0 0 12.8k 12.8k 0 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid mage-def 58k XP/hr 0 0 18.3k 18.3k 0 12.2k 9.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":78702750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 24.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid mage-def 41k XP/hr 0 0 12.8k 12.8k 0 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid mage-def 41k XP/hr 0 0 12.8k 12.8k 0 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid mage 58k XP/hr 0 0 0 36.6k 0 12.2k 9.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":78702750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 24.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid mage 41k XP/hr 0 0 0 25.6k 0 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid mage 41k XP/hr 0 0 0 25.6k 0 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid mage 58k XP/hr 0 0 0 36.6k 0 12.2k 9.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":78702750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 24.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid mage 41k XP/hr 0 0 0 25.6k 0 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid mage 41k XP/hr 0 0 0 25.6k 0 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid range-def 58k XP/hr 0 0 18.3k 0 18.3k 12.2k 9.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":78702750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 24.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid range-def 41k XP/hr 0 0 12.8k 0 12.8k 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid range-def 41k XP/hr 0 0 12.8k 0 12.8k 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid range-def 58k XP/hr 0 0 18.3k 0 18.3k 12.2k 9.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":78702750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 24.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid range-def 41k XP/hr 0 0 12.8k 0 12.8k 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid range-def 41k XP/hr 0 0 12.8k 0 12.8k 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid range 58k XP/hr 0 0 0 0 36.6k 12.2k 9.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":78702750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 24.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid range 41k XP/hr 0 0 0 0 25.6k 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.22% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid range 41k XP/hr 0 0 0 0 25.6k 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid range 58k XP/hr 0 0 0 0 36.6k 12.2k 9.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":78702750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 24.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid range 41k XP/hr 0 0 0 0 25.6k 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos druid range 41k XP/hr 0 0 0 0 25.6k 8.5k 6.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":112432500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","9% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.23% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Chaos dwarf atk-str-def 73k XP/hr 18.3k 18.3k 18.3k 0 0 18.2k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846799615,"quantity":115243,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":115243,"messages":[],"newKC":115243} +Chaos dwarf atk-str-def 51k XP/hr 12.8k 12.8k 12.8k 0 0 12.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":80672,"messages":[],"newKC":80672} +Chaos dwarf atk-str-def 51k XP/hr 12.8k 12.8k 12.8k 0 0 12.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":80672,"messages":[],"newKC":80672} +Chaos dwarf mage-def 73k XP/hr 0 0 27.4k 27.4k 0 18.2k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846799615,"quantity":115243,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":115243,"messages":[],"newKC":115243} +Chaos dwarf mage-def 51k XP/hr 0 0 19.2k 19.2k 0 12.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":80672,"messages":[],"newKC":80672} +Chaos dwarf mage-def 51k XP/hr 0 0 19.2k 19.2k 0 12.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":80672,"messages":[],"newKC":80672} +Chaos dwarf mage 73k XP/hr 0 0 0 54.8k 0 18.2k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846799615,"quantity":115243,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":115243,"messages":[],"newKC":115243} +Chaos dwarf mage 51k XP/hr 0 0 0 38.4k 0 12.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":80672,"messages":[],"newKC":80672} +Chaos dwarf mage 51k XP/hr 0 0 0 38.4k 0 12.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":80672,"messages":[],"newKC":80672} +Chaos dwarf range-def 73k XP/hr 0 0 27.4k 0 27.4k 18.2k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846799615,"quantity":115243,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":115243,"messages":[],"newKC":115243} +Chaos dwarf range-def 51k XP/hr 0 0 19.2k 0 19.2k 12.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":80672,"messages":[],"newKC":80672} +Chaos dwarf range-def 51k XP/hr 0 0 19.2k 0 19.2k 12.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":80672,"messages":[],"newKC":80672} +Chaos dwarf range 73k XP/hr 0 0 0 0 54.8k 18.2k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846799615,"quantity":115243,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":115243,"messages":[],"newKC":115243} +Chaos dwarf range 51k XP/hr 0 0 0 0 38.4k 12.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":80672,"messages":[],"newKC":80672} +Chaos dwarf range 51k XP/hr 0 0 0 0 38.4k 12.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":80672,"messages":[],"newKC":80672} +Chaos Elemental atk-str-def 35k XP/hr 7.4k 7.4k 7.4k 0 0 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":22},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.14% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Chaos Elemental atk-str-def 35k XP/hr 7.4k 7.4k 7.4k 0 0 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":23},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.76% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Chaos Elemental atk-str-def 35k XP/hr 7.4k 7.4k 7.4k 0 0 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":24},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.05% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Chaos Elemental mage-def 35k XP/hr 0 0 11.1k 11.1k 0 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.05% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Chaos Elemental mage-def 35k XP/hr 0 0 11.1k 11.1k 0 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":20},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.04% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Chaos Elemental mage-def 35k XP/hr 0 0 11.1k 11.1k 0 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.03% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9993,"messages":["You missed out on 7x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9993x of your 10000 remaining kills, you now have 7 kills remaining."],"newKC":9993} +Chaos Elemental mage 35k XP/hr 0 0 0 22.2k 0 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":17},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.21% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Chaos Elemental mage 35k XP/hr 0 0 0 22.2k 0 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":20},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.80% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Chaos Elemental mage 35k XP/hr 0 0 0 22.2k 0 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":23},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Chaos Elemental range-def 35k XP/hr 0 0 11.1k 0 11.1k 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.70% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Chaos Elemental range-def 35k XP/hr 0 0 11.1k 0 11.1k 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.18% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Chaos Elemental range-def 35k XP/hr 0 0 11.1k 0 11.1k 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":21},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.04% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9993,"messages":["You missed out on 7x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9993x of your 10000 remaining kills, you now have 7 kills remaining."],"newKC":9993} +Chaos Elemental range 35k XP/hr 0 0 0 0 22.2k 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.86% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Chaos Elemental range 35k XP/hr 0 0 0 0 22.2k 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":20},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.20% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Chaos Elemental range 35k XP/hr 0 0 0 0 22.2k 7.4k 5.6k 93.1 Sharks/hr Loot/hr 93.1/hr Shark Cost/hr {"duration":1740803400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":24},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.97% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 45k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Chaos Fanatic atk-str-def 43k XP/hr 9.1k 9.1k 9.1k 0 0 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.46% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Chaos Fanatic atk-str-def 43k XP/hr 9.1k 9.1k 9.1k 0 0 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":17},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Chaos Fanatic atk-str-def 43k XP/hr 9.1k 9.1k 9.1k 0 0 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":17},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Chaos Fanatic mage-def 43k XP/hr 0 0 13.6k 13.6k 0 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Chaos Fanatic mage-def 43k XP/hr 0 0 13.6k 13.6k 0 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":15},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Chaos Fanatic mage-def 43k XP/hr 0 0 13.6k 13.6k 0 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Chaos Fanatic mage 43k XP/hr 0 0 0 27.3k 0 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.46% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Chaos Fanatic mage 43k XP/hr 0 0 0 27.3k 0 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Chaos Fanatic mage 43k XP/hr 0 0 0 27.3k 0 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Chaos Fanatic range-def 43k XP/hr 0 0 13.6k 0 13.6k 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Chaos Fanatic range-def 43k XP/hr 0 0 13.6k 0 13.6k 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Chaos Fanatic range-def 43k XP/hr 0 0 13.6k 0 13.6k 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":23},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining."],"newKC":9995} +Chaos Fanatic range 43k XP/hr 0 0 0 0 27.3k 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Chaos Fanatic range 43k XP/hr 0 0 0 0 27.3k 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Chaos Fanatic range 43k XP/hr 0 0 0 0 27.3k 9.1k 6.8k 97.0 Sharks/hr Loot/hr 97.0/hr Shark Cost/hr {"duration":1335965400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Chaos Golem atk-str-def 92k XP/hr 23k 23k 23k 0 0 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem atk-str-def 92k XP/hr 23k 23k 23k 0 0 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem atk-str-def 92k XP/hr 23k 23k 23k 0 0 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem mage-def 92k XP/hr 0 0 34.5k 34.5k 0 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem mage-def 92k XP/hr 0 0 34.5k 34.5k 0 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem mage-def 92k XP/hr 0 0 34.5k 34.5k 0 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem mage 92k XP/hr 0 0 0 69k 0 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem mage 92k XP/hr 0 0 0 69k 0 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem mage 92k XP/hr 0 0 0 69k 0 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem range-def 92k XP/hr 0 0 34.5k 0 34.5k 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem range-def 92k XP/hr 0 0 34.5k 0 34.5k 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem range-def 92k XP/hr 0 0 34.5k 0 34.5k 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem range 92k XP/hr 0 0 0 0 69k 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem range 92k XP/hr 0 0 0 0 69k 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chaos Golem range 92k XP/hr 0 0 0 0 69k 22.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846787304,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":94117,"messages":[],"newKC":94117} +Chicken atk-str-def 40k XP/hr 10k 10k 10k 0 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken atk-str-def 40k XP/hr 10k 10k 10k 0 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken atk-str-def 40k XP/hr 10k 10k 10k 0 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken mage-def 40k XP/hr 0 0 15k 15k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken mage-def 40k XP/hr 0 0 15k 15k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken mage-def 40k XP/hr 0 0 15k 15k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken mage 40k XP/hr 0 0 0 30k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken mage 40k XP/hr 0 0 0 30k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken mage 40k XP/hr 0 0 0 30k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken range-def 40k XP/hr 0 0 15k 0 15k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken range-def 40k XP/hr 0 0 15k 0 15k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken range-def 40k XP/hr 0 0 15k 0 15k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken range 40k XP/hr 0 0 0 0 30k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken range 40k XP/hr 0 0 0 0 30k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Chicken range 40k XP/hr 0 0 0 0 30k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Cockatrice atk-str-def 104k XP/hr 21.8k 21.8k 21.8k 0 0 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice atk-str-def 104k XP/hr 21.8k 21.8k 21.8k 0 0 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice atk-str-def 104k XP/hr 21.8k 21.8k 21.8k 0 0 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice mage-def 104k XP/hr 0 0 32.7k 32.7k 0 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice mage-def 104k XP/hr 0 0 32.7k 32.7k 0 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice mage-def 104k XP/hr 0 0 32.7k 32.7k 0 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice mage 104k XP/hr 0 0 0 65.5k 0 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice mage 104k XP/hr 0 0 0 65.5k 0 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice mage 104k XP/hr 0 0 0 65.5k 0 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice range-def 104k XP/hr 0 0 32.7k 0 32.7k 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice range-def 104k XP/hr 0 0 32.7k 0 32.7k 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice range-def 104k XP/hr 0 0 32.7k 0 32.7k 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice range 104k XP/hr 0 0 0 0 65.5k 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice range 104k XP/hr 0 0 0 0 65.5k 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Cockatrice range 104k XP/hr 0 0 0 0 65.5k 21.8k 16.4k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Commander Zilyana atk-str-def 119k XP/hr 27.5k 27.5k 27.5k 0 0 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana atk-str-def 119k XP/hr 27.5k 27.5k 27.5k 0 0 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana atk-str-def 119k XP/hr 27.5k 27.5k 27.5k 0 0 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana mage-def 119k XP/hr 0 0 41.3k 41.3k 0 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana mage-def 119k XP/hr 0 0 41.3k 41.3k 0 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana mage-def 119k XP/hr 0 0 41.3k 41.3k 0 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana mage 119k XP/hr 0 0 0 82.6k 0 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana mage 119k XP/hr 0 0 0 82.6k 0 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana mage 119k XP/hr 0 0 0 82.6k 0 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana range-def 119k XP/hr 0 0 41.3k 0 41.3k 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana range-def 119k XP/hr 0 0 41.3k 0 41.3k 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana range-def 119k XP/hr 0 0 41.3k 0 41.3k 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana range 119k XP/hr 0 0 0 0 82.6k 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana range 119k XP/hr 0 0 0 0 82.6k 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Commander Zilyana range 119k XP/hr 0 0 0 0 82.6k 27.5k 8.8k 81.7 Sharks/hr Loot/hr 81.7/hr Shark Cost/hr {"duration":1427331780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Pegasian boots","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Corporeal Beast atk-str-def 122k XP/hr 30.6k 30.6k 30.6k 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk-str-def 122k XP/hr 30.6k 30.6k 30.6k 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk-str-def 122k XP/hr 30.6k 30.6k 30.6k 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk 122k XP/hr 91.7k 0 0 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk 122k XP/hr 91.7k 0 0 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk 122k XP/hr 91.7k 0 0 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk 122k XP/hr 91.7k 0 0 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk 122k XP/hr 91.7k 0 0 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk 122k XP/hr 91.7k 0 0 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk 122k XP/hr 91.7k 0 0 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk 122k XP/hr 91.7k 0 0 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk 122k XP/hr 91.7k 0 0 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk 122k XP/hr 91.7k 0 0 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk 122k XP/hr 91.7k 0 0 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Corporeal Beast atk 122k XP/hr 91.7k 0 0 0 0 30.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846500901,"quantity":3792,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","6% for Voidwaker","50% for Ornate rejuvenation pool","10% for Weekend","5% for no food"]} {"quantity":3792,"messages":[],"newKC":3792} +Cow calf atk-str-def 40k XP/hr 10.1k 10.1k 10.1k 0 0 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf atk-str-def 40k XP/hr 10.1k 10.1k 10.1k 0 0 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf atk-str-def 40k XP/hr 10.1k 10.1k 10.1k 0 0 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf mage-def 40k XP/hr 0 0 15.2k 15.2k 0 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf mage-def 40k XP/hr 0 0 15.2k 15.2k 0 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf mage-def 40k XP/hr 0 0 15.2k 15.2k 0 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf mage 40k XP/hr 0 0 0 30.3k 0 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf mage 40k XP/hr 0 0 0 30.3k 0 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf mage 40k XP/hr 0 0 0 30.3k 0 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf range-def 40k XP/hr 0 0 15.2k 0 15.2k 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf range-def 40k XP/hr 0 0 15.2k 0 15.2k 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf range-def 40k XP/hr 0 0 15.2k 0 15.2k 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf range 40k XP/hr 0 0 0 0 30.3k 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf range 40k XP/hr 0 0 0 0 30.3k 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow calf range 40k XP/hr 0 0 0 0 30.3k 10.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799135,"quantity":648259,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":648259,"messages":[],"newKC":648259} +Cow atk-str-def 74k XP/hr 15.6k 15.6k 15.6k 0 0 15.5k 11.7k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":24675300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 7.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow atk-str-def 52k XP/hr 10.9k 10.9k 10.9k 0 0 10.9k 8.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow atk-str-def 52k XP/hr 10.9k 10.9k 10.9k 0 0 10.9k 8.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow mage-def 74k XP/hr 0 0 23.3k 23.3k 0 15.5k 11.7k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":24675300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 7.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow mage-def 52k XP/hr 0 0 16.3k 16.3k 0 10.9k 8.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow mage-def 52k XP/hr 0 0 16.3k 16.3k 0 10.9k 8.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow mage 74k XP/hr 0 0 0 46.7k 0 15.5k 11.7k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":24675300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 7.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow mage 52k XP/hr 0 0 0 32.7k 0 10.9k 8.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow mage 52k XP/hr 0 0 0 32.7k 0 10.9k 8.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow range-def 74k XP/hr 0 0 23.3k 0 23.3k 15.5k 11.7k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":24675300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 7.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow range-def 52k XP/hr 0 0 16.3k 0 16.3k 10.9k 8.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow range-def 52k XP/hr 0 0 16.3k 0 16.3k 10.9k 8.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow range 74k XP/hr 0 0 0 0 46.7k 15.5k 11.7k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":24675300,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 7.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow range 52k XP/hr 0 0 0 0 32.7k 10.9k 8.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Cow range 52k XP/hr 0 0 0 0 32.7k 10.9k 8.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand atk-str-def 66k XP/hr 13.9k 13.9k 13.9k 0 0 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand atk-str-def 66k XP/hr 13.9k 13.9k 13.9k 0 0 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand atk-str-def 66k XP/hr 13.9k 13.9k 13.9k 0 0 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand mage-def 66k XP/hr 0 0 20.9k 20.9k 0 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand mage-def 66k XP/hr 0 0 20.9k 20.9k 0 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand mage-def 66k XP/hr 0 0 20.9k 20.9k 0 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand mage 66k XP/hr 0 0 0 41.7k 0 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand mage 66k XP/hr 0 0 0 41.7k 0 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand mage 66k XP/hr 0 0 0 41.7k 0 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand range-def 66k XP/hr 0 0 20.9k 0 20.9k 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand range-def 66k XP/hr 0 0 20.9k 0 20.9k 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand range-def 66k XP/hr 0 0 20.9k 0 20.9k 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand range 66k XP/hr 0 0 0 0 41.7k 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand range 66k XP/hr 0 0 0 0 41.7k 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crawling Hand range 66k XP/hr 0 0 0 0 41.7k 13.9k 10.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Crazy Archaeologist atk-str-def 54k XP/hr 11.5k 11.5k 11.5k 0 0 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":117},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.98% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9970,"messages":["You missed out on 30x kills because of pk encounters","You killed 9970x of your 10000 remaining kills, you now have 30 kills remaining."],"newKC":9970} +Crazy Archaeologist atk-str-def 54k XP/hr 11.5k 11.5k 11.5k 0 0 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":131},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.99% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9967,"messages":["You missed out on 33x kills because of pk encounters","You killed 9967x of your 10000 remaining kills, you now have 33 kills remaining."],"newKC":9967} +Crazy Archaeologist atk-str-def 54k XP/hr 11.4k 11.4k 11.4k 0 0 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":121},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.69% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9938,"messages":["You missed out on 62x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9938x of your 10000 remaining kills, you now have 62 kills remaining."],"newKC":9938} +Crazy Archaeologist mage-def 54k XP/hr 0 0 17.1k 17.1k 0 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":133},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.62% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9932,"messages":["You missed out on 68x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9932x of your 10000 remaining kills, you now have 68 kills remaining."],"newKC":9932} +Crazy Archaeologist mage-def 54k XP/hr 0 0 17.1k 17.1k 0 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":136},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.12% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9930,"messages":["You missed out on 70x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9930x of your 10000 remaining kills, you now have 70 kills remaining."],"newKC":9930} +Crazy Archaeologist mage-def 54k XP/hr 0 0 17.1k 17.1k 0 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":148},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.47% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9924,"messages":["You missed out on 76x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9924x of your 10000 remaining kills, you now have 76 kills remaining."],"newKC":9924} +Crazy Archaeologist mage 54k XP/hr 0 0 0 34.4k 0 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":127},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.60% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9968,"messages":["You missed out on 32x kills because of pk encounters","You killed 9968x of your 10000 remaining kills, you now have 32 kills remaining."],"newKC":9968} +Crazy Archaeologist mage 54k XP/hr 0 0 0 34.4k 0 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":130},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.23% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9967,"messages":["You missed out on 33x kills because of pk encounters","You killed 9967x of your 10000 remaining kills, you now have 33 kills remaining."],"newKC":9967} +Crazy Archaeologist mage 54k XP/hr 0 0 0 34.3k 0 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":130},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.59% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9934,"messages":["You missed out on 66x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9934x of your 10000 remaining kills, you now have 66 kills remaining."],"newKC":9934} +Crazy Archaeologist range-def 54k XP/hr 0 0 17.1k 0 17.1k 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":119},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.37% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9939,"messages":["You missed out on 61x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9939x of your 10000 remaining kills, you now have 61 kills remaining."],"newKC":9939} +Crazy Archaeologist range-def 54k XP/hr 0 0 17.1k 0 17.1k 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":131},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.14% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9933,"messages":["You missed out on 67x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9933x of your 10000 remaining kills, you now have 67 kills remaining."],"newKC":9933} +Crazy Archaeologist range-def 54k XP/hr 0 0 17.1k 0 17.1k 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":132},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.59% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9933,"messages":["You missed out on 67x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9933x of your 10000 remaining kills, you now have 67 kills remaining."],"newKC":9933} +Crazy Archaeologist range 54k XP/hr 0 0 0 0 34.4k 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":122},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.28% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9969,"messages":["You missed out on 31x kills because of pk encounters","You killed 9969x of your 10000 remaining kills, you now have 31 kills remaining."],"newKC":9969} +Crazy Archaeologist range 54k XP/hr 0 0 0 0 34.4k 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":137},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.95% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9965,"messages":["You missed out on 35x kills because of pk encounters","You killed 9965x of your 10000 remaining kills, you now have 35 kills remaining."],"newKC":9965} +Crazy Archaeologist range 54k XP/hr 0 0 0 0 34.2k 11.4k 8.4k 110.4 Sharks/hr Loot/hr 110.4/hr Shark Cost/hr {"duration":1174030200,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":141},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.05% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9928,"messages":["You missed out on 72x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9928x of your 10000 remaining kills, you now have 72 kills remaining."],"newKC":9928} +Crocodile atk-str-def 223k XP/hr 47k 47k 47k 0 0 46.9k 35.3k 614.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,614.6/hr Shark Cost/hr {"duration":63257040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 59.8k Cannonball, 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile atk-str-def 101k XP/hr 21.2k 21.2k 21.2k 0 0 21.1k 15.9k 276.6 Sharks/hr Loot/hr 276.6/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile atk-str-def 101k XP/hr 21.2k 21.2k 21.2k 0 0 21.1k 15.9k 276.6 Sharks/hr Loot/hr 276.6/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile mage-def 223k XP/hr 0 0 70.6k 70.6k 0 46.9k 35.3k 614.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,614.6/hr Shark Cost/hr {"duration":63257040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 59.8k Cannonball, 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile mage-def 101k XP/hr 0 0 31.8k 31.8k 0 21.1k 15.9k 276.6 Sharks/hr Loot/hr 276.6/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile mage-def 101k XP/hr 0 0 31.8k 31.8k 0 21.1k 15.9k 276.6 Sharks/hr Loot/hr 276.6/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile mage 223k XP/hr 0 0 0 141.1k 0 46.9k 35.3k 614.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,614.6/hr Shark Cost/hr {"duration":63257040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 59.8k Cannonball, 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile mage 101k XP/hr 0 0 0 63.5k 0 21.1k 15.9k 276.6 Sharks/hr Loot/hr 276.6/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile mage 101k XP/hr 0 0 0 63.5k 0 21.1k 15.9k 276.6 Sharks/hr Loot/hr 276.6/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile range-def 223k XP/hr 0 0 70.6k 0 70.6k 46.9k 35.3k 614.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,614.6/hr Shark Cost/hr {"duration":63257040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 59.8k Cannonball, 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile range-def 101k XP/hr 0 0 31.8k 0 31.8k 21.1k 15.9k 276.6 Sharks/hr Loot/hr 276.6/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile range-def 101k XP/hr 0 0 31.8k 0 31.8k 21.1k 15.9k 276.6 Sharks/hr Loot/hr 276.6/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile range 223k XP/hr 0 0 0 0 141.1k 46.9k 35.3k 614.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,614.6/hr Shark Cost/hr {"duration":63257040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 59.8k Cannonball, 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile range 101k XP/hr 0 0 0 0 63.5k 21.1k 15.9k 276.6 Sharks/hr Loot/hr 276.6/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crocodile range 101k XP/hr 0 0 0 0 63.5k 21.1k 15.9k 276.6 Sharks/hr Loot/hr 276.6/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Crypt rat atk-str-def 67k XP/hr 16.8k 16.8k 16.8k 0 0 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat atk-str-def 67k XP/hr 16.8k 16.8k 16.8k 0 0 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat atk-str-def 67k XP/hr 16.8k 16.8k 16.8k 0 0 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat mage-def 67k XP/hr 0 0 25.1k 25.1k 0 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat mage-def 67k XP/hr 0 0 25.1k 25.1k 0 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat mage-def 67k XP/hr 0 0 25.1k 25.1k 0 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat mage 67k XP/hr 0 0 0 50.3k 0 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat mage 67k XP/hr 0 0 0 50.3k 0 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat mage 67k XP/hr 0 0 0 50.3k 0 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat range-def 67k XP/hr 0 0 25.1k 0 25.1k 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat range-def 67k XP/hr 0 0 25.1k 0 25.1k 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat range-def 67k XP/hr 0 0 25.1k 0 25.1k 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat range 67k XP/hr 0 0 0 0 50.3k 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat range 67k XP/hr 0 0 0 0 50.3k 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Crypt rat range 67k XP/hr 0 0 0 0 50.3k 16.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Cyclops atk-str-def 45k XP/hr 11.2k 11.2k 11.2k 0 0 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops atk-str-def 45k XP/hr 11.2k 11.2k 11.2k 0 0 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops atk-str-def 45k XP/hr 11.2k 11.2k 11.2k 0 0 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops mage-def 45k XP/hr 0 0 16.8k 16.8k 0 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops mage-def 45k XP/hr 0 0 16.8k 16.8k 0 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops mage-def 45k XP/hr 0 0 16.8k 16.8k 0 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops mage 45k XP/hr 0 0 0 33.5k 0 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops mage 45k XP/hr 0 0 0 33.5k 0 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops mage 45k XP/hr 0 0 0 33.5k 0 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops range-def 45k XP/hr 0 0 16.8k 0 16.8k 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops range-def 45k XP/hr 0 0 16.8k 0 16.8k 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops range-def 45k XP/hr 0 0 16.8k 0 16.8k 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops range 45k XP/hr 0 0 0 0 33.5k 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops range 45k XP/hr 0 0 0 0 33.5k 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Cyclops range 45k XP/hr 0 0 0 0 33.5k 11.2k 0 164.6 Sharks/hr Loot/hr 164.6/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 87.1k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Dagannoth fledgeling atk-str-def 142k XP/hr 35.6k 35.6k 35.6k 0 0 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling atk-str-def 142k XP/hr 35.6k 35.6k 35.6k 0 0 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling atk-str-def 142k XP/hr 35.6k 35.6k 35.6k 0 0 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling mage-def 142k XP/hr 0 0 53.4k 53.4k 0 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling mage-def 142k XP/hr 0 0 53.4k 53.4k 0 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling mage-def 142k XP/hr 0 0 53.4k 53.4k 0 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling mage 142k XP/hr 0 0 0 106.7k 0 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling mage 142k XP/hr 0 0 0 106.7k 0 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling mage 142k XP/hr 0 0 0 106.7k 0 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling range-def 142k XP/hr 0 0 53.4k 0 53.4k 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling range-def 142k XP/hr 0 0 53.4k 0 53.4k 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling range-def 142k XP/hr 0 0 53.4k 0 53.4k 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling range 142k XP/hr 0 0 0 0 106.7k 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling range 142k XP/hr 0 0 0 0 106.7k 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth fledgeling range 142k XP/hr 0 0 0 0 106.7k 35.5k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dagannoth Prime atk-str-def 136k XP/hr 28.7k 28.7k 28.7k 0 0 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime atk-str-def 136k XP/hr 28.7k 28.7k 28.7k 0 0 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime atk-str-def 136k XP/hr 28.7k 28.7k 28.7k 0 0 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime mage-def 136k XP/hr 0 0 43k 43k 0 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime mage-def 136k XP/hr 0 0 43k 43k 0 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime mage-def 136k XP/hr 0 0 43k 43k 0 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime mage 136k XP/hr 0 0 0 86k 0 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime mage 136k XP/hr 0 0 0 86k 0 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime mage 136k XP/hr 0 0 0 86k 0 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime range-def 136k XP/hr 0 0 43k 0 43k 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime range-def 136k XP/hr 0 0 43k 0 43k 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime range-def 136k XP/hr 0 0 43k 0 43k 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime range 136k XP/hr 0 0 0 0 86k 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime range 136k XP/hr 0 0 0 0 86k 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Prime range 136k XP/hr 0 0 0 0 86k 28.6k 21.5k 291.7 Sharks/hr Loot/hr 291.7/hr Shark Cost/hr {"duration":555280740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Twisted bow","4% for Masori body (f)","4% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Dagannoth Rex atk-str-def 92k XP/hr 22.9k 22.9k 22.9k 0 0 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex atk-str-def 92k XP/hr 22.9k 22.9k 22.9k 0 0 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex atk-str-def 92k XP/hr 22.9k 22.9k 22.9k 0 0 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex mage-def 92k XP/hr 0 0 34.4k 34.4k 0 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex mage-def 92k XP/hr 0 0 34.4k 34.4k 0 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex mage-def 92k XP/hr 0 0 34.4k 34.4k 0 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex mage 92k XP/hr 0 0 0 68.8k 0 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex mage 92k XP/hr 0 0 0 68.8k 0 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex mage 92k XP/hr 0 0 0 68.8k 0 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex range-def 92k XP/hr 0 0 34.4k 0 34.4k 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex range-def 92k XP/hr 0 0 34.4k 0 34.4k 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex range-def 92k XP/hr 0 0 34.4k 0 34.4k 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex range 92k XP/hr 0 0 0 0 68.8k 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex range 92k XP/hr 0 0 0 0 68.8k 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth Rex range 92k XP/hr 0 0 0 0 68.8k 22.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905105575,"quantity":27443,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Harmonised nightmare staff","5% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27443,"messages":[],"newKC":27443} +Dagannoth spawn atk-str-def 117k XP/hr 29.2k 29.2k 29.2k 0 0 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn atk-str-def 117k XP/hr 29.2k 29.2k 29.2k 0 0 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn atk-str-def 117k XP/hr 29.2k 29.2k 29.2k 0 0 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn mage-def 117k XP/hr 0 0 43.8k 43.8k 0 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn mage-def 117k XP/hr 0 0 43.8k 43.8k 0 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn mage-def 117k XP/hr 0 0 43.8k 43.8k 0 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn mage 117k XP/hr 0 0 0 87.5k 0 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn mage 117k XP/hr 0 0 0 87.5k 0 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn mage 117k XP/hr 0 0 0 87.5k 0 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn range-def 117k XP/hr 0 0 43.8k 0 43.8k 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn range-def 117k XP/hr 0 0 43.8k 0 43.8k 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn range-def 117k XP/hr 0 0 43.8k 0 43.8k 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn range 117k XP/hr 0 0 0 0 87.5k 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn range 117k XP/hr 0 0 0 0 87.5k 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth spawn range 117k XP/hr 0 0 0 0 87.5k 29.1k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117968,"quantity":330882,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":330882,"messages":[],"newKC":330882} +Dagannoth Supreme atk-str-def 70k XP/hr 17.6k 17.6k 17.6k 0 0 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme atk-str-def 70k XP/hr 17.6k 17.6k 17.6k 0 0 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme atk-str-def 70k XP/hr 17.6k 17.6k 17.6k 0 0 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme mage-def 70k XP/hr 0 0 26.4k 26.4k 0 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme mage-def 70k XP/hr 0 0 26.4k 26.4k 0 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme mage-def 70k XP/hr 0 0 26.4k 26.4k 0 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme mage 70k XP/hr 0 0 0 52.9k 0 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme mage 70k XP/hr 0 0 0 52.9k 0 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme mage 70k XP/hr 0 0 0 52.9k 0 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme range-def 70k XP/hr 0 0 26.4k 0 26.4k 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme range-def 70k XP/hr 0 0 26.4k 0 26.4k 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme range-def 70k XP/hr 0 0 26.4k 0 26.4k 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme range 70k XP/hr 0 0 0 0 52.9k 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme range 70k XP/hr 0 0 0 0 52.9k 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth Supreme range 70k XP/hr 0 0 0 0 52.9k 17.6k 0 233.3 Sharks/hr Loot/hr 233.3/hr Shark Cost/hr {"duration":1905061513,"quantity":27434,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","6% for Dragon claws","2% for Bandos chestplate","2% for Bandos tassets","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":27434,"messages":[],"newKC":27434} +Dagannoth atk-str-def 574k XP/hr 119.9k 119.9k 119.9k 0 0 119.6k 94.3k 392.0 Sharks/hr Loot/hr 3401.4/hr Cannonball,392.0/hr Shark Cost/hr {"duration":38023020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 35.9k Cannonball, 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth atk-str-def 258k XP/hr 54k 54k 54k 0 0 53.8k 42.4k 176.4 Sharks/hr Loot/hr 176.4/hr Shark Cost/hr {"duration":84495600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth atk-str-def 258k XP/hr 54k 54k 54k 0 0 53.8k 42.4k 176.4 Sharks/hr Loot/hr 176.4/hr Shark Cost/hr {"duration":84495600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth mage-def 574k XP/hr 0 0 179.9k 179.9k 0 119.6k 94.3k 392.0 Sharks/hr Loot/hr 3401.4/hr Cannonball,392.0/hr Shark Cost/hr {"duration":38023020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 35.9k Cannonball, 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth mage-def 258k XP/hr 0 0 81k 81k 0 53.8k 42.4k 176.4 Sharks/hr Loot/hr 176.4/hr Shark Cost/hr {"duration":84495600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth mage-def 258k XP/hr 0 0 81k 81k 0 53.8k 42.4k 176.4 Sharks/hr Loot/hr 176.4/hr Shark Cost/hr {"duration":84495600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth mage 574k XP/hr 0 0 0 359.8k 0 119.6k 94.3k 392.0 Sharks/hr Loot/hr 3401.4/hr Cannonball,392.0/hr Shark Cost/hr {"duration":38023020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 35.9k Cannonball, 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth mage 258k XP/hr 0 0 0 161.9k 0 53.8k 42.4k 176.4 Sharks/hr Loot/hr 176.4/hr Shark Cost/hr {"duration":84495600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth mage 258k XP/hr 0 0 0 161.9k 0 53.8k 42.4k 176.4 Sharks/hr Loot/hr 176.4/hr Shark Cost/hr {"duration":84495600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth range-def 574k XP/hr 0 0 179.9k 0 179.9k 119.6k 94.3k 392.0 Sharks/hr Loot/hr 3401.4/hr Cannonball,392.0/hr Shark Cost/hr {"duration":38023020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 35.9k Cannonball, 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth range-def 258k XP/hr 0 0 81k 0 81k 53.8k 42.4k 176.4 Sharks/hr Loot/hr 176.4/hr Shark Cost/hr {"duration":84495600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth range-def 258k XP/hr 0 0 81k 0 81k 53.8k 42.4k 176.4 Sharks/hr Loot/hr 176.4/hr Shark Cost/hr {"duration":84495600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth range 574k XP/hr 0 0 0 0 359.8k 119.6k 94.3k 392.0 Sharks/hr Loot/hr 3401.4/hr Cannonball,392.0/hr Shark Cost/hr {"duration":38023020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 35.9k Cannonball, 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth range 258k XP/hr 0 0 0 0 161.9k 53.8k 42.4k 176.4 Sharks/hr Loot/hr 176.4/hr Shark Cost/hr {"duration":84495600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dagannoth range 258k XP/hr 0 0 0 0 161.9k 53.8k 42.4k 176.4 Sharks/hr Loot/hr 176.4/hr Shark Cost/hr {"duration":84495600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","2% for Dragonbone necklace","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dark Beast atk-str-def 284k XP/hr 59.6k 59.6k 59.6k 0 0 59.5k 45.8k 548.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,548.8/hr Shark Cost/hr {"duration":177114420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 53.6k Cannonball, 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast atk-str-def 199k XP/hr 41.7k 41.7k 41.7k 0 0 41.6k 32.1k 384.2 Sharks/hr Loot/hr 384.2/hr Shark Cost/hr {"duration":253019340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast atk-str-def 199k XP/hr 41.7k 41.7k 41.7k 0 0 41.6k 32.1k 384.2 Sharks/hr Loot/hr 384.2/hr Shark Cost/hr {"duration":253019340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast mage-def 284k XP/hr 0 0 89.4k 89.4k 0 59.5k 45.8k 548.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,548.8/hr Shark Cost/hr {"duration":177114420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 53.6k Cannonball, 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast mage-def 199k XP/hr 0 0 62.6k 62.6k 0 41.6k 32.1k 384.2 Sharks/hr Loot/hr 384.2/hr Shark Cost/hr {"duration":253019340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast mage-def 199k XP/hr 0 0 62.6k 62.6k 0 41.6k 32.1k 384.2 Sharks/hr Loot/hr 384.2/hr Shark Cost/hr {"duration":253019340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast mage 284k XP/hr 0 0 0 178.9k 0 59.5k 45.8k 548.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,548.8/hr Shark Cost/hr {"duration":177114420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 53.6k Cannonball, 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast mage 199k XP/hr 0 0 0 125.2k 0 41.6k 32.1k 384.2 Sharks/hr Loot/hr 384.2/hr Shark Cost/hr {"duration":253019340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast mage 199k XP/hr 0 0 0 125.2k 0 41.6k 32.1k 384.2 Sharks/hr Loot/hr 384.2/hr Shark Cost/hr {"duration":253019340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast range-def 284k XP/hr 0 0 89.4k 0 89.4k 59.5k 45.8k 548.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,548.8/hr Shark Cost/hr {"duration":177114420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 53.6k Cannonball, 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast range-def 199k XP/hr 0 0 62.6k 0 62.6k 41.6k 32.1k 384.2 Sharks/hr Loot/hr 384.2/hr Shark Cost/hr {"duration":253019340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast range-def 199k XP/hr 0 0 62.6k 0 62.6k 41.6k 32.1k 384.2 Sharks/hr Loot/hr 384.2/hr Shark Cost/hr {"duration":253019340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast range 284k XP/hr 0 0 0 0 178.9k 59.5k 45.8k 548.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,548.8/hr Shark Cost/hr {"duration":177114420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 53.6k Cannonball, 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast range 199k XP/hr 0 0 0 0 125.2k 41.6k 32.1k 384.2 Sharks/hr Loot/hr 384.2/hr Shark Cost/hr {"duration":253019340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark Beast range 199k XP/hr 0 0 0 0 125.2k 41.6k 32.1k 384.2 Sharks/hr Loot/hr 384.2/hr Shark Cost/hr {"duration":253019340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Dark warrior atk-str-def 47k XP/hr 9.9k 9.9k 9.9k 0 0 9.9k 7.4k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":82413450,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)","Removing items: 25.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Dark warrior atk-str-def 47k XP/hr 9.9k 9.9k 9.9k 0 0 9.9k 7.4k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":82413450,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 25.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Dark warrior mage-def 47k XP/hr 0 0 14.9k 14.9k 0 9.9k 7.4k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":82413450,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.33% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 25.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Dark warrior mage-def 47k XP/hr 0 0 14.9k 14.9k 0 9.9k 7.4k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":82413450,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 25.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Dark warrior mage 47k XP/hr 0 0 0 29.7k 0 9.9k 7.4k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":82413450,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.34% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 25.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Dark warrior mage 47k XP/hr 0 0 0 29.7k 0 9.9k 7.4k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":82413450,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.27% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)","Removing items: 25.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Dark warrior range-def 47k XP/hr 0 0 14.9k 0 14.9k 9.9k 7.4k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":82413450,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.45% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 25.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Dark warrior range-def 47k XP/hr 0 0 14.9k 0 14.9k 9.9k 7.4k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":82413450,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.36% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 25.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Dark warrior range 47k XP/hr 0 0 0 0 29.7k 9.9k 7.4k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":82413450,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 25.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Dark warrior range 47k XP/hr 0 0 0 0 29.7k 9.9k 7.4k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":82413450,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 25.7k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Deadly red spider atk-str-def 61k XP/hr 15.3k 15.3k 15.3k 0 0 15.3k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846797507,"quantity":168067,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 576k Cannonball"]} {"quantity":168067,"messages":[],"newKC":168067} +Deadly red spider atk-str-def 43k XP/hr 10.7k 10.7k 10.7k 0 0 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider atk-str-def 43k XP/hr 10.7k 10.7k 10.7k 0 0 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider atk-str-def 61k XP/hr 15.3k 15.3k 15.3k 0 0 15.3k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846797507,"quantity":168067,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":168067,"messages":[],"newKC":168067} +Deadly red spider atk-str-def 43k XP/hr 10.7k 10.7k 10.7k 0 0 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider atk-str-def 43k XP/hr 10.7k 10.7k 10.7k 0 0 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider mage-def 61k XP/hr 0 0 22.9k 22.9k 0 15.3k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846797507,"quantity":168067,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 576k Cannonball"]} {"quantity":168067,"messages":[],"newKC":168067} +Deadly red spider mage-def 43k XP/hr 0 0 16.1k 16.1k 0 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider mage-def 43k XP/hr 0 0 16.1k 16.1k 0 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider mage-def 61k XP/hr 0 0 22.9k 22.9k 0 15.3k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846797507,"quantity":168067,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":168067,"messages":[],"newKC":168067} +Deadly red spider mage-def 43k XP/hr 0 0 16.1k 16.1k 0 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider mage-def 43k XP/hr 0 0 16.1k 16.1k 0 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider mage 61k XP/hr 0 0 0 45.9k 0 15.3k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846797507,"quantity":168067,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 576k Cannonball"]} {"quantity":168067,"messages":[],"newKC":168067} +Deadly red spider mage 43k XP/hr 0 0 0 32.1k 0 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider mage 43k XP/hr 0 0 0 32.1k 0 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider mage 61k XP/hr 0 0 0 45.9k 0 15.3k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846797507,"quantity":168067,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":168067,"messages":[],"newKC":168067} +Deadly red spider mage 43k XP/hr 0 0 0 32.1k 0 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider mage 43k XP/hr 0 0 0 32.1k 0 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider range-def 61k XP/hr 0 0 22.9k 0 22.9k 15.3k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846797507,"quantity":168067,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 576k Cannonball"]} {"quantity":168067,"messages":[],"newKC":168067} +Deadly red spider range-def 43k XP/hr 0 0 16.1k 0 16.1k 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider range-def 43k XP/hr 0 0 16.1k 0 16.1k 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider range-def 61k XP/hr 0 0 22.9k 0 22.9k 15.3k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846797507,"quantity":168067,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":168067,"messages":[],"newKC":168067} +Deadly red spider range-def 43k XP/hr 0 0 16.1k 0 16.1k 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider range-def 43k XP/hr 0 0 16.1k 0 16.1k 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider range 61k XP/hr 0 0 0 0 45.9k 15.3k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846797507,"quantity":168067,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 576k Cannonball"]} {"quantity":168067,"messages":[],"newKC":168067} +Deadly red spider range 43k XP/hr 0 0 0 0 32.1k 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider range 43k XP/hr 0 0 0 0 32.1k 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider range 61k XP/hr 0 0 0 0 45.9k 15.3k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846797507,"quantity":168067,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":168067,"messages":[],"newKC":168067} +Deadly red spider range 43k XP/hr 0 0 0 0 32.1k 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Deadly red spider range 43k XP/hr 0 0 0 0 32.1k 10.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Death wing atk-str-def 59k XP/hr 14.7k 14.7k 14.7k 0 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing atk-str-def 59k XP/hr 14.7k 14.7k 14.7k 0 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing atk-str-def 59k XP/hr 14.7k 14.7k 14.7k 0 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing mage-def 59k XP/hr 0 0 22k 22k 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing mage-def 59k XP/hr 0 0 22k 22k 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing mage-def 59k XP/hr 0 0 22k 22k 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing mage 59k XP/hr 0 0 0 44k 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing mage 59k XP/hr 0 0 0 44k 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing mage 59k XP/hr 0 0 0 44k 0 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing range-def 59k XP/hr 0 0 22k 0 22k 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing range-def 59k XP/hr 0 0 22k 0 22k 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing range-def 59k XP/hr 0 0 22k 0 22k 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing range 59k XP/hr 0 0 0 0 44k 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing range 59k XP/hr 0 0 0 0 44k 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Death wing range 59k XP/hr 0 0 0 0 44k 14.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":70588,"messages":[],"newKC":70588} +Demonic Gorilla atk-str-def 127k XP/hr 30.7k 30.7k 30.7k 0 0 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla atk-str-def 127k XP/hr 30.7k 30.7k 30.7k 0 0 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla atk-str-def 127k XP/hr 30.7k 30.7k 30.7k 0 0 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla mage-def 127k XP/hr 0 0 46.1k 46.1k 0 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla mage-def 127k XP/hr 0 0 46.1k 46.1k 0 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla mage-def 127k XP/hr 0 0 46.1k 46.1k 0 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla mage 127k XP/hr 0 0 0 92.2k 0 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla mage 127k XP/hr 0 0 0 92.2k 0 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla mage 127k XP/hr 0 0 0 92.2k 0 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla range-def 127k XP/hr 0 0 46.1k 0 46.1k 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla range-def 127k XP/hr 0 0 46.1k 0 46.1k 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla range-def 127k XP/hr 0 0 46.1k 0 46.1k 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla range 127k XP/hr 0 0 0 0 92.2k 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla range 127k XP/hr 0 0 0 0 92.2k 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Demonic Gorilla range 127k XP/hr 0 0 0 0 92.2k 30.6k 0 272.8 Sharks/hr Loot/hr 272.8/hr Shark Cost/hr {"duration":1905086661,"quantity":32085,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 144.4k Shark"]} {"quantity":32085,"messages":["2085525 Prayer XP from purifying 32085x Malicious ashes using the Ash Sanctifier (967915 charges left)."],"newKC":32085} +Deranged Archaeologist atk-str-def 105k XP/hr 26.3k 26.3k 26.3k 0 0 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist atk-str-def 105k XP/hr 26.3k 26.3k 26.3k 0 0 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist atk-str-def 105k XP/hr 26.3k 26.3k 26.3k 0 0 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist mage-def 105k XP/hr 0 0 39.5k 39.5k 0 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist mage-def 105k XP/hr 0 0 39.5k 39.5k 0 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist mage-def 105k XP/hr 0 0 39.5k 39.5k 0 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist mage 105k XP/hr 0 0 0 79k 0 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist mage 105k XP/hr 0 0 0 79k 0 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist mage 105k XP/hr 0 0 0 79k 0 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist range-def 105k XP/hr 0 0 39.5k 0 39.5k 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist range-def 105k XP/hr 0 0 39.5k 0 39.5k 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist range-def 105k XP/hr 0 0 39.5k 0 39.5k 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist range 105k XP/hr 0 0 0 0 79k 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist range 105k XP/hr 0 0 0 0 79k 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Deranged Archaeologist range 105k XP/hr 0 0 0 0 79k 26.3k 0 355.7 Sharks/hr Loot/hr 355.7/hr Shark Cost/hr {"duration":1905098806,"quantity":52287,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Occult necklace","10% for Weekend","2% for Shark","Removing items: 188.2k Shark"]} {"quantity":52287,"messages":[],"newKC":52287} +Desert Lizard atk-str-def 66k XP/hr 16.6k 16.6k 16.6k 0 0 16.5k 0 251.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,251.5/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 133.1k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Desert Lizard atk-str-def 46k XP/hr 11.6k 11.6k 11.6k 0 0 11.6k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Lizard atk-str-def 46k XP/hr 11.6k 11.6k 11.6k 0 0 11.6k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Lizard mage-def 66k XP/hr 0 0 24.9k 24.9k 0 16.5k 0 251.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,251.5/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 133.1k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Desert Lizard mage-def 46k XP/hr 0 0 17.4k 17.4k 0 11.6k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Lizard mage-def 46k XP/hr 0 0 17.4k 17.4k 0 11.6k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Lizard mage 66k XP/hr 0 0 0 49.7k 0 16.5k 0 251.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,251.5/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 133.1k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Desert Lizard mage 46k XP/hr 0 0 0 34.8k 0 11.6k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Lizard mage 46k XP/hr 0 0 0 34.8k 0 11.6k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Lizard range-def 66k XP/hr 0 0 24.9k 0 24.9k 16.5k 0 251.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,251.5/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 133.1k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Desert Lizard range-def 46k XP/hr 0 0 17.4k 0 17.4k 11.6k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Lizard range-def 46k XP/hr 0 0 17.4k 0 17.4k 11.6k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Lizard range 66k XP/hr 0 0 0 0 49.7k 16.5k 0 251.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,251.5/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 133.1k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Desert Lizard range 46k XP/hr 0 0 0 0 34.8k 11.6k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Lizard range 46k XP/hr 0 0 0 0 34.8k 11.6k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Wolf atk-str-def 90k XP/hr 22.5k 22.5k 22.5k 0 0 22.5k 0 251.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,251.5/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 133.1k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Desert Wolf atk-str-def 63k XP/hr 15.8k 15.8k 15.8k 0 0 15.7k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Wolf atk-str-def 63k XP/hr 15.8k 15.8k 15.8k 0 0 15.7k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Wolf mage-def 90k XP/hr 0 0 33.8k 33.8k 0 22.5k 0 251.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,251.5/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 133.1k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Desert Wolf mage-def 63k XP/hr 0 0 23.7k 23.7k 0 15.7k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Wolf mage-def 63k XP/hr 0 0 23.7k 23.7k 0 15.7k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Wolf mage 90k XP/hr 0 0 0 67.6k 0 22.5k 0 251.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,251.5/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 133.1k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Desert Wolf mage 63k XP/hr 0 0 0 47.3k 0 15.7k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Wolf mage 63k XP/hr 0 0 0 47.3k 0 15.7k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Wolf range-def 90k XP/hr 0 0 33.8k 0 33.8k 22.5k 0 251.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,251.5/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 133.1k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Desert Wolf range-def 63k XP/hr 0 0 23.7k 0 23.7k 15.7k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Wolf range-def 63k XP/hr 0 0 23.7k 0 23.7k 15.7k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Wolf range 90k XP/hr 0 0 0 0 67.6k 22.5k 0 251.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,251.5/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 133.1k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Desert Wolf range 63k XP/hr 0 0 0 0 47.3k 15.7k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Desert Wolf range 63k XP/hr 0 0 0 0 47.3k 15.7k 0 176.1 Sharks/hr Loot/hr 176.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 93.2k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Deviant Spectre atk-str-def 150k XP/hr 37.5k 37.5k 37.5k 0 0 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre atk-str-def 150k XP/hr 37.5k 37.5k 37.5k 0 0 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre atk-str-def 150k XP/hr 37.5k 37.5k 37.5k 0 0 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre mage-def 150k XP/hr 0 0 56.3k 56.3k 0 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre mage-def 150k XP/hr 0 0 56.3k 56.3k 0 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre mage-def 150k XP/hr 0 0 56.3k 56.3k 0 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre mage 150k XP/hr 0 0 0 112.6k 0 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre mage 150k XP/hr 0 0 0 112.6k 0 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre mage 150k XP/hr 0 0 0 112.6k 0 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre range-def 150k XP/hr 0 0 56.3k 0 56.3k 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre range-def 150k XP/hr 0 0 56.3k 0 56.3k 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre range-def 150k XP/hr 0 0 56.3k 0 56.3k 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre range 150k XP/hr 0 0 0 0 112.6k 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre range 150k XP/hr 0 0 0 0 112.6k 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Deviant Spectre range 150k XP/hr 0 0 0 0 112.6k 37.5k 0 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":1905110951,"quantity":78431,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 211.8k Shark"]} {"quantity":78431,"messages":[],"newKC":78431} +Drake atk-str-def 350k XP/hr 73.2k 73.2k 73.2k 0 0 73k 57.6k 691.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,691.8/hr Shark Cost/hr {"duration":163928520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 49.6k Cannonball, 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake atk-str-def 245k XP/hr 51.2k 51.2k 51.2k 0 0 51.1k 40.4k 484.2 Sharks/hr Loot/hr 484.2/hr Shark Cost/hr {"duration":234179820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake atk-str-def 245k XP/hr 51.2k 51.2k 51.2k 0 0 51.1k 40.4k 484.2 Sharks/hr Loot/hr 484.2/hr Shark Cost/hr {"duration":234179820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake mage-def 298k XP/hr 0 0 93.3k 93.3k 0 62.1k 49k 588.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,588.0/hr Shark Cost/hr {"duration":192858120,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 58.3k Cannonball, 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake mage-def 208k XP/hr 0 0 65.3k 65.3k 0 43.4k 34.3k 411.6 Sharks/hr Loot/hr 411.6/hr Shark Cost/hr {"duration":275510340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake mage-def 208k XP/hr 0 0 65.3k 65.3k 0 43.4k 34.3k 411.6 Sharks/hr Loot/hr 411.6/hr Shark Cost/hr {"duration":275510340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake mage 298k XP/hr 0 0 0 186.7k 0 62.1k 49k 588.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,588.0/hr Shark Cost/hr {"duration":192858120,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 58.3k Cannonball, 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake mage 208k XP/hr 0 0 0 130.7k 0 43.4k 34.3k 411.6 Sharks/hr Loot/hr 411.6/hr Shark Cost/hr {"duration":275510340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake mage 208k XP/hr 0 0 0 130.7k 0 43.4k 34.3k 411.6 Sharks/hr Loot/hr 411.6/hr Shark Cost/hr {"duration":275510340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake range-def 298k XP/hr 0 0 93.3k 0 93.3k 62.1k 49k 588.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,588.0/hr Shark Cost/hr {"duration":192858120,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 58.3k Cannonball, 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake range-def 208k XP/hr 0 0 65.3k 0 65.3k 43.4k 34.3k 411.6 Sharks/hr Loot/hr 411.6/hr Shark Cost/hr {"duration":275510340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake range-def 208k XP/hr 0 0 65.3k 0 65.3k 43.4k 34.3k 411.6 Sharks/hr Loot/hr 411.6/hr Shark Cost/hr {"duration":275510340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake range 298k XP/hr 0 0 0 0 186.7k 62.1k 49k 588.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,588.0/hr Shark Cost/hr {"duration":192858120,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 58.3k Cannonball, 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake range 208k XP/hr 0 0 0 0 130.7k 43.4k 34.3k 411.6 Sharks/hr Loot/hr 411.6/hr Shark Cost/hr {"duration":275510340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Drake range 208k XP/hr 0 0 0 0 130.7k 43.4k 34.3k 411.6 Sharks/hr Loot/hr 411.6/hr Shark Cost/hr {"duration":275510340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 31.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Duck atk-str-def 40k XP/hr 10k 10k 10k 0 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck atk-str-def 40k XP/hr 10k 10k 10k 0 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck atk-str-def 40k XP/hr 10k 10k 10k 0 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck mage-def 40k XP/hr 0 0 15k 15k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck mage-def 40k XP/hr 0 0 15k 15k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck mage-def 40k XP/hr 0 0 15k 15k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck mage 40k XP/hr 0 0 0 30k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck mage 40k XP/hr 0 0 0 30k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck mage 40k XP/hr 0 0 0 30k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck range-def 40k XP/hr 0 0 15k 0 15k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck range-def 40k XP/hr 0 0 15k 0 15k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck range-def 40k XP/hr 0 0 15k 0 15k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck range 40k XP/hr 0 0 0 0 30k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck range 40k XP/hr 0 0 0 0 30k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duck range 40k XP/hr 0 0 0 0 30k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling atk-str-def 40k XP/hr 10k 10k 10k 0 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling atk-str-def 40k XP/hr 10k 10k 10k 0 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling atk-str-def 40k XP/hr 10k 10k 10k 0 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling mage-def 40k XP/hr 0 0 15k 15k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling mage-def 40k XP/hr 0 0 15k 15k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling mage-def 40k XP/hr 0 0 15k 15k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling mage 40k XP/hr 0 0 0 30k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling mage 40k XP/hr 0 0 0 30k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling mage 40k XP/hr 0 0 0 30k 0 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling range-def 40k XP/hr 0 0 15k 0 15k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling range-def 40k XP/hr 0 0 15k 0 15k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling range-def 40k XP/hr 0 0 15k 0 15k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling range 40k XP/hr 0 0 0 0 30k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling range 40k XP/hr 0 0 0 0 30k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Duckling range 40k XP/hr 0 0 0 0 30k 10k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799339,"quantity":1283422,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":1283422,"messages":[],"newKC":1283422} +Dust Devil atk-str-def 280k XP/hr 59.1k 59.1k 59.1k 0 0 58.9k 44.3k 304.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,304.9/hr Shark Cost/hr {"duration":85015980,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.84% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 25.7k Cannonball, 7.2k Shark"]} {"quantity":9965,"messages":["You missed out on 35x kills because of pk encounters","You killed 9965x of your 10000 remaining kills, you now have 35 kills remaining."],"newKC":9965} +Dust Devil atk-str-def 196k XP/hr 41.4k 41.4k 41.4k 0 0 41.3k 31k 213.4 Sharks/hr Loot/hr 213.4/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.13% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.2k Shark"]} {"quantity":9968,"messages":["You missed out on 32x kills because of pk encounters","You killed 9968x of your 10000 remaining kills, you now have 32 kills remaining."],"newKC":9968} +Dust Devil atk-str-def 196k XP/hr 41.3k 41.3k 41.3k 0 0 41.2k 31k 213.4 Sharks/hr Loot/hr 213.4/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.34% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.2k Shark"]} {"quantity":9956,"messages":["You missed out on 44x kills because of pk encounters","You killed 9956x of your 10000 remaining kills, you now have 44 kills remaining."],"newKC":9956} +Dust Devil atk-str-def 338k XP/hr 71.1k 71.1k 71.1k 0 0 71k 53.4k 365.8 Sharks/hr Loot/hr 1088.5/hr Cannonball,365.8/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil atk-str-def 236k XP/hr 49.8k 49.8k 49.8k 0 0 49.7k 37.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil atk-str-def 236k XP/hr 49.8k 49.8k 49.8k 0 0 49.7k 37.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage-def 302k XP/hr 0 0 95.4k 0 95.4k 63.4k 47.7k 328.3 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,328.3/hr Shark Cost/hr {"duration":78947820,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.40% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 95.5k Chaos rune, 47.7k Death rune, 7.2k Shark, 95.5k Water rune"]} {"quantity":9958,"messages":["You missed out on 42x kills because of pk encounters","You killed 9958x of your 10000 remaining kills, you now have 42 kills remaining."],"newKC":9958} +Dust Devil mage-def 302k XP/hr 63.5k 63.5k 63.5k 0 0 63.4k 47.6k 328.3 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,328.3/hr Shark Cost/hr {"duration":78947820,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.81% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 95.5k Chaos rune, 47.7k Death rune, 7.2k Shark, 95.5k Water rune"]} {"quantity":9951,"messages":["You missed out on 49x kills because of pk encounters","You killed 9951x of your 10000 remaining kills, you now have 49 kills remaining."],"newKC":9951} +Dust Devil mage-def 196k XP/hr 0 0 62k 62k 0 41.2k 31k 213.4 Sharks/hr Loot/hr 213.4/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.51% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.2k Shark"]} {"quantity":9960,"messages":["You missed out on 40x kills because of pk encounters","You killed 9960x of your 10000 remaining kills, you now have 40 kills remaining."],"newKC":9960} +Dust Devil mage-def 437k XP/hr 92.1k 92.1k 92.1k 0 0 91.8k 69k 474.2 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,474.2/hr Shark Cost/hr {"duration":54657540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.91% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 33.1k Blood rune, 66.1k Death rune, 7.2k Shark, 99.2k Water rune"]} {"quantity":9984,"messages":["You missed out on 16x kills because of pk encounters","You killed 9984x of your 10000 remaining kills, you now have 16 kills remaining."],"newKC":9984} +Dust Devil mage-def 436k XP/hr 0 0 137.9k 0 137.9k 91.7k 68.9k 474.2 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,474.2/hr Shark Cost/hr {"duration":54657540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.28% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 33.1k Blood rune, 66.1k Death rune, 7.2k Shark, 99.2k Water rune"]} {"quantity":9967,"messages":["You missed out on 33x kills because of pk encounters","You killed 9967x of your 10000 remaining kills, you now have 33 kills remaining."],"newKC":9967} +Dust Devil mage-def 302k XP/hr 0 0 95.5k 95.5k 0 63.5k 47.8k 328.3 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,328.3/hr Shark Cost/hr {"duration":78947820,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.41% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 95.5k Chaos rune, 47.7k Death rune, 7.2k Shark, 95.5k Water rune"]} {"quantity":9973,"messages":["You missed out on 27x kills because of pk encounters","You killed 9973x of your 10000 remaining kills, you now have 27 kills remaining."],"newKC":9973} +Dust Devil mage-def 436k XP/hr 0 0 137.6k 137.6k 0 91.5k 68.8k 474.2 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,474.2/hr Shark Cost/hr {"duration":54657540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":9},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.89% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 33.1k Blood rune, 66.1k Death rune, 7.2k Shark, 99.2k Water rune"]} {"quantity":9951,"messages":["You missed out on 49x kills because of pk encounters","You killed 9951x of your 10000 remaining kills, you now have 49 kills remaining."],"newKC":9951} +Dust Devil mage-def 195k XP/hr 0 0 61.7k 61.7k 0 41k 30.8k 213.4 Sharks/hr Loot/hr 213.4/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.94% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.2k Shark"]} {"quantity":9906,"messages":["You missed out on 94x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9906x of your 10000 remaining kills, you now have 94 kills remaining."],"newKC":9906} +Dust Devil mage-def 280k XP/hr 0 0 88.5k 88.5k 0 58.8k 44.2k 304.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,304.9/hr Shark Cost/hr {"duration":85015980,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.70% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 25.7k Cannonball, 7.2k Shark"]} {"quantity":9951,"messages":["You missed out on 49x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9951x of your 10000 remaining kills, you now have 49 kills remaining."],"newKC":9951} +Dust Devil mage-def 618k XP/hr 130.2k 130.2k 130.2k 0 0 129.8k 97.6k 669.4 Sharks/hr Loot/hr 6530.7/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,669.4/hr Shark Cost/hr {"duration":38719800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 23.4k Blood rune, 46.8k Death rune, 7.2k Shark, 70.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage-def 618k XP/hr 0 0 195.2k 0 195.2k 129.8k 97.6k 669.4 Sharks/hr Loot/hr 6530.7/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,669.4/hr Shark Cost/hr {"duration":38719800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 23.4k Blood rune, 46.8k Death rune, 7.2k Shark, 70.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage-def 618k XP/hr 0 0 195.2k 195.2k 0 129.8k 97.6k 669.4 Sharks/hr Loot/hr 6530.7/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,669.4/hr Shark Cost/hr {"duration":38719800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 23.4k Blood rune, 46.8k Death rune, 7.2k Shark, 70.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage-def 338k XP/hr 0 0 106.7k 106.7k 0 71k 53.4k 365.8 Sharks/hr Loot/hr 1088.5/hr Cannonball,365.8/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage-def 428k XP/hr 90.1k 90.1k 90.1k 0 0 89.9k 67.6k 463.5 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,463.5/hr Shark Cost/hr {"duration":55918800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 67.6k Chaos rune, 33.8k Death rune, 7.2k Shark, 67.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage-def 428k XP/hr 0 0 135.2k 0 135.2k 89.9k 67.6k 463.5 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,463.5/hr Shark Cost/hr {"duration":55918800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 67.6k Chaos rune, 33.8k Death rune, 7.2k Shark, 67.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage-def 428k XP/hr 0 0 135.2k 135.2k 0 89.9k 67.6k 463.5 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,463.5/hr Shark Cost/hr {"duration":55918800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 67.6k Chaos rune, 33.8k Death rune, 7.2k Shark, 67.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage-def 236k XP/hr 0 0 74.7k 74.7k 0 49.7k 37.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage-def 236k XP/hr 0 0 74.7k 74.7k 0 49.7k 37.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage 280k XP/hr 0 0 0 177.2k 0 58.9k 44.3k 304.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,304.9/hr Shark Cost/hr {"duration":85015980,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.10% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 25.7k Cannonball, 7.2k Shark"]} {"quantity":9965,"messages":["You missed out on 35x kills because of pk encounters","You killed 9965x of your 10000 remaining kills, you now have 35 kills remaining."],"newKC":9965} +Dust Devil mage 435k XP/hr 0 0 0 274.8k 0 91.4k 68.7k 474.2 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,474.2/hr Shark Cost/hr {"duration":54657540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.77% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 33.1k Blood rune, 66.1k Death rune, 7.2k Shark, 99.2k Water rune"]} {"quantity":9934,"messages":["You missed out on 66x kills because of pk encounters","You killed 9934x of your 10000 remaining kills, you now have 66 kills remaining."],"newKC":9934} +Dust Devil mage 302k XP/hr 0 0 0 190.6k 0 63.4k 47.6k 328.3 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,328.3/hr Shark Cost/hr {"duration":78947820,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.93% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 95.5k Chaos rune, 47.7k Death rune, 7.2k Shark, 95.5k Water rune"]} {"quantity":9951,"messages":["You missed out on 49x kills because of pk encounters","You killed 9951x of your 10000 remaining kills, you now have 49 kills remaining."],"newKC":9951} +Dust Devil mage 196k XP/hr 0 0 0 124k 0 41.2k 31k 213.4 Sharks/hr Loot/hr 213.4/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.16% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.2k Shark"]} {"quantity":9960,"messages":["You missed out on 40x kills because of pk encounters","You killed 9960x of your 10000 remaining kills, you now have 40 kills remaining."],"newKC":9960} +Dust Devil mage 196k XP/hr 0 0 0 123.9k 0 41.2k 31k 213.4 Sharks/hr Loot/hr 213.4/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.32% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.2k Shark"]} {"quantity":9956,"messages":["You missed out on 44x kills because of pk encounters","You killed 9956x of your 10000 remaining kills, you now have 44 kills remaining."],"newKC":9956} +Dust Devil mage 436k XP/hr 0 0 0 0 275.3k 91.5k 68.8k 474.2 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,474.2/hr Shark Cost/hr {"duration":54657540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":9},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.71% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 33.1k Blood rune, 66.1k Death rune, 7.2k Shark, 99.2k Water rune"]} {"quantity":9951,"messages":["You missed out on 49x kills because of pk encounters","You killed 9951x of your 10000 remaining kills, you now have 49 kills remaining."],"newKC":9951} +Dust Devil mage 302k XP/hr 0 0 0 0 190.6k 63.4k 47.7k 328.3 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,328.3/hr Shark Cost/hr {"duration":78947820,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":6},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.85% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 95.5k Chaos rune, 47.7k Death rune, 7.2k Shark, 95.5k Water rune"]} {"quantity":9954,"messages":["You missed out on 46x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9954x of your 10000 remaining kills, you now have 46 kills remaining."],"newKC":9954} +Dust Devil mage 618k XP/hr 0 0 0 0 390.5k 129.8k 97.6k 669.4 Sharks/hr Loot/hr 6530.7/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,669.4/hr Shark Cost/hr {"duration":38719800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 23.4k Blood rune, 46.8k Death rune, 7.2k Shark, 70.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage 618k XP/hr 0 0 0 390.5k 0 129.8k 97.6k 669.4 Sharks/hr Loot/hr 6530.7/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,669.4/hr Shark Cost/hr {"duration":38719800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 23.4k Blood rune, 46.8k Death rune, 7.2k Shark, 70.2k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage 338k XP/hr 0 0 0 213.4k 0 71k 53.4k 365.8 Sharks/hr Loot/hr 1088.5/hr Cannonball,365.8/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage 428k XP/hr 0 0 0 0 270.4k 89.9k 67.6k 463.5 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,463.5/hr Shark Cost/hr {"duration":55918800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 67.6k Chaos rune, 33.8k Death rune, 7.2k Shark, 67.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage 428k XP/hr 0 0 0 270.4k 0 89.9k 67.6k 463.5 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,463.5/hr Shark Cost/hr {"duration":55918800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 67.6k Chaos rune, 33.8k Death rune, 7.2k Shark, 67.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage 236k XP/hr 0 0 0 149.4k 0 49.7k 37.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil mage 236k XP/hr 0 0 0 149.4k 0 49.7k 37.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil range-def 196k XP/hr 0 0 62k 0 62k 41.3k 31k 213.4 Sharks/hr Loot/hr 213.4/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.92% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.2k Shark"]} {"quantity":9968,"messages":["You missed out on 32x kills because of pk encounters","You killed 9968x of your 10000 remaining kills, you now have 32 kills remaining."],"newKC":9968} +Dust Devil range-def 281k XP/hr 0 0 88.8k 0 88.8k 59k 44.4k 304.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,304.9/hr Shark Cost/hr {"duration":85015980,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.31% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 25.7k Cannonball, 7.2k Shark"]} {"quantity":9982,"messages":["You missed out on 18x kills because of pk encounters","You killed 9982x of your 10000 remaining kills, you now have 18 kills remaining."],"newKC":9982} +Dust Devil range-def 197k XP/hr 0 0 62.1k 0 62.1k 41.3k 31.1k 213.4 Sharks/hr Loot/hr 213.4/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.08% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.2k Shark"]} {"quantity":9983,"messages":["You missed out on 17x kills because of pk encounters","You killed 9983x of your 10000 remaining kills, you now have 17 kills remaining."],"newKC":9983} +Dust Devil range-def 338k XP/hr 0 0 106.7k 0 106.7k 71k 53.4k 365.8 Sharks/hr Loot/hr 1088.5/hr Cannonball,365.8/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil range-def 236k XP/hr 0 0 74.7k 0 74.7k 49.7k 37.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil range-def 236k XP/hr 0 0 74.7k 0 74.7k 49.7k 37.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil range 197k XP/hr 0 0 0 0 124.3k 41.3k 31.1k 213.4 Sharks/hr Loot/hr 213.4/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.34% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.2k Shark"]} {"quantity":9983,"messages":["You missed out on 17x kills because of pk encounters","You killed 9983x of your 10000 remaining kills, you now have 17 kills remaining."],"newKC":9983} +Dust Devil range 281k XP/hr 0 0 0 0 177.4k 59k 44.3k 304.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,304.9/hr Shark Cost/hr {"duration":85015980,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.33% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 25.7k Cannonball, 7.2k Shark"]} {"quantity":9972,"messages":["You missed out on 28x kills because of pk encounters","You killed 9972x of your 10000 remaining kills, you now have 28 kills remaining."],"newKC":9972} +Dust Devil range 196k XP/hr 0 0 0 0 123.6k 41.1k 30.9k 213.4 Sharks/hr Loot/hr 213.4/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":14},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.82% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.2k Shark"]} {"quantity":9931,"messages":["You missed out on 69x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9931x of your 10000 remaining kills, you now have 69 kills remaining."],"newKC":9931} +Dust Devil range 338k XP/hr 0 0 0 0 213.4k 71k 53.4k 365.8 Sharks/hr Loot/hr 1088.5/hr Cannonball,365.8/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil range 236k XP/hr 0 0 0 0 149.4k 49.7k 37.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dust Devil range 236k XP/hr 0 0 0 0 149.4k 49.7k 37.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Dwarf gang member atk-str-def 57k XP/hr 14.2k 14.2k 14.2k 0 0 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member atk-str-def 57k XP/hr 14.2k 14.2k 14.2k 0 0 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member atk-str-def 57k XP/hr 14.2k 14.2k 14.2k 0 0 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member mage-def 57k XP/hr 0 0 21.3k 21.3k 0 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member mage-def 57k XP/hr 0 0 21.3k 21.3k 0 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member mage-def 57k XP/hr 0 0 21.3k 21.3k 0 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member mage 57k XP/hr 0 0 0 42.7k 0 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member mage 57k XP/hr 0 0 0 42.7k 0 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member mage 57k XP/hr 0 0 0 42.7k 0 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member range-def 57k XP/hr 0 0 21.3k 0 21.3k 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member range-def 57k XP/hr 0 0 21.3k 0 21.3k 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member range-def 57k XP/hr 0 0 21.3k 0 21.3k 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member range 57k XP/hr 0 0 0 0 42.7k 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member range 57k XP/hr 0 0 0 0 42.7k 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf gang member range 57k XP/hr 0 0 0 0 42.7k 14.2k 0 180.1 Sharks/hr Loot/hr 180.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 95.3k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Dwarf atk-str-def 112k XP/hr 23.6k 23.6k 23.6k 0 0 23.5k 17.7k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":32558400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 10.2k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf atk-str-def 78k XP/hr 16.5k 16.5k 16.5k 0 0 16.5k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46512000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf atk-str-def 78k XP/hr 16.5k 16.5k 16.5k 0 0 16.5k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46512000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf mage-def 112k XP/hr 0 0 35.4k 35.4k 0 23.5k 17.7k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":32558400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 10.2k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf mage-def 78k XP/hr 0 0 24.8k 24.8k 0 16.5k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46512000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf mage-def 78k XP/hr 0 0 24.8k 24.8k 0 16.5k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46512000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf mage 112k XP/hr 0 0 0 70.8k 0 23.5k 17.7k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":32558400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 10.2k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf mage 78k XP/hr 0 0 0 49.5k 0 16.5k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46512000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf mage 78k XP/hr 0 0 0 49.5k 0 16.5k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46512000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf range-def 112k XP/hr 0 0 35.4k 0 35.4k 23.5k 17.7k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":32558400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 10.2k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf range-def 78k XP/hr 0 0 24.8k 0 24.8k 16.5k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46512000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf range-def 78k XP/hr 0 0 24.8k 0 24.8k 16.5k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46512000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf range 112k XP/hr 0 0 0 0 70.8k 23.5k 17.7k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":32558400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 10.2k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf range 78k XP/hr 0 0 0 0 49.5k 16.5k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46512000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Dwarf range 78k XP/hr 0 0 0 0 49.5k 16.5k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":46512000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Earth Warrior atk-str-def 73k XP/hr 15.4k 15.4k 15.4k 0 0 15.3k 11.5k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Earth Warrior atk-str-def 104k XP/hr 21.9k 21.9k 21.9k 0 0 21.9k 16.5k 192.1 Sharks/hr Loot/hr 1088.5/hr Cannonball,192.1/hr Shark Cost/hr {"duration":118082160,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 35.7k Cannonball, 6.3k Shark"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining."],"newKC":9995} +Earth Warrior atk-str-def 73k XP/hr 15.4k 15.4k 15.4k 0 0 15.3k 11.5k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.46% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining."],"newKC":9995} +Earth Warrior mage-def 104k XP/hr 0 0 32.9k 32.9k 0 21.9k 16.5k 192.1 Sharks/hr Loot/hr 1088.5/hr Cannonball,192.1/hr Shark Cost/hr {"duration":118082160,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 35.7k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Earth Warrior mage-def 73k XP/hr 0 0 23k 23k 0 15.3k 11.5k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Earth Warrior mage-def 73k XP/hr 0 0 23k 23k 0 15.3k 11.5k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Earth Warrior mage 104k XP/hr 0 0 0 65.9k 0 21.9k 16.5k 192.1 Sharks/hr Loot/hr 1088.5/hr Cannonball,192.1/hr Shark Cost/hr {"duration":118082160,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 35.7k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Earth Warrior mage 73k XP/hr 0 0 0 46.1k 0 15.3k 11.5k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Earth Warrior mage 73k XP/hr 0 0 0 46.1k 0 15.3k 11.5k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9993,"messages":["You missed out on 7x kills because of pk encounters","You killed 9993x of your 10000 remaining kills, you now have 7 kills remaining."],"newKC":9993} +Earth Warrior range-def 73k XP/hr 0 0 23k 0 23k 15.3k 11.5k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Earth Warrior range-def 104k XP/hr 0 0 32.9k 0 32.9k 21.9k 16.5k 192.1 Sharks/hr Loot/hr 1088.5/hr Cannonball,192.1/hr Shark Cost/hr {"duration":118082160,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 35.7k Cannonball, 6.3k Shark"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining."],"newKC":9995} +Earth Warrior range-def 73k XP/hr 0 0 23k 0 23k 15.3k 11.5k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.37% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining."],"newKC":9995} +Earth Warrior range 104k XP/hr 0 0 0 0 65.9k 21.9k 16.5k 192.1 Sharks/hr Loot/hr 1088.5/hr Cannonball,192.1/hr Shark Cost/hr {"duration":118082160,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 35.7k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Earth Warrior range 73k XP/hr 0 0 0 0 46.1k 15.3k 11.5k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Earth Warrior range 73k XP/hr 0 0 0 0 46.1k 15.3k 11.5k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Elder Chaos druid atk-str-def 175k XP/hr 43.7k 43.7k 43.7k 0 0 43.6k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998005,"quantity":62247,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 3.38% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 1000k Cannonball"]} {"quantity":62247,"messages":[],"newKC":62247} +Elder Chaos druid atk-str-def 79k XP/hr 19.7k 19.7k 19.7k 0 0 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 2.02% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid atk-str-def 79k XP/hr 19.7k 19.7k 19.7k 0 0 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 3.31% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid atk-str-def 175k XP/hr 43.7k 43.7k 43.7k 0 0 43.6k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998005,"quantity":62247,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":62247,"messages":[],"newKC":62247} +Elder Chaos druid atk-str-def 79k XP/hr 19.7k 19.7k 19.7k 0 0 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid atk-str-def 79k XP/hr 19.7k 19.7k 19.7k 0 0 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid mage-def 175k XP/hr 0 0 65.5k 65.5k 0 43.6k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998005,"quantity":62247,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 2.82% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 1000k Cannonball"]} {"quantity":62247,"messages":[],"newKC":62247} +Elder Chaos druid mage-def 79k XP/hr 0 0 29.5k 29.5k 0 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 3.16% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid mage-def 79k XP/hr 0 0 29.5k 29.5k 0 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 3.02% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":50415,"messages":["You missed out on 5x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":50415} +Elder Chaos druid mage-def 175k XP/hr 0 0 65.5k 65.5k 0 43.6k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998005,"quantity":62247,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":62247,"messages":[],"newKC":62247} +Elder Chaos druid mage-def 79k XP/hr 0 0 29.5k 29.5k 0 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid mage-def 79k XP/hr 0 0 29.5k 29.5k 0 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid mage 175k XP/hr 0 0 0 131k 0 43.6k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998005,"quantity":62247,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 2.35% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 1000k Cannonball"]} {"quantity":62247,"messages":[],"newKC":62247} +Elder Chaos druid mage 79k XP/hr 0 0 0 59k 0 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 2.97% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid mage 79k XP/hr 0 0 0 59k 0 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.92% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":50419,"messages":["You missed out on 1x kills because of pk encounters"],"newKC":50419} +Elder Chaos druid mage 175k XP/hr 0 0 0 131k 0 43.6k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998005,"quantity":62247,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":62247,"messages":[],"newKC":62247} +Elder Chaos druid mage 79k XP/hr 0 0 0 59k 0 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid mage 79k XP/hr 0 0 0 59k 0 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid range-def 175k XP/hr 0 0 65.5k 0 65.5k 43.6k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998005,"quantity":62247,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 2.73% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 1000k Cannonball"]} {"quantity":62247,"messages":[],"newKC":62247} +Elder Chaos druid range-def 79k XP/hr 0 0 29.5k 0 29.5k 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.89% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid range-def 79k XP/hr 0 0 29.5k 0 29.5k 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.95% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid range-def 175k XP/hr 0 0 65.5k 0 65.5k 43.6k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998005,"quantity":62247,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":62247,"messages":[],"newKC":62247} +Elder Chaos druid range-def 79k XP/hr 0 0 29.5k 0 29.5k 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid range-def 79k XP/hr 0 0 29.5k 0 29.5k 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid range 175k XP/hr 0 0 0 0 131k 43.6k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998005,"quantity":62247,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 3.22% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 1000k Cannonball"]} {"quantity":62247,"messages":[],"newKC":62247} +Elder Chaos druid range 79k XP/hr 0 0 0 0 59k 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 3.30% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":50419,"messages":["You missed out on 1x kills because of pk encounters"],"newKC":50419} +Elder Chaos druid range 79k XP/hr 0 0 0 0 59k 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 2.37% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":50419,"messages":["You missed out on 1x kills because of pk encounters"],"newKC":50419} +Elder Chaos druid range 175k XP/hr 0 0 0 0 131k 43.6k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998005,"quantity":62247,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":62247,"messages":[],"newKC":62247} +Elder Chaos druid range 79k XP/hr 0 0 0 0 59k 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":50420,"messages":[],"newKC":50420} +Elder Chaos druid range 79k XP/hr 0 0 0 0 59k 19.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846793844,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":50420,"messages":[],"newKC":50420} +Elf Archer atk-str-def 158k XP/hr 39.5k 39.5k 39.5k 0 0 39.4k 0 279.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,279.5/hr Shark Cost/hr {"duration":1905108211,"quantity":149387,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 147.9k Shark"]} {"quantity":149387,"messages":[],"newKC":149387} +Elf Archer atk-str-def 111k XP/hr 27.7k 27.7k 27.7k 0 0 27.6k 0 195.6 Sharks/hr Loot/hr 195.6/hr Shark Cost/hr {"duration":1905117024,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 103.5k Shark"]} {"quantity":104575,"messages":[],"newKC":104575} +Elf Archer atk-str-def 111k XP/hr 27.7k 27.7k 27.7k 0 0 27.6k 0 195.6 Sharks/hr Loot/hr 195.6/hr Shark Cost/hr {"duration":1905117024,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 103.5k Shark"]} {"quantity":104575,"messages":[],"newKC":104575} +Elf Archer mage-def 158k XP/hr 0 0 59.3k 59.3k 0 39.4k 0 279.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,279.5/hr Shark Cost/hr {"duration":1905108211,"quantity":149387,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 147.9k Shark"]} {"quantity":149387,"messages":[],"newKC":149387} +Elf Archer mage-def 111k XP/hr 0 0 41.5k 41.5k 0 27.6k 0 195.6 Sharks/hr Loot/hr 195.6/hr Shark Cost/hr {"duration":1905117024,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 103.5k Shark"]} {"quantity":104575,"messages":[],"newKC":104575} +Elf Archer mage-def 111k XP/hr 0 0 41.5k 41.5k 0 27.6k 0 195.6 Sharks/hr Loot/hr 195.6/hr Shark Cost/hr {"duration":1905117024,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 103.5k Shark"]} {"quantity":104575,"messages":[],"newKC":104575} +Elf Archer mage 158k XP/hr 0 0 0 118.6k 0 39.4k 0 279.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,279.5/hr Shark Cost/hr {"duration":1905108211,"quantity":149387,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 147.9k Shark"]} {"quantity":149387,"messages":[],"newKC":149387} +Elf Archer mage 111k XP/hr 0 0 0 83k 0 27.6k 0 195.6 Sharks/hr Loot/hr 195.6/hr Shark Cost/hr {"duration":1905117024,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 103.5k Shark"]} {"quantity":104575,"messages":[],"newKC":104575} +Elf Archer mage 111k XP/hr 0 0 0 83k 0 27.6k 0 195.6 Sharks/hr Loot/hr 195.6/hr Shark Cost/hr {"duration":1905117024,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 103.5k Shark"]} {"quantity":104575,"messages":[],"newKC":104575} +Elf Archer range-def 158k XP/hr 0 0 59.3k 0 59.3k 39.4k 0 279.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,279.5/hr Shark Cost/hr {"duration":1905108211,"quantity":149387,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 147.9k Shark"]} {"quantity":149387,"messages":[],"newKC":149387} +Elf Archer range-def 111k XP/hr 0 0 41.5k 0 41.5k 27.6k 0 195.6 Sharks/hr Loot/hr 195.6/hr Shark Cost/hr {"duration":1905117024,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 103.5k Shark"]} {"quantity":104575,"messages":[],"newKC":104575} +Elf Archer range-def 111k XP/hr 0 0 41.5k 0 41.5k 27.6k 0 195.6 Sharks/hr Loot/hr 195.6/hr Shark Cost/hr {"duration":1905117024,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 103.5k Shark"]} {"quantity":104575,"messages":[],"newKC":104575} +Elf Archer range 158k XP/hr 0 0 0 0 118.6k 39.4k 0 279.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,279.5/hr Shark Cost/hr {"duration":1905108211,"quantity":149387,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 147.9k Shark"]} {"quantity":149387,"messages":[],"newKC":149387} +Elf Archer range 111k XP/hr 0 0 0 0 83k 27.6k 0 195.6 Sharks/hr Loot/hr 195.6/hr Shark Cost/hr {"duration":1905117024,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 103.5k Shark"]} {"quantity":104575,"messages":[],"newKC":104575} +Elf Archer range 111k XP/hr 0 0 0 0 83k 27.6k 0 195.6 Sharks/hr Loot/hr 195.6/hr Shark Cost/hr {"duration":1905117024,"quantity":104575,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 103.5k Shark"]} {"quantity":104575,"messages":[],"newKC":104575} +Elf Warrior atk-str-def 226k XP/hr 47.4k 47.4k 47.4k 0 0 47.3k 36.4k 396.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,396.3/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior atk-str-def 158k XP/hr 33.2k 33.2k 33.2k 0 0 33.1k 25.5k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior atk-str-def 158k XP/hr 33.2k 33.2k 33.2k 0 0 33.1k 25.5k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior mage-def 226k XP/hr 0 0 71.1k 71.1k 0 47.3k 36.4k 396.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,396.3/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior mage-def 158k XP/hr 0 0 49.8k 49.8k 0 33.1k 25.5k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior mage-def 158k XP/hr 0 0 49.8k 49.8k 0 33.1k 25.5k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior mage 226k XP/hr 0 0 0 142.3k 0 47.3k 36.4k 396.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,396.3/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior mage 158k XP/hr 0 0 0 99.6k 0 33.1k 25.5k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior mage 158k XP/hr 0 0 0 99.6k 0 33.1k 25.5k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior range-def 226k XP/hr 0 0 71.1k 0 71.1k 47.3k 36.4k 396.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,396.3/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior range-def 158k XP/hr 0 0 49.8k 0 49.8k 33.1k 25.5k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior range-def 158k XP/hr 0 0 49.8k 0 49.8k 33.1k 25.5k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior range 226k XP/hr 0 0 0 0 142.3k 47.3k 36.4k 396.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,396.3/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior range 158k XP/hr 0 0 0 0 99.6k 33.1k 25.5k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Elf Warrior range 158k XP/hr 0 0 0 0 99.6k 33.1k 25.5k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ent atk-str-def 101k XP/hr 21.3k 21.3k 21.3k 0 0 21.2k 15.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":169409700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 52.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent atk-str-def 71k XP/hr 14.9k 14.9k 14.9k 0 0 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent atk-str-def 71k XP/hr 14.9k 14.9k 14.9k 0 0 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.70% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent atk-str-def 101k XP/hr 21.3k 21.3k 21.3k 0 0 21.2k 15.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":169409700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.94% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 52.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent atk-str-def 71k XP/hr 14.9k 14.9k 14.9k 0 0 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.81% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent atk-str-def 71k XP/hr 14.9k 14.9k 14.9k 0 0 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.90% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage-def 101k XP/hr 0 0 31.9k 31.9k 0 21.2k 15.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":169409700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.66% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 52.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage-def 71k XP/hr 0 0 22.3k 22.3k 0 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.90% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage-def 71k XP/hr 0 0 22.3k 22.3k 0 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.91% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage-def 101k XP/hr 0 0 31.9k 31.9k 0 21.2k 15.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":169409700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.74% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 52.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage-def 71k XP/hr 0 0 22.3k 22.3k 0 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.73% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage-def 71k XP/hr 0 0 22.3k 22.3k 0 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.75% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage 101k XP/hr 0 0 0 63.8k 0 21.2k 15.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":169409700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.86% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 52.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage 71k XP/hr 0 0 0 44.6k 0 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.83% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage 71k XP/hr 0 0 0 44.6k 0 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.77% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage 101k XP/hr 0 0 0 63.8k 0 21.2k 15.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":169409700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.58% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 52.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage 71k XP/hr 0 0 0 44.6k 0 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.74% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent mage 71k XP/hr 0 0 0 44.6k 0 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range-def 101k XP/hr 0 0 31.9k 0 31.9k 21.2k 15.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":169409700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 52.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range-def 71k XP/hr 0 0 22.3k 0 22.3k 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range-def 71k XP/hr 0 0 22.3k 0 22.3k 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.83% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range-def 101k XP/hr 0 0 31.9k 0 31.9k 21.2k 15.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":169409700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.93% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 52.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range-def 71k XP/hr 0 0 22.3k 0 22.3k 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.60% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range-def 71k XP/hr 0 0 22.3k 0 22.3k 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.89% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range 101k XP/hr 0 0 0 0 63.8k 21.2k 15.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":169409700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.59% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 52.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range 71k XP/hr 0 0 0 0 44.6k 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.80% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range 71k XP/hr 0 0 0 0 44.6k 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range 101k XP/hr 0 0 0 0 63.8k 21.2k 15.9k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":169409700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.65% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 52.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range 71k XP/hr 0 0 0 0 44.6k 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.96% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Ent range 71k XP/hr 0 0 0 0 44.6k 14.8k 11.2k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":242007750,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.95% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre atk-str-def 82k XP/hr 17.3k 17.3k 17.3k 0 0 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre atk-str-def 82k XP/hr 17.3k 17.3k 17.3k 0 0 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre atk-str-def 82k XP/hr 17.3k 17.3k 17.3k 0 0 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre mage-def 82k XP/hr 0 0 25.9k 25.9k 0 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre mage-def 82k XP/hr 0 0 25.9k 25.9k 0 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre mage-def 82k XP/hr 0 0 25.9k 25.9k 0 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre mage 82k XP/hr 0 0 0 51.8k 0 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre mage 82k XP/hr 0 0 0 51.8k 0 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre mage 82k XP/hr 0 0 0 51.8k 0 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre range-def 82k XP/hr 0 0 25.9k 0 25.9k 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre range-def 82k XP/hr 0 0 25.9k 0 25.9k 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre range-def 82k XP/hr 0 0 25.9k 0 25.9k 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre range 82k XP/hr 0 0 0 0 51.8k 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre range 82k XP/hr 0 0 0 0 51.8k 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Feral Vampyre range 82k XP/hr 0 0 0 0 51.8k 17.2k 13k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":138988800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Fever spider atk-str-def 129k XP/hr 27.2k 27.2k 27.2k 0 0 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider atk-str-def 129k XP/hr 27.2k 27.2k 27.2k 0 0 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider atk-str-def 129k XP/hr 27.2k 27.2k 27.2k 0 0 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider mage-def 129k XP/hr 0 0 40.9k 40.9k 0 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider mage-def 129k XP/hr 0 0 40.9k 40.9k 0 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider mage-def 129k XP/hr 0 0 40.9k 40.9k 0 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider mage 129k XP/hr 0 0 0 81.7k 0 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider mage 129k XP/hr 0 0 0 81.7k 0 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider mage 129k XP/hr 0 0 0 81.7k 0 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider range-def 129k XP/hr 0 0 40.9k 0 40.9k 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider range-def 129k XP/hr 0 0 40.9k 0 40.9k 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider range-def 129k XP/hr 0 0 40.9k 0 40.9k 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider range 129k XP/hr 0 0 0 0 81.7k 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider range 129k XP/hr 0 0 0 0 81.7k 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fever spider range 129k XP/hr 0 0 0 0 81.7k 27.2k 20.4k 336.1 Sharks/hr Loot/hr 336.1/hr Shark Cost/hr {"duration":70471800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant atk-str-def 298k XP/hr 62.7k 62.7k 62.7k 0 0 62.5k 47k 323.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,323.9/hr Shark Cost/hr {"duration":85015980,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.05% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 25.7k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant atk-str-def 208k XP/hr 43.9k 43.9k 43.9k 0 0 43.8k 32.9k 226.8 Sharks/hr Loot/hr 226.8/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.45% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant atk-str-def 208k XP/hr 43.9k 43.9k 43.9k 0 0 43.8k 32.9k 226.8 Sharks/hr Loot/hr 226.8/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.89% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant atk-str-def 357k XP/hr 75.2k 75.2k 75.2k 0 0 75k 56.4k 388.7 Sharks/hr Loot/hr 1088.5/hr Cannonball,388.7/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant atk-str-def 250k XP/hr 52.6k 52.6k 52.6k 0 0 52.5k 39.5k 272.1 Sharks/hr Loot/hr 272.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant atk-str-def 250k XP/hr 52.6k 52.6k 52.6k 0 0 52.5k 39.5k 272.1 Sharks/hr Loot/hr 272.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant mage-def 298k XP/hr 0 0 94k 94k 0 62.5k 47k 323.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,323.9/hr Shark Cost/hr {"duration":85015980,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.09% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 25.7k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant mage-def 208k XP/hr 0 0 65.8k 65.8k 0 43.8k 32.9k 226.8 Sharks/hr Loot/hr 226.8/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.55% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant mage-def 208k XP/hr 0 0 65.8k 65.8k 0 43.8k 32.9k 226.8 Sharks/hr Loot/hr 226.8/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.71% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant mage-def 357k XP/hr 0 0 112.8k 112.8k 0 75k 56.4k 388.7 Sharks/hr Loot/hr 1088.5/hr Cannonball,388.7/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant mage-def 250k XP/hr 0 0 79k 79k 0 52.5k 39.5k 272.1 Sharks/hr Loot/hr 272.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant mage-def 250k XP/hr 0 0 79k 79k 0 52.5k 39.5k 272.1 Sharks/hr Loot/hr 272.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant mage 298k XP/hr 0 0 0 188k 0 62.5k 47k 323.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,323.9/hr Shark Cost/hr {"duration":85015980,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.40% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 25.7k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant mage 208k XP/hr 0 0 0 131.6k 0 43.8k 32.9k 226.8 Sharks/hr Loot/hr 226.8/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.55% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant mage 208k XP/hr 0 0 0 131.6k 0 43.8k 32.9k 226.8 Sharks/hr Loot/hr 226.8/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.60% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Fire Giant mage 357k XP/hr 0 0 0 225.6k 0 75k 56.4k 388.7 Sharks/hr Loot/hr 1088.5/hr Cannonball,388.7/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant mage 250k XP/hr 0 0 0 157.9k 0 52.5k 39.5k 272.1 Sharks/hr Loot/hr 272.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant mage 250k XP/hr 0 0 0 157.9k 0 52.5k 39.5k 272.1 Sharks/hr Loot/hr 272.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant range-def 298k XP/hr 0 0 94k 0 94k 62.5k 47k 323.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,323.9/hr Shark Cost/hr {"duration":85015980,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.40% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 25.7k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant range-def 208k XP/hr 0 0 65.8k 0 65.8k 43.8k 32.9k 226.8 Sharks/hr Loot/hr 226.8/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.36% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant range-def 208k XP/hr 0 0 65.8k 0 65.8k 43.8k 32.9k 226.8 Sharks/hr Loot/hr 226.8/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.71% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Fire Giant range-def 357k XP/hr 0 0 112.8k 0 112.8k 75k 56.4k 388.7 Sharks/hr Loot/hr 1088.5/hr Cannonball,388.7/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant range-def 250k XP/hr 0 0 79k 0 79k 52.5k 39.5k 272.1 Sharks/hr Loot/hr 272.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant range-def 250k XP/hr 0 0 79k 0 79k 52.5k 39.5k 272.1 Sharks/hr Loot/hr 272.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant range 298k XP/hr 0 0 0 0 188k 62.5k 47k 323.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,323.9/hr Shark Cost/hr {"duration":85015980,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.13% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 25.7k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant range 208k XP/hr 0 0 0 0 131.6k 43.8k 32.9k 226.8 Sharks/hr Loot/hr 226.8/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.92% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant range 208k XP/hr 0 0 0 0 131.6k 43.8k 32.9k 226.8 Sharks/hr Loot/hr 226.8/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.30% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Fire Giant range 357k XP/hr 0 0 0 0 225.6k 75k 56.4k 388.7 Sharks/hr Loot/hr 1088.5/hr Cannonball,388.7/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant range 250k XP/hr 0 0 0 0 157.9k 52.5k 39.5k 272.1 Sharks/hr Loot/hr 272.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fire Giant range 250k XP/hr 0 0 0 0 157.9k 52.5k 39.5k 272.1 Sharks/hr Loot/hr 272.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Fiyr Shade atk-str-def 134k XP/hr 33.6k 33.6k 33.6k 0 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade atk-str-def 134k XP/hr 33.6k 33.6k 33.6k 0 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade atk-str-def 134k XP/hr 33.6k 33.6k 33.6k 0 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade mage-def 134k XP/hr 0 0 50.5k 50.5k 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade mage-def 134k XP/hr 0 0 50.5k 50.5k 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade mage-def 134k XP/hr 0 0 50.5k 50.5k 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade mage 134k XP/hr 0 0 0 100.9k 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade mage 134k XP/hr 0 0 0 100.9k 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade mage 134k XP/hr 0 0 0 100.9k 0 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade range-def 134k XP/hr 0 0 50.5k 0 50.5k 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade range-def 134k XP/hr 0 0 50.5k 0 50.5k 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade range-def 134k XP/hr 0 0 50.5k 0 50.5k 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade range 134k XP/hr 0 0 0 0 100.9k 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade range 134k XP/hr 0 0 0 0 100.9k 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Fiyr Shade range 134k XP/hr 0 0 0 0 100.9k 33.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Flawed Golem atk-str-def 48k XP/hr 12k 12k 12k 0 0 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem atk-str-def 48k XP/hr 12k 12k 12k 0 0 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem atk-str-def 48k XP/hr 12k 12k 12k 0 0 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem mage-def 48k XP/hr 0 0 17.9k 17.9k 0 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem mage-def 48k XP/hr 0 0 17.9k 17.9k 0 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem mage-def 48k XP/hr 0 0 17.9k 17.9k 0 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem mage 48k XP/hr 0 0 0 35.9k 0 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem mage 48k XP/hr 0 0 0 35.9k 0 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem mage 48k XP/hr 0 0 0 35.9k 0 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem range-def 48k XP/hr 0 0 17.9k 0 17.9k 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem range-def 48k XP/hr 0 0 17.9k 0 17.9k 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem range-def 48k XP/hr 0 0 17.9k 0 17.9k 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem range 48k XP/hr 0 0 0 0 35.9k 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem range 48k XP/hr 0 0 0 0 35.9k 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flawed Golem range 48k XP/hr 0 0 0 0 35.9k 11.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Flesh Crawler atk-str-def 75k XP/hr 15.7k 15.7k 15.7k 0 0 15.7k 11.8k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":76308750,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 23.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler atk-str-def 52k XP/hr 11k 11k 11k 0 0 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler atk-str-def 52k XP/hr 11k 11k 11k 0 0 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler mage-def 75k XP/hr 0 0 23.6k 23.6k 0 15.7k 11.8k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":76308750,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 23.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler mage-def 52k XP/hr 0 0 16.5k 16.5k 0 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler mage-def 52k XP/hr 0 0 16.5k 16.5k 0 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler mage 75k XP/hr 0 0 0 47.2k 0 15.7k 11.8k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":76308750,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 23.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler mage 52k XP/hr 0 0 0 33k 0 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler mage 52k XP/hr 0 0 0 33k 0 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler range-def 75k XP/hr 0 0 23.6k 0 23.6k 15.7k 11.8k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":76308750,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 23.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler range-def 52k XP/hr 0 0 16.5k 0 16.5k 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler range-def 52k XP/hr 0 0 16.5k 0 16.5k 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler range 75k XP/hr 0 0 0 0 47.2k 15.7k 11.8k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":76308750,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 23.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler range 52k XP/hr 0 0 0 0 33k 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Flesh Crawler range 52k XP/hr 0 0 0 0 33k 11k 8.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Frogeel atk-str-def 110k XP/hr 27.5k 27.5k 27.5k 0 0 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel atk-str-def 110k XP/hr 27.5k 27.5k 27.5k 0 0 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel atk-str-def 110k XP/hr 27.5k 27.5k 27.5k 0 0 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel mage-def 110k XP/hr 0 0 41.2k 41.2k 0 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel mage-def 110k XP/hr 0 0 41.2k 41.2k 0 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel mage-def 110k XP/hr 0 0 41.2k 41.2k 0 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel mage 110k XP/hr 0 0 0 82.4k 0 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel mage 110k XP/hr 0 0 0 82.4k 0 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel mage 110k XP/hr 0 0 0 82.4k 0 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel range-def 110k XP/hr 0 0 41.2k 0 41.2k 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel range-def 110k XP/hr 0 0 41.2k 0 41.2k 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel range-def 110k XP/hr 0 0 41.2k 0 41.2k 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel range 110k XP/hr 0 0 0 0 82.4k 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel range 110k XP/hr 0 0 0 0 82.4k 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Frogeel range 110k XP/hr 0 0 0 0 82.4k 27.4k 0 617.9 Sharks/hr Loot/hr 228.8/hr Giant frog legs,228.8/hr Raw cave eel,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Giant frog legs, 121.1k Raw cave eel, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Gargoyle atk-str-def 278k XP/hr 58.5k 58.5k 58.5k 0 0 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle atk-str-def 278k XP/hr 58.5k 58.5k 58.5k 0 0 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle atk-str-def 278k XP/hr 58.5k 58.5k 58.5k 0 0 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle mage-def 278k XP/hr 0 0 87.7k 87.7k 0 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle mage-def 278k XP/hr 0 0 87.7k 87.7k 0 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle mage-def 278k XP/hr 0 0 87.7k 87.7k 0 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle mage 278k XP/hr 0 0 0 175.4k 0 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle mage 278k XP/hr 0 0 0 175.4k 0 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle mage 278k XP/hr 0 0 0 175.4k 0 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle range-def 278k XP/hr 0 0 87.7k 0 87.7k 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle range-def 278k XP/hr 0 0 87.7k 0 87.7k 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle range-def 278k XP/hr 0 0 87.7k 0 87.7k 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle range 278k XP/hr 0 0 0 0 175.4k 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle range 278k XP/hr 0 0 0 0 175.4k 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Gargoyle range 278k XP/hr 0 0 0 0 175.4k 58.3k 43.8k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +General Graardor atk-str-def 104k XP/hr 23.8k 23.8k 23.8k 0 0 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor atk-str-def 104k XP/hr 23.8k 23.8k 23.8k 0 0 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor atk-str-def 104k XP/hr 23.8k 23.8k 23.8k 0 0 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor mage-def 104k XP/hr 0 0 35.8k 35.8k 0 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor mage-def 104k XP/hr 0 0 35.8k 35.8k 0 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor mage-def 104k XP/hr 0 0 35.8k 35.8k 0 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor mage 104k XP/hr 0 0 0 71.5k 0 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor mage 104k XP/hr 0 0 0 71.5k 0 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor mage 104k XP/hr 0 0 0 71.5k 0 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor range-def 104k XP/hr 0 0 35.8k 0 35.8k 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor range-def 104k XP/hr 0 0 35.8k 0 35.8k 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor range-def 104k XP/hr 0 0 35.8k 0 35.8k 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor range 104k XP/hr 0 0 0 0 71.5k 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor range 104k XP/hr 0 0 0 0 71.5k 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +General Graardor range 104k XP/hr 0 0 0 0 71.5k 23.8k 8.2k 108.9 Sharks/hr Loot/hr 108.9/hr Shark Cost/hr {"duration":1486972620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","3% for Osmumten's fang","1% for Lightbearer","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Ghost atk-str-def 147k XP/hr 31k 31k 31k 0 0 31k 23.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":38663100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 12.1k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost atk-str-def 103k XP/hr 21.7k 21.7k 21.7k 0 0 21.7k 16.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost atk-str-def 103k XP/hr 21.7k 21.7k 21.7k 0 0 21.7k 16.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost mage-def 147k XP/hr 0 0 46.6k 46.6k 0 31k 23.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":38663100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 12.1k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost mage-def 103k XP/hr 0 0 32.6k 32.6k 0 21.7k 16.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost mage-def 103k XP/hr 0 0 32.6k 32.6k 0 21.7k 16.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost mage 147k XP/hr 0 0 0 93.1k 0 31k 23.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":38663100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 12.1k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost mage 103k XP/hr 0 0 0 65.2k 0 21.7k 16.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost mage 103k XP/hr 0 0 0 65.2k 0 21.7k 16.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost range-def 147k XP/hr 0 0 46.6k 0 46.6k 31k 23.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":38663100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 12.1k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost range-def 103k XP/hr 0 0 32.6k 0 32.6k 21.7k 16.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost range-def 103k XP/hr 0 0 32.6k 0 32.6k 21.7k 16.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost range 147k XP/hr 0 0 0 0 93.1k 31k 23.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":38663100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 12.1k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost range 103k XP/hr 0 0 0 0 65.2k 21.7k 16.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghost range 103k XP/hr 0 0 0 0 65.2k 21.7k 16.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":55233000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Ghoul atk-str-def 232k XP/hr 48.9k 48.9k 48.9k 0 0 48.8k 36.7k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":49059900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 47.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul atk-str-def 105k XP/hr 22k 22k 22k 0 0 22k 16.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul atk-str-def 105k XP/hr 22k 22k 22k 0 0 22k 16.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul mage-def 232k XP/hr 0 0 73.4k 73.4k 0 48.8k 36.7k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":49059900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 47.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul mage-def 105k XP/hr 0 0 33k 33k 0 22k 16.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul mage-def 105k XP/hr 0 0 33k 33k 0 22k 16.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul mage 232k XP/hr 0 0 0 146.8k 0 48.8k 36.7k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":49059900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 47.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul mage 105k XP/hr 0 0 0 66k 0 22k 16.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul mage 105k XP/hr 0 0 0 66k 0 22k 16.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul range-def 232k XP/hr 0 0 73.4k 0 73.4k 48.8k 36.7k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":49059900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 47.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul range-def 105k XP/hr 0 0 33k 0 33k 22k 16.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul range-def 105k XP/hr 0 0 33k 0 33k 22k 16.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul range 232k XP/hr 0 0 0 0 146.8k 48.8k 36.7k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":49059900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 47.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul range 105k XP/hr 0 0 0 0 66k 22k 16.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ghoul range 105k XP/hr 0 0 0 0 66k 22k 16.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":109012500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Giant Bat atk-str-def 61k XP/hr 15.3k 15.3k 15.3k 0 0 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat atk-str-def 61k XP/hr 15.3k 15.3k 15.3k 0 0 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat atk-str-def 61k XP/hr 15.3k 15.3k 15.3k 0 0 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat mage-def 61k XP/hr 0 0 23k 23k 0 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat mage-def 61k XP/hr 0 0 23k 23k 0 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat mage-def 61k XP/hr 0 0 23k 23k 0 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat mage 61k XP/hr 0 0 0 45.9k 0 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat mage 61k XP/hr 0 0 0 45.9k 0 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat mage 61k XP/hr 0 0 0 45.9k 0 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat range-def 61k XP/hr 0 0 23k 0 23k 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat range-def 61k XP/hr 0 0 23k 0 23k 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat range-def 61k XP/hr 0 0 23k 0 23k 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat range 61k XP/hr 0 0 0 0 45.9k 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat range 61k XP/hr 0 0 0 0 45.9k 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant Bat range 61k XP/hr 0 0 0 0 45.9k 15.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797769,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","5% for no food"]} {"quantity":184143,"messages":[],"newKC":184143} +Giant crypt spider atk-str-def 91k XP/hr 22.8k 22.8k 22.8k 0 0 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider atk-str-def 91k XP/hr 22.8k 22.8k 22.8k 0 0 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider atk-str-def 91k XP/hr 22.8k 22.8k 22.8k 0 0 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider mage-def 91k XP/hr 0 0 34.1k 34.1k 0 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider mage-def 91k XP/hr 0 0 34.1k 34.1k 0 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider mage-def 91k XP/hr 0 0 34.1k 34.1k 0 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider mage 91k XP/hr 0 0 0 68.3k 0 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider mage 91k XP/hr 0 0 0 68.3k 0 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider mage 91k XP/hr 0 0 0 68.3k 0 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider range-def 91k XP/hr 0 0 34.1k 0 34.1k 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider range-def 91k XP/hr 0 0 34.1k 0 34.1k 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider range-def 91k XP/hr 0 0 34.1k 0 34.1k 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider range 91k XP/hr 0 0 0 0 68.3k 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider range 91k XP/hr 0 0 0 0 68.3k 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant crypt spider range 91k XP/hr 0 0 0 0 68.3k 22.7k 0 153.7 Sharks/hr Loot/hr 153.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 81.3k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Giant frog atk-str-def 81k XP/hr 20.3k 20.3k 20.3k 0 0 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog atk-str-def 81k XP/hr 20.3k 20.3k 20.3k 0 0 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog atk-str-def 81k XP/hr 20.3k 20.3k 20.3k 0 0 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog mage-def 81k XP/hr 0 0 30.5k 30.5k 0 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog mage-def 81k XP/hr 0 0 30.5k 30.5k 0 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog mage-def 81k XP/hr 0 0 30.5k 30.5k 0 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog mage 81k XP/hr 0 0 0 61k 0 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog mage 81k XP/hr 0 0 0 61k 0 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog mage 81k XP/hr 0 0 0 61k 0 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog range-def 81k XP/hr 0 0 30.5k 0 30.5k 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog range-def 81k XP/hr 0 0 30.5k 0 30.5k 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog range-def 81k XP/hr 0 0 30.5k 0 30.5k 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog range 81k XP/hr 0 0 0 0 61k 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog range 81k XP/hr 0 0 0 0 61k 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant frog range 81k XP/hr 0 0 0 0 61k 20.3k 0 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 108.9k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Giant Mole atk-str-def 110k XP/hr 23.1k 23.1k 23.1k 0 0 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole atk-str-def 110k XP/hr 23.1k 23.1k 23.1k 0 0 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole atk-str-def 110k XP/hr 23.1k 23.1k 23.1k 0 0 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole mage-def 110k XP/hr 0 0 34.6k 34.6k 0 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole mage-def 110k XP/hr 0 0 34.6k 34.6k 0 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole mage-def 110k XP/hr 0 0 34.6k 34.6k 0 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole mage 110k XP/hr 0 0 0 69.2k 0 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole mage 110k XP/hr 0 0 0 69.2k 0 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole mage 110k XP/hr 0 0 0 69.2k 0 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole range-def 110k XP/hr 0 0 34.6k 0 34.6k 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole range-def 110k XP/hr 0 0 34.6k 0 34.6k 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole range-def 110k XP/hr 0 0 34.6k 0 34.6k 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole range 110k XP/hr 0 0 0 0 69.2k 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole range 110k XP/hr 0 0 0 0 69.2k 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant Mole range 110k XP/hr 0 0 0 0 69.2k 23k 17.3k 0.0 Sharks/hr Loot/hr 8.0/hr Prayer potion(4) Cost/hr {"duration":447370200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","5% for Barrows gloves","16.67% for Black mask on task","10% for Weekend","5% for no food","Removing items: 1k Prayer potion(4)"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Giant rat atk-str-def 162k XP/hr 40.5k 40.5k 40.5k 0 0 40.4k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846798092,"quantity":623736,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":623736,"messages":[],"newKC":623736} +Giant rat atk-str-def 113k XP/hr 28.4k 28.4k 28.4k 0 0 28.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant rat atk-str-def 113k XP/hr 28.4k 28.4k 28.4k 0 0 28.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant rat mage-def 162k XP/hr 0 0 60.8k 60.8k 0 40.4k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846798092,"quantity":623736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":623736,"messages":[],"newKC":623736} +Giant rat mage-def 113k XP/hr 0 0 42.6k 42.6k 0 28.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant rat mage-def 113k XP/hr 0 0 42.6k 42.6k 0 28.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant rat mage 162k XP/hr 0 0 0 121.6k 0 40.4k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846798092,"quantity":623736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":623736,"messages":[],"newKC":623736} +Giant rat mage 113k XP/hr 0 0 0 85.1k 0 28.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant rat mage 113k XP/hr 0 0 0 85.1k 0 28.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant rat range-def 162k XP/hr 0 0 60.8k 0 60.8k 40.4k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846798092,"quantity":623736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":623736,"messages":[],"newKC":623736} +Giant rat range-def 113k XP/hr 0 0 42.6k 0 42.6k 28.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant rat range-def 113k XP/hr 0 0 42.6k 0 42.6k 28.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant rat range 162k XP/hr 0 0 0 0 121.6k 40.4k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846798092,"quantity":623736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":623736,"messages":[],"newKC":623736} +Giant rat range 113k XP/hr 0 0 0 0 85.1k 28.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant rat range 113k XP/hr 0 0 0 0 85.1k 28.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant spider atk-str-def 324k XP/hr 81.1k 81.1k 81.1k 0 0 80.9k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846798092,"quantity":623736,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":623736,"messages":[],"newKC":623736} +Giant spider atk-str-def 227k XP/hr 56.7k 56.7k 56.7k 0 0 56.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant spider atk-str-def 227k XP/hr 56.7k 56.7k 56.7k 0 0 56.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant spider mage-def 324k XP/hr 0 0 121.6k 121.6k 0 80.9k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846798092,"quantity":623736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":623736,"messages":[],"newKC":623736} +Giant spider mage-def 227k XP/hr 0 0 85.1k 85.1k 0 56.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant spider mage-def 227k XP/hr 0 0 85.1k 85.1k 0 56.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant spider mage 324k XP/hr 0 0 0 243.2k 0 80.9k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846798092,"quantity":623736,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":623736,"messages":[],"newKC":623736} +Giant spider mage 227k XP/hr 0 0 0 170.2k 0 56.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant spider mage 227k XP/hr 0 0 0 170.2k 0 56.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant spider range-def 324k XP/hr 0 0 121.6k 0 121.6k 80.9k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846798092,"quantity":623736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":623736,"messages":[],"newKC":623736} +Giant spider range-def 227k XP/hr 0 0 85.1k 0 85.1k 56.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant spider range-def 227k XP/hr 0 0 85.1k 0 85.1k 56.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant spider range 324k XP/hr 0 0 0 0 243.2k 80.9k 0 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":1846798092,"quantity":623736,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 576k Cannonball"]} {"quantity":623736,"messages":[],"newKC":623736} +Giant spider range 227k XP/hr 0 0 0 0 170.2k 56.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Giant spider range 227k XP/hr 0 0 0 0 170.2k 56.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798903,"quantity":436628,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","10% for Weekend","5% for no food"]} {"quantity":436628,"messages":[],"newKC":436628} +Goblin atk-str-def 172k XP/hr 36.3k 36.3k 36.3k 0 0 36.2k 27.2k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":15868800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 15.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin atk-str-def 78k XP/hr 16.3k 16.3k 16.3k 0 0 16.3k 12.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin atk-str-def 78k XP/hr 16.3k 16.3k 16.3k 0 0 16.3k 12.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin mage-def 172k XP/hr 0 0 54.4k 54.4k 0 36.2k 27.2k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":15868800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 15.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin mage-def 78k XP/hr 0 0 24.5k 24.5k 0 16.3k 12.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin mage-def 78k XP/hr 0 0 24.5k 24.5k 0 16.3k 12.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin mage 172k XP/hr 0 0 0 108.9k 0 36.2k 27.2k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":15868800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 15.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin mage 78k XP/hr 0 0 0 49k 0 16.3k 12.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin mage 78k XP/hr 0 0 0 49k 0 16.3k 12.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin range-def 172k XP/hr 0 0 54.4k 0 54.4k 36.2k 27.2k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":15868800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 15.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin range-def 78k XP/hr 0 0 24.5k 0 24.5k 16.3k 12.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin range-def 78k XP/hr 0 0 24.5k 0 24.5k 16.3k 12.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin range 172k XP/hr 0 0 0 0 108.9k 36.2k 27.2k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":15868800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 15.5k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin range 78k XP/hr 0 0 0 0 49k 16.3k 12.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Goblin range 78k XP/hr 0 0 0 0 49k 16.3k 12.3k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":35251650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","3% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Greater Demon atk-str-def 271k XP/hr 54.7k 54.7k 54.7k 0 0 54.5k 41k 384.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,384.1/hr Shark Cost/hr {"duration":75913740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.60% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 71.7k Cannonball, 8.1k Shark"]} {"quantity":9937,"messages":["You missed out on 63x kills because of pk encounters","248425 Prayer XP from purifying 9937x Vile ashes using the Ash Sanctifier (990063 charges left).","You killed 9937x of your 10000 remaining kills, you now have 63 kills remaining."],"newKC":9937} +Greater Demon atk-str-def 122k XP/hr 24.6k 24.6k 24.6k 0 0 24.5k 18.4k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":45},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.18% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9920,"messages":["You missed out on 80x kills because of pk encounters","248000 Prayer XP from purifying 9920x Vile ashes using the Ash Sanctifier (990080 charges left).","You killed 9920x of your 10000 remaining kills, you now have 80 kills remaining."],"newKC":9920} +Greater Demon atk-str-def 121k XP/hr 24.3k 24.3k 24.3k 0 0 24.3k 18.2k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":50},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.84% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9822,"messages":["You missed out on 178x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","245550 Prayer XP from purifying 9822x Vile ashes using the Ash Sanctifier (990178 charges left).","You killed 9822x of your 10000 remaining kills, you now have 178 kills remaining."],"newKC":9822} +Greater Demon atk-str-def 384k XP/hr 77.3k 77.3k 77.3k 0 0 77.1k 58k 540.0 Sharks/hr Loot/hr 3401.4/hr Cannonball,540.0/hr Shark Cost/hr {"duration":53996040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 51k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon atk-str-def 173k XP/hr 34.8k 34.8k 34.8k 0 0 34.7k 26.1k 243.0 Sharks/hr Loot/hr 243.0/hr Shark Cost/hr {"duration":119987280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon atk-str-def 173k XP/hr 34.8k 34.8k 34.8k 0 0 34.7k 26.1k 243.0 Sharks/hr Loot/hr 243.0/hr Shark Cost/hr {"duration":119987280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon mage-def 271k XP/hr 0 0 81.9k 81.9k 0 54.5k 41k 384.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,384.1/hr Shark Cost/hr {"duration":75913740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.67% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 71.7k Cannonball, 8.1k Shark"]} {"quantity":9929,"messages":["You missed out on 71x kills because of pk encounters","248225 Prayer XP from purifying 9929x Vile ashes using the Ash Sanctifier (990071 charges left).","You killed 9929x of your 10000 remaining kills, you now have 71 kills remaining."],"newKC":9929} +Greater Demon mage-def 121k XP/hr 0 0 36.6k 36.6k 0 24.3k 18.3k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":43},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.94% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9847,"messages":["You missed out on 153x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","246175 Prayer XP from purifying 9847x Vile ashes using the Ash Sanctifier (990153 charges left).","You killed 9847x of your 10000 remaining kills, you now have 153 kills remaining."],"newKC":9847} +Greater Demon mage-def 120k XP/hr 0 0 36.3k 36.3k 0 24.2k 18.2k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":60},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.65% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9787,"messages":["You missed out on 213x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","244675 Prayer XP from purifying 9787x Vile ashes using the Ash Sanctifier (990213 charges left).","You killed 9787x of your 10000 remaining kills, you now have 213 kills remaining."],"newKC":9787} +Greater Demon mage-def 384k XP/hr 0 0 116k 116k 0 77.1k 58k 540.0 Sharks/hr Loot/hr 3401.4/hr Cannonball,540.0/hr Shark Cost/hr {"duration":53996040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 51k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon mage-def 173k XP/hr 0 0 52.2k 52.2k 0 34.7k 26.1k 243.0 Sharks/hr Loot/hr 243.0/hr Shark Cost/hr {"duration":119987280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon mage-def 173k XP/hr 0 0 52.2k 52.2k 0 34.7k 26.1k 243.0 Sharks/hr Loot/hr 243.0/hr Shark Cost/hr {"duration":119987280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon mage 122k XP/hr 0 0 0 73.6k 0 24.5k 18.4k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":50},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.11% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9911,"messages":["You missed out on 89x kills because of pk encounters","247775 Prayer XP from purifying 9911x Vile ashes using the Ash Sanctifier (990089 charges left).","You killed 9911x of your 10000 remaining kills, you now have 89 kills remaining."],"newKC":9911} +Greater Demon mage 267k XP/hr 0 0 0 161.3k 0 53.6k 40.3k 384.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,384.1/hr Shark Cost/hr {"duration":75913740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":29},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.57% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 71.7k Cannonball, 8.1k Shark"]} {"quantity":9771,"messages":["You missed out on 229x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","244275 Prayer XP from purifying 9771x Vile ashes using the Ash Sanctifier (990229 charges left).","You killed 9771x of your 10000 remaining kills, you now have 229 kills remaining."],"newKC":9771} +Greater Demon mage 120k XP/hr 0 0 0 72.8k 0 24.2k 18.2k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":55},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.16% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9804,"messages":["You missed out on 196x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","245100 Prayer XP from purifying 9804x Vile ashes using the Ash Sanctifier (990196 charges left).","You killed 9804x of your 10000 remaining kills, you now have 196 kills remaining."],"newKC":9804} +Greater Demon mage 384k XP/hr 0 0 0 232k 0 77.1k 58k 540.0 Sharks/hr Loot/hr 3401.4/hr Cannonball,540.0/hr Shark Cost/hr {"duration":53996040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 51k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon mage 173k XP/hr 0 0 0 104.4k 0 34.7k 26.1k 243.0 Sharks/hr Loot/hr 243.0/hr Shark Cost/hr {"duration":119987280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon mage 173k XP/hr 0 0 0 104.4k 0 34.7k 26.1k 243.0 Sharks/hr Loot/hr 243.0/hr Shark Cost/hr {"duration":119987280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon range-def 122k XP/hr 0 0 36.8k 0 36.8k 24.5k 18.4k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":46},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.67% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9918,"messages":["You missed out on 82x kills because of pk encounters","247950 Prayer XP from purifying 9918x Vile ashes using the Ash Sanctifier (990082 charges left).","You killed 9918x of your 10000 remaining kills, you now have 82 kills remaining."],"newKC":9918} +Greater Demon range-def 269k XP/hr 0 0 81.3k 0 81.3k 54.1k 40.7k 384.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,384.1/hr Shark Cost/hr {"duration":75913740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.62% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 71.7k Cannonball, 8.1k Shark"]} {"quantity":9858,"messages":["You missed out on 142x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","246450 Prayer XP from purifying 9858x Vile ashes using the Ash Sanctifier (990142 charges left).","You killed 9858x of your 10000 remaining kills, you now have 142 kills remaining."],"newKC":9858} +Greater Demon range-def 121k XP/hr 0 0 36.5k 0 36.5k 24.3k 18.3k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":46},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.40% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9836,"messages":["You missed out on 164x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","245900 Prayer XP from purifying 9836x Vile ashes using the Ash Sanctifier (990164 charges left).","You killed 9836x of your 10000 remaining kills, you now have 164 kills remaining."],"newKC":9836} +Greater Demon range-def 384k XP/hr 0 0 116k 0 116k 77.1k 58k 540.0 Sharks/hr Loot/hr 3401.4/hr Cannonball,540.0/hr Shark Cost/hr {"duration":53996040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 51k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon range-def 173k XP/hr 0 0 52.2k 0 52.2k 34.7k 26.1k 243.0 Sharks/hr Loot/hr 243.0/hr Shark Cost/hr {"duration":119987280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon range-def 173k XP/hr 0 0 52.2k 0 52.2k 34.7k 26.1k 243.0 Sharks/hr Loot/hr 243.0/hr Shark Cost/hr {"duration":119987280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon range 271k XP/hr 0 0 0 0 163.7k 54.4k 40.9k 384.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,384.1/hr Shark Cost/hr {"duration":75913740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":21},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.77% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 71.7k Cannonball, 8.1k Shark"]} {"quantity":9917,"messages":["You missed out on 83x kills because of pk encounters","247925 Prayer XP from purifying 9917x Vile ashes using the Ash Sanctifier (990083 charges left).","You killed 9917x of your 10000 remaining kills, you now have 83 kills remaining."],"newKC":9917} +Greater Demon range 122k XP/hr 0 0 0 0 73.6k 24.5k 18.4k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":48},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.74% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9915,"messages":["You missed out on 85x kills because of pk encounters","247875 Prayer XP from purifying 9915x Vile ashes using the Ash Sanctifier (990085 charges left).","You killed 9915x of your 10000 remaining kills, you now have 85 kills remaining."],"newKC":9915} +Greater Demon range 122k XP/hr 0 0 0 0 73.6k 24.5k 18.4k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":53},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.63% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9906,"messages":["You missed out on 94x kills because of pk encounters","247650 Prayer XP from purifying 9906x Vile ashes using the Ash Sanctifier (990094 charges left).","You killed 9906x of your 10000 remaining kills, you now have 94 kills remaining."],"newKC":9906} +Greater Demon range 384k XP/hr 0 0 0 0 232k 77.1k 58k 540.0 Sharks/hr Loot/hr 3401.4/hr Cannonball,540.0/hr Shark Cost/hr {"duration":53996040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 51k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon range 173k XP/hr 0 0 0 0 104.4k 34.7k 26.1k 243.0 Sharks/hr Loot/hr 243.0/hr Shark Cost/hr {"duration":119987280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Demon range 173k XP/hr 0 0 0 0 104.4k 34.7k 26.1k 243.0 Sharks/hr Loot/hr 243.0/hr Shark Cost/hr {"duration":119987280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Greater Nechryael atk-str-def 275k XP/hr 54.9k 54.9k 54.9k 0 0 54.8k 42.2k 258.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,258.2/hr Shark Cost/hr {"duration":175703220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":113},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.94% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.1k Cannonball, 12.6k Shark"]} {"quantity":9807,"messages":["You missed out on 193x kills because of pk encounters","637455 Prayer XP from purifying 9807x Malicious ashes using the Ash Sanctifier (990193 charges left).","You killed 9807x of your 10000 remaining kills, you now have 193 kills remaining."],"newKC":9807} +Greater Nechryael atk-str-def 276k XP/hr 55.1k 55.1k 55.1k 0 0 55k 42.4k 258.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,258.2/hr Shark Cost/hr {"duration":175703220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":92},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.90% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.1k Cannonball, 12.6k Shark"]} {"quantity":9843,"messages":["You missed out on 157x kills because of pk encounters","639795 Prayer XP from purifying 9843x Malicious ashes using the Ash Sanctifier (990157 charges left).","You killed 9843x of your 10000 remaining kills, you now have 157 kills remaining."],"newKC":9843} +Greater Nechryael atk-str-def 189k XP/hr 37.8k 37.8k 37.8k 0 0 37.7k 29k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":151},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.29% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9639,"messages":["You missed out on 361x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","626535 Prayer XP from purifying 9639x Malicious ashes using the Ash Sanctifier (990361 charges left).","You killed 9639x of your 10000 remaining kills, you now have 361 kills remaining."],"newKC":9639} +Greater Nechryael atk-str-def 189k XP/hr 37.7k 37.7k 37.7k 0 0 37.6k 29k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":157},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.98% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9625,"messages":["You missed out on 375x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","625625 Prayer XP from purifying 9625x Malicious ashes using the Ash Sanctifier (990375 charges left).","You killed 9625x of your 10000 remaining kills, you now have 375 kills remaining."],"newKC":9625} +Greater Nechryael atk-str-def 189k XP/hr 37.7k 37.7k 37.7k 0 0 37.6k 28.9k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":163},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.86% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9610,"messages":["You missed out on 390x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","624650 Prayer XP from purifying 9610x Malicious ashes using the Ash Sanctifier (990390 charges left).","You killed 9610x of your 10000 remaining kills, you now have 390 kills remaining."],"newKC":9610} +Greater Nechryael atk-str-def 188k XP/hr 37.6k 37.6k 37.6k 0 0 37.5k 28.9k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":169},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.01% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9596,"messages":["You missed out on 404x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","623740 Prayer XP from purifying 9596x Malicious ashes using the Ash Sanctifier (990404 charges left).","You killed 9596x of your 10000 remaining kills, you now have 404 kills remaining."],"newKC":9596} +Greater Nechryael mage-def 275k XP/hr 0 0 82.4k 82.4k 0 54.8k 42.2k 258.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,258.2/hr Shark Cost/hr {"duration":175703220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":111},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.27% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.1k Cannonball, 12.6k Shark"]} {"quantity":9810,"messages":["You missed out on 190x kills because of pk encounters","637650 Prayer XP from purifying 9810x Malicious ashes using the Ash Sanctifier (990190 charges left).","You killed 9810x of your 10000 remaining kills, you now have 190 kills remaining."],"newKC":9810} +Greater Nechryael mage-def 295k XP/hr 0 0 88.5k 88.5k 0 58.8k 45.3k 278.0 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,278.0/hr Shark Cost/hr {"duration":163152360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":120},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.36% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 197.3k Chaos rune, 98.7k Death rune, 12.6k Shark, 197.3k Water rune"]} {"quantity":9779,"messages":["You missed out on 221x kills because of pk encounters","635635 Prayer XP from purifying 9779x Malicious ashes using the Ash Sanctifier (990221 charges left).","You killed 9779x of your 10000 remaining kills, you now have 221 kills remaining."],"newKC":9779} +Greater Nechryael mage-def 428k XP/hr 0 0 128.4k 128.4k 0 85.4k 65.8k 401.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,401.6/hr Shark Cost/hr {"duration":112957740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":64},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.66% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 68.3k Blood rune, 136.6k Death rune, 12.6k Shark, 204.9k Water rune"]} {"quantity":9830,"messages":["You missed out on 170x kills because of pk encounters","638950 Prayer XP from purifying 9830x Malicious ashes using the Ash Sanctifier (990170 charges left).","You killed 9830x of your 10000 remaining kills, you now have 170 kills remaining."],"newKC":9830} +Greater Nechryael mage-def 427k XP/hr 0 0 127.9k 0 127.9k 85k 65.5k 401.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,401.6/hr Shark Cost/hr {"duration":112957740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":81},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.79% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 68.3k Blood rune, 136.6k Death rune, 12.6k Shark, 204.9k Water rune"]} {"quantity":9785,"messages":["You missed out on 215x kills because of pk encounters","636025 Prayer XP from purifying 9785x Malicious ashes using the Ash Sanctifier (990215 charges left).","You killed 9785x of your 10000 remaining kills, you now have 215 kills remaining."],"newKC":9785} +Greater Nechryael mage-def 291k XP/hr 58.1k 58.1k 58.1k 0 0 57.9k 44.6k 278.0 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,278.0/hr Shark Cost/hr {"duration":163152360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":101},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.46% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 197.3k Chaos rune, 98.7k Death rune, 12.6k Shark, 197.3k Water rune"]} {"quantity":9629,"messages":["You missed out on 371x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","625885 Prayer XP from purifying 9629x Malicious ashes using the Ash Sanctifier (990371 charges left).","You killed 9629x of your 10000 remaining kills, you now have 371 kills remaining."],"newKC":9629} +Greater Nechryael mage-def 290k XP/hr 58k 58k 58k 0 0 57.9k 44.6k 278.0 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,278.0/hr Shark Cost/hr {"duration":163152360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":103},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.88% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 197.3k Chaos rune, 98.7k Death rune, 12.6k Shark, 197.3k Water rune"]} {"quantity":9621,"messages":["You missed out on 379x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","625365 Prayer XP from purifying 9621x Malicious ashes using the Ash Sanctifier (990379 charges left).","You killed 9621x of your 10000 remaining kills, you now have 379 kills remaining."],"newKC":9621} +Greater Nechryael mage-def 270k XP/hr 0 0 81k 81k 0 53.8k 41.5k 258.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,258.2/hr Shark Cost/hr {"duration":175703220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":106},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.16% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.1k Cannonball, 12.6k Shark"]} {"quantity":9638,"messages":["You missed out on 362x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","626470 Prayer XP from purifying 9638x Malicious ashes using the Ash Sanctifier (990362 charges left).","You killed 9638x of your 10000 remaining kills, you now have 362 kills remaining."],"newKC":9638} +Greater Nechryael mage-def 289k XP/hr 0 0 86.8k 86.8k 0 57.7k 44.4k 278.0 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,278.0/hr Shark Cost/hr {"duration":163152360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":111},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.95% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 197.3k Chaos rune, 98.7k Death rune, 12.6k Shark, 197.3k Water rune"]} {"quantity":9592,"messages":["You missed out on 408x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","623480 Prayer XP from purifying 9592x Malicious ashes using the Ash Sanctifier (990408 charges left).","You killed 9592x of your 10000 remaining kills, you now have 408 kills remaining."],"newKC":9592} +Greater Nechryael mage-def 289k XP/hr 0 0 86.5k 0 86.5k 57.5k 44.3k 278.0 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,278.0/hr Shark Cost/hr {"duration":163152360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":118},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.28% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 197.3k Chaos rune, 98.7k Death rune, 12.6k Shark, 197.3k Water rune"]} {"quantity":9566,"messages":["You missed out on 434x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","621790 Prayer XP from purifying 9566x Malicious ashes using the Ash Sanctifier (990434 charges left).","You killed 9566x of your 10000 remaining kills, you now have 434 kills remaining."],"newKC":9566} +Greater Nechryael mage-def 190k XP/hr 0 0 56.9k 56.9k 0 37.8k 29.1k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":139},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.08% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9668,"messages":["You missed out on 332x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","628420 Prayer XP from purifying 9668x Malicious ashes using the Ash Sanctifier (990332 charges left).","You killed 9668x of your 10000 remaining kills, you now have 332 kills remaining."],"newKC":9668} +Greater Nechryael mage-def 189k XP/hr 0 0 56.7k 56.7k 0 37.7k 29k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":152},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.10% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9637,"messages":["You missed out on 363x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","626405 Prayer XP from purifying 9637x Malicious ashes using the Ash Sanctifier (990363 charges left).","You killed 9637x of your 10000 remaining kills, you now have 363 kills remaining."],"newKC":9637} +Greater Nechryael mage-def 188k XP/hr 0 0 56.5k 56.5k 0 37.6k 28.9k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":166},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.97% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9603,"messages":["You missed out on 397x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","624195 Prayer XP from purifying 9603x Malicious ashes using the Ash Sanctifier (990397 charges left).","You killed 9603x of your 10000 remaining kills, you now have 397 kills remaining."],"newKC":9603} +Greater Nechryael mage-def 188k XP/hr 0 0 56.4k 56.4k 0 37.5k 28.9k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":173},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.01% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9586,"messages":["You missed out on 414x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","623090 Prayer XP from purifying 9586x Malicious ashes using the Ash Sanctifier (990414 charges left).","You killed 9586x of your 10000 remaining kills, you now have 414 kills remaining."],"newKC":9586} +Greater Nechryael mage-def 423k XP/hr 84.5k 84.5k 84.5k 0 0 84.3k 64.9k 401.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,401.6/hr Shark Cost/hr {"duration":112957740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":57},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.16% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 68.3k Blood rune, 136.6k Death rune, 12.6k Shark, 204.9k Water rune"]} {"quantity":9697,"messages":["You missed out on 303x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","630305 Prayer XP from purifying 9697x Malicious ashes using the Ash Sanctifier (990303 charges left).","You killed 9697x of your 10000 remaining kills, you now have 303 kills remaining."],"newKC":9697} +Greater Nechryael mage-def 422k XP/hr 0 0 126.4k 126.4k 0 84k 64.7k 401.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,401.6/hr Shark Cost/hr {"duration":112957740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":62},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.86% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 68.3k Blood rune, 136.6k Death rune, 12.6k Shark, 204.9k Water rune"]} {"quantity":9671,"messages":["You missed out on 329x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","628615 Prayer XP from purifying 9671x Malicious ashes using the Ash Sanctifier (990329 charges left).","You killed 9671x of your 10000 remaining kills, you now have 329 kills remaining."],"newKC":9671} +Greater Nechryael mage-def 421k XP/hr 84.2k 84.2k 84.2k 0 0 83.9k 64.7k 401.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,401.6/hr Shark Cost/hr {"duration":112957740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":64},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.83% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 68.3k Blood rune, 136.6k Death rune, 12.6k Shark, 204.9k Water rune"]} {"quantity":9660,"messages":["You missed out on 340x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","627900 Prayer XP from purifying 9660x Malicious ashes using the Ash Sanctifier (990340 charges left).","You killed 9660x of your 10000 remaining kills, you now have 340 kills remaining."],"newKC":9660} +Greater Nechryael mage-def 420k XP/hr 0 0 126k 0 126k 83.8k 64.5k 401.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,401.6/hr Shark Cost/hr {"duration":112957740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":68},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.67% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 68.3k Blood rune, 136.6k Death rune, 12.6k Shark, 204.9k Water rune"]} {"quantity":9639,"messages":["You missed out on 361x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","626535 Prayer XP from purifying 9639x Malicious ashes using the Ash Sanctifier (990361 charges left).","You killed 9639x of your 10000 remaining kills, you now have 361 kills remaining."],"newKC":9639} +Greater Nechryael mage-def 291k XP/hr 0 0 87.2k 0 87.2k 58k 44.7k 278.0 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,278.0/hr Shark Cost/hr {"duration":163152360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":99},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.78% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 197.3k Chaos rune, 98.7k Death rune, 12.6k Shark, 197.3k Water rune"]} {"quantity":9636,"messages":["You missed out on 364x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","626340 Prayer XP from purifying 9636x Malicious ashes using the Ash Sanctifier (990364 charges left).","You killed 9636x of your 10000 remaining kills, you now have 364 kills remaining."],"newKC":9636} +Greater Nechryael mage 429k XP/hr 0 0 0 0 257.2k 85.5k 65.9k 401.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,401.6/hr Shark Cost/hr {"duration":112957740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":60},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.90% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 68.3k Blood rune, 136.6k Death rune, 12.6k Shark, 204.9k Water rune"]} {"quantity":9841,"messages":["You missed out on 159x kills because of pk encounters","639665 Prayer XP from purifying 9841x Malicious ashes using the Ash Sanctifier (990159 charges left).","You killed 9841x of your 10000 remaining kills, you now have 159 kills remaining."],"newKC":9841} +Greater Nechryael mage 290k XP/hr 0 0 0 0 174k 57.9k 44.6k 278.0 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,278.0/hr Shark Cost/hr {"duration":163152360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":104},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.30% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 197.3k Chaos rune, 98.7k Death rune, 12.6k Shark, 197.3k Water rune"]} {"quantity":9618,"messages":["You missed out on 382x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","625170 Prayer XP from purifying 9618x Malicious ashes using the Ash Sanctifier (990382 charges left).","You killed 9618x of your 10000 remaining kills, you now have 382 kills remaining."],"newKC":9618} +Greater Nechryael mage 270k XP/hr 0 0 0 161.8k 0 53.8k 41.4k 258.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,258.2/hr Shark Cost/hr {"duration":175703220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":108},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.79% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.1k Cannonball, 12.6k Shark"]} {"quantity":9631,"messages":["You missed out on 369x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","626015 Prayer XP from purifying 9631x Malicious ashes using the Ash Sanctifier (990369 charges left).","You killed 9631x of your 10000 remaining kills, you now have 369 kills remaining."],"newKC":9631} +Greater Nechryael mage 289k XP/hr 0 0 0 0 173.3k 57.6k 44.4k 278.0 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,278.0/hr Shark Cost/hr {"duration":163152360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":115},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.19% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 197.3k Chaos rune, 98.7k Death rune, 12.6k Shark, 197.3k Water rune"]} {"quantity":9577,"messages":["You missed out on 423x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","622505 Prayer XP from purifying 9577x Malicious ashes using the Ash Sanctifier (990423 charges left).","You killed 9577x of your 10000 remaining kills, you now have 423 kills remaining."],"newKC":9577} +Greater Nechryael mage 269k XP/hr 0 0 0 161.2k 0 53.6k 41.3k 258.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,258.2/hr Shark Cost/hr {"duration":175703220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":119},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.13% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.1k Cannonball, 12.6k Shark"]} {"quantity":9594,"messages":["You missed out on 406x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","623610 Prayer XP from purifying 9594x Malicious ashes using the Ash Sanctifier (990406 charges left).","You killed 9594x of your 10000 remaining kills, you now have 406 kills remaining."],"newKC":9594} +Greater Nechryael mage 189k XP/hr 0 0 0 113.5k 0 37.7k 29.1k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":147},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.13% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9649,"messages":["You missed out on 351x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","627185 Prayer XP from purifying 9649x Malicious ashes using the Ash Sanctifier (990351 charges left).","You killed 9649x of your 10000 remaining kills, you now have 351 kills remaining."],"newKC":9649} +Greater Nechryael mage 189k XP/hr 0 0 0 113.3k 0 37.7k 29k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":152},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.69% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9637,"messages":["You missed out on 363x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","626405 Prayer XP from purifying 9637x Malicious ashes using the Ash Sanctifier (990363 charges left).","You killed 9637x of your 10000 remaining kills, you now have 363 kills remaining."],"newKC":9637} +Greater Nechryael mage 189k XP/hr 0 0 0 113.2k 0 37.6k 29k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":158},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.45% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9622,"messages":["You missed out on 378x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","625430 Prayer XP from purifying 9622x Malicious ashes using the Ash Sanctifier (990378 charges left).","You killed 9622x of your 10000 remaining kills, you now have 378 kills remaining."],"newKC":9622} +Greater Nechryael mage 189k XP/hr 0 0 0 113.1k 0 37.6k 29k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":160},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.70% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9617,"messages":["You missed out on 383x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","625105 Prayer XP from purifying 9617x Malicious ashes using the Ash Sanctifier (990383 charges left).","You killed 9617x of your 10000 remaining kills, you now have 383 kills remaining."],"newKC":9617} +Greater Nechryael mage 422k XP/hr 0 0 0 0 252.9k 84.1k 64.8k 401.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,401.6/hr Shark Cost/hr {"duration":112957740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":61},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.33% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 68.3k Blood rune, 136.6k Death rune, 12.6k Shark, 204.9k Water rune"]} {"quantity":9676,"messages":["You missed out on 324x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","628940 Prayer XP from purifying 9676x Malicious ashes using the Ash Sanctifier (990324 charges left).","You killed 9676x of your 10000 remaining kills, you now have 324 kills remaining."],"newKC":9676} +Greater Nechryael mage 419k XP/hr 0 0 0 251.4k 0 83.6k 64.4k 401.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,401.6/hr Shark Cost/hr {"duration":112957740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":72},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.55% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 68.3k Blood rune, 136.6k Death rune, 12.6k Shark, 204.9k Water rune"]} {"quantity":9618,"messages":["You missed out on 382x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","625170 Prayer XP from purifying 9618x Malicious ashes using the Ash Sanctifier (990382 charges left).","You killed 9618x of your 10000 remaining kills, you now have 382 kills remaining."],"newKC":9618} +Greater Nechryael mage 418k XP/hr 0 0 0 250.6k 0 83.3k 64.2k 401.6 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,401.6/hr Shark Cost/hr {"duration":112957740,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":77},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.13% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 68.3k Blood rune, 136.6k Death rune, 12.6k Shark, 204.9k Water rune"]} {"quantity":9591,"messages":["You missed out on 409x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","623415 Prayer XP from purifying 9591x Malicious ashes using the Ash Sanctifier (990409 charges left).","You killed 9591x of your 10000 remaining kills, you now have 409 kills remaining."],"newKC":9591} +Greater Nechryael mage 292k XP/hr 0 0 0 175.1k 0 58.2k 44.8k 278.0 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,278.0/hr Shark Cost/hr {"duration":163152360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":88},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.11% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 197.3k Chaos rune, 98.7k Death rune, 12.6k Shark, 197.3k Water rune"]} {"quantity":9676,"messages":["You missed out on 324x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","628940 Prayer XP from purifying 9676x Malicious ashes using the Ash Sanctifier (990324 charges left).","You killed 9676x of your 10000 remaining kills, you now have 324 kills remaining."],"newKC":9676} +Greater Nechryael mage 291k XP/hr 0 0 0 174.5k 0 58k 44.7k 278.0 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,278.0/hr Shark Cost/hr {"duration":163152360,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":96},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.68% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 197.3k Chaos rune, 98.7k Death rune, 12.6k Shark, 197.3k Water rune"]} {"quantity":9647,"messages":["You missed out on 353x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","627055 Prayer XP from purifying 9647x Malicious ashes using the Ash Sanctifier (990353 charges left).","You killed 9647x of your 10000 remaining kills, you now have 353 kills remaining."],"newKC":9647} +Greater Nechryael range-def 270k XP/hr 0 0 81k 0 81k 53.8k 41.5k 258.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,258.2/hr Shark Cost/hr {"duration":175703220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":106},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.15% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.1k Cannonball, 12.6k Shark"]} {"quantity":9638,"messages":["You missed out on 362x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","626470 Prayer XP from purifying 9638x Malicious ashes using the Ash Sanctifier (990362 charges left).","You killed 9638x of your 10000 remaining kills, you now have 362 kills remaining."],"newKC":9638} +Greater Nechryael range-def 269k XP/hr 0 0 80.8k 0 80.8k 53.7k 41.4k 258.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,258.2/hr Shark Cost/hr {"duration":175703220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":113},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.08% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.1k Cannonball, 12.6k Shark"]} {"quantity":9614,"messages":["You missed out on 386x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","624910 Prayer XP from purifying 9614x Malicious ashes using the Ash Sanctifier (990386 charges left).","You killed 9614x of your 10000 remaining kills, you now have 386 kills remaining."],"newKC":9614} +Greater Nechryael range-def 189k XP/hr 0 0 56.7k 0 56.7k 37.7k 29k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":152},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.62% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9637,"messages":["You missed out on 363x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","626405 Prayer XP from purifying 9637x Malicious ashes using the Ash Sanctifier (990363 charges left).","You killed 9637x of your 10000 remaining kills, you now have 363 kills remaining."],"newKC":9637} +Greater Nechryael range-def 189k XP/hr 0 0 56.5k 0 56.5k 37.6k 29k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":162},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.50% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9613,"messages":["You missed out on 387x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","624845 Prayer XP from purifying 9613x Malicious ashes using the Ash Sanctifier (990387 charges left).","You killed 9613x of your 10000 remaining kills, you now have 387 kills remaining."],"newKC":9613} +Greater Nechryael range-def 188k XP/hr 0 0 56.5k 0 56.5k 37.6k 28.9k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":165},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.86% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9606,"messages":["You missed out on 394x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","624390 Prayer XP from purifying 9606x Malicious ashes using the Ash Sanctifier (990394 charges left).","You killed 9606x of your 10000 remaining kills, you now have 394 kills remaining."],"newKC":9606} +Greater Nechryael range-def 188k XP/hr 0 0 56.3k 0 56.3k 37.4k 28.8k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":178},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.96% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9574,"messages":["You missed out on 426x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","622310 Prayer XP from purifying 9574x Malicious ashes using the Ash Sanctifier (990426 charges left).","You killed 9574x of your 10000 remaining kills, you now have 426 kills remaining."],"newKC":9574} +Greater Nechryael range 270k XP/hr 0 0 0 0 161.8k 53.8k 41.4k 258.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,258.2/hr Shark Cost/hr {"duration":175703220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":109},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.40% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.1k Cannonball, 12.6k Shark"]} {"quantity":9628,"messages":["You missed out on 372x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","625820 Prayer XP from purifying 9628x Malicious ashes using the Ash Sanctifier (990372 charges left).","You killed 9628x of your 10000 remaining kills, you now have 372 kills remaining."],"newKC":9628} +Greater Nechryael range 270k XP/hr 0 0 0 0 161.7k 53.8k 41.4k 258.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,258.2/hr Shark Cost/hr {"duration":175703220,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":110},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.65% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 53.1k Cannonball, 12.6k Shark"]} {"quantity":9624,"messages":["You missed out on 376x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","625560 Prayer XP from purifying 9624x Malicious ashes using the Ash Sanctifier (990376 charges left).","You killed 9624x of your 10000 remaining kills, you now have 376 kills remaining."],"newKC":9624} +Greater Nechryael range 189k XP/hr 0 0 0 0 113.3k 37.7k 29k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":153},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.41% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9634,"messages":["You missed out on 366x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","626210 Prayer XP from purifying 9634x Malicious ashes using the Ash Sanctifier (990366 charges left).","You killed 9634x of your 10000 remaining kills, you now have 366 kills remaining."],"newKC":9634} +Greater Nechryael range 189k XP/hr 0 0 0 0 113.2k 37.6k 29k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":157},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.08% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9625,"messages":["You missed out on 375x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","625625 Prayer XP from purifying 9625x Malicious ashes using the Ash Sanctifier (990375 charges left).","You killed 9625x of your 10000 remaining kills, you now have 375 kills remaining."],"newKC":9625} +Greater Nechryael range 189k XP/hr 0 0 0 0 113.2k 37.6k 29k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":158},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 2.13% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9622,"messages":["You missed out on 378x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","625430 Prayer XP from purifying 9622x Malicious ashes using the Ash Sanctifier (990378 charges left).","You killed 9622x of your 10000 remaining kills, you now have 378 kills remaining."],"newKC":9622} +Greater Nechryael range 188k XP/hr 0 0 0 0 112.9k 37.5k 28.9k 180.7 Sharks/hr Loot/hr 180.7/hr Shark Cost/hr {"duration":250999560,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":168},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 1.92% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 12.6k Shark"]} {"quantity":9598,"messages":["You missed out on 402x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","623870 Prayer XP from purifying 9598x Malicious ashes using the Ash Sanctifier (990402 charges left).","You killed 9598x of your 10000 remaining kills, you now have 402 kills remaining."],"newKC":9598} +Green dragon atk-str-def 139k XP/hr 29.3k 29.3k 29.3k 0 0 29.2k 22k 263.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,263.8/hr Shark Cost/hr {"duration":122800860,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.88% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 37.1k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon atk-str-def 97k XP/hr 20.5k 20.5k 20.5k 0 0 20.5k 15.4k 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":175429800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon atk-str-def 97k XP/hr 20.5k 20.5k 20.5k 0 0 20.5k 15.4k 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":175429800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.56% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon atk-str-def 196k XP/hr 41.4k 41.4k 41.4k 0 0 41.3k 31k 372.5 Sharks/hr Loot/hr 1088.4/hr Cannonball,372.5/hr Shark Cost/hr {"duration":86982840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 26.3k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon atk-str-def 138k XP/hr 29k 29k 29k 0 0 28.9k 21.7k 260.7 Sharks/hr Loot/hr 260.7/hr Shark Cost/hr {"duration":124264980,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon atk-str-def 138k XP/hr 29k 29k 29k 0 0 28.9k 21.7k 260.7 Sharks/hr Loot/hr 260.7/hr Shark Cost/hr {"duration":124264980,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon mage-def 139k XP/hr 0 0 44k 44k 0 29.2k 22k 263.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,263.8/hr Shark Cost/hr {"duration":122800860,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.94% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 37.1k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon mage-def 97k XP/hr 0 0 30.8k 30.8k 0 20.5k 15.4k 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":175429800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.88% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon mage-def 97k XP/hr 0 0 30.8k 30.8k 0 20.5k 15.4k 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":175429800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.84% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon mage-def 167k XP/hr 0 0 52.8k 52.8k 0 35.1k 26.4k 316.6 Sharks/hr Loot/hr 1088.5/hr Cannonball,316.6/hr Shark Cost/hr {"duration":102338460,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 30.9k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon mage-def 117k XP/hr 0 0 36.9k 36.9k 0 24.6k 18.5k 221.6 Sharks/hr Loot/hr 221.6/hr Shark Cost/hr {"duration":146191500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon mage-def 117k XP/hr 0 0 36.9k 36.9k 0 24.6k 18.5k 221.6 Sharks/hr Loot/hr 221.6/hr Shark Cost/hr {"duration":146191500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon mage 139k XP/hr 0 0 0 87.9k 0 29.2k 22k 263.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,263.8/hr Shark Cost/hr {"duration":122800860,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.93% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 37.1k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon mage 97k XP/hr 0 0 0 61.6k 0 20.5k 15.4k 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":175429800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon mage 97k XP/hr 0 0 0 61.6k 0 20.5k 15.4k 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":175429800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.80% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon mage 167k XP/hr 0 0 0 105.5k 0 35.1k 26.4k 316.6 Sharks/hr Loot/hr 1088.5/hr Cannonball,316.6/hr Shark Cost/hr {"duration":102338460,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 30.9k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon mage 117k XP/hr 0 0 0 73.9k 0 24.6k 18.5k 221.6 Sharks/hr Loot/hr 221.6/hr Shark Cost/hr {"duration":146191500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon mage 117k XP/hr 0 0 0 73.9k 0 24.6k 18.5k 221.6 Sharks/hr Loot/hr 221.6/hr Shark Cost/hr {"duration":146191500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon range-def 139k XP/hr 0 0 44k 0 44k 29.2k 22k 263.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,263.8/hr Shark Cost/hr {"duration":122800860,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 37.1k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon range-def 97k XP/hr 0 0 30.8k 0 30.8k 20.5k 15.4k 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":175429800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon range-def 97k XP/hr 0 0 30.8k 0 30.8k 20.5k 15.4k 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":175429800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.78% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon range-def 167k XP/hr 0 0 52.8k 0 52.8k 35.1k 26.4k 316.6 Sharks/hr Loot/hr 1088.5/hr Cannonball,316.6/hr Shark Cost/hr {"duration":102338460,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 30.9k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon range-def 117k XP/hr 0 0 36.9k 0 36.9k 24.6k 18.5k 221.6 Sharks/hr Loot/hr 221.6/hr Shark Cost/hr {"duration":146191500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon range-def 117k XP/hr 0 0 36.9k 0 36.9k 24.6k 18.5k 221.6 Sharks/hr Loot/hr 221.6/hr Shark Cost/hr {"duration":146191500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon range 139k XP/hr 0 0 0 0 87.9k 29.2k 22k 263.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,263.8/hr Shark Cost/hr {"duration":122800860,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 37.1k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon range 97k XP/hr 0 0 0 0 61.6k 20.5k 15.4k 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":175429800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.87% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon range 97k XP/hr 0 0 0 0 61.6k 20.5k 15.4k 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":175429800,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.72% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon range 167k XP/hr 0 0 0 0 105.5k 35.1k 26.4k 316.6 Sharks/hr Loot/hr 1088.5/hr Cannonball,316.6/hr Shark Cost/hr {"duration":102338460,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 30.9k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon range 117k XP/hr 0 0 0 0 73.9k 24.6k 18.5k 221.6 Sharks/hr Loot/hr 221.6/hr Shark Cost/hr {"duration":146191500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Green dragon range 117k XP/hr 0 0 0 0 73.9k 24.6k 18.5k 221.6 Sharks/hr Loot/hr 221.6/hr Shark Cost/hr {"duration":146191500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Grizzly bear cub atk-str-def 97k XP/hr 24.3k 24.3k 24.3k 0 0 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub atk-str-def 97k XP/hr 24.3k 24.3k 24.3k 0 0 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub atk-str-def 97k XP/hr 24.3k 24.3k 24.3k 0 0 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub mage-def 97k XP/hr 0 0 36.5k 36.5k 0 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub mage-def 97k XP/hr 0 0 36.5k 36.5k 0 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub mage-def 97k XP/hr 0 0 36.5k 36.5k 0 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub mage 97k XP/hr 0 0 0 73k 0 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub mage 97k XP/hr 0 0 0 73k 0 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub mage 97k XP/hr 0 0 0 73k 0 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub range-def 97k XP/hr 0 0 36.5k 0 36.5k 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub range-def 97k XP/hr 0 0 36.5k 0 36.5k 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub range-def 97k XP/hr 0 0 36.5k 0 36.5k 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub range 97k XP/hr 0 0 0 0 73k 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub range 97k XP/hr 0 0 0 0 73k 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear cub range 97k XP/hr 0 0 0 0 73k 24.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798205,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food"]} {"quantity":267492,"messages":[],"newKC":267492} +Grizzly bear atk-str-def 162k XP/hr 34.1k 34.1k 34.1k 0 0 34k 25.6k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":48333150,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":31},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.84% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball"]} {"quantity":9808,"messages":["You missed out on 192x kills because of pk encounters","You killed 9808x of your 10000 remaining kills, you now have 192 kills remaining."],"newKC":9808} +Grizzly bear atk-str-def 161k XP/hr 33.9k 33.9k 33.9k 0 0 33.9k 25.5k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":48333150,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":38},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball"]} {"quantity":9764,"messages":["You missed out on 236x kills because of pk encounters","You killed 9764x of your 10000 remaining kills, you now have 236 kills remaining."],"newKC":9764} +Grizzly bear atk-str-def 114k XP/hr 23.9k 23.9k 23.9k 0 0 23.9k 17.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":39},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9831,"messages":["You missed out on 169x kills because of pk encounters","You killed 9831x of your 10000 remaining kills, you now have 169 kills remaining."],"newKC":9831} +Grizzly bear atk-str-def 113k XP/hr 23.9k 23.9k 23.9k 0 0 23.8k 17.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":43},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.76% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9813,"messages":["You missed out on 187x kills because of pk encounters","You killed 9813x of your 10000 remaining kills, you now have 187 kills remaining."],"newKC":9813} +Grizzly bear atk-str-def 113k XP/hr 23.8k 23.8k 23.8k 0 0 23.7k 17.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":53},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9770,"messages":["You missed out on 230x kills because of pk encounters","You killed 9770x of your 10000 remaining kills, you now have 230 kills remaining."],"newKC":9770} +Grizzly bear atk-str-def 111k XP/hr 23.4k 23.4k 23.4k 0 0 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":42},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9635,"messages":["You missed out on 365x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9635x of your 10000 remaining kills, you now have 365 kills remaining."],"newKC":9635} +Grizzly bear mage-def 163k XP/hr 0 0 51.5k 51.5k 0 34.2k 25.7k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":48333150,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":21},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.70% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball"]} {"quantity":9870,"messages":["You missed out on 130x kills because of pk encounters","You killed 9870x of your 10000 remaining kills, you now have 130 kills remaining."],"newKC":9870} +Grizzly bear mage-def 162k XP/hr 0 0 51.2k 51.2k 0 34.1k 25.6k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":48333150,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":28},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.67% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball"]} {"quantity":9826,"messages":["You missed out on 174x kills because of pk encounters","You killed 9826x of your 10000 remaining kills, you now have 174 kills remaining."],"newKC":9826} +Grizzly bear mage-def 114k XP/hr 0 0 35.9k 35.9k 0 23.9k 17.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":39},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9831,"messages":["You missed out on 169x kills because of pk encounters","You killed 9831x of your 10000 remaining kills, you now have 169 kills remaining."],"newKC":9831} +Grizzly bear mage-def 113k XP/hr 0 0 35.8k 35.8k 0 23.8k 17.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":43},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.92% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9813,"messages":["You missed out on 187x kills because of pk encounters","You killed 9813x of your 10000 remaining kills, you now have 187 kills remaining."],"newKC":9813} +Grizzly bear mage-def 112k XP/hr 0 0 35.3k 35.3k 0 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":39},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9661,"messages":["You missed out on 339x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9661x of your 10000 remaining kills, you now have 339 kills remaining."],"newKC":9661} +Grizzly bear mage-def 111k XP/hr 0 0 34.9k 34.9k 0 23.2k 17.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":50},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9566,"messages":["You missed out on 434x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9566x of your 10000 remaining kills, you now have 434 kills remaining."],"newKC":9566} +Grizzly bear mage 113k XP/hr 0 0 0 71.7k 0 23.8k 17.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":41},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.90% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9822,"messages":["You missed out on 178x kills because of pk encounters","You killed 9822x of your 10000 remaining kills, you now have 178 kills remaining."],"newKC":9822} +Grizzly bear mage 113k XP/hr 0 0 0 71.6k 0 23.8k 17.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":45},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9805,"messages":["You missed out on 195x kills because of pk encounters","You killed 9805x of your 10000 remaining kills, you now have 195 kills remaining."],"newKC":9805} +Grizzly bear mage 161k XP/hr 0 0 0 101.6k 0 33.8k 25.4k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":48333150,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":21},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.72% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball"]} {"quantity":9739,"messages":["You missed out on 261x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9739x of your 10000 remaining kills, you now have 261 kills remaining."],"newKC":9739} +Grizzly bear mage 161k XP/hr 0 0 0 101.4k 0 33.7k 25.4k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":48333150,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":22},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball"]} {"quantity":9727,"messages":["You missed out on 273x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9727x of your 10000 remaining kills, you now have 273 kills remaining."],"newKC":9727} +Grizzly bear mage 111k XP/hr 0 0 0 70k 0 23.3k 17.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":47},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9592,"messages":["You missed out on 408x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9592x of your 10000 remaining kills, you now have 408 kills remaining."],"newKC":9592} +Grizzly bear mage 111k XP/hr 0 0 0 69.9k 0 23.2k 17.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":49},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.75% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9574,"messages":["You missed out on 426x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9574x of your 10000 remaining kills, you now have 426 kills remaining."],"newKC":9574} +Grizzly bear range-def 162k XP/hr 0 0 51.3k 0 51.3k 34.1k 25.6k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":48333150,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":27},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball"]} {"quantity":9833,"messages":["You missed out on 167x kills because of pk encounters","You killed 9833x of your 10000 remaining kills, you now have 167 kills remaining."],"newKC":9833} +Grizzly bear range-def 113k XP/hr 0 0 35.8k 0 35.8k 23.8k 17.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":44},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.72% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9809,"messages":["You missed out on 191x kills because of pk encounters","You killed 9809x of your 10000 remaining kills, you now have 191 kills remaining."],"newKC":9809} +Grizzly bear range-def 113k XP/hr 0 0 35.7k 0 35.7k 23.8k 17.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":48},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.86% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9791,"messages":["You missed out on 209x kills because of pk encounters","You killed 9791x of your 10000 remaining kills, you now have 209 kills remaining."],"newKC":9791} +Grizzly bear range-def 113k XP/hr 0 0 35.7k 0 35.7k 23.7k 17.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":50},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.62% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9783,"messages":["You missed out on 217x kills because of pk encounters","You killed 9783x of your 10000 remaining kills, you now have 217 kills remaining."],"newKC":9783} +Grizzly bear range-def 158k XP/hr 0 0 50.1k 0 50.1k 33.3k 25k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":48333150,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":32},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.72% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball"]} {"quantity":9603,"messages":["You missed out on 397x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9603x of your 10000 remaining kills, you now have 397 kills remaining."],"newKC":9603} +Grizzly bear range-def 112k XP/hr 0 0 35.4k 0 35.4k 23.5k 17.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":35},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.88% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9696,"messages":["You missed out on 304x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9696x of your 10000 remaining kills, you now have 304 kills remaining."],"newKC":9696} +Grizzly bear range 162k XP/hr 0 0 0 0 102.3k 34k 25.6k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":48333150,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":31},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.91% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball"]} {"quantity":9808,"messages":["You missed out on 192x kills because of pk encounters","You killed 9808x of your 10000 remaining kills, you now have 192 kills remaining."],"newKC":9808} +Grizzly bear range 161k XP/hr 0 0 0 0 101.6k 33.8k 25.4k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":48333150,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":41},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.97% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball"]} {"quantity":9746,"messages":["You missed out on 254x kills because of pk encounters","You killed 9746x of your 10000 remaining kills, you now have 254 kills remaining."],"newKC":9746} +Grizzly bear range 113k XP/hr 0 0 0 0 71.4k 23.7k 17.9k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":50},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.73% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9783,"messages":["You missed out on 217x kills because of pk encounters","You killed 9783x of your 10000 remaining kills, you now have 217 kills remaining."],"newKC":9783} +Grizzly bear range 110k XP/hr 0 0 0 0 69.8k 23.2k 17.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":51},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9557,"messages":["You missed out on 443x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9557x of your 10000 remaining kills, you now have 443 kills remaining."],"newKC":9557} +Grizzly bear range 110k XP/hr 0 0 0 0 69.8k 23.2k 17.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":51},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.92% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9557,"messages":["You missed out on 443x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9557x of your 10000 remaining kills, you now have 443 kills remaining."],"newKC":9557} +Grizzly bear range 110k XP/hr 0 0 0 0 69.6k 23.2k 17.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":69041250,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":53},"messages":["15.00% for stats","5% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 3.74% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":9540,"messages":["You missed out on 460x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9540x of your 10000 remaining kills, you now have 460 kills remaining."],"newKC":9540} +Grotesque Guardians atk-str-def 293k XP/hr 57.2k 57.2k 57.2k 0 0 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians atk-str-def 293k XP/hr 57.2k 57.2k 57.2k 0 0 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians atk-str-def 293k XP/hr 57.2k 57.2k 57.2k 0 0 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians mage-def 293k XP/hr 0 0 85.8k 85.8k 0 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians mage-def 293k XP/hr 0 0 85.8k 85.8k 0 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians mage-def 293k XP/hr 0 0 85.8k 85.8k 0 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians mage 293k XP/hr 0 0 0 171.5k 0 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians mage 293k XP/hr 0 0 0 171.5k 0 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians mage 293k XP/hr 0 0 0 171.5k 0 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians range-def 293k XP/hr 0 0 85.8k 0 85.8k 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians range-def 293k XP/hr 0 0 85.8k 0 85.8k 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians range-def 293k XP/hr 0 0 85.8k 0 85.8k 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians range 293k XP/hr 0 0 0 0 171.5k 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians range 293k XP/hr 0 0 0 0 171.5k 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Grotesque Guardians range 293k XP/hr 0 0 0 0 171.5k 57k 64.3k 514.5 Sharks/hr Loot/hr 514.5/hr Shark Cost/hr {"duration":755653500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon claws","10% for Scythe of vitur","5% for Toxic blowpipe","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 108k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Guard Bandit atk-str-def 206k XP/hr 51.6k 51.6k 51.6k 0 0 51.5k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025999708,"quantity":408441,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.45% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 1m Cannonball"]} {"quantity":408441,"messages":[],"newKC":408441} +Guard Bandit atk-str-def 93k XP/hr 23.2k 23.2k 23.2k 0 0 23.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798031,"quantity":330882,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":330882,"messages":[],"newKC":330882} +Guard Bandit atk-str-def 93k XP/hr 23.2k 23.2k 23.2k 0 0 23.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798031,"quantity":330882,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":330882,"messages":[],"newKC":330882} +Guard Bandit mage-def 206k XP/hr 0 0 77.4k 77.4k 0 51.5k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025999708,"quantity":408441,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)","Removing items: 1m Cannonball"]} {"quantity":408441,"messages":[],"newKC":408441} +Guard Bandit mage-def 93k XP/hr 0 0 34.8k 34.8k 0 23.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798031,"quantity":330882,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.36% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":330882,"messages":[],"newKC":330882} +Guard Bandit mage-def 93k XP/hr 0 0 34.8k 34.8k 0 23.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798031,"quantity":330882,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.36% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":330882,"messages":[],"newKC":330882} +Guard Bandit mage 206k XP/hr 0 0 0 154.8k 0 51.5k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025999708,"quantity":408441,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.36% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)","Removing items: 1m Cannonball"]} {"quantity":408441,"messages":[],"newKC":408441} +Guard Bandit mage 93k XP/hr 0 0 0 69.7k 0 23.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798031,"quantity":330882,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.47% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":330882,"messages":[],"newKC":330882} +Guard Bandit mage 93k XP/hr 0 0 0 69.7k 0 23.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798031,"quantity":330882,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":330882,"messages":[],"newKC":330882} +Guard Bandit range-def 206k XP/hr 0 0 77.4k 0 77.4k 51.5k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025999708,"quantity":408441,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.33% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 1m Cannonball"]} {"quantity":408441,"messages":[],"newKC":408441} +Guard Bandit range-def 93k XP/hr 0 0 34.8k 0 34.8k 23.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798031,"quantity":330882,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":330882,"messages":[],"newKC":330882} +Guard Bandit range-def 93k XP/hr 0 0 34.8k 0 34.8k 23.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798031,"quantity":330882,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.36% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":330882,"messages":[],"newKC":330882} +Guard Bandit range 206k XP/hr 0 0 0 0 154.8k 51.5k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025999708,"quantity":408441,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.46% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)","Removing items: 1m Cannonball"]} {"quantity":408441,"messages":[],"newKC":408441} +Guard Bandit range 93k XP/hr 0 0 0 0 69.7k 23.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798031,"quantity":330882,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":330882,"messages":[],"newKC":330882} +Guard Bandit range 93k XP/hr 0 0 0 0 69.7k 23.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798031,"quantity":330882,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":330882,"messages":[],"newKC":330882} +Guard dog atk-str-def 134k XP/hr 28.1k 28.1k 28.1k 0 0 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog atk-str-def 134k XP/hr 28.1k 28.1k 28.1k 0 0 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog atk-str-def 134k XP/hr 28.1k 28.1k 28.1k 0 0 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog mage-def 134k XP/hr 0 0 42.2k 42.2k 0 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog mage-def 134k XP/hr 0 0 42.2k 42.2k 0 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog mage-def 134k XP/hr 0 0 42.2k 42.2k 0 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog mage 134k XP/hr 0 0 0 84.4k 0 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog mage 134k XP/hr 0 0 0 84.4k 0 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog mage 134k XP/hr 0 0 0 84.4k 0 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog range-def 134k XP/hr 0 0 42.2k 0 42.2k 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog range-def 134k XP/hr 0 0 42.2k 0 42.2k 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog range-def 134k XP/hr 0 0 42.2k 0 42.2k 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog range 134k XP/hr 0 0 0 0 84.4k 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog range 134k XP/hr 0 0 0 0 84.4k 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard dog range 134k XP/hr 0 0 0 0 84.4k 28.1k 21.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":83576250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Guard atk-str-def 248k XP/hr 62k 62k 62k 0 0 61.8k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025999759,"quantity":441501,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1m Cannonball"]} {"quantity":441501,"messages":[],"newKC":441501} +Guard atk-str-def 111k XP/hr 27.9k 27.9k 27.9k 0 0 27.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799423,"quantity":357675,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food"]} {"quantity":357675,"messages":[],"newKC":357675} +Guard atk-str-def 111k XP/hr 27.9k 27.9k 27.9k 0 0 27.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799423,"quantity":357675,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food"]} {"quantity":357675,"messages":[],"newKC":357675} +Guard mage-def 248k XP/hr 0 0 92.9k 92.9k 0 61.8k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025999759,"quantity":441501,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1m Cannonball"]} {"quantity":441501,"messages":[],"newKC":441501} +Guard mage-def 111k XP/hr 0 0 41.8k 41.8k 0 27.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799423,"quantity":357675,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food"]} {"quantity":357675,"messages":[],"newKC":357675} +Guard mage-def 111k XP/hr 0 0 41.8k 41.8k 0 27.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799423,"quantity":357675,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food"]} {"quantity":357675,"messages":[],"newKC":357675} +Guard mage 248k XP/hr 0 0 0 185.9k 0 61.8k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025999759,"quantity":441501,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1m Cannonball"]} {"quantity":441501,"messages":[],"newKC":441501} +Guard mage 111k XP/hr 0 0 0 83.7k 0 27.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799423,"quantity":357675,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food"]} {"quantity":357675,"messages":[],"newKC":357675} +Guard mage 111k XP/hr 0 0 0 83.7k 0 27.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799423,"quantity":357675,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food"]} {"quantity":357675,"messages":[],"newKC":357675} +Guard range-def 248k XP/hr 0 0 92.9k 0 92.9k 61.8k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025999759,"quantity":441501,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1m Cannonball"]} {"quantity":441501,"messages":[],"newKC":441501} +Guard range-def 111k XP/hr 0 0 41.8k 0 41.8k 27.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799423,"quantity":357675,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food"]} {"quantity":357675,"messages":[],"newKC":357675} +Guard range-def 111k XP/hr 0 0 41.8k 0 41.8k 27.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799423,"quantity":357675,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food"]} {"quantity":357675,"messages":[],"newKC":357675} +Guard range 248k XP/hr 0 0 0 0 185.9k 61.8k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025999759,"quantity":441501,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1m Cannonball"]} {"quantity":441501,"messages":[],"newKC":441501} +Guard range 111k XP/hr 0 0 0 0 83.7k 27.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799423,"quantity":357675,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food"]} {"quantity":357675,"messages":[],"newKC":357675} +Guard range 111k XP/hr 0 0 0 0 83.7k 27.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799423,"quantity":357675,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","5% for no food"]} {"quantity":357675,"messages":[],"newKC":357675} +Harpie Bug Swarm atk-str-def 62k XP/hr 13k 13k 13k 0 0 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm atk-str-def 62k XP/hr 13k 13k 13k 0 0 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm atk-str-def 62k XP/hr 13k 13k 13k 0 0 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm mage-def 62k XP/hr 0 0 19.6k 19.6k 0 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm mage-def 62k XP/hr 0 0 19.6k 19.6k 0 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm mage-def 62k XP/hr 0 0 19.6k 19.6k 0 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm mage 62k XP/hr 0 0 0 39.1k 0 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm mage 62k XP/hr 0 0 0 39.1k 0 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm mage 62k XP/hr 0 0 0 39.1k 0 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm range-def 62k XP/hr 0 0 19.6k 0 19.6k 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm range-def 62k XP/hr 0 0 19.6k 0 19.6k 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm range-def 62k XP/hr 0 0 19.6k 0 19.6k 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm range 62k XP/hr 0 0 0 0 39.1k 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm range 62k XP/hr 0 0 0 0 39.1k 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Harpie Bug Swarm range 62k XP/hr 0 0 0 0 39.1k 13k 9.8k 252.1 Sharks/hr Loot/hr 252.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound atk-str-def 104k XP/hr 21.1k 21.1k 21.1k 0 0 21.1k 15.9k 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":263144700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.43% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9989,"messages":["You missed out on 11x kills because of pk encounters","249725 Prayer XP from purifying 9989x Vile ashes using the Ash Sanctifier (990011 charges left).","You killed 9989x of your 10000 remaining kills, you now have 11 kills remaining."],"newKC":9989} +Hellhound atk-str-def 104k XP/hr 21.1k 21.1k 21.1k 0 0 21.1k 15.8k 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":263144700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":14},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.10% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9984,"messages":["You missed out on 16x kills because of pk encounters","249600 Prayer XP from purifying 9984x Vile ashes using the Ash Sanctifier (990016 charges left).","You killed 9984x of your 10000 remaining kills, you now have 16 kills remaining."],"newKC":9984} +Hellhound atk-str-def 231k XP/hr 47k 47k 47k 0 0 46.8k 35.2k 246.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,246.2/hr Shark Cost/hr {"duration":118417320,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.37% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 111.9k Cannonball, 8.1k Shark"]} {"quantity":9987,"messages":["You missed out on 13x kills because of pk encounters","249675 Prayer XP from purifying 9987x Vile ashes using the Ash Sanctifier (990013 charges left).","You killed 9987x of your 10000 remaining kills, you now have 13 kills remaining."],"newKC":9987} +Hellhound atk-str-def 326k XP/hr 66.4k 66.4k 66.4k 0 0 66.2k 49.8k 347.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,347.6/hr Shark Cost/hr {"duration":83878200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 79.3k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound atk-str-def 147k XP/hr 29.9k 29.9k 29.9k 0 0 29.8k 22.4k 156.4 Sharks/hr Loot/hr 156.4/hr Shark Cost/hr {"duration":186393060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound atk-str-def 147k XP/hr 29.9k 29.9k 29.9k 0 0 29.8k 22.4k 156.4 Sharks/hr Loot/hr 156.4/hr Shark Cost/hr {"duration":186393060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound mage-def 230k XP/hr 0 0 70.4k 70.4k 0 46.8k 35.2k 246.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,246.2/hr Shark Cost/hr {"duration":118417320,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.83% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 111.9k Cannonball, 8.1k Shark"]} {"quantity":9975,"messages":["You missed out on 25x kills because of pk encounters","249375 Prayer XP from purifying 9975x Vile ashes using the Ash Sanctifier (990025 charges left).","You killed 9975x of your 10000 remaining kills, you now have 25 kills remaining."],"newKC":9975} +Hellhound mage-def 104k XP/hr 0 0 31.7k 31.7k 0 21.1k 15.8k 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":263144700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":11},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.13% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9987,"messages":["You missed out on 13x kills because of pk encounters","249675 Prayer XP from purifying 9987x Vile ashes using the Ash Sanctifier (990013 charges left).","You killed 9987x of your 10000 remaining kills, you now have 13 kills remaining."],"newKC":9987} +Hellhound mage-def 104k XP/hr 0 0 31.7k 31.7k 0 21.1k 15.9k 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":263144700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.57% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9991,"messages":["You missed out on 9x kills because of pk encounters","249775 Prayer XP from purifying 9991x Vile ashes using the Ash Sanctifier (990009 charges left).","You killed 9991x of your 10000 remaining kills, you now have 9 kills remaining."],"newKC":9991} +Hellhound mage-def 326k XP/hr 0 0 99.6k 99.6k 0 66.2k 49.8k 347.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,347.6/hr Shark Cost/hr {"duration":83878200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 79.3k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound mage-def 147k XP/hr 0 0 44.8k 44.8k 0 29.8k 22.4k 156.4 Sharks/hr Loot/hr 156.4/hr Shark Cost/hr {"duration":186393060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound mage-def 147k XP/hr 0 0 44.8k 44.8k 0 29.8k 22.4k 156.4 Sharks/hr Loot/hr 156.4/hr Shark Cost/hr {"duration":186393060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound mage 231k XP/hr 0 0 0 140.9k 0 46.9k 35.2k 246.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,246.2/hr Shark Cost/hr {"duration":118417320,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.46% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 111.9k Cannonball, 8.1k Shark"]} {"quantity":9990,"messages":["You missed out on 10x kills because of pk encounters","249750 Prayer XP from purifying 9990x Vile ashes using the Ash Sanctifier (990010 charges left).","You killed 9990x of your 10000 remaining kills, you now have 10 kills remaining."],"newKC":9990} +Hellhound mage 104k XP/hr 0 0 0 63.4k 0 21.1k 15.9k 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":263144700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.12% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9994,"messages":["You missed out on 6x kills because of pk encounters","249850 Prayer XP from purifying 9994x Vile ashes using the Ash Sanctifier (990006 charges left).","You killed 9994x of your 10000 remaining kills, you now have 6 kills remaining."],"newKC":9994} +Hellhound mage 104k XP/hr 0 0 0 63.4k 0 21.1k 15.9k 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":263144700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":9},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.08% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9990,"messages":["You missed out on 10x kills because of pk encounters","249750 Prayer XP from purifying 9990x Vile ashes using the Ash Sanctifier (990010 charges left).","You killed 9990x of your 10000 remaining kills, you now have 10 kills remaining."],"newKC":9990} +Hellhound mage 326k XP/hr 0 0 0 199.1k 0 66.2k 49.8k 347.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,347.6/hr Shark Cost/hr {"duration":83878200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 79.3k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound mage 147k XP/hr 0 0 0 89.6k 0 29.8k 22.4k 156.4 Sharks/hr Loot/hr 156.4/hr Shark Cost/hr {"duration":186393060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound mage 147k XP/hr 0 0 0 89.6k 0 29.8k 22.4k 156.4 Sharks/hr Loot/hr 156.4/hr Shark Cost/hr {"duration":186393060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound range-def 104k XP/hr 0 0 31.7k 0 31.7k 21.1k 15.9k 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":263144700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.94% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","249925 Prayer XP from purifying 9997x Vile ashes using the Ash Sanctifier (990003 charges left).","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Hellhound range-def 230k XP/hr 0 0 70.4k 0 70.4k 46.8k 35.2k 246.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,246.2/hr Shark Cost/hr {"duration":118417320,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":6},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.44% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 111.9k Cannonball, 8.1k Shark"]} {"quantity":9985,"messages":["You missed out on 15x kills because of pk encounters","249625 Prayer XP from purifying 9985x Vile ashes using the Ash Sanctifier (990015 charges left).","You killed 9985x of your 10000 remaining kills, you now have 15 kills remaining."],"newKC":9985} +Hellhound range-def 104k XP/hr 0 0 31.7k 0 31.7k 21.1k 15.8k 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":263144700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":6},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.25% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9986,"messages":["You missed out on 14x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","249650 Prayer XP from purifying 9986x Vile ashes using the Ash Sanctifier (990014 charges left).","You killed 9986x of your 10000 remaining kills, you now have 14 kills remaining."],"newKC":9986} +Hellhound range-def 326k XP/hr 0 0 99.6k 0 99.6k 66.2k 49.8k 347.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,347.6/hr Shark Cost/hr {"duration":83878200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 79.3k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound range-def 147k XP/hr 0 0 44.8k 0 44.8k 29.8k 22.4k 156.4 Sharks/hr Loot/hr 156.4/hr Shark Cost/hr {"duration":186393060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound range-def 147k XP/hr 0 0 44.8k 0 44.8k 29.8k 22.4k 156.4 Sharks/hr Loot/hr 156.4/hr Shark Cost/hr {"duration":186393060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound range 231k XP/hr 0 0 0 0 140.9k 46.8k 35.2k 246.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,246.2/hr Shark Cost/hr {"duration":118417320,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.88% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 111.9k Cannonball, 8.1k Shark"]} {"quantity":9987,"messages":["You missed out on 13x kills because of pk encounters","249675 Prayer XP from purifying 9987x Vile ashes using the Ash Sanctifier (990013 charges left).","You killed 9987x of your 10000 remaining kills, you now have 13 kills remaining."],"newKC":9987} +Hellhound range 104k XP/hr 0 0 0 0 63.4k 21.1k 15.9k 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":263144700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.90% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9991,"messages":["You missed out on 9x kills because of pk encounters","249775 Prayer XP from purifying 9991x Vile ashes using the Ash Sanctifier (990009 charges left).","You killed 9991x of your 10000 remaining kills, you now have 9 kills remaining."],"newKC":9991} +Hellhound range 104k XP/hr 0 0 0 0 63.3k 21k 15.8k 110.8 Sharks/hr Loot/hr 110.8/hr Shark Cost/hr {"duration":263144700,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.22% per min (medium peak time)\n**Death Chance:** 1.27% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9970,"messages":["You missed out on 30x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","249250 Prayer XP from purifying 9970x Vile ashes using the Ash Sanctifier (990030 charges left).","You killed 9970x of your 10000 remaining kills, you now have 30 kills remaining."],"newKC":9970} +Hellhound range 326k XP/hr 0 0 0 0 199.1k 66.2k 49.8k 347.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,347.6/hr Shark Cost/hr {"duration":83878200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 79.3k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound range 147k XP/hr 0 0 0 0 89.6k 29.8k 22.4k 156.4 Sharks/hr Loot/hr 156.4/hr Shark Cost/hr {"duration":186393060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hellhound range 147k XP/hr 0 0 0 0 89.6k 29.8k 22.4k 156.4 Sharks/hr Loot/hr 156.4/hr Shark Cost/hr {"duration":186393060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Hill Giant atk-str-def 160k XP/hr 33.7k 33.7k 33.7k 0 0 33.6k 25.3k 445.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,445.9/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant atk-str-def 112k XP/hr 23.6k 23.6k 23.6k 0 0 23.5k 17.7k 312.1 Sharks/hr Loot/hr 312.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.88% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant atk-str-def 112k XP/hr 23.6k 23.6k 23.6k 0 0 23.5k 17.7k 312.1 Sharks/hr Loot/hr 312.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.18% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant atk-str-def 192k XP/hr 40.4k 40.4k 40.4k 0 0 40.3k 30.3k 535.0 Sharks/hr Loot/hr 1088.5/hr Cannonball,535.0/hr Shark Cost/hr {"duration":41551020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.6k Cannonball, 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant atk-str-def 134k XP/hr 28.3k 28.3k 28.3k 0 0 28.2k 21.2k 374.6 Sharks/hr Loot/hr 374.6/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant atk-str-def 134k XP/hr 28.3k 28.3k 28.3k 0 0 28.2k 21.2k 374.6 Sharks/hr Loot/hr 374.6/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant mage-def 160k XP/hr 0 0 50.5k 50.5k 0 33.6k 25.3k 445.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,445.9/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.73% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant mage-def 112k XP/hr 0 0 35.4k 35.4k 0 23.5k 17.7k 312.1 Sharks/hr Loot/hr 312.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.04% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant mage-def 112k XP/hr 0 0 35.4k 35.4k 0 23.5k 17.7k 312.1 Sharks/hr Loot/hr 312.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.20% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant mage-def 192k XP/hr 0 0 60.6k 60.6k 0 40.3k 30.3k 535.0 Sharks/hr Loot/hr 1088.5/hr Cannonball,535.0/hr Shark Cost/hr {"duration":41551020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.6k Cannonball, 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant mage-def 134k XP/hr 0 0 42.5k 42.5k 0 28.2k 21.2k 374.6 Sharks/hr Loot/hr 374.6/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant mage-def 134k XP/hr 0 0 42.5k 42.5k 0 28.2k 21.2k 374.6 Sharks/hr Loot/hr 374.6/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant mage 160k XP/hr 0 0 0 101.1k 0 33.6k 25.3k 445.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,445.9/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.02% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant mage 112k XP/hr 0 0 0 70.8k 0 23.5k 17.7k 312.1 Sharks/hr Loot/hr 312.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.17% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant mage 112k XP/hr 0 0 0 70.8k 0 23.5k 17.7k 312.1 Sharks/hr Loot/hr 312.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.69% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant mage 192k XP/hr 0 0 0 121.3k 0 40.3k 30.3k 535.0 Sharks/hr Loot/hr 1088.5/hr Cannonball,535.0/hr Shark Cost/hr {"duration":41551020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.6k Cannonball, 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant mage 134k XP/hr 0 0 0 84.9k 0 28.2k 21.2k 374.6 Sharks/hr Loot/hr 374.6/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant mage 134k XP/hr 0 0 0 84.9k 0 28.2k 21.2k 374.6 Sharks/hr Loot/hr 374.6/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant range-def 160k XP/hr 0 0 50.5k 0 50.5k 33.6k 25.3k 445.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,445.9/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.01% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant range-def 112k XP/hr 0 0 35.4k 0 35.4k 23.5k 17.7k 312.1 Sharks/hr Loot/hr 312.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.94% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant range-def 112k XP/hr 0 0 35.4k 0 35.4k 23.5k 17.7k 312.1 Sharks/hr Loot/hr 312.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.86% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant range-def 192k XP/hr 0 0 60.6k 0 60.6k 40.3k 30.3k 535.0 Sharks/hr Loot/hr 1088.5/hr Cannonball,535.0/hr Shark Cost/hr {"duration":41551020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.6k Cannonball, 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant range-def 134k XP/hr 0 0 42.5k 0 42.5k 28.2k 21.2k 374.6 Sharks/hr Loot/hr 374.6/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant range-def 134k XP/hr 0 0 42.5k 0 42.5k 28.2k 21.2k 374.6 Sharks/hr Loot/hr 374.6/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant range 160k XP/hr 0 0 0 0 101.1k 33.6k 25.3k 445.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,445.9/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.00% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant range 112k XP/hr 0 0 0 0 70.8k 23.5k 17.7k 312.1 Sharks/hr Loot/hr 312.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.88% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant range 112k XP/hr 0 0 0 0 70.8k 23.5k 17.7k 312.1 Sharks/hr Loot/hr 312.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.97% per pk encounter (5% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant range 192k XP/hr 0 0 0 0 121.3k 40.3k 30.3k 535.0 Sharks/hr Loot/hr 1088.5/hr Cannonball,535.0/hr Shark Cost/hr {"duration":41551020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.6k Cannonball, 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant range 134k XP/hr 0 0 0 0 84.9k 28.2k 21.2k 374.6 Sharks/hr Loot/hr 374.6/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hill Giant range 134k XP/hr 0 0 0 0 84.9k 28.2k 21.2k 374.6 Sharks/hr Loot/hr 374.6/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin atk-str-def 52k XP/hr 10.9k 10.9k 10.9k 0 0 10.9k 8.2k 177.8 Sharks/hr Loot/hr 1088.5/hr Cannonball,177.8/hr Shark Cost/hr {"duration":127528380,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 38.6k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin atk-str-def 36k XP/hr 7.6k 7.6k 7.6k 0 0 7.6k 5.7k 124.5 Sharks/hr Loot/hr 124.5/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin atk-str-def 36k XP/hr 7.6k 7.6k 7.6k 0 0 7.6k 5.7k 124.5 Sharks/hr Loot/hr 124.5/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin atk-str-def 62k XP/hr 13.1k 13.1k 13.1k 0 0 13.1k 9.8k 213.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,213.4/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin atk-str-def 44k XP/hr 9.2k 9.2k 9.2k 0 0 9.1k 6.9k 149.4 Sharks/hr Loot/hr 149.4/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin atk-str-def 44k XP/hr 9.2k 9.2k 9.2k 0 0 9.1k 6.9k 149.4 Sharks/hr Loot/hr 149.4/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin mage-def 52k XP/hr 0 0 16.4k 16.4k 0 10.9k 8.2k 177.8 Sharks/hr Loot/hr 1088.5/hr Cannonball,177.8/hr Shark Cost/hr {"duration":127528380,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 38.6k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin mage-def 36k XP/hr 0 0 11.5k 11.5k 0 7.6k 5.7k 124.5 Sharks/hr Loot/hr 124.5/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin mage-def 36k XP/hr 0 0 11.5k 11.5k 0 7.6k 5.7k 124.5 Sharks/hr Loot/hr 124.5/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin mage-def 62k XP/hr 0 0 19.6k 19.6k 0 13.1k 9.8k 213.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,213.4/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin mage-def 44k XP/hr 0 0 13.8k 13.8k 0 9.1k 6.9k 149.4 Sharks/hr Loot/hr 149.4/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin mage-def 44k XP/hr 0 0 13.8k 13.8k 0 9.1k 6.9k 149.4 Sharks/hr Loot/hr 149.4/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin mage 52k XP/hr 0 0 0 32.7k 0 10.9k 8.2k 177.8 Sharks/hr Loot/hr 1088.5/hr Cannonball,177.8/hr Shark Cost/hr {"duration":127528380,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 38.6k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin mage 36k XP/hr 0 0 0 22.9k 0 7.6k 5.7k 124.5 Sharks/hr Loot/hr 124.5/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin mage 36k XP/hr 0 0 0 22.9k 0 7.6k 5.7k 124.5 Sharks/hr Loot/hr 124.5/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin mage 62k XP/hr 0 0 0 39.3k 0 13.1k 9.8k 213.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,213.4/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin mage 44k XP/hr 0 0 0 27.5k 0 9.1k 6.9k 149.4 Sharks/hr Loot/hr 149.4/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin mage 44k XP/hr 0 0 0 27.5k 0 9.1k 6.9k 149.4 Sharks/hr Loot/hr 149.4/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin range-def 52k XP/hr 0 0 16.4k 0 16.4k 10.9k 8.2k 177.8 Sharks/hr Loot/hr 1088.5/hr Cannonball,177.8/hr Shark Cost/hr {"duration":127528380,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 38.6k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin range-def 36k XP/hr 0 0 11.5k 0 11.5k 7.6k 5.7k 124.5 Sharks/hr Loot/hr 124.5/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin range-def 36k XP/hr 0 0 11.5k 0 11.5k 7.6k 5.7k 124.5 Sharks/hr Loot/hr 124.5/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin range-def 62k XP/hr 0 0 19.6k 0 19.6k 13.1k 9.8k 213.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,213.4/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin range-def 44k XP/hr 0 0 13.8k 0 13.8k 9.1k 6.9k 149.4 Sharks/hr Loot/hr 149.4/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin range-def 44k XP/hr 0 0 13.8k 0 13.8k 9.1k 6.9k 149.4 Sharks/hr Loot/hr 149.4/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin range 52k XP/hr 0 0 0 0 32.7k 10.9k 8.2k 177.8 Sharks/hr Loot/hr 1088.5/hr Cannonball,177.8/hr Shark Cost/hr {"duration":127528380,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 38.6k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin range 36k XP/hr 0 0 0 0 22.9k 7.6k 5.7k 124.5 Sharks/hr Loot/hr 124.5/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin range 36k XP/hr 0 0 0 0 22.9k 7.6k 5.7k 124.5 Sharks/hr Loot/hr 124.5/hr Shark Cost/hr {"duration":182177100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin range 62k XP/hr 0 0 0 0 39.3k 13.1k 9.8k 213.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,213.4/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin range 44k XP/hr 0 0 0 0 27.5k 9.1k 6.9k 149.4 Sharks/hr Loot/hr 149.4/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hobgoblin range 44k XP/hr 0 0 0 0 27.5k 9.1k 6.9k 149.4 Sharks/hr Loot/hr 149.4/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Hydra atk-str-def 188k XP/hr 39.1k 39.1k 39.1k 0 0 39k 31.5k 440.2 Sharks/hr Loot/hr 12.9/hr Cannonball,1.2/hr Anti-venom+(4),440.2/hr Shark Cost/hr {"duration":367996860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 119x Anti-venom+(4), 1.3k Cannonball, 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra atk-str-def 132k XP/hr 27.4k 27.4k 27.4k 0 0 27.3k 22.1k 308.2 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),308.2/hr Shark Cost/hr {"duration":525707280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 169x Anti-venom+(4), 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra atk-str-def 132k XP/hr 27.4k 27.4k 27.4k 0 0 27.3k 22.1k 308.2 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),308.2/hr Shark Cost/hr {"duration":525707280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 169x Anti-venom+(4), 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra mage-def 160k XP/hr 0 0 49.9k 49.9k 0 33.2k 26.8k 374.2 Sharks/hr Loot/hr 15.1/hr Cannonball,1.2/hr Anti-venom+(4),374.2/hr Shark Cost/hr {"duration":432938520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 140x Anti-venom+(4), 1.8k Cannonball, 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra mage-def 112k XP/hr 0 0 34.9k 34.9k 0 23.2k 18.8k 261.9 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),261.9/hr Shark Cost/hr {"duration":618484860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 199x Anti-venom+(4), 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra mage-def 112k XP/hr 0 0 34.9k 34.9k 0 23.2k 18.8k 261.9 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),261.9/hr Shark Cost/hr {"duration":618484860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 199x Anti-venom+(4), 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra mage 160k XP/hr 0 0 0 99.8k 0 33.2k 26.8k 374.2 Sharks/hr Loot/hr 15.1/hr Cannonball,1.2/hr Anti-venom+(4),374.2/hr Shark Cost/hr {"duration":432938520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 140x Anti-venom+(4), 1.8k Cannonball, 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra mage 112k XP/hr 0 0 0 69.8k 0 23.2k 18.8k 261.9 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),261.9/hr Shark Cost/hr {"duration":618484860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 199x Anti-venom+(4), 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra mage 112k XP/hr 0 0 0 69.8k 0 23.2k 18.8k 261.9 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),261.9/hr Shark Cost/hr {"duration":618484860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 199x Anti-venom+(4), 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra range-def 160k XP/hr 0 0 49.9k 0 49.9k 33.2k 26.8k 374.2 Sharks/hr Loot/hr 15.1/hr Cannonball,1.2/hr Anti-venom+(4),374.2/hr Shark Cost/hr {"duration":432938520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 140x Anti-venom+(4), 1.8k Cannonball, 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra range-def 112k XP/hr 0 0 34.9k 0 34.9k 23.2k 18.8k 261.9 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),261.9/hr Shark Cost/hr {"duration":618484860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 199x Anti-venom+(4), 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra range-def 112k XP/hr 0 0 34.9k 0 34.9k 23.2k 18.8k 261.9 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),261.9/hr Shark Cost/hr {"duration":618484860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 199x Anti-venom+(4), 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra range 160k XP/hr 0 0 0 0 99.8k 33.2k 26.8k 374.2 Sharks/hr Loot/hr 15.1/hr Cannonball,1.2/hr Anti-venom+(4),374.2/hr Shark Cost/hr {"duration":432938520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 140x Anti-venom+(4), 1.8k Cannonball, 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra range 112k XP/hr 0 0 0 0 69.8k 23.2k 18.8k 261.9 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),261.9/hr Shark Cost/hr {"duration":618484860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 199x Anti-venom+(4), 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Hydra range 112k XP/hr 0 0 0 0 69.8k 23.2k 18.8k 261.9 Sharks/hr Loot/hr 1.2/hr Anti-venom+(4),261.9/hr Shark Cost/hr {"duration":618484860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 199x Anti-venom+(4), 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Ice giant atk-str-def 321k XP/hr 67.7k 67.7k 67.7k 0 0 67.5k 50.7k 600.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,600.2/hr Shark Cost/hr {"duration":49665420,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.05% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 46.9k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant atk-str-def 145k XP/hr 30.4k 30.4k 30.4k 0 0 30.4k 22.8k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":110355840,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.14% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant atk-str-def 145k XP/hr 30.4k 30.4k 30.4k 0 0 30.4k 22.8k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":110355840,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.03% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant atk-str-def 385k XP/hr 81.2k 81.2k 81.2k 0 0 81k 60.9k 720.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,720.3/hr Shark Cost/hr {"duration":41383440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 39.1k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant atk-str-def 173k XP/hr 36.5k 36.5k 36.5k 0 0 36.4k 27.4k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant atk-str-def 173k XP/hr 36.5k 36.5k 36.5k 0 0 36.4k 27.4k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant mage-def 321k XP/hr 0 0 101.5k 101.5k 0 67.5k 50.7k 600.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,600.2/hr Shark Cost/hr {"duration":49665420,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.38% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 46.9k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant mage-def 145k XP/hr 0 0 45.7k 45.7k 0 30.4k 22.8k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":110355840,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant mage-def 145k XP/hr 0 0 45.7k 45.7k 0 30.4k 22.8k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":110355840,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.05% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant mage-def 385k XP/hr 0 0 121.8k 121.8k 0 81k 60.9k 720.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,720.3/hr Shark Cost/hr {"duration":41383440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 39.1k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant mage-def 173k XP/hr 0 0 54.8k 54.8k 0 36.4k 27.4k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant mage-def 173k XP/hr 0 0 54.8k 54.8k 0 36.4k 27.4k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant mage 321k XP/hr 0 0 0 203k 0 67.5k 50.7k 600.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,600.2/hr Shark Cost/hr {"duration":49665420,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.98% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 46.9k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant mage 145k XP/hr 0 0 0 91.3k 0 30.4k 22.8k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":110355840,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.84% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant mage 145k XP/hr 0 0 0 91.3k 0 30.4k 22.8k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":110355840,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.41% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant mage 385k XP/hr 0 0 0 243.6k 0 81k 60.9k 720.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,720.3/hr Shark Cost/hr {"duration":41383440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 39.1k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant mage 173k XP/hr 0 0 0 109.6k 0 36.4k 27.4k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant mage 173k XP/hr 0 0 0 109.6k 0 36.4k 27.4k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant range-def 321k XP/hr 0 0 101.5k 0 101.5k 67.5k 50.7k 600.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,600.2/hr Shark Cost/hr {"duration":49665420,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.84% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 46.9k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant range-def 145k XP/hr 0 0 45.7k 0 45.7k 30.4k 22.8k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":110355840,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.28% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant range-def 145k XP/hr 0 0 45.7k 0 45.7k 30.4k 22.8k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":110355840,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.39% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant range-def 385k XP/hr 0 0 121.8k 0 121.8k 81k 60.9k 720.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,720.3/hr Shark Cost/hr {"duration":41383440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 39.1k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant range-def 173k XP/hr 0 0 54.8k 0 54.8k 36.4k 27.4k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant range-def 173k XP/hr 0 0 54.8k 0 54.8k 36.4k 27.4k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant range 321k XP/hr 0 0 0 0 203k 67.5k 50.7k 600.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,600.2/hr Shark Cost/hr {"duration":49665420,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.01% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 46.9k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant range 145k XP/hr 0 0 0 0 91.3k 30.4k 22.8k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":110355840,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.42% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant range 145k XP/hr 0 0 0 0 91.3k 30.4k 22.8k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":110355840,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 1.13% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant range 385k XP/hr 0 0 0 0 243.6k 81k 60.9k 720.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,720.3/hr Shark Cost/hr {"duration":41383440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 39.1k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant range 173k XP/hr 0 0 0 0 109.6k 36.4k 27.4k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice giant range 173k XP/hr 0 0 0 0 109.6k 36.4k 27.4k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":91966140,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ice Troll atk-str-def 236k XP/hr 59.1k 59.1k 59.1k 0 0 59k 0 548.7 Sharks/hr Loot/hr 3401.4/hr Cannonball,548.7/hr Shark Cost/hr {"duration":1058394052,"quantity":162954,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 161.3k Shark"]} {"quantity":162954,"messages":[],"newKC":162954} +Ice Troll atk-str-def 106k XP/hr 26.6k 26.6k 26.6k 0 0 26.5k 0 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":1905119037,"quantity":131997,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","10% for Weekend","2% for Shark","Removing items: 130.7k Shark"]} {"quantity":131997,"messages":[],"newKC":131997} +Ice Troll atk-str-def 106k XP/hr 26.6k 26.6k 26.6k 0 0 26.5k 0 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":1905119037,"quantity":131997,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","10% for Weekend","2% for Shark","Removing items: 130.7k Shark"]} {"quantity":131997,"messages":[],"newKC":131997} +Ice Troll mage-def 236k XP/hr 0 0 88.7k 88.7k 0 59k 0 548.7 Sharks/hr Loot/hr 3401.4/hr Cannonball,548.7/hr Shark Cost/hr {"duration":1058394052,"quantity":162954,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 161.3k Shark"]} {"quantity":162954,"messages":[],"newKC":162954} +Ice Troll mage-def 106k XP/hr 0 0 39.9k 39.9k 0 26.5k 0 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":1905119037,"quantity":131997,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","10% for Weekend","2% for Shark","Removing items: 130.7k Shark"]} {"quantity":131997,"messages":[],"newKC":131997} +Ice Troll mage-def 106k XP/hr 0 0 39.9k 39.9k 0 26.5k 0 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":1905119037,"quantity":131997,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","10% for Weekend","2% for Shark","Removing items: 130.7k Shark"]} {"quantity":131997,"messages":[],"newKC":131997} +Ice Troll mage 236k XP/hr 0 0 0 177.4k 0 59k 0 548.7 Sharks/hr Loot/hr 3401.4/hr Cannonball,548.7/hr Shark Cost/hr {"duration":1058394052,"quantity":162954,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 161.3k Shark"]} {"quantity":162954,"messages":[],"newKC":162954} +Ice Troll mage 106k XP/hr 0 0 0 79.8k 0 26.5k 0 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":1905119037,"quantity":131997,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","10% for Weekend","2% for Shark","Removing items: 130.7k Shark"]} {"quantity":131997,"messages":[],"newKC":131997} +Ice Troll mage 106k XP/hr 0 0 0 79.8k 0 26.5k 0 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":1905119037,"quantity":131997,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","10% for Weekend","2% for Shark","Removing items: 130.7k Shark"]} {"quantity":131997,"messages":[],"newKC":131997} +Ice Troll range-def 236k XP/hr 0 0 88.7k 0 88.7k 59k 0 548.7 Sharks/hr Loot/hr 3401.4/hr Cannonball,548.7/hr Shark Cost/hr {"duration":1058394052,"quantity":162954,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 161.3k Shark"]} {"quantity":162954,"messages":[],"newKC":162954} +Ice Troll range-def 106k XP/hr 0 0 39.9k 0 39.9k 26.5k 0 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":1905119037,"quantity":131997,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","10% for Weekend","2% for Shark","Removing items: 130.7k Shark"]} {"quantity":131997,"messages":[],"newKC":131997} +Ice Troll range-def 106k XP/hr 0 0 39.9k 0 39.9k 26.5k 0 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":1905119037,"quantity":131997,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","10% for Weekend","2% for Shark","Removing items: 130.7k Shark"]} {"quantity":131997,"messages":[],"newKC":131997} +Ice Troll range 236k XP/hr 0 0 0 0 177.4k 59k 0 548.7 Sharks/hr Loot/hr 3401.4/hr Cannonball,548.7/hr Shark Cost/hr {"duration":1058394052,"quantity":162954,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 161.3k Shark"]} {"quantity":162954,"messages":[],"newKC":162954} +Ice Troll range 106k XP/hr 0 0 0 0 79.8k 26.5k 0 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":1905119037,"quantity":131997,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","10% for Weekend","2% for Shark","Removing items: 130.7k Shark"]} {"quantity":131997,"messages":[],"newKC":131997} +Ice Troll range 106k XP/hr 0 0 0 0 79.8k 26.5k 0 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":1905119037,"quantity":131997,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","7% for Neitiznot shield","10% for Weekend","2% for Shark","Removing items: 130.7k Shark"]} {"quantity":131997,"messages":[],"newKC":131997} +Ice warrior atk-str-def 102k XP/hr 21.4k 21.4k 21.4k 0 0 21.4k 16.1k 208.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,208.2/hr Shark Cost/hr {"duration":132247080,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.49% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 40k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior atk-str-def 71k XP/hr 15k 15k 15k 0 0 15k 11.2k 145.8 Sharks/hr Loot/hr 145.8/hr Shark Cost/hr {"duration":188924400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.46% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior atk-str-def 71k XP/hr 15k 15k 15k 0 0 14.9k 11.2k 145.8 Sharks/hr Loot/hr 145.8/hr Shark Cost/hr {"duration":188924400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Ice warrior atk-str-def 122k XP/hr 25.7k 25.7k 25.7k 0 0 25.6k 19.3k 249.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,249.9/hr Shark Cost/hr {"duration":110205900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 33.3k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior atk-str-def 85k XP/hr 18k 18k 18k 0 0 17.9k 13.5k 174.9 Sharks/hr Loot/hr 174.9/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior atk-str-def 85k XP/hr 18k 18k 18k 0 0 17.9k 13.5k 174.9 Sharks/hr Loot/hr 174.9/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior mage-def 102k XP/hr 0 0 32.1k 32.1k 0 21.4k 16.1k 208.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,208.2/hr Shark Cost/hr {"duration":132247080,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.61% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 40k Cannonball, 7.7k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Ice warrior mage-def 71k XP/hr 0 0 22.5k 22.5k 0 14.9k 11.2k 145.8 Sharks/hr Loot/hr 145.8/hr Shark Cost/hr {"duration":188924400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Ice warrior mage-def 71k XP/hr 0 0 22.5k 22.5k 0 14.9k 11.2k 145.8 Sharks/hr Loot/hr 145.8/hr Shark Cost/hr {"duration":188924400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":9994,"messages":["You missed out on 6x kills because of pk encounters","You killed 9994x of your 10000 remaining kills, you now have 6 kills remaining."],"newKC":9994} +Ice warrior mage-def 122k XP/hr 0 0 38.5k 38.5k 0 25.6k 19.3k 249.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,249.9/hr Shark Cost/hr {"duration":110205900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 33.3k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior mage-def 85k XP/hr 0 0 27k 27k 0 17.9k 13.5k 174.9 Sharks/hr Loot/hr 174.9/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior mage-def 85k XP/hr 0 0 27k 27k 0 17.9k 13.5k 174.9 Sharks/hr Loot/hr 174.9/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior mage 71k XP/hr 0 0 0 45k 0 15k 11.2k 145.8 Sharks/hr Loot/hr 145.8/hr Shark Cost/hr {"duration":188924400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior mage 71k XP/hr 0 0 0 45k 0 14.9k 11.2k 145.8 Sharks/hr Loot/hr 145.8/hr Shark Cost/hr {"duration":188924400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.63% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Ice warrior mage 102k XP/hr 0 0 0 64.2k 0 21.3k 16k 208.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,208.2/hr Shark Cost/hr {"duration":132247080,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.50% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 40k Cannonball, 7.7k Shark"]} {"quantity":9993,"messages":["You missed out on 7x kills because of pk encounters","You killed 9993x of your 10000 remaining kills, you now have 7 kills remaining."],"newKC":9993} +Ice warrior mage 122k XP/hr 0 0 0 77.1k 0 25.6k 19.3k 249.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,249.9/hr Shark Cost/hr {"duration":110205900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 33.3k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior mage 85k XP/hr 0 0 0 54k 0 17.9k 13.5k 174.9 Sharks/hr Loot/hr 174.9/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior mage 85k XP/hr 0 0 0 54k 0 17.9k 13.5k 174.9 Sharks/hr Loot/hr 174.9/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior range-def 102k XP/hr 0 0 32.1k 0 32.1k 21.4k 16.1k 208.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,208.2/hr Shark Cost/hr {"duration":132247080,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.54% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 40k Cannonball, 7.7k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Ice warrior range-def 71k XP/hr 0 0 22.5k 0 22.5k 14.9k 11.2k 145.8 Sharks/hr Loot/hr 145.8/hr Shark Cost/hr {"duration":188924400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.59% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Ice warrior range-def 71k XP/hr 0 0 22.5k 0 22.5k 14.9k 11.2k 145.8 Sharks/hr Loot/hr 145.8/hr Shark Cost/hr {"duration":188924400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.59% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Ice warrior range-def 122k XP/hr 0 0 38.5k 0 38.5k 25.6k 19.3k 249.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,249.9/hr Shark Cost/hr {"duration":110205900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 33.3k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior range-def 85k XP/hr 0 0 27k 0 27k 17.9k 13.5k 174.9 Sharks/hr Loot/hr 174.9/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior range-def 85k XP/hr 0 0 27k 0 27k 17.9k 13.5k 174.9 Sharks/hr Loot/hr 174.9/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior range 102k XP/hr 0 0 0 0 64.2k 21.4k 16.1k 208.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,208.2/hr Shark Cost/hr {"duration":132247080,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.45% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 40k Cannonball, 7.7k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Ice warrior range 71k XP/hr 0 0 0 0 45k 14.9k 11.2k 145.8 Sharks/hr Loot/hr 145.8/hr Shark Cost/hr {"duration":188924400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Ice warrior range 71k XP/hr 0 0 0 0 45k 14.9k 11.2k 145.8 Sharks/hr Loot/hr 145.8/hr Shark Cost/hr {"duration":188924400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.57% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.7k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Ice warrior range 122k XP/hr 0 0 0 0 77.1k 25.6k 19.3k 249.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,249.9/hr Shark Cost/hr {"duration":110205900,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 33.3k Cannonball, 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior range 85k XP/hr 0 0 0 0 54k 17.9k 13.5k 174.9 Sharks/hr Loot/hr 174.9/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice warrior range 85k XP/hr 0 0 0 0 54k 17.9k 13.5k 174.9 Sharks/hr Loot/hr 174.9/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Ice wolf atk-str-def 147k XP/hr 36.9k 36.9k 36.9k 0 0 36.8k 0 462.4 Sharks/hr Loot/hr 3401.4/hr Cannonball,462.4/hr Shark Cost/hr {"duration":1058399993,"quantity":116189,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 135.9k Shark"]} {"quantity":116189,"messages":[],"newKC":116189} +Ice wolf atk-str-def 66k XP/hr 16.6k 16.6k 16.6k 0 0 16.6k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Ice wolf atk-str-def 66k XP/hr 16.6k 16.6k 16.6k 0 0 16.6k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Ice wolf mage-def 147k XP/hr 0 0 55.3k 55.3k 0 36.8k 0 462.4 Sharks/hr Loot/hr 3401.4/hr Cannonball,462.4/hr Shark Cost/hr {"duration":1058399993,"quantity":116189,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 135.9k Shark"]} {"quantity":116189,"messages":[],"newKC":116189} +Ice wolf mage-def 66k XP/hr 0 0 24.9k 24.9k 0 16.6k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Ice wolf mage-def 66k XP/hr 0 0 24.9k 24.9k 0 16.6k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Ice wolf mage 147k XP/hr 0 0 0 110.7k 0 36.8k 0 462.4 Sharks/hr Loot/hr 3401.4/hr Cannonball,462.4/hr Shark Cost/hr {"duration":1058399993,"quantity":116189,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 135.9k Shark"]} {"quantity":116189,"messages":[],"newKC":116189} +Ice wolf mage 66k XP/hr 0 0 0 49.8k 0 16.6k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Ice wolf mage 66k XP/hr 0 0 0 49.8k 0 16.6k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Ice wolf range-def 147k XP/hr 0 0 55.3k 0 55.3k 36.8k 0 462.4 Sharks/hr Loot/hr 3401.4/hr Cannonball,462.4/hr Shark Cost/hr {"duration":1058399993,"quantity":116189,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 135.9k Shark"]} {"quantity":116189,"messages":[],"newKC":116189} +Ice wolf range-def 66k XP/hr 0 0 24.9k 0 24.9k 16.6k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Ice wolf range-def 66k XP/hr 0 0 24.9k 0 24.9k 16.6k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Ice wolf range 147k XP/hr 0 0 0 0 110.7k 36.8k 0 462.4 Sharks/hr Loot/hr 3401.4/hr Cannonball,462.4/hr Shark Cost/hr {"duration":1058399993,"quantity":116189,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 135.9k Shark"]} {"quantity":116189,"messages":[],"newKC":116189} +Ice wolf range 66k XP/hr 0 0 0 0 49.8k 16.6k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Ice wolf range 66k XP/hr 0 0 0 0 49.8k 16.6k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Icefiend atk-str-def 77k XP/hr 16.2k 16.2k 16.2k 0 0 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend atk-str-def 77k XP/hr 16.2k 16.2k 16.2k 0 0 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend atk-str-def 77k XP/hr 16.2k 16.2k 16.2k 0 0 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend mage-def 77k XP/hr 0 0 24.3k 24.3k 0 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend mage-def 77k XP/hr 0 0 24.3k 24.3k 0 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend mage-def 77k XP/hr 0 0 24.3k 24.3k 0 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend mage 77k XP/hr 0 0 0 48.5k 0 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend mage 77k XP/hr 0 0 0 48.5k 0 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend mage 77k XP/hr 0 0 0 48.5k 0 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend range-def 77k XP/hr 0 0 24.3k 0 24.3k 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend range-def 77k XP/hr 0 0 24.3k 0 24.3k 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend range-def 77k XP/hr 0 0 24.3k 0 24.3k 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend range 77k XP/hr 0 0 0 0 48.5k 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend range 77k XP/hr 0 0 0 0 48.5k 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Icefiend range 77k XP/hr 0 0 0 0 48.5k 16.1k 12.1k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Infernal Mage atk-str-def 135k XP/hr 28.5k 28.5k 28.5k 0 0 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage atk-str-def 135k XP/hr 28.5k 28.5k 28.5k 0 0 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage atk-str-def 135k XP/hr 28.5k 28.5k 28.5k 0 0 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage mage-def 135k XP/hr 0 0 42.7k 42.7k 0 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage mage-def 135k XP/hr 0 0 42.7k 42.7k 0 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage mage-def 135k XP/hr 0 0 42.7k 42.7k 0 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage mage 135k XP/hr 0 0 0 85.4k 0 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage mage 135k XP/hr 0 0 0 85.4k 0 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage mage 135k XP/hr 0 0 0 85.4k 0 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage range-def 135k XP/hr 0 0 42.7k 0 42.7k 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage range-def 135k XP/hr 0 0 42.7k 0 42.7k 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage range-def 135k XP/hr 0 0 42.7k 0 42.7k 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage range 135k XP/hr 0 0 0 0 85.4k 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage range 135k XP/hr 0 0 0 0 85.4k 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Infernal Mage range 135k XP/hr 0 0 0 0 85.4k 28.4k 21.3k 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Iorwerth Archer atk-str-def 142k XP/hr 35.6k 35.6k 35.6k 0 0 35.5k 0 228.7 Sharks/hr Loot/hr 1088.4/hr Cannonball,228.7/hr Shark Cost/hr {"duration":1905108927,"quantity":134453,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 121k Shark"]} {"quantity":134453,"messages":[],"newKC":134453} +Iorwerth Archer atk-str-def 100k XP/hr 24.9k 24.9k 24.9k 0 0 24.8k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Iorwerth Archer atk-str-def 100k XP/hr 24.9k 24.9k 24.9k 0 0 24.8k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Iorwerth Archer mage-def 142k XP/hr 0 0 53.4k 53.4k 0 35.5k 0 228.7 Sharks/hr Loot/hr 1088.4/hr Cannonball,228.7/hr Shark Cost/hr {"duration":1905108927,"quantity":134453,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 121k Shark"]} {"quantity":134453,"messages":[],"newKC":134453} +Iorwerth Archer mage-def 100k XP/hr 0 0 37.3k 37.3k 0 24.8k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Iorwerth Archer mage-def 100k XP/hr 0 0 37.3k 37.3k 0 24.8k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Iorwerth Archer mage 142k XP/hr 0 0 0 106.7k 0 35.5k 0 228.7 Sharks/hr Loot/hr 1088.4/hr Cannonball,228.7/hr Shark Cost/hr {"duration":1905108927,"quantity":134453,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 121k Shark"]} {"quantity":134453,"messages":[],"newKC":134453} +Iorwerth Archer mage 100k XP/hr 0 0 0 74.7k 0 24.8k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Iorwerth Archer mage 100k XP/hr 0 0 0 74.7k 0 24.8k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Iorwerth Archer range-def 142k XP/hr 0 0 53.4k 0 53.4k 35.5k 0 228.7 Sharks/hr Loot/hr 1088.4/hr Cannonball,228.7/hr Shark Cost/hr {"duration":1905108927,"quantity":134453,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 121k Shark"]} {"quantity":134453,"messages":[],"newKC":134453} +Iorwerth Archer range-def 100k XP/hr 0 0 37.3k 0 37.3k 24.8k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Iorwerth Archer range-def 100k XP/hr 0 0 37.3k 0 37.3k 24.8k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Iorwerth Archer range 142k XP/hr 0 0 0 0 106.7k 35.5k 0 228.7 Sharks/hr Loot/hr 1088.4/hr Cannonball,228.7/hr Shark Cost/hr {"duration":1905108927,"quantity":134453,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 121k Shark"]} {"quantity":134453,"messages":[],"newKC":134453} +Iorwerth Archer range 100k XP/hr 0 0 0 0 74.7k 24.8k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Iorwerth Archer range 100k XP/hr 0 0 0 0 74.7k 24.8k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905106903,"quantity":94117,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":94117,"messages":[],"newKC":94117} +Iorwerth Warrior atk-str-def 133k XP/hr 33.3k 33.3k 33.3k 0 0 33.3k 0 214.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,214.4/hr Shark Cost/hr {"duration":1905113650,"quantity":126050,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 113.4k Shark"]} {"quantity":126050,"messages":[],"newKC":126050} +Iorwerth Warrior atk-str-def 93k XP/hr 23.3k 23.3k 23.3k 0 0 23.3k 0 150.1 Sharks/hr Loot/hr 150.1/hr Shark Cost/hr {"duration":1905113650,"quantity":88235,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 79.4k Shark"]} {"quantity":88235,"messages":[],"newKC":88235} +Iorwerth Warrior atk-str-def 93k XP/hr 23.3k 23.3k 23.3k 0 0 23.3k 0 150.1 Sharks/hr Loot/hr 150.1/hr Shark Cost/hr {"duration":1905113650,"quantity":88235,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 79.4k Shark"]} {"quantity":88235,"messages":[],"newKC":88235} +Iorwerth Warrior mage-def 133k XP/hr 0 0 50k 50k 0 33.3k 0 214.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,214.4/hr Shark Cost/hr {"duration":1905113650,"quantity":126050,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 113.4k Shark"]} {"quantity":126050,"messages":[],"newKC":126050} +Iorwerth Warrior mage-def 93k XP/hr 0 0 35k 35k 0 23.3k 0 150.1 Sharks/hr Loot/hr 150.1/hr Shark Cost/hr {"duration":1905113650,"quantity":88235,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 79.4k Shark"]} {"quantity":88235,"messages":[],"newKC":88235} +Iorwerth Warrior mage-def 93k XP/hr 0 0 35k 35k 0 23.3k 0 150.1 Sharks/hr Loot/hr 150.1/hr Shark Cost/hr {"duration":1905113650,"quantity":88235,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 79.4k Shark"]} {"quantity":88235,"messages":[],"newKC":88235} +Iorwerth Warrior mage 133k XP/hr 0 0 0 100k 0 33.3k 0 214.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,214.4/hr Shark Cost/hr {"duration":1905113650,"quantity":126050,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 113.4k Shark"]} {"quantity":126050,"messages":[],"newKC":126050} +Iorwerth Warrior mage 93k XP/hr 0 0 0 70k 0 23.3k 0 150.1 Sharks/hr Loot/hr 150.1/hr Shark Cost/hr {"duration":1905113650,"quantity":88235,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 79.4k Shark"]} {"quantity":88235,"messages":[],"newKC":88235} +Iorwerth Warrior mage 93k XP/hr 0 0 0 70k 0 23.3k 0 150.1 Sharks/hr Loot/hr 150.1/hr Shark Cost/hr {"duration":1905113650,"quantity":88235,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 79.4k Shark"]} {"quantity":88235,"messages":[],"newKC":88235} +Iorwerth Warrior range-def 133k XP/hr 0 0 50k 0 50k 33.3k 0 214.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,214.4/hr Shark Cost/hr {"duration":1905113650,"quantity":126050,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 113.4k Shark"]} {"quantity":126050,"messages":[],"newKC":126050} +Iorwerth Warrior range-def 93k XP/hr 0 0 35k 0 35k 23.3k 0 150.1 Sharks/hr Loot/hr 150.1/hr Shark Cost/hr {"duration":1905113650,"quantity":88235,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 79.4k Shark"]} {"quantity":88235,"messages":[],"newKC":88235} +Iorwerth Warrior range-def 93k XP/hr 0 0 35k 0 35k 23.3k 0 150.1 Sharks/hr Loot/hr 150.1/hr Shark Cost/hr {"duration":1905113650,"quantity":88235,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 79.4k Shark"]} {"quantity":88235,"messages":[],"newKC":88235} +Iorwerth Warrior range 133k XP/hr 0 0 0 0 100k 33.3k 0 214.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,214.4/hr Shark Cost/hr {"duration":1905113650,"quantity":126050,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 113.4k Shark"]} {"quantity":126050,"messages":[],"newKC":126050} +Iorwerth Warrior range 93k XP/hr 0 0 0 0 70k 23.3k 0 150.1 Sharks/hr Loot/hr 150.1/hr Shark Cost/hr {"duration":1905113650,"quantity":88235,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 79.4k Shark"]} {"quantity":88235,"messages":[],"newKC":88235} +Iorwerth Warrior range 93k XP/hr 0 0 0 0 70k 23.3k 0 150.1 Sharks/hr Loot/hr 150.1/hr Shark Cost/hr {"duration":1905113650,"quantity":88235,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 79.4k Shark"]} {"quantity":88235,"messages":[],"newKC":88235} +Iron Dragon atk-str-def 123k XP/hr 25.7k 25.7k 25.7k 0 0 25.7k 20.3k 184.2 Sharks/hr Loot/hr 1088.4/hr Cannonball,184.2/hr Shark Cost/hr {"duration":307782720,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 93.1k Cannonball, 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon atk-str-def 86k XP/hr 18k 18k 18k 0 0 18k 14.2k 129.0 Sharks/hr Loot/hr 129.0/hr Shark Cost/hr {"duration":439685820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon atk-str-def 86k XP/hr 18k 18k 18k 0 0 18k 14.2k 129.0 Sharks/hr Loot/hr 129.0/hr Shark Cost/hr {"duration":439685820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon mage-def 105k XP/hr 0 0 32.8k 32.8k 0 21.8k 17.2k 156.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,156.6/hr Shark Cost/hr {"duration":362096280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 109.5k Cannonball, 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon mage-def 73k XP/hr 0 0 23k 23k 0 15.3k 12.1k 109.6 Sharks/hr Loot/hr 109.6/hr Shark Cost/hr {"duration":517275360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon mage-def 73k XP/hr 0 0 23k 23k 0 15.3k 12.1k 109.6 Sharks/hr Loot/hr 109.6/hr Shark Cost/hr {"duration":517275360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon mage 105k XP/hr 0 0 0 65.6k 0 21.8k 17.2k 156.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,156.6/hr Shark Cost/hr {"duration":362096280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 109.5k Cannonball, 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon mage 73k XP/hr 0 0 0 45.9k 0 15.3k 12.1k 109.6 Sharks/hr Loot/hr 109.6/hr Shark Cost/hr {"duration":517275360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon mage 73k XP/hr 0 0 0 45.9k 0 15.3k 12.1k 109.6 Sharks/hr Loot/hr 109.6/hr Shark Cost/hr {"duration":517275360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon range-def 105k XP/hr 0 0 32.8k 0 32.8k 21.8k 17.2k 156.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,156.6/hr Shark Cost/hr {"duration":362096280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 109.5k Cannonball, 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon range-def 73k XP/hr 0 0 23k 0 23k 15.3k 12.1k 109.6 Sharks/hr Loot/hr 109.6/hr Shark Cost/hr {"duration":517275360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon range-def 73k XP/hr 0 0 23k 0 23k 15.3k 12.1k 109.6 Sharks/hr Loot/hr 109.6/hr Shark Cost/hr {"duration":517275360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon range 105k XP/hr 0 0 0 0 65.6k 21.8k 17.2k 156.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,156.6/hr Shark Cost/hr {"duration":362096280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 109.5k Cannonball, 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon range 73k XP/hr 0 0 0 0 45.9k 15.3k 12.1k 109.6 Sharks/hr Loot/hr 109.6/hr Shark Cost/hr {"duration":517275360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Iron Dragon range 73k XP/hr 0 0 0 0 45.9k 15.3k 12.1k 109.6 Sharks/hr Loot/hr 109.6/hr Shark Cost/hr {"duration":517275360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 15.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Jackal atk-str-def 88k XP/hr 21.9k 21.9k 21.9k 0 0 21.8k 0 285.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,285.8/hr Shark Cost/hr {"duration":1905115972,"quantity":321811,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 151.3k Shark"]} {"quantity":321811,"messages":[],"newKC":321811} +Jackal atk-str-def 61k XP/hr 15.3k 15.3k 15.3k 0 0 15.3k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905114910,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":225281,"messages":[],"newKC":225281} +Jackal atk-str-def 61k XP/hr 15.3k 15.3k 15.3k 0 0 15.3k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905114910,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":225281,"messages":[],"newKC":225281} +Jackal mage-def 88k XP/hr 0 0 32.8k 32.8k 0 21.8k 0 285.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,285.8/hr Shark Cost/hr {"duration":1905115972,"quantity":321811,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 151.3k Shark"]} {"quantity":321811,"messages":[],"newKC":321811} +Jackal mage-def 61k XP/hr 0 0 23k 23k 0 15.3k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905114910,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":225281,"messages":[],"newKC":225281} +Jackal mage-def 61k XP/hr 0 0 23k 23k 0 15.3k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905114910,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":225281,"messages":[],"newKC":225281} +Jackal mage 88k XP/hr 0 0 0 65.7k 0 21.8k 0 285.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,285.8/hr Shark Cost/hr {"duration":1905115972,"quantity":321811,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 151.3k Shark"]} {"quantity":321811,"messages":[],"newKC":321811} +Jackal mage 61k XP/hr 0 0 0 46k 0 15.3k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905114910,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":225281,"messages":[],"newKC":225281} +Jackal mage 61k XP/hr 0 0 0 46k 0 15.3k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905114910,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":225281,"messages":[],"newKC":225281} +Jackal range-def 88k XP/hr 0 0 32.8k 0 32.8k 21.8k 0 285.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,285.8/hr Shark Cost/hr {"duration":1905115972,"quantity":321811,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 151.3k Shark"]} {"quantity":321811,"messages":[],"newKC":321811} +Jackal range-def 61k XP/hr 0 0 23k 0 23k 15.3k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905114910,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":225281,"messages":[],"newKC":225281} +Jackal range-def 61k XP/hr 0 0 23k 0 23k 15.3k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905114910,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":225281,"messages":[],"newKC":225281} +Jackal range 88k XP/hr 0 0 0 0 65.7k 21.8k 0 285.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,285.8/hr Shark Cost/hr {"duration":1905115972,"quantity":321811,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 151.3k Shark"]} {"quantity":321811,"messages":[],"newKC":321811} +Jackal range 61k XP/hr 0 0 0 0 46k 15.3k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905114910,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":225281,"messages":[],"newKC":225281} +Jackal range 61k XP/hr 0 0 0 0 46k 15.3k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905114910,"quantity":225281,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","6% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":225281,"messages":[],"newKC":225281} +Jelly atk-str-def 101k XP/hr 21.3k 21.3k 21.3k 0 0 21.2k 16k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.72% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9979,"messages":["You missed out on 21x kills because of pk encounters","You killed 9979x of your 10000 remaining kills, you now have 21 kills remaining."],"newKC":9979} +Jelly atk-str-def 101k XP/hr 21.3k 21.3k 21.3k 0 0 21.2k 16k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":15},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.06% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9973,"messages":["You missed out on 27x kills because of pk encounters","You killed 9973x of your 10000 remaining kills, you now have 27 kills remaining."],"newKC":9973} +Jelly atk-str-def 101k XP/hr 21.3k 21.3k 21.3k 0 0 21.2k 15.9k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":20},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.19% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9964,"messages":["You missed out on 36x kills because of pk encounters","You killed 9964x of your 10000 remaining kills, you now have 36 kills remaining."],"newKC":9964} +Jelly atk-str-def 122k XP/hr 25.6k 25.6k 25.6k 0 0 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly atk-str-def 122k XP/hr 25.6k 25.6k 25.6k 0 0 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly atk-str-def 122k XP/hr 25.6k 25.6k 25.6k 0 0 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly mage-def 101k XP/hr 0 0 31.9k 31.9k 0 21.2k 16k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.72% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9972,"messages":["You missed out on 28x kills because of pk encounters","You killed 9972x of your 10000 remaining kills, you now have 28 kills remaining."],"newKC":9972} +Jelly mage-def 101k XP/hr 0 0 31.9k 31.9k 0 21.2k 16k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.23% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9966,"messages":["You missed out on 34x kills because of pk encounters","You killed 9966x of your 10000 remaining kills, you now have 34 kills remaining."],"newKC":9966} +Jelly mage-def 101k XP/hr 0 0 31.9k 31.9k 0 21.2k 15.9k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":25},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.43% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9956,"messages":["You missed out on 44x kills because of pk encounters","You killed 9956x of your 10000 remaining kills, you now have 44 kills remaining."],"newKC":9956} +Jelly mage-def 122k XP/hr 0 0 38.4k 38.4k 0 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly mage-def 122k XP/hr 0 0 38.4k 38.4k 0 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly mage-def 122k XP/hr 0 0 38.4k 38.4k 0 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly mage 101k XP/hr 0 0 0 63.8k 0 21.2k 16k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.81% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9966,"messages":["You missed out on 34x kills because of pk encounters","You killed 9966x of your 10000 remaining kills, you now have 34 kills remaining."],"newKC":9966} +Jelly mage 101k XP/hr 0 0 0 63.8k 0 21.2k 15.9k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":20},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.29% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9964,"messages":["You missed out on 36x kills because of pk encounters","You killed 9964x of your 10000 remaining kills, you now have 36 kills remaining."],"newKC":9964} +Jelly mage 101k XP/hr 0 0 0 63.7k 0 21.2k 15.9k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":15},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.56% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9947,"messages":["You missed out on 53x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9947x of your 10000 remaining kills, you now have 53 kills remaining."],"newKC":9947} +Jelly mage 122k XP/hr 0 0 0 76.8k 0 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly mage 122k XP/hr 0 0 0 76.8k 0 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly mage 122k XP/hr 0 0 0 76.8k 0 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly range-def 101k XP/hr 0 0 31.9k 0 31.9k 21.2k 16k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.49% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9979,"messages":["You missed out on 21x kills because of pk encounters","You killed 9979x of your 10000 remaining kills, you now have 21 kills remaining."],"newKC":9979} +Jelly range-def 101k XP/hr 0 0 31.9k 0 31.9k 21.2k 16k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.59% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9972,"messages":["You missed out on 28x kills because of pk encounters","You killed 9972x of your 10000 remaining kills, you now have 28 kills remaining."],"newKC":9972} +Jelly range-def 101k XP/hr 0 0 31.9k 0 31.9k 21.2k 16k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.64% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9968,"messages":["You missed out on 32x kills because of pk encounters","You killed 9968x of your 10000 remaining kills, you now have 32 kills remaining."],"newKC":9968} +Jelly range-def 122k XP/hr 0 0 38.4k 0 38.4k 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly range-def 122k XP/hr 0 0 38.4k 0 38.4k 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly range-def 122k XP/hr 0 0 38.4k 0 38.4k 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly range 101k XP/hr 0 0 0 0 63.9k 21.2k 16k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":14},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.54% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9975,"messages":["You missed out on 25x kills because of pk encounters","You killed 9975x of your 10000 remaining kills, you now have 25 kills remaining."],"newKC":9975} +Jelly range 101k XP/hr 0 0 0 0 63.7k 21.2k 15.9k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":27},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.54% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9952,"messages":["You missed out on 48x kills because of pk encounters","You killed 9952x of your 10000 remaining kills, you now have 48 kills remaining."],"newKC":9952} +Jelly range 101k XP/hr 0 0 0 0 63.7k 21.2k 15.9k 134.5 Sharks/hr Loot/hr 134.5/hr Shark Cost/hr {"duration":168682500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":14},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.76% per pk encounter (8% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 6.3k Shark"]} {"quantity":9950,"messages":["You missed out on 50x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9950x of your 10000 remaining kills, you now have 50 kills remaining."],"newKC":9950} +Jelly range 122k XP/hr 0 0 0 0 76.8k 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly range 122k XP/hr 0 0 0 0 76.8k 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jelly range 122k XP/hr 0 0 0 0 76.8k 25.5k 19.2k 161.3 Sharks/hr Loot/hr 161.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jogre atk-str-def 194k XP/hr 48.6k 48.6k 48.6k 0 0 48.5k 0 383.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,383.1/hr Shark Cost/hr {"duration":1058396244,"quantity":178757,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 112.6k Shark"]} {"quantity":178757,"messages":[],"newKC":178757} +Jogre atk-str-def 87k XP/hr 21.9k 21.9k 21.9k 0 0 21.8k 0 172.4 Sharks/hr Loot/hr 172.4/hr Shark Cost/hr {"duration":1905113066,"quantity":144791,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.2k Shark"]} {"quantity":144791,"messages":[],"newKC":144791} +Jogre atk-str-def 87k XP/hr 21.9k 21.9k 21.9k 0 0 21.8k 0 172.4 Sharks/hr Loot/hr 172.4/hr Shark Cost/hr {"duration":1905113066,"quantity":144791,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.2k Shark"]} {"quantity":144791,"messages":[],"newKC":144791} +Jogre mage-def 194k XP/hr 0 0 73k 73k 0 48.5k 0 383.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,383.1/hr Shark Cost/hr {"duration":1058396244,"quantity":178757,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 112.6k Shark"]} {"quantity":178757,"messages":[],"newKC":178757} +Jogre mage-def 87k XP/hr 0 0 32.8k 32.8k 0 21.8k 0 172.4 Sharks/hr Loot/hr 172.4/hr Shark Cost/hr {"duration":1905113066,"quantity":144791,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.2k Shark"]} {"quantity":144791,"messages":[],"newKC":144791} +Jogre mage-def 87k XP/hr 0 0 32.8k 32.8k 0 21.8k 0 172.4 Sharks/hr Loot/hr 172.4/hr Shark Cost/hr {"duration":1905113066,"quantity":144791,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.2k Shark"]} {"quantity":144791,"messages":[],"newKC":144791} +Jogre mage 194k XP/hr 0 0 0 145.9k 0 48.5k 0 383.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,383.1/hr Shark Cost/hr {"duration":1058396244,"quantity":178757,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 112.6k Shark"]} {"quantity":178757,"messages":[],"newKC":178757} +Jogre mage 87k XP/hr 0 0 0 65.7k 0 21.8k 0 172.4 Sharks/hr Loot/hr 172.4/hr Shark Cost/hr {"duration":1905113066,"quantity":144791,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.2k Shark"]} {"quantity":144791,"messages":[],"newKC":144791} +Jogre mage 87k XP/hr 0 0 0 65.7k 0 21.8k 0 172.4 Sharks/hr Loot/hr 172.4/hr Shark Cost/hr {"duration":1905113066,"quantity":144791,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.2k Shark"]} {"quantity":144791,"messages":[],"newKC":144791} +Jogre range-def 194k XP/hr 0 0 73k 0 73k 48.5k 0 383.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,383.1/hr Shark Cost/hr {"duration":1058396244,"quantity":178757,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 112.6k Shark"]} {"quantity":178757,"messages":[],"newKC":178757} +Jogre range-def 87k XP/hr 0 0 32.8k 0 32.8k 21.8k 0 172.4 Sharks/hr Loot/hr 172.4/hr Shark Cost/hr {"duration":1905113066,"quantity":144791,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.2k Shark"]} {"quantity":144791,"messages":[],"newKC":144791} +Jogre range-def 87k XP/hr 0 0 32.8k 0 32.8k 21.8k 0 172.4 Sharks/hr Loot/hr 172.4/hr Shark Cost/hr {"duration":1905113066,"quantity":144791,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.2k Shark"]} {"quantity":144791,"messages":[],"newKC":144791} +Jogre range 194k XP/hr 0 0 0 0 145.9k 48.5k 0 383.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,383.1/hr Shark Cost/hr {"duration":1058396244,"quantity":178757,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 112.6k Shark"]} {"quantity":178757,"messages":[],"newKC":178757} +Jogre range 87k XP/hr 0 0 0 0 65.7k 21.8k 0 172.4 Sharks/hr Loot/hr 172.4/hr Shark Cost/hr {"duration":1905113066,"quantity":144791,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.2k Shark"]} {"quantity":144791,"messages":[],"newKC":144791} +Jogre range 87k XP/hr 0 0 0 0 65.7k 21.8k 0 172.4 Sharks/hr Loot/hr 172.4/hr Shark Cost/hr {"duration":1905113066,"quantity":144791,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.2k Shark"]} {"quantity":144791,"messages":[],"newKC":144791} +Jubster atk-str-def 73k XP/hr 18.3k 18.3k 18.3k 0 0 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster atk-str-def 73k XP/hr 18.3k 18.3k 18.3k 0 0 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster atk-str-def 73k XP/hr 18.3k 18.3k 18.3k 0 0 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster mage-def 73k XP/hr 0 0 27.5k 27.5k 0 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster mage-def 73k XP/hr 0 0 27.5k 27.5k 0 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster mage-def 73k XP/hr 0 0 27.5k 27.5k 0 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster mage 73k XP/hr 0 0 0 54.9k 0 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster mage 73k XP/hr 0 0 0 54.9k 0 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster mage 73k XP/hr 0 0 0 54.9k 0 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster range-def 73k XP/hr 0 0 27.5k 0 27.5k 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster range-def 73k XP/hr 0 0 27.5k 0 27.5k 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster range-def 73k XP/hr 0 0 27.5k 0 27.5k 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster range 73k XP/hr 0 0 0 0 54.9k 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster range 73k XP/hr 0 0 0 0 54.9k 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jubster range 73k XP/hr 0 0 0 0 54.9k 18.3k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw lobster,228.8/hr Raw jubbly,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw jubbly, 121.1k Raw lobster, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Jungle horror atk-str-def 145k XP/hr 30.5k 30.5k 30.5k 0 0 30.4k 22.9k 320.1 Sharks/hr Loot/hr 1088.5/hr Cannonball,320.1/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror atk-str-def 101k XP/hr 21.3k 21.3k 21.3k 0 0 21.3k 16k 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror atk-str-def 101k XP/hr 21.3k 21.3k 21.3k 0 0 21.3k 16k 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror mage-def 145k XP/hr 0 0 45.7k 45.7k 0 30.4k 22.9k 320.1 Sharks/hr Loot/hr 1088.5/hr Cannonball,320.1/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror mage-def 101k XP/hr 0 0 32k 32k 0 21.3k 16k 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror mage-def 101k XP/hr 0 0 32k 32k 0 21.3k 16k 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror mage 145k XP/hr 0 0 0 91.5k 0 30.4k 22.9k 320.1 Sharks/hr Loot/hr 1088.5/hr Cannonball,320.1/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror mage 101k XP/hr 0 0 0 64k 0 21.3k 16k 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror mage 101k XP/hr 0 0 0 64k 0 21.3k 16k 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror range-def 145k XP/hr 0 0 45.7k 0 45.7k 30.4k 22.9k 320.1 Sharks/hr Loot/hr 1088.5/hr Cannonball,320.1/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror range-def 101k XP/hr 0 0 32k 0 32k 21.3k 16k 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror range-def 101k XP/hr 0 0 32k 0 32k 21.3k 16k 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror range 145k XP/hr 0 0 0 0 91.5k 30.4k 22.9k 320.1 Sharks/hr Loot/hr 1088.5/hr Cannonball,320.1/hr Shark Cost/hr {"duration":70851060,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 21.4k Cannonball, 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror range 101k XP/hr 0 0 0 0 64k 21.3k 16k 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle horror range 101k XP/hr 0 0 0 0 64k 21.3k 16k 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Jungle Wolf atk-str-def 78k XP/hr 19.6k 19.6k 19.6k 0 0 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf atk-str-def 78k XP/hr 19.6k 19.6k 19.6k 0 0 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf atk-str-def 78k XP/hr 19.6k 19.6k 19.6k 0 0 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf mage-def 78k XP/hr 0 0 29.5k 29.5k 0 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf mage-def 78k XP/hr 0 0 29.5k 29.5k 0 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf mage-def 78k XP/hr 0 0 29.5k 29.5k 0 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf mage 78k XP/hr 0 0 0 58.9k 0 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf mage 78k XP/hr 0 0 0 58.9k 0 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf mage 78k XP/hr 0 0 0 58.9k 0 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf range-def 78k XP/hr 0 0 29.5k 0 29.5k 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf range-def 78k XP/hr 0 0 29.5k 0 29.5k 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf range-def 78k XP/hr 0 0 29.5k 0 29.5k 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf range 78k XP/hr 0 0 0 0 58.9k 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf range 78k XP/hr 0 0 0 0 58.9k 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Jungle Wolf range 78k XP/hr 0 0 0 0 58.9k 19.6k 0 211.3 Sharks/hr Loot/hr 211.3/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 111.8k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +K'ril Tsutsaroth atk-str-def 131k XP/hr 27.7k 27.7k 27.7k 0 0 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth atk-str-def 131k XP/hr 27.7k 27.7k 27.7k 0 0 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth atk-str-def 131k XP/hr 27.7k 27.7k 27.7k 0 0 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth mage-def 131k XP/hr 0 0 41.5k 41.5k 0 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth mage-def 131k XP/hr 0 0 41.5k 41.5k 0 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth mage-def 131k XP/hr 0 0 41.5k 41.5k 0 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth mage 131k XP/hr 0 0 0 83k 0 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth mage 131k XP/hr 0 0 0 83k 0 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth mage 131k XP/hr 0 0 0 83k 0 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth range-def 131k XP/hr 0 0 41.5k 0 41.5k 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth range-def 131k XP/hr 0 0 41.5k 0 41.5k 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth range-def 131k XP/hr 0 0 41.5k 0 41.5k 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth range 131k XP/hr 0 0 0 0 83k 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth range 131k XP/hr 0 0 0 0 83k 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +K'ril Tsutsaroth range 131k XP/hr 0 0 0 0 83k 27.6k 12.7k 69.7 Sharks/hr Loot/hr 69.7/hr Shark Cost/hr {"duration":1393604100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Dragon warhammer","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["3050000 Prayer XP from purifying 30000x Malicious ashes, 10000x Infernal ashes using the Ash Sanctifier (960000 charges left).","**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Guardian atk-str-def 215k XP/hr 53.7k 53.7k 53.7k 0 0 53.6k 0 426.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":1058388607,"quantity":69714,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 125.5k Shark"]} {"quantity":69714,"messages":[],"newKC":69714} +Kalphite Guardian atk-str-def 97k XP/hr 24.2k 24.2k 24.2k 0 0 24.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905100155,"quantity":56470,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":56470,"messages":[],"newKC":56470} +Kalphite Guardian atk-str-def 97k XP/hr 24.2k 24.2k 24.2k 0 0 24.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905100155,"quantity":56470,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":56470,"messages":[],"newKC":56470} +Kalphite Guardian mage-def 215k XP/hr 0 0 80.6k 80.6k 0 53.6k 0 426.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":1058388607,"quantity":69714,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 125.5k Shark"]} {"quantity":69714,"messages":[],"newKC":69714} +Kalphite Guardian mage-def 97k XP/hr 0 0 36.3k 36.3k 0 24.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905100155,"quantity":56470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":56470,"messages":[],"newKC":56470} +Kalphite Guardian mage-def 97k XP/hr 0 0 36.3k 36.3k 0 24.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905100155,"quantity":56470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":56470,"messages":[],"newKC":56470} +Kalphite Guardian mage 215k XP/hr 0 0 0 161.2k 0 53.6k 0 426.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":1058388607,"quantity":69714,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 125.5k Shark"]} {"quantity":69714,"messages":[],"newKC":69714} +Kalphite Guardian mage 97k XP/hr 0 0 0 72.6k 0 24.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905100155,"quantity":56470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":56470,"messages":[],"newKC":56470} +Kalphite Guardian mage 97k XP/hr 0 0 0 72.6k 0 24.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905100155,"quantity":56470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":56470,"messages":[],"newKC":56470} +Kalphite Guardian range-def 215k XP/hr 0 0 80.6k 0 80.6k 53.6k 0 426.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":1058388607,"quantity":69714,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 125.5k Shark"]} {"quantity":69714,"messages":[],"newKC":69714} +Kalphite Guardian range-def 97k XP/hr 0 0 36.3k 0 36.3k 24.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905100155,"quantity":56470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":56470,"messages":[],"newKC":56470} +Kalphite Guardian range-def 97k XP/hr 0 0 36.3k 0 36.3k 24.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905100155,"quantity":56470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":56470,"messages":[],"newKC":56470} +Kalphite Guardian range 215k XP/hr 0 0 0 0 161.2k 53.6k 0 426.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":1058388607,"quantity":69714,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 125.5k Shark"]} {"quantity":69714,"messages":[],"newKC":69714} +Kalphite Guardian range 97k XP/hr 0 0 0 0 72.6k 24.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905100155,"quantity":56470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":56470,"messages":[],"newKC":56470} +Kalphite Guardian range 97k XP/hr 0 0 0 0 72.6k 24.1k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905100155,"quantity":56470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":56470,"messages":[],"newKC":56470} +Kalphite Queen atk-str-def 120k XP/hr 25.3k 25.3k 25.3k 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen atk-str-def 120k XP/hr 25.3k 25.3k 25.3k 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen atk-str-def 120k XP/hr 25.3k 25.3k 25.3k 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen str 120k XP/hr 0 76k 0 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen str 120k XP/hr 0 76k 0 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen str 120k XP/hr 0 76k 0 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen str 120k XP/hr 0 76k 0 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen str 120k XP/hr 0 76k 0 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen str 120k XP/hr 0 76k 0 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen str 120k XP/hr 0 76k 0 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen str 120k XP/hr 0 76k 0 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen str 120k XP/hr 0 76k 0 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen str 120k XP/hr 0 76k 0 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen str 120k XP/hr 0 76k 0 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Queen str 120k XP/hr 0 76k 0 0 0 25.3k 19k 95.7 Sharks/hr Loot/hr 95.7/hr Shark Cost/hr {"duration":1015296660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["strength"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Elder maul","5% for Keris partisan of breaching","10% for Ornate rejuvenation pool","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kalphite Soldier atk-str-def 348k XP/hr 87k 87k 87k 0 0 86.8k 0 600.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,600.2/hr Shark Cost/hr {"duration":1058399900,"quantity":213106,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 176.5k Shark"]} {"quantity":213106,"messages":[],"newKC":213106} +Kalphite Soldier atk-str-def 156k XP/hr 39.1k 39.1k 39.1k 0 0 39k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Kalphite Soldier atk-str-def 156k XP/hr 39.1k 39.1k 39.1k 0 0 39k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Kalphite Soldier mage-def 348k XP/hr 0 0 130.5k 130.5k 0 86.8k 0 600.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,600.2/hr Shark Cost/hr {"duration":1058399900,"quantity":213106,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 176.5k Shark"]} {"quantity":213106,"messages":[],"newKC":213106} +Kalphite Soldier mage-def 156k XP/hr 0 0 58.7k 58.7k 0 39k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Kalphite Soldier mage-def 156k XP/hr 0 0 58.7k 58.7k 0 39k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Kalphite Soldier mage 348k XP/hr 0 0 0 260.9k 0 86.8k 0 600.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,600.2/hr Shark Cost/hr {"duration":1058399900,"quantity":213106,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 176.5k Shark"]} {"quantity":213106,"messages":[],"newKC":213106} +Kalphite Soldier mage 156k XP/hr 0 0 0 117.4k 0 39k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Kalphite Soldier mage 156k XP/hr 0 0 0 117.4k 0 39k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Kalphite Soldier range-def 348k XP/hr 0 0 130.5k 0 130.5k 86.8k 0 600.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,600.2/hr Shark Cost/hr {"duration":1058399900,"quantity":213106,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 176.5k Shark"]} {"quantity":213106,"messages":[],"newKC":213106} +Kalphite Soldier range-def 156k XP/hr 0 0 58.7k 0 58.7k 39k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Kalphite Soldier range-def 156k XP/hr 0 0 58.7k 0 58.7k 39k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Kalphite Soldier range 348k XP/hr 0 0 0 0 260.9k 86.8k 0 600.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,600.2/hr Shark Cost/hr {"duration":1058399900,"quantity":213106,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 176.5k Shark"]} {"quantity":213106,"messages":[],"newKC":213106} +Kalphite Soldier range 156k XP/hr 0 0 0 0 117.4k 39k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Kalphite Soldier range 156k XP/hr 0 0 0 0 117.4k 39k 0 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 142.9k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Kalphite Worker atk-str-def 341k XP/hr 71.9k 71.9k 71.9k 0 0 71.7k 53.9k 768.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,768.1/hr Shark Cost/hr {"duration":26715780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 25.2k Cannonball, 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker atk-str-def 154k XP/hr 32.4k 32.4k 32.4k 0 0 32.3k 24.3k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker atk-str-def 154k XP/hr 32.4k 32.4k 32.4k 0 0 32.3k 24.3k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker mage-def 341k XP/hr 0 0 107.8k 107.8k 0 71.7k 53.9k 768.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,768.1/hr Shark Cost/hr {"duration":26715780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 25.2k Cannonball, 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker mage-def 154k XP/hr 0 0 48.5k 48.5k 0 32.3k 24.3k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker mage-def 154k XP/hr 0 0 48.5k 48.5k 0 32.3k 24.3k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker mage 341k XP/hr 0 0 0 215.6k 0 71.7k 53.9k 768.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,768.1/hr Shark Cost/hr {"duration":26715780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 25.2k Cannonball, 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker mage 154k XP/hr 0 0 0 97.1k 0 32.3k 24.3k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker mage 154k XP/hr 0 0 0 97.1k 0 32.3k 24.3k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker range-def 341k XP/hr 0 0 107.8k 0 107.8k 71.7k 53.9k 768.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,768.1/hr Shark Cost/hr {"duration":26715780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 25.2k Cannonball, 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker range-def 154k XP/hr 0 0 48.5k 0 48.5k 32.3k 24.3k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker range-def 154k XP/hr 0 0 48.5k 0 48.5k 32.3k 24.3k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker range 341k XP/hr 0 0 0 0 215.6k 71.7k 53.9k 768.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,768.1/hr Shark Cost/hr {"duration":26715780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 25.2k Cannonball, 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker range 154k XP/hr 0 0 0 0 97.1k 32.3k 24.3k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Kalphite Worker range 154k XP/hr 0 0 0 0 97.1k 32.3k 24.3k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Killerwatt atk-str-def 103k XP/hr 21.8k 21.8k 21.8k 0 0 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt atk-str-def 103k XP/hr 21.8k 21.8k 21.8k 0 0 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt atk-str-def 103k XP/hr 21.8k 21.8k 21.8k 0 0 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt mage-def 103k XP/hr 0 0 32.7k 32.7k 0 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt mage-def 103k XP/hr 0 0 32.7k 32.7k 0 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt mage-def 103k XP/hr 0 0 32.7k 32.7k 0 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt mage 103k XP/hr 0 0 0 65.3k 0 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt mage 103k XP/hr 0 0 0 65.3k 0 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt mage 103k XP/hr 0 0 0 65.3k 0 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt range-def 103k XP/hr 0 0 32.7k 0 32.7k 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt range-def 103k XP/hr 0 0 32.7k 0 32.7k 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt range-def 103k XP/hr 0 0 32.7k 0 32.7k 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt range 103k XP/hr 0 0 0 0 65.3k 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt range 103k XP/hr 0 0 0 0 65.3k 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Killerwatt range 103k XP/hr 0 0 0 0 65.3k 21.7k 16.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +King Black Dragon atk-str-def 74k XP/hr 15.5k 15.5k 15.5k 0 0 15.4k 11.6k 202.5 Sharks/hr Loot/hr 202.5/hr Shark Cost/hr {"duration":800035740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon atk-str-def 74k XP/hr 15.5k 15.5k 15.5k 0 0 15.4k 11.6k 202.5 Sharks/hr Loot/hr 202.5/hr Shark Cost/hr {"duration":800035740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon atk-str-def 74k XP/hr 15.5k 15.5k 15.5k 0 0 15.4k 11.6k 202.5 Sharks/hr Loot/hr 202.5/hr Shark Cost/hr {"duration":800035740,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon mage-def 62k XP/hr 0 0 19.7k 19.7k 0 13.1k 9.9k 172.1 Sharks/hr Loot/hr 172.1/hr Shark Cost/hr {"duration":941217480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon mage-def 62k XP/hr 0 0 19.7k 19.7k 0 13.1k 9.9k 172.1 Sharks/hr Loot/hr 172.1/hr Shark Cost/hr {"duration":941217480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon mage-def 62k XP/hr 0 0 19.7k 19.7k 0 13.1k 9.9k 172.1 Sharks/hr Loot/hr 172.1/hr Shark Cost/hr {"duration":941217480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon mage 62k XP/hr 0 0 0 39.5k 0 13.1k 9.9k 172.1 Sharks/hr Loot/hr 172.1/hr Shark Cost/hr {"duration":941217480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon mage 62k XP/hr 0 0 0 39.5k 0 13.1k 9.9k 172.1 Sharks/hr Loot/hr 172.1/hr Shark Cost/hr {"duration":941217480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon mage 62k XP/hr 0 0 0 39.5k 0 13.1k 9.9k 172.1 Sharks/hr Loot/hr 172.1/hr Shark Cost/hr {"duration":941217480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon range-def 62k XP/hr 0 0 19.7k 0 19.7k 13.1k 9.9k 172.1 Sharks/hr Loot/hr 172.1/hr Shark Cost/hr {"duration":941217480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon range-def 62k XP/hr 0 0 19.7k 0 19.7k 13.1k 9.9k 172.1 Sharks/hr Loot/hr 172.1/hr Shark Cost/hr {"duration":941217480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon range-def 62k XP/hr 0 0 19.7k 0 19.7k 13.1k 9.9k 172.1 Sharks/hr Loot/hr 172.1/hr Shark Cost/hr {"duration":941217480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon range 62k XP/hr 0 0 0 0 39.5k 13.1k 9.9k 172.1 Sharks/hr Loot/hr 172.1/hr Shark Cost/hr {"duration":941217480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon range 62k XP/hr 0 0 0 0 39.5k 13.1k 9.9k 172.1 Sharks/hr Loot/hr 172.1/hr Shark Cost/hr {"duration":941217480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Black Dragon range 62k XP/hr 0 0 0 0 39.5k 13.1k 9.9k 172.1 Sharks/hr Loot/hr 172.1/hr Shark Cost/hr {"duration":941217480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +King Scorpion atk-str-def 56k XP/hr 13.9k 13.9k 13.9k 0 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion atk-str-def 56k XP/hr 13.9k 13.9k 13.9k 0 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion atk-str-def 56k XP/hr 13.9k 13.9k 13.9k 0 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion atk-str-def 56k XP/hr 13.9k 13.9k 13.9k 0 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion atk-str-def 56k XP/hr 13.9k 13.9k 13.9k 0 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion atk-str-def 56k XP/hr 13.9k 13.9k 13.9k 0 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion mage-def 56k XP/hr 0 0 20.9k 20.9k 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion mage-def 56k XP/hr 0 0 20.9k 20.9k 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion mage-def 56k XP/hr 0 0 20.9k 20.9k 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion mage-def 56k XP/hr 0 0 20.9k 20.9k 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion mage-def 56k XP/hr 0 0 20.9k 20.9k 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion mage-def 56k XP/hr 0 0 20.9k 20.9k 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion mage 56k XP/hr 0 0 0 41.8k 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion mage 56k XP/hr 0 0 0 41.8k 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion mage 56k XP/hr 0 0 0 41.8k 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion mage 56k XP/hr 0 0 0 41.8k 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion mage 56k XP/hr 0 0 0 41.8k 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion mage 56k XP/hr 0 0 0 41.8k 0 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion range-def 56k XP/hr 0 0 20.9k 0 20.9k 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion range-def 56k XP/hr 0 0 20.9k 0 20.9k 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion range-def 56k XP/hr 0 0 20.9k 0 20.9k 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion range-def 56k XP/hr 0 0 20.9k 0 20.9k 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion range-def 56k XP/hr 0 0 20.9k 0 20.9k 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion range-def 56k XP/hr 0 0 20.9k 0 20.9k 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion range 56k XP/hr 0 0 0 0 41.8k 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion range 56k XP/hr 0 0 0 0 41.8k 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion range 56k XP/hr 0 0 0 0 41.8k 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.00% per pk encounter (0% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion range 56k XP/hr 0 0 0 0 41.8k 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion range 56k XP/hr 0 0 0 0 41.8k 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +King Scorpion range 56k XP/hr 0 0 0 0 41.8k 13.9k 0 224.1 Sharks/hr Loot/hr 224.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 118.6k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Kraken mage-def 151k XP/hr 0 0 47.7k 47.7k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage-def 151k XP/hr 0 0 47.7k 47.7k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage-def 151k XP/hr 0 0 47.7k 47.7k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage 151k XP/hr 0 0 0 95.5k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage 151k XP/hr 0 0 0 95.5k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage 151k XP/hr 0 0 0 95.5k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage 151k XP/hr 0 0 0 95.5k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage 151k XP/hr 0 0 0 95.5k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage 151k XP/hr 0 0 0 95.5k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage 151k XP/hr 0 0 0 95.5k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage 151k XP/hr 0 0 0 95.5k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage 151k XP/hr 0 0 0 95.5k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage 151k XP/hr 0 0 0 95.5k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage 151k XP/hr 0 0 0 95.5k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kraken mage 151k XP/hr 0 0 0 95.5k 0 31.7k 23.9k 589.7 Sharks/hr Loot/hr 589.7/hr Shark Cost/hr {"duration":384587280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Tumeken's shadow","5% for Imbued heart","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range-def 113k XP/hr 0 0 35.6k 0 35.6k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range-def 113k XP/hr 0 0 35.6k 0 35.6k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range-def 113k XP/hr 0 0 35.6k 0 35.6k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range 113k XP/hr 0 0 0 0 71.2k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range 113k XP/hr 0 0 0 0 71.2k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range 113k XP/hr 0 0 0 0 71.2k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range 113k XP/hr 0 0 0 0 71.2k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range 113k XP/hr 0 0 0 0 71.2k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range 113k XP/hr 0 0 0 0 71.2k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range 113k XP/hr 0 0 0 0 71.2k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range 113k XP/hr 0 0 0 0 71.2k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range 113k XP/hr 0 0 0 0 71.2k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range 113k XP/hr 0 0 0 0 71.2k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range 113k XP/hr 0 0 0 0 71.2k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kree'arra range 113k XP/hr 0 0 0 0 71.2k 23.7k 17.9k 77.6 Sharks/hr Loot/hr 77.6/hr Shark Cost/hr {"duration":1502460540,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Twisted bow","1% for Masori body (f)","1% for Masori chaps (f)","1% for Masori mask (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 32.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Kurask atk-str-def 210k XP/hr 44.3k 44.3k 44.3k 0 0 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask atk-str-def 210k XP/hr 44.3k 44.3k 44.3k 0 0 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask atk-str-def 210k XP/hr 44.3k 44.3k 44.3k 0 0 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask mage-def 210k XP/hr 0 0 66.4k 66.4k 0 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask mage-def 210k XP/hr 0 0 66.4k 66.4k 0 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask mage-def 210k XP/hr 0 0 66.4k 66.4k 0 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask mage 210k XP/hr 0 0 0 132.8k 0 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask mage 210k XP/hr 0 0 0 132.8k 0 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask mage 210k XP/hr 0 0 0 132.8k 0 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask range-def 210k XP/hr 0 0 66.4k 0 66.4k 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask range-def 210k XP/hr 0 0 66.4k 0 66.4k 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask range-def 210k XP/hr 0 0 66.4k 0 66.4k 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask range 210k XP/hr 0 0 0 0 132.8k 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask range 210k XP/hr 0 0 0 0 132.8k 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Kurask range 210k XP/hr 0 0 0 0 132.8k 44.2k 33.2k 400.6 Sharks/hr Loot/hr 400.6/hr Shark Cost/hr {"duration":105143220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lava dragon atk-str-def 74k XP/hr 15.3k 15.3k 15.3k 0 0 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.08% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Lava dragon atk-str-def 74k XP/hr 15.3k 15.3k 15.3k 0 0 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.21% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Lava dragon atk-str-def 74k XP/hr 15.3k 15.3k 15.3k 0 0 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.13% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Lava dragon mage-def 74k XP/hr 0 0 23k 23k 0 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.46% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Lava dragon mage-def 74k XP/hr 0 0 23k 23k 0 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.74% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Lava dragon mage-def 74k XP/hr 0 0 23k 23k 0 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.52% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Lava dragon mage 74k XP/hr 0 0 0 46k 0 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.88% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Lava dragon mage 74k XP/hr 0 0 0 46k 0 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.81% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Lava dragon mage 74k XP/hr 0 0 0 46k 0 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.41% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Lava dragon range-def 74k XP/hr 0 0 23k 0 23k 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.33% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Lava dragon range-def 74k XP/hr 0 0 23k 0 23k 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.60% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Lava dragon range-def 74k XP/hr 0 0 23k 0 23k 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.30% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Lava dragon range 74k XP/hr 0 0 0 0 46k 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.38% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Lava dragon range 74k XP/hr 0 0 0 0 46k 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.68% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Lava dragon range 74k XP/hr 0 0 0 0 46k 15.3k 12.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":719482500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 1.62% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":9999,"messages":["You missed out on 1x kills because of pk encounters","You killed 9999x of your 10000 remaining kills, you now have 1 kills remaining."],"newKC":9999} +Lesser demon atk-str-def 126k XP/hr 25.3k 25.3k 25.3k 0 0 25.3k 19k 196.4 Sharks/hr Loot/hr 196.4/hr Shark Cost/hr {"duration":148440600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":39},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.94% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9921,"messages":["You missed out on 79x kills because of pk encounters","248025 Prayer XP from purifying 9921x Vile ashes using the Ash Sanctifier (990079 charges left).","You killed 9921x of your 10000 remaining kills, you now have 79 kills remaining."],"newKC":9921} +Lesser demon atk-str-def 280k XP/hr 56.1k 56.1k 56.1k 0 0 56k 42.1k 436.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,436.5/hr Shark Cost/hr {"duration":66802680,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.09% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 63.1k Cannonball, 8.1k Shark"]} {"quantity":9883,"messages":["You missed out on 117x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","247075 Prayer XP from purifying 9883x Vile ashes using the Ash Sanctifier (990117 charges left).","You killed 9883x of your 10000 remaining kills, you now have 117 kills remaining."],"newKC":9883} +Lesser demon atk-str-def 125k XP/hr 25.1k 25.1k 25.1k 0 0 25k 18.8k 196.4 Sharks/hr Loot/hr 196.4/hr Shark Cost/hr {"duration":148440600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":42},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.48% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9830,"messages":["You missed out on 170x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","245750 Prayer XP from purifying 9830x Vile ashes using the Ash Sanctifier (990170 charges left).","You killed 9830x of your 10000 remaining kills, you now have 170 kills remaining."],"newKC":9830} +Lesser demon atk-str-def 398k XP/hr 79.8k 79.8k 79.8k 0 0 79.6k 59.8k 613.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,613.6/hr Shark Cost/hr {"duration":47522160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 44.9k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon atk-str-def 179k XP/hr 35.9k 35.9k 35.9k 0 0 35.8k 26.9k 276.2 Sharks/hr Loot/hr 276.2/hr Shark Cost/hr {"duration":105593040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon atk-str-def 179k XP/hr 35.9k 35.9k 35.9k 0 0 35.8k 26.9k 276.2 Sharks/hr Loot/hr 276.2/hr Shark Cost/hr {"duration":105593040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon mage-def 126k XP/hr 0 0 38k 38k 0 25.3k 19k 196.4 Sharks/hr Loot/hr 196.4/hr Shark Cost/hr {"duration":148440600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":40},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.20% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9919,"messages":["You missed out on 81x kills because of pk encounters","247975 Prayer XP from purifying 9919x Vile ashes using the Ash Sanctifier (990081 charges left).","You killed 9919x of your 10000 remaining kills, you now have 81 kills remaining."],"newKC":9919} +Lesser demon mage-def 126k XP/hr 0 0 37.9k 37.9k 0 25.2k 19k 196.4 Sharks/hr Loot/hr 196.4/hr Shark Cost/hr {"duration":148440600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":48},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.56% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9903,"messages":["You missed out on 97x kills because of pk encounters","247575 Prayer XP from purifying 9903x Vile ashes using the Ash Sanctifier (990097 charges left).","You killed 9903x of your 10000 remaining kills, you now have 97 kills remaining."],"newKC":9903} +Lesser demon mage-def 280k XP/hr 0 0 84.2k 84.2k 0 56k 42.1k 436.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,436.5/hr Shark Cost/hr {"duration":66802680,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":13},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.28% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 63.1k Cannonball, 8.1k Shark"]} {"quantity":9883,"messages":["You missed out on 117x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","247075 Prayer XP from purifying 9883x Vile ashes using the Ash Sanctifier (990117 charges left).","You killed 9883x of your 10000 remaining kills, you now have 117 kills remaining."],"newKC":9883} +Lesser demon mage-def 398k XP/hr 0 0 119.7k 119.7k 0 79.6k 59.8k 613.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,613.6/hr Shark Cost/hr {"duration":47522160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 44.9k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon mage-def 179k XP/hr 0 0 53.9k 53.9k 0 35.8k 26.9k 276.2 Sharks/hr Loot/hr 276.2/hr Shark Cost/hr {"duration":105593040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon mage-def 179k XP/hr 0 0 53.9k 53.9k 0 35.8k 26.9k 276.2 Sharks/hr Loot/hr 276.2/hr Shark Cost/hr {"duration":105593040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon mage 281k XP/hr 0 0 0 168.8k 0 56.1k 42.2k 436.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,436.5/hr Shark Cost/hr {"duration":66802680,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.92% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 63.1k Cannonball, 8.1k Shark"]} {"quantity":9915,"messages":["You missed out on 85x kills because of pk encounters","247875 Prayer XP from purifying 9915x Vile ashes using the Ash Sanctifier (990085 charges left).","You killed 9915x of your 10000 remaining kills, you now have 85 kills remaining."],"newKC":9915} +Lesser demon mage 126k XP/hr 0 0 0 76k 0 25.3k 19k 196.4 Sharks/hr Loot/hr 196.4/hr Shark Cost/hr {"duration":148440600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":42},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.41% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9915,"messages":["You missed out on 85x kills because of pk encounters","247875 Prayer XP from purifying 9915x Vile ashes using the Ash Sanctifier (990085 charges left).","You killed 9915x of your 10000 remaining kills, you now have 85 kills remaining."],"newKC":9915} +Lesser demon mage 126k XP/hr 0 0 0 76k 0 25.3k 19k 196.4 Sharks/hr Loot/hr 196.4/hr Shark Cost/hr {"duration":148440600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":43},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.73% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9913,"messages":["You missed out on 87x kills because of pk encounters","247825 Prayer XP from purifying 9913x Vile ashes using the Ash Sanctifier (990087 charges left).","You killed 9913x of your 10000 remaining kills, you now have 87 kills remaining."],"newKC":9913} +Lesser demon mage 398k XP/hr 0 0 0 239.4k 0 79.6k 59.8k 613.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,613.6/hr Shark Cost/hr {"duration":47522160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 44.9k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon mage 179k XP/hr 0 0 0 107.7k 0 35.8k 26.9k 276.2 Sharks/hr Loot/hr 276.2/hr Shark Cost/hr {"duration":105593040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon mage 179k XP/hr 0 0 0 107.7k 0 35.8k 26.9k 276.2 Sharks/hr Loot/hr 276.2/hr Shark Cost/hr {"duration":105593040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon range-def 126k XP/hr 0 0 38k 0 38k 25.2k 19k 196.4 Sharks/hr Loot/hr 196.4/hr Shark Cost/hr {"duration":148440600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":47},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.71% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9905,"messages":["You missed out on 95x kills because of pk encounters","247625 Prayer XP from purifying 9905x Vile ashes using the Ash Sanctifier (990095 charges left).","You killed 9905x of your 10000 remaining kills, you now have 95 kills remaining."],"newKC":9905} +Lesser demon range-def 279k XP/hr 0 0 84k 0 84k 55.9k 42k 436.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,436.5/hr Shark Cost/hr {"duration":66802680,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":15},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 2.17% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 63.1k Cannonball, 8.1k Shark"]} {"quantity":9865,"messages":["You missed out on 135x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","246625 Prayer XP from purifying 9865x Vile ashes using the Ash Sanctifier (990135 charges left).","You killed 9865x of your 10000 remaining kills, you now have 135 kills remaining."],"newKC":9865} +Lesser demon range-def 126k XP/hr 0 0 37.8k 0 37.8k 25.2k 18.9k 196.4 Sharks/hr Loot/hr 196.4/hr Shark Cost/hr {"duration":148440600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":32},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.87% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9871,"messages":["You missed out on 129x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","246775 Prayer XP from purifying 9871x Vile ashes using the Ash Sanctifier (990129 charges left).","You killed 9871x of your 10000 remaining kills, you now have 129 kills remaining."],"newKC":9871} +Lesser demon range-def 398k XP/hr 0 0 119.7k 0 119.7k 79.6k 59.8k 613.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,613.6/hr Shark Cost/hr {"duration":47522160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 44.9k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon range-def 179k XP/hr 0 0 53.9k 0 53.9k 35.8k 26.9k 276.2 Sharks/hr Loot/hr 276.2/hr Shark Cost/hr {"duration":105593040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon range-def 179k XP/hr 0 0 53.9k 0 53.9k 35.8k 26.9k 276.2 Sharks/hr Loot/hr 276.2/hr Shark Cost/hr {"duration":105593040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon range 280k XP/hr 0 0 0 0 168.6k 56.1k 42.2k 436.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,436.5/hr Shark Cost/hr {"duration":66802680,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":22},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.80% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 63.1k Cannonball, 8.1k Shark"]} {"quantity":9901,"messages":["You missed out on 99x kills because of pk encounters","247525 Prayer XP from purifying 9901x Vile ashes using the Ash Sanctifier (990099 charges left).","You killed 9901x of your 10000 remaining kills, you now have 99 kills remaining."],"newKC":9901} +Lesser demon range 126k XP/hr 0 0 0 0 76k 25.3k 19k 196.4 Sharks/hr Loot/hr 196.4/hr Shark Cost/hr {"duration":148440600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":39},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.84% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9921,"messages":["You missed out on 79x kills because of pk encounters","248025 Prayer XP from purifying 9921x Vile ashes using the Ash Sanctifier (990079 charges left).","You killed 9921x of your 10000 remaining kills, you now have 79 kills remaining."],"newKC":9921} +Lesser demon range 125k XP/hr 0 0 0 0 75.4k 25.1k 18.9k 196.4 Sharks/hr Loot/hr 196.4/hr Shark Cost/hr {"duration":148440600,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":39},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 1.68% per min (medium peak time)\n**Death Chance:** 1.89% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 8.1k Shark"]} {"quantity":9842,"messages":["You missed out on 158x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","246050 Prayer XP from purifying 9842x Vile ashes using the Ash Sanctifier (990158 charges left).","You killed 9842x of your 10000 remaining kills, you now have 158 kills remaining."],"newKC":9842} +Lesser demon range 398k XP/hr 0 0 0 0 239.4k 79.6k 59.8k 613.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,613.6/hr Shark Cost/hr {"duration":47522160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 44.9k Cannonball, 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon range 179k XP/hr 0 0 0 0 107.7k 35.8k 26.9k 276.2 Sharks/hr Loot/hr 276.2/hr Shark Cost/hr {"duration":105593040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lesser demon range 179k XP/hr 0 0 0 0 107.7k 35.8k 26.9k 276.2 Sharks/hr Loot/hr 276.2/hr Shark Cost/hr {"duration":105593040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","12% for Arclight","3% for Saradomin godsword","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["250000 Prayer XP from purifying 10000x Vile ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Lizard atk-str-def 81k XP/hr 17.1k 17.1k 17.1k 0 0 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard atk-str-def 81k XP/hr 17.1k 17.1k 17.1k 0 0 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard atk-str-def 81k XP/hr 17.1k 17.1k 17.1k 0 0 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard mage-def 81k XP/hr 0 0 25.6k 25.6k 0 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard mage-def 81k XP/hr 0 0 25.6k 25.6k 0 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard mage-def 81k XP/hr 0 0 25.6k 25.6k 0 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard mage 81k XP/hr 0 0 0 51.2k 0 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard mage 81k XP/hr 0 0 0 51.2k 0 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard mage 81k XP/hr 0 0 0 51.2k 0 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard range-def 81k XP/hr 0 0 25.6k 0 25.6k 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard range-def 81k XP/hr 0 0 25.6k 0 25.6k 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard range-def 81k XP/hr 0 0 25.6k 0 25.6k 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard range 81k XP/hr 0 0 0 0 51.2k 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard range 81k XP/hr 0 0 0 0 51.2k 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizard range 81k XP/hr 0 0 0 0 51.2k 17k 12.8k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Lizardman brute atk-str-def 232k XP/hr 58k 58k 58k 0 0 57.8k 0 533.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,533.5/hr Shark Cost/hr {"duration":1058399900,"quantity":213106,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 156.8k Shark"]} {"quantity":213106,"messages":[],"newKC":213106} +Lizardman brute atk-str-def 104k XP/hr 26.1k 26.1k 26.1k 0 0 26k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Lizardman brute atk-str-def 104k XP/hr 26.1k 26.1k 26.1k 0 0 26k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Lizardman brute mage-def 232k XP/hr 0 0 87k 87k 0 57.8k 0 533.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,533.5/hr Shark Cost/hr {"duration":1058399900,"quantity":213106,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 156.8k Shark"]} {"quantity":213106,"messages":[],"newKC":213106} +Lizardman brute mage-def 104k XP/hr 0 0 39.1k 39.1k 0 26k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Lizardman brute mage-def 104k XP/hr 0 0 39.1k 39.1k 0 26k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Lizardman brute mage 232k XP/hr 0 0 0 174k 0 57.8k 0 533.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,533.5/hr Shark Cost/hr {"duration":1058399900,"quantity":213106,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 156.8k Shark"]} {"quantity":213106,"messages":[],"newKC":213106} +Lizardman brute mage 104k XP/hr 0 0 0 78.3k 0 26k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Lizardman brute mage 104k XP/hr 0 0 0 78.3k 0 26k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Lizardman brute range-def 232k XP/hr 0 0 87k 0 87k 57.8k 0 533.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,533.5/hr Shark Cost/hr {"duration":1058399900,"quantity":213106,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 156.8k Shark"]} {"quantity":213106,"messages":[],"newKC":213106} +Lizardman brute range-def 104k XP/hr 0 0 39.1k 0 39.1k 26k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Lizardman brute range-def 104k XP/hr 0 0 39.1k 0 39.1k 26k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Lizardman brute range 232k XP/hr 0 0 0 0 174k 57.8k 0 533.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,533.5/hr Shark Cost/hr {"duration":1058399900,"quantity":213106,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1m Cannonball, 156.8k Shark"]} {"quantity":213106,"messages":[],"newKC":213106} +Lizardman brute range 104k XP/hr 0 0 0 0 78.3k 26k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Lizardman brute range 104k XP/hr 0 0 0 0 78.3k 26k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905117009,"quantity":172634,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":172634,"messages":[],"newKC":172634} +Lizardman Shaman def 148k XP/hr 0 0 111.1k 0 0 37k 0 333.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,333.4/hr Shark Cost/hr {"duration":1905111847,"quantity":98021,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 176.4k Shark"]} {"quantity":98021,"messages":[],"newKC":98021} +Lizardman Shaman def 148k XP/hr 0 0 111.1k 0 0 37k 0 333.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,333.4/hr Shark Cost/hr {"duration":1905111847,"quantity":98021,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 176.4k Shark"]} {"quantity":98021,"messages":[],"newKC":98021} +Lizardman Shaman def 148k XP/hr 0 0 111.1k 0 0 37k 0 333.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,333.4/hr Shark Cost/hr {"duration":1905111847,"quantity":98021,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 176.4k Shark"]} {"quantity":98021,"messages":[],"newKC":98021} +Lizardman Shaman def 104k XP/hr 0 0 77.8k 0 0 25.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905092412,"quantity":68614,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":68614,"messages":[],"newKC":68614} +Lizardman Shaman def 104k XP/hr 0 0 77.8k 0 0 25.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905092412,"quantity":68614,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":68614,"messages":[],"newKC":68614} +Lizardman Shaman def 104k XP/hr 0 0 77.8k 0 0 25.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905092412,"quantity":68614,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":68614,"messages":[],"newKC":68614} +Lizardman Shaman def 104k XP/hr 0 0 77.8k 0 0 25.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905092412,"quantity":68614,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":68614,"messages":[],"newKC":68614} +Lizardman Shaman def 104k XP/hr 0 0 77.8k 0 0 25.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905092412,"quantity":68614,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":68614,"messages":[],"newKC":68614} +Lizardman Shaman def 104k XP/hr 0 0 77.8k 0 0 25.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905092412,"quantity":68614,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":68614,"messages":[],"newKC":68614} +Lizardman Shaman range-def 148k XP/hr 0 0 55.6k 0 55.6k 37k 0 333.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,333.4/hr Shark Cost/hr {"duration":1905111847,"quantity":98021,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 176.4k Shark"]} {"quantity":98021,"messages":[],"newKC":98021} +Lizardman Shaman range-def 104k XP/hr 0 0 38.9k 0 38.9k 25.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905092412,"quantity":68614,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":68614,"messages":[],"newKC":68614} +Lizardman Shaman range-def 104k XP/hr 0 0 38.9k 0 38.9k 25.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905092412,"quantity":68614,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":68614,"messages":[],"newKC":68614} +Lizardman Shaman range 148k XP/hr 0 0 0 0 111.1k 37k 0 333.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,333.4/hr Shark Cost/hr {"duration":1905111847,"quantity":98021,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 176.4k Shark"]} {"quantity":98021,"messages":[],"newKC":98021} +Lizardman Shaman range 104k XP/hr 0 0 0 0 77.8k 25.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905092412,"quantity":68614,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":68614,"messages":[],"newKC":68614} +Lizardman Shaman range 104k XP/hr 0 0 0 0 77.8k 25.9k 0 233.4 Sharks/hr Loot/hr 233.4/hr Shark Cost/hr {"duration":1905092412,"quantity":68614,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Toxic blowpipe","5% for Ring of the gods (i)","2% for Shayzien helm (5)","10% for Weekend","2% for Shark","Removing items: 123.5k Shark"]} {"quantity":68614,"messages":[],"newKC":68614} +Lizardman atk-str-def 402k XP/hr 84.7k 84.7k 84.7k 0 0 84.5k 63.5k 689.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,689.5/hr Shark Cost/hr {"duration":33992280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman atk-str-def 181k XP/hr 38.1k 38.1k 38.1k 0 0 38k 28.6k 310.3 Sharks/hr Loot/hr 310.3/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman atk-str-def 181k XP/hr 38.1k 38.1k 38.1k 0 0 38k 28.6k 310.3 Sharks/hr Loot/hr 310.3/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman mage-def 402k XP/hr 0 0 127.1k 127.1k 0 84.5k 63.5k 689.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,689.5/hr Shark Cost/hr {"duration":33992280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman mage-def 181k XP/hr 0 0 57.2k 57.2k 0 38k 28.6k 310.3 Sharks/hr Loot/hr 310.3/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman mage-def 181k XP/hr 0 0 57.2k 57.2k 0 38k 28.6k 310.3 Sharks/hr Loot/hr 310.3/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman mage 402k XP/hr 0 0 0 254.2k 0 84.5k 63.5k 689.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,689.5/hr Shark Cost/hr {"duration":33992280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman mage 181k XP/hr 0 0 0 114.4k 0 38k 28.6k 310.3 Sharks/hr Loot/hr 310.3/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman mage 181k XP/hr 0 0 0 114.4k 0 38k 28.6k 310.3 Sharks/hr Loot/hr 310.3/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman range-def 402k XP/hr 0 0 127.1k 0 127.1k 84.5k 63.5k 689.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,689.5/hr Shark Cost/hr {"duration":33992280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman range-def 181k XP/hr 0 0 57.2k 0 57.2k 38k 28.6k 310.3 Sharks/hr Loot/hr 310.3/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman range-def 181k XP/hr 0 0 57.2k 0 57.2k 38k 28.6k 310.3 Sharks/hr Loot/hr 310.3/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman range 402k XP/hr 0 0 0 0 254.2k 84.5k 63.5k 689.5 Sharks/hr Loot/hr 3401.4/hr Cannonball,689.5/hr Shark Cost/hr {"duration":33992280,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman range 181k XP/hr 0 0 0 0 114.4k 38k 28.6k 310.3 Sharks/hr Loot/hr 310.3/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Lizardman range 181k XP/hr 0 0 0 0 114.4k 38k 28.6k 310.3 Sharks/hr Loot/hr 310.3/hr Shark Cost/hr {"duration":75534480,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.5k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Loar Shade atk-str-def 91k XP/hr 22.7k 22.7k 22.7k 0 0 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade atk-str-def 91k XP/hr 22.7k 22.7k 22.7k 0 0 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade atk-str-def 91k XP/hr 22.7k 22.7k 22.7k 0 0 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade mage-def 91k XP/hr 0 0 34.1k 34.1k 0 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade mage-def 91k XP/hr 0 0 34.1k 34.1k 0 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade mage-def 91k XP/hr 0 0 34.1k 34.1k 0 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade mage 91k XP/hr 0 0 0 68.2k 0 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade mage 91k XP/hr 0 0 0 68.2k 0 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade mage 91k XP/hr 0 0 0 68.2k 0 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade range-def 91k XP/hr 0 0 34.1k 0 34.1k 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade range-def 91k XP/hr 0 0 34.1k 0 34.1k 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade range-def 91k XP/hr 0 0 34.1k 0 34.1k 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade range 91k XP/hr 0 0 0 0 68.2k 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade range 91k XP/hr 0 0 0 0 68.2k 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Loar Shade range 91k XP/hr 0 0 0 0 68.2k 22.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799775,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":230179,"messages":[],"newKC":230179} +Lobstrosity atk-str-def 71k XP/hr 17.8k 17.8k 17.8k 0 0 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity atk-str-def 71k XP/hr 17.8k 17.8k 17.8k 0 0 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity atk-str-def 71k XP/hr 17.8k 17.8k 17.8k 0 0 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity mage-def 71k XP/hr 0 0 26.7k 26.7k 0 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity mage-def 71k XP/hr 0 0 26.7k 26.7k 0 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity mage-def 71k XP/hr 0 0 26.7k 26.7k 0 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity mage 71k XP/hr 0 0 0 53.4k 0 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity mage 71k XP/hr 0 0 0 53.4k 0 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity mage 71k XP/hr 0 0 0 53.4k 0 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity range-def 71k XP/hr 0 0 26.7k 0 26.7k 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity range-def 71k XP/hr 0 0 26.7k 0 26.7k 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity range-def 71k XP/hr 0 0 26.7k 0 26.7k 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity range 71k XP/hr 0 0 0 0 53.4k 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity range 71k XP/hr 0 0 0 0 53.4k 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Lobstrosity range 71k XP/hr 0 0 0 0 53.4k 17.7k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Locust Rider atk-str-def 227k XP/hr 56.9k 56.9k 56.9k 0 0 56.8k 0 448.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,448.1/hr Shark Cost/hr {"duration":1058396955,"quantity":139421,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 131.8k Shark"]} {"quantity":139421,"messages":[],"newKC":139421} +Locust Rider atk-str-def 102k XP/hr 25.6k 25.6k 25.6k 0 0 25.5k 0 201.7 Sharks/hr Loot/hr 201.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 106.7k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Locust Rider atk-str-def 102k XP/hr 25.6k 25.6k 25.6k 0 0 25.5k 0 201.7 Sharks/hr Loot/hr 201.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 106.7k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Locust Rider mage-def 227k XP/hr 0 0 85.4k 85.4k 0 56.8k 0 448.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,448.1/hr Shark Cost/hr {"duration":1058396955,"quantity":139421,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 131.8k Shark"]} {"quantity":139421,"messages":[],"newKC":139421} +Locust Rider mage-def 102k XP/hr 0 0 38.4k 38.4k 0 25.5k 0 201.7 Sharks/hr Loot/hr 201.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 106.7k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Locust Rider mage-def 102k XP/hr 0 0 38.4k 38.4k 0 25.5k 0 201.7 Sharks/hr Loot/hr 201.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 106.7k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Locust Rider mage 227k XP/hr 0 0 0 170.7k 0 56.8k 0 448.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,448.1/hr Shark Cost/hr {"duration":1058396955,"quantity":139421,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 131.8k Shark"]} {"quantity":139421,"messages":[],"newKC":139421} +Locust Rider mage 102k XP/hr 0 0 0 76.8k 0 25.5k 0 201.7 Sharks/hr Loot/hr 201.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 106.7k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Locust Rider mage 102k XP/hr 0 0 0 76.8k 0 25.5k 0 201.7 Sharks/hr Loot/hr 201.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 106.7k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Locust Rider range-def 227k XP/hr 0 0 85.4k 0 85.4k 56.8k 0 448.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,448.1/hr Shark Cost/hr {"duration":1058396955,"quantity":139421,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 131.8k Shark"]} {"quantity":139421,"messages":[],"newKC":139421} +Locust Rider range-def 102k XP/hr 0 0 38.4k 0 38.4k 25.5k 0 201.7 Sharks/hr Loot/hr 201.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 106.7k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Locust Rider range-def 102k XP/hr 0 0 38.4k 0 38.4k 25.5k 0 201.7 Sharks/hr Loot/hr 201.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 106.7k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Locust Rider range 227k XP/hr 0 0 0 0 170.7k 56.8k 0 448.1 Sharks/hr Loot/hr 3401.4/hr Cannonball,448.1/hr Shark Cost/hr {"duration":1058396955,"quantity":139421,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 131.8k Shark"]} {"quantity":139421,"messages":[],"newKC":139421} +Locust Rider range 102k XP/hr 0 0 0 0 76.8k 25.5k 0 201.7 Sharks/hr Loot/hr 201.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 106.7k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Locust Rider range 102k XP/hr 0 0 0 0 76.8k 25.5k 0 201.7 Sharks/hr Loot/hr 201.7/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 106.7k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Long-tailed Wyvern atk-str-def 103k XP/hr 25.8k 25.8k 25.8k 0 0 25.7k 0 173.8 Sharks/hr Loot/hr 173.8/hr Shark Cost/hr {"duration":1905093982,"quantity":51103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 92k Shark"]} {"quantity":51103,"messages":[],"newKC":51103} +Long-tailed Wyvern atk-str-def 103k XP/hr 25.8k 25.8k 25.8k 0 0 25.7k 0 173.8 Sharks/hr Loot/hr 173.8/hr Shark Cost/hr {"duration":1905093982,"quantity":51103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 92k Shark"]} {"quantity":51103,"messages":[],"newKC":51103} +Long-tailed Wyvern atk-str-def 103k XP/hr 25.8k 25.8k 25.8k 0 0 25.7k 0 173.8 Sharks/hr Loot/hr 173.8/hr Shark Cost/hr {"duration":1905093982,"quantity":51103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 92k Shark"]} {"quantity":51103,"messages":[],"newKC":51103} +Long-tailed Wyvern mage-def 88k XP/hr 0 0 32.8k 32.8k 0 21.8k 0 147.8 Sharks/hr Loot/hr 147.8/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 78.2k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Long-tailed Wyvern mage-def 88k XP/hr 0 0 32.8k 32.8k 0 21.8k 0 147.8 Sharks/hr Loot/hr 147.8/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 78.2k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Long-tailed Wyvern mage-def 88k XP/hr 0 0 32.8k 32.8k 0 21.8k 0 147.8 Sharks/hr Loot/hr 147.8/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 78.2k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Long-tailed Wyvern mage 88k XP/hr 0 0 0 65.7k 0 21.8k 0 147.8 Sharks/hr Loot/hr 147.8/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 78.2k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Long-tailed Wyvern mage 88k XP/hr 0 0 0 65.7k 0 21.8k 0 147.8 Sharks/hr Loot/hr 147.8/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 78.2k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Long-tailed Wyvern mage 88k XP/hr 0 0 0 65.7k 0 21.8k 0 147.8 Sharks/hr Loot/hr 147.8/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 78.2k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Long-tailed Wyvern range-def 88k XP/hr 0 0 32.8k 0 32.8k 21.8k 0 147.8 Sharks/hr Loot/hr 147.8/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 78.2k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Long-tailed Wyvern range-def 88k XP/hr 0 0 32.8k 0 32.8k 21.8k 0 147.8 Sharks/hr Loot/hr 147.8/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 78.2k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Long-tailed Wyvern range-def 88k XP/hr 0 0 32.8k 0 32.8k 21.8k 0 147.8 Sharks/hr Loot/hr 147.8/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 78.2k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Long-tailed Wyvern range 88k XP/hr 0 0 0 0 65.7k 21.8k 0 147.8 Sharks/hr Loot/hr 147.8/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 78.2k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Long-tailed Wyvern range 88k XP/hr 0 0 0 0 65.7k 21.8k 0 147.8 Sharks/hr Loot/hr 147.8/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 78.2k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Long-tailed Wyvern range 88k XP/hr 0 0 0 0 65.7k 21.8k 0 147.8 Sharks/hr Loot/hr 147.8/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 78.2k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Magic axe atk-str-def 109k XP/hr 23.1k 23.1k 23.1k 0 0 23k 17.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":91570500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe atk-str-def 77k XP/hr 16.1k 16.1k 16.1k 0 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.22% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe atk-str-def 77k XP/hr 16.1k 16.1k 16.1k 0 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe atk-str-def 109k XP/hr 23.1k 23.1k 23.1k 0 0 23k 17.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":91570500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe atk-str-def 77k XP/hr 16.1k 16.1k 16.1k 0 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe atk-str-def 77k XP/hr 16.1k 16.1k 16.1k 0 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe mage-def 109k XP/hr 0 0 34.6k 34.6k 0 23k 17.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":91570500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe mage-def 77k XP/hr 0 0 24.2k 24.2k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe mage-def 77k XP/hr 0 0 24.2k 24.2k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.22% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe mage-def 109k XP/hr 0 0 34.6k 34.6k 0 23k 17.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":91570500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe mage-def 77k XP/hr 0 0 24.2k 24.2k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe mage-def 77k XP/hr 0 0 24.2k 24.2k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.23% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe mage 109k XP/hr 0 0 0 69.2k 0 23k 17.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":91570500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe mage 77k XP/hr 0 0 0 48.4k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe mage 77k XP/hr 0 0 0 48.4k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe mage 109k XP/hr 0 0 0 69.2k 0 23k 17.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":91570500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe mage 77k XP/hr 0 0 0 48.4k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe mage 77k XP/hr 0 0 0 48.4k 0 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe range-def 109k XP/hr 0 0 34.6k 0 34.6k 23k 17.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":91570500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe range-def 77k XP/hr 0 0 24.2k 0 24.2k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe range-def 77k XP/hr 0 0 24.2k 0 24.2k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe range-def 109k XP/hr 0 0 34.6k 0 34.6k 23k 17.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":91570500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.23% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe range-def 77k XP/hr 0 0 24.2k 0 24.2k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe range-def 77k XP/hr 0 0 24.2k 0 24.2k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe range 109k XP/hr 0 0 0 0 69.2k 23k 17.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":91570500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe range 77k XP/hr 0 0 0 0 48.4k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe range 77k XP/hr 0 0 0 0 48.4k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe range 109k XP/hr 0 0 0 0 69.2k 23k 17.3k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":91570500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 28.6k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe range 77k XP/hr 0 0 0 0 48.4k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Magic axe range 77k XP/hr 0 0 0 0 48.4k 16.1k 12.1k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.23% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth atk-str-def 265k XP/hr 55.8k 55.8k 55.8k 0 0 55.6k 41.8k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":111851100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.33% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 109k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth atk-str-def 119k XP/hr 25.1k 25.1k 25.1k 0 0 25k 18.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":248548500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.39% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth atk-str-def 119k XP/hr 25.1k 25.1k 25.1k 0 0 25k 18.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":248548500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth mage-def 265k XP/hr 0 0 83.7k 83.7k 0 55.6k 41.8k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":111851100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 109k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth mage-def 119k XP/hr 0 0 37.7k 37.7k 0 25k 18.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":248548500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth mage-def 119k XP/hr 0 0 37.7k 37.7k 0 25k 18.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":248548500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth mage 265k XP/hr 0 0 0 167.4k 0 55.6k 41.8k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":111851100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.35% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 2x from being in multi)","Removing items: 109k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth mage 119k XP/hr 0 0 0 75.3k 0 25k 18.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":248548500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth mage 119k XP/hr 0 0 0 75.3k 0 25k 18.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":248548500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.45% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth range-def 265k XP/hr 0 0 83.7k 0 83.7k 55.6k 41.8k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":111851100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.43% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)","Removing items: 109k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth range-def 119k XP/hr 0 0 37.7k 0 37.7k 25k 18.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":248548500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth range-def 119k XP/hr 0 0 37.7k 0 37.7k 25k 18.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":248548500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth range 265k XP/hr 0 0 0 0 167.4k 55.6k 41.8k 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":111851100,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.40% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 2x from being in multi)","Removing items: 109k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth range 119k XP/hr 0 0 0 0 75.3k 25k 18.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":248548500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.31% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Mammoth range 119k XP/hr 0 0 0 0 75.3k 25k 18.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":248548500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Man atk-str-def 75k XP/hr 18.6k 18.6k 18.6k 0 0 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man atk-str-def 75k XP/hr 18.6k 18.6k 18.6k 0 0 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man atk-str-def 75k XP/hr 18.6k 18.6k 18.6k 0 0 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man mage-def 75k XP/hr 0 0 28k 28k 0 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man mage-def 75k XP/hr 0 0 28k 28k 0 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man mage-def 75k XP/hr 0 0 28k 28k 0 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man mage 75k XP/hr 0 0 0 55.9k 0 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man mage 75k XP/hr 0 0 0 55.9k 0 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man mage 75k XP/hr 0 0 0 55.9k 0 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man range-def 75k XP/hr 0 0 28k 0 28k 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man range-def 75k XP/hr 0 0 28k 0 28k 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man range-def 75k XP/hr 0 0 28k 0 28k 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man range 75k XP/hr 0 0 0 0 55.9k 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man range 75k XP/hr 0 0 0 0 55.9k 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Man range 75k XP/hr 0 0 0 0 55.9k 18.6k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799169,"quantity":551583,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":551583,"messages":[],"newKC":551583} +Maniacal monkey mage-def 683k XP/hr 0 0 256.3k 0 256.3k 170.4k 0 0.0 Sharks/hr Loot/hr 6736.8/hr Water rune,4491.2/hr Death rune,2245.6/hr Blood rune Cost/hr {"duration":534373181,"quantity":292602,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 333.3k Blood rune, 666.7k Death rune, 1000k Water rune"]} {"quantity":292602,"messages":[],"newKC":292602} +Maniacal monkey mage-def 683k XP/hr 0 0 256.3k 256.3k 0 170.4k 0 0.0 Sharks/hr Loot/hr 6736.8/hr Water rune,4491.2/hr Death rune,2245.6/hr Blood rune Cost/hr {"duration":534373181,"quantity":292602,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 333.3k Blood rune, 666.7k Death rune, 1000k Water rune"]} {"quantity":292602,"messages":[],"newKC":292602} +Maniacal monkey mage-def 580k XP/hr 0 0 217.8k 217.8k 0 144.8k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998041,"quantity":477516,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":477516,"messages":[],"newKC":477516} +Maniacal monkey mage-def 473k XP/hr 0 0 177.4k 0 177.4k 118k 0 0.0 Sharks/hr Loot/hr 4491.2/hr Water rune,2245.6/hr Death rune,4491.2/hr Chaos rune Cost/hr {"duration":801560419,"quantity":303889,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 1000k Chaos rune, 500k Death rune, 1000k Water rune"]} {"quantity":303889,"messages":[],"newKC":303889} +Maniacal monkey mage-def 473k XP/hr 0 0 177.4k 177.4k 0 118k 0 0.0 Sharks/hr Loot/hr 4491.2/hr Water rune,2245.6/hr Death rune,4491.2/hr Chaos rune Cost/hr {"duration":801560419,"quantity":303889,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 1000k Chaos rune, 500k Death rune, 1000k Water rune"]} {"quantity":303889,"messages":[],"newKC":303889} +Maniacal monkey mage-def 261k XP/hr 0 0 98k 98k 0 65.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796327,"quantity":386888,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Weekend","5% for no food"]} {"quantity":386888,"messages":[],"newKC":386888} +Maniacal monkey mage-def 261k XP/hr 0 0 98k 98k 0 65.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796327,"quantity":386888,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Weekend","5% for no food"]} {"quantity":386888,"messages":[],"newKC":386888} +Maniacal monkey mage 683k XP/hr 0 0 0 512.5k 0 170.4k 0 0.0 Sharks/hr Loot/hr 6736.8/hr Water rune,4491.2/hr Death rune,2245.6/hr Blood rune Cost/hr {"duration":534373181,"quantity":292602,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 333.3k Blood rune, 666.7k Death rune, 1000k Water rune"]} {"quantity":292602,"messages":[],"newKC":292602} +Maniacal monkey mage 683k XP/hr 0 0 0 0 512.5k 170.4k 0 0.0 Sharks/hr Loot/hr 6736.8/hr Water rune,4491.2/hr Death rune,2245.6/hr Blood rune Cost/hr {"duration":534373181,"quantity":292602,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 333.3k Blood rune, 666.7k Death rune, 1000k Water rune"]} {"quantity":292602,"messages":[],"newKC":292602} +Maniacal monkey mage 683k XP/hr 0 0 0 512.5k 0 170.4k 0 0.0 Sharks/hr Loot/hr 6736.8/hr Water rune,4491.2/hr Death rune,2245.6/hr Blood rune Cost/hr {"duration":534373181,"quantity":292602,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 333.3k Blood rune, 666.7k Death rune, 1000k Water rune"]} {"quantity":292602,"messages":[],"newKC":292602} +Maniacal monkey mage 580k XP/hr 0 0 0 435.6k 0 144.8k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998041,"quantity":477516,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":477516,"messages":[],"newKC":477516} +Maniacal monkey mage 580k XP/hr 0 0 0 435.6k 0 144.8k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998041,"quantity":477516,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":477516,"messages":[],"newKC":477516} +Maniacal monkey mage 473k XP/hr 0 0 0 354.9k 0 118k 0 0.0 Sharks/hr Loot/hr 4491.2/hr Water rune,2245.6/hr Death rune,4491.2/hr Chaos rune Cost/hr {"duration":801560419,"quantity":303889,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 1000k Chaos rune, 500k Death rune, 1000k Water rune"]} {"quantity":303889,"messages":[],"newKC":303889} +Maniacal monkey mage 473k XP/hr 0 0 0 0 354.9k 118k 0 0.0 Sharks/hr Loot/hr 4491.2/hr Water rune,2245.6/hr Death rune,4491.2/hr Chaos rune Cost/hr {"duration":801560419,"quantity":303889,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 1000k Chaos rune, 500k Death rune, 1000k Water rune"]} {"quantity":303889,"messages":[],"newKC":303889} +Maniacal monkey mage 473k XP/hr 0 0 0 354.9k 0 118k 0 0.0 Sharks/hr Loot/hr 4491.2/hr Water rune,2245.6/hr Death rune,4491.2/hr Chaos rune Cost/hr {"duration":801560419,"quantity":303889,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 1000k Chaos rune, 500k Death rune, 1000k Water rune"]} {"quantity":303889,"messages":[],"newKC":303889} +Maniacal monkey mage 261k XP/hr 0 0 0 196.1k 0 65.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796327,"quantity":386888,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Weekend","5% for no food"]} {"quantity":386888,"messages":[],"newKC":386888} +Maniacal monkey mage 261k XP/hr 0 0 0 196.1k 0 65.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796327,"quantity":386888,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Weekend","5% for no food"]} {"quantity":386888,"messages":[],"newKC":386888} +Maniacal monkey mage 261k XP/hr 0 0 0 196.1k 0 65.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796327,"quantity":386888,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Weekend","5% for no food"]} {"quantity":386888,"messages":[],"newKC":386888} +Maniacal monkey mage 261k XP/hr 0 0 0 196.1k 0 65.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796327,"quantity":386888,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Weekend","5% for no food"]} {"quantity":386888,"messages":[],"newKC":386888} +Maniacal monkey range-def 580k XP/hr 0 0 217.8k 0 217.8k 144.8k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998041,"quantity":477516,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":477516,"messages":[],"newKC":477516} +Maniacal monkey range-def 1.1m XP/hr 0 0 426k 0 426k 283.3k 0 0.0 Sharks/hr Loot/hr 1684.2/hr Black chinchompa Cost/hr {"duration":1846799064,"quantity":1680933,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","77% for Black chinchompa Longrange","10% for Weekend","5% for no food","Removing items: 864k Black chinchompa"]} {"quantity":1680933,"messages":[],"newKC":1680933} +Maniacal monkey range-def 261k XP/hr 0 0 98k 0 98k 65.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796327,"quantity":386888,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Weekend","5% for no food"]} {"quantity":386888,"messages":[],"newKC":386888} +Maniacal monkey range 580k XP/hr 0 0 0 0 435.6k 144.8k 0 0.0 Sharks/hr Loot/hr 3508.8/hr Cannonball Cost/hr {"duration":1025998041,"quantity":477516,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","55% for Cannon in multi","10% for Weekend","5% for no food","Removing items: 1000k Cannonball"]} {"quantity":477516,"messages":[],"newKC":477516} +Maniacal monkey range 1.5m XP/hr 0 0 0 0 1.1m 362.2k 0 0.0 Sharks/hr Loot/hr 2315.8/hr Black chinchompa Cost/hr {"duration":1846799372,"quantity":2149253,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","82% for Black chinchompa Rapid","10% for Weekend","5% for no food","Removing items: 1.2m Black chinchompa"]} {"quantity":2149253,"messages":[],"newKC":2149253} +Maniacal monkey range 261k XP/hr 0 0 0 0 196.1k 65.2k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846796327,"quantity":386888,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","5% for Occult necklace","5% for Twisted buckler","5% for Eternal boots","5% for Void ranger helm","10% for Weekend","5% for no food"]} {"quantity":386888,"messages":[],"newKC":386888} +Mind Golem atk-str-def 65k XP/hr 16.3k 16.3k 16.3k 0 0 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem atk-str-def 65k XP/hr 16.3k 16.3k 16.3k 0 0 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem atk-str-def 65k XP/hr 16.3k 16.3k 16.3k 0 0 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem mage-def 65k XP/hr 0 0 24.5k 24.5k 0 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem mage-def 65k XP/hr 0 0 24.5k 24.5k 0 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem mage-def 65k XP/hr 0 0 24.5k 24.5k 0 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem mage 65k XP/hr 0 0 0 48.9k 0 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem mage 65k XP/hr 0 0 0 48.9k 0 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem mage 65k XP/hr 0 0 0 48.9k 0 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem range-def 65k XP/hr 0 0 24.5k 0 24.5k 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem range-def 65k XP/hr 0 0 24.5k 0 24.5k 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem range-def 65k XP/hr 0 0 24.5k 0 24.5k 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem range 65k XP/hr 0 0 0 0 48.9k 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem range 65k XP/hr 0 0 0 0 48.9k 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Mind Golem range 65k XP/hr 0 0 0 0 48.9k 16.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846791228,"quantity":156862,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":156862,"messages":[],"newKC":156862} +Minotaur atk-str-def 106k XP/hr 22.2k 22.2k 22.2k 0 0 22.2k 16.7k 720.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,720.3/hr Shark Cost/hr {"duration":21591360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 20.4k Cannonball, 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur atk-str-def 47k XP/hr 10k 10k 10k 0 0 10k 7.5k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":47980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur atk-str-def 47k XP/hr 10k 10k 10k 0 0 10k 7.5k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":47980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur mage-def 106k XP/hr 0 0 33.3k 33.3k 0 22.2k 16.7k 720.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,720.3/hr Shark Cost/hr {"duration":21591360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 20.4k Cannonball, 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur mage-def 47k XP/hr 0 0 15k 15k 0 10k 7.5k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":47980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur mage-def 47k XP/hr 0 0 15k 15k 0 10k 7.5k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":47980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur mage 106k XP/hr 0 0 0 66.7k 0 22.2k 16.7k 720.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,720.3/hr Shark Cost/hr {"duration":21591360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 20.4k Cannonball, 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur mage 47k XP/hr 0 0 0 30k 0 10k 7.5k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":47980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur mage 47k XP/hr 0 0 0 30k 0 10k 7.5k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":47980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur range-def 106k XP/hr 0 0 33.3k 0 33.3k 22.2k 16.7k 720.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,720.3/hr Shark Cost/hr {"duration":21591360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 20.4k Cannonball, 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur range-def 47k XP/hr 0 0 15k 0 15k 10k 7.5k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":47980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur range-def 47k XP/hr 0 0 15k 0 15k 10k 7.5k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":47980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur range 106k XP/hr 0 0 0 0 66.7k 22.2k 16.7k 720.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,720.3/hr Shark Cost/hr {"duration":21591360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 20.4k Cannonball, 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur range 47k XP/hr 0 0 0 0 30k 10k 7.5k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":47980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Minotaur range 47k XP/hr 0 0 0 0 30k 10k 7.5k 324.1 Sharks/hr Loot/hr 324.1/hr Shark Cost/hr {"duration":47980800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon atk-str-def 227k XP/hr 47.2k 47.2k 47.2k 0 0 47.1k 38.1k 533.6 Sharks/hr Loot/hr 533.6/hr Shark Cost/hr {"duration":258082020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon atk-str-def 227k XP/hr 47.2k 47.2k 47.2k 0 0 47.1k 38.1k 533.6 Sharks/hr Loot/hr 533.6/hr Shark Cost/hr {"duration":258082020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon atk-str-def 227k XP/hr 47.2k 47.2k 47.2k 0 0 47.1k 38.1k 533.6 Sharks/hr Loot/hr 533.6/hr Shark Cost/hr {"duration":258082020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon mage-def 193k XP/hr 0 0 60.2k 60.2k 0 40.1k 32.4k 453.5 Sharks/hr Loot/hr 453.5/hr Shark Cost/hr {"duration":303619680,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon mage-def 193k XP/hr 0 0 60.2k 60.2k 0 40.1k 32.4k 453.5 Sharks/hr Loot/hr 453.5/hr Shark Cost/hr {"duration":303619680,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon mage-def 193k XP/hr 0 0 60.2k 60.2k 0 40.1k 32.4k 453.5 Sharks/hr Loot/hr 453.5/hr Shark Cost/hr {"duration":303619680,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon mage 193k XP/hr 0 0 0 120.5k 0 40.1k 32.4k 453.5 Sharks/hr Loot/hr 453.5/hr Shark Cost/hr {"duration":303619680,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon mage 193k XP/hr 0 0 0 120.5k 0 40.1k 32.4k 453.5 Sharks/hr Loot/hr 453.5/hr Shark Cost/hr {"duration":303619680,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon mage 193k XP/hr 0 0 0 120.5k 0 40.1k 32.4k 453.5 Sharks/hr Loot/hr 453.5/hr Shark Cost/hr {"duration":303619680,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon range-def 193k XP/hr 0 0 60.2k 0 60.2k 40.1k 32.4k 453.5 Sharks/hr Loot/hr 453.5/hr Shark Cost/hr {"duration":303619680,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon range-def 193k XP/hr 0 0 60.2k 0 60.2k 40.1k 32.4k 453.5 Sharks/hr Loot/hr 453.5/hr Shark Cost/hr {"duration":303619680,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon range-def 193k XP/hr 0 0 60.2k 0 60.2k 40.1k 32.4k 453.5 Sharks/hr Loot/hr 453.5/hr Shark Cost/hr {"duration":303619680,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon range 193k XP/hr 0 0 0 0 120.5k 40.1k 32.4k 453.5 Sharks/hr Loot/hr 453.5/hr Shark Cost/hr {"duration":303619680,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon range 193k XP/hr 0 0 0 0 120.5k 40.1k 32.4k 453.5 Sharks/hr Loot/hr 453.5/hr Shark Cost/hr {"duration":303619680,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mithril Dragon range 193k XP/hr 0 0 0 0 120.5k 40.1k 32.4k 453.5 Sharks/hr Loot/hr 453.5/hr Shark Cost/hr {"duration":303619680,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 38.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Mogre atk-str-def 115k XP/hr 24.2k 24.2k 24.2k 0 0 24.1k 18.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":95383800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 29.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre atk-str-def 80k XP/hr 16.9k 16.9k 16.9k 0 0 16.9k 12.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre atk-str-def 80k XP/hr 16.9k 16.9k 16.9k 0 0 16.9k 12.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre mage-def 115k XP/hr 0 0 36.2k 36.2k 0 24.1k 18.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":95383800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 29.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre mage-def 80k XP/hr 0 0 25.4k 25.4k 0 16.9k 12.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre mage-def 80k XP/hr 0 0 25.4k 25.4k 0 16.9k 12.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre mage 115k XP/hr 0 0 0 72.5k 0 24.1k 18.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":95383800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 29.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre mage 80k XP/hr 0 0 0 50.7k 0 16.9k 12.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre mage 80k XP/hr 0 0 0 50.7k 0 16.9k 12.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre range-def 115k XP/hr 0 0 36.2k 0 36.2k 24.1k 18.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":95383800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 29.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre range-def 80k XP/hr 0 0 25.4k 0 25.4k 16.9k 12.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre range-def 80k XP/hr 0 0 25.4k 0 25.4k 16.9k 12.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre range 115k XP/hr 0 0 0 0 72.5k 24.1k 18.1k 0.0 Sharks/hr Loot/hr 1122.8/hr Cannonball Cost/hr {"duration":95383800,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","5% for no food","Removing items: 29.8k Cannonball"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre range 80k XP/hr 0 0 0 0 50.7k 16.9k 12.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Mogre range 80k XP/hr 0 0 0 0 50.7k 16.9k 12.7k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":136261350,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Molanisk atk-str-def 117k XP/hr 24.7k 24.7k 24.7k 0 0 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk atk-str-def 117k XP/hr 24.7k 24.7k 24.7k 0 0 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk atk-str-def 117k XP/hr 24.7k 24.7k 24.7k 0 0 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk mage-def 117k XP/hr 0 0 37k 37k 0 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk mage-def 117k XP/hr 0 0 37k 37k 0 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk mage-def 117k XP/hr 0 0 37k 37k 0 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk mage 117k XP/hr 0 0 0 74k 0 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk mage 117k XP/hr 0 0 0 74k 0 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk mage 117k XP/hr 0 0 0 74k 0 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk range-def 117k XP/hr 0 0 37k 0 37k 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk range-def 117k XP/hr 0 0 37k 0 37k 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk range-def 117k XP/hr 0 0 37k 0 37k 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk range 117k XP/hr 0 0 0 0 74k 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk range 117k XP/hr 0 0 0 0 74k 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Molanisk range 117k XP/hr 0 0 0 0 74k 24.6k 18.5k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Monkey Archer def 71k XP/hr 0 0 53.4k 0 0 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer def 71k XP/hr 0 0 53.4k 0 0 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer def 71k XP/hr 0 0 53.4k 0 0 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer mage-def 71k XP/hr 0 0 26.7k 26.7k 0 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer mage-def 71k XP/hr 0 0 26.7k 26.7k 0 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer mage-def 71k XP/hr 0 0 26.7k 26.7k 0 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer mage 71k XP/hr 0 0 0 53.4k 0 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer mage 71k XP/hr 0 0 0 53.4k 0 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer mage 71k XP/hr 0 0 0 53.4k 0 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer range-def 71k XP/hr 0 0 26.7k 0 26.7k 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer range-def 71k XP/hr 0 0 26.7k 0 26.7k 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer range-def 71k XP/hr 0 0 26.7k 0 26.7k 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer range 71k XP/hr 0 0 0 0 53.4k 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer range 71k XP/hr 0 0 0 0 53.4k 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Archer range 71k XP/hr 0 0 0 0 53.4k 17.7k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Monkey Guard atk-str-def 62k XP/hr 15.4k 15.4k 15.4k 0 0 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard atk-str-def 62k XP/hr 15.4k 15.4k 15.4k 0 0 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard atk-str-def 62k XP/hr 15.4k 15.4k 15.4k 0 0 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard mage-def 62k XP/hr 0 0 23.1k 23.1k 0 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard mage-def 62k XP/hr 0 0 23.1k 23.1k 0 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard mage-def 62k XP/hr 0 0 23.1k 23.1k 0 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard mage 62k XP/hr 0 0 0 46.2k 0 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard mage 62k XP/hr 0 0 0 46.2k 0 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard mage 62k XP/hr 0 0 0 46.2k 0 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard range-def 62k XP/hr 0 0 23.1k 0 23.1k 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard range-def 62k XP/hr 0 0 23.1k 0 23.1k 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard range-def 62k XP/hr 0 0 23.1k 0 23.1k 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard range 62k XP/hr 0 0 0 0 46.2k 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard range 62k XP/hr 0 0 0 0 46.2k 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Guard range 62k XP/hr 0 0 0 0 46.2k 15.4k 0 200.1 Sharks/hr Loot/hr 200.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 105.9k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Monkey Zombie atk-str-def 107k XP/hr 26.7k 26.7k 26.7k 0 0 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie atk-str-def 107k XP/hr 26.7k 26.7k 26.7k 0 0 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie atk-str-def 107k XP/hr 26.7k 26.7k 26.7k 0 0 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie mage-def 107k XP/hr 0 0 40k 40k 0 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie mage-def 107k XP/hr 0 0 40k 40k 0 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie mage-def 107k XP/hr 0 0 40k 40k 0 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie mage 107k XP/hr 0 0 0 80k 0 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie mage 107k XP/hr 0 0 0 80k 0 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie mage 107k XP/hr 0 0 0 80k 0 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie range-def 107k XP/hr 0 0 40k 0 40k 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie range-def 107k XP/hr 0 0 40k 0 40k 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie range-def 107k XP/hr 0 0 40k 0 40k 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie range 107k XP/hr 0 0 0 0 80k 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie range 107k XP/hr 0 0 0 0 80k 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Monkey Zombie range 107k XP/hr 0 0 0 0 80k 26.6k 0 255.1 Sharks/hr Loot/hr 255.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Moss giant atk-str-def 140k XP/hr 29.5k 29.5k 29.5k 0 0 29.4k 22.1k 291.5 Sharks/hr Loot/hr 291.5/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.66% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant atk-str-def 200k XP/hr 42.1k 42.1k 42.1k 0 0 42k 31.6k 416.5 Sharks/hr Loot/hr 1088.5/hr Cannonball,416.5/hr Shark Cost/hr {"duration":68328540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.67% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 20.7k Cannonball, 7.9k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Moss giant atk-str-def 140k XP/hr 29.5k 29.5k 29.5k 0 0 29.4k 22.1k 291.5 Sharks/hr Loot/hr 291.5/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Shark"]} {"quantity":9994,"messages":["You missed out on 6x kills because of pk encounters","You killed 9994x of your 10000 remaining kills, you now have 6 kills remaining."],"newKC":9994} +Moss giant atk-str-def 240k XP/hr 50.6k 50.6k 50.6k 0 0 50.5k 37.9k 499.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,499.8/hr Shark Cost/hr {"duration":56941920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 17.2k Cannonball, 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant atk-str-def 168k XP/hr 35.4k 35.4k 35.4k 0 0 35.3k 26.6k 349.8 Sharks/hr Loot/hr 349.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant atk-str-def 168k XP/hr 35.4k 35.4k 35.4k 0 0 35.3k 26.6k 349.8 Sharks/hr Loot/hr 349.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant mage-def 200k XP/hr 0 0 63.2k 63.2k 0 42k 31.6k 416.5 Sharks/hr Loot/hr 1088.5/hr Cannonball,416.5/hr Shark Cost/hr {"duration":68328540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.50% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 20.7k Cannonball, 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant mage-def 140k XP/hr 0 0 44.3k 44.3k 0 29.4k 22.1k 291.5 Sharks/hr Loot/hr 291.5/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.59% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant mage-def 140k XP/hr 0 0 44.2k 44.2k 0 29.4k 22.1k 291.5 Sharks/hr Loot/hr 291.5/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.53% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Shark"]} {"quantity":9994,"messages":["You missed out on 6x kills because of pk encounters","You killed 9994x of your 10000 remaining kills, you now have 6 kills remaining."],"newKC":9994} +Moss giant mage-def 240k XP/hr 0 0 75.9k 75.9k 0 50.5k 37.9k 499.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,499.8/hr Shark Cost/hr {"duration":56941920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 17.2k Cannonball, 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant mage-def 168k XP/hr 0 0 53.1k 53.1k 0 35.3k 26.6k 349.8 Sharks/hr Loot/hr 349.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant mage-def 168k XP/hr 0 0 53.1k 53.1k 0 35.3k 26.6k 349.8 Sharks/hr Loot/hr 349.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant mage 140k XP/hr 0 0 0 88.5k 0 29.4k 22.1k 291.5 Sharks/hr Loot/hr 291.5/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.58% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant mage 200k XP/hr 0 0 0 126.4k 0 42k 31.6k 416.5 Sharks/hr Loot/hr 1088.5/hr Cannonball,416.5/hr Shark Cost/hr {"duration":68328540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.71% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 20.7k Cannonball, 7.9k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Moss giant mage 140k XP/hr 0 0 0 88.5k 0 29.4k 22.1k 291.5 Sharks/hr Loot/hr 291.5/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Moss giant mage 240k XP/hr 0 0 0 151.7k 0 50.5k 37.9k 499.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,499.8/hr Shark Cost/hr {"duration":56941920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 17.2k Cannonball, 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant mage 168k XP/hr 0 0 0 106.2k 0 35.3k 26.6k 349.8 Sharks/hr Loot/hr 349.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant mage 168k XP/hr 0 0 0 106.2k 0 35.3k 26.6k 349.8 Sharks/hr Loot/hr 349.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant range-def 140k XP/hr 0 0 44.3k 0 44.3k 29.4k 22.1k 291.5 Sharks/hr Loot/hr 291.5/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.67% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant range-def 140k XP/hr 0 0 44.2k 0 44.2k 29.4k 22.1k 291.5 Sharks/hr Loot/hr 291.5/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.49% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Shark"]} {"quantity":9997,"messages":["You missed out on 3x kills because of pk encounters","You killed 9997x of your 10000 remaining kills, you now have 3 kills remaining."],"newKC":9997} +Moss giant range-def 200k XP/hr 0 0 63.1k 0 63.1k 42k 31.6k 416.5 Sharks/hr Loot/hr 1088.5/hr Cannonball,416.5/hr Shark Cost/hr {"duration":68328540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.46% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 20.7k Cannonball, 7.9k Shark"]} {"quantity":9982,"messages":["You missed out on 18x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9982x of your 10000 remaining kills, you now have 18 kills remaining."],"newKC":9982} +Moss giant range-def 240k XP/hr 0 0 75.9k 0 75.9k 50.5k 37.9k 499.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,499.8/hr Shark Cost/hr {"duration":56941920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 17.2k Cannonball, 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant range-def 168k XP/hr 0 0 53.1k 0 53.1k 35.3k 26.6k 349.8 Sharks/hr Loot/hr 349.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant range-def 168k XP/hr 0 0 53.1k 0 53.1k 35.3k 26.6k 349.8 Sharks/hr Loot/hr 349.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant range 200k XP/hr 0 0 0 0 126.4k 42k 31.6k 416.5 Sharks/hr Loot/hr 1088.5/hr Cannonball,416.5/hr Shark Cost/hr {"duration":68328540,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 20.7k Cannonball, 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant range 140k XP/hr 0 0 0 0 88.5k 29.4k 22.1k 291.5 Sharks/hr Loot/hr 291.5/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant range 140k XP/hr 0 0 0 0 88.5k 29.4k 22.1k 291.5 Sharks/hr Loot/hr 291.5/hr Shark Cost/hr {"duration":97610940,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.73% per pk encounter (3% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 7.9k Shark"]} {"quantity":9994,"messages":["You missed out on 6x kills because of pk encounters","You killed 9994x of your 10000 remaining kills, you now have 6 kills remaining."],"newKC":9994} +Moss giant range 240k XP/hr 0 0 0 0 151.7k 50.5k 37.9k 499.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,499.8/hr Shark Cost/hr {"duration":56941920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 17.2k Cannonball, 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant range 168k XP/hr 0 0 0 0 106.2k 35.3k 26.6k 349.8 Sharks/hr Loot/hr 349.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Moss giant range 168k XP/hr 0 0 0 0 106.2k 35.3k 26.6k 349.8 Sharks/hr Loot/hr 349.8/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll atk-str-def 193k XP/hr 40.7k 40.7k 40.7k 0 0 40.5k 30.5k 426.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll atk-str-def 135k XP/hr 28.5k 28.5k 28.5k 0 0 28.4k 21.3k 298.8 Sharks/hr Loot/hr 298.8/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll atk-str-def 135k XP/hr 28.5k 28.5k 28.5k 0 0 28.4k 21.3k 298.8 Sharks/hr Loot/hr 298.8/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll mage-def 193k XP/hr 0 0 61k 61k 0 40.5k 30.5k 426.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll mage-def 135k XP/hr 0 0 42.7k 42.7k 0 28.4k 21.3k 298.8 Sharks/hr Loot/hr 298.8/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll mage-def 135k XP/hr 0 0 42.7k 42.7k 0 28.4k 21.3k 298.8 Sharks/hr Loot/hr 298.8/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll mage 193k XP/hr 0 0 0 122k 0 40.5k 30.5k 426.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll mage 135k XP/hr 0 0 0 85.4k 0 28.4k 21.3k 298.8 Sharks/hr Loot/hr 298.8/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll mage 135k XP/hr 0 0 0 85.4k 0 28.4k 21.3k 298.8 Sharks/hr Loot/hr 298.8/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll range-def 193k XP/hr 0 0 61k 0 61k 40.5k 30.5k 426.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll range-def 135k XP/hr 0 0 42.7k 0 42.7k 28.4k 21.3k 298.8 Sharks/hr Loot/hr 298.8/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll range-def 135k XP/hr 0 0 42.7k 0 42.7k 28.4k 21.3k 298.8 Sharks/hr Loot/hr 298.8/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll range 193k XP/hr 0 0 0 0 122k 40.5k 30.5k 426.8 Sharks/hr Loot/hr 1088.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":106272180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 32.1k Cannonball, 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll range 135k XP/hr 0 0 0 0 85.4k 28.4k 21.3k 298.8 Sharks/hr Loot/hr 298.8/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mountain Troll range 135k XP/hr 0 0 0 0 85.4k 28.4k 21.3k 298.8 Sharks/hr Loot/hr 298.8/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Mounted terrorbird gnome atk-str-def 95k XP/hr 23.9k 23.9k 23.9k 0 0 23.8k 0 365.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,365.9/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 193.6k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Mounted terrorbird gnome atk-str-def 67k XP/hr 16.7k 16.7k 16.7k 0 0 16.7k 0 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 135.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Mounted terrorbird gnome atk-str-def 67k XP/hr 16.7k 16.7k 16.7k 0 0 16.7k 0 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 135.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Mounted terrorbird gnome mage-def 95k XP/hr 0 0 35.8k 35.8k 0 23.8k 0 365.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,365.9/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 193.6k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Mounted terrorbird gnome mage-def 67k XP/hr 0 0 25.1k 25.1k 0 16.7k 0 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 135.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Mounted terrorbird gnome mage-def 67k XP/hr 0 0 25.1k 25.1k 0 16.7k 0 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 135.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Mounted terrorbird gnome mage 95k XP/hr 0 0 0 71.6k 0 23.8k 0 365.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,365.9/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 193.6k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Mounted terrorbird gnome mage 67k XP/hr 0 0 0 50.1k 0 16.7k 0 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 135.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Mounted terrorbird gnome mage 67k XP/hr 0 0 0 50.1k 0 16.7k 0 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 135.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Mounted terrorbird gnome range-def 95k XP/hr 0 0 35.8k 0 35.8k 23.8k 0 365.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,365.9/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 193.6k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Mounted terrorbird gnome range-def 67k XP/hr 0 0 25.1k 0 25.1k 16.7k 0 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 135.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Mounted terrorbird gnome range-def 67k XP/hr 0 0 25.1k 0 25.1k 16.7k 0 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 135.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Mounted terrorbird gnome range 95k XP/hr 0 0 0 0 71.6k 23.8k 0 365.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,365.9/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 193.6k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Mounted terrorbird gnome range 67k XP/hr 0 0 0 0 50.1k 16.7k 0 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 135.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Mounted terrorbird gnome range 67k XP/hr 0 0 0 0 50.1k 16.7k 0 256.1 Sharks/hr Loot/hr 256.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 135.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Mourner atk-str-def 39k XP/hr 9.8k 9.8k 9.8k 0 0 9.8k 0 316.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,316.6/hr Shark Cost/hr {"duration":1905118677,"quantity":300250,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 167.5k Shark"]} {"quantity":300250,"messages":[],"newKC":300250} +Mourner mage-def 39k XP/hr 0 0 14.8k 14.8k 0 9.8k 0 316.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,316.6/hr Shark Cost/hr {"duration":1905118677,"quantity":300250,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 167.5k Shark"]} {"quantity":300250,"messages":[],"newKC":300250} +Mourner mage 39k XP/hr 0 0 0 29.5k 0 9.8k 0 316.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,316.6/hr Shark Cost/hr {"duration":1905118677,"quantity":300250,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 167.5k Shark"]} {"quantity":300250,"messages":[],"newKC":300250} +Mourner range-def 39k XP/hr 0 0 14.8k 0 14.8k 9.8k 0 316.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,316.6/hr Shark Cost/hr {"duration":1905118677,"quantity":300250,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 167.5k Shark"]} {"quantity":300250,"messages":[],"newKC":300250} +Mourner range 39k XP/hr 0 0 0 0 29.5k 9.8k 0 316.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,316.6/hr Shark Cost/hr {"duration":1905118677,"quantity":300250,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 167.5k Shark"]} {"quantity":300250,"messages":[],"newKC":300250} +Mutated Bloodveld atk-str-def 433k XP/hr 105.4k 105.4k 105.4k 0 0 105.1k 0 313.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,313.8/hr Shark Cost/hr {"duration":1058393589,"quantity":136689,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 92.3k Shark"]} {"quantity":136689,"messages":["3417225 Prayer XP from purifying 136689x Vile ashes using the Ash Sanctifier (863311 charges left)."],"newKC":136689} +Mutated Bloodveld atk-str-def 195k XP/hr 47.4k 47.4k 47.4k 0 0 47.3k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":110723,"messages":["2768075 Prayer XP from purifying 110723x Vile ashes using the Ash Sanctifier (889277 charges left)."],"newKC":110723} +Mutated Bloodveld atk-str-def 195k XP/hr 47.4k 47.4k 47.4k 0 0 47.3k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":110723,"messages":["2768075 Prayer XP from purifying 110723x Vile ashes using the Ash Sanctifier (889277 charges left)."],"newKC":110723} +Mutated Bloodveld mage-def 433k XP/hr 0 0 158.1k 158.1k 0 105.1k 0 313.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,313.8/hr Shark Cost/hr {"duration":1058393589,"quantity":136689,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 92.3k Shark"]} {"quantity":136689,"messages":["3417225 Prayer XP from purifying 136689x Vile ashes using the Ash Sanctifier (863311 charges left)."],"newKC":136689} +Mutated Bloodveld mage-def 195k XP/hr 0 0 71.1k 71.1k 0 47.3k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":110723,"messages":["2768075 Prayer XP from purifying 110723x Vile ashes using the Ash Sanctifier (889277 charges left)."],"newKC":110723} +Mutated Bloodveld mage-def 195k XP/hr 0 0 71.1k 71.1k 0 47.3k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":110723,"messages":["2768075 Prayer XP from purifying 110723x Vile ashes using the Ash Sanctifier (889277 charges left)."],"newKC":110723} +Mutated Bloodveld mage 433k XP/hr 0 0 0 316.2k 0 105.1k 0 313.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,313.8/hr Shark Cost/hr {"duration":1058393589,"quantity":136689,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 92.3k Shark"]} {"quantity":136689,"messages":["3417225 Prayer XP from purifying 136689x Vile ashes using the Ash Sanctifier (863311 charges left)."],"newKC":136689} +Mutated Bloodveld mage 195k XP/hr 0 0 0 142.3k 0 47.3k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":110723,"messages":["2768075 Prayer XP from purifying 110723x Vile ashes using the Ash Sanctifier (889277 charges left)."],"newKC":110723} +Mutated Bloodveld mage 195k XP/hr 0 0 0 142.3k 0 47.3k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":110723,"messages":["2768075 Prayer XP from purifying 110723x Vile ashes using the Ash Sanctifier (889277 charges left)."],"newKC":110723} +Mutated Bloodveld range-def 433k XP/hr 0 0 158.1k 0 158.1k 105.1k 0 313.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,313.8/hr Shark Cost/hr {"duration":1058393589,"quantity":136689,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 92.3k Shark"]} {"quantity":136689,"messages":["3417225 Prayer XP from purifying 136689x Vile ashes using the Ash Sanctifier (863311 charges left)."],"newKC":136689} +Mutated Bloodveld range-def 195k XP/hr 0 0 71.1k 0 71.1k 47.3k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":110723,"messages":["2768075 Prayer XP from purifying 110723x Vile ashes using the Ash Sanctifier (889277 charges left)."],"newKC":110723} +Mutated Bloodveld range-def 195k XP/hr 0 0 71.1k 0 71.1k 47.3k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":110723,"messages":["2768075 Prayer XP from purifying 110723x Vile ashes using the Ash Sanctifier (889277 charges left)."],"newKC":110723} +Mutated Bloodveld range 433k XP/hr 0 0 0 0 316.2k 105.1k 0 313.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,313.8/hr Shark Cost/hr {"duration":1058393589,"quantity":136689,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 92.3k Shark"]} {"quantity":136689,"messages":["3417225 Prayer XP from purifying 136689x Vile ashes using the Ash Sanctifier (863311 charges left)."],"newKC":136689} +Mutated Bloodveld range 195k XP/hr 0 0 0 0 142.3k 47.3k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":110723,"messages":["2768075 Prayer XP from purifying 110723x Vile ashes using the Ash Sanctifier (889277 charges left)."],"newKC":110723} +Mutated Bloodveld range 195k XP/hr 0 0 0 0 142.3k 47.3k 0 141.2 Sharks/hr Loot/hr 141.2/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Arclight","10% for Weekend","2% for Shark","Removing items: 74.7k Shark"]} {"quantity":110723,"messages":["2768075 Prayer XP from purifying 110723x Vile ashes using the Ash Sanctifier (889277 charges left)."],"newKC":110723} +Nechryael atk-str-def 273k XP/hr 52.4k 52.4k 52.4k 0 0 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael atk-str-def 273k XP/hr 52.4k 52.4k 52.4k 0 0 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael atk-str-def 273k XP/hr 52.4k 52.4k 52.4k 0 0 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael mage-def 273k XP/hr 0 0 78.6k 78.6k 0 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael mage-def 273k XP/hr 0 0 78.6k 78.6k 0 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael mage-def 273k XP/hr 0 0 78.6k 78.6k 0 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael mage 273k XP/hr 0 0 0 157.3k 0 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael mage 273k XP/hr 0 0 0 157.3k 0 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael mage 273k XP/hr 0 0 0 157.3k 0 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael range-def 273k XP/hr 0 0 78.6k 0 78.6k 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael range-def 273k XP/hr 0 0 78.6k 0 78.6k 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael range-def 273k XP/hr 0 0 78.6k 0 78.6k 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael range 273k XP/hr 0 0 0 0 157.3k 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael range 273k XP/hr 0 0 0 0 157.3k 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Nechryael range 273k XP/hr 0 0 0 0 157.3k 52.3k 39.3k 404.4 Sharks/hr Loot/hr 404.4/hr Shark Cost/hr {"duration":96146820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Arclight","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 10.8k Shark"]} {"quantity":10000,"messages":["650000 Prayer XP from purifying 10000x Malicious ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Obor atk-str-def 53k XP/hr 13.1k 13.1k 13.1k 0 0 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor atk-str-def 53k XP/hr 13.1k 13.1k 13.1k 0 0 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor atk-str-def 53k XP/hr 13.1k 13.1k 13.1k 0 0 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor mage-def 53k XP/hr 0 0 19.7k 19.7k 0 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor mage-def 53k XP/hr 0 0 19.7k 19.7k 0 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor mage-def 53k XP/hr 0 0 19.7k 19.7k 0 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor mage 53k XP/hr 0 0 0 39.4k 0 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor mage 53k XP/hr 0 0 0 39.4k 0 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor mage 53k XP/hr 0 0 0 39.4k 0 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor range-def 53k XP/hr 0 0 19.7k 0 19.7k 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor range-def 53k XP/hr 0 0 19.7k 0 19.7k 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor range-def 53k XP/hr 0 0 19.7k 0 19.7k 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor range 53k XP/hr 0 0 0 0 39.4k 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor range 53k XP/hr 0 0 0 0 39.4k 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Obor range 53k XP/hr 0 0 0 0 39.4k 13.1k 0 369.4 Sharks/hr Loot/hr 82.1/hr Giant key,369.4/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 43.4k Giant key, 195.5k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Ogre atk-str-def 270k XP/hr 56.9k 56.9k 56.9k 0 0 56.8k 42.7k 512.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,512.2/hr Shark Cost/hr {"duration":50609160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 47.8k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre atk-str-def 122k XP/hr 25.6k 25.6k 25.6k 0 0 25.5k 19.2k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre atk-str-def 122k XP/hr 25.6k 25.6k 25.6k 0 0 25.5k 19.2k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre mage-def 270k XP/hr 0 0 85.4k 85.4k 0 56.8k 42.7k 512.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,512.2/hr Shark Cost/hr {"duration":50609160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 47.8k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre mage-def 122k XP/hr 0 0 38.4k 38.4k 0 25.5k 19.2k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre mage-def 122k XP/hr 0 0 38.4k 38.4k 0 25.5k 19.2k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre mage 270k XP/hr 0 0 0 170.7k 0 56.8k 42.7k 512.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,512.2/hr Shark Cost/hr {"duration":50609160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 47.8k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre mage 122k XP/hr 0 0 0 76.8k 0 25.5k 19.2k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre mage 122k XP/hr 0 0 0 76.8k 0 25.5k 19.2k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre range-def 270k XP/hr 0 0 85.4k 0 85.4k 56.8k 42.7k 512.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,512.2/hr Shark Cost/hr {"duration":50609160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 47.8k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre range-def 122k XP/hr 0 0 38.4k 0 38.4k 25.5k 19.2k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre range-def 122k XP/hr 0 0 38.4k 0 38.4k 25.5k 19.2k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre range 270k XP/hr 0 0 0 0 170.7k 56.8k 42.7k 512.2 Sharks/hr Loot/hr 3401.4/hr Cannonball,512.2/hr Shark Cost/hr {"duration":50609160,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 47.8k Cannonball, 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre range 122k XP/hr 0 0 0 0 76.8k 25.5k 19.2k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogre range 122k XP/hr 0 0 0 0 76.8k 25.5k 19.2k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Ogress Shaman atk-str-def 93k XP/hr 23.3k 23.3k 23.3k 0 0 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman atk-str-def 93k XP/hr 23.3k 23.3k 23.3k 0 0 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman atk-str-def 93k XP/hr 23.3k 23.3k 23.3k 0 0 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman mage-def 93k XP/hr 0 0 35k 35k 0 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman mage-def 93k XP/hr 0 0 35k 35k 0 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman mage-def 93k XP/hr 0 0 35k 35k 0 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman mage 93k XP/hr 0 0 0 70k 0 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman mage 93k XP/hr 0 0 0 70k 0 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman mage 93k XP/hr 0 0 0 70k 0 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman range-def 93k XP/hr 0 0 35k 0 35k 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman range-def 93k XP/hr 0 0 35k 0 35k 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman range-def 93k XP/hr 0 0 35k 0 35k 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman range 93k XP/hr 0 0 0 0 70k 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman range 93k XP/hr 0 0 0 0 70k 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Shaman range 93k XP/hr 0 0 0 0 70k 23.3k 0 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":1905117024,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 91.5k Shark"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior atk-str-def 96k XP/hr 24.1k 24.1k 24.1k 0 0 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior atk-str-def 96k XP/hr 24.1k 24.1k 24.1k 0 0 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior atk-str-def 96k XP/hr 24.1k 24.1k 24.1k 0 0 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior mage-def 96k XP/hr 0 0 36.1k 36.1k 0 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior mage-def 96k XP/hr 0 0 36.1k 36.1k 0 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior mage-def 96k XP/hr 0 0 36.1k 36.1k 0 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior mage 96k XP/hr 0 0 0 72.2k 0 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior mage 96k XP/hr 0 0 0 72.2k 0 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior mage 96k XP/hr 0 0 0 72.2k 0 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior range-def 96k XP/hr 0 0 36.1k 0 36.1k 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior range-def 96k XP/hr 0 0 36.1k 0 36.1k 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior range-def 96k XP/hr 0 0 36.1k 0 36.1k 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior range 96k XP/hr 0 0 0 0 72.2k 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior range 96k XP/hr 0 0 0 0 72.2k 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Ogress Warrior range 96k XP/hr 0 0 0 0 72.2k 24k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797115,"quantity":112941,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":112941,"messages":[],"newKC":112941} +Otherworldly being atk-str-def 134k XP/hr 28.2k 28.2k 28.2k 0 0 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being atk-str-def 134k XP/hr 28.2k 28.2k 28.2k 0 0 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being atk-str-def 134k XP/hr 28.2k 28.2k 28.2k 0 0 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being mage-def 134k XP/hr 0 0 42.3k 42.3k 0 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being mage-def 134k XP/hr 0 0 42.3k 42.3k 0 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being mage-def 134k XP/hr 0 0 42.3k 42.3k 0 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being mage 134k XP/hr 0 0 0 84.5k 0 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being mage 134k XP/hr 0 0 0 84.5k 0 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being mage 134k XP/hr 0 0 0 84.5k 0 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being range-def 134k XP/hr 0 0 42.3k 0 42.3k 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being range-def 134k XP/hr 0 0 42.3k 0 42.3k 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being range-def 134k XP/hr 0 0 42.3k 0 42.3k 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being range 134k XP/hr 0 0 0 0 84.5k 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being range 134k XP/hr 0 0 0 0 84.5k 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Otherworldly being range 134k XP/hr 0 0 0 0 84.5k 28.1k 21.1k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Penguin atk-str-def 36k XP/hr 8.9k 8.9k 8.9k 0 0 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin atk-str-def 36k XP/hr 8.9k 8.9k 8.9k 0 0 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin atk-str-def 36k XP/hr 8.9k 8.9k 8.9k 0 0 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin mage-def 36k XP/hr 0 0 13.3k 13.3k 0 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin mage-def 36k XP/hr 0 0 13.3k 13.3k 0 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin mage-def 36k XP/hr 0 0 13.3k 13.3k 0 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin mage 36k XP/hr 0 0 0 26.7k 0 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin mage 36k XP/hr 0 0 0 26.7k 0 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin mage 36k XP/hr 0 0 0 26.7k 0 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin range-def 36k XP/hr 0 0 13.3k 0 13.3k 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin range-def 36k XP/hr 0 0 13.3k 0 13.3k 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin range-def 36k XP/hr 0 0 13.3k 0 13.3k 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin range 36k XP/hr 0 0 0 0 26.7k 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin range 36k XP/hr 0 0 0 0 26.7k 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Penguin range 36k XP/hr 0 0 0 0 26.7k 8.9k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Phrin Shade atk-str-def 114k XP/hr 28.5k 28.5k 28.5k 0 0 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade atk-str-def 114k XP/hr 28.5k 28.5k 28.5k 0 0 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade atk-str-def 114k XP/hr 28.5k 28.5k 28.5k 0 0 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade mage-def 114k XP/hr 0 0 42.8k 42.8k 0 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade mage-def 114k XP/hr 0 0 42.8k 42.8k 0 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade mage-def 114k XP/hr 0 0 42.8k 42.8k 0 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade mage 114k XP/hr 0 0 0 85.6k 0 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade mage 114k XP/hr 0 0 0 85.6k 0 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade mage 114k XP/hr 0 0 0 85.6k 0 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade range-def 114k XP/hr 0 0 42.8k 0 42.8k 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade range-def 114k XP/hr 0 0 42.8k 0 42.8k 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade range-def 114k XP/hr 0 0 42.8k 0 42.8k 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade range 114k XP/hr 0 0 0 0 85.6k 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade range 114k XP/hr 0 0 0 0 85.6k 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Phrin Shade range 114k XP/hr 0 0 0 0 85.6k 28.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846795938,"quantity":196078,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":196078,"messages":[],"newKC":196078} +Pirate atk-str-def 35k XP/hr 7.3k 7.3k 7.3k 0 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate atk-str-def 35k XP/hr 7.3k 7.3k 7.3k 0 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate atk-str-def 35k XP/hr 7.3k 7.3k 7.3k 0 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate atk-str-def 35k XP/hr 7.3k 7.3k 7.3k 0 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate atk-str-def 35k XP/hr 7.3k 7.3k 7.3k 0 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate atk-str-def 35k XP/hr 7.3k 7.3k 7.3k 0 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate mage-def 35k XP/hr 0 0 11k 11k 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate mage-def 35k XP/hr 0 0 11k 11k 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate mage-def 35k XP/hr 0 0 11k 11k 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate mage-def 35k XP/hr 0 0 11k 11k 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate mage-def 35k XP/hr 0 0 11k 11k 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate mage-def 35k XP/hr 0 0 11k 11k 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate mage 35k XP/hr 0 0 0 22k 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate mage 35k XP/hr 0 0 0 22k 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate mage 35k XP/hr 0 0 0 22k 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate mage 35k XP/hr 0 0 0 22k 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.22% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate mage 35k XP/hr 0 0 0 22k 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate mage 35k XP/hr 0 0 0 22k 0 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate range-def 35k XP/hr 0 0 11k 0 11k 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate range-def 35k XP/hr 0 0 11k 0 11k 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate range-def 35k XP/hr 0 0 11k 0 11k 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.20% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate range-def 35k XP/hr 0 0 11k 0 11k 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate range-def 35k XP/hr 0 0 11k 0 11k 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate range-def 35k XP/hr 0 0 11k 0 11k 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.22% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate range 35k XP/hr 0 0 0 0 22k 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate range 35k XP/hr 0 0 0 0 22k 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate range 35k XP/hr 0 0 0 0 22k 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate range 35k XP/hr 0 0 0 0 22k 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.23% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate range 35k XP/hr 0 0 0 0 22k 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pirate range 35k XP/hr 0 0 0 0 22k 7.3k 5.5k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":130815000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)"]} {"quantity":10000,"messages":["**You've completed NaN wilderness tasks and received 25 points; giving you a total of 1025; return to a Slayer master.**"],"newKC":10000} +Pit Scorpion atk-str-def 86k XP/hr 21.6k 21.6k 21.6k 0 0 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion atk-str-def 86k XP/hr 21.6k 21.6k 21.6k 0 0 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion atk-str-def 86k XP/hr 21.6k 21.6k 21.6k 0 0 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion mage-def 86k XP/hr 0 0 32.3k 32.3k 0 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion mage-def 86k XP/hr 0 0 32.3k 32.3k 0 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion mage-def 86k XP/hr 0 0 32.3k 32.3k 0 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion mage 86k XP/hr 0 0 0 64.7k 0 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion mage 86k XP/hr 0 0 0 64.7k 0 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion mage 86k XP/hr 0 0 0 64.7k 0 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion range-def 86k XP/hr 0 0 32.3k 0 32.3k 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion range-def 86k XP/hr 0 0 32.3k 0 32.3k 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion range-def 86k XP/hr 0 0 32.3k 0 32.3k 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion range 86k XP/hr 0 0 0 0 64.7k 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion range 86k XP/hr 0 0 0 0 64.7k 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pit Scorpion range 86k XP/hr 0 0 0 0 64.7k 21.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion atk-str-def 62k XP/hr 15.5k 15.5k 15.5k 0 0 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion atk-str-def 62k XP/hr 15.5k 15.5k 15.5k 0 0 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion atk-str-def 62k XP/hr 15.5k 15.5k 15.5k 0 0 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion mage-def 62k XP/hr 0 0 23.3k 23.3k 0 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion mage-def 62k XP/hr 0 0 23.3k 23.3k 0 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion mage-def 62k XP/hr 0 0 23.3k 23.3k 0 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion mage 62k XP/hr 0 0 0 46.5k 0 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion mage 62k XP/hr 0 0 0 46.5k 0 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion mage 62k XP/hr 0 0 0 46.5k 0 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion range-def 62k XP/hr 0 0 23.3k 0 23.3k 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion range-def 62k XP/hr 0 0 23.3k 0 23.3k 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion range-def 62k XP/hr 0 0 23.3k 0 23.3k 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion range 62k XP/hr 0 0 0 0 46.5k 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion range 62k XP/hr 0 0 0 0 46.5k 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Poison Scorpion range 62k XP/hr 0 0 0 0 46.5k 15.5k 0 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 139.8k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Pyrefiend atk-str-def 86k XP/hr 17.5k 17.5k 17.5k 0 0 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend atk-str-def 86k XP/hr 17.5k 17.5k 17.5k 0 0 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend atk-str-def 86k XP/hr 17.5k 17.5k 17.5k 0 0 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend mage-def 86k XP/hr 0 0 26.2k 26.2k 0 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend mage-def 86k XP/hr 0 0 26.2k 26.2k 0 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend mage-def 86k XP/hr 0 0 26.2k 26.2k 0 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend mage 86k XP/hr 0 0 0 52.4k 0 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend mage 86k XP/hr 0 0 0 52.4k 0 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend mage 86k XP/hr 0 0 0 52.4k 0 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend range-def 86k XP/hr 0 0 26.2k 0 26.2k 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend range-def 86k XP/hr 0 0 26.2k 0 26.2k 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend range-def 86k XP/hr 0 0 26.2k 0 26.2k 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend range 86k XP/hr 0 0 0 0 52.4k 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend range 86k XP/hr 0 0 0 0 52.4k 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrefiend range 86k XP/hr 0 0 0 0 52.4k 17.4k 13.1k 104.8 Sharks/hr Loot/hr 104.8/hr Shark Cost/hr {"duration":123700500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.6k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Pyrelord atk-str-def 58k XP/hr 14.2k 14.2k 14.2k 0 0 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord atk-str-def 58k XP/hr 14.2k 14.2k 14.2k 0 0 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord atk-str-def 58k XP/hr 14.2k 14.2k 14.2k 0 0 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord mage-def 58k XP/hr 0 0 21.3k 21.3k 0 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord mage-def 58k XP/hr 0 0 21.3k 21.3k 0 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord mage-def 58k XP/hr 0 0 21.3k 21.3k 0 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord mage 58k XP/hr 0 0 0 42.7k 0 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord mage 58k XP/hr 0 0 0 42.7k 0 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord mage 58k XP/hr 0 0 0 42.7k 0 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord range-def 58k XP/hr 0 0 21.3k 0 21.3k 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord range-def 58k XP/hr 0 0 21.3k 0 21.3k 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord range-def 58k XP/hr 0 0 21.3k 0 21.3k 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord range 58k XP/hr 0 0 0 0 42.7k 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord range 58k XP/hr 0 0 0 0 42.7k 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Pyrelord range 58k XP/hr 0 0 0 0 42.7k 14.2k 0 90.0 Sharks/hr Loot/hr 90.0/hr Shark Cost/hr {"duration":1905113650,"quantity":70588,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 47.6k Shark"]} {"quantity":70588,"messages":["705880 Prayer XP from purifying 70588x Fiendish ashes using the Ash Sanctifier (929412 charges left)."],"newKC":70588} +Rat atk-str-def 38k XP/hr 8k 8k 8k 0 0 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat atk-str-def 38k XP/hr 8k 8k 8k 0 0 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat atk-str-def 38k XP/hr 8k 8k 8k 0 0 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat mage-def 38k XP/hr 0 0 12k 12k 0 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat mage-def 38k XP/hr 0 0 12k 12k 0 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat mage-def 38k XP/hr 0 0 12k 12k 0 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat mage 38k XP/hr 0 0 0 24k 0 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat mage 38k XP/hr 0 0 0 24k 0 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat mage 38k XP/hr 0 0 0 24k 0 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat range-def 38k XP/hr 0 0 12k 0 12k 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat range-def 38k XP/hr 0 0 12k 0 12k 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat range-def 38k XP/hr 0 0 12k 0 12k 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat range 38k XP/hr 0 0 0 0 24k 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat range 38k XP/hr 0 0 0 0 24k 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Rat range 38k XP/hr 0 0 0 0 24k 8k 6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":11995650,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Reanimated Abyssal atk-str-def 648k XP/hr 18.3k 18.3k 18.3k 66.5k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal atk-str-def 648k XP/hr 18.3k 18.3k 18.3k 66.5k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal atk-str-def 648k XP/hr 18.3k 18.3k 18.3k 66.5k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal mage-def 648k XP/hr 0 0 27.4k 93.9k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal mage-def 648k XP/hr 0 0 27.4k 93.9k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal mage-def 648k XP/hr 0 0 27.4k 93.9k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal mage 648k XP/hr 0 0 0 121.3k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal mage 648k XP/hr 0 0 0 121.3k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal mage 648k XP/hr 0 0 0 121.3k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal range-def 648k XP/hr 0 0 27.4k 66.5k 27.4k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal range-def 648k XP/hr 0 0 27.4k 66.5k 27.4k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal range-def 648k XP/hr 0 0 27.4k 66.5k 27.4k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal range 648k XP/hr 0 0 0 66.5k 54.8k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal range 648k XP/hr 0 0 0 66.5k 54.8k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Abyssal range 648k XP/hr 0 0 0 66.5k 54.8k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled abyssal head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled abyssal head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Abyssal and received 269093500 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie atk-str-def 622k XP/hr 18.3k 18.3k 18.3k 66.5k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie atk-str-def 622k XP/hr 18.3k 18.3k 18.3k 66.5k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie atk-str-def 622k XP/hr 18.3k 18.3k 18.3k 66.5k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie mage-def 622k XP/hr 0 0 27.4k 93.9k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie mage-def 622k XP/hr 0 0 27.4k 93.9k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie mage-def 622k XP/hr 0 0 27.4k 93.9k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie mage 622k XP/hr 0 0 0 121.3k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie mage 622k XP/hr 0 0 0 121.3k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie mage 622k XP/hr 0 0 0 121.3k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie range-def 622k XP/hr 0 0 27.4k 66.5k 27.4k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie range-def 622k XP/hr 0 0 27.4k 66.5k 27.4k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie range-def 622k XP/hr 0 0 27.4k 66.5k 27.4k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie range 622k XP/hr 0 0 0 66.5k 54.8k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie range 622k XP/hr 0 0 0 66.5k 54.8k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Aviansie range 622k XP/hr 0 0 0 66.5k 54.8k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled aviansie head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled aviansie head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Aviansie and received 255431830 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Bear atk-str-def 366k XP/hr 12.3k 12.3k 12.3k 19.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear atk-str-def 366k XP/hr 12.3k 12.3k 12.3k 19.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear atk-str-def 366k XP/hr 12.3k 12.3k 12.3k 19.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear mage-def 366k XP/hr 0 0 18.5k 38.3k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear mage-def 366k XP/hr 0 0 18.5k 38.3k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear mage-def 366k XP/hr 0 0 18.5k 38.3k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear mage 366k XP/hr 0 0 0 56.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear mage 366k XP/hr 0 0 0 56.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear mage 366k XP/hr 0 0 0 56.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear range-def 366k XP/hr 0 0 18.5k 19.8k 18.5k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear range-def 366k XP/hr 0 0 18.5k 19.8k 18.5k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear range-def 366k XP/hr 0 0 18.5k 19.8k 18.5k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear range 366k XP/hr 0 0 0 19.8k 37k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear range 366k XP/hr 0 0 0 19.8k 37k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bear range 366k XP/hr 0 0 0 19.8k 37k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled bear head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled bear head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Bear and received 120000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Bloodveld atk-str-def 534k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld atk-str-def 534k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld atk-str-def 534k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld mage-def 534k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld mage-def 534k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld mage-def 534k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld mage 534k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld mage 534k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld mage 534k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld range-def 534k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld range-def 534k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld range-def 534k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld range 534k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld range 534k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Bloodveld range 534k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled bloodveld head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled bloodveld head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Bloodveld and received 215274800 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Chaos Druid atk-str-def 333k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid atk-str-def 333k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid atk-str-def 333k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid mage-def 333k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid mage-def 333k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid mage-def 333k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid mage 333k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid mage 333k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid mage 333k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid range-def 333k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid range-def 333k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid range-def 333k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid range 333k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid range 333k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Chaos Druid range 333k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled chaos druid head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled chaos druid head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Chaos Druid and received 120885080 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dagannoth atk-str-def 493k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth atk-str-def 493k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth atk-str-def 493k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth mage-def 493k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth mage-def 493k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth mage-def 493k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth mage 493k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth mage 493k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth mage 493k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth range-def 493k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth range-def 493k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth range-def 493k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth range 493k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth range 493k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dagannoth range 493k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled dagannoth head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled dagannoth head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dagannoth and received 193747320 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon atk-str-def 585k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon atk-str-def 585k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon atk-str-def 585k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon mage-def 585k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon mage-def 585k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon mage-def 585k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon mage 585k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon mage 585k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon mage 585k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon range-def 585k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon range-def 585k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon range-def 585k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon range 585k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon range 585k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Demon range 585k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled demon head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled demon head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Demon and received 242184150 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Dog atk-str-def 308k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog atk-str-def 308k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog atk-str-def 308k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog mage-def 308k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog mage-def 308k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog mage-def 308k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog mage 308k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog mage 308k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog mage 308k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog range-def 308k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog range-def 308k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog range-def 308k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog range 308k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog range 308k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dog range 308k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled dog head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled dog head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dog and received 107637400 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Dragon atk-str-def 882k XP/hr 21.5k 21.5k 21.5k 78.2k 0 21.4k 0 1889.6 Sharks/hr Loot/hr 1840.6/hr Nature rune,920.3/hr Blood rune,1840.6/hr Soul rune,460.2/hr Ensouled dragon head,1889.6/hr Shark,722.6/hr Anchovies Cost/hr {"duration":1905116287,"quantity":243517,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 382.4k Anchovies, 487k Blood rune, 243.5k Ensouled dragon head, 974.1k Nature rune, 1m Shark, 974.1k Soul rune"]} {"quantity":243517,"messages":["You reanimated 243517x Reanimated Dragon and received 379886520 Prayer XP and 41397890 Magic XP."],"newKC":243517} +Reanimated Dragon atk-str-def 882k XP/hr 21.5k 21.5k 21.5k 78.2k 0 21.4k 0 1889.6 Sharks/hr Loot/hr 1840.6/hr Nature rune,920.3/hr Blood rune,1840.6/hr Soul rune,460.2/hr Ensouled dragon head,1889.6/hr Shark,722.6/hr Anchovies Cost/hr {"duration":1905116287,"quantity":243517,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 382.4k Anchovies, 487k Blood rune, 243.5k Ensouled dragon head, 974.1k Nature rune, 1m Shark, 974.1k Soul rune"]} {"quantity":243517,"messages":["You reanimated 243517x Reanimated Dragon and received 379886520 Prayer XP and 41397890 Magic XP."],"newKC":243517} +Reanimated Dragon atk-str-def 882k XP/hr 21.5k 21.5k 21.5k 78.2k 0 21.4k 0 1889.6 Sharks/hr Loot/hr 1840.6/hr Nature rune,920.3/hr Blood rune,1840.6/hr Soul rune,460.2/hr Ensouled dragon head,1889.6/hr Shark,722.6/hr Anchovies Cost/hr {"duration":1905116287,"quantity":243517,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 382.4k Anchovies, 487k Blood rune, 243.5k Ensouled dragon head, 974.1k Nature rune, 1m Shark, 974.1k Soul rune"]} {"quantity":243517,"messages":["You reanimated 243517x Reanimated Dragon and received 379886520 Prayer XP and 41397890 Magic XP."],"newKC":243517} +Reanimated Dragon mage-def 750k XP/hr 0 0 27.4k 93.9k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled dragon head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled dragon head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dragon and received 322912200 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Dragon mage-def 750k XP/hr 0 0 27.4k 93.9k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled dragon head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled dragon head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dragon and received 322912200 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Dragon mage-def 750k XP/hr 0 0 27.4k 93.9k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled dragon head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled dragon head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dragon and received 322912200 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Dragon mage 750k XP/hr 0 0 0 121.3k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled dragon head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled dragon head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dragon and received 322912200 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Dragon mage 750k XP/hr 0 0 0 121.3k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled dragon head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled dragon head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dragon and received 322912200 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Dragon mage 750k XP/hr 0 0 0 121.3k 0 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled dragon head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled dragon head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dragon and received 322912200 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Dragon range-def 750k XP/hr 0 0 27.4k 66.5k 27.4k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled dragon head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled dragon head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dragon and received 322912200 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Dragon range-def 750k XP/hr 0 0 27.4k 66.5k 27.4k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled dragon head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled dragon head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dragon and received 322912200 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Dragon range-def 750k XP/hr 0 0 27.4k 66.5k 27.4k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled dragon head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled dragon head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dragon and received 322912200 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Dragon range 750k XP/hr 0 0 0 66.5k 54.8k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled dragon head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled dragon head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dragon and received 322912200 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Dragon range 750k XP/hr 0 0 0 66.5k 54.8k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled dragon head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled dragon head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dragon and received 322912200 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Dragon range 750k XP/hr 0 0 0 66.5k 54.8k 18.2k 0 1637.0 Sharks/hr Loot/hr 1564.6/hr Nature rune,782.3/hr Blood rune,1564.6/hr Soul rune,391.1/hr Ensouled dragon head,1637.0/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 414k Blood rune, 207k Ensouled dragon head, 828k Nature rune, 866.3k Shark, 828k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Dragon and received 322912200 Prayer XP and 35189150 Magic XP."],"newKC":206995} +Reanimated Elf atk-str-def 399k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf atk-str-def 399k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf atk-str-def 399k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf mage-def 399k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf mage-def 399k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf mage-def 399k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf mage 399k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf mage 399k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf mage 399k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf range-def 399k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf range-def 399k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf range-def 399k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf range 399k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf range 399k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Elf range 399k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled elf head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled elf head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Elf and received 156074230 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant atk-str-def 359k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant atk-str-def 359k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant atk-str-def 359k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant mage-def 359k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant mage-def 359k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant mage-def 359k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant mage 359k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant mage 359k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant mage 359k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant range-def 359k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant range-def 359k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant range-def 359k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant range 359k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant range 359k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Giant range 359k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled giant head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled giant head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Giant and received 134546750 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Goblin atk-str-def 116k XP/hr 4.1k 4.1k 4.1k 19.8k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin atk-str-def 116k XP/hr 4.1k 4.1k 4.1k 19.8k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin atk-str-def 116k XP/hr 4.1k 4.1k 4.1k 19.8k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin mage-def 116k XP/hr 0 0 6.2k 25.9k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin mage-def 116k XP/hr 0 0 6.2k 25.9k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin mage-def 116k XP/hr 0 0 6.2k 25.9k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin mage 116k XP/hr 0 0 0 32.1k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin mage 116k XP/hr 0 0 0 32.1k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin mage 116k XP/hr 0 0 0 32.1k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin range-def 116k XP/hr 0 0 6.2k 19.8k 6.2k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin range-def 116k XP/hr 0 0 6.2k 19.8k 6.2k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin range-def 116k XP/hr 0 0 6.2k 19.8k 6.2k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin range 116k XP/hr 0 0 0 19.8k 12.3k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin range 116k XP/hr 0 0 0 19.8k 12.3k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Goblin range 116k XP/hr 0 0 0 19.8k 12.3k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled goblin head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled goblin head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Goblin and received 32500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Hellhound atk-str-def 596k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound atk-str-def 596k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound atk-str-def 596k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound mage-def 596k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound mage-def 596k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound mage-def 596k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound mage 596k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound mage 596k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound mage 596k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound range-def 596k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound range-def 596k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound range-def 596k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound range 596k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound range 596k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Hellhound range 596k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled hellhound head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled hellhound head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Hellhound and received 248394000 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Horror atk-str-def 430k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror atk-str-def 430k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror atk-str-def 430k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror mage-def 430k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror mage-def 430k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror mage-def 430k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror mage 430k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror mage 430k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror mage 430k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror range-def 430k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror range-def 430k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror range-def 430k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror range 430k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror range 430k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Horror range 430k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled horror head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled horror head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Horror and received 172219840 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Imp atk-str-def 213k XP/hr 4.1k 4.1k 4.1k 19.8k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp atk-str-def 213k XP/hr 4.1k 4.1k 4.1k 19.8k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp atk-str-def 213k XP/hr 4.1k 4.1k 4.1k 19.8k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp mage-def 213k XP/hr 0 0 6.2k 25.9k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp mage-def 213k XP/hr 0 0 6.2k 25.9k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp mage-def 213k XP/hr 0 0 6.2k 25.9k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp mage 213k XP/hr 0 0 0 32.1k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp mage 213k XP/hr 0 0 0 32.1k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp mage 213k XP/hr 0 0 0 32.1k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp range-def 213k XP/hr 0 0 6.2k 19.8k 6.2k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp range-def 213k XP/hr 0 0 6.2k 19.8k 6.2k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp range-def 213k XP/hr 0 0 6.2k 19.8k 6.2k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp range 213k XP/hr 0 0 0 19.8k 12.3k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp range 213k XP/hr 0 0 0 19.8k 12.3k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Imp range 213k XP/hr 0 0 0 19.8k 12.3k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled imp head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled imp head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Imp and received 71500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Kalphite atk-str-def 473k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite atk-str-def 473k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite atk-str-def 473k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite mage-def 473k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite mage-def 473k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite mage-def 473k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite mage 473k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite mage 473k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite mage 473k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite range-def 473k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite range-def 473k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite range-def 473k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite range 473k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite range 473k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Kalphite range 473k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled kalphite head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled kalphite head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Kalphite and received 182983580 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Minotaur atk-str-def 277k XP/hr 8.2k 8.2k 8.2k 19.8k 0 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur atk-str-def 277k XP/hr 8.2k 8.2k 8.2k 19.8k 0 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur atk-str-def 277k XP/hr 8.2k 8.2k 8.2k 19.8k 0 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur mage-def 277k XP/hr 0 0 12.3k 32.1k 0 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur mage-def 277k XP/hr 0 0 12.3k 32.1k 0 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur mage-def 277k XP/hr 0 0 12.3k 32.1k 0 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur mage 277k XP/hr 0 0 0 44.5k 0 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur mage 277k XP/hr 0 0 0 44.5k 0 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur mage 277k XP/hr 0 0 0 44.5k 0 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur range-def 277k XP/hr 0 0 12.3k 19.8k 12.3k 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur range-def 277k XP/hr 0 0 12.3k 19.8k 12.3k 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur range-def 277k XP/hr 0 0 12.3k 19.8k 12.3k 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur range 277k XP/hr 0 0 0 19.8k 24.7k 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur range 277k XP/hr 0 0 0 19.8k 24.7k 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Minotaur range 277k XP/hr 0 0 0 19.8k 24.7k 8.2k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled minotaur head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled minotaur head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Minotaur and received 91000000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey atk-str-def 149k XP/hr 4.1k 4.1k 4.1k 19.8k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey atk-str-def 149k XP/hr 4.1k 4.1k 4.1k 19.8k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey atk-str-def 149k XP/hr 4.1k 4.1k 4.1k 19.8k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey mage-def 149k XP/hr 0 0 6.2k 25.9k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey mage-def 149k XP/hr 0 0 6.2k 25.9k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey mage-def 149k XP/hr 0 0 6.2k 25.9k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey mage 149k XP/hr 0 0 0 32.1k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey mage 149k XP/hr 0 0 0 32.1k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey mage 149k XP/hr 0 0 0 32.1k 0 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey range-def 149k XP/hr 0 0 6.2k 19.8k 6.2k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey range-def 149k XP/hr 0 0 6.2k 19.8k 6.2k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey range-def 149k XP/hr 0 0 6.2k 19.8k 6.2k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey range 149k XP/hr 0 0 0 19.8k 12.3k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey range 149k XP/hr 0 0 0 19.8k 12.3k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Monkey range 149k XP/hr 0 0 0 19.8k 12.3k 4.1k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled monkey head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled monkey head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Monkey and received 45500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Ogre atk-str-def 384k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre atk-str-def 384k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre atk-str-def 384k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre mage-def 384k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre mage-def 384k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre mage-def 384k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre mage 384k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre mage 384k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre mage 384k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre range-def 384k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre range-def 384k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre range-def 384k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre range 384k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre range 384k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Ogre range 384k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled ogre head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled ogre head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Ogre and received 148208420 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Scorpion atk-str-def 349k XP/hr 12.3k 12.3k 12.3k 19.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion atk-str-def 349k XP/hr 12.3k 12.3k 12.3k 19.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion atk-str-def 349k XP/hr 12.3k 12.3k 12.3k 19.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion mage-def 349k XP/hr 0 0 18.5k 38.3k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion mage-def 349k XP/hr 0 0 18.5k 38.3k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion mage-def 349k XP/hr 0 0 18.5k 38.3k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion mage 349k XP/hr 0 0 0 56.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion mage 349k XP/hr 0 0 0 56.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion mage 349k XP/hr 0 0 0 56.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion range-def 349k XP/hr 0 0 18.5k 19.8k 18.5k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion range-def 349k XP/hr 0 0 18.5k 19.8k 18.5k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion range-def 349k XP/hr 0 0 18.5k 19.8k 18.5k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion range 349k XP/hr 0 0 0 19.8k 37k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion range 349k XP/hr 0 0 0 19.8k 37k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Scorpion range 349k XP/hr 0 0 0 19.8k 37k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled scorpion head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled scorpion head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Scorpion and received 113500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Troll atk-str-def 409k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll atk-str-def 409k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll atk-str-def 409k XP/hr 18.3k 18.3k 18.3k 31.3k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll mage-def 409k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll mage-def 409k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll mage-def 409k XP/hr 0 0 27.4k 58.7k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll mage 409k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll mage 409k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll mage 409k XP/hr 0 0 0 86.1k 0 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll range-def 409k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll range-def 409k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll range-def 409k XP/hr 0 0 27.4k 31.3k 27.4k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll range 409k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll range 409k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Troll range 409k XP/hr 0 0 0 31.3k 54.8k 18.2k 0 745.7 Sharks/hr Loot/hr 1564.6/hr Body rune,1173.4/hr Nature rune,391.1/hr Soul rune,391.1/hr Ensouled troll head,745.7/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 828k Body rune, 207k Ensouled troll head, 621k Nature rune, 394.6k Shark, 207k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Troll and received 161456100 Prayer XP and 16559600 Magic XP."],"newKC":206995} +Reanimated Tzhaar atk-str-def 559k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar atk-str-def 559k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar atk-str-def 559k XP/hr 18.3k 18.3k 18.3k 54k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar mage-def 559k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar mage-def 559k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar mage-def 559k XP/hr 0 0 27.4k 81.4k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar mage 559k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar mage 559k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar mage 559k XP/hr 0 0 0 108.7k 0 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar range-def 559k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar range-def 559k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar range-def 559k XP/hr 0 0 27.4k 54k 27.4k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar range 559k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar range 559k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Tzhaar range 559k XP/hr 0 0 0 54k 54.8k 18.2k 0 1309.6 Sharks/hr Loot/hr 1173.4/hr Nature rune,391.1/hr Blood rune,782.3/hr Soul rune,391.1/hr Ensouled tzhaar head,1309.6/hr Shark Cost/hr {"duration":1905113672,"quantity":206995,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","10% for Weekend","2% for Shark","Removing items: 207k Blood rune, 207k Ensouled tzhaar head, 621k Nature rune, 693k Shark, 414k Soul rune"]} {"quantity":206995,"messages":["You reanimated 206995x Reanimated Tzhaar and received 228522480 Prayer XP and 28565310 Magic XP."],"newKC":206995} +Reanimated Unicorn atk-str-def 374k XP/hr 12.3k 12.3k 12.3k 19.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn atk-str-def 374k XP/hr 12.3k 12.3k 12.3k 19.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn atk-str-def 374k XP/hr 12.3k 12.3k 12.3k 19.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn mage-def 374k XP/hr 0 0 18.5k 38.3k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn mage-def 374k XP/hr 0 0 18.5k 38.3k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn mage-def 374k XP/hr 0 0 18.5k 38.3k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn mage 374k XP/hr 0 0 0 56.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn mage 374k XP/hr 0 0 0 56.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn mage 374k XP/hr 0 0 0 56.8k 0 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn range-def 374k XP/hr 0 0 18.5k 19.8k 18.5k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn range-def 374k XP/hr 0 0 18.5k 19.8k 18.5k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn range-def 374k XP/hr 0 0 18.5k 19.8k 18.5k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn range 374k XP/hr 0 0 0 19.8k 37k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn range 374k XP/hr 0 0 0 19.8k 37k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Reanimated Unicorn range 374k XP/hr 0 0 0 19.8k 37k 12.3k 0 474.2 Sharks/hr Loot/hr 2470.0/hr Body rune,1235.0/hr Nature rune,617.5/hr Ensouled unicorn head,474.2/hr Shark Cost/hr {"duration":1457505000,"quantity":250000,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","4% for KC","10% for Weekend","2% for Shark","Removing items: 1m Body rune, 250k Ensouled unicorn head, 500k Nature rune, 192k Shark"]} {"quantity":250000,"messages":["You reanimated 250000x Reanimated Unicorn and received 123500000 Prayer XP and 8000000 Magic XP."],"newKC":250000} +Red Dragon atk-str-def 248k XP/hr 52.1k 52.1k 52.1k 0 0 51.9k 40k 326.4 Sharks/hr Loot/hr 326.4/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon atk-str-def 248k XP/hr 52.1k 52.1k 52.1k 0 0 51.9k 40k 326.4 Sharks/hr Loot/hr 326.4/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon atk-str-def 248k XP/hr 52.1k 52.1k 52.1k 0 0 51.9k 40k 326.4 Sharks/hr Loot/hr 326.4/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon mage-def 211k XP/hr 0 0 66.4k 66.4k 0 44.2k 34k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon mage-def 211k XP/hr 0 0 66.4k 66.4k 0 44.2k 34k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon mage-def 211k XP/hr 0 0 66.4k 66.4k 0 44.2k 34k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon mage 211k XP/hr 0 0 0 132.8k 0 44.2k 34k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon mage 211k XP/hr 0 0 0 132.8k 0 44.2k 34k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon mage 211k XP/hr 0 0 0 132.8k 0 44.2k 34k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon range-def 211k XP/hr 0 0 66.4k 0 66.4k 44.2k 34k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon range-def 211k XP/hr 0 0 66.4k 0 66.4k 44.2k 34k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon range-def 211k XP/hr 0 0 66.4k 0 66.4k 44.2k 34k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon range 211k XP/hr 0 0 0 0 132.8k 44.2k 34k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon range 211k XP/hr 0 0 0 0 132.8k 44.2k 34k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Red Dragon range 211k XP/hr 0 0 0 0 132.8k 44.2k 34k 277.5 Sharks/hr Loot/hr 277.5/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.7k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Riyl Shade atk-str-def 103k XP/hr 25.8k 25.8k 25.8k 0 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade atk-str-def 103k XP/hr 25.8k 25.8k 25.8k 0 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade atk-str-def 103k XP/hr 25.8k 25.8k 25.8k 0 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade mage-def 103k XP/hr 0 0 38.7k 38.7k 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade mage-def 103k XP/hr 0 0 38.7k 38.7k 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade mage-def 103k XP/hr 0 0 38.7k 38.7k 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade mage 103k XP/hr 0 0 0 77.5k 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade mage 103k XP/hr 0 0 0 77.5k 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade mage 103k XP/hr 0 0 0 77.5k 0 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade range-def 103k XP/hr 0 0 38.7k 0 38.7k 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade range-def 103k XP/hr 0 0 38.7k 0 38.7k 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade range-def 103k XP/hr 0 0 38.7k 0 38.7k 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade range 103k XP/hr 0 0 0 0 77.5k 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade range 103k XP/hr 0 0 0 0 77.5k 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Riyl Shade range 103k XP/hr 0 0 0 0 77.5k 25.8k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786519,"quantity":130718,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":130718,"messages":[],"newKC":130718} +Rockslug atk-str-def 55k XP/hr 11.5k 11.5k 11.5k 0 0 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug atk-str-def 55k XP/hr 11.5k 11.5k 11.5k 0 0 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug atk-str-def 55k XP/hr 11.5k 11.5k 11.5k 0 0 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug mage-def 55k XP/hr 0 0 17.3k 17.3k 0 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug mage-def 55k XP/hr 0 0 17.3k 17.3k 0 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug mage-def 55k XP/hr 0 0 17.3k 17.3k 0 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug mage 55k XP/hr 0 0 0 34.6k 0 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug mage 55k XP/hr 0 0 0 34.6k 0 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug mage 55k XP/hr 0 0 0 34.6k 0 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug range-def 55k XP/hr 0 0 17.3k 0 17.3k 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug range-def 55k XP/hr 0 0 17.3k 0 17.3k 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug range-def 55k XP/hr 0 0 17.3k 0 17.3k 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug range 55k XP/hr 0 0 0 0 34.6k 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug range 55k XP/hr 0 0 0 0 34.6k 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rockslug range 55k XP/hr 0 0 0 0 34.6k 11.5k 8.6k 172.9 Sharks/hr Loot/hr 172.9/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Rune Dragon atk-str-def 160k XP/hr 33.1k 33.1k 33.1k 0 0 33.1k 27.3k 406.8 Sharks/hr Loot/hr 406.8/hr Shark Cost/hr {"duration":477920520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon atk-str-def 160k XP/hr 33.1k 33.1k 33.1k 0 0 33.1k 27.3k 406.8 Sharks/hr Loot/hr 406.8/hr Shark Cost/hr {"duration":477920520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon atk-str-def 160k XP/hr 33.1k 33.1k 33.1k 0 0 33.1k 27.3k 406.8 Sharks/hr Loot/hr 406.8/hr Shark Cost/hr {"duration":477920520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon mage-def 136k XP/hr 0 0 42.3k 42.3k 0 28.1k 23.2k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":562257360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon mage-def 136k XP/hr 0 0 42.3k 42.3k 0 28.1k 23.2k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":562257360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon mage-def 136k XP/hr 0 0 42.3k 42.3k 0 28.1k 23.2k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":562257360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon mage 136k XP/hr 0 0 0 84.5k 0 28.1k 23.2k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":562257360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon mage 136k XP/hr 0 0 0 84.5k 0 28.1k 23.2k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":562257360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon mage 136k XP/hr 0 0 0 84.5k 0 28.1k 23.2k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":562257360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon range-def 136k XP/hr 0 0 42.3k 0 42.3k 28.1k 23.2k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":562257360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon range-def 136k XP/hr 0 0 42.3k 0 42.3k 28.1k 23.2k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":562257360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon range-def 136k XP/hr 0 0 42.3k 0 42.3k 28.1k 23.2k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":562257360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon range 136k XP/hr 0 0 0 0 84.5k 28.1k 23.2k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":562257360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon range 136k XP/hr 0 0 0 0 84.5k 28.1k 23.2k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":562257360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Rune Dragon range 136k XP/hr 0 0 0 0 84.5k 28.1k 23.2k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":562257360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 54k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Sarachnis atk-str-def 172k XP/hr 35.8k 35.8k 35.8k 0 0 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis atk-str-def 172k XP/hr 35.8k 35.8k 35.8k 0 0 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis atk-str-def 172k XP/hr 35.8k 35.8k 35.8k 0 0 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis mage-def 172k XP/hr 0 0 53.7k 53.7k 0 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis mage-def 172k XP/hr 0 0 53.7k 53.7k 0 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis mage-def 172k XP/hr 0 0 53.7k 53.7k 0 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis mage 172k XP/hr 0 0 0 107.4k 0 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis mage 172k XP/hr 0 0 0 107.4k 0 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis mage 172k XP/hr 0 0 0 107.4k 0 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis range-def 172k XP/hr 0 0 53.7k 0 53.7k 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis range-def 172k XP/hr 0 0 53.7k 0 53.7k 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis range-def 172k XP/hr 0 0 53.7k 0 53.7k 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis range 172k XP/hr 0 0 0 0 107.4k 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis range 172k XP/hr 0 0 0 0 107.4k 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Sarachnis range 172k XP/hr 0 0 0 0 107.4k 35.7k 28.9k 543.5 Sharks/hr Loot/hr 543.5/hr Shark Cost/hr {"duration":536511780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Scythe of vitur","10% for Ring of stone","5% for Dragon claws","4% for Masori body (f)","3% for Masori chaps (f)","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 81k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Scarab Mage atk-str-def 295k XP/hr 61.9k 61.9k 61.9k 0 0 61.7k 47.5k 768.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,768.3/hr Shark Cost/hr {"duration":38799180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 36.7k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage atk-str-def 133k XP/hr 27.8k 27.8k 27.8k 0 0 27.8k 21.4k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage atk-str-def 133k XP/hr 27.8k 27.8k 27.8k 0 0 27.8k 21.4k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage mage-def 295k XP/hr 0 0 92.8k 92.8k 0 61.7k 47.5k 768.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,768.3/hr Shark Cost/hr {"duration":38799180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 36.7k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage mage-def 133k XP/hr 0 0 41.8k 41.8k 0 27.8k 21.4k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage mage-def 133k XP/hr 0 0 41.8k 41.8k 0 27.8k 21.4k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage mage 295k XP/hr 0 0 0 185.6k 0 61.7k 47.5k 768.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,768.3/hr Shark Cost/hr {"duration":38799180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 36.7k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage mage 133k XP/hr 0 0 0 83.5k 0 27.8k 21.4k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage mage 133k XP/hr 0 0 0 83.5k 0 27.8k 21.4k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage range-def 295k XP/hr 0 0 92.8k 0 92.8k 61.7k 47.5k 768.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,768.3/hr Shark Cost/hr {"duration":38799180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 36.7k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage range-def 133k XP/hr 0 0 41.8k 0 41.8k 27.8k 21.4k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage range-def 133k XP/hr 0 0 41.8k 0 41.8k 27.8k 21.4k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage range 295k XP/hr 0 0 0 0 185.6k 61.7k 47.5k 768.3 Sharks/hr Loot/hr 3401.4/hr Cannonball,768.3/hr Shark Cost/hr {"duration":38799180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 36.7k Cannonball, 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage range 133k XP/hr 0 0 0 0 83.5k 27.8k 21.4k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scarab Mage range 133k XP/hr 0 0 0 0 83.5k 27.8k 21.4k 345.7 Sharks/hr Loot/hr 345.7/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Scorpia atk-str-def 48k XP/hr 10.2k 10.2k 10.2k 0 0 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":127},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.15% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9937,"messages":["You missed out on 63x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9937x of your 10000 remaining kills, you now have 63 kills remaining."],"newKC":9937} +Scorpia atk-str-def 48k XP/hr 10.2k 10.2k 10.2k 0 0 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":138},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.61% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9932,"messages":["You missed out on 68x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9932x of your 10000 remaining kills, you now have 68 kills remaining."],"newKC":9932} +Scorpia atk-str-def 48k XP/hr 10.2k 10.2k 10.2k 0 0 10.2k 7.6k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":150},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.54% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9926,"messages":["You missed out on 74x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9926x of your 10000 remaining kills, you now have 74 kills remaining."],"newKC":9926} +Scorpia mage-def 49k XP/hr 0 0 15.4k 15.4k 0 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":110},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.50% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9973,"messages":["You missed out on 27x kills because of pk encounters","You killed 9973x of your 10000 remaining kills, you now have 27 kills remaining."],"newKC":9973} +Scorpia mage-def 49k XP/hr 0 0 15.3k 15.3k 0 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":117},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.53% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9942,"messages":["You missed out on 58x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9942x of your 10000 remaining kills, you now have 58 kills remaining."],"newKC":9942} +Scorpia mage-def 48k XP/hr 0 0 15.3k 15.3k 0 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":135},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.41% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9933,"messages":["You missed out on 67x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9933x of your 10000 remaining kills, you now have 67 kills remaining."],"newKC":9933} +Scorpia mage 48k XP/hr 0 0 0 30.6k 0 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":141},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.11% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9930,"messages":["You missed out on 70x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9930x of your 10000 remaining kills, you now have 70 kills remaining."],"newKC":9930} +Scorpia mage 48k XP/hr 0 0 0 30.6k 0 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":141},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.98% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9930,"messages":["You missed out on 70x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9930x of your 10000 remaining kills, you now have 70 kills remaining."],"newKC":9930} +Scorpia mage 48k XP/hr 0 0 0 30.6k 0 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":144},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.57% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9929,"messages":["You missed out on 71x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9929x of your 10000 remaining kills, you now have 71 kills remaining."],"newKC":9929} +Scorpia range-def 48k XP/hr 0 0 15.3k 0 15.3k 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":130},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.93% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9936,"messages":["You missed out on 64x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9936x of your 10000 remaining kills, you now have 64 kills remaining."],"newKC":9936} +Scorpia range-def 48k XP/hr 0 0 15.3k 0 15.3k 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":132},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.50% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9935,"messages":["You missed out on 65x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9935x of your 10000 remaining kills, you now have 65 kills remaining."],"newKC":9935} +Scorpia range-def 48k XP/hr 0 0 15.3k 0 15.3k 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":142},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.25% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9930,"messages":["You missed out on 70x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9930x of your 10000 remaining kills, you now have 70 kills remaining."],"newKC":9930} +Scorpia range 49k XP/hr 0 0 0 0 30.7k 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":140},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.12% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9965,"messages":["You missed out on 35x kills because of pk encounters","You killed 9965x of your 10000 remaining kills, you now have 35 kills remaining."],"newKC":9965} +Scorpia range 48k XP/hr 0 0 0 0 30.6k 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":128},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.63% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9937,"messages":["You missed out on 63x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9937x of your 10000 remaining kills, you now have 63 kills remaining."],"newKC":9937} +Scorpia range 48k XP/hr 0 0 0 0 30.6k 10.2k 7.7k 106.7 Sharks/hr Loot/hr 106.7/hr Shark Cost/hr {"duration":1214514000,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":138},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 1.52% per pk encounter (7% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 36k Shark"]} {"quantity":9932,"messages":["You missed out on 68x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9932x of your 10000 remaining kills, you now have 68 kills remaining."],"newKC":9932} +Scorpion atk-str-def 78k XP/hr 16.4k 16.4k 16.4k 0 0 16.3k 12.3k 274.4 Sharks/hr Loot/hr 1088.5/hr Cannonball,274.4/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.32% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion atk-str-def 54k XP/hr 11.5k 11.5k 11.5k 0 0 11.4k 8.6k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion atk-str-def 54k XP/hr 11.5k 11.5k 11.5k 0 0 11.4k 8.6k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.26% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion atk-str-def 93k XP/hr 19.6k 19.6k 19.6k 0 0 19.6k 14.7k 329.2 Sharks/hr Loot/hr 1088.5/hr Cannonball,329.2/hr Shark Cost/hr {"duration":41551020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.6k Cannonball, 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion atk-str-def 65k XP/hr 13.7k 13.7k 13.7k 0 0 13.7k 10.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion atk-str-def 65k XP/hr 13.7k 13.7k 13.7k 0 0 13.7k 10.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion mage-def 78k XP/hr 0 0 24.5k 24.5k 0 16.3k 12.3k 274.4 Sharks/hr Loot/hr 1088.5/hr Cannonball,274.4/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.42% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion mage-def 54k XP/hr 0 0 17.2k 17.2k 0 11.4k 8.6k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.44% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion mage-def 54k XP/hr 0 0 17.2k 17.2k 0 11.4k 8.6k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.30% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion mage-def 93k XP/hr 0 0 29.5k 29.5k 0 19.6k 14.7k 329.2 Sharks/hr Loot/hr 1088.5/hr Cannonball,329.2/hr Shark Cost/hr {"duration":41551020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.6k Cannonball, 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion mage-def 65k XP/hr 0 0 20.6k 20.6k 0 13.7k 10.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion mage-def 65k XP/hr 0 0 20.6k 20.6k 0 13.7k 10.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion mage 78k XP/hr 0 0 0 49.1k 0 16.3k 12.3k 274.4 Sharks/hr Loot/hr 1088.5/hr Cannonball,274.4/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion mage 54k XP/hr 0 0 0 34.4k 0 11.4k 8.6k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion mage 54k XP/hr 0 0 0 34.4k 0 11.4k 8.6k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion mage 93k XP/hr 0 0 0 58.9k 0 19.6k 14.7k 329.2 Sharks/hr Loot/hr 1088.5/hr Cannonball,329.2/hr Shark Cost/hr {"duration":41551020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.6k Cannonball, 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion mage 65k XP/hr 0 0 0 41.2k 0 13.7k 10.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion mage 65k XP/hr 0 0 0 41.2k 0 13.7k 10.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion range-def 78k XP/hr 0 0 24.5k 0 24.5k 16.3k 12.3k 274.4 Sharks/hr Loot/hr 1088.5/hr Cannonball,274.4/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.41% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion range-def 54k XP/hr 0 0 17.2k 0 17.2k 11.4k 8.6k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.48% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion range-def 54k XP/hr 0 0 17.2k 0 17.2k 11.4k 8.6k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.29% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion range-def 93k XP/hr 0 0 29.5k 0 29.5k 19.6k 14.7k 329.2 Sharks/hr Loot/hr 1088.5/hr Cannonball,329.2/hr Shark Cost/hr {"duration":41551020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.6k Cannonball, 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion range-def 65k XP/hr 0 0 20.6k 0 20.6k 13.7k 10.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion range-def 65k XP/hr 0 0 20.6k 0 20.6k 13.7k 10.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion range 78k XP/hr 0 0 0 0 49.1k 16.3k 12.3k 274.4 Sharks/hr Loot/hr 1088.5/hr Cannonball,274.4/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.28% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion range 54k XP/hr 0 0 0 0 34.4k 11.4k 8.6k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.38% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion range 54k XP/hr 0 0 0 0 34.4k 11.4k 8.6k 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.01% per min (medium peak time)\n**Death Chance:** 0.35% per pk encounter (2% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 3.8k Shark"]} {"quantity":9996,"messages":["You missed out on 4x kills because of pk encounters","You killed 9996x of your 10000 remaining kills, you now have 4 kills remaining."],"newKC":9996} +Scorpion range 93k XP/hr 0 0 0 0 58.9k 19.6k 14.7k 329.2 Sharks/hr Loot/hr 1088.5/hr Cannonball,329.2/hr Shark Cost/hr {"duration":41551020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.6k Cannonball, 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion range 65k XP/hr 0 0 0 0 41.2k 13.7k 10.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scorpion range 65k XP/hr 0 0 0 0 41.2k 13.7k 10.3k 230.5 Sharks/hr Loot/hr 230.5/hr Shark Cost/hr {"duration":59349780,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 3.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Scurrius atk-str-def 169k XP/hr 42.2k 42.2k 42.2k 0 0 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius atk-str-def 169k XP/hr 42.2k 42.2k 42.2k 0 0 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius atk-str-def 169k XP/hr 42.2k 42.2k 42.2k 0 0 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius mage-def 169k XP/hr 0 0 63.3k 63.3k 0 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius mage-def 169k XP/hr 0 0 63.3k 63.3k 0 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius mage-def 169k XP/hr 0 0 63.3k 63.3k 0 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius mage 169k XP/hr 0 0 0 126.6k 0 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius mage 169k XP/hr 0 0 0 126.6k 0 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius mage 169k XP/hr 0 0 0 126.6k 0 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius range-def 169k XP/hr 0 0 63.3k 0 63.3k 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius range-def 169k XP/hr 0 0 63.3k 0 63.3k 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius range-def 169k XP/hr 0 0 63.3k 0 63.3k 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius range 169k XP/hr 0 0 0 0 126.6k 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius range 169k XP/hr 0 0 0 0 126.6k 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Scurrius range 169k XP/hr 0 0 0 0 126.6k 42.1k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846767681,"quantity":23529,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","5% for no food"]} {"quantity":23529,"messages":[],"newKC":23529} +Sea Snake Hatchling atk-str-def 101k XP/hr 21.3k 21.3k 21.3k 0 0 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling atk-str-def 101k XP/hr 21.3k 21.3k 21.3k 0 0 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling atk-str-def 101k XP/hr 21.3k 21.3k 21.3k 0 0 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling mage-def 101k XP/hr 0 0 32k 32k 0 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling mage-def 101k XP/hr 0 0 32k 32k 0 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling mage-def 101k XP/hr 0 0 32k 32k 0 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling mage 101k XP/hr 0 0 0 64k 0 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling mage 101k XP/hr 0 0 0 64k 0 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling mage 101k XP/hr 0 0 0 64k 0 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling range-def 101k XP/hr 0 0 32k 0 32k 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling range-def 101k XP/hr 0 0 32k 0 32k 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling range-def 101k XP/hr 0 0 32k 0 32k 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling range 101k XP/hr 0 0 0 0 64k 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling range 101k XP/hr 0 0 0 0 64k 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Hatchling range 101k XP/hr 0 0 0 0 64k 21.3k 16k 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":112455000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Sea Snake Young atk-str-def 86k XP/hr 21.6k 21.6k 21.6k 0 0 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young atk-str-def 86k XP/hr 21.6k 21.6k 21.6k 0 0 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young atk-str-def 86k XP/hr 21.6k 21.6k 21.6k 0 0 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young mage-def 86k XP/hr 0 0 32.4k 32.4k 0 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young mage-def 86k XP/hr 0 0 32.4k 32.4k 0 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young mage-def 86k XP/hr 0 0 32.4k 32.4k 0 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young mage 86k XP/hr 0 0 0 64.8k 0 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young mage 86k XP/hr 0 0 0 64.8k 0 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young mage 86k XP/hr 0 0 0 64.8k 0 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young range-def 86k XP/hr 0 0 32.4k 0 32.4k 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young range-def 86k XP/hr 0 0 32.4k 0 32.4k 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young range-def 86k XP/hr 0 0 32.4k 0 32.4k 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young range 86k XP/hr 0 0 0 0 64.8k 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young range 86k XP/hr 0 0 0 0 64.8k 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Sea Snake Young range 86k XP/hr 0 0 0 0 64.8k 21.5k 0 257.2 Sharks/hr Loot/hr 257.2/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 136.1k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +Seagull atk-str-def 53k XP/hr 13.3k 13.3k 13.3k 0 0 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull atk-str-def 53k XP/hr 13.3k 13.3k 13.3k 0 0 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull atk-str-def 53k XP/hr 13.3k 13.3k 13.3k 0 0 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull mage-def 53k XP/hr 0 0 20k 20k 0 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull mage-def 53k XP/hr 0 0 20k 20k 0 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull mage-def 53k XP/hr 0 0 20k 20k 0 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull mage 53k XP/hr 0 0 0 40k 0 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull mage 53k XP/hr 0 0 0 40k 0 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull mage 53k XP/hr 0 0 0 40k 0 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull range-def 53k XP/hr 0 0 20k 0 20k 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull range-def 53k XP/hr 0 0 20k 0 20k 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull range-def 53k XP/hr 0 0 20k 0 20k 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull range 53k XP/hr 0 0 0 0 40k 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull range 53k XP/hr 0 0 0 0 40k 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Seagull range 53k XP/hr 0 0 0 0 40k 13.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846798825,"quantity":855445,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","10% for Weekend","5% for no food"]} {"quantity":855445,"messages":[],"newKC":855445} +Shade atk-str-def 111k XP/hr 23.4k 23.4k 23.4k 0 0 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade atk-str-def 111k XP/hr 23.4k 23.4k 23.4k 0 0 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade atk-str-def 111k XP/hr 23.4k 23.4k 23.4k 0 0 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade mage-def 111k XP/hr 0 0 35.2k 35.2k 0 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade mage-def 111k XP/hr 0 0 35.2k 35.2k 0 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade mage-def 111k XP/hr 0 0 35.2k 35.2k 0 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade mage 111k XP/hr 0 0 0 70.3k 0 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade mage 111k XP/hr 0 0 0 70.3k 0 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade mage 111k XP/hr 0 0 0 70.3k 0 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade range-def 111k XP/hr 0 0 35.2k 0 35.2k 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade range-def 111k XP/hr 0 0 35.2k 0 35.2k 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade range-def 111k XP/hr 0 0 35.2k 0 35.2k 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade range 111k XP/hr 0 0 0 0 70.3k 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade range 111k XP/hr 0 0 0 0 70.3k 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shade range 111k XP/hr 0 0 0 0 70.3k 23.4k 17.6k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":235467000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Shadow spider atk-str-def 105k XP/hr 26.3k 26.3k 26.3k 0 0 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider atk-str-def 105k XP/hr 26.3k 26.3k 26.3k 0 0 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider atk-str-def 105k XP/hr 26.3k 26.3k 26.3k 0 0 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider mage-def 105k XP/hr 0 0 39.5k 39.5k 0 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider mage-def 105k XP/hr 0 0 39.5k 39.5k 0 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider mage-def 105k XP/hr 0 0 39.5k 39.5k 0 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider mage 105k XP/hr 0 0 0 78.9k 0 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider mage 105k XP/hr 0 0 0 78.9k 0 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider mage 105k XP/hr 0 0 0 78.9k 0 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider range-def 105k XP/hr 0 0 39.5k 0 39.5k 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider range-def 105k XP/hr 0 0 39.5k 0 39.5k 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider range-def 105k XP/hr 0 0 39.5k 0 39.5k 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider range 105k XP/hr 0 0 0 0 78.9k 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider range 105k XP/hr 0 0 0 0 78.9k 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow spider range 105k XP/hr 0 0 0 0 78.9k 26.2k 0 231.0 Sharks/hr Loot/hr 231.0/hr Shark Cost/hr {"duration":1905116399,"quantity":189823,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","3% for Spectral spirit shield","10% for Weekend","2% for Shark","Removing items: 122.2k Shark"]} {"quantity":189823,"messages":[],"newKC":189823} +Shadow warrior atk-str-def 109k XP/hr 22.9k 22.9k 22.9k 0 0 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior atk-str-def 109k XP/hr 22.9k 22.9k 22.9k 0 0 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior atk-str-def 109k XP/hr 22.9k 22.9k 22.9k 0 0 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior mage-def 109k XP/hr 0 0 34.3k 34.3k 0 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior mage-def 109k XP/hr 0 0 34.3k 34.3k 0 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior mage-def 109k XP/hr 0 0 34.3k 34.3k 0 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior mage 109k XP/hr 0 0 0 68.6k 0 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior mage 109k XP/hr 0 0 0 68.6k 0 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior mage 109k XP/hr 0 0 0 68.6k 0 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior range-def 109k XP/hr 0 0 34.3k 0 34.3k 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior range-def 109k XP/hr 0 0 34.3k 0 34.3k 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior range-def 109k XP/hr 0 0 34.3k 0 34.3k 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior range 109k XP/hr 0 0 0 0 68.6k 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior range 109k XP/hr 0 0 0 0 68.6k 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Shadow warrior range 109k XP/hr 0 0 0 0 68.6k 22.8k 17.2k 138.3 Sharks/hr Loot/hr 138.3/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern atk-str-def 114k XP/hr 23.9k 23.9k 23.9k 0 0 23.9k 18.8k 242.1 Sharks/hr Loot/hr 242.1/hr Shark Cost/hr {"duration":401451120,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern atk-str-def 114k XP/hr 23.9k 23.9k 23.9k 0 0 23.9k 18.8k 242.1 Sharks/hr Loot/hr 242.1/hr Shark Cost/hr {"duration":401451120,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern atk-str-def 114k XP/hr 23.9k 23.9k 23.9k 0 0 23.9k 18.8k 242.1 Sharks/hr Loot/hr 242.1/hr Shark Cost/hr {"duration":401451120,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern mage-def 97k XP/hr 0 0 30.5k 30.5k 0 20.3k 16k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":472293360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern mage-def 97k XP/hr 0 0 30.5k 30.5k 0 20.3k 16k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":472293360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern mage-def 97k XP/hr 0 0 30.5k 30.5k 0 20.3k 16k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":472293360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern mage 97k XP/hr 0 0 0 61k 0 20.3k 16k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":472293360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern mage 97k XP/hr 0 0 0 61k 0 20.3k 16k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":472293360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern mage 97k XP/hr 0 0 0 61k 0 20.3k 16k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":472293360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern range-def 97k XP/hr 0 0 30.5k 0 30.5k 20.3k 16k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":472293360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern range-def 97k XP/hr 0 0 30.5k 0 30.5k 20.3k 16k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":472293360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern range-def 97k XP/hr 0 0 30.5k 0 30.5k 20.3k 16k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":472293360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern range 97k XP/hr 0 0 0 0 61k 20.3k 16k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":472293360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern range 97k XP/hr 0 0 0 0 61k 20.3k 16k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":472293360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeletal Wyvern range 97k XP/hr 0 0 0 0 61k 20.3k 16k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":472293360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 27k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Skeleton fremennik atk-str-def 93k XP/hr 23.2k 23.2k 23.2k 0 0 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik atk-str-def 93k XP/hr 23.2k 23.2k 23.2k 0 0 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik atk-str-def 93k XP/hr 23.2k 23.2k 23.2k 0 0 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik mage-def 93k XP/hr 0 0 34.8k 34.8k 0 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik mage-def 93k XP/hr 0 0 34.8k 34.8k 0 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik mage-def 93k XP/hr 0 0 34.8k 34.8k 0 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik mage 93k XP/hr 0 0 0 69.6k 0 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik mage 93k XP/hr 0 0 0 69.6k 0 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik mage 93k XP/hr 0 0 0 69.6k 0 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik range-def 93k XP/hr 0 0 34.8k 0 34.8k 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik range-def 93k XP/hr 0 0 34.8k 0 34.8k 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik range-def 93k XP/hr 0 0 34.8k 0 34.8k 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik range 93k XP/hr 0 0 0 0 69.6k 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik range 93k XP/hr 0 0 0 0 69.6k 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton fremennik range 93k XP/hr 0 0 0 0 69.6k 23.1k 0 260.1 Sharks/hr Loot/hr 260.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 137.6k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage atk-str-def 185k XP/hr 46.4k 46.4k 46.4k 0 0 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage atk-str-def 185k XP/hr 46.4k 46.4k 46.4k 0 0 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage atk-str-def 185k XP/hr 46.4k 46.4k 46.4k 0 0 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage mage-def 185k XP/hr 0 0 69.6k 69.6k 0 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage mage-def 185k XP/hr 0 0 69.6k 69.6k 0 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage mage-def 185k XP/hr 0 0 69.6k 69.6k 0 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage mage 185k XP/hr 0 0 0 139.2k 0 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage mage 185k XP/hr 0 0 0 139.2k 0 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage mage 185k XP/hr 0 0 0 139.2k 0 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage range-def 185k XP/hr 0 0 69.6k 0 69.6k 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage range-def 185k XP/hr 0 0 69.6k 0 69.6k 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage range-def 185k XP/hr 0 0 69.6k 0 69.6k 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage range 185k XP/hr 0 0 0 0 139.2k 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage range 185k XP/hr 0 0 0 0 139.2k 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton Mage range 185k XP/hr 0 0 0 0 139.2k 46.3k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119768,"quantity":230179,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":230179,"messages":[],"newKC":230179} +Skeleton atk-str-def 133k XP/hr 27.9k 27.9k 27.9k 0 0 27.8k 20.9k 377.3 Sharks/hr Loot/hr 1088.5/hr Cannonball,377.3/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton atk-str-def 93k XP/hr 19.5k 19.5k 19.5k 0 0 19.5k 14.7k 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton atk-str-def 93k XP/hr 19.5k 19.5k 19.5k 0 0 19.5k 14.7k 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton atk-str-def 166k XP/hr 34.9k 34.9k 34.9k 0 0 34.8k 26.2k 471.6 Sharks/hr Loot/hr 1088.5/hr Cannonball,471.6/hr Shark Cost/hr {"duration":39884040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.1k Cannonball, 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton atk-str-def 116k XP/hr 24.4k 24.4k 24.4k 0 0 24.4k 18.3k 330.1 Sharks/hr Loot/hr 330.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton atk-str-def 116k XP/hr 24.4k 24.4k 24.4k 0 0 24.4k 18.3k 330.1 Sharks/hr Loot/hr 330.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton mage-def 133k XP/hr 0 0 41.9k 41.9k 0 27.8k 20.9k 377.3 Sharks/hr Loot/hr 1088.5/hr Cannonball,377.3/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.22% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton mage-def 93k XP/hr 0 0 29.3k 29.3k 0 19.5k 14.7k 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.16% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton mage-def 93k XP/hr 0 0 29.3k 29.3k 0 19.5k 14.7k 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.18% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton mage-def 166k XP/hr 0 0 52.4k 52.4k 0 34.8k 26.2k 471.6 Sharks/hr Loot/hr 1088.5/hr Cannonball,471.6/hr Shark Cost/hr {"duration":39884040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.1k Cannonball, 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton mage-def 116k XP/hr 0 0 36.6k 36.6k 0 24.4k 18.3k 330.1 Sharks/hr Loot/hr 330.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton mage-def 116k XP/hr 0 0 36.6k 36.6k 0 24.4k 18.3k 330.1 Sharks/hr Loot/hr 330.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton mage 133k XP/hr 0 0 0 83.8k 0 27.8k 20.9k 377.3 Sharks/hr Loot/hr 1088.5/hr Cannonball,377.3/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton mage 93k XP/hr 0 0 0 58.6k 0 19.5k 14.7k 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.17% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton mage 93k XP/hr 0 0 0 58.6k 0 19.5k 14.7k 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.21% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton mage 166k XP/hr 0 0 0 104.7k 0 34.8k 26.2k 471.6 Sharks/hr Loot/hr 1088.5/hr Cannonball,471.6/hr Shark Cost/hr {"duration":39884040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.1k Cannonball, 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton mage 116k XP/hr 0 0 0 73.3k 0 24.4k 18.3k 330.1 Sharks/hr Loot/hr 330.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton mage 116k XP/hr 0 0 0 73.3k 0 24.4k 18.3k 330.1 Sharks/hr Loot/hr 330.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton range-def 133k XP/hr 0 0 41.9k 0 41.9k 27.8k 20.9k 377.3 Sharks/hr Loot/hr 1088.5/hr Cannonball,377.3/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton range-def 93k XP/hr 0 0 29.3k 0 29.3k 19.5k 14.7k 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.15% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton range-def 93k XP/hr 0 0 29.3k 0 29.3k 19.5k 14.7k 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.24% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton range-def 166k XP/hr 0 0 52.4k 0 52.4k 34.8k 26.2k 471.6 Sharks/hr Loot/hr 1088.5/hr Cannonball,471.6/hr Shark Cost/hr {"duration":39884040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.1k Cannonball, 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton range-def 116k XP/hr 0 0 36.6k 0 36.6k 24.4k 18.3k 330.1 Sharks/hr Loot/hr 330.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton range-def 116k XP/hr 0 0 36.6k 0 36.6k 24.4k 18.3k 330.1 Sharks/hr Loot/hr 330.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton range 133k XP/hr 0 0 0 0 83.8k 27.8k 20.9k 377.3 Sharks/hr Loot/hr 1088.5/hr Cannonball,377.3/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.14% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton range 93k XP/hr 0 0 0 0 58.6k 19.5k 14.7k 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.19% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton range 93k XP/hr 0 0 0 0 58.6k 19.5k 14.7k 264.1 Sharks/hr Loot/hr 264.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.00% per min (medium peak time)\n**Death Chance:** 0.13% per pk encounter (1% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton range 166k XP/hr 0 0 0 0 104.7k 34.8k 26.2k 471.6 Sharks/hr Loot/hr 1088.5/hr Cannonball,471.6/hr Shark Cost/hr {"duration":39884040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.1k Cannonball, 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton range 116k XP/hr 0 0 0 0 73.3k 24.4k 18.3k 330.1 Sharks/hr Loot/hr 330.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skeleton range 116k XP/hr 0 0 0 0 73.3k 24.4k 18.3k 330.1 Sharks/hr Loot/hr 330.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 5.2k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Skogre atk-str-def 84k XP/hr 21k 21k 21k 0 0 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre atk-str-def 84k XP/hr 21k 21k 21k 0 0 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre atk-str-def 84k XP/hr 21k 21k 21k 0 0 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre mage-def 84k XP/hr 0 0 31.6k 31.6k 0 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre mage-def 84k XP/hr 0 0 31.6k 31.6k 0 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre mage-def 84k XP/hr 0 0 31.6k 31.6k 0 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre mage 84k XP/hr 0 0 0 63.1k 0 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre mage 84k XP/hr 0 0 0 63.1k 0 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre mage 84k XP/hr 0 0 0 63.1k 0 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre range-def 84k XP/hr 0 0 31.6k 0 31.6k 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre range-def 84k XP/hr 0 0 31.6k 0 31.6k 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre range-def 84k XP/hr 0 0 31.6k 0 31.6k 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre range 84k XP/hr 0 0 0 0 63.1k 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre range 84k XP/hr 0 0 0 0 63.1k 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skogre range 84k XP/hr 0 0 0 0 63.1k 21k 0 320.1 Sharks/hr Loot/hr 320.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 169.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Skotizo atk-str-def 167k XP/hr 40k 40k 40k 0 0 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo atk-str-def 167k XP/hr 40k 40k 40k 0 0 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo atk-str-def 167k XP/hr 40k 40k 40k 0 0 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo mage-def 167k XP/hr 0 0 60k 60k 0 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo mage-def 167k XP/hr 0 0 60k 60k 0 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo mage-def 167k XP/hr 0 0 60k 60k 0 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo mage 167k XP/hr 0 0 0 120k 0 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo mage 167k XP/hr 0 0 0 120k 0 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo mage 167k XP/hr 0 0 0 120k 0 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo range-def 167k XP/hr 0 0 60k 0 60k 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo range-def 167k XP/hr 0 0 60k 0 60k 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo range-def 167k XP/hr 0 0 60k 0 60k 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo range 167k XP/hr 0 0 0 0 120k 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo range 167k XP/hr 0 0 0 0 120k 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Skotizo range 167k XP/hr 0 0 0 0 120k 39.9k 0 933.7 Sharks/hr Loot/hr 66.7/hr Dark totem,933.7/hr Shark Cost/hr {"duration":53979,"quantity":1,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","50% for Arclight","10% for Weekend","2% for Shark","Removing items: 1x Dark totem, 14x Shark"]} {"quantity":1,"messages":["110 Prayer XP from purifying 1x Infernal ashes using the Ash Sanctifier (999999 charges left)."],"newKC":1} +Small Lizard atk-str-def 40k XP/hr 10.1k 10.1k 10.1k 0 0 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard atk-str-def 40k XP/hr 10.1k 10.1k 10.1k 0 0 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard atk-str-def 40k XP/hr 10.1k 10.1k 10.1k 0 0 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard mage-def 40k XP/hr 0 0 15.2k 15.2k 0 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard mage-def 40k XP/hr 0 0 15.2k 15.2k 0 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard mage-def 40k XP/hr 0 0 15.2k 15.2k 0 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard mage 40k XP/hr 0 0 0 30.3k 0 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard mage 40k XP/hr 0 0 0 30.3k 0 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard mage 40k XP/hr 0 0 0 30.3k 0 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard range-def 40k XP/hr 0 0 15.2k 0 15.2k 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard range-def 40k XP/hr 0 0 15.2k 0 15.2k 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard range-def 40k XP/hr 0 0 15.2k 0 15.2k 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard range 40k XP/hr 0 0 0 0 30.3k 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard range 40k XP/hr 0 0 0 0 30.3k 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Small Lizard range 40k XP/hr 0 0 0 0 30.3k 10.1k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905118148,"quantity":267492,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":267492,"messages":[],"newKC":267492} +Smoke Devil atk-str-def 969k XP/hr 204.2k 204.2k 204.2k 0 0 203.7k 153.1k 602.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,602.6/hr Shark Cost/hr {"duration":43491420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 41.1k Cannonball, 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil atk-str-def 436k XP/hr 91.9k 91.9k 91.9k 0 0 91.6k 68.9k 271.2 Sharks/hr Loot/hr 271.2/hr Shark Cost/hr {"duration":96649560,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil atk-str-def 436k XP/hr 91.9k 91.9k 91.9k 0 0 91.6k 68.9k 271.2 Sharks/hr Loot/hr 271.2/hr Shark Cost/hr {"duration":96649560,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage-def 1.1m XP/hr 240.2k 240.2k 240.2k 0 0 239.6k 180.1k 708.8 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,708.8/hr Shark Cost/hr {"duration":36973440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 22.4k Blood rune, 44.7k Death rune, 7.3k Shark, 67.1k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage-def 1.1m XP/hr 0 0 360.3k 0 360.3k 239.6k 180.1k 708.8 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,708.8/hr Shark Cost/hr {"duration":36973440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 22.4k Blood rune, 44.7k Death rune, 7.3k Shark, 67.1k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage-def 1.1m XP/hr 0 0 360.3k 360.3k 0 239.6k 180.1k 708.8 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,708.8/hr Shark Cost/hr {"duration":36973440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 22.4k Blood rune, 44.7k Death rune, 7.3k Shark, 67.1k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage-def 969k XP/hr 0 0 306.3k 306.3k 0 203.7k 153.1k 602.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,602.6/hr Shark Cost/hr {"duration":43491420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 41.1k Cannonball, 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage-def 789k XP/hr 166.3k 166.3k 166.3k 0 0 165.9k 124.7k 490.7 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,490.7/hr Shark Cost/hr {"duration":53405100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 64.6k Chaos rune, 32.3k Death rune, 7.3k Shark, 64.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage-def 789k XP/hr 0 0 249.4k 0 249.4k 165.9k 124.7k 490.7 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,490.7/hr Shark Cost/hr {"duration":53405100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 64.6k Chaos rune, 32.3k Death rune, 7.3k Shark, 64.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage-def 789k XP/hr 0 0 249.4k 249.4k 0 165.9k 124.7k 490.7 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,490.7/hr Shark Cost/hr {"duration":53405100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 64.6k Chaos rune, 32.3k Death rune, 7.3k Shark, 64.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage-def 436k XP/hr 0 0 137.8k 137.8k 0 91.6k 68.9k 271.2 Sharks/hr Loot/hr 271.2/hr Shark Cost/hr {"duration":96649560,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage-def 436k XP/hr 0 0 137.8k 137.8k 0 91.6k 68.9k 271.2 Sharks/hr Loot/hr 271.2/hr Shark Cost/hr {"duration":96649560,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage 1.1m XP/hr 0 0 0 0 720.5k 239.6k 180.1k 708.8 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,708.8/hr Shark Cost/hr {"duration":36973440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 22.4k Blood rune, 44.7k Death rune, 7.3k Shark, 67.1k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage 1.1m XP/hr 0 0 0 720.5k 0 239.6k 180.1k 708.8 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.8/hr Death rune,2176.9/hr Blood rune,708.8/hr Shark Cost/hr {"duration":36973440,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 22.4k Blood rune, 44.7k Death rune, 7.3k Shark, 67.1k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage 969k XP/hr 0 0 0 612.5k 0 203.7k 153.1k 602.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,602.6/hr Shark Cost/hr {"duration":43491420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 41.1k Cannonball, 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage 789k XP/hr 0 0 0 0 498.8k 165.9k 124.7k 490.7 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,490.7/hr Shark Cost/hr {"duration":53405100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 64.6k Chaos rune, 32.3k Death rune, 7.3k Shark, 64.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage 789k XP/hr 0 0 0 498.8k 0 165.9k 124.7k 490.7 Sharks/hr Loot/hr 4353.8/hr Water rune,2176.9/hr Death rune,4353.8/hr Chaos rune,490.7/hr Shark Cost/hr {"duration":53405100,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 64.6k Chaos rune, 32.3k Death rune, 7.3k Shark, 64.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage 436k XP/hr 0 0 0 275.6k 0 91.6k 68.9k 271.2 Sharks/hr Loot/hr 271.2/hr Shark Cost/hr {"duration":96649560,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil mage 436k XP/hr 0 0 0 275.6k 0 91.6k 68.9k 271.2 Sharks/hr Loot/hr 271.2/hr Shark Cost/hr {"duration":96649560,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil range-def 969k XP/hr 0 0 306.3k 0 306.3k 203.7k 153.1k 602.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,602.6/hr Shark Cost/hr {"duration":43491420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 41.1k Cannonball, 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil range-def 436k XP/hr 0 0 137.8k 0 137.8k 91.6k 68.9k 271.2 Sharks/hr Loot/hr 271.2/hr Shark Cost/hr {"duration":96649560,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil range-def 436k XP/hr 0 0 137.8k 0 137.8k 91.6k 68.9k 271.2 Sharks/hr Loot/hr 271.2/hr Shark Cost/hr {"duration":96649560,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil range 969k XP/hr 0 0 0 0 612.5k 203.7k 153.1k 602.6 Sharks/hr Loot/hr 3401.4/hr Cannonball,602.6/hr Shark Cost/hr {"duration":43491420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 41.1k Cannonball, 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil range 436k XP/hr 0 0 0 0 275.6k 91.6k 68.9k 271.2 Sharks/hr Loot/hr 271.2/hr Shark Cost/hr {"duration":96649560,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Smoke Devil range 436k XP/hr 0 0 0 0 275.6k 91.6k 68.9k 271.2 Sharks/hr Loot/hr 271.2/hr Shark Cost/hr {"duration":96649560,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","9% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 7.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Spidine atk-str-def 43k XP/hr 10.7k 10.7k 10.7k 0 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine atk-str-def 43k XP/hr 10.7k 10.7k 10.7k 0 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine atk-str-def 43k XP/hr 10.7k 10.7k 10.7k 0 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine mage-def 43k XP/hr 0 0 16k 16k 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine mage-def 43k XP/hr 0 0 16k 16k 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine mage-def 43k XP/hr 0 0 16k 16k 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine mage 43k XP/hr 0 0 0 32k 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine mage 43k XP/hr 0 0 0 32k 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine mage 43k XP/hr 0 0 0 32k 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine range-def 43k XP/hr 0 0 16k 0 16k 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine range-def 43k XP/hr 0 0 16k 0 16k 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine range-def 43k XP/hr 0 0 16k 0 16k 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine range 43k XP/hr 0 0 0 0 32k 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine range 43k XP/hr 0 0 0 0 32k 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spidine range 43k XP/hr 0 0 0 0 32k 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Red spiders' eggs,228.8/hr Raw sardine,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw sardine, 121.1k Red spiders' eggs, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Spiritual Mage atk-str-def 158k XP/hr 39.4k 39.4k 39.4k 0 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":14},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.33% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184102,"messages":["You missed out on 41x kills because of pk encounters"],"newKC":184102} +Spiritual Mage atk-str-def 158k XP/hr 39.4k 39.4k 39.4k 0 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":14},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.99% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184102,"messages":["You missed out on 41x kills because of pk encounters"],"newKC":184102} +Spiritual Mage atk-str-def 158k XP/hr 39.4k 39.4k 39.4k 0 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":15},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.11% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184100,"messages":["You missed out on 43x kills because of pk encounters"],"newKC":184100} +Spiritual Mage atk-str-def 158k XP/hr 39.4k 39.4k 39.4k 0 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage atk-str-def 158k XP/hr 39.4k 39.4k 39.4k 0 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage atk-str-def 158k XP/hr 39.4k 39.4k 39.4k 0 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage mage-def 158k XP/hr 0 0 59.1k 59.1k 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":22},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184079,"messages":["You missed out on 64x kills because of pk encounters"],"newKC":184079} +Spiritual Mage mage-def 158k XP/hr 0 0 59.1k 59.1k 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":26},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.92% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184068,"messages":["You missed out on 75x kills because of pk encounters"],"newKC":184068} +Spiritual Mage mage-def 158k XP/hr 0 0 59.1k 59.1k 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":22},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.20% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184015,"messages":["You missed out on 128x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":184015} +Spiritual Mage mage-def 158k XP/hr 0 0 59.2k 59.2k 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage mage-def 158k XP/hr 0 0 59.2k 59.2k 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage mage-def 158k XP/hr 0 0 59.2k 59.2k 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage mage 158k XP/hr 0 0 0 118.3k 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":15},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.28% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184100,"messages":["You missed out on 43x kills because of pk encounters"],"newKC":184100} +Spiritual Mage mage 158k XP/hr 0 0 0 118.3k 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":23},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.87% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184076,"messages":["You missed out on 67x kills because of pk encounters"],"newKC":184076} +Spiritual Mage mage 158k XP/hr 0 0 0 118.3k 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":25},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.92% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184071,"messages":["You missed out on 72x kills because of pk encounters"],"newKC":184071} +Spiritual Mage mage 158k XP/hr 0 0 0 118.3k 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage mage 158k XP/hr 0 0 0 118.3k 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage mage 158k XP/hr 0 0 0 118.3k 0 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage range-def 158k XP/hr 0 0 59.1k 0 59.1k 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.22% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184108,"messages":["You missed out on 35x kills because of pk encounters"],"newKC":184108} +Spiritual Mage range-def 158k XP/hr 0 0 59.1k 0 59.1k 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":18},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.88% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184091,"messages":["You missed out on 52x kills because of pk encounters"],"newKC":184091} +Spiritual Mage range-def 158k XP/hr 0 0 59.1k 0 59.1k 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":20},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.87% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184085,"messages":["You missed out on 58x kills because of pk encounters"],"newKC":184085} +Spiritual Mage range-def 158k XP/hr 0 0 59.2k 0 59.2k 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage range-def 158k XP/hr 0 0 59.2k 0 59.2k 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage range-def 158k XP/hr 0 0 59.2k 0 59.2k 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage range 158k XP/hr 0 0 0 0 118.3k 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":17},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.81% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184094,"messages":["You missed out on 49x kills because of pk encounters"],"newKC":184094} +Spiritual Mage range 158k XP/hr 0 0 0 0 118.2k 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":18},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.04% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184039,"messages":["You missed out on 104x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":184039} +Spiritual Mage range 158k XP/hr 0 0 0 0 118.2k 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":23},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.25% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 228.7k Shark"]} {"quantity":184010,"messages":["You missed out on 133x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":184010} +Spiritual Mage range 158k XP/hr 0 0 0 0 118.3k 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage range 158k XP/hr 0 0 0 0 118.3k 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Mage range 158k XP/hr 0 0 0 0 118.3k 39.3k 0 432.2 Sharks/hr Loot/hr 432.2/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 228.7k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Spiritual Ranger atk-str-def 199k XP/hr 41.9k 41.9k 41.9k 0 0 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.32% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Spiritual Ranger atk-str-def 199k XP/hr 41.9k 41.9k 41.9k 0 0 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.98% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Spiritual Ranger atk-str-def 199k XP/hr 41.9k 41.9k 41.9k 0 0 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.14% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining."],"newKC":9995} +Spiritual Ranger atk-str-def 239k XP/hr 50.3k 50.3k 50.3k 0 0 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger atk-str-def 239k XP/hr 50.3k 50.3k 50.3k 0 0 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger atk-str-def 239k XP/hr 50.3k 50.3k 50.3k 0 0 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger mage-def 199k XP/hr 0 0 62.8k 62.8k 0 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.90% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger mage-def 199k XP/hr 0 0 62.8k 62.8k 0 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.39% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Spiritual Ranger mage-def 199k XP/hr 0 0 62.8k 62.8k 0 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.82% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Spiritual Ranger mage-def 239k XP/hr 0 0 75.4k 75.4k 0 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger mage-def 239k XP/hr 0 0 75.4k 75.4k 0 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger mage-def 239k XP/hr 0 0 75.4k 75.4k 0 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger mage 199k XP/hr 0 0 0 125.7k 0 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.30% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger mage 199k XP/hr 0 0 0 125.7k 0 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Spiritual Ranger mage 199k XP/hr 0 0 0 125.6k 0 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.17% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":9993,"messages":["You missed out on 7x kills because of pk encounters","You killed 9993x of your 10000 remaining kills, you now have 7 kills remaining."],"newKC":9993} +Spiritual Ranger mage 239k XP/hr 0 0 0 150.8k 0 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger mage 239k XP/hr 0 0 0 150.8k 0 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger mage 239k XP/hr 0 0 0 150.8k 0 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger range-def 199k XP/hr 0 0 62.8k 0 62.8k 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.31% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger range-def 199k XP/hr 0 0 62.8k 0 62.8k 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.10% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.24x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":9998,"messages":["You missed out on 2x kills because of pk encounters","You killed 9998x of your 10000 remaining kills, you now have 2 kills remaining."],"newKC":9998} +Spiritual Ranger range-def 199k XP/hr 0 0 62.8k 0 62.8k 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":2},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.24% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":9995,"messages":["You missed out on 5x kills because of pk encounters","You killed 9995x of your 10000 remaining kills, you now have 5 kills remaining."],"newKC":9995} +Spiritual Ranger range-def 239k XP/hr 0 0 75.4k 0 75.4k 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger range-def 239k XP/hr 0 0 75.4k 0 75.4k 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger range-def 239k XP/hr 0 0 75.4k 0 75.4k 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger range 199k XP/hr 0 0 0 0 125.7k 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.21% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger range 199k XP/hr 0 0 0 0 125.7k 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":0},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.96% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger range 199k XP/hr 0 0 0 0 125.6k 41.8k 31.4k 333.5 Sharks/hr Loot/hr 333.5/hr Shark Cost/hr {"duration":121451400,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.86% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 1x from being in no multi)","Removing items: 11.3k Shark"]} {"quantity":9993,"messages":["You missed out on 7x kills because of pk encounters","You killed 9993x of your 10000 remaining kills, you now have 7 kills remaining."],"newKC":9993} +Spiritual Ranger range 239k XP/hr 0 0 0 0 150.8k 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger range 239k XP/hr 0 0 0 0 150.8k 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Ranger range 239k XP/hr 0 0 0 0 150.8k 50.1k 37.7k 400.2 Sharks/hr Loot/hr 400.2/hr Shark Cost/hr {"duration":101209500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 11.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Spiritual Warrior atk-str-def 165k XP/hr 41.2k 41.2k 41.2k 0 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":15},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.34% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148571,"messages":["You missed out on 35x kills because of pk encounters"],"newKC":148571} +Spiritual Warrior atk-str-def 165k XP/hr 41.2k 41.2k 41.2k 0 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.17% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148562,"messages":["You missed out on 44x kills because of pk encounters"],"newKC":148562} +Spiritual Warrior atk-str-def 165k XP/hr 41.2k 41.2k 41.2k 0 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":20},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.14% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148559,"messages":["You missed out on 47x kills because of pk encounters"],"newKC":148559} +Spiritual Warrior atk-str-def 165k XP/hr 41.2k 41.2k 41.2k 0 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior atk-str-def 165k XP/hr 41.2k 41.2k 41.2k 0 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior atk-str-def 165k XP/hr 41.2k 41.2k 41.2k 0 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior mage-def 165k XP/hr 0 0 61.8k 61.8k 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":15},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.91% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148571,"messages":["You missed out on 35x kills because of pk encounters"],"newKC":148571} +Spiritual Warrior mage-def 165k XP/hr 0 0 61.8k 61.8k 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":22},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.06% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148555,"messages":["You missed out on 51x kills because of pk encounters"],"newKC":148555} +Spiritual Warrior mage-def 165k XP/hr 0 0 61.7k 61.7k 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.16% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148522,"messages":["You missed out on 84x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":148522} +Spiritual Warrior mage-def 165k XP/hr 0 0 61.8k 61.8k 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior mage-def 165k XP/hr 0 0 61.8k 61.8k 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior mage-def 165k XP/hr 0 0 61.8k 61.8k 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior mage 165k XP/hr 0 0 0 123.5k 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":21},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.79% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148557,"messages":["You missed out on 49x kills because of pk encounters"],"newKC":148557} +Spiritual Warrior mage 165k XP/hr 0 0 0 123.5k 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":22},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.88% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148555,"messages":["You missed out on 51x kills because of pk encounters"],"newKC":148555} +Spiritual Warrior mage 165k XP/hr 0 0 0 123.5k 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":18},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.80% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148522,"messages":["You missed out on 84x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":148522} +Spiritual Warrior mage 165k XP/hr 0 0 0 123.6k 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior mage 165k XP/hr 0 0 0 123.6k 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior mage 165k XP/hr 0 0 0 123.6k 0 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior range-def 165k XP/hr 0 0 61.8k 0 61.8k 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":21},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.34% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148557,"messages":["You missed out on 49x kills because of pk encounters"],"newKC":148557} +Spiritual Warrior range-def 165k XP/hr 0 0 61.8k 0 61.8k 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":25},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.90% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148547,"messages":["You missed out on 59x kills because of pk encounters"],"newKC":148547} +Spiritual Warrior range-def 165k XP/hr 0 0 61.7k 0 61.7k 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":25},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.42% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148489,"messages":["You missed out on 117x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank."],"newKC":148489} +Spiritual Warrior range-def 165k XP/hr 0 0 61.8k 0 61.8k 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior range-def 165k XP/hr 0 0 61.8k 0 61.8k 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior range-def 165k XP/hr 0 0 61.8k 0 61.8k 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior range 165k XP/hr 0 0 0 0 123.5k 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":16},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.32% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148569,"messages":["You missed out on 37x kills because of pk encounters"],"newKC":148569} +Spiritual Warrior range 165k XP/hr 0 0 0 0 123.5k 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":19},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 1.02% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148562,"messages":["You missed out on 44x kills because of pk encounters"],"newKC":148562} +Spiritual Warrior range 165k XP/hr 0 0 0 0 123.5k 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":22},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.06% per min (medium peak time)\n**Death Chance:** 0.91% per pk encounter (6% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 173.9k Shark"]} {"quantity":148555,"messages":["You missed out on 51x kills because of pk encounters"],"newKC":148555} +Spiritual Warrior range 165k XP/hr 0 0 0 0 123.6k 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior range 165k XP/hr 0 0 0 0 123.6k 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spiritual Warrior range 165k XP/hr 0 0 0 0 123.6k 41.1k 0 328.6 Sharks/hr Loot/hr 328.6/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 173.9k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Spitting Wyvern atk-str-def 147k XP/hr 30.9k 30.9k 30.9k 0 0 30.8k 23.8k 234.7 Sharks/hr Loot/hr 234.7/hr Shark Cost/hr {"duration":310649220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern atk-str-def 147k XP/hr 30.9k 30.9k 30.9k 0 0 30.8k 23.8k 234.7 Sharks/hr Loot/hr 234.7/hr Shark Cost/hr {"duration":310649220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern atk-str-def 147k XP/hr 30.9k 30.9k 30.9k 0 0 30.8k 23.8k 234.7 Sharks/hr Loot/hr 234.7/hr Shark Cost/hr {"duration":310649220,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern mage-def 125k XP/hr 0 0 39.4k 39.4k 0 26.2k 20.2k 199.5 Sharks/hr Loot/hr 199.5/hr Shark Cost/hr {"duration":365465520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern mage-def 125k XP/hr 0 0 39.4k 39.4k 0 26.2k 20.2k 199.5 Sharks/hr Loot/hr 199.5/hr Shark Cost/hr {"duration":365465520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern mage-def 125k XP/hr 0 0 39.4k 39.4k 0 26.2k 20.2k 199.5 Sharks/hr Loot/hr 199.5/hr Shark Cost/hr {"duration":365465520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern mage 125k XP/hr 0 0 0 78.8k 0 26.2k 20.2k 199.5 Sharks/hr Loot/hr 199.5/hr Shark Cost/hr {"duration":365465520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern mage 125k XP/hr 0 0 0 78.8k 0 26.2k 20.2k 199.5 Sharks/hr Loot/hr 199.5/hr Shark Cost/hr {"duration":365465520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern mage 125k XP/hr 0 0 0 78.8k 0 26.2k 20.2k 199.5 Sharks/hr Loot/hr 199.5/hr Shark Cost/hr {"duration":365465520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern range-def 125k XP/hr 0 0 39.4k 0 39.4k 26.2k 20.2k 199.5 Sharks/hr Loot/hr 199.5/hr Shark Cost/hr {"duration":365465520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern range-def 125k XP/hr 0 0 39.4k 0 39.4k 26.2k 20.2k 199.5 Sharks/hr Loot/hr 199.5/hr Shark Cost/hr {"duration":365465520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern range-def 125k XP/hr 0 0 39.4k 0 39.4k 26.2k 20.2k 199.5 Sharks/hr Loot/hr 199.5/hr Shark Cost/hr {"duration":365465520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern range 125k XP/hr 0 0 0 0 78.8k 26.2k 20.2k 199.5 Sharks/hr Loot/hr 199.5/hr Shark Cost/hr {"duration":365465520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern range 125k XP/hr 0 0 0 0 78.8k 26.2k 20.2k 199.5 Sharks/hr Loot/hr 199.5/hr Shark Cost/hr {"duration":365465520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Spitting Wyvern range 125k XP/hr 0 0 0 0 78.8k 26.2k 20.2k 199.5 Sharks/hr Loot/hr 199.5/hr Shark Cost/hr {"duration":365465520,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Steel Dragon atk-str-def 229k XP/hr 47.8k 47.8k 47.8k 0 0 47.7k 37.7k 345.9 Sharks/hr Loot/hr 1088.4/hr Cannonball,345.9/hr Shark Cost/hr {"duration":210762720,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 63.7k Cannonball, 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon atk-str-def 160k XP/hr 33.5k 33.5k 33.5k 0 0 33.4k 26.4k 242.1 Sharks/hr Loot/hr 242.1/hr Shark Cost/hr {"duration":301088340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon atk-str-def 160k XP/hr 33.5k 33.5k 33.5k 0 0 33.4k 26.4k 242.1 Sharks/hr Loot/hr 242.1/hr Shark Cost/hr {"duration":301088340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon mage-def 195k XP/hr 0 0 61k 61k 0 40.6k 32k 294.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,294.0/hr Shark Cost/hr {"duration":247956660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 75k Cannonball, 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon mage-def 136k XP/hr 0 0 42.7k 42.7k 0 28.4k 22.4k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":354220020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon mage-def 136k XP/hr 0 0 42.7k 42.7k 0 28.4k 22.4k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":354220020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon mage 195k XP/hr 0 0 0 122k 0 40.6k 32k 294.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,294.0/hr Shark Cost/hr {"duration":247956660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 75k Cannonball, 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon mage 136k XP/hr 0 0 0 85.4k 0 28.4k 22.4k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":354220020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon mage 136k XP/hr 0 0 0 85.4k 0 28.4k 22.4k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":354220020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon range-def 195k XP/hr 0 0 61k 0 61k 40.6k 32k 294.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,294.0/hr Shark Cost/hr {"duration":247956660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 75k Cannonball, 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon range-def 136k XP/hr 0 0 42.7k 0 42.7k 28.4k 22.4k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":354220020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon range-def 136k XP/hr 0 0 42.7k 0 42.7k 28.4k 22.4k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":354220020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon range 195k XP/hr 0 0 0 0 122k 40.6k 32k 294.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,294.0/hr Shark Cost/hr {"duration":247956660,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 75k Cannonball, 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon range 136k XP/hr 0 0 0 0 85.4k 28.4k 22.4k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":354220020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Steel Dragon range 136k XP/hr 0 0 0 0 85.4k 28.4k 22.4k 205.8 Sharks/hr Loot/hr 205.8/hr Shark Cost/hr {"duration":354220020,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 20.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Sulphur Lizard atk-str-def 132k XP/hr 33.1k 33.1k 33.1k 0 0 33.1k 0 411.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,411.6/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 217.8k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Sulphur Lizard atk-str-def 93k XP/hr 23.2k 23.2k 23.2k 0 0 23.1k 0 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 152.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Sulphur Lizard atk-str-def 93k XP/hr 23.2k 23.2k 23.2k 0 0 23.1k 0 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 152.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Sulphur Lizard mage-def 132k XP/hr 0 0 49.7k 49.7k 0 33.1k 0 411.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,411.6/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 217.8k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Sulphur Lizard mage-def 93k XP/hr 0 0 34.8k 34.8k 0 23.1k 0 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 152.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Sulphur Lizard mage-def 93k XP/hr 0 0 34.8k 34.8k 0 23.1k 0 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 152.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Sulphur Lizard mage 132k XP/hr 0 0 0 99.4k 0 33.1k 0 411.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,411.6/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 217.8k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Sulphur Lizard mage 93k XP/hr 0 0 0 69.6k 0 23.1k 0 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 152.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Sulphur Lizard mage 93k XP/hr 0 0 0 69.6k 0 23.1k 0 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 152.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Sulphur Lizard range-def 132k XP/hr 0 0 49.7k 0 49.7k 33.1k 0 411.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,411.6/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 217.8k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Sulphur Lizard range-def 93k XP/hr 0 0 34.8k 0 34.8k 23.1k 0 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 152.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Sulphur Lizard range-def 93k XP/hr 0 0 34.8k 0 34.8k 23.1k 0 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 152.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Sulphur Lizard range 132k XP/hr 0 0 0 0 99.4k 33.1k 0 411.6 Sharks/hr Loot/hr 1088.4/hr Cannonball,411.6/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 217.8k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Sulphur Lizard range 93k XP/hr 0 0 0 0 69.6k 23.1k 0 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 152.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Sulphur Lizard range 93k XP/hr 0 0 0 0 69.6k 23.1k 0 288.1 Sharks/hr Loot/hr 288.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 152.5k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Suqah atk-str-def 413k XP/hr 86.6k 86.6k 86.6k 0 0 86.4k 66.6k 556.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,556.8/hr Shark Cost/hr {"duration":58194360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 55k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah atk-str-def 186k XP/hr 39k 39k 39k 0 0 38.9k 30k 250.5 Sharks/hr Loot/hr 250.5/hr Shark Cost/hr {"duration":129318840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah atk-str-def 186k XP/hr 39k 39k 39k 0 0 38.9k 30k 250.5 Sharks/hr Loot/hr 250.5/hr Shark Cost/hr {"duration":129318840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah mage-def 413k XP/hr 0 0 129.9k 129.9k 0 86.4k 66.6k 556.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,556.8/hr Shark Cost/hr {"duration":58194360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 55k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah mage-def 186k XP/hr 0 0 58.5k 58.5k 0 38.9k 30k 250.5 Sharks/hr Loot/hr 250.5/hr Shark Cost/hr {"duration":129318840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah mage-def 186k XP/hr 0 0 58.5k 58.5k 0 38.9k 30k 250.5 Sharks/hr Loot/hr 250.5/hr Shark Cost/hr {"duration":129318840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah mage 413k XP/hr 0 0 0 259.8k 0 86.4k 66.6k 556.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,556.8/hr Shark Cost/hr {"duration":58194360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 55k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah mage 186k XP/hr 0 0 0 116.9k 0 38.9k 30k 250.5 Sharks/hr Loot/hr 250.5/hr Shark Cost/hr {"duration":129318840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah mage 186k XP/hr 0 0 0 116.9k 0 38.9k 30k 250.5 Sharks/hr Loot/hr 250.5/hr Shark Cost/hr {"duration":129318840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah range-def 413k XP/hr 0 0 129.9k 0 129.9k 86.4k 66.6k 556.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,556.8/hr Shark Cost/hr {"duration":58194360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 55k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah range-def 186k XP/hr 0 0 58.5k 0 58.5k 38.9k 30k 250.5 Sharks/hr Loot/hr 250.5/hr Shark Cost/hr {"duration":129318840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah range-def 186k XP/hr 0 0 58.5k 0 58.5k 38.9k 30k 250.5 Sharks/hr Loot/hr 250.5/hr Shark Cost/hr {"duration":129318840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah range 413k XP/hr 0 0 0 0 259.8k 86.4k 66.6k 556.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,556.8/hr Shark Cost/hr {"duration":58194360,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 55k Cannonball, 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah range 186k XP/hr 0 0 0 0 116.9k 38.9k 30k 250.5 Sharks/hr Loot/hr 250.5/hr Shark Cost/hr {"duration":129318840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Suqah range 186k XP/hr 0 0 0 0 116.9k 38.9k 30k 250.5 Sharks/hr Loot/hr 250.5/hr Shark Cost/hr {"duration":129318840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 15 points; giving you a total of 1015; return to a Slayer master.**"],"newKC":10000} +Swordchick atk-str-def 43k XP/hr 10.7k 10.7k 10.7k 0 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick atk-str-def 43k XP/hr 10.7k 10.7k 10.7k 0 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick atk-str-def 43k XP/hr 10.7k 10.7k 10.7k 0 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick mage-def 43k XP/hr 0 0 16k 16k 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick mage-def 43k XP/hr 0 0 16k 16k 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick mage-def 43k XP/hr 0 0 16k 16k 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick mage 43k XP/hr 0 0 0 32k 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick mage 43k XP/hr 0 0 0 32k 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick mage 43k XP/hr 0 0 0 32k 0 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick range-def 43k XP/hr 0 0 16k 0 16k 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick range-def 43k XP/hr 0 0 16k 0 16k 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick range-def 43k XP/hr 0 0 16k 0 16k 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick range 43k XP/hr 0 0 0 0 32k 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick range 43k XP/hr 0 0 0 0 32k 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Swordchick range 43k XP/hr 0 0 0 0 32k 10.7k 0 617.9 Sharks/hr Loot/hr 228.8/hr Raw swordfish,228.8/hr Raw chicken,617.9/hr Shark Cost/hr {"duration":1905113922,"quantity":121103,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Abyssal whip","15% for Dragon defender","15% for Amulet of torture","15% for Infernal cape","15% for Primordial boots","13% for Bandos chestplate","13% for Bandos tassets","11% for Dragon claws","10% for Weekend","2% for Shark","Removing items: 121.1k Raw chicken, 121.1k Raw swordfish, 327k Shark"]} {"quantity":121103,"messages":[],"newKC":121103} +Taloned Wyvern atk-str-def 103k XP/hr 25.8k 25.8k 25.8k 0 0 25.7k 0 217.3 Sharks/hr Loot/hr 217.3/hr Shark Cost/hr {"duration":1905093982,"quantity":51103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 115k Shark"]} {"quantity":51103,"messages":[],"newKC":51103} +Taloned Wyvern atk-str-def 103k XP/hr 25.8k 25.8k 25.8k 0 0 25.7k 0 217.3 Sharks/hr Loot/hr 217.3/hr Shark Cost/hr {"duration":1905093982,"quantity":51103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 115k Shark"]} {"quantity":51103,"messages":[],"newKC":51103} +Taloned Wyvern atk-str-def 103k XP/hr 25.8k 25.8k 25.8k 0 0 25.7k 0 217.3 Sharks/hr Loot/hr 217.3/hr Shark Cost/hr {"duration":1905093982,"quantity":51103,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","10% for Weekend","2% for Shark","Removing items: 115k Shark"]} {"quantity":51103,"messages":[],"newKC":51103} +Taloned Wyvern mage-def 88k XP/hr 0 0 32.8k 32.8k 0 21.8k 0 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 97.7k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Taloned Wyvern mage-def 88k XP/hr 0 0 32.8k 32.8k 0 21.8k 0 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 97.7k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Taloned Wyvern mage-def 88k XP/hr 0 0 32.8k 32.8k 0 21.8k 0 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 97.7k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Taloned Wyvern mage 88k XP/hr 0 0 0 65.7k 0 21.8k 0 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 97.7k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Taloned Wyvern mage 88k XP/hr 0 0 0 65.7k 0 21.8k 0 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 97.7k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Taloned Wyvern mage 88k XP/hr 0 0 0 65.7k 0 21.8k 0 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 97.7k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Taloned Wyvern range-def 88k XP/hr 0 0 32.8k 0 32.8k 21.8k 0 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 97.7k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Taloned Wyvern range-def 88k XP/hr 0 0 32.8k 0 32.8k 21.8k 0 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 97.7k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Taloned Wyvern range-def 88k XP/hr 0 0 32.8k 0 32.8k 21.8k 0 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 97.7k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Taloned Wyvern range 88k XP/hr 0 0 0 0 65.7k 21.8k 0 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 97.7k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Taloned Wyvern range 88k XP/hr 0 0 0 0 65.7k 21.8k 0 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 97.7k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Taloned Wyvern range 88k XP/hr 0 0 0 0 65.7k 21.8k 0 184.7 Sharks/hr Loot/hr 184.7/hr Shark Cost/hr {"duration":1905079914,"quantity":43438,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 97.7k Shark"]} {"quantity":43438,"messages":[],"newKC":43438} +Temple Spider atk-str-def 100k XP/hr 24.9k 24.9k 24.9k 0 0 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider atk-str-def 100k XP/hr 24.9k 24.9k 24.9k 0 0 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider atk-str-def 100k XP/hr 24.9k 24.9k 24.9k 0 0 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider mage-def 100k XP/hr 0 0 37.3k 37.3k 0 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider mage-def 100k XP/hr 0 0 37.3k 37.3k 0 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider mage-def 100k XP/hr 0 0 37.3k 37.3k 0 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider mage 100k XP/hr 0 0 0 74.7k 0 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider mage 100k XP/hr 0 0 0 74.7k 0 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider mage 100k XP/hr 0 0 0 74.7k 0 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider range-def 100k XP/hr 0 0 37.3k 0 37.3k 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider range-def 100k XP/hr 0 0 37.3k 0 37.3k 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider range-def 100k XP/hr 0 0 37.3k 0 37.3k 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider range 100k XP/hr 0 0 0 0 74.7k 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider range 100k XP/hr 0 0 0 0 74.7k 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Temple Spider range 100k XP/hr 0 0 0 0 74.7k 24.8k 0 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 114.4k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Terror dog atk-str-def 141k XP/hr 29.7k 29.7k 29.7k 0 0 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog atk-str-def 141k XP/hr 29.7k 29.7k 29.7k 0 0 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog atk-str-def 141k XP/hr 29.7k 29.7k 29.7k 0 0 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog mage-def 141k XP/hr 0 0 44.6k 44.6k 0 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog mage-def 141k XP/hr 0 0 44.6k 44.6k 0 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog mage-def 141k XP/hr 0 0 44.6k 44.6k 0 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog mage 141k XP/hr 0 0 0 89.1k 0 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog mage 141k XP/hr 0 0 0 89.1k 0 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog mage 141k XP/hr 0 0 0 89.1k 0 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog range-def 141k XP/hr 0 0 44.6k 0 44.6k 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog range-def 141k XP/hr 0 0 44.6k 0 44.6k 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog range-def 141k XP/hr 0 0 44.6k 0 44.6k 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog range 141k XP/hr 0 0 0 0 89.1k 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog range 141k XP/hr 0 0 0 0 89.1k 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terror dog range 141k XP/hr 0 0 0 0 89.1k 29.6k 22.3k 322.7 Sharks/hr Loot/hr 322.7/hr Shark Cost/hr {"duration":140564340,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 12.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Terrorbird atk-str-def 90k XP/hr 22.5k 22.5k 22.5k 0 0 22.5k 0 297.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,297.3/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 157.3k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Terrorbird atk-str-def 63k XP/hr 15.8k 15.8k 15.8k 0 0 15.7k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Terrorbird atk-str-def 63k XP/hr 15.8k 15.8k 15.8k 0 0 15.7k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Terrorbird mage-def 90k XP/hr 0 0 33.8k 33.8k 0 22.5k 0 297.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,297.3/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 157.3k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Terrorbird mage-def 63k XP/hr 0 0 23.7k 23.7k 0 15.7k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Terrorbird mage-def 63k XP/hr 0 0 23.7k 23.7k 0 15.7k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Terrorbird mage 90k XP/hr 0 0 0 67.6k 0 22.5k 0 297.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,297.3/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 157.3k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Terrorbird mage 63k XP/hr 0 0 0 47.3k 0 15.7k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Terrorbird mage 63k XP/hr 0 0 0 47.3k 0 15.7k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Terrorbird range-def 90k XP/hr 0 0 33.8k 0 33.8k 22.5k 0 297.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,297.3/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 157.3k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Terrorbird range-def 63k XP/hr 0 0 23.7k 0 23.7k 15.7k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Terrorbird range-def 63k XP/hr 0 0 23.7k 0 23.7k 15.7k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Terrorbird range 90k XP/hr 0 0 0 0 67.6k 22.5k 0 297.3 Sharks/hr Loot/hr 1088.4/hr Cannonball,297.3/hr Shark Cost/hr {"duration":1905114595,"quantity":263061,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 157.3k Shark"]} {"quantity":263061,"messages":[],"newKC":263061} +Terrorbird range 63k XP/hr 0 0 0 0 47.3k 15.7k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +Terrorbird range 63k XP/hr 0 0 0 0 47.3k 15.7k 0 208.1 Sharks/hr Loot/hr 208.1/hr Shark Cost/hr {"duration":1905117698,"quantity":184143,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","10% for Weekend","2% for Shark","Removing items: 110.1k Shark"]} {"quantity":184143,"messages":[],"newKC":184143} +The Leviathan atk-str-def 116k XP/hr 29k 29k 29k 0 0 28.9k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3758,"messages":["You died 5469x times."],"newKC":3758} +The Leviathan atk-str-def 116k XP/hr 29k 29k 29k 0 0 29k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3760,"messages":["You died 5467x times."],"newKC":3760} +The Leviathan atk-str-def 117k XP/hr 29.3k 29.3k 29.3k 0 0 29.2k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3794,"messages":["You died 5433x times."],"newKC":3794} +The Leviathan mage-def 118k XP/hr 0 0 44.2k 44.2k 0 29.4k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3812,"messages":["You died 5415x times."],"newKC":3812} +The Leviathan mage-def 115k XP/hr 0 0 43.1k 43.1k 0 28.6k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3718,"messages":["You died 5509x times."],"newKC":3718} +The Leviathan mage-def 114k XP/hr 0 0 42.9k 42.9k 0 28.5k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3703,"messages":["You died 5524x times."],"newKC":3703} +The Leviathan mage 113k XP/hr 0 0 0 84.6k 0 28.1k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3653,"messages":["You died 5574x times."],"newKC":3653} +The Leviathan mage 115k XP/hr 0 0 0 86.7k 0 28.8k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3742,"messages":["You died 5485x times."],"newKC":3742} +The Leviathan mage 115k XP/hr 0 0 0 86.4k 0 28.7k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3728,"messages":["You died 5499x times."],"newKC":3728} +The Leviathan range-def 113k XP/hr 0 0 42.5k 0 42.5k 28.3k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3669,"messages":["You died 5558x times."],"newKC":3669} +The Leviathan range-def 118k XP/hr 0 0 44.4k 0 44.4k 29.5k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3836,"messages":["You died 5391x times."],"newKC":3836} +The Leviathan range-def 116k XP/hr 0 0 43.5k 0 43.5k 28.9k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3758,"messages":["You died 5469x times."],"newKC":3758} +The Leviathan range 117k XP/hr 0 0 0 0 87.8k 29.2k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3790,"messages":["You died 5437x times."],"newKC":3790} +The Leviathan range 116k XP/hr 0 0 0 0 87.2k 29k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3763,"messages":["You died 5464x times."],"newKC":3763} +The Leviathan range 114k XP/hr 0 0 0 0 85.5k 28.4k 0 1765.4 Sharks/hr Loot/hr 1765.4/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 934.2k Shark"]} {"quantity":3692,"messages":["You died 5535x times."],"newKC":3692} +The Whisperer atk-str-def 117k XP/hr 29.4k 29.4k 29.4k 0 0 29.3k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3806,"messages":["You died 5421x times."],"newKC":3806} +The Whisperer atk-str-def 116k XP/hr 29k 29k 29k 0 0 28.9k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3755,"messages":["You died 5472x times."],"newKC":3755} +The Whisperer atk-str-def 116k XP/hr 29.1k 29.1k 29.1k 0 0 29k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3769,"messages":["You died 5458x times."],"newKC":3769} +The Whisperer mage-def 117k XP/hr 0 0 44k 44k 0 29.3k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3803,"messages":["You died 5424x times."],"newKC":3803} +The Whisperer mage-def 119k XP/hr 0 0 44.5k 44.5k 0 29.6k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3841,"messages":["You died 5386x times."],"newKC":3841} +The Whisperer mage-def 117k XP/hr 0 0 43.8k 43.8k 0 29.1k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3779,"messages":["You died 5448x times."],"newKC":3779} +The Whisperer mage 119k XP/hr 0 0 0 89k 0 29.6k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3841,"messages":["You died 5386x times."],"newKC":3841} +The Whisperer mage 114k XP/hr 0 0 0 85.6k 0 28.5k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3695,"messages":["You died 5532x times."],"newKC":3695} +The Whisperer mage 113k XP/hr 0 0 0 84.9k 0 28.2k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3666,"messages":["You died 5561x times."],"newKC":3666} +The Whisperer range-def 116k XP/hr 0 0 43.6k 0 43.6k 29k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3765,"messages":["You died 5462x times."],"newKC":3765} +The Whisperer range-def 117k XP/hr 0 0 43.8k 0 43.8k 29.1k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3779,"messages":["You died 5448x times."],"newKC":3779} +The Whisperer range-def 115k XP/hr 0 0 43.1k 0 43.1k 28.7k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3725,"messages":["You died 5502x times."],"newKC":3725} +The Whisperer range 115k XP/hr 0 0 0 0 86.5k 28.8k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3736,"messages":["You died 5491x times."],"newKC":3736} +The Whisperer range 116k XP/hr 0 0 0 0 87k 28.9k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3758,"messages":["You died 5469x times."],"newKC":3758} +The Whisperer range 115k XP/hr 0 0 0 0 86.3k 28.7k 0 863.1 Sharks/hr Loot/hr 863.1/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 456.7k Shark"]} {"quantity":3726,"messages":["You died 5501x times."],"newKC":3726} +Thermonuclear smoke devil atk-str-def 172k XP/hr 36.2k 36.2k 36.2k 0 0 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil atk-str-def 172k XP/hr 36.2k 36.2k 36.2k 0 0 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil atk-str-def 172k XP/hr 36.2k 36.2k 36.2k 0 0 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil mage-def 172k XP/hr 0 0 54.3k 54.3k 0 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil mage-def 172k XP/hr 0 0 54.3k 54.3k 0 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil mage-def 172k XP/hr 0 0 54.3k 54.3k 0 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil mage 172k XP/hr 0 0 0 108.5k 0 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil mage 172k XP/hr 0 0 0 108.5k 0 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil mage 172k XP/hr 0 0 0 108.5k 0 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil range-def 172k XP/hr 0 0 54.3k 0 54.3k 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil range-def 172k XP/hr 0 0 54.3k 0 54.3k 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil range-def 172k XP/hr 0 0 54.3k 0 54.3k 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil range 172k XP/hr 0 0 0 0 108.5k 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil range 172k XP/hr 0 0 0 0 108.5k 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Thermonuclear smoke devil range 172k XP/hr 0 0 0 0 108.5k 36.1k 27.2k 508.7 Sharks/hr Loot/hr 508.7/hr Shark Cost/hr {"duration":318454920,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Dragon claws","8% for Harmonised nightmare staff","5% for Occult necklace","5% for Imbued heart","3% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 45k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Tortured Gorilla atk-str-def 56k XP/hr 14k 14k 14k 0 0 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla atk-str-def 56k XP/hr 14k 14k 14k 0 0 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla atk-str-def 56k XP/hr 14k 14k 14k 0 0 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla mage-def 56k XP/hr 0 0 21k 21k 0 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla mage-def 56k XP/hr 0 0 21k 21k 0 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla mage-def 56k XP/hr 0 0 21k 21k 0 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla mage 56k XP/hr 0 0 0 41.9k 0 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla mage 56k XP/hr 0 0 0 41.9k 0 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla mage 56k XP/hr 0 0 0 41.9k 0 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla range-def 56k XP/hr 0 0 21k 0 21k 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla range-def 56k XP/hr 0 0 21k 0 21k 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla range-def 56k XP/hr 0 0 21k 0 21k 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla range 56k XP/hr 0 0 0 0 41.9k 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla range 56k XP/hr 0 0 0 0 41.9k 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured Gorilla range 56k XP/hr 0 0 0 0 41.9k 13.9k 0 278.7 Sharks/hr Loot/hr 278.7/hr Shark Cost/hr {"duration":1905113650,"quantity":50420,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Arclight","10% for Weekend","2% for Shark","Removing items: 147.5k Shark"]} {"quantity":50420,"messages":[],"newKC":50420} +Tortured soul atk-str-def 91k XP/hr 22.7k 22.7k 22.7k 0 0 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul atk-str-def 91k XP/hr 22.7k 22.7k 22.7k 0 0 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul atk-str-def 91k XP/hr 22.7k 22.7k 22.7k 0 0 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul mage-def 91k XP/hr 0 0 34k 34k 0 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul mage-def 91k XP/hr 0 0 34k 34k 0 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul mage-def 91k XP/hr 0 0 34k 34k 0 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul mage 91k XP/hr 0 0 0 68k 0 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul mage 91k XP/hr 0 0 0 68k 0 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul mage 91k XP/hr 0 0 0 68k 0 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul range-def 91k XP/hr 0 0 34k 0 34k 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul range-def 91k XP/hr 0 0 34k 0 34k 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul range-def 91k XP/hr 0 0 34k 0 34k 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul range 91k XP/hr 0 0 0 0 68k 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul range 91k XP/hr 0 0 0 0 68k 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Tortured soul range 91k XP/hr 0 0 0 0 68k 22.6k 0 225.1 Sharks/hr Loot/hr 225.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 119.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Troll general atk-str-def 66k XP/hr 16.6k 16.6k 16.6k 0 0 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general atk-str-def 66k XP/hr 16.6k 16.6k 16.6k 0 0 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general atk-str-def 66k XP/hr 16.6k 16.6k 16.6k 0 0 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general mage-def 66k XP/hr 0 0 24.9k 24.9k 0 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general mage-def 66k XP/hr 0 0 24.9k 24.9k 0 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general mage-def 66k XP/hr 0 0 24.9k 24.9k 0 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general mage 66k XP/hr 0 0 0 49.8k 0 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general mage 66k XP/hr 0 0 0 49.8k 0 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general mage 66k XP/hr 0 0 0 49.8k 0 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general range-def 66k XP/hr 0 0 24.9k 0 24.9k 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general range-def 66k XP/hr 0 0 24.9k 0 24.9k 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general range-def 66k XP/hr 0 0 24.9k 0 24.9k 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general range 66k XP/hr 0 0 0 0 49.8k 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general range 66k XP/hr 0 0 0 0 49.8k 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Troll general range 66k XP/hr 0 0 0 0 49.8k 16.6k 0 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":1905086661,"quantity":47058,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 84.7k Shark"]} {"quantity":47058,"messages":[],"newKC":47058} +Turoth atk-str-def 133k XP/hr 28k 28k 28k 0 0 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth atk-str-def 133k XP/hr 28k 28k 28k 0 0 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth atk-str-def 133k XP/hr 28k 28k 28k 0 0 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth mage-def 133k XP/hr 0 0 42.1k 42.1k 0 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth mage-def 133k XP/hr 0 0 42.1k 42.1k 0 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth mage-def 133k XP/hr 0 0 42.1k 42.1k 0 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth mage 133k XP/hr 0 0 0 84.1k 0 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth mage 133k XP/hr 0 0 0 84.1k 0 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth mage 133k XP/hr 0 0 0 84.1k 0 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth range-def 133k XP/hr 0 0 42.1k 0 42.1k 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth range-def 133k XP/hr 0 0 42.1k 0 42.1k 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth range-def 133k XP/hr 0 0 42.1k 0 42.1k 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth range 133k XP/hr 0 0 0 0 84.1k 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth range 133k XP/hr 0 0 0 0 84.1k 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Turoth range 133k XP/hr 0 0 0 0 84.1k 28k 21k 218.4 Sharks/hr Loot/hr 218.4/hr Shark Cost/hr {"duration":133543620,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","5% for Leaf-bladed battleaxe","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 8.1k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Twisted Banshee atk-str-def 118k XP/hr 29.6k 29.6k 29.6k 0 0 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee atk-str-def 118k XP/hr 29.6k 29.6k 29.6k 0 0 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee atk-str-def 118k XP/hr 29.6k 29.6k 29.6k 0 0 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee mage-def 118k XP/hr 0 0 44.5k 44.5k 0 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee mage-def 118k XP/hr 0 0 44.5k 44.5k 0 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee mage-def 118k XP/hr 0 0 44.5k 44.5k 0 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee mage 118k XP/hr 0 0 0 88.9k 0 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee mage 118k XP/hr 0 0 0 88.9k 0 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee mage 118k XP/hr 0 0 0 88.9k 0 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee range-def 118k XP/hr 0 0 44.5k 0 44.5k 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee range-def 118k XP/hr 0 0 44.5k 0 44.5k 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee range-def 118k XP/hr 0 0 44.5k 0 44.5k 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee range 118k XP/hr 0 0 0 0 88.9k 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee range 118k XP/hr 0 0 0 0 88.9k 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Twisted Banshee range 118k XP/hr 0 0 0 0 88.9k 29.6k 0 250.1 Sharks/hr Loot/hr 250.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 132.4k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +TzHaar-Ket atk-str-def 167k XP/hr 35.2k 35.2k 35.2k 0 0 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket atk-str-def 167k XP/hr 35.2k 35.2k 35.2k 0 0 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket atk-str-def 167k XP/hr 35.2k 35.2k 35.2k 0 0 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 437k XP/hr 92.1k 92.1k 92.1k 0 0 91.9k 69.1k 0.0 Sharks/hr Loot/hr 6736.8/hr Water rune,4491.2/hr Death rune,2245.6/hr Blood rune Cost/hr {"duration":72974250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 45.5k Blood rune, 91k Death rune, 136.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 437k XP/hr 0 0 138.1k 0 138.1k 91.9k 69.1k 0.0 Sharks/hr Loot/hr 6736.8/hr Water rune,4491.2/hr Death rune,2245.6/hr Blood rune Cost/hr {"duration":72974250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 45.5k Blood rune, 91k Death rune, 136.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 437k XP/hr 0 0 138.1k 138.1k 0 91.9k 69.1k 0.0 Sharks/hr Loot/hr 6736.8/hr Water rune,4491.2/hr Death rune,2245.6/hr Blood rune Cost/hr {"duration":72974250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 45.5k Blood rune, 91k Death rune, 136.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 167k XP/hr 0 0 52.8k 52.8k 0 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 303k XP/hr 63.8k 63.8k 63.8k 0 0 63.6k 47.8k 0.0 Sharks/hr Loot/hr 4491.2/hr Water rune,2245.6/hr Death rune,4491.2/hr Chaos rune Cost/hr {"duration":105404400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 131.5k Chaos rune, 65.8k Death rune, 131.5k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 303k XP/hr 0 0 95.6k 0 95.6k 63.6k 47.8k 0.0 Sharks/hr Loot/hr 4491.2/hr Water rune,2245.6/hr Death rune,4491.2/hr Chaos rune Cost/hr {"duration":105404400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 131.5k Chaos rune, 65.8k Death rune, 131.5k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 303k XP/hr 0 0 95.6k 95.6k 0 63.6k 47.8k 0.0 Sharks/hr Loot/hr 4491.2/hr Water rune,2245.6/hr Death rune,4491.2/hr Chaos rune Cost/hr {"duration":105404400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 131.5k Chaos rune, 65.8k Death rune, 131.5k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 167k XP/hr 0 0 52.8k 52.8k 0 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage-def 167k XP/hr 0 0 52.8k 52.8k 0 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage 437k XP/hr 0 0 0 0 276.3k 91.9k 69.1k 0.0 Sharks/hr Loot/hr 6736.8/hr Water rune,4491.2/hr Death rune,2245.6/hr Blood rune Cost/hr {"duration":72974250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 45.5k Blood rune, 91k Death rune, 136.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage 437k XP/hr 0 0 0 276.3k 0 91.9k 69.1k 0.0 Sharks/hr Loot/hr 6736.8/hr Water rune,4491.2/hr Death rune,2245.6/hr Blood rune Cost/hr {"duration":72974250,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 45.5k Blood rune, 91k Death rune, 136.6k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage 167k XP/hr 0 0 0 105.7k 0 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage 303k XP/hr 0 0 0 0 191.3k 63.6k 47.8k 0.0 Sharks/hr Loot/hr 4491.2/hr Water rune,2245.6/hr Death rune,4491.2/hr Chaos rune Cost/hr {"duration":105404400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 131.5k Chaos rune, 65.8k Death rune, 131.5k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage 303k XP/hr 0 0 0 191.3k 0 63.6k 47.8k 0.0 Sharks/hr Loot/hr 4491.2/hr Water rune,2245.6/hr Death rune,4491.2/hr Chaos rune Cost/hr {"duration":105404400,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","5% for no food","Removing items: 131.5k Chaos rune, 65.8k Death rune, 131.5k Water rune"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage 167k XP/hr 0 0 0 105.7k 0 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket mage 167k XP/hr 0 0 0 105.7k 0 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket range-def 167k XP/hr 0 0 52.8k 0 52.8k 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket range-def 167k XP/hr 0 0 52.8k 0 52.8k 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket range-def 167k XP/hr 0 0 52.8k 0 52.8k 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket range 167k XP/hr 0 0 0 0 105.7k 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket range 167k XP/hr 0 0 0 0 105.7k 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Ket range 167k XP/hr 0 0 0 0 105.7k 35.1k 26.4k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +TzHaar-Mej atk-str-def 102k XP/hr 25.4k 25.4k 25.4k 0 0 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej atk-str-def 102k XP/hr 25.4k 25.4k 25.4k 0 0 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej atk-str-def 102k XP/hr 25.4k 25.4k 25.4k 0 0 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej mage-def 102k XP/hr 0 0 38.1k 38.1k 0 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej mage-def 102k XP/hr 0 0 38.1k 38.1k 0 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej mage-def 102k XP/hr 0 0 38.1k 38.1k 0 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej mage 102k XP/hr 0 0 0 76.2k 0 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej mage 102k XP/hr 0 0 0 76.2k 0 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej mage 102k XP/hr 0 0 0 76.2k 0 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej range-def 102k XP/hr 0 0 38.1k 0 38.1k 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej range-def 102k XP/hr 0 0 38.1k 0 38.1k 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej range-def 102k XP/hr 0 0 38.1k 0 38.1k 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej range 102k XP/hr 0 0 0 0 76.2k 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej range 102k XP/hr 0 0 0 0 76.2k 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Mej range 102k XP/hr 0 0 0 0 76.2k 25.3k 0 171.5 Sharks/hr Loot/hr 171.5/hr Shark Cost/hr {"duration":1905113650,"quantity":100840,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 90.8k Shark"]} {"quantity":100840,"messages":[],"newKC":100840} +TzHaar-Xil atk-str-def 98k XP/hr 24.4k 24.4k 24.4k 0 0 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil atk-str-def 98k XP/hr 24.4k 24.4k 24.4k 0 0 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil atk-str-def 98k XP/hr 24.4k 24.4k 24.4k 0 0 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil mage-def 98k XP/hr 0 0 36.6k 36.6k 0 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil mage-def 98k XP/hr 0 0 36.6k 36.6k 0 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil mage-def 98k XP/hr 0 0 36.6k 36.6k 0 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil mage 98k XP/hr 0 0 0 73.2k 0 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil mage 98k XP/hr 0 0 0 73.2k 0 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil mage 98k XP/hr 0 0 0 73.2k 0 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil range-def 98k XP/hr 0 0 36.6k 0 36.6k 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil range-def 98k XP/hr 0 0 36.6k 0 36.6k 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil range-def 98k XP/hr 0 0 36.6k 0 36.6k 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil range 98k XP/hr 0 0 0 0 73.2k 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil range 98k XP/hr 0 0 0 0 73.2k 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +TzHaar-Xil range 98k XP/hr 0 0 0 0 73.2k 24.3k 0 343.0 Sharks/hr Loot/hr 343.0/hr Shark Cost/hr {"duration":1905113650,"quantity":80672,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 181.5k Shark"]} {"quantity":80672,"messages":[],"newKC":80672} +Undead chicken atk-str-def 50k XP/hr 12.5k 12.5k 12.5k 0 0 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken atk-str-def 50k XP/hr 12.5k 12.5k 12.5k 0 0 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken atk-str-def 50k XP/hr 12.5k 12.5k 12.5k 0 0 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken mage-def 50k XP/hr 0 0 18.8k 18.8k 0 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken mage-def 50k XP/hr 0 0 18.8k 18.8k 0 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken mage-def 50k XP/hr 0 0 18.8k 18.8k 0 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken mage 50k XP/hr 0 0 0 37.5k 0 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken mage 50k XP/hr 0 0 0 37.5k 0 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken mage 50k XP/hr 0 0 0 37.5k 0 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken range-def 50k XP/hr 0 0 18.8k 0 18.8k 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken range-def 50k XP/hr 0 0 18.8k 0 18.8k 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken range-def 50k XP/hr 0 0 18.8k 0 18.8k 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken range 50k XP/hr 0 0 0 0 37.5k 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken range 50k XP/hr 0 0 0 0 37.5k 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead chicken range 50k XP/hr 0 0 0 0 37.5k 12.5k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799454,"quantity":1603563,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","1% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":1603563,"messages":[],"newKC":1603563} +Undead Druid atk-str-def 83k XP/hr 20.7k 20.7k 20.7k 0 0 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid atk-str-def 83k XP/hr 20.7k 20.7k 20.7k 0 0 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid atk-str-def 83k XP/hr 20.7k 20.7k 20.7k 0 0 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid mage-def 83k XP/hr 0 0 31.1k 31.1k 0 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid mage-def 83k XP/hr 0 0 31.1k 31.1k 0 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid mage-def 83k XP/hr 0 0 31.1k 31.1k 0 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid mage 83k XP/hr 0 0 0 62.2k 0 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid mage 83k XP/hr 0 0 0 62.2k 0 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid mage 83k XP/hr 0 0 0 62.2k 0 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid range-def 83k XP/hr 0 0 31.1k 0 31.1k 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid range-def 83k XP/hr 0 0 31.1k 0 31.1k 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid range-def 83k XP/hr 0 0 31.1k 0 31.1k 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid range 83k XP/hr 0 0 0 0 62.2k 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid range 83k XP/hr 0 0 0 0 62.2k 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead Druid range 83k XP/hr 0 0 0 0 62.2k 20.7k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905102854,"quantity":58823,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":58823,"messages":[],"newKC":58823} +Undead one atk-str-def 84k XP/hr 20.9k 20.9k 20.9k 0 0 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one atk-str-def 84k XP/hr 20.9k 20.9k 20.9k 0 0 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one atk-str-def 84k XP/hr 20.9k 20.9k 20.9k 0 0 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one mage-def 84k XP/hr 0 0 31.3k 31.3k 0 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one mage-def 84k XP/hr 0 0 31.3k 31.3k 0 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one mage-def 84k XP/hr 0 0 31.3k 31.3k 0 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one mage 84k XP/hr 0 0 0 62.7k 0 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one mage 84k XP/hr 0 0 0 62.7k 0 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one mage 84k XP/hr 0 0 0 62.7k 0 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one range-def 84k XP/hr 0 0 31.3k 0 31.3k 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one range-def 84k XP/hr 0 0 31.3k 0 31.3k 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one range-def 84k XP/hr 0 0 31.3k 0 31.3k 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one range 84k XP/hr 0 0 0 0 62.7k 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one range 84k XP/hr 0 0 0 0 62.7k 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Undead one range 84k XP/hr 0 0 0 0 62.7k 20.8k 0 240.1 Sharks/hr Loot/hr 240.1/hr Shark Cost/hr {"duration":1905113650,"quantity":176470,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 127.1k Shark"]} {"quantity":176470,"messages":[],"newKC":176470} +Urium Shade atk-str-def 159k XP/hr 39.8k 39.8k 39.8k 0 0 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade atk-str-def 159k XP/hr 39.8k 39.8k 39.8k 0 0 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade atk-str-def 159k XP/hr 39.8k 39.8k 39.8k 0 0 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade mage-def 159k XP/hr 0 0 59.6k 59.6k 0 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade mage-def 159k XP/hr 0 0 59.6k 59.6k 0 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade mage-def 159k XP/hr 0 0 59.6k 59.6k 0 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade mage 159k XP/hr 0 0 0 119.3k 0 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade mage 159k XP/hr 0 0 0 119.3k 0 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade mage 159k XP/hr 0 0 0 119.3k 0 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade range-def 159k XP/hr 0 0 59.6k 0 59.6k 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade range-def 159k XP/hr 0 0 59.6k 0 59.6k 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade range-def 159k XP/hr 0 0 59.6k 0 59.6k 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade range 159k XP/hr 0 0 0 0 119.3k 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade range 159k XP/hr 0 0 0 0 119.3k 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Urium Shade range 159k XP/hr 0 0 0 0 119.3k 39.7k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846799077,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","5% for no food"]} {"quantity":117647,"messages":[],"newKC":117647} +Vampyre Juvinate atk-str-def 98k XP/hr 24.5k 24.5k 24.5k 0 0 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate atk-str-def 98k XP/hr 24.5k 24.5k 24.5k 0 0 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate atk-str-def 98k XP/hr 24.5k 24.5k 24.5k 0 0 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate mage-def 98k XP/hr 0 0 36.7k 36.7k 0 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate mage-def 98k XP/hr 0 0 36.7k 36.7k 0 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate mage-def 98k XP/hr 0 0 36.7k 36.7k 0 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate mage 98k XP/hr 0 0 0 73.4k 0 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate mage 98k XP/hr 0 0 0 73.4k 0 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate mage 98k XP/hr 0 0 0 73.4k 0 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate range-def 98k XP/hr 0 0 36.7k 0 36.7k 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate range-def 98k XP/hr 0 0 36.7k 0 36.7k 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate range-def 98k XP/hr 0 0 36.7k 0 36.7k 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate range 98k XP/hr 0 0 0 0 73.4k 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate range 98k XP/hr 0 0 0 0 73.4k 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vampyre Juvinate range 98k XP/hr 0 0 0 0 73.4k 24.4k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846786563,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","5% for no food"]} {"quantity":110723,"messages":[],"newKC":110723} +Vardorvis atk-str-def 61k XP/hr 15.3k 15.3k 15.3k 0 0 15.3k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3823,"messages":["You died 5404x times."],"newKC":3823} +Vardorvis atk-str-def 59k XP/hr 14.9k 14.9k 14.9k 0 0 14.8k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3717,"messages":["You died 5510x times."],"newKC":3717} +Vardorvis atk-str-def 60k XP/hr 15k 15k 15k 0 0 14.9k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3743,"messages":["You died 5484x times."],"newKC":3743} +Vardorvis mage-def 59k XP/hr 0 0 22k 22k 0 14.6k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3668,"messages":["You died 5559x times."],"newKC":3668} +Vardorvis mage-def 60k XP/hr 0 0 22.4k 22.4k 0 14.9k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3722,"messages":["You died 5505x times."],"newKC":3722} +Vardorvis mage-def 61k XP/hr 0 0 22.9k 22.9k 0 15.2k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3818,"messages":["You died 5409x times."],"newKC":3818} +Vardorvis mage 60k XP/hr 0 0 0 45.1k 0 15k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3755,"messages":["You died 5472x times."],"newKC":3755} +Vardorvis mage 59k XP/hr 0 0 0 44.2k 0 14.7k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3684,"messages":["You died 5543x times."],"newKC":3684} +Vardorvis mage 60k XP/hr 0 0 0 44.7k 0 14.9k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3722,"messages":["You died 5505x times."],"newKC":3722} +Vardorvis range-def 60k XP/hr 0 0 22.5k 0 22.5k 15k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3752,"messages":["You died 5475x times."],"newKC":3752} +Vardorvis range-def 60k XP/hr 0 0 22.6k 0 22.6k 15k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3768,"messages":["You died 5459x times."],"newKC":3768} +Vardorvis range-def 60k XP/hr 0 0 22.3k 0 22.3k 14.9k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3719,"messages":["You died 5508x times."],"newKC":3719} +Vardorvis range 60k XP/hr 0 0 0 0 44.9k 14.9k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3739,"messages":["You died 5488x times."],"newKC":3739} +Vardorvis range 59k XP/hr 0 0 0 0 44.5k 14.8k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3701,"messages":["You died 5526x times."],"newKC":3701} +Vardorvis range 60k XP/hr 0 0 0 0 44.7k 14.8k 0 706.2 Sharks/hr Loot/hr 706.2/hr Shark Cost/hr {"duration":1905074516,"quantity":9227,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 373.7k Shark"]} {"quantity":3718,"messages":["You died 5509x times."],"newKC":3718} +Venenatis atk-str-def 45k XP/hr 9.9k 9.9k 9.9k 0 0 9.9k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2421},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 4.34% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3029,"messages":["You missed out on 250x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3029x of your 10000 remaining kills, you now have 6971 kills remaining."],"newKC":3029} +Venenatis atk-str-def 45k XP/hr 9.9k 9.9k 9.9k 0 0 9.9k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2432},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 4.00% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3028,"messages":["You missed out on 251x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3028x of your 10000 remaining kills, you now have 6972 kills remaining."],"newKC":3028} +Venenatis atk-str-def 45k XP/hr 9.9k 9.9k 9.9k 0 0 9.9k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2453},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 3.40% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.25x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3026,"messages":["You missed out on 253x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3026x of your 10000 remaining kills, you now have 6974 kills remaining."],"newKC":3026} +Venenatis mage-def 45k XP/hr 0 0 14.9k 14.9k 0 9.9k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2342},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 2.94% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3037,"messages":["You missed out on 242x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3037x of your 10000 remaining kills, you now have 6963 kills remaining."],"newKC":3037} +Venenatis mage-def 45k XP/hr 0 0 14.9k 14.9k 0 9.9k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2386},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 4.04% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3033,"messages":["You missed out on 246x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3033x of your 10000 remaining kills, you now have 6967 kills remaining."],"newKC":3033} +Venenatis mage-def 45k XP/hr 0 0 14.8k 14.8k 0 9.9k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2461},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 2.54% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3025,"messages":["You missed out on 254x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3025x of your 10000 remaining kills, you now have 6975 kills remaining."],"newKC":3025} +Venenatis mage 45k XP/hr 0 0 0 29.8k 0 9.9k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2340},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 3.54% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3037,"messages":["You missed out on 242x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3037x of your 10000 remaining kills, you now have 6963 kills remaining."],"newKC":3037} +Venenatis mage 45k XP/hr 0 0 0 29.7k 0 9.9k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2370},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 2.55% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.19x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3034,"messages":["You missed out on 245x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3034x of your 10000 remaining kills, you now have 6966 kills remaining."],"newKC":3034} +Venenatis mage 45k XP/hr 0 0 0 29.7k 0 9.9k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2390},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 2.98% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3032,"messages":["You missed out on 247x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3032x of your 10000 remaining kills, you now have 6968 kills remaining."],"newKC":3032} +Venenatis range-def 45k XP/hr 0 0 14.9k 0 14.9k 9.9k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2377},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 3.54% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3034,"messages":["You missed out on 245x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3034x of your 10000 remaining kills, you now have 6966 kills remaining."],"newKC":3034} +Venenatis range-def 45k XP/hr 0 0 14.8k 0 14.8k 9.9k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2425},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 2.87% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.21x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3029,"messages":["You missed out on 250x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3029x of your 10000 remaining kills, you now have 6971 kills remaining."],"newKC":3029} +Venenatis range-def 45k XP/hr 0 0 14.8k 0 14.8k 9.8k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2489},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 2.69% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3022,"messages":["You missed out on 257x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3022x of your 10000 remaining kills, you now have 6978 kills remaining."],"newKC":3022} +Venenatis range 45k XP/hr 0 0 0 0 29.7k 9.9k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2393},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 4.08% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.30x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3032,"messages":["You missed out on 247x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3032x of your 10000 remaining kills, you now have 6968 kills remaining."],"newKC":3032} +Venenatis range 45k XP/hr 0 0 0 0 29.7k 9.9k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2403},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 2.76% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3031,"messages":["You missed out on 248x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3031x of your 10000 remaining kills, you now have 6969 kills remaining."],"newKC":3031} +Venenatis range 45k XP/hr 0 0 0 0 29.6k 9.8k 5.5k 72.5 Sharks/hr Loot/hr 54.4/hr Bronze knife,72.5/hr Shark Cost/hr {"duration":1904910556,"quantity":3279,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":2482},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 7.59% per min (medium peak time)\n**Death Chance:** 3.86% per pk encounter (9% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 2x from being in multi)","Removing items: 28.8k Bronze knife, 38.4k Shark"]} {"quantity":3023,"messages":["You missed out on 256x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 3023x of your 10000 remaining kills, you now have 6977 kills remaining."],"newKC":3023} +Vorkath atk-str-def 199k XP/hr 41.8k 41.8k 41.8k 0 0 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath atk-str-def 199k XP/hr 41.8k 41.8k 41.8k 0 0 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath atk-str-def 199k XP/hr 41.8k 41.8k 41.8k 0 0 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath mage-def 199k XP/hr 0 0 62.8k 62.8k 0 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath mage-def 199k XP/hr 0 0 62.8k 62.8k 0 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath mage-def 199k XP/hr 0 0 62.8k 62.8k 0 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath mage 199k XP/hr 0 0 0 125.5k 0 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath mage 199k XP/hr 0 0 0 125.5k 0 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath mage 199k XP/hr 0 0 0 125.5k 0 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath range-def 199k XP/hr 0 0 62.8k 0 62.8k 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath range-def 199k XP/hr 0 0 62.8k 0 62.8k 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath range-def 199k XP/hr 0 0 62.8k 0 62.8k 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath range 199k XP/hr 0 0 0 0 125.5k 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath range 199k XP/hr 0 0 0 0 125.5k 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vorkath range 199k XP/hr 0 0 0 0 125.5k 41.7k 31.4k 564.9 Sharks/hr Loot/hr 564.9/hr Shark Cost/hr {"duration":860399820,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","18% for Zaryte crossbow","15% for Dragon hunter crossbow","1% for Lightbearer","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 135k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Vyrewatch Sentinel atk-str-def 167k XP/hr 41.8k 41.8k 41.8k 0 0 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel atk-str-def 167k XP/hr 41.8k 41.8k 41.8k 0 0 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel atk-str-def 167k XP/hr 41.8k 41.8k 41.8k 0 0 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel mage-def 167k XP/hr 0 0 62.8k 62.8k 0 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel mage-def 167k XP/hr 0 0 62.8k 62.8k 0 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel mage-def 167k XP/hr 0 0 62.8k 62.8k 0 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel mage 167k XP/hr 0 0 0 125.5k 0 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel mage 167k XP/hr 0 0 0 125.5k 0 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel mage 167k XP/hr 0 0 0 125.5k 0 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel range-def 167k XP/hr 0 0 62.8k 0 62.8k 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel range-def 167k XP/hr 0 0 62.8k 0 62.8k 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel range-def 167k XP/hr 0 0 62.8k 0 62.8k 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel range 167k XP/hr 0 0 0 0 125.5k 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel range 167k XP/hr 0 0 0 0 125.5k 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch Sentinel range 167k XP/hr 0 0 0 0 125.5k 41.7k 0 376.6 Sharks/hr Loot/hr 376.6/hr Shark Cost/hr {"duration":1905106139,"quantity":110723,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 199.3k Shark"]} {"quantity":110723,"messages":[],"newKC":110723} +Vyrewatch atk-str-def 75k XP/hr 18.8k 18.8k 18.8k 0 0 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch atk-str-def 75k XP/hr 18.8k 18.8k 18.8k 0 0 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch atk-str-def 75k XP/hr 18.8k 18.8k 18.8k 0 0 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch mage-def 75k XP/hr 0 0 28.2k 28.2k 0 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch mage-def 75k XP/hr 0 0 28.2k 28.2k 0 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch mage-def 75k XP/hr 0 0 28.2k 28.2k 0 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch mage 75k XP/hr 0 0 0 56.5k 0 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch mage 75k XP/hr 0 0 0 56.5k 0 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch mage 75k XP/hr 0 0 0 56.5k 0 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch range-def 75k XP/hr 0 0 28.2k 0 28.2k 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch range-def 75k XP/hr 0 0 28.2k 0 28.2k 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch range-def 75k XP/hr 0 0 28.2k 0 28.2k 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch range 75k XP/hr 0 0 0 0 56.5k 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch range 75k XP/hr 0 0 0 0 56.5k 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Vyrewatch range 75k XP/hr 0 0 0 0 56.5k 18.8k 0 197.7 Sharks/hr Loot/hr 197.7/hr Shark Cost/hr {"duration":1905097457,"quantity":83044,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% for Blisterwood flail","10% for Weekend","2% for Shark","Removing items: 104.6k Shark"]} {"quantity":83044,"messages":[],"newKC":83044} +Wall beast atk-str-def 125k XP/hr 26.4k 26.4k 26.4k 0 0 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast atk-str-def 125k XP/hr 26.4k 26.4k 26.4k 0 0 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast atk-str-def 125k XP/hr 26.4k 26.4k 26.4k 0 0 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast mage-def 125k XP/hr 0 0 39.6k 39.6k 0 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast mage-def 125k XP/hr 0 0 39.6k 39.6k 0 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast mage-def 125k XP/hr 0 0 39.6k 39.6k 0 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast mage 125k XP/hr 0 0 0 79.3k 0 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast mage 125k XP/hr 0 0 0 79.3k 0 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast mage 125k XP/hr 0 0 0 79.3k 0 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast range-def 125k XP/hr 0 0 39.6k 0 39.6k 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast range-def 125k XP/hr 0 0 39.6k 0 39.6k 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast range-def 125k XP/hr 0 0 39.6k 0 39.6k 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast range 125k XP/hr 0 0 0 0 79.3k 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast range 125k XP/hr 0 0 0 0 79.3k 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Wall beast range 125k XP/hr 0 0 0 0 79.3k 26.4k 19.8k 0.0 Sharks/hr Loot/hr Cost/hr {"duration":190767600,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","5% for no food"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 2 points; giving you a total of 1002; return to a Slayer master.**"],"newKC":10000} +Warped Jelly atk-str-def 210k XP/hr 52.4k 52.4k 52.4k 0 0 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly atk-str-def 210k XP/hr 52.4k 52.4k 52.4k 0 0 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly atk-str-def 210k XP/hr 52.4k 52.4k 52.4k 0 0 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly mage-def 548k XP/hr 137k 137k 137k 0 0 136.7k 0 991.0 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,991.0/hr Shark Cost/hr {"duration":551249648,"quantity":112410,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 333.3k Blood rune, 666.7k Death rune, 151.8k Shark, 1m Water rune"]} {"quantity":112410,"messages":[],"newKC":112410} +Warped Jelly mage-def 548k XP/hr 0 0 205.5k 0 205.5k 136.7k 0 991.0 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,991.0/hr Shark Cost/hr {"duration":551249648,"quantity":112410,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 333.3k Blood rune, 666.7k Death rune, 151.8k Shark, 1m Water rune"]} {"quantity":112410,"messages":[],"newKC":112410} +Warped Jelly mage-def 548k XP/hr 0 0 205.5k 205.5k 0 136.7k 0 991.0 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,991.0/hr Shark Cost/hr {"duration":551249648,"quantity":112410,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 333.3k Blood rune, 666.7k Death rune, 151.8k Shark, 1m Water rune"]} {"quantity":112410,"messages":[],"newKC":112410} +Warped Jelly mage-def 210k XP/hr 0 0 78.6k 78.6k 0 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly mage-def 379k XP/hr 94.9k 94.9k 94.9k 0 0 94.6k 0 686.1 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,686.1/hr Shark Cost/hr {"duration":826873929,"quantity":116735,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 1000k Chaos rune, 500k Death rune, 157.6k Shark, 1000k Water rune"]} {"quantity":116735,"messages":[],"newKC":116735} +Warped Jelly mage-def 379k XP/hr 0 0 142.3k 0 142.3k 94.6k 0 686.1 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,686.1/hr Shark Cost/hr {"duration":826873929,"quantity":116735,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 1000k Chaos rune, 500k Death rune, 157.6k Shark, 1000k Water rune"]} {"quantity":116735,"messages":[],"newKC":116735} +Warped Jelly mage-def 379k XP/hr 0 0 142.3k 142.3k 0 94.6k 0 686.1 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,686.1/hr Shark Cost/hr {"duration":826873929,"quantity":116735,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 1000k Chaos rune, 500k Death rune, 157.6k Shark, 1000k Water rune"]} {"quantity":116735,"messages":[],"newKC":116735} +Warped Jelly mage-def 210k XP/hr 0 0 78.6k 78.6k 0 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly mage-def 210k XP/hr 0 0 78.6k 78.6k 0 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly mage 548k XP/hr 0 0 0 0 411.1k 136.7k 0 991.0 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,991.0/hr Shark Cost/hr {"duration":551249648,"quantity":112410,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 333.3k Blood rune, 666.7k Death rune, 151.8k Shark, 1m Water rune"]} {"quantity":112410,"messages":[],"newKC":112410} +Warped Jelly mage 548k XP/hr 0 0 0 411.1k 0 136.7k 0 991.0 Sharks/hr Loot/hr 6530.6/hr Water rune,4353.7/hr Death rune,2176.9/hr Blood rune,991.0/hr Shark Cost/hr {"duration":551249648,"quantity":112410,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Ice Barrage","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 333.3k Blood rune, 666.7k Death rune, 151.8k Shark, 1m Water rune"]} {"quantity":112410,"messages":[],"newKC":112410} +Warped Jelly mage 210k XP/hr 0 0 0 157.3k 0 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly mage 379k XP/hr 0 0 0 0 284.6k 94.6k 0 686.1 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,686.1/hr Shark Cost/hr {"duration":826873929,"quantity":116735,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 1000k Chaos rune, 500k Death rune, 157.6k Shark, 1000k Water rune"]} {"quantity":116735,"messages":[],"newKC":116735} +Warped Jelly mage 379k XP/hr 0 0 0 284.6k 0 94.6k 0 686.1 Sharks/hr Loot/hr 4353.7/hr Water rune,2176.9/hr Death rune,4353.7/hr Chaos rune,686.1/hr Shark Cost/hr {"duration":826873929,"quantity":116735,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","35% for Ice Burst","15% boost for Kodai wand","10% for Weekend","2% for Shark","Removing items: 1000k Chaos rune, 500k Death rune, 157.6k Shark, 1000k Water rune"]} {"quantity":116735,"messages":[],"newKC":116735} +Warped Jelly mage 210k XP/hr 0 0 0 157.3k 0 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly mage 210k XP/hr 0 0 0 157.3k 0 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly range-def 210k XP/hr 0 0 78.6k 0 78.6k 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly range-def 210k XP/hr 0 0 78.6k 0 78.6k 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly range-def 210k XP/hr 0 0 78.6k 0 78.6k 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly range 210k XP/hr 0 0 0 0 157.3k 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly range 210k XP/hr 0 0 0 0 157.3k 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Warped Jelly range 210k XP/hr 0 0 0 0 157.3k 52.3k 0 379.1 Sharks/hr Loot/hr 379.1/hr Shark Cost/hr {"duration":1905109602,"quantity":148606,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 200.6k Shark"]} {"quantity":148606,"messages":[],"newKC":148606} +Waterfiend atk-str-def 188k XP/hr 39k 39k 39k 0 0 38.9k 29.3k 391.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,391.0/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 47.6k Cannonball, 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend atk-str-def 131k XP/hr 27.3k 27.3k 27.3k 0 0 27.3k 20.5k 273.7 Sharks/hr Loot/hr 273.7/hr Shark Cost/hr {"duration":224901180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend atk-str-def 131k XP/hr 27.3k 27.3k 27.3k 0 0 27.3k 20.5k 273.7 Sharks/hr Loot/hr 273.7/hr Shark Cost/hr {"duration":224901180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend mage-def 188k XP/hr 0 0 58.5k 58.5k 0 38.9k 29.3k 391.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,391.0/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 47.6k Cannonball, 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend mage-def 131k XP/hr 0 0 41k 41k 0 27.3k 20.5k 273.7 Sharks/hr Loot/hr 273.7/hr Shark Cost/hr {"duration":224901180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend mage-def 131k XP/hr 0 0 41k 41k 0 27.3k 20.5k 273.7 Sharks/hr Loot/hr 273.7/hr Shark Cost/hr {"duration":224901180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend mage 188k XP/hr 0 0 0 117.1k 0 38.9k 29.3k 391.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,391.0/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 47.6k Cannonball, 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend mage 131k XP/hr 0 0 0 82k 0 27.3k 20.5k 273.7 Sharks/hr Loot/hr 273.7/hr Shark Cost/hr {"duration":224901180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend mage 131k XP/hr 0 0 0 82k 0 27.3k 20.5k 273.7 Sharks/hr Loot/hr 273.7/hr Shark Cost/hr {"duration":224901180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend range-def 188k XP/hr 0 0 58.5k 0 58.5k 38.9k 29.3k 391.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,391.0/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 47.6k Cannonball, 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend range-def 131k XP/hr 0 0 41k 0 41k 27.3k 20.5k 273.7 Sharks/hr Loot/hr 273.7/hr Shark Cost/hr {"duration":224901180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend range-def 131k XP/hr 0 0 41k 0 41k 27.3k 20.5k 273.7 Sharks/hr Loot/hr 273.7/hr Shark Cost/hr {"duration":224901180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend range 188k XP/hr 0 0 0 0 117.1k 38.9k 29.3k 391.0 Sharks/hr Loot/hr 1088.4/hr Cannonball,391.0/hr Shark Cost/hr {"duration":157437000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 47.6k Cannonball, 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend range 131k XP/hr 0 0 0 0 82k 27.3k 20.5k 273.7 Sharks/hr Loot/hr 273.7/hr Shark Cost/hr {"duration":224901180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Waterfiend range 131k XP/hr 0 0 0 0 82k 27.3k 20.5k 273.7 Sharks/hr Loot/hr 273.7/hr Shark Cost/hr {"duration":224901180,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 17.1k Shark"]} {"quantity":10000,"messages":["100000 Prayer XP from purifying 10000x Fiendish ashes using the Ash Sanctifier (990000 charges left).","**You've completed NaN tasks and received 20 points; giving you a total of 1020; return to a Slayer master.**"],"newKC":10000} +Werewolf atk-str-def 180k XP/hr 37.9k 37.9k 37.9k 0 0 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf atk-str-def 180k XP/hr 37.9k 37.9k 37.9k 0 0 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf atk-str-def 180k XP/hr 37.9k 37.9k 37.9k 0 0 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf mage-def 180k XP/hr 0 0 56.9k 56.9k 0 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf mage-def 180k XP/hr 0 0 56.9k 56.9k 0 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf mage-def 180k XP/hr 0 0 56.9k 56.9k 0 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf mage 180k XP/hr 0 0 0 113.8k 0 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf mage 180k XP/hr 0 0 0 113.8k 0 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf mage 180k XP/hr 0 0 0 113.8k 0 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf range-def 180k XP/hr 0 0 56.9k 0 56.9k 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf range-def 180k XP/hr 0 0 56.9k 0 56.9k 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf range-def 180k XP/hr 0 0 56.9k 0 56.9k 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf range 180k XP/hr 0 0 0 0 113.8k 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf range 180k XP/hr 0 0 0 0 113.8k 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +Werewolf range 180k XP/hr 0 0 0 0 113.8k 37.8k 28.5k 166.5 Sharks/hr Loot/hr 166.5/hr Shark Cost/hr {"duration":126514080,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Wolfbane","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.9k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 4 points; giving you a total of 1004; return to a Slayer master.**"],"newKC":10000} +White Wolf atk-str-def 139k XP/hr 34.8k 34.8k 34.8k 0 0 34.7k 0 426.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":1058394298,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 125.5k Shark"]} {"quantity":174291,"messages":[],"newKC":174291} +White Wolf atk-str-def 63k XP/hr 15.7k 15.7k 15.7k 0 0 15.6k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +White Wolf atk-str-def 63k XP/hr 15.7k 15.7k 15.7k 0 0 15.6k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +White Wolf mage-def 139k XP/hr 0 0 52.2k 52.2k 0 34.7k 0 426.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":1058394298,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 125.5k Shark"]} {"quantity":174291,"messages":[],"newKC":174291} +White Wolf mage-def 63k XP/hr 0 0 23.5k 23.5k 0 15.6k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +White Wolf mage-def 63k XP/hr 0 0 23.5k 23.5k 0 15.6k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +White Wolf mage 139k XP/hr 0 0 0 104.3k 0 34.7k 0 426.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":1058394298,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 125.5k Shark"]} {"quantity":174291,"messages":[],"newKC":174291} +White Wolf mage 63k XP/hr 0 0 0 47k 0 15.6k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +White Wolf mage 63k XP/hr 0 0 0 47k 0 15.6k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +White Wolf range-def 139k XP/hr 0 0 52.2k 0 52.2k 34.7k 0 426.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":1058394298,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 125.5k Shark"]} {"quantity":174291,"messages":[],"newKC":174291} +White Wolf range-def 63k XP/hr 0 0 23.5k 0 23.5k 15.6k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +White Wolf range-def 63k XP/hr 0 0 23.5k 0 23.5k 15.6k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +White Wolf range 139k XP/hr 0 0 0 0 104.3k 34.7k 0 426.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,426.8/hr Shark Cost/hr {"duration":1058394298,"quantity":174291,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 1000k Cannonball, 125.5k Shark"]} {"quantity":174291,"messages":[],"newKC":174291} +White Wolf range 63k XP/hr 0 0 0 0 47k 15.6k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +White Wolf range 63k XP/hr 0 0 0 0 47k 15.6k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Wild dog atk-str-def 126k XP/hr 31.5k 31.5k 31.5k 0 0 31.4k 0 274.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,274.4/hr Shark Cost/hr {"duration":1905113650,"quantity":201680,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 145.2k Shark"]} {"quantity":201680,"messages":[],"newKC":201680} +Wild dog atk-str-def 88k XP/hr 22.1k 22.1k 22.1k 0 0 22k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Wild dog atk-str-def 88k XP/hr 22.1k 22.1k 22.1k 0 0 22k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Wild dog mage-def 126k XP/hr 0 0 47.3k 47.3k 0 31.4k 0 274.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,274.4/hr Shark Cost/hr {"duration":1905113650,"quantity":201680,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 145.2k Shark"]} {"quantity":201680,"messages":[],"newKC":201680} +Wild dog mage-def 88k XP/hr 0 0 33.1k 33.1k 0 22k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Wild dog mage-def 88k XP/hr 0 0 33.1k 33.1k 0 22k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Wild dog mage 126k XP/hr 0 0 0 94.5k 0 31.4k 0 274.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,274.4/hr Shark Cost/hr {"duration":1905113650,"quantity":201680,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 145.2k Shark"]} {"quantity":201680,"messages":[],"newKC":201680} +Wild dog mage 88k XP/hr 0 0 0 66.2k 0 22k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Wild dog mage 88k XP/hr 0 0 0 66.2k 0 22k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Wild dog range-def 126k XP/hr 0 0 47.3k 0 47.3k 31.4k 0 274.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,274.4/hr Shark Cost/hr {"duration":1905113650,"quantity":201680,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 145.2k Shark"]} {"quantity":201680,"messages":[],"newKC":201680} +Wild dog range-def 88k XP/hr 0 0 33.1k 0 33.1k 22k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Wild dog range-def 88k XP/hr 0 0 33.1k 0 33.1k 22k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Wild dog range 126k XP/hr 0 0 0 0 94.5k 31.4k 0 274.4 Sharks/hr Loot/hr 1088.4/hr Cannonball,274.4/hr Shark Cost/hr {"duration":1905113650,"quantity":201680,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 576k Cannonball, 145.2k Shark"]} {"quantity":201680,"messages":[],"newKC":201680} +Wild dog range 88k XP/hr 0 0 0 0 66.2k 22k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Wild dog range 88k XP/hr 0 0 0 0 66.2k 22k 0 192.1 Sharks/hr Loot/hr 192.1/hr Shark Cost/hr {"duration":1905113650,"quantity":141176,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","10% for Weekend","2% for Shark","Removing items: 101.6k Shark"]} {"quantity":141176,"messages":[],"newKC":141176} +Wolf atk-str-def 430k XP/hr 90.5k 90.5k 90.5k 0 0 90.3k 67.9k 548.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,548.8/hr Shark Cost/hr {"duration":36603000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 34.6k Cannonball, 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf atk-str-def 193k XP/hr 40.7k 40.7k 40.7k 0 0 40.6k 30.5k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf atk-str-def 193k XP/hr 40.7k 40.7k 40.7k 0 0 40.6k 30.5k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf mage-def 430k XP/hr 0 0 135.7k 135.7k 0 90.3k 67.9k 548.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,548.8/hr Shark Cost/hr {"duration":36603000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 34.6k Cannonball, 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf mage-def 193k XP/hr 0 0 61.1k 61.1k 0 40.6k 30.5k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf mage-def 193k XP/hr 0 0 61.1k 61.1k 0 40.6k 30.5k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf mage 430k XP/hr 0 0 0 271.5k 0 90.3k 67.9k 548.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,548.8/hr Shark Cost/hr {"duration":36603000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 34.6k Cannonball, 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf mage 193k XP/hr 0 0 0 122.1k 0 40.6k 30.5k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf mage 193k XP/hr 0 0 0 122.1k 0 40.6k 30.5k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf range-def 430k XP/hr 0 0 135.7k 0 135.7k 90.3k 67.9k 548.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,548.8/hr Shark Cost/hr {"duration":36603000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 34.6k Cannonball, 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf range-def 193k XP/hr 0 0 61.1k 0 61.1k 40.6k 30.5k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf range-def 193k XP/hr 0 0 61.1k 0 61.1k 40.6k 30.5k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf range 430k XP/hr 0 0 0 0 271.5k 90.3k 67.9k 548.8 Sharks/hr Loot/hr 3401.4/hr Cannonball,548.8/hr Shark Cost/hr {"duration":36603000,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","55% for Cannon in multi","10% for Weekend","2% for Shark","Removing items: 34.6k Cannonball, 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf range 193k XP/hr 0 0 0 0 122.1k 40.6k 30.5k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Wolf range 193k XP/hr 0 0 0 0 122.1k 40.6k 30.5k 246.9 Sharks/hr Loot/hr 246.9/hr Shark Cost/hr {"duration":81346860,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","7% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 5.6k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Woman atk-str-def 57k XP/hr 14.4k 14.4k 14.4k 0 0 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman atk-str-def 57k XP/hr 14.4k 14.4k 14.4k 0 0 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman atk-str-def 57k XP/hr 14.4k 14.4k 14.4k 0 0 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman mage-def 57k XP/hr 0 0 21.6k 21.6k 0 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman mage-def 57k XP/hr 0 0 21.6k 21.6k 0 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman mage-def 57k XP/hr 0 0 21.6k 21.6k 0 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman mage 57k XP/hr 0 0 0 43.1k 0 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman mage 57k XP/hr 0 0 0 43.1k 0 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman mage 57k XP/hr 0 0 0 43.1k 0 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman range-def 57k XP/hr 0 0 21.6k 0 21.6k 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman range-def 57k XP/hr 0 0 21.6k 0 21.6k 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman range-def 57k XP/hr 0 0 21.6k 0 21.6k 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman range 57k XP/hr 0 0 0 0 43.1k 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman range 57k XP/hr 0 0 0 0 43.1k 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Woman range 57k XP/hr 0 0 0 0 43.1k 14.3k 0 0.0 Sharks/hr Loot/hr Cost/hr {"duration":1846797154,"quantity":552853,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","2% for KC","10% for Weekend","5% for no food"]} {"quantity":552853,"messages":[],"newKC":552853} +Wyrm atk-str-def 230k XP/hr 48.4k 48.4k 48.4k 0 0 48.2k 37.2k 188.3 Sharks/hr Loot/hr 188.3/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm atk-str-def 230k XP/hr 48.4k 48.4k 48.4k 0 0 48.2k 37.2k 188.3 Sharks/hr Loot/hr 188.3/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm atk-str-def 230k XP/hr 48.4k 48.4k 48.4k 0 0 48.2k 37.2k 188.3 Sharks/hr Loot/hr 188.3/hr Shark Cost/hr {"duration":129045420,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","15% boost for Dragon hunter lance","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm mage-def 196k XP/hr 0 0 61.7k 61.7k 0 41k 31.6k 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm mage-def 196k XP/hr 0 0 61.7k 61.7k 0 41k 31.6k 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm mage-def 196k XP/hr 0 0 61.7k 61.7k 0 41k 31.6k 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm mage 196k XP/hr 0 0 0 123.3k 0 41k 31.6k 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm mage 196k XP/hr 0 0 0 123.3k 0 41k 31.6k 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm mage 196k XP/hr 0 0 0 123.3k 0 41k 31.6k 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm range-def 196k XP/hr 0 0 61.7k 0 61.7k 41k 31.6k 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm range-def 196k XP/hr 0 0 61.7k 0 61.7k 41k 31.6k 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm range-def 196k XP/hr 0 0 61.7k 0 61.7k 41k 31.6k 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm range 196k XP/hr 0 0 0 0 123.3k 41k 31.6k 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm range 196k XP/hr 0 0 0 0 123.3k 41k 31.6k 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Wyrm range 196k XP/hr 0 0 0 0 123.3k 41k 31.6k 160.1 Sharks/hr Loot/hr 160.1/hr Shark Cost/hr {"duration":151809840,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.8k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zogre atk-str-def 84k XP/hr 21k 21k 21k 0 0 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre atk-str-def 84k XP/hr 21k 21k 21k 0 0 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre atk-str-def 84k XP/hr 21k 21k 21k 0 0 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre mage-def 84k XP/hr 0 0 31.6k 31.6k 0 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre mage-def 84k XP/hr 0 0 31.6k 31.6k 0 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre mage-def 84k XP/hr 0 0 31.6k 31.6k 0 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre mage 84k XP/hr 0 0 0 63.1k 0 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre mage 84k XP/hr 0 0 0 63.1k 0 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre mage 84k XP/hr 0 0 0 63.1k 0 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre range-def 84k XP/hr 0 0 31.6k 0 31.6k 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre range-def 84k XP/hr 0 0 31.6k 0 31.6k 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre range-def 84k XP/hr 0 0 31.6k 0 31.6k 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre range 84k XP/hr 0 0 0 0 63.1k 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre range 84k XP/hr 0 0 0 0 63.1k 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zogre range 84k XP/hr 0 0 0 0 63.1k 21k 0 280.1 Sharks/hr Loot/hr 280.1/hr Shark Cost/hr {"duration":1905119048,"quantity":117647,"isOnTask":false,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 148.2k Shark"]} {"quantity":117647,"messages":[],"newKC":117647} +Zombie atk-str-def 70k XP/hr 14.8k 14.8k 14.8k 0 0 14.7k 11.1k 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":12},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.65% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.3k Shark"]} {"quantity":9949,"messages":["You missed out on 51x kills because of pk encounters","You killed 9949x of your 10000 remaining kills, you now have 51 kills remaining."],"newKC":9949} +Zombie atk-str-def 100k XP/hr 21.1k 21.1k 21.1k 0 0 21.1k 15.8k 308.7 Sharks/hr Loot/hr 1088.5/hr Cannonball,308.7/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.94% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 4.3k Shark"]} {"quantity":9976,"messages":["You missed out on 24x kills because of pk encounters","You killed 9976x of your 10000 remaining kills, you now have 24 kills remaining."],"newKC":9976} +Zombie atk-str-def 70k XP/hr 14.8k 14.8k 14.8k 0 0 14.8k 11.1k 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.80% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.3k Shark"]} {"quantity":9979,"messages":["You missed out on 21x kills because of pk encounters","You killed 9979x of your 10000 remaining kills, you now have 21 kills remaining."],"newKC":9979} +Zombie atk-str-def 126k XP/hr 26.5k 26.5k 26.5k 0 0 26.4k 19.9k 385.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,385.9/hr Shark Cost/hr {"duration":39884040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.1k Cannonball, 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie atk-str-def 88k XP/hr 18.5k 18.5k 18.5k 0 0 18.5k 13.9k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie atk-str-def 88k XP/hr 18.5k 18.5k 18.5k 0 0 18.5k 13.9k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie mage-def 100k XP/hr 0 0 31.7k 31.7k 0 21.1k 15.8k 308.7 Sharks/hr Loot/hr 1088.5/hr Cannonball,308.7/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":4},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.80% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 4.3k Shark"]} {"quantity":9976,"messages":["You missed out on 24x kills because of pk encounters","You killed 9976x of your 10000 remaining kills, you now have 24 kills remaining."],"newKC":9976} +Zombie mage-def 70k XP/hr 0 0 22.2k 22.2k 0 14.7k 11.1k 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":8},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.95% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.32x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.3k Shark"]} {"quantity":9966,"messages":["You missed out on 34x kills because of pk encounters","You killed 9966x of your 10000 remaining kills, you now have 34 kills remaining."],"newKC":9966} +Zombie mage-def 70k XP/hr 0 0 22.2k 22.2k 0 14.7k 11.1k 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":9},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.59% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.20x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.3k Shark"]} {"quantity":9962,"messages":["You missed out on 38x kills because of pk encounters","You killed 9962x of your 10000 remaining kills, you now have 38 kills remaining."],"newKC":9962} +Zombie mage-def 126k XP/hr 0 0 39.7k 39.7k 0 26.4k 19.9k 385.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,385.9/hr Shark Cost/hr {"duration":39884040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.1k Cannonball, 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie mage-def 88k XP/hr 0 0 27.8k 27.8k 0 18.5k 13.9k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie mage-def 88k XP/hr 0 0 27.8k 27.8k 0 18.5k 13.9k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie mage 70k XP/hr 0 0 0 44.3k 0 14.7k 11.1k 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.85% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.28x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.3k Shark"]} {"quantity":9958,"messages":["You missed out on 42x kills because of pk encounters","You killed 9958x of your 10000 remaining kills, you now have 42 kills remaining."],"newKC":9958} +Zombie mage 100k XP/hr 0 0 0 63.3k 0 21.1k 15.8k 308.7 Sharks/hr Loot/hr 1088.5/hr Cannonball,308.7/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.55% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.18x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 4.3k Shark"]} {"quantity":9970,"messages":["You missed out on 30x kills because of pk encounters","You killed 9970x of your 10000 remaining kills, you now have 30 kills remaining."],"newKC":9970} +Zombie mage 70k XP/hr 0 0 0 44.4k 0 14.8k 11.1k 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["magic"],"currentTaskOptions":{"hasWildySupplies":true,"died":true,"pkEncounters":3},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.68% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.23x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.3k Shark"]} {"quantity":9975,"messages":["You missed out on 25x kills because of pk encounters and death","You died, you lost a lot of loot, and these equipped items: No items.. Your minion equips similar lost items from bank.","You killed 9975x of your 10000 remaining kills, you now have 25 kills remaining."],"newKC":9975} +Zombie mage 126k XP/hr 0 0 0 79.4k 0 26.4k 19.9k 385.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,385.9/hr Shark Cost/hr {"duration":39884040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.1k Cannonball, 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie mage 88k XP/hr 0 0 0 55.6k 0 18.5k 13.9k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie mage 88k XP/hr 0 0 0 55.6k 0 18.5k 13.9k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie range-def 100k XP/hr 0 0 31.8k 0 31.8k 21.1k 15.9k 308.7 Sharks/hr Loot/hr 1088.5/hr Cannonball,308.7/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":1},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.65% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 4.3k Shark"]} {"quantity":9994,"messages":["You missed out on 6x kills because of pk encounters","You killed 9994x of your 10000 remaining kills, you now have 6 kills remaining."],"newKC":9994} +Zombie range-def 70k XP/hr 0 0 22.1k 0 22.1k 14.7k 11.1k 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.81% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.27x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.3k Shark"]} {"quantity":9958,"messages":["You missed out on 42x kills because of pk encounters","You killed 9958x of your 10000 remaining kills, you now have 42 kills remaining."],"newKC":9958} +Zombie range-def 70k XP/hr 0 0 22.2k 0 22.2k 14.7k 11.1k 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged","defence"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":7},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.87% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.29x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.3k Shark"]} {"quantity":9971,"messages":["You missed out on 29x kills because of pk encounters","You killed 9971x of your 10000 remaining kills, you now have 29 kills remaining."],"newKC":9971} +Zombie range-def 126k XP/hr 0 0 39.7k 0 39.7k 26.4k 19.9k 385.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,385.9/hr Shark Cost/hr {"duration":39884040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.1k Cannonball, 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie range-def 88k XP/hr 0 0 27.8k 0 27.8k 18.5k 13.9k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie range-def 88k XP/hr 0 0 27.8k 0 27.8k 18.5k 13.9k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie range 70k XP/hr 0 0 0 0 44.3k 14.7k 11.1k 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":10},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.65% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.22x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.3k Shark"]} {"quantity":9958,"messages":["You missed out on 42x kills because of pk encounters","You killed 9958x of your 10000 remaining kills, you now have 42 kills remaining."],"newKC":9958} +Zombie range 100k XP/hr 0 0 0 0 63.4k 21.1k 15.9k 308.7 Sharks/hr Loot/hr 1088.5/hr Cannonball,308.7/hr Shark Cost/hr {"duration":49859460,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":3},"messages":["15.00% for stats","5% for KC","30% for Cannon in singles","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.79% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.26x from risky Wilderness experience, 1x from being in no multi)","Removing items: 15.1k Cannonball, 4.3k Shark"]} {"quantity":9982,"messages":["You missed out on 18x kills because of pk encounters","You killed 9982x of your 10000 remaining kills, you now have 18 kills remaining."],"newKC":9982} +Zombie range 70k XP/hr 0 0 0 0 44.4k 14.8k 11.1k 216.1 Sharks/hr Loot/hr 216.1/hr Shark Cost/hr {"duration":71221500,"quantity":10000,"isOnTask":true,"isInWilderness":true,"attackStyles":["ranged"],"currentTaskOptions":{"hasWildySupplies":true,"died":false,"pkEncounters":5},"messages":["15.00% for stats","5% for KC","10% for Weekend","2% for Shark","Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky), **PK Chance:** 0.67% per min (medium peak time)\n**Death Chance:** 0.92% per pk encounter (4% Base chance, 6.00x from wildy gear (weight 60% magic, 40% ranged, 20% melee), 0.5x from anti-pk supplies, 0.25x from overhead prayers, 0.31x from risky Wilderness experience, 1x from being in no multi)","Removing items: 4.3k Shark"]} {"quantity":9979,"messages":["You missed out on 21x kills because of pk encounters","You killed 9979x of your 10000 remaining kills, you now have 21 kills remaining."],"newKC":9979} +Zombie range 126k XP/hr 0 0 0 0 79.4k 26.4k 19.9k 385.9 Sharks/hr Loot/hr 1088.5/hr Cannonball,385.9/hr Shark Cost/hr {"duration":39884040,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","30% for Cannon in singles","10% for Weekend","2% for Shark","Removing items: 12.1k Cannonball, 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie range 88k XP/hr 0 0 0 0 55.6k 18.5k 13.9k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zombie range 88k XP/hr 0 0 0 0 55.6k 18.5k 13.9k 270.1 Sharks/hr Loot/hr 270.1/hr Shark Cost/hr {"duration":56977200,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","5% for KC","20% for Salve amulet (e) on melee task","10% for Weekend","2% for Shark","Removing items: 4.3k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 0 points; giving you a total of 1000; return to a Slayer master.**"],"newKC":10000} +Zulrah mage-def 142k XP/hr 0 0 44.9k 44.9k 0 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah mage-def 142k XP/hr 0 0 44.9k 44.9k 0 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah mage-def 142k XP/hr 0 0 44.9k 44.9k 0 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah mage 142k XP/hr 0 0 0 89.8k 0 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah mage 142k XP/hr 0 0 0 89.8k 0 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah mage 142k XP/hr 0 0 0 89.8k 0 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah mage 142k XP/hr 0 0 0 89.8k 0 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah mage 142k XP/hr 0 0 0 89.8k 0 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah mage 142k XP/hr 0 0 0 89.8k 0 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah range-def 142k XP/hr 0 0 44.9k 0 44.9k 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah range-def 142k XP/hr 0 0 44.9k 0 44.9k 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah range-def 142k XP/hr 0 0 44.9k 0 44.9k 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah range 142k XP/hr 0 0 0 0 89.8k 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah range 142k XP/hr 0 0 0 0 89.8k 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zulrah range 142k XP/hr 0 0 0 0 89.8k 29.8k 22.5k 282.8 Sharks/hr Loot/hr 282.8/hr Shark Cost/hr {"duration":802117260,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","10% for KC","8% for Tumeken's shadow","5% for Twisted bow","4% for Pegasian boots","3% for Barrows gloves","3% for Imbued heart","2% for Ancestral hat","2% for Ancestral robe top","2% for Ancestral robe bottom","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 63k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.** You received 5000 bonus Slayer XP for doing a boss task."],"newKC":10000} +Zygomite atk-str-def 172k XP/hr 36.2k 36.2k 36.2k 0 0 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite atk-str-def 172k XP/hr 36.2k 36.2k 36.2k 0 0 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite atk-str-def 172k XP/hr 36.2k 36.2k 36.2k 0 0 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["attack","strength","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite mage-def 172k XP/hr 0 0 54.3k 54.3k 0 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite mage-def 172k XP/hr 0 0 54.3k 54.3k 0 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite mage-def 172k XP/hr 0 0 54.3k 54.3k 0 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite mage 172k XP/hr 0 0 0 108.6k 0 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite mage 172k XP/hr 0 0 0 108.6k 0 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite mage 172k XP/hr 0 0 0 108.6k 0 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["magic"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite range-def 172k XP/hr 0 0 54.3k 0 54.3k 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite range-def 172k XP/hr 0 0 54.3k 0 54.3k 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite range-def 172k XP/hr 0 0 54.3k 0 54.3k 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged","defence"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite range 172k XP/hr 0 0 0 0 108.6k 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite range 172k XP/hr 0 0 0 0 108.6k 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +Zygomite range 172k XP/hr 0 0 0 0 108.6k 36.1k 27.1k 268.9 Sharks/hr Loot/hr 268.9/hr Shark Cost/hr {"duration":86215500,"quantity":10000,"isOnTask":true,"isInWilderness":false,"attackStyles":["ranged"],"currentTaskOptions":{},"messages":["15.00% for stats","8% for KC","16.67% for Black mask on task","10% for Weekend","2% for Shark","Removing items: 6.4k Shark"]} {"quantity":10000,"messages":["**You've completed NaN tasks and received 10 points; giving you a total of 1010; return to a Slayer master.**"],"newKC":10000} +>>>>>>> master diff --git a/data/osb.commands.json b/data/osb.commands.json new file mode 100644 index 00000000000..643723e9e2e --- /dev/null +++ b/data/osb.commands.json @@ -0,0 +1,544 @@ +[ + { + "name": "activities", + "desc": "Miscellaneous activities you can do.", + "subOptions": [ + "plank_make", + "chompy_hunt", + "my_notes", + "warriors_guild", + "camdozaal", + "collect", + "quest", + "decant", + "charge", + "fight_caves", + "inferno", + "birdhouses", + "aerial_fishing", + "enchant", + "bury", + "scatter", + "puro_puro", + "alch", + "cast", + "underwater", + "other" + ] + }, + { + "name": "ask", + "desc": "Ask a yes/no question to the bot and receive an answer.", + "subOptions": [] + }, + { + "name": "bank", + "desc": "See your minions bank.", + "subOptions": [] + }, + { + "name": "bingo", + "desc": "Bingo!", + "subOptions": ["make_team", "leave_team", "view", "leaderboard", "create_bingo", "manage_bingo", "items"] + }, + { + "name": "bossrecords", + "desc": "Shows your OSRS boss records.", + "subOptions": [] + }, + { + "name": "botleagues", + "desc": "Compete in the OSB/BSO Leagues.", + "subOptions": ["help", "claim_trophy", "leaderboard", "buy_reward"] + }, + { + "name": "bs", + "desc": "Search your minions bank.", + "subOptions": [] + }, + { + "name": "build", + "desc": "Sends your minion to train Construction by building things.", + "examples": ["/build name:Crude chair"], + "subOptions": [] + }, + { + "name": "buy", + "desc": "Allows you to purchase items.", + "subOptions": [] + }, + { + "name": "ca", + "desc": "Combat Achievements", + "subOptions": ["view", "claim"] + }, + { + "name": "casket", + "desc": "Simulate opening lots of clues caskets.", + "subOptions": [] + }, + { + "name": "choose", + "desc": "Have the bot make a choice from a list of things.", + "examples": ["/choose list:First option, second option, third option"], + "subOptions": [] + }, + { + "name": "chop", + "desc": "Chop logs using the Woodcutting skill.", + "examples": ["/chop name:Logs"], + "subOptions": [] + }, + { + "name": "cl", + "desc": "See your Collection Log.", + "examples": ["/cl name:Boss"], + "subOptions": [] + }, + { + "name": "claim", + "desc": "Claim prizes, rewards and other things.", + "subOptions": [] + }, + { + "name": "clue", + "desc": "Send your minion to complete clue scrolls.", + "examples": ["/clue tier:easy"], + "subOptions": [] + }, + { + "name": "clues", + "desc": "See your OSRS clue scores.", + "examples": ["/clues rsn:Magnaboy"], + "subOptions": [] + }, + { + "name": "config", + "desc": "Commands configuring settings and options.", + "subOptions": ["server", "user"] + }, + { + "name": "cook", + "desc": "Cook things using the cooking skill.", + "examples": ["/cook name:Shrimp"], + "subOptions": [] + }, + { + "name": "craft", + "desc": "Craft items with the Crafting skill.", + "examples": ["/craft name:Onyx necklace"], + "subOptions": [] + }, + { + "name": "create", + "desc": "Allows you to create items, like godswords or spirit shields - and pack barrows armor sets.", + "subOptions": [] + }, + { + "name": "data", + "desc": "View various pieces of data.", + "examples": ["/data name:Personal Activity Types"], + "subOptions": [] + }, + { + "name": "drop", + "desc": "Drop items from your bank.", + "examples": ["/drop items:10 trout, 5 coal"], + "subOptions": [] + }, + { + "name": "drycalc", + "desc": "Calculate your drystreak chance.", + "subOptions": [] + }, + { + "name": "fake", + "desc": "Generate fake images of getting loot.", + "subOptions": [] + }, + { + "name": "fakepm", + "desc": "Generate fake images of PMs.", + "subOptions": [] + }, + { + "name": "farming", + "desc": "Allows you to do Farming related things.", + "subOptions": [ + "check_patches", + "plant", + "auto_farm", + "auto_farm_filter", + "default_compost", + "always_pay", + "harvest", + "tithe_farm", + "compost_bin", + "contract" + ] + }, + { + "name": "finish", + "desc": "Simulate finishing a CL.", + "subOptions": [] + }, + { + "name": "fish", + "desc": "Send your minion to fish fish.", + "examples": ["/fish name:Shrimp"], + "subOptions": [] + }, + { + "name": "fletch", + "desc": "Fletch items with the Fletching skill.", + "examples": ["/craft name:Onyx necklace"], + "subOptions": [] + }, + { + "name": "gamble", + "desc": "Partake in various gambling activities.", + "subOptions": ["item", "dice", "duel", "lucky_pick", "slots", "hot_cold", "give_random_item"] + }, + { + "name": "ge", + "desc": "Exchange grandly with other players on the bot!", + "subOptions": ["buy", "sell", "my_listings", "cancel", "stats", "price", "view"] + }, + { + "name": "gear", + "desc": "Manage, equip, unequip your gear.", + "subOptions": ["equip", "unequip", "stats", "pet", "view", "swap"] + }, + { + "name": "gearpresets", + "desc": "Manage, equip, unequip your gear presets.", + "subOptions": ["view", "equip", "create", "edit", "delete"] + }, + { + "name": "gift", + "desc": "Create gifts for other users, or open one you received.", + "subOptions": ["open", "list", "create", "send"] + }, + { + "name": "giveaway", + "desc": "Giveaway items from your ban to other players.", + "examples": ["/giveaway items:10 trout, 5 coal time:1h"], + "subOptions": ["start", "list"] + }, + { + "name": "gp", + "desc": "See your current GP balance.", + "subOptions": [] + }, + { + "name": "help", + "desc": "Get information and help with the bot.", + "subOptions": [] + }, + { + "name": "hunt", + "desc": "Hunt creatures with the Hunter skill.", + "examples": ["/hunt name:Ferret"], + "subOptions": [] + }, + { + "name": "invite", + "desc": "Shows the invite link for the bot.", + "subOptions": [] + }, + { + "name": "k", + "desc": "Send your minion to kill things.", + "examples": ["/k name:zulrah"], + "subOptions": [] + }, + { + "name": "kc", + "desc": "See your OSRS kc for a monster/boss.", + "examples": ["/kc name:General Graardor"], + "subOptions": [] + }, + { + "name": "kill", + "desc": "Simulate killing monsters.", + "subOptions": [] + }, + { + "name": "laps", + "desc": "Do laps on Agility courses to train Agility.", + "examples": ["/laps name:Ardougne rooftop course"], + "subOptions": [] + }, + { + "name": "lb", + "desc": "Simulate killing monsters.", + "subOptions": [ + "kc", + "farming_contracts", + "inferno", + "sacrifice", + "minigames", + "hunter_catches", + "agility_laps", + "gp", + "skills", + "opens", + "cl", + "clues", + "movers", + "global", + "combat_achievements", + "mastery" + ] + }, + { + "name": "light", + "desc": "Light logs to train Firemaking.", + "examples": ["/light name:Logs"], + "subOptions": [] + }, + { + "name": "loot", + "desc": "View your loot tracker data.", + "examples": ["/loot view name:Nex"], + "subOptions": ["view", "reset"] + }, + { + "name": "lvl", + "desc": "See a level in your OSRS stats.", + "examples": ["/lvl rsn:Magnaboy skill:Mining"], + "subOptions": [] + }, + { + "name": "m", + "desc": "See your current minion status and helpful buttons.", + "subOptions": [] + }, + { + "name": "mass", + "desc": "Arrange to mass bosses, killing them as a group.", + "examples": ["/mass name:General graardor"], + "subOptions": [] + }, + { + "name": "mine", + "desc": "Send your minion to mine things.", + "examples": ["/mine name:Runite ore"], + "subOptions": [] + }, + { + "name": "minigames", + "desc": "Send your minion to do various minigames.", + "subOptions": [ + "barb_assault", + "castle_wars", + "lms", + "pest_control", + "fishing_trawler", + "mage_arena", + "mage_arena_2", + "gnome_restaurant", + "temple_trek", + "sepulchre", + "gauntlet", + "mage_training_arena", + "mahogany_homes", + "tears_of_guthix", + "pyramid_plunder", + "rogues_den", + "soul_wars", + "volcanic_mine", + "agility_arena", + "trouble_brewing", + "giants_foundry", + "gotr", + "nmz", + "shades_of_morton" + ] + }, + { + "name": "minion", + "desc": "Manage and control your minion.", + "subOptions": [ + "buy", + "status", + "cracker", + "stats", + "achievementdiary", + "bankbg", + "lamp", + "cancel", + "set_icon", + "set_name", + "level", + "kc", + "ironman", + "charge", + "daily", + "train", + "pat", + "blowpipe", + "info", + "peak", + "mastery" + ] + }, + { + "name": "mix", + "desc": "Mix potions to train Herblore.", + "examples": ["/mix name:Prayer potion"], + "subOptions": [] + }, + { + "name": "offer", + "desc": "Offer bones or bird eggs.", + "examples": ["/offer name:Dragon bones"], + "subOptions": [] + }, + { + "name": "open", + "desc": "Open an item (caskets, keys, boxes, etc).", + "subOptions": [] + }, + { + "name": "patreon", + "desc": "Shows the patreon link for the bot, where you can donate.", + "subOptions": [] + }, + { + "name": "pay", + "desc": "Send GP to another user.", + "subOptions": [] + }, + { + "name": "poh", + "desc": "Allows you to access and build in your POH.", + "examples": ["/poh build:Demonic throne"], + "subOptions": ["view", "wallkit", "build", "destroy", "mount_item", "items"] + }, + { + "name": "poll", + "desc": "Create a reaction poll.", + "subOptions": [] + }, + { + "name": "price", + "desc": "Looks up the price of an item.", + "subOptions": [] + }, + { + "name": "raid", + "desc": "Send your minion to do raids - CoX or ToB.", + "subOptions": ["cox", "tob", "toa"] + }, + { + "name": "redeem", + "desc": "Redeem a code you received.", + "subOptions": [] + }, + { + "name": "roll", + "desc": "Roll a random number from 1, up to a limit.", + "subOptions": [] + }, + { + "name": "rp", + "desc": "Admin tools second set", + "subOptions": ["action", "player", "user_event"] + }, + { + "name": "runecraft", + "desc": "Sends your minion to craft runes with essence, or craft tiaras.", + "examples": ["/runecraft"], + "flags": ["minion", "skilling"], + "subOptions": [] + }, + { + "name": "sacrifice", + "desc": "Sacrifice items from your bank to the bot.", + "examples": ["/sacrifice items:10k trout, 5 coal"], + "flags": ["minion"], + "subOptions": [] + }, + { + "name": "sell", + "desc": "Sell items from your bank to the bot for GP.", + "examples": ["/sell items:10k trout, 5 coal"], + "flags": ["minion"], + "subOptions": [] + }, + { + "name": "simulate", + "desc": "Simulate various OSRS related things.", + "examples": ["/simulate cox quantity:1"], + "subOptions": ["cox", "petroll", "colosseum"] + }, + { + "name": "slayer", + "desc": "Slayer skill commands", + "subOptions": ["autoslay", "new_task", "manage", "rewards", "status"] + }, + { + "name": "smelt", + "desc": "Smelt ores/items.", + "examples": ["/smelt runite bar", "/smelt runite bar [quantity: 1]"], + "subOptions": [] + }, + { + "name": "smith", + "desc": "Smith things using the Smithing skill.", + "examples": ["/smith name:Bronze platebody"], + "subOptions": [] + }, + { + "name": "stats", + "desc": "Check the stats of a OSRS account.", + "subOptions": [] + }, + { + "name": "steal", + "desc": "Sends your minion to steal to train Thieving.", + "examples": ["/steal name:Man"], + "subOptions": [] + }, + { + "name": "tokkulshop", + "desc": "Buy or sell items from the Tzhaar shops.", + "examples": ["/tokkulshop buy Obsidian platebody", "/tokkulshop sell Chaos rune 5000"], + "flags": ["minion"], + "subOptions": ["buy", "sell"] + }, + { + "name": "tools", + "desc": "Various tools and miscellaneous commands.", + "subOptions": ["patron", "user", "stash_units"] + }, + { + "name": "trade", + "desc": "Allows you to trade items with other players.", + "subOptions": [] + }, + { + "name": "trivia", + "desc": "Try to answer a random trivia question!", + "examples": ["/trivia", "/trivia duel:@Magnaboy"], + "subOptions": [] + }, + { + "name": "use", + "desc": "Use items/things.", + "examples": ["/use name:Mithril seeds"], + "subOptions": [] + }, + { + "name": "wiki", + "desc": "Search the official OSRS wiki.", + "subOptions": [] + }, + { + "name": "xp", + "desc": "See your OSRS xp.", + "examples": ["/xp rsn:Magnaboy"], + "subOptions": [] + } +] diff --git a/docker-compose.yml b/docker-compose.yml index 730e09776c2..db81d110421 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,25 +3,31 @@ services: image: postgres:16-alpine command: -c 'max_connections=5000' restart: always - container_name: osb_database + container_name: bso_database ports: - "5435:5435" environment: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres PGPORT: 5435 - volumes: - - postgres_data:/var/lib/postgresql/data + + redis: + image: redis:latest + restart: always + environment: + - REDIS_PORT=6379 + ports: + - "6379:6379" app: build: context: . + dockerfile: Dockerfile + target: build-run depends_on: - db + - redis environment: ROBOCHIMP_DATABASE_URL: postgresql://postgres:postgres@db:5435/robochimp_integration_test?connection_limit=10&pool_timeout=0&schema=public - DATABASE_URL: postgresql://postgres:postgres@db:5435/osb_integration_test?connection_limit=10&pool_timeout=0&schema=public - WAIT_HOSTS: db:5435 - -volumes: - postgres_data: + DATABASE_URL: postgresql://postgres:postgres@db:5435/bso_integration_test?connection_limit=10&pool_timeout=0&schema=public + WAIT_HOSTS: db:5435, redis:6379 diff --git a/dockerfile b/dockerfile index be430354e0f..353cf7e4f66 100644 --- a/dockerfile +++ b/dockerfile @@ -1,35 +1,45 @@ -FROM node:20.15.0-alpine AS base +FROM debian:12 AS base WORKDIR /usr/src/app -ENV CI=true -RUN apk add --no-cache dumb-init python3 g++ make git -RUN corepack enable -COPY yarn.lock package.json .yarnrc.yml ./ +RUN apt-get update && apt-get install -y \ + dumb-init \ + python3 \ + g++ \ + make \ + fontconfig \ + git \ + libfontconfig1 \ + curl + +RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && \ + apt-get install -y nodejs && \ + corepack enable && \ + corepack prepare yarn@stable --activate ENTRYPOINT ["dumb-init", "--"] FROM base AS dependencies WORKDIR /usr/src/app -RUN yarn remove zlib-sync && yarn install + +COPY package.json yarn.lock .yarnrc.yml ./ +COPY src/config.example.ts src/config.ts + +RUN yarn install --immutable FROM base AS build-run WORKDIR /usr/src/app -ENV NODE_ENV="development" -ENV NODE_OPTIONS="--enable-source-maps --max_old_space_size=4096" COPY --from=dependencies /usr/src/app/node_modules /usr/src/app/node_modules -COPY . . -ENV CI=true -RUN cp .env.test .env -RUN cp src/config.example.ts src/config.ts +COPY . . +COPY src/config.example.ts src/config.ts ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.9.0/wait /wait RUN chmod +x /wait - -CMD /wait && \ - yarn prisma db push --schema='./prisma/robochimp.prisma' && \ - yarn prisma db push --schema='./prisma/schema.prisma' && \ +CMD (/wait > /dev/null 2>&1) && \ + (yarn prisma db push --schema='./prisma/robochimp.prisma' > /dev/null 2>&1 & \ + yarn prisma db push --schema='./prisma/schema.prisma' > /dev/null 2>&1 & \ + wait) && \ yarn run build:esbuild && \ - yarn vitest run --config vitest.integration.config.mts && \ + NODE_NO_WARNINGS=1 yarn vitest run --config vitest.integration.config.mts && \ exit 0 \ No newline at end of file diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 00000000000..6240da8b10b --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,21 @@ +# build output +dist/ +# generated types +.astro/ + +# dependencies +node_modules/ + +# logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + + +# environment variables +.env +.env.production + +# macOS-specific files +.DS_Store diff --git a/docs/.vscode/extensions.json b/docs/.vscode/extensions.json new file mode 100644 index 00000000000..3a1c9ecdb6a --- /dev/null +++ b/docs/.vscode/extensions.json @@ -0,0 +1,4 @@ +{ + "recommendations": ["astro-build.astro-vscode"], + "unwantedRecommendations": [] +} diff --git a/docs/.vscode/launch.json b/docs/.vscode/launch.json new file mode 100644 index 00000000000..230708db40b --- /dev/null +++ b/docs/.vscode/launch.json @@ -0,0 +1,11 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "command": "./node_modules/.bin/astro dev", + "name": "Development server", + "request": "launch", + "type": "node-terminal" + } + ] +} diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs new file mode 100644 index 00000000000..18b2221e3d2 --- /dev/null +++ b/docs/astro.config.mjs @@ -0,0 +1,55 @@ +import starlight from '@astrojs/starlight'; +// @ts-check +import { defineConfig } from 'astro/config'; +import { remarkItems } from './src/plugins/items'; + +// https://astro.build/config +export default defineConfig({ + markdown: { + remarkPlugins: [remarkItems], + smartypants: false + }, + integrations: [ + starlight({ + components: { + Footer: './src/components/Footer.astro' + }, + title: 'Oldschool.gg Wiki', + favicon: 'favicon.ico', + social: { + github: 'https://github.com/oldschoolgg/oldschoolbot', + discord: 'https://discord.gg/ob' + }, + customCss: ['./src/styles/main.css', './src/fonts/font-face.css'], + pagination: false, + head: [ + { + tag: 'script', + content: `if (window.location.href.includes('/bso/')) { + window.onload = () => document.body.classList.add('bso-theme'); +}` + } + ], + editLink: { + baseUrl: 'https://github.com/oldschoolgg/oldschoolbot/edit/master/docs/' + }, + sidebar: [ + { + label: 'Getting Started', + autogenerate: { directory: 'getting-started' }, + collapsed: false + }, + { + label: 'Old School Bot (OSB)', + autogenerate: { directory: 'osb', collapsed: true }, + collapsed: false + }, + { + label: 'BSO', + autogenerate: { directory: 'bso', collapsed: true }, + collapsed: false + } + ] + }) + ] +}); diff --git a/docs/package.json b/docs/package.json new file mode 100644 index 00000000000..5eddccf9853 --- /dev/null +++ b/docs/package.json @@ -0,0 +1,24 @@ +{ + "name": "docs", + "type": "module", + "version": "0.0.1", + "scripts": { + "dev": "astro dev", + "start": "astro dev", + "build": "astro check && astro build", + "preview": "astro preview", + "astro": "astro" + }, + "dependencies": { + "@astrojs/check": "^0.9.3", + "@astrojs/starlight": "^0.28.2", + "astro": "^4.15.3", + "markdown-it": "^14.1.0", + "sharp": "^0.32.5", + "typescript": "^5.6.2", + "unist-util-visit": "^5.0.0" + }, + "devDependencies": { + "@types/markdown-it": "^14" + } +} diff --git a/docs/public/_headers b/docs/public/_headers new file mode 100644 index 00000000000..806338c1621 --- /dev/null +++ b/docs/public/_headers @@ -0,0 +1,2 @@ +/_astro/* + Cache-Control: public, max-age=31536000, immutable \ No newline at end of file diff --git a/docs/public/favicon.ico b/docs/public/favicon.ico new file mode 100644 index 00000000000..2b8c8d2ecc4 Binary files /dev/null and b/docs/public/favicon.ico differ diff --git a/docs/public/gc.gif b/docs/public/gc.gif new file mode 100644 index 00000000000..ddda55f7044 Binary files /dev/null and b/docs/public/gc.gif differ diff --git a/docs/public/nwjgit.jpg b/docs/public/nwjgit.jpg new file mode 100644 index 00000000000..224232ca80b Binary files /dev/null and b/docs/public/nwjgit.jpg differ diff --git a/docs/src/components/Footer.astro b/docs/src/components/Footer.astro new file mode 100644 index 00000000000..5b275053909 --- /dev/null +++ b/docs/src/components/Footer.astro @@ -0,0 +1,33 @@ +--- +import { getAuthors } from "../plugins/authors"; +const authors = (await getAuthors(`src/content/docs/${Astro.props.id}`)); +const editURL = Astro.props.editUrl?.toString(); +--- + + + + \ No newline at end of file diff --git a/docs/src/content/config.ts b/docs/src/content/config.ts new file mode 100644 index 00000000000..0b22c6b62f7 --- /dev/null +++ b/docs/src/content/config.ts @@ -0,0 +1,6 @@ +import { defineCollection } from 'astro:content'; +import { docsSchema } from '@astrojs/starlight/schema'; + +export const collections = { + docs: defineCollection({ schema: docsSchema() }) +}; diff --git a/docs/src/content/docs/bso/Custom Items/capes.md b/docs/src/content/docs/bso/Custom Items/capes.md new file mode 100644 index 00000000000..a8897eb4c6c --- /dev/null +++ b/docs/src/content/docs/bso/Custom Items/capes.md @@ -0,0 +1,49 @@ +--- +title: "Capes" +--- + +### Master Capes + +Master capes are skillcapes that can be purchased upon getting 500M XP in the respective skill. The command to purchase a master cape is `/buy name:[Skill name] master cape`. Each cape costs 1b gp to purchase and is untradeable. Master capes provide an 8% XP boost if training the corresponding skill, or 3% when training any other skill. This perk is global, and the master cape can be equipped in any gear tab to receive the XP boost. Master capes also have the same stats as an Abyssal Cape without the food reduction perk. + +Additionally, master capes have a perk that is related to the skill that they correspond to. Skills with missing perks are yet to be added. + +| Skill | Perk | +| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Attack | 15% Boost to non-boss /k while training melee | +| Strength | 15% Boost to [Mad Marimbo's Monkey Rumble](../../minigames/mad-marimbos-monkey-rumble/) | +| Defence | | +| Ranged | Reduces arrow usage by 90%, 15% boost to non-boss /k when training range | +| Prayer | 40% Less Prayer Potions consumed while using Dwarven Blessing | +| Magic | Voidling pet alches 3x faster with master cape equipped, 15% boost to non-boss /k when training magic | +| Runecrafting | 2x boost to runecrafting, and 2x boost to the ODS minigame | +| Construction | Hatches Nursery Eggs at 2x Speed | +| Invention | 5% faster disassembly, 5% less junk chance, 5% materials saved | +| Hitpoints | Extends general PvM, Wintertodt, Barbarian Assault, Hallowed Sepulchre, Soul Wars, and Pickpocketing trip's max length by 20%.Extends bosses and Dungeoneering trip's max length by 10%. | +| Agility | Acts as a full set of graceful | +| Herblore | 10% extra products in mixing a potion | +| Thieving | 30% Thieving boost | +| Crafting | | +| Fletching | | +| Slayer | 2x superiors killed on task | +| Hunter | 2x Hunter speed, +4 birdhouses, 2x loot from Sand Geckos with Sandy equipped, 2x implings | +| Mining | 2x nuggets and minerals | +| Smithing | 2x boost to blast furnace and halves failure rate of smelting
15% boost to giants foundry | +| Fishing | 4x loot and Mystery Boxes from Fishing Trawler | +| Cooking | 5x Cooking speed | +| Firemaking | 2x Wintertodt loot | +| Woodcutting | 2x Woodcutting loot | +| Farming | 15% seeds saved when equipped (50% with scroll of life), 1/10 per planted seed chance of a mystery box | +| Dungeoneering | 10% speed boost to dg when you have a scroll of teleportation, 50% more common gorajan shards | +| Divination | 5% | + +### **Expert Capes** + +There are 4 expert capes that you can buy once you have bought all required master capes. The expert cape combines all perks of the capes required to purchase it. You can purchase an expert cape with `/buy name:[Expert cape name]` and all the required capes are consumed. + +| Expert Cape | Required Master Capes | +| ----------- | ----------------------------------------------------------------------------------- | +| Combatant's | Attack/Strength/Defence/Hitpoints/Prayer/Ranged/Magic | +| Gatherer's | Divination/Farming/Fishing/Hunter/Mining/Woodcutting | +| Support | Agility/Dungeoneering/Thieving/Slayer | +| Artisan's | Crafting/Construction/Cooking/ Firemaking/Fletching/Herblore/ Runecrafting/Smithing | diff --git a/docs/src/content/docs/bso/Custom Items/dyes.md b/docs/src/content/docs/bso/Custom Items/dyes.md new file mode 100644 index 00000000000..ecc59dce083 --- /dev/null +++ b/docs/src/content/docs/bso/Custom Items/dyes.md @@ -0,0 +1,102 @@ +--- +title: "Dyes" +description: Dyes are custom items that cosmetically enhance various items +--- + +# Dyes + +Dyes can be used on certain items by using the `/create` command. This process is irreversible, permanently turns items untradeable, and removes the dye. + +Ice, blood, shadow, and third age dyes can only be obtained from grandmaster caskets. Monkey dyes can be obtained from catching chimplings, encountering special monkeys during [Mad Marimbo's Monkey Rumble](../minigames/mad-marimbos-monkey-rumble/), or by buying them from the minigame's shop. Dungeoneering dyes can be purchased from the dungeoneering shop. Squid dye can be obtained from [Sea Kraken](../bso-custom-killables/demi-bosses/sea-kraken.md). Volcanic dyes can be obtained from [Moktang](../bso-custom-killables/bosses/moktang.md). Oceanic Dyes can be obtained from [Depths of Atlantis.](../bso-custom-killables/raids/depths-of-atlantis-doa.md) + +## Ice dye + +| Required item name | Dyed item name | +| ------------------------- | ------------------------------- | +| Zaryte bow | Zaryte bow (ice) | +| Twisted bow | Twisted bow (ice) | +| Hellfire bow | Hellfire bow (ice) | +| Dwarven warhammer | Dwarven warhammer (ice) | +| Drygore longsword | Drygore longsword (ice) | +| Offhand drygore longsword | Offhand drygore longsword (ice) | +| Drygore mace | Drygore mace (ice) | +| Offhand drygore mace | Offhand drygore mace (ice) | +| Drygore rapier | Drygore rapier (ice) | +| Offhand drygore rapier | Offhand drygore rapier (ice) | + +## Blood dye + +| Required item name | Dyed item name | +| ------------------------- | --------------------------------- | +| Zaryte bow | Zaryte bow (blood) | +| Twisted bow | Twisted bow (blood) | +| Dwarven warhammer | Dwarven warhammer (blood) | +| Drygore longsword | Drygore longsword (blood) | +| Offhand drygore longsword | Offhand drygore longsword (blood) | +| Drygore mace | Drygore mace (blood) | +| Offhand drygore mace | Offhand drygore mace (blood) | +| Drygore rapier | Drygore rapier (blood) | +| Offhand drygore rapier | Offhand drygore rapier (blood) | + +## Shadow dye + +| Required item name | Dyed item name | +| ------------------------- | ---------------------------------- | +| Zaryte bow | Zaryte bow (shadow) | +| Twisted bow | Twisted bow (shadow) | +| Dwarven warhammer | Dwarven warhammer (shadow) | +| Drygore longsword | Drygore longsword (shadow) | +| Offhand drygore longsword | Offhand drygore longsword (shadow) | +| Drygore mace | Drygore mace (shadow) | +| Offhand drygore mace | Offhand drygore mace (shadow) | +| Drygore rapier | Drygore rapier (shadow) | +| Offhand drygore rapier | Offhand drygore rapier (shadow) | + +## Third age dye + +| Required item name | Dyed item name | +| ------------------------- | ------------------------------ | +| Zaryte bow | Zaryte bow (3a) | +| Twisted bow | Twisted bow (3a) | +| Dwarven warhammer | Dwarven warhammer (3a) | +| Drygore longsword | Drygore longsword (3a) | +| Offhand drygore longsword | Offhand drygore longsword (3a) | +| Drygore mace | Drygore mace (3a) | +| Offhand drygore mace | Offhand drygore mace (3a) | +| Drygore rapier | Drygore rapier (3a) | +| Offhand drygore rapier | Offhand drygore rapier (3a) | + +## Monkey dye + +| Required item name | Dyed item name | +| ------------------ | ---------------- | +| Dwarven warhammer | Dwarven warnana | +| Twisted bow | Twisted bownana | +| Zaryte bow | Zaryte bownana | +| Hellfire bow | Hellfire bownana | + +## Dungeoneering dye + +
Required item nameDyed item name
Gorajan warrior helmetGorajan warrior helmet (Primal)
Gorajan warrior topGorajan warrior top (Primal)
Gorajan warrior legsGorajan warrior legs (Primal)
Gorajan warrior glovesGorajan warrior gloves (Primal)
Gorajan warrior bootsGorajan warrior boots (Primal)
Gorajan occult helmetGorajan occult helmet (Celestial)
Gorajan occult topGorajan occult top (Celestial)
Gorajan occult legsGorajan occult legs (Celestial)
Gorajan occult glovesGorajan occult gloves (Celestial)
Gorajan occult bootsGorajan occult boots (Celestial)
Gorajan archer helmetGorajan archer helmet (Sagittarian)
Gorajan archer topGorajan archer top (Sagittarian)
Gorajan archer legsGorajan archer legs (Sagittarian)
Gorajan archer glovesGorajan archer gloves (Sagittarian)
Gorajan archer bootsGorajan archer boots (Sagittarian)
+ +## Squid dye + +| | | | +| ------------------ | -------------- | --- | +| Required item name | Dyed item name | | +| Seer | Black swan | | + +## Volcanic Dye + +| Required item name | Dyed item name | +| ------------------ | ---------------------------- | +| Dwarven warhammer | Dwarven warhammer (Volcanic) | +| Dwarven full helm | Dwarven full helm (Volcanic) | +| Dwarven platebody | Dwarven platebody (Volcanic) | +| Dwarven platelegs | Dwarven platelegs (Volcanic) | +| Dwarven gloves | Dwarven gloves (Volcanic) | +| Dwarven boots | Dwarven boots (Volcanic) | + +## Oceanic Dye + +
Required item nameDyed item name
Gorajan warrior helmetGorajan warrior helmet (Oceanic)
Gorajan warrior topGorajan warrior top (Oceanic)
Gorajan warrior legsGorajan warrior legs (Oceanic)
Gorajan warrior glovesGorajan warrior gloves (Oceanic)
Gorajan warrior bootsGorajan warrior boots (Oceanic)
Gorajan occult helmetGorajan occult helmet (Oceanic)
Gorajan occult topGorajan occult top (Oceanic)
Gorajan occult legsGorajan occult legs (Oceanic)
Gorajan occult glovesGorajan occult gloves (Oceanic)
Gorajan occult bootsGorajan occult boots (Oceanic)
Gorajan archer helmetGorajan archer helmet (Oceanic)
Gorajan archer topGorajan archer top (Oceanic)
Gorajan archer legsGorajan archer legs (Oceanic)
Gorajan archer glovesGorajan archer gloves (Oceanic)
Gorajan archer bootsGorajan archer boots (Oceanic)
diff --git a/docs/src/content/docs/bso/Custom Items/implings.md b/docs/src/content/docs/bso/Custom Items/implings.md new file mode 100644 index 00000000000..6ccbaebe7a7 --- /dev/null +++ b/docs/src/content/docs/bso/Custom Items/implings.md @@ -0,0 +1,25 @@ +--- +title: "Implings" +--- + +# Implings + +On top of the regular implings you can get, there are 4 more you can get in BSO: + +**Infernal impling:** (requires 94 hunter) Drops TzHaar-related items, 1 in 1 million chance of Uncut onyx + +**Chimpling:** (requires 95 hunter and a magic banana) It can drop seeds, TMB's, GMC's, and the very rare monkey egg.\ +A single magic banana is consumed per catch and can be obtained by casting the `/activities enchant name:Banana spell`. This requires a regular banana (which can be farmed or created by casting bones to bananas) and a special enchant banana spell scroll which can be obtained from the [Monkey Rumble minigame](https://bso-wiki.oldschool.gg/minigames/mad-marimbos-monkey-rumble). + +| Item | Rate | +| ------------------------- | ------ | +| Gorilla Rumble greegree | 1/300 | +| Monkey egg | 1/7000 | +| Monkey Dye | 1/3000 | +| Banana Enchantment Scroll | 1/100 | + +**Eternal impling:** (requires 99 hunter) Drops magic-related items (staves, runes, orbs) and grandmaster clues. 1 in 1 million chance of Eternal crystal. Eternal implings use magic to make themselves invisible to hide, thus you can only catch them if you have a Vasa cloak in your bank or equipped. + +**Mystery impling:** (requires 105 hunter) Drops a tradeable/untradeable/pet/equippable mystery box, can drop a grandmaster clue and has a 1 in 1 million chance of dropping another mystery impling jar. + +You can view the collection log for implings with `/cl name:Implings`. diff --git a/docs/src/content/docs/bso/Custom Items/index.md b/docs/src/content/docs/bso/Custom Items/index.md new file mode 100644 index 00000000000..a85c382834b --- /dev/null +++ b/docs/src/content/docs/bso/Custom Items/index.md @@ -0,0 +1,106 @@ +--- +title: "Custom Items" +--- + +### First Age + +First Age equipment is obtained at a very rare rate from [Grandmaster Caskets](https://bso-wiki.oldschool.gg/custom-items/grandmaster-clues) + +| | | +| ------------------ | ------------------- | +| First Age Bracelet | 1% Overall XP Boost | +| First Age Ring | 1% Overall XP Boost | +| First Age Amulet | 1% Overall XP Boost | +| First Age Tiara | 1% Overall XP Boost | +| First Age Cape | 1% Overall XP Boost | + +Having the entire First Age set equipped gives the player an extra 1% boost, for a total of 6%. + +### Dwarven Equipment + +#### Dwarven Tools + +The dwarven tools are smithed from Dwarven Bars + +| Tool | Boost | Bars | +| ------------------- | --------------------------------------- | ---- | +| Dwarven Greataxe | 2x Woodcutting speed2x Wintertodt speed | 3 | +| Dwarven Pickaxe | 2x Mining speed | 3 | +| Dwarven Gauntlets | 2x Smelting speed3x Cooking speed | 3 | +| Dwarven Greathammer | 2x Smithing speed2x Crafting speed | 4 | +| Dwarven Knife | 2x Fletching speed | 2 | + +_Note: To smith tools, you need 99 Smithing and Blacksmith Equipment_ + +#### Dwarven Armour + +| Armour Piece | Bars Needed | +| ----------------- | ----------- | +| Dwarven Full Helm | 2 | +| Dwarven Platebody | 5 | +| Dwarven Platelegs | 4 | +| Dwarven Boots | 2 | +| Dwarven Gloves | 2 | + +_Note_: _To smith equipment, you need 120 Smithing and Blacksmith Equipment_ + +Currently only used at [Ignecarus](../../bso-custom-killables/bosses/ignecarus.md) and [Moktang](../../bso-custom-killables/bosses/moktang.md). + +#### Other Dwarven Gear + +These dwarven gear are unlike the previous in that they are not smithable from Dwarven bars and instead are rare drops. + +**Dwarven Warhammer**: Rare drop from [King Goldemar](../../bso-custom-killables/bosses/king-goldemar.md) and provides a 40% PvM boost. Drops as a **Broken Dwarven Warhammer** and must be fixed, requiring 120 Smithing, Blacksmith's Outfit, and 3 Dwarven Bars. + +**Dwarven Blessing**: Rare drop from [Grandmaster Caskets](../grandmaster-clues.md) and provides a 20% boost to PvM (25% with Amulet of Zealots). Consumes 1 Prayer Potion per 5 minutes of PvM (reduced by 40% with Prayer Master Cape). + +### Abyssal Equipment + +Abyssal Cape - Provides an aura which reduces food consumption by 50%. Obtained from [Malygos](../../bso-custom-killables/demi-bosses/malygos.md) + +### Nex Equipment + +The following items are obtained from [Nex](../../bso-custom-killables/bosses/nex.md). These items all have very high bonuses in their respective style, Pernix - range, Torva - melee, and Virtus - magic. + +- **Pernix**: Cowl, Body, Chaps, Gloves, Boots, Zaryte Bow +- **Torva**: Full Helm, Platebody, Platelegs, Gloves, Boots +- **Virtus**: Hood, Rob Top, Robe Legs, Gloves, Boots, Wand Book + +These items can also be upgraded (except for Virtus Wand and Book) using Gorajan Shards to make Gorajan Armour. + +Additionally, the **Zaryte** **Bow** is also obtainable as a drop. It gives a 20% boost to Nex and is used in creating the Hellfire Bow. + +### Drygore Weapons + +Drygore weapons are a drop from the [Kalphite King](../../bso-custom-killables/bosses/kalphite-king.md). Each type of weapon has a main hand and offhand pair which are the best-in-slot weapons for each respective melee style. + +### Dungeoneering Gear + +There is various gear that can be obtained from [Dungeoneering](../../skills/dungeoneering-training/dg-rewards.md). + +### Clue Hunter Outfit + +The Clue Hunter outfit can be obtained as a rare drop from Grandmaster Caskets (see [Misc](../misc.md)). It is also obtainable from the [Crack the Clue](https://wiki.oldschool.gg/miscellaneous/crack-the-clue) event. It gives a 2x speed boost to completing clues and increases Grandmaster Clue drop rate from Master caskets. + +- Helm of Raedwald +- Clue Hunter Cloak +- Clue Hunter Garb +- Clue Hunter Trousers +- Clue Hunter Boots +- Clue Hunter Gloves + +### Dragonbone Equipment + +Dragonbone Equipment is an ornamental version of normal Dragon and Infinity equipment, and is created with Dragonbone Ornament Kits, which are an uncommon drop Queen Black Dragon. + +**Deathtouched Dart** + +Deathtouched Darts can be obtained from [Grandmaster Caskets](https://bso-wiki.oldschool.gg/custom-items/grandmaster-clues), and are used to cause any one `/k` trip to return instantly. + +**Lamps** + +Tiny - 20k xp, Small - 50k xp, Average - 100k xp, Large - 1m xp, Huge - 5m xp + +#### Divine Water + +Created with 888 bones and 1 vial of water diff --git a/docs/src/content/docs/bso/Custom Items/pets.md b/docs/src/content/docs/bso/Custom Items/pets.md new file mode 100644 index 00000000000..711475982b0 --- /dev/null +++ b/docs/src/content/docs/bso/Custom Items/pets.md @@ -0,0 +1,161 @@ +--- +title: "Pets" +--- + +# Pets + +There are pets exclusive to BSO that provide unique and powerful perks and are rare drops from certain activities. These custom pets must equipped using `/gear pet equip:`**`name`**\` and in most cases, only one pet's effect can be active at once. All pets with a per minute drop rate can only be obtained on trips that are at least 20 minute long. + +## Trip boosting Pets + +| **Pet** | **Perk** | **Source** | +| ---------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | +| Shelldon | 2x fishing speed | 1/8,000 minutes of Fishing | +| Remy | 2x cooking speed (Does not stack with [Dwarven gauntlets](equippables/#dwarven-tools)) | 1/5,000† minutes of Cooking | +| Lil Lamb | Boosts XP from offering bones by 1x-3x | 1/8,000 minutes of Alching (approx. 320k alchs) | +| Klik | Automatically smelts ore from mining and cooks fish from fishing (no xp given)3x tanning boost (Does not stack with Dwarven greathammer)
Required for smelting dwarven bars | 1/8,500† minutes of Killing Dragons | +| Wintertoad | Halves Fight Caves time | 1/3000† minutes of Wintertodt | +| Scruffy | 2x fletching speed (stacks with [Dwarven knife](equippables/#dwarven-tools)) | 1/4,000 minutes of Varrock Agility Course | +| Zak | Increases maximum trip length by 40% | 1/6,500 minutes of Smelting(not obtainable from blast furnace, requires 10 QP) | +| Takon | 4x Smithing boost (not smelting, does not stack with Dwarven greathammer)
15% speed boost at Giants Foundry | 1/600† from CoX | +| Obis | 2x Zalcano Boost2x Runecraft boost (uses 3x essence)Brings back random runes (non-PvM trips only) | 1/5,000 minutes of Runecrafting | +| Wilvus | Brings back pickpocket loot, including Thieves' Armband2x thieving boost | 1/2,000 minutes of Thieving | + +†These pets increase in rarity based on how many you have. For every pet you have in your cl the pet gets rarer + +## Gathering pets + +| **Pet** | **Perk** | **Source** | +| ------- | ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------ | +| Doug | Brings back random ores | 1/12,000 minutes of Mining | +| Harry | Brings back bananasIncreases mark of grace rateEliminates level-scaling for marks of grace | 1/1,600 minutes of Ardougne Agility Course | +| Peky | Brings back random seeds (non-PvM trips only)
1/5000 minutes chance to bring back a Baby raven | 1/4,000 minutes of Woodcutting | +| Brock | Brings back random logs (non-PvM trips only)
2x speed at Gauntlet
Bypass 50 Gauntlet KC requirement for Corrupted Gauntlet | 1/5,500 minutes of Zulrah | + +## Miscellaneous effects + +| **Pet** | **Perk** | **Source** | +| -------- | -------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | +| Zippy | | | +| Skipper | Removes 15% tax from selling itemsAdds 30% to sacrifice valueGives 50% more GP on dailies | 1/1,600† minutes of Penguin Agility Course | +| Ori | Boosts loot from PvM trips by 25% (rounds up) | 1/3,000 from Malygos | +| Plopper | Crops never die+100% farming yield | 5x more common than Tangleroot while Farming | +| Sandy | Triples hunter loot (doubles sand gecko loot if Hunter Master Cape is equipped). Does not work on Eastern ferrets. | 1/26,000 from Sand Geckos | +| Voidling | Can alch your items while doing any activity | 1/500 from [Vasa Magus](../bso-custom-killables/bosses/vasa-magus.md#loot) | +| Mr. E | Increases chance of a Double Loot trip from 1/15 to 1/12, as well as eliminating the 3 worst implings from a trip. | 1/5000† from a TMB or UMB, 1/200† from a PMB, and 1/500† from an EMB. | + +Note: Voidling alchs at different speeds depending on conditions: + +Equipped Voidling & equipped magic master cape: 3x regular speed.\ +Equipped Voidling or equipped magic master cape: 1x regular speed.\ +No Voidling equip and no magic master cape equipped: 1/6 - 1/7 regular speed. + +## Discontinued pets + +> These pets are discontinued and were rewards from certain events. You can now only obtain them by buying them from other players. Ironmen can get some of these from Pet Mystery Boxes. + +{% tabs %} +{% tab title="Perks" %} +| Name | Perk | Source | +| -------- | -------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | +| Smokey | 10% chance of an extra roll when opening boxes\*1/450 minutes chance of bringing back a box | 2020 Christmas Event | +| Flappy± | Doubles minigame loot [(see below)](pets.md#flappy-roboflappy-perks) | 2021 Birthday Event | +| Cob | 2x Sepulchre speed2x Nightmare speed | 2020 Halloween Event | +| Gregoyle | 20% boost to gargoyles and Grotesque Guardians | [2021 Halloween Event](../events/halloween-2021.md) | +| Kuro | 5% boost to Gnome Restaurant and Ourania delivery service | 2022 Halloween Event | +{% endtab %} + +{% tab title="No perks" %} +| Name | Source | +| ----------------- | ---------------------------------------------------------------- | +| Hoppy | 2021 Easter Event | +| Craig | 2021 April Fools Event | +| Corgi | Royal Mystery Box Birthday Pack | +| Snappy the Turtle | Beach Mystery Box | +| Mini Pumpkinhead | [2021 Halloween Event](../events/halloween-2021.md#pumpkinhead) | +| Seer | [2021 Christmas Event](../events/christmas-2021.md#unique-items) | +| Leia | 2022 Easter Event | +| Buzz | 2022 BSO Birthday Event | +| Frosty | 2022 Christmas Event | +| Eggy | 2023 Easter event | +| Buggy | 2023 Birthday event | +| Casper | 2023 Halloween event | +| Mini Mortimer | 2023 Halloween event | +| Rudolph | 2023 Christmas event | +{% endtab %} +{% endtabs %} + +Notes:\ +\*Smokey does not have to be equipped for this perk.\ +±Invention provides this perk in the form of [RoboFlappy](../skills/invention/#inventions). + +
+ +Flappy/RoboFlappy perks + +- Kourend Favour +- Volcanic Mine +- Fist of Guthix +- Ourania Delivery Service +- Stealing Creation +- Brimhaven Agility Arena +- Barbarian Assault +- Castle Wars +- Fight Caves +- Gnome Restaurant +- Guardians of the Rift +- Mahogany Homes +- Pest Control +- Pyramid Plunder +- Hallowed Sepulchre +- Soul Wars +- Temple Trekking +- Tithe Farm +- Trouble Brewing +- Wintertodt +- CoX + +
+ +## Growable pets + +Growable pets are pets which have a chance to grow as you do trips with them equipped. + +| Name | Source | +| ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Raven | Getting a baby raven from [Peky's](pets.md#resource-gathering-and-loot-effecting-pets) passive ability, then takes 8 hours **on average** to grow. | +| Magic cat | Buying any normal kitten with `/buy kitten`, doing [Vasa](../bso-custom-killables/bosses/vasa-magus.md) has a 100% chance to turn it into a magic kitten, then takes 5 hours **on average** to grow. | +| Shiny cat | Buying any normal kitten with `/buy kitten`, then has a 1/500 chance to turn shiny when growing up. | +| Saradomin Owl | Saradomin Egg | +| Guthix Raptor | Guthix Egg | +| Zamorak Hawk | Zamorak Egg | +| | Penguin Egg | + +## Meme pets & No Perk pets + +> These pets are a meta-joke, or a meme pet, that serve no real use apart from being a joke, or otherwise have no perk. + +| **Name** | **Perk** | **Source** | +| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------- | +| Hammy | Can interrupt commandsCan /minion feed_hammy a random item to Hammy with a 1/10 chance to spare, 1/100 chance to double | 1/140 for every
51.53m sacrificed. You can get multiple rolls for each multiple of 51.53m
(In 1 command) | +| Ishi | Chance to interrupt commands and change any PvM trip to `/k name:Ogress Warrior` | 1/6,500 from Ogress Warriors | +| Baby kalphite king | No perk | 1/6,000 from [Kalphite King](../bso-custom-killables/bosses/kalphite-king.md#loot) | +| Steve | No perk | 1/300† from [CoX](../bso-custom-killables/raids/chambers-of-xeric.md) | +| Frostbite | No perk | 2M [Dungeoneering](../skills/dungeoneering-training/dg-rewards.md#miscellaneous-buyables) Tokens | +| Baby duckling | No perk | Participate in the Megaduck community event. | +| Jal-MejJak | No perk | 1/100 (1/75 on task) from [Emerged Zuk Inferno](../minigames/emerged-zuk-inferno.md#rewards-all-are-untradeable) | +| Blabberbeak | No perk | 1/20,000 rolls from [Grandmaster Caskets](grandmaster-clues.md#unique-loot-table) | +| Queen black dragonling | No perk | 1/2,500 from [QBD](../bso-custom-killables/demi-bosses/queen-black-dragon.md#rewards) | +| Nexterminator | No perk | Made with Bloodsoaked Feather from [Nex](../bso-custom-killables/bosses/nex.md#loot) using /`create item:Nexterminator` | +| Phoenix eggling | No perk | Warm: 1/2500
Hot: 1/1750
Fiery: 1/1000 | +| Cogsworth | No perk | 1/6,000 minutes from disassembling | +| Mini moktang | No perk | 1/1,536 from [Moktang](../bso-custom-killables/bosses/moktang.md#rewards) | +| Brain lee | No perk | Achieve 40k+ [League Points](https://github.com/oldschoolgg/bsodocs/blob/master/leagues/README.md) | +| Balloon cat | No Perk | 1/150 from random event | +| Baby yaga house | No Perk | Based on XP.1/32467 Elder tables 1/59523 Mahogany tables
See /droprate thing: Baby yaga house pet | +| Gary | No Perk | 1/1200 for Urium, increasing by 1200 for each tier lower. | +| Crush | No Perk | depths of atlantis | +| Herbi | No Perk | herblore | +| Echo | No Perk | vladimir drakan | +| Noom | No Perk | 1/300 celestara | +| Fungo | No perk | 1/50 per harvest | diff --git a/docs/src/content/docs/bso/Custom Items/skilling-outfits.md b/docs/src/content/docs/bso/Custom Items/skilling-outfits.md new file mode 100644 index 00000000000..0d416f38c1b --- /dev/null +++ b/docs/src/content/docs/bso/Custom Items/skilling-outfits.md @@ -0,0 +1,39 @@ +--- +title: "Skilling outfits" +--- + +### Blacksmith Equipment + +The Blacksmith set is obtainable from Blacksmith Crates, which drop at a rate of 1/60 from [King Goldemar](../../bso-custom-killables/bosses/king-goldemar.md), or from mystery boxes. You can receive duplicates before finishing the set. The full set is required to smith dwarven equipment and tools. When the full set is equipped, a 10% xp boost is given when smithing and when smelting bars at the blast furnace. + +### Master Runecraft + +Obtained from the ourania Delivery Service minigame. + +### Master Farmer Outfit + +The Master Farmer outfit is craftable with 110 Crafting using Ent hides dropped from [Treebeard](../../bso-custom-killables/demi-bosses/treebeard.md). The outfit gives +3 extra maximum patches, for every type of patch. This stacks with the +2 patches from the Scroll of farming. It does not have to be equipped. + +| Piece | Ent Hide Needed | +| -------------------- | --------------- | +| Master Farmer Hat | 1 | +| Master Farmer Jacket | 3 | +| Master Farmer Pants | 2 | +| Master Farmer Boots | 1 | +| Master Farmer Gloves | 1 | + +### Fishing + +Obtained from the Fishing Contest minigame. Functionally the same as angler and spirit angler outfits. + +### Fletcher's + +Obtained from the Stealing Creation minigame. + +### Inventor's + +Obtained from the Tinkering Workshop minigame. + +### Diviner's + +Obtained from the Guthixian Cache minigame. diff --git a/docs/src/content/docs/bso/Minigames/balthazars-big-bonanza.md b/docs/src/content/docs/bso/Minigames/balthazars-big-bonanza.md new file mode 100644 index 00000000000..0ad99b99d1b --- /dev/null +++ b/docs/src/content/docs/bso/Minigames/balthazars-big-bonanza.md @@ -0,0 +1,13 @@ +--- +title: "Balthazar's Big Bonanza" +--- + +# Balthazar's Big Bonanza + +You can start this minigame with the command `/bsominigames balthazars_big_bonanza start` + +This minigame can be done once a week. A trip takes around 15 minutes. + +### Rewards + +
RewardSource
Spectator Clothes3 unowned items per trip to Balthazar's Big Bonanza only if you have a Igne tame free. If you have multiple Igne tames then you always have a free tame. There are 22 unique items in total.
Giant's hand1/5 chance to receive from a trip.
Ringmaster set500 Circus tickets
Clown set200 Circus tickets
Acrobat set50 Circus tickets
Circus TicketsYou will receive a random amount of tickets based on your Agility, Ranged and Thieving levels. This is calculated as:
Max tickets = Agility level + Ranged level + (Thieving level / 3). (280 max)
Min tickets = (Max tickets/2). Can't be more than 120.
i.e. A random amount between 120-280 at 120 all, 113-231 at 99 all, and 2-3 for level 1 all.
XPAgility, Range and Thieving xp scaled based on your level
diff --git a/docs/src/content/docs/bso/Minigames/baxtorian-bathhouses.md b/docs/src/content/docs/bso/Minigames/baxtorian-bathhouses.md new file mode 100644 index 00000000000..1e008d21986 --- /dev/null +++ b/docs/src/content/docs/bso/Minigames/baxtorian-bathhouses.md @@ -0,0 +1,40 @@ +--- +title: "Baxtorian Bathhouses" +--- + +# Baxtorian Bathhouses + +### Overview + +You can start this minigame through `/bsominigames baxtorian_bathhouses start` + +In this minigame, you play the role of a Boiler and Herbalist. Your job is to heat the water, and infuse it with herbs to give the water special properties. + +- You heat the water using ore, logs and coal. You need better ore/logs for higher tiers (e.g. Runite ore for Fiery temperature) +- Herbs are used to make a water mixture (e.g. Vitalizing), you can use whichever you want. Using one that the species' prefers will earn you extra tips. +- You infuse the water with mixtures of herb pairs (e.g. Ranarr and Tarromin), your choice of which to use. +- There are 3 tiers (Warm, Hot, and Fiery), they in increase in difficulty and requirements, but higher tiers give better xp, higher unique chances, and tips. +- You get Herblore and Firemaking experience for your work, as well as occasional tips from the customers. + +There are multiple species that are served in this minigame, each with their own preferences. + +
SpeciesPreference
FairyMagical
MonkeyVitalizing
GoblinCaustic
ImpUnholy
GiantInvigorating
FiendSoothing
TrollSoothing
OgreHealing
GargoyleCaustic
TzHaarHealing
WyvernVitalizing
Abyssal CreaturesMagical
DragonsInvigorating
DemonsUnholy
+ +### Requirements + +You will need 50 Herblore and 50 Firemaking for this minigame. As stated above, the type of ores and logs that you use are dependent on the selected tier. You will also use herbs of any kind, which you may select. + +### Boosts + +You will receive a 20% reduction in used logs and ores if you have an idle Ignecarus Tame. You will also receive a 5% boost for having a Firemaking master cape. + +### Rewards + +From the minigame, outside of unique items, you will receive varying amounts of Firemaking xp, Herblore xp, and random rewards (tips). + +The unique rewards are as follows: + +- Inferno Adze - Allows you to Firemake and Woodcut simultaneously. +- Flame Gloves - 2.5% Bonus Firemaking xp +- Ring of Fire - 2.5% Bonus Firemaking xp +- Phoenix Eggling Pet - Perkless pet diff --git a/docs/src/content/docs/bso/Minigames/divine-dominion.md b/docs/src/content/docs/bso/Minigames/divine-dominion.md new file mode 100644 index 00000000000..81ced015414 --- /dev/null +++ b/docs/src/content/docs/bso/Minigames/divine-dominion.md @@ -0,0 +1,5 @@ +--- +title: "Divine Dominion" +--- + +# Divine Dominion diff --git a/docs/src/content/docs/bso/Minigames/emerged-zuk-inferno.md b/docs/src/content/docs/bso/Minigames/emerged-zuk-inferno.md new file mode 100644 index 00000000000..3b24bb89fc6 --- /dev/null +++ b/docs/src/content/docs/bso/Minigames/emerged-zuk-inferno.md @@ -0,0 +1,57 @@ +--- +title: "Emerged Zuk Inferno" +--- + +# Emerged Zuk Inferno + +The **Emerged Zuk Inferno** is a new, harder version of the Inferno, where Zuk emerges from the lava, and engages you in a melee fight, and you have to truly kill him in his final form, to win. This is endgame, high-level, costly content, which has heavy requirements, but some very exclusive rewards, which are untradeable. + +You can do it using: `/activities inferno action:Start Inferno Trip emerged:True` + +## Requirements + +- All the normal inferno requirements. +- 102 Defence, 102 Magic, 100 Hitpoints, 107 Ranged, and 105 Prayer. +- 20 Normal Inferno KC +- Elder Barrage runes (Elder runes, Blood runes, Death runes) +- Heat res. brews and Heat res. restores; _When Zuk emerges from the lava, lava is splashed and thrown everywhere, which would melt any glass potions, you still need normal brews/restores for before this point though, the heat res is only for the final fight_ +- Hellfire bow, Dragon arrows and Hellfire arrows; _You need Dragon arrows for the pre-emerged stage, and Hellfire arrows for the final emerged fight. You equip the Dragon arrows, and keep the Hellfire arrows banked._ +- Full Pernix (or full gorajan archer), and a farsight snapshot necklace, in your range outfit +- Full Virtus (or full gorajan occult), and a arcane blast necklace, and a virtus wand, in your mage outfit. +- Full Torva (or full gorajan warrior), minus the helm, and a drygore mainhand + offhand (of any kind), equipped in your melee outfit. +- A blowpipe, loaded with dragon/rune/amethyst darts and scales. + +## Boosts + +Boosts listed here are specifically for Emerged Zuk attempts. Refer to the [Inferno ](inferno.md#bso-specific-boosts)guide or the [OSB Wiki](https://wiki.oldschool.gg/bosses/inferno) for other boosts you think you may be missing. The boosts that apply there will also apply to emerged runs since you have to complete the regular inferno prior to challenging the emerged version of Zuk in each run. + +The number of times you have completed the Inferno and the Emerged Inferno will also contribute to the boosts you receive greatly. Due to the math surrounding how these boosts are calculated, they are left out of this page. + +It is currently impossible to complete the Emerged Inferno in under 4 attempts. Until you exceed that, speed is encouraged. + +**Death chance reductions** + +- TzKal cape (Pre-Zuk: -5%, Zuk: -5%, Emerged Zuk: -10%) +- 120 Defence (Emerged Zuk: -10%) +- Divine spirit shield (Pre-Zuk: -12%, Emerged Zuk: -9%) +- Gorajan outfits\* (Pre-Zuk: -3.5%, Zuk: -3.5%, Emerged Zuk: -8% ) + +**Speed Boosts** + +- TzKal cape (-5%) +- Ignis ring(i) (-5%) +- Dwarven warhammer (-7%) (Does not have to be equipped) +- Gorajan outfits\* (-5%) + +_\*Boosts stack per outfit_ + +## **Rewards (All Are Untradeable)** + +- **TzKal-Zuk's skin:** Used to create the TzKal cape +- **TzKal cape:** The new BiS melee cape, created with 1 TzKal-zuks skin, 20 onyx, 1 infernal cape, 1 abyssal cape. Gives boosts to various bosses/places. +- **Head of TzKal-Zuk:** Used to craft the Infernal slayer helmet. (1/15) +- **Infernal slayer helmet:** A new slayer helmet, with a +3% higher on-task boost. Created with 1 head of tzkal-zuk, 30 onyx, 1 black mask. +- **Infernal slayer helmet(i):** The best slayer helmet, a imbued version of the regular infernal slayer helmet. Upgrades to a +7% higher on-task boost and counts as any single gorajan helmet. Created with Infernal slayer helmet, 10 onyx, 3 gorajan shards, torva full helm, virtus helmet, pernix helmet, magus scroll. _You use the Magus scroll to imbue the power of the pernix/virtus/torva helms and the gorajan shards into the slayer helm_ +- **Infernal core:** Used to create the Infernal Bulwark, and more things planned. (1/10) +- **Infernal Bulwark:** An upgraded and stronger version of the Dinhs Bulwark, the new BiS defensive weapon. Created using an infernal core, 5 onyx and a dinhs bulwark. +- **Jal-MejJak:** The new pet! No use/perks (1/75 on task, 1/100) diff --git a/docs/src/content/docs/bso/Minigames/fishing-contest.md b/docs/src/content/docs/bso/Minigames/fishing-contest.md new file mode 100644 index 00000000000..8bf35a6b0e6 --- /dev/null +++ b/docs/src/content/docs/bso/Minigames/fishing-contest.md @@ -0,0 +1,34 @@ +--- +title: "Fishing Contest" +--- + +# Fishing Contest + +Daily fishing trip that always takes 1 minute and 41 seconds and resets at 00:00 UTC. Each day the available locations change, along with the respective bait and fish length boosts. Roughly 200k Fishing xp is gained per trip, with longer fish giving more experience. + +#### Starting Out + +- A tackle box and contest rod are required to participate in the Fishing Contest. + - `/buy name: beginner's tackle box` + - `/buy contest rod` +- Fishing Contest stats and current locations can be seen with `/bsominigames fishing_contest stats_info` +- Fishing Contest trips are sent with `/bsominigames fishing_contest fish location:[Location]`. One piece of bait is used per fish caught. Type of bait used is based on the location. + +#### Upgrades + +- **Crystal fishing rod:** Catches 1 extra fish per Fishing Contest trip. It is made with a contest rod and a crystal tool seed. + - `/create`**`item:`**`crystal fishing rod` +- **Tackle boxes:** Dropped from Fishing Contest trips when the Fishing level requirement is met. Tackle boxes increase the amount of fish caught per Fishing Contest trip by 1 per tier. They also increase the trip length of all other fishing trips by 1 minute per tier. + - _Beginner's tackle box:_ Tier 0, no level requirement. + - _Basic tackle box:_ Tier 1, Level 75 required. + - _Standard tackle box:_ Tier 2, Level 85 required. + - _Professional tackle box:_ Tier 3, Level 90 required. + - _Champion's tackle box:_ Tier 4, Level 110 required. +- **Ring of luck:** Increases max fish length by 1 cm. +- **Location dependent boosts:** Each Fishing Contest location has its own boost to the min fish length. + +#### Rewards + +- **Fishing outfit:** Four pieces of fishing gear obtained randomly. Only one of each piece can be obtained. No use. +- **Golden fishing trophy:** Obtained randomly on particularly good Fishing Contest trips. Only one can be obtained. No use. +- **Tackle boxes:** Increase fish caught in Fishing Contest and extend fishing trips, see above. diff --git a/docs/src/content/docs/bso/Minigames/fist-of-guthix.md b/docs/src/content/docs/bso/Minigames/fist-of-guthix.md new file mode 100644 index 00000000000..cd9ec1e6128 --- /dev/null +++ b/docs/src/content/docs/bso/Minigames/fist-of-guthix.md @@ -0,0 +1,16 @@ +--- +title: "Fist of Guthix" +--- + +# Fist of Guthix + +You can start this miningame with the command `/bsominigames fist_of_guthix start.`\ +Each game awards 15 fist of guthix tokens. (30 with flappy) + +### `Rewards` + +- `Adamant Spikeshield - 100 fist of guthix tokens` +- `Rune Spikeshield - 100 fist of guthix tokens` +- `Adamant Berserker Shield - 150 fist of guthix tokens` +- `Rune Berserker Shield - 150 fist of guthix tokens` +- `Guthix Engram - 500 fist of guthix tokens` diff --git a/docs/src/content/docs/bso/Minigames/guthixian-cache.md b/docs/src/content/docs/bso/Minigames/guthixian-cache.md new file mode 100644 index 00000000000..d76835e3799 --- /dev/null +++ b/docs/src/content/docs/bso/Minigames/guthixian-cache.md @@ -0,0 +1,13 @@ +--- +title: "Guthixian Cache" +--- + +# Guthixian Cache + +A daily divination minigame with the following features: + +- **Frequency:** Once per UTC day. +- **Rewards:** + - Diviners outfit pieces (40% chance of receiving an unowned piece). + - Each completion will give you a Guthixian cache boost that buffs your next. However, if you have `Cache portent` charges, your boost will instead be converted into an item that can be traded/used. + - The [Divination master cape](../custom-items/equippables/#master-capes) has a 25% chance to award a second cache boost upon completion. diff --git a/docs/src/content/docs/bso/Minigames/inferno.md b/docs/src/content/docs/bso/Minigames/inferno.md new file mode 100644 index 00000000000..0a8d03b1e4a --- /dev/null +++ b/docs/src/content/docs/bso/Minigames/inferno.md @@ -0,0 +1,49 @@ +--- +title: "Inferno" +--- + +# Inferno + +See [OSB Wiki](https://wiki.oldschool.gg/bosses/inferno) for general information. + +### BSO Specific Boosts + +Boosts for the Inferno are split into two categories: speed and death chance. Speed boosts decrease the time required to complete the Inferno, and death chance boosts decrease your odds of dying before or during the Zuk fight. + +Required items and boost items must be **equipped** in the relevant setups. + +Boosts that are listed as negative are **good**. The - means they are either reducing the time required or your death chance. Positive numbers do the opposite, increasing your time or increasing your death chance. + +Death chance is calculated twice since you are able to die before reaching Zuk and during the Zuk fight. Hence Pre-Zuk death chance and Zuk death chance. + +#### Speed + +Equipping a Hellfire Bow in range (-7.5%) (Same as Twisted Bow)\ +Equipping a Virtus Book in mage (-7%)\ +Equipping the Gorajan Archer Outfit (-5%)\*\ +Equipping the Gorajan Occult Outfit (-5%)\*\ +Equipping an Ancestral/Virtus Robe Top and Ancestral Robe Bottom/Virtus Legs (-4%)\ +Equipping an Armadyl Chestplate/Pernix Body and Armadyl Chainskirt/Pernix Chaps (-3%) + +_\*Having the Gorajan outfit also gives you the corresponding Nex gear boost. Effectively Gorajan Occult is -9% and Gorajan Archer is -8%_ + +_Note: Do not mix and match Armadyl with Pernix or Ancestral with Virtus gear. You must have the corresponding top and bottom in order to recieve the boost._ + +#### Death + +Equipping a Divine Spirit Shield in range or mage (Pre-Zuk Death Chance -12%)\ +Equipping an Elysian Spirit Shield in range or mage (Pre-Zuk Death Chance -5%)\ +Equipping the Gorajan Archer Outfit (Pre-Zuk Death Chance -3.5%; Zuk Death Chance -3.5%)\ +Equipping the Gorajan Occult Outfit (Pre-Zuk Death Chance -3.5%; Zuk Death Chance -3.5%) + +_Note: You can have only one spirit shield on in either mage or range, equipping different spirit shields in both setups will not give you both boosts._ + +### Sample Gear Setups + +The setups listed below are merely examples. You should choose your gear depending on your goal and progress in the inferno. Also refer to the OSB Wiki guide for boosts that are not unique to BSO. + +_Note: It is impossible to complete the inferno in under 8 attempts. While under this number, you should prioritize speed over survivability._ + +#### Pre-Zuk Survivability + +#### Speed diff --git a/docs/src/content/docs/bso/Minigames/mmmr.md b/docs/src/content/docs/bso/Minigames/mmmr.md new file mode 100644 index 00000000000..99bcf605dad --- /dev/null +++ b/docs/src/content/docs/bso/Minigames/mmmr.md @@ -0,0 +1,92 @@ +--- +title: "Marimbo's Monkey Rumble" +--- + +Monkey Rumble is a minigame where you wear a greegree to turn into a monkey, and then _fight_ other monkeys/gorillas! You will gain Strength, Agility and Defence XP, as well as some unique rewards. + +### Quickstart Guide + +1. ` /buy`` `` `**`name:`**`M'speak amulet` +2. ` /gear equip`` `` `**`gear_setup:`**` Misc`` `` `**`item:`**`M'speak amulet` +3. ` /buy`` `` `**`name:`**`Beginner rumble greegree` +4. ` /gear equip`` `` `**`gear_setup:`**` Misc`` `` `**`item:`**`Beginner rumble greegree` +5. Make sure you have some fruit, for your monkey-form to eat! +6. `/bsominigames monkey_rumble start` + +- You need a m'speak amulet and a rumble greegree (/`buy` them) to compete. You start off with a Beginner rumble greegree, and after doing more games, you unlock higher greegrees. +- Higher greegrees (monkey tiers) increase XP and chances of unique rewards, the XP you get scales off your monkey tier AND your strength level. +- You need food for the fights, but as you're fighting in your monkey form, you can only eat fruits. All of them act as equal amount of healing, except lychee, avocado, and mango give a special speed boost when using them. +- When doing fights, you will fight random monkeys, there are over 20,000+ possible monkeys you can fight. At a rare chance, you'll fight a special monkey. +- Special monkeys have purple names and different appearances, and _they_ are the ones who give you the unique rewards after fighting them. +- You also earn Rumble tokens, the reward currency of this minigame, which you can spend on some rewards, if you have all the rewards, you can spend them on Monkey crates. +- Monkey rumble has a collection log, `/cl name:Mad Marimbo's Monkey Rumble` + +### **Boosts** + +- Strength master cape - 17% speed boost +- Gorilla rumble greegree - 17% speed boost +- Big banana - 12% higher chance of purple monkeys, 25% less food used +- Ring of luck - 4% more likely to fight purple monkeys +- Special Fruit - Lychee 9%, Avocado 6%, Mango 3% speed boost + +## **Special monkey chance: 1/369.6 w/ big banana and ring of luck** + +### **Rewards** + +**Monkey Egg** + +- The Monkey Egg hatches into a monkey tame. See [Monkey Tame](../../custom-items/tames/monkey-tame.md) for more information. +- Dropped by purple monkeys and by chimplings. + +**Big Banana** + +- Reduces food needed in monkey rumbles by 25% and provides a 12% higher chance of purple monkeys. +- Dropped by purple monkeys. + +**Monkey dye** + +- Creates the following dyed items: Dwarven warnana Twisted bownana, Zaryte bownana, Hellfire bownana +- Entirely cosmetic. +- Received from chimplings, special monkeys, and buyable from the shop. +- Items that are dyed, _cannot_ be undyed. + +**Marimbo statue** + +- A statue you can place in your PoH, as a garden decoration. It has a chance of being dropped by purple monkeys after obtaining a tier 5 rumble greegree. +- You can place it in your PoH using /` poh build`` `` `**`name:`**`Marimbo statue` + +**Banana enchantment scroll** + +- Bought from the reward shop or obtained from chimplings. +- Allows you to enchant bananas into magic bananas, cannot cast this spell without it. +- ` /minion use`` `` `**`item:`**`Banana enchantment scroll` +- ` /activities enchant`` `` `**`name:`**`Banana` + +**Chimplings** + +- Requires Magic bananas to catch, when you catch one, they eat the magic banana from your bank. +- Can drop some of the monkey rumble rewards (including the egg) at a very rare rate. +- Also drops seeds, TMB's and grandmaster clue scrolls. + +**Monkey Crate** + +- A crate containing fruit seeds, mystery boxes, lamps, and clue scrolls. +- There's an uncommon chance of getting them during fights, or you can buy them with rumble tokens. + +## Monkey Rumble Store + +Use command `/buy name:[Item name]` to access the Monkey Rumble Store. + +Items to be bought: + +| Item | Token Cost (KC needed) | Description | +| -------------------------------- | ---------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- | +| **Beginner rumble greegree** | 0 | Requires 80 strength to use | +| **Intermediate rumble greegree** | 17 (50 fights) | Requires 90 strength to use | +| **Ninja rumble greegree** | 25 (100 fights) | Requires 100 strength | +| **Expert ninja rumble greegree** | 34 (200 fights) | Requires 110 strength | +| **Elder rumble greegree** | 42 (500 fights) | Requires 120 strength | +| **Gorilla rumble greegree** | 1000 (1000 fights) | Requires 120 strength, provides 17% speed boost to monkey rumble | +| **Banana enchantment scroll** | 200 | Allows you to enchant bananas into magic bananas for chimpling use. (`/minion use item:Banana enchantment scroll`, `/activities enchant name:Banana`) | +| **Monkey dye** | 500 | Used to cosmetically enhance your Zaryte bow, Hellfire bow, Twisted bow or Dwarven warhammer. | +| **Monkey crate** | 35 | Contains fruit seeds, mystery boxes, lamps, clue scrolls, magic bananas. | diff --git a/docs/src/content/docs/bso/Minigames/ourania-delivery-service-ods.md b/docs/src/content/docs/bso/Minigames/ourania-delivery-service-ods.md new file mode 100644 index 00000000000..8b386feeb88 --- /dev/null +++ b/docs/src/content/docs/bso/Minigames/ourania-delivery-service-ods.md @@ -0,0 +1,36 @@ +--- +title: "Ourania Delivery Service (ODS)" +--- + +# Ourania Delivery Service (ODS) + +The ODS is like the Gnome Restaurant, except instead of delivering food, you craft runes and then deliver them to Wizards in need. + +It's a pretty simple activity to do, the only requirement is that you have Pure essence to craft the runes with. + +You can start a trip using `/bsominigames ourania_delivery_service start` + +After finishing deliveries, you'll get Runecraft XP and Ourania tokens. The tokens can be spent on a few rewards. You can buy rewards using tokens with `/bsominigames ourania_delivery_service buy name:[Item name]`. + +Because both Kuro and Flappy provide benefits to Ourania Delivery Service, it is optimal to have a Roboflappy in the bank and equip Kuro to get the benefit of both. + +## ODS Shop + +Through ODS, you get Ourania tokens which scale with your Runecraft level. You can check how many tokens you have with `/bsominigames ourania_delivery_service stats`. + +These are the things you can buy with the tokens: + +| Item | Tokens | +| ------------------------ | ------ | +| Master Runecrafter Hat | 250 | +| Master Runecrafter Robe | 350 | +| Master Runecrafter Skirt | 300 | +| Master Runecrafter Boots | 200 | +| Elder Thread | 500 | +| Elder Talisman | 350 | +| Magic Crate | 115 | + +- **Master runecrafter hat/robe/skirt/boots:** Gives 10% bonus XP when Runecrafting and must be equipped in skilling or misc. +- **Elder thread:** Can be used to upgrade an Abyssal pouch to make it carry significantly more essence, which hugely increases Runecraft XP/hr. Requires 105 RC to use and a spare abyssal pouch for maximum benefit. +- **Elder talisman:** Allows you to be able to runecraft Elder runes, if it's in your bank. Crafting Elder runes is the best Runecraft XP/hr. +- **Magic Crate**: A mystery box that has a chance to win a Huge Lamp or Magus Scroll diff --git a/docs/src/content/docs/bso/Minigames/shades-of-mortton.md b/docs/src/content/docs/bso/Minigames/shades-of-mortton.md new file mode 100644 index 00000000000..8c79aaede53 --- /dev/null +++ b/docs/src/content/docs/bso/Minigames/shades-of-mortton.md @@ -0,0 +1,57 @@ +--- +title: "Shades of Mort'ton" +description: "BSO only content: Necromancer Kit, Shade Skull, Gary" +--- + +# Shades of Mort'ton + +[The OSB Shades of Mort'ton article](https://app.gitbook.com/s/-Mahgm23KyzkWDlt2oqz/minigames/shades-of-mortton) describes the minigame and standard content around it. + +| Item | Source | +| -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | +| Necromancer Kit | 1/375 from any Gold key open | +| Shade Skull | 1/400 from any Gold key open | +| [ ](../custom-items/pets.md#meme-pets-and-no-perk-pets)[Gary](../custom-items/pets.md#meme-pets-and-no-perk-pets) (perkless pet) | 1/1200(multiplied by shade tier) . Urium 1/1200, Fiyr 1/2400, Asyn 1/3600 etc. | + +**Necromancer Kit** - used to `/create item:Necromancer outfit` requiring 50 Fine cloth, 3 Necromancer Kit, 1 Dagon'hai robes set. This cannot be reverted + +**Shade Skull** - Used to create Necromancer's \[x] Staff and Skeletal \[x] Battlestaff. This can be reverted and you will have the skull returned. \[x] is the type of staff. Necromancer's staff require a Mystic \[x] staff, Skeletal battlestaff require a \[x] battlestaff. + +Types of staffs usable: Air, Earth, Fire, Lava, Mud, Steam, Water + +
+ +List to create + revert for fast CL + +``` +/create item:Necromancer's air staff +/create item:Revert Necromancer's air staff +/create item:Necromancer's earth staff +/create item:Revert Necromancer's earth staff +/create item:Necromancer's fire staff +/create item:Revert Necromancer's fire staff +/create item:Necromancer's lava staff +/create item:Revert Necromancer's lava staff +/create item:Necromancer's mud staff +/create item:Revert Necromancer's mud staff +/create item:Necromancer's steam staff +/create item:Revert Necromancer's steam staff +/create item:Necromancer's water staff +/create item:Revert Necromancer's water staff +/create item:Skeletal battlestaff of air +/create item:Revert Skeletal battlestaff of air +/create item:Skeletal battlestaff of earth +/create item:Revert Skeletal battlestaff of earth +/create item:Skeletal battlestaff of fire +/create item:Revert Skeletal battlestaff of fire +/create item:Skeletal battlestaff of water +/create item:Revert Skeletal battlestaff of water +/create item:Skeletal lava battlestaff +/create item:Revert Skeletal lava battlestaff +/create item:Skeletal mud battlestaff +/create item:Revert Skeletal mud battlestaff +/create item:Skeletal steam battlestaff +/create item:Revert Skeletal steam battlestaff +``` + +
diff --git a/docs/src/content/docs/bso/Minigames/stealing-creation.md b/docs/src/content/docs/bso/Minigames/stealing-creation.md new file mode 100644 index 00000000000..5fede8ef53f --- /dev/null +++ b/docs/src/content/docs/bso/Minigames/stealing-creation.md @@ -0,0 +1,12 @@ +--- +title: "Stealing Creation" +--- + +# Stealing Creation + +You can start this miningame with the command `/bsominigames stealing_creation start.`\ +Each game awards 5 stealing creation tokens (10 with [Flappy](../custom-items/pets.md#perks)). + +### Rewards + +[Fletcher's skilling outfit](../skills/fletching.md#optimal-gear-setup) - 160 stealing creation tokens diff --git a/docs/src/content/docs/bso/Minigames/tinkering-workshop.md b/docs/src/content/docs/bso/Minigames/tinkering-workshop.md new file mode 100644 index 00000000000..f1b102bf866 --- /dev/null +++ b/docs/src/content/docs/bso/Minigames/tinkering-workshop.md @@ -0,0 +1,23 @@ +--- +title: "Tinkering Workshop" +--- + +# Tinkering Workshop + +You can start this miningame with the command `/bsominigames tinkering_workshop start`. + +Tinkering Workshop is an invention minigame, where you can tinker with materials. You get XP and the invention skilling outfit and materials bag. + +The full outfit gives 4% bonus invention XP. + +All materials have the same reward drop rate, however the Junk material will halve the XP you receive. All other materials provide the same amount of XP. + +### Rewards + +- Inventors' helmet +- Inventors' torso +- Inventors' legs +- Inventors' gloves +- Inventors' boots +- Inventors' backpack +- Materials Bag - +7 minutes to Invention max trip length diff --git a/docs/src/content/docs/bso/Miscelleanous/Events.md b/docs/src/content/docs/bso/Miscelleanous/Events.md new file mode 100644 index 00000000000..2fe49a8afcc --- /dev/null +++ b/docs/src/content/docs/bso/Miscelleanous/Events.md @@ -0,0 +1,128 @@ +--- +title: "Events" +--- + +# Halloween 2021 + +### Prerequisites + +You must equip at least one piece of scary gear in order to go trick or treating. The full list of scary gear is as follows: + +- Scythe, Red halloween mask, Blue halloween mask, Green halloween mask, Black hween mask, Skeleton mask, Skeleton shirt, Skeleton leggings, Skeleton gloves, Skeleton boots, Jack lantern mask, Zombie head, Black hween mask, Grim reaper hood, Antisanta mask, Antisanta jacket, Antisanta pantaloons, Antisanta gloves, Antisanta boots, Gravedigger mask, Gravedigger top, Gravedigger leggings, Gravedigger gloves, Gravedigger boots, Banshee mask, Banshee top, Banshee robe, Jonas mask, Spookier hood, Spookier robe, Spookier skirt, Spookier gloves, Spookier boots, Pumpkin lantern, Skeleton lantern, Web cloak, Evil chicken head, Evil chicken wings, Evil chicken legs, Evil chicken feet, Clown mask, Clown bow tie, Clown gown, Clown trousers, Clown shoes, Hunting knife, Anti-panties + +Note: The spooky gear and Eek are currently not able to be equipped and as such have been omitted from the above list. + +### Boosts + +You need only 4 scary items equipped for the max boost of 10 rolls. Be sure to equip a [Zak ](../custom-items/pets.md#miscellaneous-pets)if you have one to trick or treat for the max time possible. The easiest spooky items to find if you are unable to buy any items or are an iron is the skeleton set, which can be earned from killing skeletons with `=k skeleton` + +- Malygos/Ignecarus mask - 10% extra rolls +- Warlock/Witch outfit (cloak, legs, top) - 10% extra rolls + +### Trick or Treating + +The event can be started by using the command `=trickortreat or =tot` This command can only be run from 6pm - 4am (UK time) or from 1pm - 11pm (EST). You are also limited in the number of trips you can send per day to two, this was recently changed (10/15/21), along with an increase of rolls to 2.5x greater to allow you to still get the same output while sending less trips. + +It gives various Halloween themed candies and foods as a result, including: Choc'rock, Chocolified skull, Eyescream, Rotten Sweets, Toffeet, Candy Teeth, Hairyfloss, Goblinfinger Soup, Benny's Brain Brew, and Roasted Newt. (In order below) + +Four human pieces (those being the Human Appendage, Sliced Femur, Human Blood, and Human Tooth) can be found while doing farming trips at a rate of one in two-hundred minutes, upon which the trip return message will have an attached phrase which can vary. + +Currently the Halloween pet, Gregoyle, can be found while killing gargoyles when the user has at least one Choc'rock in their bank. The pet has a small chance to appear on a trip when a Choc'rock is consumed. The longer a trip is, the higher the chance of a gargoyle consuming the Choc'rock, so using a Zak when attempting to get the pet is recommended. The current observed average to get the pet is five Choc'rocks consumed, however no official rates have been provided. Once a first pet has been obtained, the chance of a Choc'rock being consumed is roughly three times rarer. + +### Pumpkinhead + +Pumpkinhead is a mass only boss that **will only appear in the main discord server for the month of October.** He can be summoned with a mysterious token (which _**may**_ be given to t5 patrons), else you can join the mass for the boss every five hours. + +To participate in the mass you must have at least 60hp worth of Halloween candies, and a free minion. Once a mass has started you will have ten minutes to join before it auto sends, or it will auto send when 250 users have joined the mass. Listed below are the hp values of each candy: + +- Candy Teeth - 3hp +- Toffeet - 5hp +- Chocolified Skull - 8hp +- Rotten Sweets - 9hp +- Hairyfloss - 12hp +- Eyescream - 13hp +- Goblinfinger Soup - 20hp +- Benny's Brain Brew - 50hp +- Roasted Newt - 120hp + +Two schedules for the boss can be found in the pinned messages of the Halloween channel in the discord. The boss rewards guaranteed Halloween candies, (listed above) as well as a chance (1/5) at a piece of the spooky armour set, and a pet. This consists of: + +- Haunted Boots +- Haunted Gloves +- Haunted Cloak +- Haunted Amulet +- Pumpkinhead's Headbringer +- Pumpkinhead's Pumpkin Head +- Mini Pumpkinhead + +It is highly recommended for anybody that is dry on items from the boss to attempt to buy a Haunted Amulet, as when you have the amulet equipped, did not roll a unique item, and have received two or less total unique drops in the Pumpkinhead CL, you will have a 50% chance to receive a unique item in your name. If you have received a pet in the mass, your drop will be highlighted in **bold**. + +Note: All the items obtainable from this event will be discontinued, and mysterious tokens will be unusable. + +**Special thanks to Dark and DT for compiling this information.** + +# Crack the Clue 2022 + +### Clues + +Only two clues were provided for the event, being the following: + +The second clue reads as:\ +\ +"As night comes, Remember a betrayal, A haunting tale" + +### Steps and Rewards + +There are only two steps to solving the clue, with very low requirements. + +1. Complete a revenants trip while skulled +2. Equip a Viggora's Chainmace and harvest Hespori (without doing any trips in between) + +Unlike the Crack the Clue that rewarded a clue hunter set, this clue only gives an item called the Tormented Skull as a reward. (This is outside of the reward provided to the first person who solved the clue) + +# Christmas 2021 + +### Activities + +The activities for the Christmas event are the following commands:\ +`=Xmas` - Used to assign your minion to a specific team, although it has no impact on the event, and you can participate in either trip.\ +`=Xmas Steal` - Sends your minion on a trip to **steal** presents\ +`=Xmas Deliver` - Sends your minion on a trip to **deliver** presents + +### Unique Items + +- Festive Wrapping Paper - Obtained from a 2x loot trip when delivering or stealing. +- Festive Present - Can be bought when you have 10 Festive Wrapping Paper and a certain amount of coins, which increases per present purchased. +- Festive Jumper - An equippable cosmetic with no use, it is obtained from opening Festive Presents. +- Golden Shard - Obtained from Festive Presents, they can be used to create a Golden Partyhat. +- Seer (Pet) - Obtained at a rate of 1/150 trips, **it has no currently known perk or use.** + +The following items are random, useless items that are obtained while doing Christmas activities: + +- Christmas pudding amulet +- Christmas Tree Hat +- Christmas Tree Kite +- Yule Log +- Christmas Pudding +- Pretzel +- Festive Mistletoe +- Roast Potatoes + +The following table shows items that are obtained from trips when you have a specific pet equipped. There is a 50% chance you will receive the item when you have the specific pet equipped. + +| Item | Pet Required | +| -------------------- | -------------------- | +| Smokey Painting | [[Wilvus]] | +| Smokey BBQ Sauce | [[Smokey]] | +| Roasted Ham | [[Hammy]] | +| Doug's Chocolate Mud | [[Doug]] | +| Flappy Meal | [[Flappy]] | +| Pumpkinhead Pie | [[Mini Pumpkinhead]] | +| Corn on the Cob | [[Cob]] | +| Gr-egg-oyle special | [[Gregoyle]] | +| Pavlova | [[Harry]] | +| Prawns | [[Harry]] | +| Shepherd's Pie | [[Lil Lamb]] | +| Fish n Chips | [[Ishi]] | +| Bacon | [[Plopper]] | +| Ratatouille | [[Remy]] | diff --git a/docs/src/content/docs/bso/Monsters/Bosses/ignecarus.md b/docs/src/content/docs/bso/Monsters/Bosses/ignecarus.md new file mode 100644 index 00000000000..312eaf7074f --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Bosses/ignecarus.md @@ -0,0 +1,49 @@ +--- +title: "Ignecarus" +--- + +# Ignecarus + +Ignecarus is a giant dragon boss that attacks primarily using dragonfire, far hotter than any other dragon in Runescape, therefore your resistance to fire is the most important aspect of the fight. When killed, it gives 71,820 Hitpoints experience and 68,666 experience in Attack, Strength, and Defence per kill. + +Regular potions will be destroyed during the fight by the incredible heat, and as such you need special [Heat Resistant Potions](https://bso-wiki.oldschool.gg/skills/herblore). + +You can kill Ignecarus using `/k name:Ignecarus (Solo)` to solo or `/k name:Ignecarus (Mass)` to start a mass. + +## Requirements + +- 110 Slayer +- [Heat res. brews and Heat res. restores](../../skills/herblore.md) +- Highly recommended: Dragonfire shield + +### Boosts + +Drygore Longsword - 15% + +Ignis ring (i) - 10% + +TzKal Cape - 6% + +Brawler's Hook Necklace - 4% + +## Gear + +Protection from dragonfire is paramount to killing Ignecarus. You should aim for [dwarven armour](../../custom-items/equippables/#dwarven-armour) (which has a special dragonfire resistance) and a dragonfire shield. Torva can be used as a substitute, but your chance of death will increase from the lack of fire protection. + +You have a base death chance of 95%. This is cut in half to 47.5% with full Dwarven armour and furthered reduced to 14.5% with a dragonfire shield. + +## Loot + +Ignecarus drops large quantities of metal bars, uncut gems and rune items. + +- **Ignis ring:** Can be imbued with a Magus scroll from [Vasa Magus](vasa-magus.md#loot) with 120 Crafting and 105 Magic to create the Ignis Ring (i), requiring 105 Defence to equip. +- **Ignecarus scales:** Can be used with abyssal dragon bones to create the Dragon's fury potion (2 scales, 1 abyssal dragon bones per potion). The potion is used in the creation of the Hellfire Bow. The scales can also be used to create Hellfire Arrows, requiring one scale and one headless arrow, producing five arrows. +- **Ignecarus dragonclaw:** Used in conjunction with Dragon's fury, twisted bow, zaryte bow, and 3 smouldering stones to create a Hellfire Bow. +- **Dragon egg**_**:**_ Can be placed in a nursery to hatch into a [dragon tame](../../custom-items/tames/igne-tame.md), which can be sent out on PvM trips. Eggs are tradeable, but once placed in a nursery they cannot be retrieved or traded. + +| **Unique Drop Table** | **Drop Rate** | +| ------------------------- | ------------- | +| Ignecarus dragonclaw | 1/200 | +| Dragon egg | 1/500 | +| Ignis ring | 1/300 | +| Clue scroll (grandmaster) | 1/13 | diff --git a/docs/src/content/docs/bso/Monsters/Bosses/kalphite-king.md b/docs/src/content/docs/bso/Monsters/Bosses/kalphite-king.md new file mode 100644 index 00000000000..be14f41f324 --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Bosses/kalphite-king.md @@ -0,0 +1,44 @@ +--- +title: "Kalphite King" +--- + +# Kalphite King + +The Kalphite King is a strong boss, known for the Drygore weaponry it drops. + +You can kill Kalphite King using `/k name:Kalphite King (Mass)` or, `/k name:Kalphite King (Solo)` to solo. + +## Requirements + +- [Melee gear](kalphite-king.md#gear) +- Saradomin brew(4), Super restore(4) +- 95 Prayer +- 90 Attack, Strength and Defence + +## Gear + +You should use the best melee gear you have. + +## Boosts + +- Full Gorajan - 15% (divided by team size) +- Full Torva - 8% +- Drygore mace - 14% +- Offhand drygore mace - 5% +- TzKal cape - 4% + +## Loot + +- **Baby Kalphite King:** Pet with no perk +- **Perfect Chitin:** Used to create [Axe handle](../demi-bosses/solis.md#loot) +- **Drygore weapons:** A set of 6 weapons which are very powerful, and used in many places. + - _Drygore Rapier + Offhand Drygore Rapier:_ Best in slot for Cox melee setup + - _Drygore Mace + Offhand Drygore Mace:_ Best in slot at Kalphite King + - _Drygore Longsword + Offhand Drygore Longsword:_ Best in slot at King Goldemar and Ignecarus + +| **Unique Drop Table** | **Drop Rate** | +| ------------------------- | ------------- | +| Baby kalphite king | 1/6000 | +| Perfect chitin | 1/2500 | +| Drygore weapon (any) | 1/150 | +| Clue scroll (grandmaster) | 1/18 | diff --git a/docs/src/content/docs/bso/Monsters/Bosses/king-goldemar.md b/docs/src/content/docs/bso/Monsters/Bosses/king-goldemar.md new file mode 100644 index 00000000000..412443a1d93 --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Bosses/king-goldemar.md @@ -0,0 +1,62 @@ +--- +title: "King Goldemar" +--- + +# King Goldemar + +King Goldemar is a boss that can be done in a mass or solo. Please go to the channel #mass-king-goldemar for more info. + +The entrance fee to fight King Goldemar is 10m but it can be reduced to 5m if a Ring of Charos is equipped. + +The supply cost for masses is initially 8 Saradomin brews and 2 Super restores per kill. This is reduced to 1 Super restore at 60 kc and is reduced by 1 Saradomin brew every 30 kc, capping out at 2 Saradomin brews per kill at 180 kc. + +You can use the command : `/k name:King Goldemar (Mass)` to begin a mass, or `/k name:King Goldemar (Solo)` to solo. + +## Requirements + +**Skill Reqs:** **105** Attack, **105** Strength, **105** Defence + +## Gear + +**BiS:** Gorajan warrior top, TzKal cape, Gorajan warrior boots, Gorajan warrior gloves, Gorajan warrior helmet, Gorajan warrior legs, Brawler's hook necklace, Warrior ring (i), Axe of the high sungod + +**Optional ring options:** \ +**•** Ring of Luck - increases droprates for broken dwwh (Check extra information below for rates)\ +• Ring of Charos - reduces fee from 10m to 5m + +
+ +
+ +
+ +
+ +## Boosts + +
Item%Approx Boost
Axe of the high sungod20%
Drygore longsword10%28.6%
Offhand drygore longsword5%14.3%
TzKal cape6%17.1%
Brawler's hook necklace4%11.4%
Gorajan warrior helmet2%5.7%
Gorajan warrior top4%11.4%
Gorajan warrior legs2%5.7%
Gorajan warrior gloves1%2.9%
Gorajan warrior boots1%2.9%
+ +## Loot + +- **Broken dwarven warhammer:** 40% speed boost to all /k PvM activities, must be repaired with 3 dwarven bars +- **Dwarven armour pieces:** full helm, platebody, platelegs, gloves, boots, best in slot at [Ignecarus](ignecarus.md) +- **Dwarven crate:** When opened, has a chance to drop dwarven ore +- **Dwarven ore:** Can be smelted into dwarven bars +- **Athelas seed:** Plant these at 99 farming to recieve athelas +- **Blacksmith crate:** Drops pieces of the [Blacksmith outfit](https://bso-wiki.oldschool.gg/custom-items/equippables#blacksmith-equipment) + +
Unique Drop TableDrop Rate
Broken dwarven warhammerVaries, see below.
Dwarven armour piece (any)1/150
Dwarven crate1/100
Dwarven ore1/1 (approx.)
Blacksmith crate1/25
Clue scroll (grandmaster)1/4
+ +## Extra Information + +The most coveted drop from King Goldemar is the Broken dwarven warhammer, which when repaired via smithing, becomes the Dwarven warhammer (DWWH). When equipped in any gear setup, it provides a 40% speed boost to all /k activities excluding those in the wilderness. (See the Hellfire Bow for the wilderness equivalent) This does not include any bosses, but does work on some Demi Bosses. + +Players can equip a Ring of Luck (obtained via [Grandmaster Clue Scrolls](https://bso-wiki.oldschool.gg/custom-items/grandmaster-clues)) in the melee setup to increase the drop rate of receiving the Broken Dwarven Warhammer drop. **Note: If participating in a mass, only 1 member of the party needs to have a Ring of Luck equipped to receive the increased drop rate.** + +It is recommended to Mass for the 1st[^1] 50kc as it reduces your death chance. + +
TeamDrop RateDrop Rate (Ring of Luck)
1454386
2241205
3170144
4135115
511497
610085
79077
88271
97665
107160
+ +[^1]: + +[^2]: diff --git a/docs/src/content/docs/bso/Monsters/Bosses/moktang.md b/docs/src/content/docs/bso/Monsters/Bosses/moktang.md new file mode 100644 index 00000000000..b95be45b39d --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Bosses/moktang.md @@ -0,0 +1,45 @@ +--- +title: "Moktang" +--- + +# Moktang + +Moktang is a mining-skilling boss, made of rocks and lava. The boss is _created_ by you, by using a spell on rocks. You create 'Moktang totems' using rocky/magic materials and elder runes, and then you use the totems to summon the boss and fight it. + +Moktang drops the Igne gear frame, which is used in creating the [Igne Claws](../../custom-items/tames/igne-equipment.md#igne-claw-creation) and [Igne Armour](../../custom-items/tames/igne-equipment.md#igne-armor-creation) to improve your Igne tame. It also drops an item used to create volcanic pickaxes, the highest tier pickaxes. + +## Get Started + +- `/create`` `**`item:`**`Moktang totem` +- `/k`` `**`name:`**`Moktang` + +## Requirements + +- 105 Mining +- Heat res. brews and restores +- Crystal OR Dwarven OR Dragon OR Volcanic pickaxe +- Moktang totems (20 elder runes, 50 rocky and 20 magic invention materials) + +## Boosts + +- Higher mining levels - up to 36% at 120 mining +- Mining master cape - 5% +- Dwarven armour equipped - less brews needed) +- Volcanic pickaxe - 5% +- Offhand volcanic pickaxe - 3% + +## Rewards + +- General loot: stone spirits (100% droprate), clues, boxes, bars, alchables. +- **Mini moktang:** The pet for moktang. +- **Volcanic dye:** Used to dye a dwwh or dwarven armour. +- **Volcanic shards:** Used to make Volcanic igne claws, Volcanic pickaxe, Offhand volcanic pickaxe. +- **Igne gear frame:** Used to make Runite igne claws and Dragon igne armour. These can be upgraded to higher tiers, which boost your igne tame in different ways. +- Dragonstone upgrade kit + +| **Unique Drop Table** | **Drop Rate** | +| --------------------- | ------------- | +| Mini moktang | 1/1536 | +| Volcanic dye | 1/750 | +| Volcanic shards | 1/128 | +| Igne gear frame | 1/716 | diff --git a/docs/src/content/docs/bso/Monsters/Bosses/naxxus.md b/docs/src/content/docs/bso/Monsters/Bosses/naxxus.md new file mode 100644 index 00000000000..7f18c649cfa --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Bosses/naxxus.md @@ -0,0 +1,39 @@ +--- +title: "Naxxus" +--- + +# Naxxus + +Naxxus is a **solo only** boss that drops several mage gear upgrades. + +## Requirements + +- 120 Magic +- 110 Slayer +- 110 Prayer + +Naxxus is unique in that it calculates your gear score based off of two setups. For this fight, you will need strong melee and magic gear. The BiS gear is as follows: + +For this fight you will also need [Enhanced Potions](../../skills/herblore.md#custom-content-and-boosts). + +## Getting Started + +To fight the boss, use `/k` name: `naxxus` + +## Boosts + +- Void Staff - 10% +- Abyssal Tome - 7.5% +- Tzkal Cape - 5% +- Vasa Cloak - 5% +- Ignis Ring (i) - 2.5% +- Spellbound Ring/(i) - 2%/2.5% + +## Loot + +The unique drops from Naxxus are untradeable (all four items listed below). There is a special mechanic with Naxxus where you won't get a duplicate unique until you have all of them at least once. The chance to roll the unique table is 1/150, the Abyssal Gem and Spellbound ring are more likely to drop first. + +- **Dark Crystal:** Used to `/create` the Void Staff (u), a chargeable BiS magic weapon that provides boosts to Cox, Vasa, Sea Kraken, and Naxxus +- **Tattered Tome:** Used to `/create` the Abyssal Tome, a BiS magic tome that boosts Naxxus +- **Spellbound Ring:** BiS magic ring that boosts Naxxus, it can be imbued with a Magus Scroll to further increase the stats +- **Abyssal Gem:** Used to invent the [Abyssal Amulet](../../skills/invention/#inventions) diff --git a/docs/src/content/docs/bso/Monsters/Bosses/nex.md b/docs/src/content/docs/bso/Monsters/Bosses/nex.md new file mode 100644 index 00000000000..98787627726 --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Bosses/nex.md @@ -0,0 +1,73 @@ +--- +title: "Nex" +--- + +# Nex + +Nex is an endgame boss that requires 95 prayer and a Frozen Key to start. You can either Solo or Mass it and requires some high level ranged gear to fight. Its unique drops are Pernix, Torva and Virtus gear. Nex also drops a decent amount of TMB's and Grandmaster clues.\ +`/k name:Nex (Solo)`\ +`/k name:Nex (Mass)` + +## Gear Recommendations + +_The Abyssal Cape is highly recommended to start out with. It significantly reduces your chance of death._ + +To start with Nex, it is recommended to aim for a gear setup with 205+ ranged attack and as high ranged defence as possible, to reduce the cost of Saradomin Brews and Super Restores. Having a barbarian assault arrow (from untradeable mystery boxes) equipped in your ammo slot will help immensely with range attack bonus, allowing you to use more tanky gear. You will receive a speed penalty if you have less than 200 ranged attack bonus. + +### **Max Range Setup** + +- Full Gorajan Archer +- Farsight Snapshot Necklace +- Venator Ring +- Hellfire Bow / Zaryte Bow +- Abyssal Cape / Combatants Cape +- In a max range setup the arrow slot doesn't make any differences. +- Each kill takes 8 Minutes (480.28 seconds, rounded down.) + +{% tabs %} +{% tab title="With Zak" %} +9 kills per trip.\*\ +Removed brews/restores from users: **45/15**. The trip will take 1 hour 12 minutes and 28 seconds.\ +\*Note that this is with the time boost of a Hitpoints Master Cape and T3 Patron. +{% endtab %} + +{% tab title="Without Zak" %} +7 kills per trip.\*\ +Removed brews/restores from users: 28**/10**. The trip will take 56 minutes 19 seconds. + +\*Note that this is with the time boost of a Hitpoints Master Cape and T3 Patron. +{% endtab %} +{% endtabs %} + +### Ironman Setup + +**Warning -** It is extremely likely you will die repeatedly with this setup but your mileage may vary. It therefore is recommended for irons to gain some kc in masses. + +## Boosts + +All boosts are divided by team size + +- Full Pernix - 20% (2.4% per individual piece) +- Full Gorajan Archer - 15% +- Zaryte bow - 20% + +## **Loot** + +Nex drops broken armour pieces that need to be repaired using components made from God Wars sets. The Torva set is made by using `/create`**`item:`**`revert` on Bandos pieces, and then using `/create`**`item:`**`[piece name].` Pernix and Virtus are made the same way, but require Armadyl and Ancestral components respectively. + +- **Ancient emblem:** Currently does not have a use. +- **Bloodsoaked feather:** Used to create the nex pet, [Nexterminator](../../custom-items/pets.md#meme-pets-and-no-perk-pets). +- **Ancient hilt**: Used to create the Ancient Godsword +- **Nex armour:** Torva, pernix, and virtus armour sets that can be upgraded to best-in-slot [Gorajan armour](../../skills/dungeoneering-training/dg-rewards.md#buyable-gear). + - The rate to hit the gear table scales based on team size and each item on the table has an equal chance, meaning any specific item is roughly 1/1600 +- **Nex weapons:** High level weapons dropped on the same table as Nex armour. + - **Zaryte bow:** Provides a boost to Nex and is used to create the Hellfire bow. + - **Virtus Crystal:** Used to make a Virtus book or Virtus wand by combining with a Mage's book or Kodai wand + +| **Unique Drop Table** | **Drop Rate** | +| ------------------------- | ------------- | +| Ancient emblem | 1/1500 | +| Bloodsoaked feather | 1/3000 | +| Ancient hilt | 1/86 | +| Gear table | 1/82-1/96 | +| Clue scroll (grandmaster) | 1/20 | diff --git a/docs/src/content/docs/bso/Monsters/Bosses/vasa-magus.md b/docs/src/content/docs/bso/Monsters/Bosses/vasa-magus.md new file mode 100644 index 00000000000..ec0386bb6d0 --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Bosses/vasa-magus.md @@ -0,0 +1,57 @@ +--- +title: "Vasa Magus" +--- + +# Vasa Magus + +Vasa Magus is a solo only magic boss where it is not possible to fail. It has a special loot mechanic where loot is rolled from a random boss on each kill. It also drops mystery boxes. + +You can kill Vasa Magus using `/k name:Vasa Magus`. + +## Requirements + +- 110 Magic +- 55-100 Elder runes per kill +- Decent mage gear +- Brews and Restores + +## Gear + +You should use the best possible mage gear you have, Virtus is the best gear you can have aside from Gorajan Occult. + +
Best in slot gear
+ +Necklace: Arcane blast necklace\ +Cape: Vasa cloak\ +Arrow slot: Dwarven blessing\ +Weapon: Void staff\ +Shield: Spellbound tome\ +Ring: Spellbound ring (i) + +## Loot + +- **Magus scroll:** + - Can be used to imbue a Bryophyta staff, making it 2x more effective at saving nature runes. + - `/create`**`item:`**`bryophyta staff(i)` + - Can be used to imbue an Ignis ring to make the bis melee ring + - `/create`**`item:`**`ignis ring (i)` + - Can be used to imbue an Infernal slayer helmet, see [Emerged Zuk Inferno](../../minigames/emerged-zuk-inferno.md) + - `/create`**`item:`**`infernal slayer helmet(i)` + - Can be used to imbue a Spellbound ring from [Naxxus](https://bso-wiki.oldschool.gg/bosses/naxxus)\ + • `/create`` `**`item`**`: spellbound ring(i)` +- **Voidling:** A pet that will alch items from your favorite alchs list when you're on a trip. Owning a Magic master cape greatly increases the amount of alchs per trip. +- **Tattered robes of Vasa:** Used to craft a Vasa cloak, the BiS mage cape. + - Requires 105 runecrafting & 105 crafting + 1 Imbued mage arena cape + 1 Abyssal cape + 1 Tattered robes of Vasa + - `/create`**`item:`**`vasa cloak` +- **Magical artifact:** Alchs for 50m. +- **Jar of magic:** Just a magical jar, has no use. +- **Random Loot:** Vasa has a special loot mechanic, where it drops the loot of 1-3 kills of a random boss per kill. + +| **Unique Drop Table** | **Drop Rate** | +| ------------------------- | ------------- | +| Magus scroll | 1/350 | +| Voidling | 1/500 | +| Tattered robes of vasa | 1/350 | +| Magical artifact | 1/9 | +| Jar of magic | 1/1000 | +| Clue scroll (grandmaster) | 1/19 | diff --git a/docs/src/content/docs/bso/Monsters/Demi Bosses/celestara.md b/docs/src/content/docs/bso/Monsters/Demi Bosses/celestara.md new file mode 100644 index 00000000000..c41f31417d4 --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Demi Bosses/celestara.md @@ -0,0 +1,24 @@ +--- +title: "Celestara" +--- + +# Celestara + +Ori works. Kill 1 boss at a time to get double loot every kill. Igne cannot kill + +### Requirements + +You need a maxed igne tame to attempt kills at Solis. This includes feeding your tame all items and having 2 gorajan gear equipped. + +### Boosts + +Axe of the High Sungod - 25% + +### Loot + +| **Unique Drop Table** | **Drop Rate** | +| --------------------- | -------------- | +| Lunite | 10-60 per kill | +| Moonlight Essence | 1/300 | +| Moondash Charm | 1/300 | +| Noom | 1/300 | diff --git a/docs/src/content/docs/bso/Monsters/Demi Bosses/malygos.md b/docs/src/content/docs/bso/Monsters/Demi Bosses/malygos.md new file mode 100644 index 00000000000..2d64d5d34bc --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Demi Bosses/malygos.md @@ -0,0 +1,45 @@ +--- +title: "Malygos" +--- + +# Malygos + +Malygos is the Abyssal dragon boss. It attacks with slash/stab/ranged and magic. Malygos uses the **Wildy** gear setup, however you cannot lose gear while doing Malygos. + +You can kill Malygos with `/k name:Malygos`. + +**Note**: Malygos also counts for abyssal demon slayer tasks. + +## Requirements + +- 999 Quest Points +- 99 Prayer +- 99 Attack +- 105 Strength +- 99 Defence +- Cooked food + +## Boosts + +- Bandos godsword - 5% +- Dragon warhammer - 5% +- Saradomin godsword - 5% +- Ancient rejuvenation pool - 10% +- Dragon hunter lance/Dragon hunter crossbow - 20% +- [Additional global boosts apply](../../skills/combat-skills.md#boosts) (This is a wilderness boss) + +## Loot + +- [**Abyssal thread**](../../skills/runecraft.md)**:** Used to create the [Abyssal pouch](../../skills/runecraft.md#custom-content-and-boosts) +- [**Abyssal cape**](../../custom-items/equippables/#abyssal-equipment)**:** 50% Damage Reduction (50% less food needed), also required to make the Vasa cloak and the Tzkal cape. +- [**Abyssal dragon bones**](../../skills/prayer.md)**:** 1.7x more XP than superior dragon bones, also a secondary for Dragons Fury potions +- **Dragon hunter lance** +- [**Ori**](../../custom-items/pets.md#resource-gathering-and-loot-effecting-pets)**:** 25% more loot from pvm trips when equipped + +| **Uniques Drop Table** | **Drop Rate** | +| ------------------------- | ------------- | +| Abyssal Thread | 1/1024 | +| Abyssal Cape | 1/2600 | +| Dragon Hunter Lance | 1/1024 | +| Ori | 1/3000 | +| Clue scroll (grandmaster) | 1/140 | diff --git a/docs/src/content/docs/bso/Monsters/Demi Bosses/nihiliz.md b/docs/src/content/docs/bso/Monsters/Demi Bosses/nihiliz.md new file mode 100644 index 00000000000..e90813b0cb2 --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Demi Bosses/nihiliz.md @@ -0,0 +1,41 @@ +--- +title: "Nihiliz" +--- + +# Nihiliz + +Nihiliz, aka "mini-nex" is a Zaryte, minion of Nex, who holds the key to the mythical and ancient Zaryte crossbow! The boss uses the **Melee (Stab)** gear setup + +## Requirements + +- 1000 Quest Points +- 95 Prayer +- 99 Attack +- 105 Strength +- 105 Magic +- 99 Defence + +## Boosts + +- Fancy/Ornate/Ancient Rejuvenation Pool - 5/10/15% +- Zaryte bow/crossbow - 10/15% +- Zaryte vambraces - 5% +- Drygore rapier - 15% +- Offhand drygore rapier - 10% +- Dragon warhammer - 5% +- [Additional global boosts apply](../../skills/combat-skills.md#boosts) + +## Loot + +- **Nihil shard:** Used to create Zaryte crossbow, can also be crushed into Nihil dust which is a secondary for the Ancient brew (3) potion +- **Nihil horn:** Combined with an Armadyl crossbow, 250 Nihil shard to make a Zaryte crossbow with `/create`**`item:`**`Zaryte crossbow` +- **Zaryte vambraces:** A midgame ranged gloves +- **Nexling:** Perkless pet + +| **Unique Drop Table** | **Drop Rate** | +| ------------------------- | ------------- | +| Nihil shard | Common | +| Nihil horn | 1/2000 | +| Zaryte vambraces | 1/1200 | +| Clue scroll (grandmaster) | 1/150 | +| Nexling | 1/5000 | diff --git a/docs/src/content/docs/bso/Monsters/Demi Bosses/queen-black-dragon.md b/docs/src/content/docs/bso/Monsters/Demi Bosses/queen-black-dragon.md new file mode 100644 index 00000000000..736156bb39a --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Demi Bosses/queen-black-dragon.md @@ -0,0 +1,39 @@ +--- +title: "Queen Black Dragon" +--- + +# Queen Black Dragon + +The Queen Black Dragon is a Demi-Boss that drops several mid game items and mid tier loot. The boss uses the **Ranged** gear setup + +## Requirements + +- 182 Quest Points +- 70 Prayer +- 80 Defence +- 85 Ranged +- Dragonfire shield OR Dragonfire ward + +## Boosts + +- Ancient Rejuvenation Pool - 6% +- Royal crossbow - 8% +- Dragon hunter crossbow/Dragon hunter lance - 20% +- [Additional global boosts apply](../../skills/combat-skills.md#boosts) + +## Loot + +- **Royal dragonhide:** Used to craft Royal Dragonhide, providing the best xp rates +- **Royal dragon bones:** Equal in experience rates to Abyssal Dragon Bones +- **Queen black dragonling:** Perkless pet +- **Royal dragon kiteshield:** An offhand shield, with no currently known use +- **Dragonbone upgrade kit:** Used to upgrade dragon equipment and infinity equipment into special cosmetic dragonbone versions +- **Royal crossbow pieces:** Royal torsion spring, Royal sight, Royal frame, and Royal bolt stabiliser. Not dropped in order. Combined with a Chaotic crossbow to make a Royal crossbow with `/create`**`item:`**`royal crossbow` + +| **Unique Drop Table** | **Drop Rate** | +| -------------------------- | ------------- | +| Queen black dragonling | 1/2500 | +| Royal dragon kiteshield | 1/250 | +| Dragonbone upgrade kit | 1/64 | +| Clue scroll (grandmaster) | 1/37 | +| Royal crossbow piece (any) | 1/18 | diff --git a/docs/src/content/docs/bso/Monsters/Demi Bosses/sea-kraken.md b/docs/src/content/docs/bso/Monsters/Demi Bosses/sea-kraken.md new file mode 100644 index 00000000000..1201a85f466 --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Demi Bosses/sea-kraken.md @@ -0,0 +1,21 @@ +--- +title: "Sea Kraken" +--- + +# Sea Kraken + +Use command `/k`**`name:`**`sea kraken` + +Requires 101 Slayer and good mage defense bonus in range setup. + +[Global boosts apply](../../skills/combat-skills.md#boosts) + +### Loot + +| **Unique Drop Table** | **Drop Rate** | +| ------------------------- | ------------- | +| Fish Sack | 1/400 | +| Pufferfish | 1/1200 | +| Fishing Trophy | 1/100,000 | +| Clue scroll (grandmaster) | 1/100 | +| Squid dye | 1/200 | diff --git a/docs/src/content/docs/bso/Monsters/Demi Bosses/solis.md b/docs/src/content/docs/bso/Monsters/Demi Bosses/solis.md new file mode 100644 index 00000000000..73898758b29 --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Demi Bosses/solis.md @@ -0,0 +1,39 @@ +--- +title: "Solis" +--- + +# Solis + +Ori works. Kill 1 boss at a time to get double loot every kill. Igne cannot kill. + +### Requirements + +You need a maxed igne tame to attempt kills at Solis. This includes feeding your tame all items and having 2 gorajan gear equipped. + +Uses heat res pots + +### Loot + +| **Unique Drop Table** | **Drop Rate** | +| --------------------- | -------------- | +| Solite | 10-60 per kill | +| Sun-metal scraps | 1/500 | +| Eagle egg | 1/600 | + +1. `Sun-metal bar` can be smelted with 1 Sun-metal scraps and 12 coal, requiring level 110 smithing. +2. `Sun-god axe head` can be smithed with 2 Sun-metal bars and level 110 smithing. +3. `Axe handle base` can be created with 1 [Dwarven bar](../bosses/king-goldemar.md) and 1 [Volcanic shards](../bosses/moktang.md#rewards). +4. `Axe handle` can be created with 30[ Athelas paste](../../skills/herblore.md#custom-content-and-boosts), [10 Ent hide](treebeard.md#loot), [1 Perfect chitin](../bosses/kalphite-king.md#loot) and 1 Axe handle base. +5. `Axe of the high sungod (u)`can be created with an `Axe Handle` and the axe head. +6. Finally, `/create` the `Axe of the high sungod` requiring 2 million `Atomic energy`. This is a one-time operation. + +#### Axe of the high sungod boosts + +- Malygos - 10% +- Celestara - 25% +- Tormented Demon - 10% +- Vladimir Drakan - 10% +- Akumu - 20% +- Venatrix - 20% +- King Goldemar - 20% +- Kalphite King - 10% diff --git a/docs/src/content/docs/bso/Monsters/Demi Bosses/treebeard.md b/docs/src/content/docs/bso/Monsters/Demi Bosses/treebeard.md new file mode 100644 index 00000000000..50ac01d330d --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Demi Bosses/treebeard.md @@ -0,0 +1,40 @@ +--- +title: "Treebeard" +--- + +# Treebeard + +Treebeard is an ent-like boss that drops mostly seeds and herbs. You will need decent magic gear to fight this boss. + +## Requirements + +- 105 Magic +- 101 Slayer +- 90 Magic Attack bonus + +## Gear + +Below are some example gear setups for Treebeard. Both of these setups use 60HP/kill in food. + +\ +Note: The gloves are gorajan ranger and the boots are gorajan mage. You wil also have to satisfy the minimum magic attack required in your mage setup. + +## Boosts + +- Ancient Rejuvenation Pool - 10% +- [Additional global boosts apply](../../skills/combat-skills.md#boosts) (This is a wilderness boss) + +## Loot + +- **Ent Hide:** Required to make the [Master Farmer](../../custom-items/equippables/#master-farmer-outfit) outfit with 110 Crafting + - Also used to create [Axe handle](solis.md#loot) +- **Mysterious Seeds:** Plant these to grow Mysterious trees, these trees grow mystery boxes that can be harvested + - Note: Mysterious trees can only be grown at 120 Farming +- **Elder Logs:** High level logs used for a variety of activities +- **Tangleroot:** Six different recolors of the Tangleroot pet + +| **Unique Drop Table** | **Drop Rate** | +| --------------------- | ------------- | +| Ent Hide | 1/100 | +| Mysterious seed | 1/100 | +| Tangleroot (any) | 1/1200 | diff --git a/docs/src/content/docs/bso/Monsters/Raids/README.md b/docs/src/content/docs/bso/Monsters/Raids/README.md new file mode 100644 index 00000000000..a23b74113ae --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Raids/README.md @@ -0,0 +1,31 @@ +--- +title: "Raids" +--- + +# Raids + +The OSB Wiki has most of the information on each raid, the purpose of this space is to highlight the BSO specific differences. + +[OSB Chambers of Xeric (CoX)](https://wiki.oldschool.gg/raids/cox-raids) + +[OSB Theatre of Blood (ToB)](https://wiki.oldschool.gg/raids/theatre-of-blood) + +[OSB Tombs of Amascut (ToA)](https://wiki.oldschool.gg/raids/tombs-of-amascut-toa) + +## How does 'BiS gear' work? + +The gear setups shown are not the only way to get 100% of the gear boosts in raids. The way this is calculated is comparing a 'BiS gear setup' to what your minion has equipped, then working out a % of the stats you have compared to the BiS gear setup. + +#### Example + +The ToA 'BiS mage setup' is:\ + +
+ +The bot does not check if you have these items equipped, instead it looks at the stat sheet. This is slightly different for different bosses/activities in the bot, but in general a mage setup would compare your Magic Attack, All Defence stats, prayer and Magic Damage. It would reduce your gear score more harshly for missing Magic Damage compared to another stat. + +Examples of alternative setups that would give you 100% are: + +
+ +
diff --git a/docs/src/content/docs/bso/Monsters/Raids/chambers-of-xeric.md b/docs/src/content/docs/bso/Monsters/Raids/chambers-of-xeric.md new file mode 100644 index 00000000000..21829224943 --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Raids/chambers-of-xeric.md @@ -0,0 +1,56 @@ +--- +title: "Chambers of Xeric (CoX)" +--- + +See the [OSB wiki](https://wiki.oldschool.gg/minigames/cox-raids) for general info. + +### Boosts + +The following items give a boost to your combat score. Only the highest available boost from each line will be applied. + +All boosts work from the bank unless otherwise specified. Gorajan armour does not affect gear score. + +- Twisted bow (7%) **OR** Bow of faerdhinen (c) (6%) **OR** Dragon hunter crossbow (5%) +- Dragon warhammer (3%) **OR** Bandos godsword (2.5%) +- Drygore rapier (8%)\* **OR** Dragon hunter lance (3%) **OR** Abyssal tentacle (2%) +- Offhand drygore rapier (4%)\* +- Void staff (8%)\*\* Sanguinesti staff (7%) +- Chincannon (60% speed boost at cost of raid loot)\*\*\* + +\* Must be equipped in melee setup + +\*\* Must be equipped in mage setup + +\*\*\* Must be equipped in range setup + +#### Degradeable item info + +| Item | Charges used per raid | +| ----------------- | --------------------- | +| Abyssal Tentacle | 200 | +| Void Staff | 15 | +| Sanguinesti Staff | 150 | + +### Reference Setups + +See [How does 'BiS gear' work?](./#how-does-bis-gear-work) for an explanation on gear setups. + +
Mage
+ +
Melee
+ +## Supplies + +**Stamina potion(4) - Solo = 2, Mass = 1** + +**Saradomin brew(4) - At 0 KC 7, scaling to 1** with higher kc. + +**Super restore(4) - At 2 Kc 2, scaling to 1** with higher kc. (1/3 of brews needed rounded down) + +Saradomin brew calculation :\ +Max(1, 8 - Max(1, Ceiling((KC+1)/30)))\ +Where Max means the highest number - this just ensures you always need at least 1\ +Ceiling is rounding up to the nearest whole number, i.e. 5.78 = 6, 2.01 = 3\ +Examples:\ +50 KC: 8-ceiling(50+1)/30) = 8-ceiling(1.7) = 8-2 = 6\ +500 KC: 8-ceiling(500+1)/30) = max(1, 8-(ceiling(16.7)) = max(1,-9) = 1 diff --git a/docs/src/content/docs/bso/Monsters/Raids/depths-of-atlantis-doa.md b/docs/src/content/docs/bso/Monsters/Raids/depths-of-atlantis-doa.md new file mode 100644 index 00000000000..96ad00dffde --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Raids/depths-of-atlantis-doa.md @@ -0,0 +1,84 @@ +--- +title: "Depths of Atlantis (DoA)" +--- + +# Depths of Atlantis (DoA) + +Depths of Alantis is an underwater raid, where you escort travellers from the surface, to the underwater city of Atlantis, battling dangerous monsters on the way. You have a chance to get some rare drops from the monsters you face on the way, and also a generous payment once you arrive at Atlantis + +## Quick Start + +- Do `/raid doa help` to see if you're ready to do DOA, and to see what requirements you are missing. It will also show your kc, attempts, and other things. +- Do `/raid doa start` to start a raid. +- Start off by raiding with others in teams of 2-5, preferably. But you can solo at any time. + +## Rooms + +| Name | Description | Boosts | +| ---------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Shadowcaster the Octopus | A giant octopus that turns invisible, you fight it with mage from a distance to prevent it from grabbing you. You must use a Sang staff to stop it from being invisible, and then either a tumeken shadow or void staff as the damaging weapon. | Void staff: 25%
Imbued heart: 7%
Abyssal tome: 7%
Vasa cloak: 7%
120 Fishing: 3%

Note: these boosts also reduce your blood rune consumption | +| Steelmaw the Whale | A giant whale covered in plate-armor. It moves slowly, so you kite it with range. You must use a ballista, bows wont work. | Titan ballista: 25%
Obsidian javelins: 25%
Ring of piercing: 7%
Tidal collector: 7%
120 Fishing: 3% | +| Voidswimmer the Shark | A powerful shark, swims fast, and is an abyssal creature. You cant keep a distance, must use a trident melee weapon. | Atlantean trident: 25%
120 Strength: 5%
120 Attack: 5%
TzKal cape: 9%
Ignis ring: 7%
120 Fishing: 3%

Note: your death chance increases if you have lower agility. | +| Thalassar the Ocean's Warden | Summons fish to fight with his trident, casts spells, swims around trying to stab you. You fight it with all 3 styles. | Atlantean trident: 25%
120 Magic: 5%
120 Agility: 5%
120 Attack: 5%
120 Fishing: 3% | + +## Requirements + +Use `/raid doa help` to see which requirements you don't have! + +- Base 110 Combat stats +- Good range gear, in your range setup. A ballista (heavy ballista or titan ballista) and javellins (amethyst, dragon or obsidian) are **required.** +- Good mage gear, in your mage setup. Void staff or Tumeken's shadow are **required,** and must have charges. +- Good melee gear in your melee setup. A Piercing trident, or Atlantean trident, are **required.** +- Must own a rune pouch +- Must have a charged Sang staff in your bank. + +### Food/Item Costs per raid + +- 1x Super combat pot, Ranging pot, Sanfew serum, Magic pot, Enhanced stamina pot +- Brews and restores +- Sang staff charges +- Void staff charges or Tumeken's shadow charges (depending on which you are using) +- Javelins (That are equipped in your range setup) +- If Challenge mode: +4 brews, +1 restore, an extra stam, and more staff charges. + +## Boosts + +- You use less Sanguinesti staff charges(Blood runes) based on the boosts you have in the Shadowcaster the Octopus room. So, you can use around 40% less runes if you have the max boosts. + +## Rewards & Uniques + +For each DOA raid, your team has a 1 in X chance of receiving a unique, which then goes to a random person in the team. Then, the recipient receives a unique that they haven't yet received, or if they have received them all, they receive a random one. + +If you didn't get a unique, you instead roll on the non-unique table, which gives... Oceanic dye, Shark tooth, Clues and Supplies(Gems, Ores, Stone spirits, Fletching items, Rune items, Dragon items). + +Lastly, there is the pet droprate, that everyone gets a roll of every raid, the droprate is shown in `/droprate` + +### Uniques + +These uniques are dropped at the 1 in X droprate mentioned above. + +| Name | Description | +| ------------- | ------------------------------------ | +| Aquifer aegis | Used to create the Ring of piercing | +| Oceanic relic | Used to create the Atlantean trident | +| Shark jaw | Used to make the Tidal collector | + +### Other Uniques and Created Items + +| | | +| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| Oceanic dye | Used to dye | +| Shark tooth | Used to make the Shark tooth necklace | +| Oceanic shroud (tier 1/2/3/4/5) | Bought after unlocking the required KC | +| Piercing trident | Created using 2x Merfolk trident, 3x Igne dragonclaw | +| Atlantean trident | Created using Piercing trident, Oceanic relic, 5k treasured materials, 5k magic materials, 1k precious materials, 1k powerful materials, 1k swift materials. | +| Shark tooth necklace | Created using 5x Shark tooth, and boosts fishing by 5% if equipped. | +| Ring of piercing | Created using 10x Archers ring, 6x Masori components, 3x Armadylean components, 1x Aquifer aegis | +| Ring of piercing (i) | Created using Ring of piercing and Magus scroll. BiS range ring. | +| Tidal collector | Created using Masori assembler, Shark jaw, 10x Masori components, Abyssal cape, 10x Armadylean components | +| Crush | A big turtle pet! | + +## Challenge Mode + +- The unique chance is 20% more common in Challenge Mode raids. +- You can receive the pet transmogs in challenge mode, at a droprate shown in `/droprate` , in an order of ones you don't have first. These are not real pets, there is only 1 real pet from DOA. diff --git a/docs/src/content/docs/bso/Monsters/Raids/theatre-of-blood-tob.md b/docs/src/content/docs/bso/Monsters/Raids/theatre-of-blood-tob.md new file mode 100644 index 00000000000..b602be6553a --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Raids/theatre-of-blood-tob.md @@ -0,0 +1,63 @@ +--- +title: "Theatre of Blood (ToB)" +--- + +# Theatre of Blood (ToB) + +See the [OSB wiki](https://wiki.oldschool.gg/raids/theatre-of-blood) for general info. + +## Boosts + +**Equipped in melee:** + +- Drygore Longsword - 10% +- Offhand Drygore Longsword - 8% +- Scythe of Vitur - 15% (600 blood runes, 2 vial of blood per raid) +- Scythe of Vitur (uncharged) - 6% +- Blade of saeldor (c) - 6% +- Abyssal tentacle - 5.5% (400 charges per raid) +- Full Gorajan Warrior - 2% + +**Equipped in range:** + +- Hellfire bow - 10% +- Zaryte bow - 7.5% +- Twisted bow - 4% +- Full Gorajan Archer - 2% +- If not wearing full Gorajan Archer + - And no Void: 20% reduction + - And no Elite void (normal void equipped): 10% reduction + - Full elite void: 0% + +**Equipped in mage:** + +- Full Gorajan Occult - 2% + +**Additional boosts:** + +- Dwarven warhammer (12%) or Dragon warhammer (6%) or Bandos godsword (3%) +- Dragon Claws (6%) or Crystal halberd (3%) +- Chincannon (60% speed boost at cost of raid loot)\* + +\* Must be equipped in range setup + +## Reference Setups + +See [How does 'BiS gear' work?](./#how-does-bis-gear-work) for an explanation on gear setups. + +
Melee - not bis
+ +
Range - not bis
+ +
Mage - not bis
+ +## Supplies + +**Super combat potion(4) - 1**\ +**Ranging potion(4) - 1**\ +**Super restore(4) - 2**\ +**Saradomin brew(4) - 1-5 depending on KC**\ +**110 Blood rune, 100 Death rune, 800 Water rune (reduced with tome)**\ +**Cooked Karambwan - 3 per raid under 20 KC**\ +**Cooked food**\ +**Arrows(equipped), blowpipe charges** diff --git a/docs/src/content/docs/bso/Monsters/Raids/tombs-of-amascut-toa.md b/docs/src/content/docs/bso/Monsters/Raids/tombs-of-amascut-toa.md new file mode 100644 index 00000000000..f9807e64cca --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/Raids/tombs-of-amascut-toa.md @@ -0,0 +1,37 @@ +--- +title: "Tombs of Amascut (ToA)" +--- + +# Tombs of Amascut (ToA) + +See the [OSB wiki ](https://wiki.oldschool.gg/raids/tombs-of-amascut-toa)for general info. + +## Boosts + +Boosts are different in BSO to the OSB version, they are as followed: + +- Void staff (50%) (Equipped in Mage) +- Bandos godsword (2%) (Works from bank) +- Hellfire bow (4%) (Equipped in Range) +- Zaryte crossbow (9%) or Dragon claws (6%) (Works from bank) +- Chincannon (60% speed boost at cost of raid loot)\* + +\* Must be equipped in range setup + +## Reference Setups + +See [How does 'BiS gear' work?](./#how-does-bis-gear-work) for an explanation on gear setups. + +### Melee + +
Ghrazi Rapier is better for Invocations under 300
+ +### Range + +
Ava's assembler can be replaced with Master Range cape, Combatant's cape
+ +Note: You need to equip enough arrows to use (150 per raid, usage is reduced by Ava's effect). If using a Hellfire bow you need to use Hellfire arrows, Twisted bow can use Adamant, Rune, Amethyst, Dragon or Hellfire arrows, Bow of Faedhinen (c) does not require arrows + +### Mage + +
Cape can be replaced with any imbued cape or vasa cloak, a Magic master cape will not give 100%
diff --git a/docs/src/content/docs/bso/Monsters/index.mdx b/docs/src/content/docs/bso/Monsters/index.mdx new file mode 100644 index 00000000000..16db3b9ef9d --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/index.mdx @@ -0,0 +1,229 @@ +--- +title: "Custom Monsters" +--- + +## List + +- [Cockroach Soldier](./#cockroach-soldier) +- [Elite Black knight](./#elite-black-knight) +- [Frost Dragon](./#frost-dragon) +- [Polypore Dungeon](polypore-dungeon.md) +- [Rum Pumped Crab](./#rum-pumped-crab) +- [Tormented Demon](./#tormented-demon) +- [Vladimir Drakan](./#vladidmir-drakan) +- [Yeti](./#yeti) + +## Custom Monsters + +The monsters listed under this heading do not belong to any specific section, and have varying requirements. + +### **Cockroach soldier** + +#### Notable drops: + +Carapace (1 per kill). Used to craft [Carapace armour](../../skills/crafting.md#custom-content-and-boosts) (equivalent to Adamant) + +### Elite Black Knight + +#### Requirements: + +[Dark Temple Key](../../skills/thieving.md#custom-content-and-boosts) + +#### Notable drops: + +All drops currently have no use past cosmetic/CL. + +| Item | Rate | +| ----------------------------- | ---- | +| Elite black knight sword | 1/30 | +| Elite black knight kiteshield | 1/30 | +| Elite black knight helm | 1/30 | +| Elite black knight platebody | 1/30 | +| Elite black knight platelegs | 1/30 | +| Zamorakian codex | 1/64 | + +### **Rum Pumped Crab** + +#### Requirements: + +50 Dungeoneering. Fishbowl helmet, Diving apparatus. + +#### Notable drops: + +Brackish blade - 1/1,200 - No major uses other than a CL item. + +### Frost Dragon + +#### Requirements: + +85 Dungeoneering, 70 Prayer, 1 Prayer Potion(4) used per 5 kills. + +#### Notable drops: + +- **Frost dragon bones** - **1 per kill** - Level 80 prayer, 165 base xp. Compared to 150xp per superior dragon bones and 250xp per Abyssal/Royal. +- **Clue scroll (grandmaster) - 1/290** + +#### Custom Boosts: + +- [Tzkal Cape](https://bso-wiki.oldschool.gg/minigames/emerged-zuk-inferno) / Infernal Cape / Fire Cape: 8% / 4% / 2% (works from bank) +- [Ancient Rejuvenation Pool](https://bso-wiki.oldschool.gg/skills/construction) / Any other Tier: 5% / 3% + +### Tormented Demon + +#### Requirements: + +1x Divine Water per kill, 126 QP. + +#### Custom Boosts: + +- [Tzkal Cape](https://bso-wiki.oldschool.gg/minigames/emerged-zuk-inferno): 5% + +#### Notable drops: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ItemRateUse
Dragon limbs1/256Used to fletch Dragon crossbow (u)
Dragon Claw1/256 + None. Not the same as dragon claws from CoX. +
Offhand Dragon Claw1/256 + None. Not the same as dragon claws from CoX. +
Ruined dragon armour slice1/906 + 1/3 for /create name:Royal dragon platebody +
Ruined dragon armour lump1/906 + 1/3 for /create name:Royal dragon platebody +
Ruined dragon armour shard1/906 + 1/3 for /create name:Royal dragon platebody +
Clue scroll (grandmaster)1/60
+ +### Vladidmir Drakan + +#### Requiremets: + +1 silver stake, 1 vial of blood + +#### Custom Boosts: + +[Ancient Rejuvenation Pool](https://bso-wiki.oldschool.gg/skills/construction): 5% + +#### Notable drops: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ItemRateUse
Clue Scroll (grandmaster)1/256
Blightbrand1/512
Vampyric plushie
Vampyric outfit
Echo
Blood Orange seed
+ +### Yeti + +#### Requiremets: + +Bitfield: Has Unlocked Yeti + +#### Custom Boosts: + +#### Notable drops: + + + + + + + + + + + + + + + + + + + + + + + + + + +
ItemRateUse
Frostclaw Cape1/100
Cold Heart1/100
Penguin Egg1/900Growable Pet
diff --git a/docs/src/content/docs/bso/Monsters/polypore-dungeon.md b/docs/src/content/docs/bso/Monsters/polypore-dungeon.md new file mode 100644 index 00000000000..fcfe5bfb497 --- /dev/null +++ b/docs/src/content/docs/bso/Monsters/polypore-dungeon.md @@ -0,0 +1,33 @@ +--- +title: "Polypore Dungeon" +--- + +# Polypore Dungeon + +### Polypore Dungeon + +The Polypore Dungeon is a new location within BSO that contains several monsters which all have a requirement of 82 Dungeoneering to kill. All monsters listed under this heading **must** be killed with magic, and require the use of Neem Oil to be killed. + +- Fungal Rodent: Drops the Mycelium Visor Web, along with varying amounts of Swamp Tar, Swamp Toads, Chaos Runes, Polypore Spores, Limpwurt Roots, Grifolic Flake, Neem Drupe, and an assortment of random grimy herbs. +- Infested Axe: Drops varying amounts of random grimy herbs, Morchella Mushroom Spores, Chaos Runes, Neem Drupe, Potato Cacti, Swamp Tar, Polypore Spores, Grifolic Flakes, and Gorajian Mushrooms. +- Fungal Mage: Drops the Mycelium Poncho Web, along with varying amounts of random grimy herbs, High and Mid level seeds, Neem Drupe, Hard Clues, Polypore Spores, Grifolic Flakes, Snape Grass, Tombshroom Spores, Limpwurt Roots, Gorajian Mushrooms, and Potato Cacti. +- Grifolaroo (82 Slayer): Drops the Grifolic Gloves and Grifolic Orb, along with varying amounts of Neem Drupe, Master Clues, Morchella Mushroom Spores, Chaos Runes, Death Runes, Low and Mid level seeds, Polypore Spores, Gorajian Mushrooms, Grifolic Flakes, and Snape Grass. +- Grifolapine (88 Slayer): Drops the Mycelium Leggings Web, Grandmaster Clues, and various amounts of Neem Drupe, random grimy herbs, mid level seeds, Polypore Seeds, Grifolic Flakes, Gorajian Mushrooms, Tombshroom Spores, and Snape Grass. +- Ganodermic Runt (95 Slayer): Drops the Ganodermic Gloves, Ganodermic Boots, and a various amount of Neem Drupe, Grandmaster Clues, Morchella Mushroom Spores, High level seeds, Gorajian Mushrooms, Polypore Spores, Flax, and Ganodermic Flakes. +- Ganodermic Beast (98 Slayer): Drops the Ganodermic Gloves, Ganodermic Boots, Polypore Stick, and a various amount of Blood Runes, Death Runes, Grandmaster Clues, High level seeds, Tombshroom Spores, Gorajian Mushrooms, Flax, Ganodermic Flakes, Polypore Spores, and Coins. + +## Polypore Equipment + +### Mycelium + +**Mycelium web armour** is a low level magic armour that can be upgraded to Ganodermic or Grifolic equipment using Grifolic or Ganodermic flakes. + +### Grifolic + +**Grifolic equipment** is a medium level set of magical equipment created by upgrading Mycelium Web Equipment with Grifolic Flakes. + +### Ganodermic + +**Ganodermic equipment** is a mid-high level set of magical equipment created by upgrading Mycelium Web armour with Ganodermic Flakes. + +Misc Polypore loot: There is also a polypore stick which can be upgraded to polypore staff, grifolic orb with no use, ganodermic gloves and ganodermic boots which are received as drops instead of upgrading from mycelium. diff --git a/docs/src/content/docs/bso/Skills/Dungeoneering Training/README.md b/docs/src/content/docs/bso/Skills/Dungeoneering Training/README.md new file mode 100644 index 00000000000..a5443a54ebb --- /dev/null +++ b/docs/src/content/docs/bso/Skills/Dungeoneering Training/README.md @@ -0,0 +1,44 @@ +--- +title: "Dungeoneering" +description: /dg start +--- + +# Dungeoneering + +### Starting Out + +There are 7 floors. Each floor requires +20 DG lvl to the last and increasingly higher stats in other skills, especially combat. + +`/dg start` to start training dungeoneering. You can only do a floor for which you have the required stats, it will automatically pick the highest floor you can do. + +`/dg buy item:[name]` to buy a reward. + +`/dg stats` to see your tokens, max floor, and shard boosts + +While doing dungeoneering in dungeons of Floor 5+, you have a chance of getting a tradeable Gorajan shard. You can combine 2 of these with a nex armour piece to make a gorajan armour piece, using smithing. (see [Dungeoneering Rewards](dg-rewards.md)). + +Whilst doing floor 7 there is a 1/20k per minute chance of obtaining a gorajan bonecrusher (u). I.e. if you do a trip that lasts 1 hour 4 minutes, you would have 64 rolls at 1/20k to receive it. + +You recieve dungeoneering tokens at a rate of xp/40 + +### Boosts + +- Scroll of Teleportation - 15% +- Dungeoneering Cape - 5% if you have Scroll of Teleportation +- Dungeoneering Master Cape - 10% if you have Scroll of Teleportation (does not stack with Dungeoneering cape) +- Gorajan armour - 6% per completed set +- Party Size - 5% for every person in a mass starting from a party of 2 to a limit of 25% + +You receive less XP if doing a floor lower than your max floor. + +Dungeoneering boosts, excluding party size, are divided by the number of players in the mass. + +#### Gorajan Shard chance boost (individual only) + +- Ring of luck - 5% +- lvl 99 Dungeoneering - 30% +- Master Dungeoneering Cape - 2x (does not stack with the 30% from having lvl 99) + +### Methods + +The best way to train dungeoneering is to use xp lamps to lvl 100 and then train on the best floor you can do with as many people as you can. diff --git a/docs/src/content/docs/bso/Skills/Dungeoneering Training/dg-rewards.md b/docs/src/content/docs/bso/Skills/Dungeoneering Training/dg-rewards.md new file mode 100644 index 00000000000..cac186b4c46 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/Dungeoneering Training/dg-rewards.md @@ -0,0 +1,77 @@ +--- +title: "Dungeoneering Rewards" +--- + +# Dungeoneering Rewards + +### Buyable Boosts/Utility + +| Item | Token Cost | Boost | +| ----------------------- | ---------- | ----------------------------------------------------------------------------------- | +| Scroll of life | 400,000 | 15% less seeds used when farming | +| Scroll of efficiency | 400,000 | 15% of bars saved when doing smithing | +| Scroll of farming\* | 400,000 | +2 extra farming patches to all types | +| Scroll of cleansing | 400,000 | Currently does not provide any boost/utility | +| Scroll of dexterity | 400,000 | 15% extra output in crafting | +| Scroll of teleportation | 400,000 | 15% (divided by team size) boost to dungeoneering | +| Scroll of mystery | 500,000 | 1/5 chance at receiving a mystery box when training dungeoneering | +| Scroll of proficiency | 900,000 | 15% of planks saved in construction | +| Scroll of longevity\* | 800,000 | 2x increase to slayer task quantities | +| Scroll of the hunt\* | 800,000 | Gives 2x higher chances of impling spawns, and +4 higher limit on birdhouses (4->8) | + +\[\*]Important: Only the scroll of farming, longevity and hunt are currently tradeable/useable. To enable these scrolls you must `/minion use item:[Scroll name]`, you can only do this once. All other scrolls work passively while stored in the bank. + +### Buyable Gear + +The following gear can be bought with tokens: + +| Item | Token Cost | +| ------------------------- | ---------- | +| Chaotic Rapier | 200,000 | +| Chaotic Longsword | 200,000 | +| Chaotic Maul | 200,000 | +| Chaotic Staff | 200,000 | +| Chaotic Crossbow | 200,000 | +| Offhand Chaotic Rapier | 100,000 | +| Offhand Chaotic Longsword | 100,000 | +| Offhand Chaotic Crossbow | 100,000 | +| Farseer Kiteshield | 200,000 | +| Amulet of Zealots | 400,000 | + +None of the above have any perks or bonuses besides their respective stats except for the **Amulet of Zealots** which provides an extra 5% boost to the **Dwarven Blessing** or 10% if killing a mob in the Wilderness. + +Additionally, with a **Chaotic Remnant** (500,000 tokens), the three BiS neck items can be created with `/create item:[Item Name]`. These are tradable and require 99 Crafting and 99 Dungeoneering to create. + +- Amulet of Torture + Chaotic Remnant = **Brawler's Hook Necklace - Requires 99 Dungeoneering and Defence.** +- Necklace of Anguish + Chaotic Remnant = **Farsight Snapshot Necklace - Requires 99 Dungeoneering, Defence and Ranged.** +- Occult Necklace + Chaotic Remnant = **Arcane Blast Necklace - Requires 99 Dungeoneering, Defence and Magic.** + +### Gorajan Shards + +Gorajan Shards are dropped at a rate of 1/2000 minutes from floor 5+. With DG Master cape that lowers to 1/1000 minutes. WIthout DG master cape and with level 99 dg the droprate is 1/1400 minutes. These can be furthered lowered with a ring of luck to 1/970 and 1/1358 minutes respectively. + +### Gorajan Armour + +**Gorajan Armour** is made by using Gorajan Shards with Nex Armour. Each piece of armour requires 2 Gorajan Shards to upgrade and will become untradeable. Stats will remain the same as the original Nex Armour but give additional boosts: + +- 2x XP when used to train their respective style (ex. Gorajan Occult Outfit gives 2x Magic XP) +- Boost to Dungeoneering XP +- Various boosts when using their respective style while on `/k` trips + +#### Set creation + +Gorajan items can be made with `/smith name: [Item name]`. You can create boots, gloves, helmet, top, legs for each set + +- Torva + Gorajan Shards = **Gorajan Warrior Outfit (Melee)** +- Virtus + Gorajan Shards = **Gorajan Occult Outfit (Magic)** +- Pernix + Gorajan Shards = **Gorajan Archer Outfit (Ranged)** + +### Miscellaneous Buyables + +| Item | Token Cost | Use | +| ----------------------- | ---------- | ------------------------------------------------------------ | +| Herbicide | 400,000 | None | +| Frostbite | 2,000,000 | None | +| Chaotic Remnant | 500,000 | Secondary for BiS necklace upgrade | +| Daemonheim Agility Pass | 1,000,000 | Unlocks Daemonheim agility course | +| Dungeoneering Dye | 4,000,000 | Dyes gorajan armour pieces to look like dungeoneering armour | diff --git a/docs/src/content/docs/bso/Skills/agility.md b/docs/src/content/docs/bso/Skills/agility.md new file mode 100644 index 00000000000..311d4f50c35 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/agility.md @@ -0,0 +1,26 @@ +--- +title: "Agility" +description: /laps +--- + +# Agility + +### Custom Content and Boosts + +- [Harry](../custom-items/pets.md#miscellaneous-pets) - Increases mark of grace rate and eliminates level-scaling for marks of grace +- [Cob](../custom-items/pets.md#discontinued-pets) - 2x speed boost at Hallowed Sepulchre +- [Daemonheim agility pass](dungeoneering-training/dg-rewards.md#miscellaneous-buyables) - Allows access to the best agility course at lvl 101 agility. +- Daemonheim agility course - Chance to find dungeoneering dyes and gorajan shards ([2.5x rate of the dungeoneering skill](dungeoneering-training/dg-rewards.md#gorajan-shards); i.e. 1/2000 becomes 1/5000) +- Sepulchre Floor 6 and 7 - Unlocked at levels 105 and 115 respectively. +- [Monkey Rumble](../minigames/mad-marimbos-monkey-rumble/#rewards) - While doing this minigame you can receive agility experience at about 1/4th of the strength xp you receive +- [Agility Master Cape](../custom-items/equippables/#master-capes) - Acts as a full set of graceful +- [Silverhawk Boots](invention/#inventions) - 36k/hr passive xp and 1.9x speed boost to `/laps` +- [Graceful portent](divination/#portent-list) - converts marks of grace found on trips into bonus xp + +### Optimal Gear Setup + +Cob, Agility master cape, silverhawk boots + +### Methods + +
MethodXp / Hr
Daemonheim Agility Course2,547,880
Hallowed Sepulchre Floor 72,808,794
diff --git a/docs/src/content/docs/bso/Skills/combat-skills.md b/docs/src/content/docs/bso/Skills/combat-skills.md new file mode 100644 index 00000000000..8e6c067c3e6 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/combat-skills.md @@ -0,0 +1,33 @@ +--- +title: "Combat Skills" +description: >- + This page covers all of the Combat based Skills, those being: Attack, + Strength, Defence, Ranged, Mage, and HP. +--- + +# Combat Skills + +### Boosts + +- Weekend - 10% boost to /k during the weekend +- [Dwarven Warhammer](../bso-custom-killables/bosses/king-goldemar.md#loot) - 40% boost to /k outside the wilderness +- [Dwarven Blessing](../custom-items/grandmaster-clues.md#unique-loot-table) - 20% boost to /k +- [Amulet of Zealots](dungeoneering-training/dg-rewards.md#buyable-gear) - adds 5% boost to Dwarven Blessing. Additional 5% boost for /k in the wilderness +- [Gorajan](dungeoneering-training/dg-rewards.md#gorajan-armour) - 10% boost to /k for having the appropriate full set of gorajan equipped. +- [Attack Master cape](../custom-items/equippables/#master-capes) - 15% boost to /k when training melee (ranged and magic master capes will add 15% boost when training their respective skills) +- [Infernal Slayer Helmet](../minigames/emerged-zuk-inferno.md#rewards-all-are-untradeable) - 18% boost to slayer tasks +- Infernal Slayer Helmet (i) - 22% boost to slayer tasks +- Rocktails - 7% boost to /k when food is consumed +- [Hellfire Bow](fletching.md#custom-content-and-boosts) - 3x boost to /k in wilderness +- [Void Staff](../bso-custom-killables/bosses/naxxus.md#loot) - 8% boost when training magic, uses 5 elder runes per charge. +- [Superior Dwarf Multicannon](invention/#inventions) - 37%-65% boost when using a cannon + +### Optimal Gear Setup + +Full Gorajan and a combat master cape for the respective skill you are training + +### Method + +The best xp rates for these skills are obtained through killing Vet'ion with the maximum possible boosts; those being the following: + +
diff --git a/docs/src/content/docs/bso/Skills/construction.md b/docs/src/content/docs/bso/Skills/construction.md new file mode 100644 index 00000000000..c0c3b174586 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/construction.md @@ -0,0 +1,36 @@ +--- +title: "Construction" +description: /build +--- + +# Construction + +### Custom Content and Boosts + +- Elder Plank - Made with `/activities plank_make` using Elder Logs, base cost = 8.5k (strongly advised to use Demon Butler unless using speed 5) +- Elder Table - Made at 105 Construction with Elder Planks +- Ancient Rejuvenation Pool - Built at 105 construction using 500 brews, 150 restores, 100 stams, 200 prayer pots, 30 elder planks, and 20 marble blocks. It must be built on top of an ornate rejuvenation pool, and it provides a boost to [QBD](../bso-custom-killables/demi-bosses/queen-black-dragon.md#boosts), Corp, [Malygos](../bso-custom-killables/demi-bosses/malygos.md#boosts), and [Nihiliz](../bso-custom-killables/demi-bosses/nihiliz.md#boosts). +- [Scroll of proficiency](dungeoneering-training/dg-rewards.md#buyable-boosts-utility) - 15% of planks saved in construction +- [Construction Master Cape](../custom-items/equippables/#master-capes) - Hatches Nursery Eggs at 2x Speed +- [Drygore Saw](invention/#inventions) - 40% Speed boost to `/build` +- [Baby yaga house](../custom-items/pets.md#meme-pets-and-no-perk-pets) - Perkless custom pet + +### Optimal Gear Setup + +Carpenter's helmet, Carpenter's shirt, Carpenter's trousers, Carpenter's boots, Construction master cape + +### Methods + +
MethodXp / Hr
Elder Table15,633,221
+ +**n.b.** you can increase sawmill speed with `/activities plank_make action:Sawmill type:[Plank] speed:[x]` at an additional cost. The sawmill charges 2x the base cost and an additional increase for higher speeds + +1x speed - 2x cost + +2x speed - 3.46x cost + +3x speed - 5.2x cost + +4x speed - 7.6x cost + +5x speed - 10.6x cost diff --git a/docs/src/content/docs/bso/Skills/cooking.md b/docs/src/content/docs/bso/Skills/cooking.md new file mode 100644 index 00000000000..55b45384a91 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/cooking.md @@ -0,0 +1,42 @@ +--- +title: "Cooking" +description: /cook, /kibble +--- + +# Cooking + +### Custom Content and Boosts + +- [Remy ](https://bso-wiki.oldschool.gg/custom-items/pets)- 2x Cooking Speed (1.5x on wines) +- [Dwarven Gauntlets](../custom-items/equippables/#dwarven-tools) - 3x Cooking Speed (does not work with `/kibble; does not work with wines`; does not stack with Remy) +- Rocktail - Cooked from Raw Rocktail at lvl 120 cooking +- Kibble - Used as bait when training Hunter +- [Cooking Master Cape](../custom-items/equippables/#master-capes) - 5x cooking speed (does not stack with other boosts; does not work with `/kibble`; does not work with wines) + +### Kibble + +Create kibble with `/kibble kibble:[Kibble name] quantity:[x]` using all of the resources listed. This gives cooking and herblore xp + +- **Simple Kibble:** Requires 105 Cooking and 85 Herblore. Used to hunt sand geckos. + - Herb: 5x Marrentill or Tarromin + - Crop: 2.5x Cabbage or Potato or Avocado + - Fish: 5 HP worth of any raw fish +- **Delicious Kibble:** Requires 110 Cooking and 110 Herblore. Used to hunt eastern ferrets. + - Herb: 10x Cadantine or Kwuarm + - Crop: 5x Strawberry or Papaya fruit or Mango + - Fish: 190 HP worth of any raw fish that heals at least 19HP +- **Extraordinary Kibble:** Requires 120 Cooking and 100 Herblore. Used as Eagle tame food. + - Herb: 15x Torstol or Dwarf weed + - Crop: 7.5x Orange or Pineapple or Lychee + - Fish: 15x Raw Rocktail + +### Optimal Gear Setup + +Cooking master cape > Dwarven Gauntlets > Remy + +### Methods + +| Method | Xp / Hr | +| ------------- | ---------- | +| Rocktail | 4,696,800 | +| Simple Kibble | 11,124,000 | diff --git a/docs/src/content/docs/bso/Skills/crafting.md b/docs/src/content/docs/bso/Skills/crafting.md new file mode 100644 index 00000000000..472aac4fc44 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/crafting.md @@ -0,0 +1,26 @@ +--- +title: "Crafting" +description: /craft +--- + +# Crafting + +### Custom Content and Boosts + +- [Dwarven Greathammer](https://bso-wiki.oldschool.gg/custom-items/equippables#dwarven-equipment) - 2x Speed boost to Crafting +- [Klik](../custom-items/pets.md#miscellaneous-pets) - Provides 3x boost when tanning (Do not use in conjunction with the Dwarven Greathammer, as it will override the pet perk) +- Royal dragonhide - Highest tier hide obtained from killing [Queen Black Dragon](../bso-custom-killables/demi-bosses/queen-black-dragon.md#rewards) +- Royal dragon leather - Made by tanning Royal dragonhide +- [Scroll of dexterity](dungeoneering-training/dg-rewards.md#buyable-boosts-utility) - 15% extra output in crafting +- Heat Res. Vial - Made with molten glass and athelas paste +- [Master Hammer and Chisel](invention/#inventions) - 45% Speed boost to Crafting (doesn't work with tanning) +- [Portable Tanner](invention/#inventions) - Automatically tans hides obtained from `/k` +- Carapace Armour (Adamant equivalent) - helm, legs, gloves, torso, boots + +### Optimal Gear Setup + +Klik when tanning, Dwarven Greathammer when crafting, Crafting master cape, Materials for Master Hammer and Chisel invention. + +### Methods + +
MethodXp / Hr
Heat Res. Vial2,630,953
Royal dragonhide body16,180,364
diff --git a/docs/src/content/docs/bso/Skills/divination/README.md b/docs/src/content/docs/bso/Skills/divination/README.md new file mode 100644 index 00000000000..d001c0763cf --- /dev/null +++ b/docs/src/content/docs/bso/Skills/divination/README.md @@ -0,0 +1,70 @@ +--- +title: "Divination" +description: /divination harvest_memories +--- + +# Divination + +## Memory Harvesting in Divination + +### Memory Harvesting Overview + +Divination is a skill where you harvest Divine energies from Memories. + +Memory harvesting is the primary method for training in Divination. It involves capturing memories to convert them into experience points (XP) or energy. + +### Methods + +- **Convert to XP:** Converts memories directly into XP. This is the default method. No one should use this method. +- **Convert to Energy:** Converts memories into energies. This is the main way you gain energies. +- **Convert to XP With Energy:** Utilizes energy for higher XP/hr but at a cost. This is the highest XP/hr and consumes energies. + +### Boosts + +- [**Wisp-buster**](../invention/#inventions)**:** Boosts XP/hr by 30% +- [**Divine hand**](../invention/#inventions)**:** Gives 30% more energy, and allows memories to drop Clue scrolls. + +_Only one of the above inventions can be used at a time._ + +- **Jar of memories**: When equipped, extends your maximum trip length by 7 minutes. +- **Boons:** Increases XP by 10%, if you have the appropriate boon unlocked. +- **Guthixian Cache Boost:** 20% extra XP and energy for one trip per boost. +- **Divination potion:** Variable extra energy/xp and +10 level boost for /memoryharvest (Allows you to do higher tiers before having the required level) +- Diviner's outfit - 4% xp boost +- [Divination Master Cape](../../custom-items/equippables/#master-capes) - + +### Other Things + +- You can receive Divine eggs from memory harvesting (Excluding the convert with energy method), which can be opened for some random energy, and which drop a **Jar of memories**. +- You can receive the Divination pet, **Doopy**! +- The highest tier of energy, Ancient, **requires** that you have unlocked the city of Atlantis by receiving any Depths of Atlantis raid reward. + +## Boons + +Using energy, you can make 'Boons', which are items that boost XP from that particular energy by 10%. + +Energies are used to make the boon for the next tier up. As such, there is no Pale boon, and Pale energy is used to create a Flickering boon. Ancient energy, being the highest tier, is not used for making any boon. + +1. Create a boon using `/create` +2. Use the boon, consuming it, using `/use` + +## Portents + +Portents are items that give you helpful boosts/perks in certain places. They are created using divination energies. + +### Overview + +- Create the portent using `/create` +- Use it with `divination charge_portent` to receive the portent charges. +- Check your charges and view information about a specific portent using: `/divination portent`. + +### Portent List + +- **Cache Portent:** Converts cache boosts into tradable items. +- **Rogues Portent:** Triples loot from pickpocketing. +- **Lucky Portent:** Doubles loot from IC rewards and XP from tears of Guthix. +- **Rebirth Portent:** Allows you to receive divine eggs from any gathering skills. +- **Dungeon Portent:** Boosts dungeoneering XP (use `/rates` for XP/hr). +- **Spiritual Mining Portent:** Enhances XP in mining with stone spirits (use `/rates` for XP/hr). +- **Pacifist Hunting Portent:** Releases hunting catches for extra XP (use `/rates` for XP/hr). +- **Graceful Portent:** Increases agility XP (use `/rates` for XP/hr). diff --git a/docs/src/content/docs/bso/Skills/divination/efficient-divination-training.md b/docs/src/content/docs/bso/Skills/divination/efficient-divination-training.md new file mode 100644 index 00000000000..11e03e5de6a --- /dev/null +++ b/docs/src/content/docs/bso/Skills/divination/efficient-divination-training.md @@ -0,0 +1,10 @@ +--- +title: "Efficient Divination training" +description: How to get to 120 and beyond +--- + +# Efficient Divination training + +If Divination is your lowest skill, then start with `/minigames tears_of_guthix start` + +Run a [Guthixian Cache](../../minigames/guthixian-cache.md) trip every day. You do NOT need to equip the diviner's outfit to receive the boost. diff --git a/docs/src/content/docs/bso/Skills/farming.md b/docs/src/content/docs/bso/Skills/farming.md new file mode 100644 index 00000000000..e4fdc1873b8 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/farming.md @@ -0,0 +1,36 @@ +--- +title: "Farming" +description: /farming plant +--- + +# Farming + +Custom Content + +- Blood Orange seed - Plant at 92 Farming in fruit tree patch, gives Blood orange when harvested (used to make Vial of Blood) +- Avocado seed - Plant at 99 Farming in bush patch, gives avocados when harvested. +- Spirit weed seed - Plat at 99 Farming in herb patch, gives [Spirit weed](herblore.md#divination-potion) when harvested. +- Athelas seed - Plant at 99 Farming in herb patch, gives Athelas Herbs when harvested. +- Mango seed - Plant at 105 Farming in bush patch, gives mangos when harvested. +- Korulsi seed - Plant at 110 Farming in herb patch, gives grimy Korulsi when harvested. +- Lychee seed - Plant at 111 Farming in bush patch, gives lychee when harvested. +- Advax berry seed - Plant at 111 Farming in bush patch, gives [Advax berry](herblore.md#divination-potion) when harvested. +- Grand crystal acorn - Plant at 115 Farming in Crystal Tree patch, gives Crystal Shards when harvested. +- Mysterious Tree seed - Plant at 120 Farming in tree patch, gives various Mystery Boxes when harvested. + +### Boosts + +- [Scroll of Farming](dungeoneering-training/dg-rewards.md#buyable-boosts-utility) - Gives +2 patches of all types. You must `/minion use item:Scroll of farming` to receive the bonus patches. +- [Master Farming Outfit](../custom-items/equippables/#master-farmer-outfit) - Gives +3 patches of all types. Obtained via crafting with 110 Crafting using Ent hides dropped from [Treebeard](../bso-custom-killables/demi-bosses/treebeard.md). Works from bank +- [Scroll of Life](dungeoneering-training/dg-rewards.md#buyable-boosts-utility) - 15% less seeds used when farming +- [Farming Master Cape](../custom-items/equippables/#master-capes) - Save 15% seeds. (50% if you have the cape and scroll of life); 1/10 chance per seed of a mystery box. +100% harvest +- 1500/3000 QP - Unlocks additional patches for custom crops +- [Plopper](../custom-items/pets.md#miscellaneous-pets) - +100% harvest and crops can't die +- [Arcane Harvester](invention/#inventions) - +100% increased yield - does not work on Mysterious Trees +- [Moondash Charm](broken-reference) - /use to gain 25% speed boost + +### Optimal Gear Setup + +### Methods + +
MethodXp / SeedXp / Harvest
Athelas1,235,50115,270,786
Korulsi386,1794,773,172
diff --git a/docs/src/content/docs/bso/Skills/firemaking.md b/docs/src/content/docs/bso/Skills/firemaking.md new file mode 100644 index 00000000000..d37d2e07b9e --- /dev/null +++ b/docs/src/content/docs/bso/Skills/firemaking.md @@ -0,0 +1,22 @@ +--- +title: "Firemaking" +description: /k name:wintertodt, /light +--- + +# Firemaking + +### Custom Content and Boosts + +- [Dwarven Greataxe](https://bso-wiki.oldschool.gg/custom-items/equippables#dwarven-equipment) - 2x boost to Wintertodt +- [Flappy](../custom-items/pets.md#perks) - 2x loot at Wintertodt +- [Firemaking master cape](../custom-items/equippables/#master-capes) - 2x loot at Wintertodt +- [Ring of Fire](../minigames/baxtorian-bathhouses.md#rewards) - 2.5% xp boost +- [Flame Gloves](../minigames/baxtorian-bathhouses.md#rewards) - 2.5% xp boost + +### Optimal Gear Setup + +Pyromancer outfit, Firemaking master cape, Dwarven greataxe, Ring of Fire, Flame Gloves + +### Methods + +
MethodXp / Hr (Average)
Wintertodt15,324,130
diff --git a/docs/src/content/docs/bso/Skills/fishing.md b/docs/src/content/docs/bso/Skills/fishing.md new file mode 100644 index 00000000000..3c49b1980f0 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/fishing.md @@ -0,0 +1,22 @@ +--- +title: "Fishing" +description: /fish +--- + +# Fishing + +### Custom Content and Boosts + +- [Shelldon](https://bso-wiki.oldschool.gg/custom-items/pets) - 2x Speed boost to Fishing +- [Klik](../custom-items/pets.md#miscellaneous-pets) - Cooks caught fish when equipped (No cooking xp granted) +- Raw Rocktails - Caught at 120 fishing +- Tackle boxes - Increases length of fishing trips according to tier of tackle box, obtained from Fishing Contest +- [Mecha Rod ](invention/#inventions)- 45% Speed boost to Fishing + +### Optimal Gear Setup + +### Methods + +| Method | Xp / Hr (Average) | +| -------- | ----------------- | +| Rocktail | 2,715,967 | diff --git a/docs/src/content/docs/bso/Skills/fletching.md b/docs/src/content/docs/bso/Skills/fletching.md new file mode 100644 index 00000000000..610c9a7dd64 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/fletching.md @@ -0,0 +1,24 @@ +--- +title: "Fletching" +description: /fletch +--- + +# Fletching + +### Custom Content and Boosts + +- Hellfire bow - Crafted using 1 [Dragon's fury](herblore.md#custom-items-and-content), twisted bow, zaryte bow, [ignecarus dragonclaw ](../bso-custom-killables/bosses/ignecarus.md#loot)and 3 smouldering stones at 110 Fletching +- Hellfire Arrows - Crafted using 1 headless and 1 Ignecarus Scale (1:1:5 ratio) at 110 Fletching +- [Scruffy](https://bso-wiki.oldschool.gg/custom-items/pets) - 2x fletching speed +- [Dwarven Knife](https://bso-wiki.oldschool.gg/custom-items/equippables#dwarven-equipment) - 2x fletching Speed (stacks with Scruffy) +- Elder Longbow (u) - Fletched from Elder logs at 105 Fletching +- Elder Longbow - Fletched with Elder Longbow (u) and bowstring at 105 Fletching +- Fletcher's Skilling Outfit - 3% bonus xp to `/fletch` + +### Optimal Gear Setup + +Scruffy, Dwarven knife, Fletching master cape, Fletcher's outfit + +### Methods + +
MethodXp / Hr
Hellfire Arrow550,851,923
Elder Bow (u)10,940,725
Elder Bow15,467,922
Elder Bow (Both)12,816,278
diff --git a/docs/src/content/docs/bso/Skills/general-information.md b/docs/src/content/docs/bso/Skills/general-information.md new file mode 100644 index 00000000000..af33b66c5a6 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/general-information.md @@ -0,0 +1,19 @@ +--- +title: "General Information" +--- + +# General Information + +All xp in BSO is granted a 5x boost from OSB/OSRS rates. + +### Global Boosts + +There are five extremely rare items called [First Age](../custom-items/equippables/#first-age) that each boost all xp gains by 1% with an additional 1% added if you have all 5 equipped. + +Having a [master cape](../custom-items/equippables/#master-capes) equipped anywhere will give a global 3% boost to all xp gained. This goes up to 8% when training the skill you have mastery in. + +A community spreadsheet, available [`here`](https://docs.google.com/spreadsheets/d/1ZMaCkbzR2TV9QVoRub74btXCc8Cw1coVff7VXUxvYkE/htmlview)`, shows all the best exp rates of each skill. You are also able to enter your own exp and see the time left to reach various xp milestones.` + +### Max Trip Length + +`There are many ways to increase your minion's max trip length in BSO. The default time is 30 minutes. This can be increased with` [`patreon`](../custom-items/patronage.md) `by 3 minutes at tier 1, 6 minutes at tier 2, and 10 minutes at tier 3+. You can gain 15 seconds for every 2.5b value (including Skipper bonus) you have sacrificied up to a maximum of +1 minute at 10b. This is multiplied 3x with tier 3+ patron for +3 minutes at 10b. The` [`Hitpoints Master Cape`](../custom-items/equippables/#master-capes)`increases your max trip length for all things /k by 20% as well as dungeoneering trips by 10% along with an additional +6.18 minutes gained from having level 120 hp. Zak will extended your max trip by 40% (these 20% and 40% boosts are not applied to the time from sac value nor from leagues). Finally for having 50k+ league points you will gain an additional +1 minute to your max trip length.`` `**`The maximum current trip length is`**` ``therefore (30+10+(110/89*5))*1.2*1.4+3+1 =`` `**`81.582`**` ``minutes` diff --git a/docs/src/content/docs/bso/Skills/herblore.md b/docs/src/content/docs/bso/Skills/herblore.md new file mode 100644 index 00000000000..69c9d7029f0 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/herblore.md @@ -0,0 +1,38 @@ +--- +title: "Herblore" +description: /mix +--- + +# Herblore + +### Custom Content and Boosts + +#### Heat res. potions + +1. Create Athelas paste from crushing the Athelas herb. /`mix name: athelas paste` +2. Craft Heat res. vials with molten glass and athelas paste. /`craft name: heat res. vial` +3. Mix a Super antifire, 4-dose brew/restore into the heat res. vial. E.g. /`mix name: heat res. brew`. + +#### Enhanced Potions + +1. Create Crystal Dust from crystal shards. `/create name:crystal dust` +2. Combine Korulsi and 10 Crystal Dust with one base potion. (Stamina, Restore, Brew, Divine Water) + +#### Divination potion + +1. Mix 1x Advax berry with 1x Spirit weed. +2. Grants variable extra energy/xp and +10 level boost when harvesting memories. This allows you to harvest higher tiers without the required level. + +- Neem Oil - made with Neem Drupe and Jug of Water. +- Dragon's Fury - (a potion made at 120 herblore using 3 Ignecarus Scales and 1 Abyssal Dragon Bones) +- [Herblore Master Cape](../custom-items/equippables/#master-capes) - 10% chance per potion made to get an extra potion +- [Mecha Mortar](invention/#inventions) - 45% Speed boost to Herblore +- [Herbert ](../custom-items/pets.md#meme-pets-and-no-perk-pets)- Perkless pet found while Mixing + +### Optimal Gear Setup + +Herblore master cape, Invention materials for Mecha Mortar invention + +### Methods + +
MethodXp / Hr
Heat Res. Potions5,168,727
Enhanced Potions3,595,636
Simple Kibble5,562,000
diff --git a/docs/src/content/docs/bso/Skills/hunter.md b/docs/src/content/docs/bso/Skills/hunter.md new file mode 100644 index 00000000000..ffd634ad9a4 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/hunter.md @@ -0,0 +1,29 @@ +--- +title: "Hunter" +description: /hunt +--- + +# Hunter + +### Custom Content and Boosts + +- Elder Birdhouses - can be set at level 99 Hunter, giving random seeds and a chance at [Grandmaster Clues](https://bso-wiki.oldschool.gg/custom-items/grandmaster-clues) +- [Scroll of the Hunt](dungeoneering-training/dg-rewards.md#buyable-boosts-utility) - +4 Birdhouses +- Sand Geckos - can be hunted at 120 Hunter, 99 Agility, and 99 Fishing, consuming 1 simple kibble per 8 geckos. They reward various mystery boxes, and have a chance to give the [Sandy](../custom-items/pets.md#resource-gathering-and-loot-affecting-pets) pet +- Eastern Ferret - can be hunted at 96 Hunter, consuming 1 delicious kibble per 2 ferrets. Chance at [Zippy](../custom-items/pets.md#miscellaneous-pets) pet +- Chimpchompas - Requires 99 hunter, any MR greegree, and 1 banana per catch as bait +- [Sandy](../custom-items/pets.md#miscellaneous-pets) - 3x hunter loot (2x sand gecko loot w/ Hunter Master Cape) +- [Hunter Master Cape](../custom-items/equippables/#master-capes) - 2x Speed boost to Hunter, +4 birdhouses, 2x loot from Sand Geckos with Sandy equipped, 2x implings +- [Quick Trap](invention/#inventions) - 25% Speed boost to Hunter + +### Optimal Gear Setup + +Hunter master cape, Sandy + +Wildy setup - Royal d'hide body and chaps (cost effective) + +### Methods + +Xp rates without Hunter Master Cape + +
MethodXp / Hr
Elder Birdhouse3,255,309
Sand Gecko562,955
Black Chinchompa1,545,000
diff --git a/docs/src/content/docs/bso/Skills/invention/README.md b/docs/src/content/docs/bso/Skills/invention/README.md new file mode 100644 index 00000000000..948f082ba66 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/invention/README.md @@ -0,0 +1,87 @@ +--- +title: "Invention" +description: /invention disassemble +--- + +# Invention + +Invention is a skill where you disassemble items to get materials, and then use those materials to make inventions. Inventions are items which give you boosts and perks, at the cost of materials. You need level 90 Crafting to train Invention. + +All aspects of the Invention skill are accessed using `/invention` + +Invention has a minigame, [Tinkering Workshop](../../minigames/tinkering-workshop.md). + +## Disassembling + +- Using `/invention disassemble` , select the item you want to disassemble. +- You will disassemble those items into materials. The materials you get are dependent on the _group_ the item is in. For example, items in the _Food_ group will give _Organic_ materials at a 100% ratio. However, some items are obviously more valuable, like a Shark vs a Trout. Check out `/invention tools command:Material Groups for a full list of items you can disassemble.` +- Use `/invention materials` to see what materials you own. Note: They are not tradeable, and cannot be transferred to other players. +- The difference between items (e.g. Shark vs Trout) is their _level_, a Shark has a higher level - and the level determines the _Junk Chance_ of the item, so a Shark is much less likely to become junk. Everything has a chance (high or small) of becoming junk. +- The amount of XP you get from disassembly is dependent on the level of the item and your invention level. + +## Research + +- Now you have materials! +- Use `/invention research` to research with a particular material type, effectively sending your minion to use this material and try to research and discover things it can make with it. +- If successful, you will discover a _blueprint_ which uses the material that you are researching with. For example, if a particular invention uses _sharp_ materials, and you're researching with _sharp_ materials, you have a chance to unlock the blueprint for it. +- Blueprints only need to be unlocked once, and they grant you the ability to create that invention. + +## Inventing + +- Now you have materials, and the blueprint for the Invention you want! +- Use `/invention invent` to create the particular invention you want. +- Inventions cost _materials_ to make, and some inventions cost items to make. These are one-time costs. +- Once you have made an invention, if its one that works from the bank, its ready to go! If it's one that needs to be equipped (like Silverhawk boosts), then you'll need to equip them. +- Inventions cost a small amount of _materials_ each time you use them. +- You can use `/config user toggle_invention invention:name` to temporarily toggle a invention off, if you don't want to use it. +- That's it! Your inventions will never break or need to be created again. You cannot trade inventions. + +## Inventions + +
Invention (level)EffectMaterials [Weight]
Superior Bonecrusher (70)25% bonus xp over Gorajan BonecrusherPious[5] Sharp[1] Magic[4]
Dwarven Toolkit (80)35% speed boost to disassemblyDwarven[8] Metallic[2]
Superior Inferno Adze (80)Automatically burns logs chopped and smelts ores mined. Costs nothing to use.Sharp[3] Base[3] Metallic[1] Magic[3]
Superior Dwarf Multicannon (80)37%-65% speed boost to pvm when cannoningStrong[4] Heavy[2] Metallic[4]
Mecha Rod (85)45% speed boost to fishingFlexible[5] Organic[3] Strong[2]
Master Hammer and Chisel (90)45% speed boost to craftingSimple[3] Sharp[2] Metallic[2] Swift[3]
Quick Trap (90)25% speed boost to box-trap huntingPrecious[1] Magic[6] Organic[3]
Silverhawk Boots (90)1.9x speed boost to agility, up to 36k agility xp/hr fully passive (Must be equipped)Swift[5] Protective[1] Dextrous[4]
Mecha Mortar (95)45% speed boost to herbloreOrganic[8] Metallic[2]
Portable Tanner (95)Tans hides you get from PvMMetallic[2] Plated[3] Organic[5]
Chincannon (100)60% speed boost to raids at cost of raid loot.Explosive (10)
Wisp-buster (100)30% xp boost to DivinationPious[4] Powerful[1] Magic[4] Heavy[1]
Divine Hand (100)30% boost to energy yield in DivinationPious[2] Magic[7] Strong[1]
Drygore axe (100)10x success multiplier to woodcutting (Compared to 8x for Dwarven)Drygore[7] Sharp[3]
Moonlight Mutator (100)Converts random seeds into zyogmite sporesOrganic[5] Magic[5]
Webshooter (100)20% speed boost to all hunting and 30% boost to passive implingsStrong[4] Flexible[4] Organic[2]
Drygore Saw (105)40% speed boost to constructionDrygore[7] Sharp[3]
Arcane Harvester (110)Increases farming yield by 100%Organic[5] Magic[5]
Clue Upgrader (110)Chance to upgrade Beginner-Elite clues to next tier when received as loot in PvM.Treasured[8] Metallic[2]
Abyssal Amulet (120)Boosts runecrafting by varying amounts depending on the runeMagic[4] Metallic[2] Treasured[2]
RoboFlappy (120)Provides double loot from minigames, replicates the effect of the discontinued pet Flappy but with material costsMagic[4] Organic[2] Metallic[4]
+ +## Tips + +- There are bank filters for every material to show all items in your bank which give a particular material. For example, if you want _sharp_ materials, you could do `/bank filter:sharp-material` to see all items you can disassemble to get some +- If your goal is just to train Invention, or to reach level 120, you can just disassemble cheap items! You don't have to disassemble expensive, valuable items. +- There's a collection log for Invention, showing all the Inventions, and the pet it comes with. + +## Boosts + +- Inventor's Outfit - 4% xp boost to disassemble + +### Disassembly Boosts + +#### Master capes Disassembly Boosts + +Master capes give a 5% junk chance reduction for a group relating to their skill. For example, the Mining master cape reduces the junk chance of the Ores group by 5% - meaning that when you're disassembling items from the Ores group, you'll be getting effectively 5% more materials! + +| Master cape | Group That It Reduces | +| ------------------------ | --------------------- | +| Smithing master cape | Metals | +| Mining master cape | Ores | +| Woodcutting master cape | Logs | +| Firemaking master cape | Ashes | +| Herblore master cape | Potions | +| Farming master cape | Organic | +| Cooking master cape | Food | +| Fishing master cape | Raw Food | +| Construction master cape | Planks | +| Fletching master cape | Bows, Unstrung Bows | +| Crafting master cape | Jewelry | +| Runecraft master cape | Talisman, Runes | +| Ranged master cape | Projectiles | +| Attack master cape | Swords, Longswords | +| Strength master cape | Blunt Weapons, Maces | +| Defence master cape | Shield, Defender | +| Magic master cape | Magic | +| Prayer master cape | Bones | + +#### Other Disassembly boosts + +| Name | Boost | +| --------------------------- | ---------------------- | +| Dwarven toolkit (Invention) | 35% faster disassembly | +| Invention master cape | 5% faster disassembly | +| Invention master cape | 5% extra materials | +| Inventor's outfit | 4% xp boost | diff --git a/docs/src/content/docs/bso/Skills/invention/efficient-disassembling-to-99.md b/docs/src/content/docs/bso/Skills/invention/efficient-disassembling-to-99.md new file mode 100644 index 00000000000..21f83f90943 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/invention/efficient-disassembling-to-99.md @@ -0,0 +1,29 @@ +--- +title: "Efficient Disassembling to 99" +--- + +# Efficient Disassembling to 99 + +This guides purpose is to serve as a quick guide to reach level 99 Invention. It is not the absolute fastest way to level 99. Nor is it the most efficient for getting a variety of materials. I recommend you reach level 99/120 first using this guide and then figure out what inventions you want to aim for. + +Consider getting the inventor's outfit from [Tinkering Workshop](../../minigames/tinkering-workshop.md) at some point, for 4% bonus XP. + +- Level 1 - 11: 652 Potato seed +- Level 11 - 26: 933 Opal bolt tips +- Level 26 - 35: 553 Jade bolt tips +- Level 35 - 40: 367 Jug of wine +- Level 40 - 42: 201 Jug of wine +- Level 42 - 45: 298 Curry tree seed +- Level 45 - 50: 727 Curry tree seed +- Level 50 - 55: 887 Gold bar +- Level 55 - 60: 1,221 Zulrah's scales +- Level 60 - 65: 1,723 Yew logs +- Level 65 - 70: 2,457 Diamond bolt tips +- Level 70 - 75: 3,507 Black Chinchompa +- Level 75 - 80: 5,089 Magic logs +- At level 80 disassemble 5-8 Dwarven Bars, research Metallic material until you unlock the Dwarven Toolkit blueprint, and invent the Dwarven Toolkit. +- Level 80 - 85: 7,389 Shark +- Level 85 - 91: 13,762 Mithril bar +- Level 91 - 95: 13,137 Manta ray +- Level 95 - 99: 18,030 Adamantite bar +- Level 99 - 120: The best xp/hr for the rest of your invention career will be disassembling level 99 items. Those being: Rocktail, Raw Rocktail, Elder Bow, Runite Bar. However this will not get you the variety of materials you need to power all of the amazing inventions. diff --git a/docs/src/content/docs/bso/Skills/mining.md b/docs/src/content/docs/bso/Skills/mining.md new file mode 100644 index 00000000000..2d1b325b921 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/mining.md @@ -0,0 +1,28 @@ +--- +title: "Mining" +description: /mine, /k name:moktang +--- + +# Mining + +### Custom Content and Boosts + +- Dark Animica - Mined at 105 mining, used to create the Void Staff +- Obsidian - Mined at 80 mining, used to create volcanic items. +- [Doug](https://bso-wiki.oldschool.gg/custom-items/pets) - gives 1.2x xp boost at Volcanic Mine +- [Dwarven Pickaxe](https://bso-wiki.oldschool.gg/custom-items/equippables#dwarven-equipment) - 1.5 tick speed mining, 3x boost to Volcanic Mine, requires 99 mining +- Volcanic pickaxe - 1.24 tick speed mining, requires 105 mining +- Offhand volcanic pickaxe - +150% quantity when mining, destroys all ores except obsidian while equipped, requires 100 Strength and 105 Mining - **This stacks with powermining** +- [Mining Master Cape](../custom-items/equippables/#master-capes) - 2x nuggets and minerals + +### Optimal Gear Setup + +Volcanic pickaxe, Offhand volcanic pickaxe, Expert mining gloves, Prospectors outfit, Mining master cape + +### Methods + +| Method | Xp / Hr at 120 Mining | +| ---------------------------------------------------- | --------------------- | +| Dark Animica | 2m | +| Volcanic Mine | 1,413,304 | +| [Moktang](../bso-custom-killables/bosses/moktang.md) | 1,676,614 | diff --git a/docs/src/content/docs/bso/Skills/prayer.md b/docs/src/content/docs/bso/Skills/prayer.md new file mode 100644 index 00000000000..ec8837992f6 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/prayer.md @@ -0,0 +1,29 @@ +--- +title: "Prayer" +description: /offer +--- + +# Prayer + +### Custom Content and Boosts + +- [Lil' Lamb](../custom-items/pets.md#miscellaneous-pets) - 2x-4x xp boost from `/offer` +- Abyssal Dragon Bones - Bis bones obtained from [Malygos](../bso-custom-killables/demi-bosses/malygos.md) +- Royal Dragon Bones - Bis bones obtained from [QBD](../bso-custom-killables/demi-bosses/queen-black-dragon.md) +- Gorajan Bonecrusher - Passively crushes bones obtained from `/k` trips. Create by combining the [Gorajan Bonecrusher (u)](dungeoneering-training/#starting-out) with 3 gorajan shards +- [Prayer Master Cape](../custom-items/equippables/#master-capes) - 40% Less Prayer Potions consumed while using Dwarven Blessing +- [Superior Bonecrusher](invention/#inventions) - 25% xp boost to the Gorajan Bonecrusher + +### Optimal Gear Setup + +Lil Lamb, Prayer master cape + +equipped in skilling: zealot robes + +### Methods + +| Method | Xp / Hr (Average) | +| ------------------------------ | ----------------- | +| Offering Abyssal / Royal bones | 42,431,264 | + +**n.b.** Xp shown in the trip return message does not include the BSO 5x multiplier or any cape multipliers/first age. diff --git a/docs/src/content/docs/bso/Skills/runecraft.md b/docs/src/content/docs/bso/Skills/runecraft.md new file mode 100644 index 00000000000..58eee1291d9 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/runecraft.md @@ -0,0 +1,38 @@ +--- +title: "Runecraft" +description: /runecraft +--- + +# Runecraft + +### Custom Content and Boosts + +- Elder Runecrafting - the process of creating Elder Runes, which are unlocked when you have an [Elder Talisman](../minigames/ourania-delivery-service-ods.md#ods-shop). Need level 105 to craft. +- Abyssal pouch - Holds 64 essence (increases maximum to +89 inv spaces from pouches). Created using a giant pouch and an [abyssal thread](../bso-custom-killables/demi-bosses/malygos.md#loot) with /`create`**`item:`**`abyssal pouch.` Requires 90 RC to use. Ensure you create a new giant pouch after creating this. +- Elder pouch - Holds 128 essence (increases maximum to +216 inv spaces from pouches). Created using an Abyssal pouch and an [elder thread](../minigames/ourania-delivery-service-ods.md#ods-shop) with `/create`**`item:`**`elder pouch.` Requires level 105 RC to use. Ensure you create a new Abyssal pouch after creating this. +- [Obis](../custom-items/pets.md#miscellaneous-pets) - 2x speed boost to Runecraft but uses 3x essence +- [Master runecrafter outfit](../minigames/ourania-delivery-service-ods.md#ods-shop) - 10% xp boost to Runecraft +- Lvl 120 Runecraft - 2x Elder runes +- [Runecraft master cape](../custom-items/equippables/#master-capes) - 2x speed boost to Runecraft +- [Abyssal Amulet](invention/#inventions) - Invention that boosts runecraft xp by varying amounts depending on the 'tier' of the rune. See the table below + +| Rune(s) | Boost | +| ----------------------------------------------------------------- | ----- | +| Fire rune, Water rune, Air rune, Earth rune, Body rune, Mind rune | 65% | +| Mist rune, Mud rune, Dust rune | 35% | +| Lava rune, Steam rune,Smoke rune | 20% | +| Death rune, Astral rune, Wrath rune, Law rune, Nature rune | 50% | +| Chaos rune, Cosmic Rune | 60% | +| Blood rune, Soul rune | 65% | +| Blood rune (zeah), Soul rune (zeah) | 95% | +| Elder rune | 65% | + +### Optimal Gear Setup + +Equipped anywhere: Full Graceful, Runecraft master cape, Obis, Master runecrafter outfit + +Equipped in skilling: Raiments outfit + +### Methods + +
MethodXp / Hr
ODS~211k
Lava Runes4,997,932
Elder Runes5,788,081
diff --git a/docs/src/content/docs/bso/Skills/slayer/README.md b/docs/src/content/docs/bso/Skills/slayer/README.md new file mode 100644 index 00000000000..3fd4fe9d2ab --- /dev/null +++ b/docs/src/content/docs/bso/Skills/slayer/README.md @@ -0,0 +1,29 @@ +--- +title: "Slayer" +description: /slayer new_task +--- + +# Slayer + +### Custom Content and Boosts + +- [Infernal Slayer Helm](../../minigames/emerged-zuk-inferno.md#rewards-all-are-untradeable) - Provides a +18% boost on task (+22% when imbued) +- [Scroll of Longevity](../dungeoneering-training/dg-rewards.md#buyable-boosts-utility) - 2x task length +- Size Matters - 2x task length +- Pore Decisions - Unlocks tasks within the [Polypore Dungeon](https://bso-wiki.oldschool.gg/custom-items/custom-monsters#polypore-dungeon) +- Block and Roll (5000 Slayer Points) - +3 blocks +- elite combat achievements - 25% more superiors +- [Slayer Master Cape](../../custom-items/equippables/#master-capes) - Doubles the amount of superiors you kill on a task + +n.b. for boosts please see the [combat skills](../combat-skills.md) section + +### Methods + +For EHP only use Konar and adhere to the following blocks, skips, and unlocks + +- Blocks: Hydras, Drakes, Wyrms, Black Demons, Cave Krakens, Hellhounds, Greater Demons, Kalphites, Fire Giants +- Skips: Aberrant Spectres, Adamant Dragons, Blue Dragons, Brine Rats, Bronze Dragons, Gargoyles, Iron Dragons, Kurasks, Mutated Zygomites, Rune Dragons, Skeletal Wyverns, Steel Dragons, Trolls, Turoths, Waterfieds. +- Task Extensions: Nechs Please, To dust you shall return, Bleed me dry, Ankou Very Much, Augment my Abbies +- Unlock Stop the Wyvern and do not unlock any additional tasks. + +With all of these steps in place, one can expect to receive a rough average of 3m xp/h. diff --git a/docs/src/content/docs/bso/Skills/slayer/slayer-masks-helms.md b/docs/src/content/docs/bso/Skills/slayer/slayer-masks-helms.md new file mode 100644 index 00000000000..18a9e85608a --- /dev/null +++ b/docs/src/content/docs/bso/Skills/slayer/slayer-masks-helms.md @@ -0,0 +1,75 @@ +--- +title: "Slayer Masks / Helms" +--- + +# Slayer Masks / Helms + +**To get a slayer mask as a drop, you need to have the slayer reward 'Maskuerade' unlocked.** Some of the monsters need to be unlocked. **You need to be on task** to receive a mask, and to also gain kills towards upgrading into the slayer helm. + +Slayer masks are drops from certain slayer monsters. They can then be upgraded into a Slayer helmet by killing the associated monster while owning the mask. + +### Requirements + +Slayer rewards: + +- Maskuerade - 750 points +- Pore Decisions - 600 points +- Basilocked - 80 points +- Need more darkness - 100 points (Not 100% required, but makes it \~5x longer to complete) + +### Masks and Rates + +The Mask drop rate and kills to upgrade into a slayer helmet are as followed: + +
Mask/HelmDroprate (1/X)Kills/upgradeMonsters
Aberrant3403400Aberrant Spectre
Abyssal3403400Abyssal Demon, Abyssal Sire
Banshee's3403400Banshee, Twisted Banshee
Basilisk3403400Basilisk, Basilisk Knight
Black demononical3403400Black Demon
Bloodveld3403400Bloodveld, Mutated bloodveld
Cockatrice3403400Cockatrice
Crawling hand1401400Crawling Hand
Dagannoth3403400Dagannoth, Dagannoth Prime, Dagannoth Rex, Dagannoth Supreme
Dark beast3003000Dark Beast
Dust Devil3403400Dust Devil
Ganodermic3403400Ganodermic Beast, Ganodermic Runt
Gargoyle3403400Gargoyle, Grotesque Guardians
Jelly3403400Jelly, Warped Jelly
Kurask3403400Kurask
Troll3403400Mountain Troll, Ice Troll, Reanimated Troll
+ +### Efficient Slayer Rewards + +Basilocked and Pore Decisions need to be unlocked in order to be assigned the monsters. Other rewards can be locked/unlocked in order to increase your chance of getting a mask dropping task. + +
RewardUnlocked?
Seeing Redfalse
I hope you mith mefalse
Watch the birdiefalse
Hot Stufffalse
Reptile got rippedfalse
Like a bossfalse
Basilockedfalse
Actual Vampyre Slayerfalse
Pore Decisionstrue
Stop the Wyverntrue
+ +Other rewards can be active in order to increase the task length of mask dropping monsters. This doesn't necessarily make it faster to get all slayer helmets, as some masks take considerably more time. It might make more sense to unlock others to increase Slayer xp/h. + +
MonsterExtension rewardUnlocked?
AberrantSmell ya laterfalse
AbyssalAugment my abbiestrue
BasiliskBasilongerfalse
Black demonIts Dark In Herefalse
BloodveldBleed me drytrue
Dark beastNeed more darknesstrue
Dust DevilTo dust you shall returntrue
GargoyleGet Smashedfalse
2x all tasksSize Matterstrue
2x all tasks(Dungeoneering scroll) Scroll of longevitytrue
+ +### Slayer Masters + +#### Slayer XP efficient method + +1. Always do task streaks at Konar +2. Complete Ganodermic at Nieve +3. Complete Cockatrice, Crawling hand, Banshee at Mazchna +4. Complete the rest at Konar doing efficient xp/h methods, ensuring you can receive tasks (unlocked and not blocked) + +**Slayer helm efficient method** + +Mask + +Presuming all slayer rewards are set up for efficient mask/slayer helmet hunting, the following is most efficient based on average RNG: + +1. Always do Konar for slayer streaks (10th, 50th, 100th, 250th 1000th streak), this gives more slayer points to skip. +2. Use Chaeldar as your default slayer master until you have a Ganodermic Slayer Helm. +3. Mazchna to finish Banshee/Crawling hand/Cocatrice KC +4. Finish anything else at Konar. + +This should have you finish all masks. If not, use the below. + +
Chance of each mask task per "New Task". Efficient unlock/locks assumed. No block list accounted for.
+ +
Average task length per "New task". Efficient extensions assumed (Dark beast only).
+ +To make Chaeldar more efficient, you can use the following blocks. + +- Cave Kraken +- Iron Dragon +- Spiritual Creature +- Bronze Dragon +- Cave Horror +- Jungle Horror +- Turoth +- Greater Demon +- Hellhound +- Black Demons after helm is complete - replace cave horror, jungle horror, and turoth with these 3 +- Trolls after helm is complete +- Gargoyles after helm is complete diff --git a/docs/src/content/docs/bso/Skills/smithing.md b/docs/src/content/docs/bso/Skills/smithing.md new file mode 100644 index 00000000000..66d1eab540b --- /dev/null +++ b/docs/src/content/docs/bso/Skills/smithing.md @@ -0,0 +1,37 @@ +--- +title: "Smithing" +description: /smith, /smelt +--- + +# Smithing + +### Custom Content and Boosts + +- [Blacksmith Equipment](../custom-items/equippables/#blacksmith-equipment) - 10% bonus xp to `/smith` and `/smelt`, works from bank +- [Takon](../custom-items/pets.md#miscellaneous-pets) - 4x boost to `/smith` (does not stack with Dwarven Greathammer) +- [Dwarven Ore](../bso-custom-killables/bosses/king-goldemar.md#loot) - Ore used to smith dwarven bars. Must have Klik to smelt and 99 smithing. + +n.b. _There is a 35% chance to fail smelting the bar. The ore is used in the attempt._ + +- Dwarven Bar - bars which are used to make a variety of [Dwarven Equipment](../custom-items/equippables/#dwarven-equipment). Must have the full blacksmith outfit equipped to smith the bars. +- [Dwarven Greathammer](../custom-items/equippables/#dwarven-tools) - 2x boost to /smith (does not stack with Takon) +- [Dwarven Gauntlets](../custom-items/equippables/#dwarven-tools) - 2x boost to /smelt (Does not work with gold bars at blast furnace) +- [Smithing Master Cape](../custom-items/equippables/#master-capes) - halves failure rate when smelting ore, 2x boost to Blast Furnace +- [Scroll of Efficiency](dungeoneering-training/dg-rewards.md#buyable-boosts-utility) - Saves 15% of the bars used + +### Optimal Gear Setup + +Takon, Smithing Master Cape, smiths outfit in skilling + +### Methods + +| Method | Xp / Hr | +| ----------------- | --------- | +| Bf Gold | 2,010,777 | +| Adamant Platebody | 5,048,020 | +| 3-bar Rune items | 4,318,729 | +| Rune Platebody | 6,057,624 | + +### Custom smithables + +Sun-metal / Sun god items [solis.md](../bso-custom-killables/demi-bosses/solis.md "mention") diff --git a/docs/src/content/docs/bso/Skills/thieving.md b/docs/src/content/docs/bso/Skills/thieving.md new file mode 100644 index 00000000000..275a567f548 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/thieving.md @@ -0,0 +1,24 @@ +--- +title: "Thieving" +description: /steal +--- + +# Thieving + +### Custom Content and Boosts + +- [Wilvus](../custom-items/pets.md#miscellaneous-pets) - 2x Speed boost to `/steal` +- [Thieving Master Cape](../custom-items/equippables/#master-capes) - 30% Speed boost to `/steal` +- Thieves' Armband: + - Drops from sending trips with [Wilvus](../custom-items/pets.md#resource-gathering-and-loot-affecting-pets) equipped at a rate of 1/5,000 per 6 minutes (rounded up) in a trip. i.e. a 30 minute trip will give 5x 1/5,000 rolls, a 10 minute trip will give 2x 1/5,000 rolls etc. + - 50% increased success chance when pickpocketing. This effect works from the bank. + - 3x Loot from pickpocketing, excluding Blood shard, Enhanced crystal teleport seed and clue scrolls. Must be equipped for this effect. + - While equipped this can break at a rate of 1/2,400 per minute of your trip. This cannot be repaired once broken. +- Black knight guard - Requires 90% Zamorak god favor. 1/215 chance to get the Dark Temple key which allows you to `/k name:Elite Black Knight` . +- Royal dwarven guard - An alternative way of leveling at 99 and beyond. Around one third of XP/h at Vyre's but reward around 45m coins per hour. + +### Optimal Gear Setup + +### Methods + +
MethodXp / Hr
Pickpocket Vyre9,483,210
diff --git a/docs/src/content/docs/bso/Skills/woodcutting.md b/docs/src/content/docs/bso/Skills/woodcutting.md new file mode 100644 index 00000000000..90212776b58 --- /dev/null +++ b/docs/src/content/docs/bso/Skills/woodcutting.md @@ -0,0 +1,21 @@ +--- +title: "Woodcutting" +description: /chop +--- + +# Woodcutting + +### **Custom Content and Boosts** + +- [Dwarven Greataxe](../custom-items/equippables/#dwarven-tools) - speed (requires lvl 99 wc) +- [Drygore Axe](invention/#inventions) - speed +- Elder Logs - logs obtained from Elder trees at lvl 105 wc +- [Woodcutting Master Cape](../custom-items/equippables/#master-capes) - 2x Woodcutting loot + +### Optimal Gear Setup + +Full lumberjack outfit in skilling, Drygore Axe, Woodcutting master cape + +### Methods + +
MethodXp / Hr
Elder Logs2,130,514 (varies)
diff --git a/docs/src/content/docs/bso/Tames/README.md b/docs/src/content/docs/bso/Tames/README.md new file mode 100644 index 00000000000..8889048d7e5 --- /dev/null +++ b/docs/src/content/docs/bso/Tames/README.md @@ -0,0 +1,58 @@ +--- +title: "Tames" +--- + +# Tames + +A tame is a special form of pet that isn't in your bank or equipped. You can send the tame out on trips. + +Every tame has a combat level (Dragon) or a gatherer score (Monkey). + +Items that your tames get will not be added to your collection log. + +**Currently the only tames that are in game are:**\ +The Dragon tame which does combat, see [Igne Tame](igne-tame.md).\ +The Monkey tame which does collect trips, see [Monkey Tame](monkey-tame.md). + +| Commands | Description | +| -------------------------------------------------- | --------------------------------- | +| `/tames status` | Shows current tame's status | +| `/tames list` | Shows a list of all tames | +| `/tames view [name/id]` | Shows info about a tame | +| `/tames select [name/id]` | Selects a tame | +| `/tames set_name [name`] | Sets the tame's name | +| `/tames feed [items]` | Feeds your tame items | +| `/tames kill [monster]` | Send tame on PvM trip | +| `/tames collect [item]` | Send tame on collection trip | +| `/tames cancel` | Cancels your tame's trip | +| `/tames equip [item]` | Equip a igne claw or armor item | +| `/tames unequip [item]` | Unequip a igne claw or armor item | +| `/cl name:[boss] type:Tame (Tames Collection Log)` | View your tames collection log | + +## Hatching the Tame + +In order to hatch the tame you must build a nursery with `/nursery build`.\ +You will need 105 Construction along with 200 elder planks, 10 marble blocks and 500 feathers to build the nursery. + +Once the nursery is built you can then fuel the nursery with `/nursery fuel`\ +Fuelling the nursery will require 2,500 elder logs and 10,000 coal. + +Finally, once you have satisfied these requirements you can add your egg to the nursery i.e. `/nursery add_egg item:Dragon egg` + +Note: The ring of luck provides a 3% boost to the chance that on hatch the tame will be a shiny. + +## Merging Tames + +Tames can be merged using the following commands: `/tames select x` to select the tame you wish to keep, then `/tames merge y` to merge `y` into `x`, deleting `y` in the process. **There is no way to revert this.** + +Both tames do not need to be adults. + +When a tame is merged, all of the following will be kept: + +- All items fed to either tame +- All items collected by either tame +- The stats of both tames will be merged, keeping the highest of both tames + +To merge two Igne tames, you must have 110 Runecraft, 110 Magic, and 110 Herblore, and it will cost 100 Ignecarus scales, 6 zenyte, 10 onyx, 1 draconic visage, 2,500 soul runes, 600 astral runes, and 100 elder runes. There is a 10 million coin fee for merging tames.\ +\ +To merge two Monkey tames, you must have 110 Runecraft, 110 Magic, and 110 Herblore, and it will cost 3000 bananas, 50 magic bananas, 1 chimpling jar, 2,500 soul runes, 600 astral runes, and 100 elder runes. diff --git a/docs/src/content/docs/bso/Tames/eagle-tame.md b/docs/src/content/docs/bso/Tames/eagle-tame.md new file mode 100644 index 00000000000..bb2399f5a6b --- /dev/null +++ b/docs/src/content/docs/bso/Tames/eagle-tame.md @@ -0,0 +1,12 @@ +--- +title: "Eagle Tame" +--- + +# Eagle Tame + +## Boosts + +You can feed the dragon tame certain items with `/tames feed [item]`\ +**Note:** Feeding any other items (food included) will have no effect\\ + +
ItemBoost
Impling Locatorchance to find implings
Equip, do not feed: Divine Ring15% speed boost, doubles chance of gmc from master caskets
Equip, do not feed: Abyssal Jibwings5% chance per clue of getting a roll at the tier below what you're doing
Equip, do not feed: Abyssal Jibwings e+30 minutes max trip length
Equip, do not feed: Demonic Jibwings30% chance to not use any food
Equip, do not feed: Demonic Jibwings e+30 minutes max trip length
Equip, do not feed: Third Age JiewingsDoubles all gp received
Equip, do not feed: Third Age jibwings e+30 minutes max trip length
diff --git a/docs/src/content/docs/bso/Tames/igne-equipment.md b/docs/src/content/docs/bso/Tames/igne-equipment.md new file mode 100644 index 00000000000..4d50bd70a05 --- /dev/null +++ b/docs/src/content/docs/bso/Tames/igne-equipment.md @@ -0,0 +1,33 @@ +--- +title: "Igne Equipment" +description: Igne Claws can be created to give your Igne tame a PvM speed boost +--- + +# Igne Equipment + +**`Warning: Do NOT feed your claws or armor to your tame. You will not get any boost and lose the item forever.`** + +You can create each tier of igne claws and armor by using the `/create` command, starting with **Runite igne claws or Dragon Igne Armor**. + +To equip igne claws and armor, use `/tames equip` and select the tier you would like to equip. To unequip (and upgrade) the igne equipment, use `/tames unequip` + +Each set of claws and armor require a certain _**smithing, crafting, and invention**_ level to create them: + +- Runite: Level 80 (Claws only tier) +- Dragon: Level 85 +- Barrows: Level 90 +- Volcanic: Level 95 +- Justiciar: Level 95**\*\*** (Armor only tier) +- Drygore: Level 100 +- Dwarven: Level 110 +- Gorajan: Level 120 + +**\*\***Justiciar requires Level 99 invention to disassemble + +### Igne Claw Creation + +
Tier + PvM BoostMaterials CostSpeed Boost
Runite (5%)Igne Gear frame, 30x runite bar, 10x leather, 1000x metallic, 500x strong, 500x flexible, 500x sharp5%
Dragon (8%)Runite Igne Claws, Dragon Claws, 10x leather, 1500x metallic, 200x strong, 200x sharp, 200x flexible, 50x orikalkum 8%
Barrows (14%)Dragon Igne Claws, 10x leather, 1500x metallic, 200x strong, 200x flexible, 200x sharp, 100x barrows14%
Volcanic (17%)Barrows Igne Claws, 10x leather, 250x Obsidian Shards, 2x Volcanic Shards, 1500x metallic, 200x strong, 200x flexible, 200x sharp17%
Drygore (22%)Volcanic Igne Claws, 10x leather, 2000x drygore, 1500x metallic, 200x strong, 200x flexible, 200x sharp22%
Dwarven (27%)Drygore Igne Claws, 10x leather, 2500x dwarven, 1500x metallic, 200x strong, 200x flexible, 200x sharp27%
Gorajan (35%)Dwarven Igne Claws, 10x leather, 2x gorajan shards, 2000x metallic, 200x strong, 200x flexible, 200x sharp35%
Grand TotalIgne Gear Frame, 30 Runite Bars, 70 Leather, 10,500 Metallic, 1,700 Strong, 1,700 Flexible, 1,700 Sharp, 50 Orikalkum, 100 Barrows, 2,000 Drygore, 250 Obsidian Shards, 2 Volcanic Shards, 2,500 Dwarven, 2 Gorajan Shards-
+ +### Igne Armor Creation + +
NameFood ReductionCox/Tob Death ChanceMaterials Cost
Dragon Igne Armor5%85%Igne gear frame, 10x leather, 1500x metallic, 200x strong, 1000x protective, 80x orikalkum
Barrows Igne Armor8%75%Dragon Igne Armor, 10x leather, 1500x metallic, 200x strong, 200x protective, 100x barrows
Volcanic Igne Armor10%65%Barrows Igne Armor, 10x leather, 250x Obsidian Shards, 2x Volcanic Shards, 1500x metallic, 200x strong, 200x protective
Justiciar Igne Armor15%50%Volcanic Igne Armor, 10x leather, 1500x metallic, 200x strong, 200x protective, 5x justiciar
Drygore Igne Armor22%30%Justiciar Igne Armor, 10x leather, 2500x drygore, 1500x metallic, 200x strong, 200x protective
Dwarven Igne Armor27%10%Drygore Igne Armor, 10x leather, 3000x dwarven, 1500x metallic, 200x strong, 200x protective
Gorajan Igne Armor33%5%Dwarven Igne Armor, 10x leather, 2x Gorajan shards, 2000x metallic, 200x strong, 200x protective
Grand TotalIgne gear frame, 70 leather, 11,000 metallic, 1,400 strong, 2,200 protective, 80 orikalkum, 100 barrows, 5 justiciar, 2500 drygore, 3000 dwarven, 250 obsidian shards, 2 volcanic shards, 2 gorajan shards
diff --git a/docs/src/content/docs/bso/Tames/igne-tame.md b/docs/src/content/docs/bso/Tames/igne-tame.md new file mode 100644 index 00000000000..60cf89a9644 --- /dev/null +++ b/docs/src/content/docs/bso/Tames/igne-tame.md @@ -0,0 +1,49 @@ +--- +title: "Igne Tame" +--- + +# Igne Tame + +Once you have received a Dragon Egg drop from Ignecarus, you can go about growing your own tame! + +You can send the dragon tame out on PvM trips and it will get you loot. + +Having an idle dragon tame gives a 20% reduction in log and ore cost at the [Baxtorian Bathhouses](../../minigames/baxtorian-bathhouses.md#boosts). + +## Hatching the Tame + +The dragon tame will take 18.5 hours to hatch. Once hatched there is a 1/30 chance its a rare shiny dragon, which is increased by 3% (to 1/29) with a Ring of luck equipped or in the bank. + +See [Tames](./#hatching-the-tame) for more information on hatching it. + +## Growth + +It starts off as a baby, but grows from baby -> juvenile -> adult. At the adult stage, its the strongest. It grows up over time while doing PvM trips. You need to feed it raw food each time it goes on a trip. + +When your tame hatches, their stats are decided. However, it doesn't reach its full potential until it's fully grown. You can calculate what max-stats your dragon will have by multiplying the baby stats by 3 (keeping in mind rounding up/down). This stat influences how fast it does PvM trips. + +You can send the dragon tame on trips with `/tames kill [monster]`. + +For more information on tame commands see [Tames](./) + +## Boosts + +You can feed the dragon tame certain items with `/tames feed [item]`\ +**Note:** Feeding any other items (food included) will have no effect\\ + +
ItemBoost
Abyssal Cape20% food reduction
Zak+35 minutes to trip lengths
Ori25% extra loot
Dwarven Warhammer30% speed boost
Mr. E1/12 chance to double loot
Impling Locatorchance to find implings
Equip, do not feed: Igne Claws5-35% (See Igne Claws)
Equip, do not feed: Igne ArmorAllow you to kill additional monsters, as well as reduce food usage by 5-33% (See Igne Armor)
+ +### Boss requirements + +Certain [demi bosses](../../bso-custom-killables/demi-bosses/) require a minimum tier of [Igne Armor](igne-equipment.md#igne-armor-creation) to be killed. + +A minimum of Justiciar igne armor is needed for the following: + +- [Nihiliz](../../bso-custom-killables/demi-bosses/nihiliz.md) +- [Treebeard](../../bso-custom-killables/demi-bosses/treebeard.md) +- [Queen Black Dragon](../../bso-custom-killables/demi-bosses/queen-black-dragon.md) +- [Sea Kraken](../../bso-custom-killables/demi-bosses/sea-kraken.md) +- [Malygos](../../bso-custom-killables/demi-bosses/malygos.md) +- Callisto +- Vet'ion +- Venenatis diff --git a/docs/src/content/docs/bso/Tames/monkey-staff-and-spells.md b/docs/src/content/docs/bso/Tames/monkey-staff-and-spells.md new file mode 100644 index 00000000000..1fcb6d19d89 --- /dev/null +++ b/docs/src/content/docs/bso/Tames/monkey-staff-and-spells.md @@ -0,0 +1,22 @@ +--- +title: "Monkey staff and spells" +description: Seamonkey staffs allows your monkey to cast spells +--- + +# Monkey Staff & Spells + +You can acquire a t1 staff then upgrade it to higher tiers using the create command `/create item:Seamonkey staff (t1)` + +### Seamonkey staff Creation + +
Staff TierSpeed BoostCostMagic level
T15%1x Polypore staff95
T28%1x Oceanic relic, 1x Seamonkey staff (t1)105
T314%1x Aquifer aegis, 1x Seamonkey staff (t2)115
+ +A tier 2 staff is needed to cast any spell currently. The tier 3 staff boosts your cast time by 12% + +Feeding your monkey a Klik boosts your Tan leather cast time by a further 22% + +### Seamonkey Spells + +Tame spells are cast with `/tames cast` + +
SpellCost
Tan LeatherPer 5 casts: 5x Fire rune, 1x Nature rune, 2x Astral rune
Plank MakePer 1 cast: 15x Earth rune, 1x Nature rune, 2x Astral rune, Coins (Regular:70 | Oak:175 | Teak:350 | Mahogany:1,050 | Elder:5950)
Spin flaxPer 5 casts: 5x Flax, 5x Air rune, 1x Nature rune, 2x Astral rune
Superglass makePer 3 casts: 3x Giant seaweed, 18x Bucket of sand, 10x Air rune, 6x Fire rune, 2x Astral rune
diff --git a/docs/src/content/docs/bso/Tames/monkey-tame.md b/docs/src/content/docs/bso/Tames/monkey-tame.md new file mode 100644 index 00000000000..78430239b4c --- /dev/null +++ b/docs/src/content/docs/bso/Tames/monkey-tame.md @@ -0,0 +1,30 @@ +--- +title: "Monkey Tame" +description: Monkey tame, hatched from Monkey Egg. +--- + +# Monkey Tame + +Congratulations! You have beat enough monkeys to be rewarded with your very own chimp!\ +Your ape can run around and gather supplies for you while you monkey around elsewhere. + +## Hatching the Tame + +There are no specific requirements to hatch the monkey tame. See [Tames](./#hatching-the-tame) for more information on hatching it. + +On hatching, there is a 1/60 chance that it could be a shiny monkey, which is increased by 3% (to 1/58) with a Ring of luck equipped or in the bank. + +## Growth + +Upon getting a Monkey Egg, you can put it in your nursery and hatch it. It will take 4.5 hours to hatch. Once hatched it will grow over time from a baby -> juvenile -> adult. + +In order for the tame to grow you have to send it out on collecting trips\ +Like the `/collect` command, you can send your monkey tame off to go collect items. e.g. `/tames collect blue dragon scale` + +A baby monkey is equivalent to the collecting speed of a minion, an adult monkey can get over 3x faster, with the 2 fed item boosts! + +For more information on tame commands see [Tames](./) + +## Boosts + +
ItemBoostCollectCast
ZakAdds 35 minutes to trip lengthtruetrue
Voidling10% collecting speed increasetruefalse
Ring of Endurance10% collecting speed increasetruefalse
Mr. E1/12 chance to double loottruefalse
Klik22% casting speed increasefalsetrue
diff --git a/docs/src/content/docs/bso/changelog.md b/docs/src/content/docs/bso/changelog.md new file mode 100644 index 00000000000..c965d6f9f70 --- /dev/null +++ b/docs/src/content/docs/bso/changelog.md @@ -0,0 +1,22 @@ +--- +title: "Changelog" +sidebar: + order: 1 +--- + +Generally only changes that are specific to BSO are included here, for a full list of OSB changes see the [OSB Changelog](/changelog). + +# 2/10/2024 + +We now have a new wiki at https://wiki.oldschool.gg/, and the BSO Wiki is now combined together with the OSB wiki. Many pages are out of date, I'm trying to update pages when I have time. Currently, the only way to contribute to the new wiki is by editing files in [this folder on github](https://github.com/oldschoolgg/oldschoolbot/tree/master/docs/src/content/docs). + +### [[nwjgit]] + +- PMBs now automatically have new pets added +- Allow multiple colosseum attempts per trip +- Add boosts for BSO items to colosseum +- Fixed requirements for Music cape(t) +- Make spooky graceful dc and remove it from the graceful cl +- Remove [[Partyhat set]] & [[Partyhat & specs]] from the creatables CL to the christmas cracker CL +- Updated muspah gear for bso, adding a boost for void staff, hellfire bow, gorajan, etc. +- Fixed the [[Tidal collector (i)]], which now requires 5x Blessed dizana's quiver to create. diff --git a/docs/src/content/docs/bso/getting-started.md b/docs/src/content/docs/bso/getting-started.md new file mode 100644 index 00000000000..98466eff3f8 --- /dev/null +++ b/docs/src/content/docs/bso/getting-started.md @@ -0,0 +1,17 @@ +--- +title: "Getting Started with BSO" +sidebar: + order: 1 +--- + +This guide assumes you have bought a minion (`/minion buy`) and have read the [OSB Starter Guide](https://wiki.oldschool.gg/getting-started/beginner-guide). Once you have mid-level equipment (Barrow's or Godwars equipment) and a few mid to high level stats (80s+), then you are done with the early game prep for BSO.\ +\ +Most of the content within BSO takes place in the endgame, with a few exceptions such as [QBD](https://bso-wiki.oldschool.gg/bosses/demi-bosses/queen-black-dragon), [Dungeoneering](skills/dungeoneering-training/), and some [custom pets](custom-items/pets.md). To build up early money aside from what you earn levelling skills, it is advised to frequently redeem your `/minion daily`, as well as opening or selling any mystery boxes you may receive for extra money. You can also earn decent money while training combat stats by levelling your [Slayer](https://bso-wiki.oldschool.gg/skills/slayer) skill. Much of the content before doing end game content (which consists mainly of custom bosses) is levelling stats and gathering money to purchase better gear from other players.\ +\ +Once you have a decent amount of money, you can kill demi-bosses as a method of earning a decent amount of cash from unique drops and [Grandmaster Clues](https://bso-wiki.oldschool.gg/custom-items/grandmaster-clues). These demi-bosses consist of, in order from lowest requirements to highest: [Queen Black Dragon](https://bso-wiki.oldschool.gg/bosses/demi-bosses/queen-black-dragon), [Sea Kraken](https://bso-wiki.oldschool.gg/bosses/demi-bosses/sea-kraken), [Treebeard](https://bso-wiki.oldschool.gg/bosses/demi-bosses/treebeard)\*, [Malygos](https://bso-wiki.oldschool.gg/bosses/demi-bosses/malygos)\*, [Nihiliz](bso-custom-killables/demi-bosses/nihiliz.md)\*\ +\ +\*These bosses are better fought with higher tier equipment, so read the following:\ +\ +It is advised that after you have killed the demi-bosses enough to afford better gear to focus on killing [Kalphite King](https://bso-wiki.oldschool.gg/bosses/kalphite-king) and [Nex](https://bso-wiki.oldschool.gg/bosses/nex) for the best weapons and armour, respectively. Having these gear pieces unlocks the current end stage of the game, consisting of bosses with high requirements and high rewards. [Vasa Magus](https://bso-wiki.oldschool.gg/bosses/vasa-magus), [King Goldemar](https://bso-wiki.oldschool.gg/bosses/king-goldemar), [Ignecarus](https://bso-wiki.oldschool.gg/bosses/ignecarus), and [Emerged Zuk](minigames/emerged-zuk-inferno.md) are all late-game bosses that reward BIS gear items for different activities.\ +\ +As far as content goes, the above is the current endgame for PvM. However, there are various skilling activities and minigames not listed in this guide that are easily accessed on other wiki pages. If you wish to be more involved with BSO then it is highly recommended that you read up on a few, if not most, of the wiki pages in order to have a better grasp on everything available within the bot. diff --git a/docs/src/content/docs/bso/grandmaster-clues.md b/docs/src/content/docs/bso/grandmaster-clues.md new file mode 100644 index 00000000000..4e39d8b9cd8 --- /dev/null +++ b/docs/src/content/docs/bso/grandmaster-clues.md @@ -0,0 +1,67 @@ +--- +title: "Grandmaster Clues" +sidebar: + order: 3 +--- + +## Prerequisites + +- 250 QP +- Level 90 in all skills +- 'Actual clues completed' - You have the clue drop on CL, you have run trips of the clues, and you have opened the caskets as followed: + - Easy - 300 + - Medium - 250 + - Hard - 200 + - Elite - 150 + - Master - 100 + +Master clue scrolls can be created by Watson by using the `/create item:Master clue quantity:[#]` command if you have the required lower-tier clue scrolls in your bank. + +## Boosts + +- [Clue global boosts, information can be found on the OSB Wiki page](https://wiki.oldschool.gg/miscellaneous/clue-scrolls/boosts#global-boosts) +- [Clue Hunter Outfit](equippables/#clue-hunter-outfit) - 2x speed +- [Zippy](https://bso-wiki.oldschool.gg/custom-items/pets#resource-gathering-and-loot-effecting-pets) - 1/15 chance to double, chance of Beginner to Master caskets, UMB and TMB (stacks with global double) +- Clue score - up to 10% at roughly 60 clues completed + +## Obtaining + +Grandmaster Clues can be received from a wide range of content. The rates are not included here because they change often and vary greatly between sources. A list of common sources is as follows: + +[Kalphite King](https://bso-wiki.oldschool.gg/bosses/kalphite-king), [Vasa Magus](../bso-custom-killables/bosses/vasa-magus.md), [Sea Kraken](https://bso-wiki.oldschool.gg/bosses/sea-kraken), [Ignecarus](https://bso-wiki.oldschool.gg/bosses/ignecarus), [Nex](https://bso-wiki.oldschool.gg/bosses/nex), [Malygos](https://bso-wiki.oldschool.gg/bosses/malygos), [QBD](../bso-custom-killables/demi-bosses/queen-black-dragon.md#rewards), [Elder Birdhouses](../skills/hunter.md), Fishing, Woodcutting, Master Clue Caskets, and [Item Contracts](https://bso-wiki.oldschool.gg/custom-items/item-contracts). + +## General Loot Table + +The general loot table from Grandmaster Caskets consists of: + +- Small amounts of teak, mahogany, yew, magic and elder logs +- Varying amounts and types of runes +- Rune and dragon equipment +- Mysterious Seeds +- Air, Earth, Fire, and Water orbs +- Normal, Air, Earth, Fire, Water, Steam and Lava battlestaves +- Tradeable, Untradeable, Equippable, Pet and Holiday Mystery boxes +- Barrows equipment +- Tiny, Small, Average, Large Huge Lamps +- Clue Scrolls (Beginner to Master) +- Random Clue Scroll Loot (Hard to Master) +- Super Restores and Saradomin Brew + +## Unique Loot Table + +The Grandmaster loot system operates on rolls, of which there are 5-11 for each casket opened. Because of this, the drop rate varies based on the rolls you receive, so it will be represented as X. + +- Malygos and Ignecarus Masks (x/50) + +- [Deathtouched Dart](https://bso-wiki.oldschool.gg/custom-items/misc) (x/4000) + +- [Dyes](https://bso-wiki.oldschool.gg/custom-items/dyes?q=dyes) (x/10000) + +- [First Age Equipment](https://bso-wiki.oldschool.gg/custom-items/equippables#first-age) (x/130000) + +- [Dwarven Blessing](https://bso-wiki.oldschool.gg/custom-items/equippables#dwarven-equipment) (x/10000) + +- [Clue Hunter](https://bso-wiki.oldschool.gg/custom-items/equippables#clue-hunter-outfit) (x/2500) + +- [Blabberbeak](pets.md#meme-pets-and-no-perk-pets) (x/20000) +- Ring of luck (x/8000) diff --git a/docs/src/content/docs/bso/item-contracts.md b/docs/src/content/docs/bso/item-contracts.md new file mode 100644 index 00000000000..b0d28ad1e03 --- /dev/null +++ b/docs/src/content/docs/bso/item-contracts.md @@ -0,0 +1,16 @@ +--- +title: "Item Contracts" +sidebar: + order: 4 +--- + +Item contracts work similar to Farming contracts, the bot will ask you for a random item, and you hand it in for a reward. You get GP, clue scrolls, XP Lamps, dragon and rune items as rewards. There is an 8 hour cooldown for handing in item contracts. + +You can get your first item contract, or check your current contract, using: [[/ic info]] + +## How it works + +- You can be assigned any item that's dropped by TMB's or UMB's +- You build up a streak if you don't skip any contracts, reaching certain divisible milestones in your streak grants you an extra reward. Every 10th, 25th, 50th, 100th contract gets you a bonus reward, proportional to the size of the streak. It pays to not skip! +- Item contracts can be skipped with `/ic skip`, however this will reset your streak and incur a 4 hour cooldown. +- You can buy the assigned item off other players, you don't have to obtain it yourself. diff --git a/docs/src/content/docs/bso/leagues.md b/docs/src/content/docs/bso/leagues.md new file mode 100644 index 00000000000..36bac6e7323 --- /dev/null +++ b/docs/src/content/docs/bso/leagues.md @@ -0,0 +1,51 @@ +--- +title: "Leagues" +sidebar: + order: 2 +--- + +Leagues is the name for the feature where you can complete tasks in BSO for points, which can be spent on rewards. Leagues is \*not\* the same as leagues in OSRS, nor is it meant to be. + +- Leagues is done on the BSO bot +- Leagues is permanent +- Leagues is optional and not required for anything +- Leagues is just a fun extra thing you can do if you want to + +## Commands + +- `/leagues check` : see your current overall leagues progress +- `/leagues claim` : claim all available/points tasks. +- `/leagues view_task`: view a specific task and how many have completed it +- `/leagues view_all_tasks` : view all leagues tasks +- `/leagues view_all_tasks exclude_finished:True` : view all tasks, excluding ones you have finished. +- `/lb leagues` : see the leagues leaderboards + +## How it works + +1. You complete tasks in BSO. +2. You use `/leagues claim` to claim points +3. You spend those points for rewards. + +### Notes + +- You have 2 separate point balances, one for OSB and one for BSO. So, if you claimed a task and got 100 points, you can spend 100 points in OSB and spend 100 points in BSO too, as they are separate. +- You _have_ to claim (using /leagues claim) in order to mark the tasks as finished and get points. + +## Rewards + +### Rewards in OSB + +All Leagues rewards that you can get in OSRS, are available to buy with points in OSB. + +You can see all of them here: [https://oldschool.runescape.wiki/w/Leagues_Reward_Shop](https://oldschool.runescape.wiki/w/Leagues_Reward_Shop) + +You buy them using `/buy`. For any ornament kit items or similar, such as trailblazer graceful, you can use `/create` to make the resulting items. + +### Rewards in BSO + +- [Brain lee](custom-items/pets.md#no-perks), the leagues pet, can be claimed at 40k points, The pet is untradeable, and has no perk. It cannot be regained if you drop it or do something with it. +- \+1min max trip length can be claimed at 50k points. Its a permanent, global +1min max trip length extension to any/all trips. + +Neither of the above rewards 'charge' or remove points from your point balance, they are just unlocked for free. You'll automatically get them next time you `/leagues claim` if you have enough total points. + +We plan to add more BSO rewards in the future. diff --git a/docs/src/content/docs/getting-started/BSO.mdx b/docs/src/content/docs/getting-started/BSO.mdx new file mode 100644 index 00000000000..36b261136c3 --- /dev/null +++ b/docs/src/content/docs/getting-started/BSO.mdx @@ -0,0 +1,138 @@ +--- +title: "BSO" +sidebar: + order: 4 +--- + +Bot School Old, also known as BSO, is an alternative version of the Old School Bot. It has fun changes, new bosses, custom pets, and more! BSO is completely separate to OSB, and nothing you do in BSO will impact your real minion in OSB. + +## Invite + +You can invite BSO to your server using this link: https://www.oldschool.gg/invite/bso + +## Key Mechanics Changes + +- Clue scrolls are stackable +- 5x XP gain +- No 200m cap on XP +- Quest points are capped at 5000, and you get 1-30 at a time +- 2x PvM speed +- Clue caskets give extra loot +- Custom bosses +- Custom items, like Mystery boxes, custom pets and master skill capes! +- Most items are tradeable + +## Ironman + +You’re now allowed to have a permanent BSO ironman account. To create this, you’ll have to make a new discord account and do the =ironman command. Any other commands (on new accounts) will say you need to verify some thing first, but the =ironman command will bypass this. After confirming, you now have a permanent BSO ironman account. + +The BSO Iron removes the options to trade, sell, gri (GiveRandomItem), gamble and answer spawnbox/lamps. + +If you want to make your current account an ironman, your ENTIRE minion profile will be reset/wiped, but you can use your main account as a permanent ironman if you wish. HOWEVER, you cannot make an alt account to be "your new main", because your main is your ironman, and you'd be breaking the rules by making an alt to be a non-iron. + +## BSO Items + +Some items are unique to BSO due to custom bosses, mechanic changes, and drop table changes. These can be extremely useful for everything from PvM to Skilling, and are often very rare drops. + +- Mystery Boxes: There are five types of mystery box; **Tradeables, Untradeables, Equippable, Holiday, and Pet**. Each box has a roll for any item in their category that exists or has ever existed. For example, a Tradeables Mystery Box, TMB for short, can roll anything from a raw shrimps to a 3rd age pickaxe. Mystery boxes can be obtained from any activity, and when obtained from a PvM or skilling trip, you loot is doubled. For people who test new features and find bugs prior to release, there may be a special box as a reward, so make sure to `.roles tester` in the support server's #other-bots channel to be pinged when testing is live. The only items which cannot drop from these boxes are certain bso exclusives in order to preserve their rarity. + +- Dwarven Equipment: Dwarven items are BSO-exclusive boost items. They are either smithed out of dwarven bars (smelted from dwarven ore dropped from dwarven crates) or dropped from the Dwarven King Goldemar. The **Dwarven Greataxe** provides a 2x speed boost to woodcutting and Wintertodt. The **Dwarven Pickaxe** provides a 2x speed boost to mining. The **Dwarven Greathammer** provides a speed 2x boost to smithing and crafting. **Dwarven Gauntlets** provide a 2x speed boost to smelting and a 3x speed boost to cooking. The **Dwarven Warhammer**, which is only dropped from King Goldemar, provides a 40% speed boost to all PvM activities. The **Dwarven Blessing** gives a 20% boost to all PVM activities, at the cost of one prayer potion(4) every 5 minutes. These can be obtained from Grandmaster caskets. + +- Abyssal Equipment: Abyssal items are BSO-exclusive boost items which are dropped or have component drops from Malygos. The **Abyssal Cape** provides a 50% food consumption reduction against any bosses which require food. **Abyssal Dragon Bones** provide 5x more xp than Superior Dragon Bones, the next best prayer method. The **Abyssal Pouch** is created using a Giant Pouch and **Abyssal Thread**, and it provides a significant boost to your runecrafting speed. + +- XP Lamps: + Dailies can provide you with XP **lamps** (tiny, small, average, large, and huge) which can be placed in most skills after a short time has passed from the point of their release. These provide 20k, 50k, 100k, 1m, and 5m xp respectively. They are very rare and are used by `=lamp size lamp, skill`. + +- Clues: + Clues are stackable, _and_ there is a new tier of clue, **Grandmaster**. Grandmaster clues require you to complete 50 Master clue scrolls before you can attempt them. They have a unique drop table including some BSO exclusive items such as the **Clue Hunter Outfit** which halves time to complete clue scrolls, and the **Dwarven Blessing** which provides a 20% speed boost to all PvM activities at a cost of 1x Prayer Potion (4) per 5 minutes of the trip. + +- Misc: + The **Fish Sack** drops from the Sea Kraken and boosts fishing trip times by 9 minutes. The **Thieves’ Armband** can be obtained from any activity with the Wilvus pet equipped, it halves your chance to fail a pickpocket attempt and gives 3x pickpocket loot. The **Divine Sigil** is from Corp and has the stats of the Elysian. **Rocktail** is a custom food, healing 26HP. It can obtained from Fishing Trawler or can be fished at level 120 and cooked at level 120. **First Age** items are a new set that can be obtained from Grandmaster caskets, with each piece providing a 1% boost to all XP gained, and an extra 1% ontop with the full set. + +## BSO Monsters + +Some monsters and their drops are unique to BSO, and some mobs have had their drop tables slightly modified. + +- King Goldemar: + King Goldemar is a group-only boss which drops the Dwarven Warhammer as well as the materials for the smithable dwarven gear pieces. It requires crush attack and defence gear in the melee setup, and other drops are not of particular note. + +- Sea Kraken: + The Sea Kraken is a solo boss which drops a lot of raw food items. It requires range attack and magic defence gear in your range setup. It also drops the fish sack which boosts fishing. + +- Treebeard: + Treebeard is a solo boss which drops farming and herblore items. It requires 100 qp to kill and it requires magic attack and magic defence gear in your mage setup. + +- Malygos: + Malygos is a solo boss which has some rare abyssal gear drops. It requires 999 qp to kill and an anti dragon shield or an abyssal cape. It drops visages, the dragon hunter lance, a unique pet, and abyssal items. + +- Koschei the Deathless: + сидеть + +- The Chambers of Xeric, Raids 1: + CoX is a BSO exclusive for now. Equip your best gear (see the [OSRS wiki CoX strategies page](https://oldschool.runescape.wiki/w/Chambers_of_Xeric/Strategies) and group with to learn. You must get 200 kc before you can solo raids. Notable drops include the twisted bow and the olmlet pet. + +- Nex: + Nex is an endgame boss that requires 95 prayer and a Frozen Key to start. You can either Solo or Mass it and requires some high level ranged gear to fight. It drops Pernix, Torva and Virtus gear. + +## BSO Pets + +These BSO-exclusive pets provide some unqiue and powerful perks and are rare drops from the activites listed. + +- Doug: obtained from mining, gives random ores when mining +- Zippy: obtained from questing, gives extra clues and mystery boxes when completing clues, has a chance to double the amount of clue caskets obtained +- Shelldon: obtained from fishing, doubles your catch and xp when fishing +- Remy: obtained from cooking, boosts cooking speed for food (except wine) +- Lil Lamb: obtained from alching, boosts xp from offering bones by 1x-3x +- Harry: obtained from Ardougne agility, gives bananas on pvm trips, extra marks of grace and eliminates the level-scaling for obtaining marks of grace on rooftop course +- Klik: obtained from killing dragons, automatically smelts ores from mining and cooks fish from fishing +- Wintertoad: obtained from the Wintertodt, halves the duration of Fight Cave attempts +- Scruffy: obtained from Varrock agility, boosts fletching speed +- Zak: obtained from smelting, boosts maximum trip length by 40% +- Hammy: obtained from sacrificing items in excess of 51,530,000 gp, gives free plank-making at sawmills and has a chance to interrupt commands +- Skipper: obtained from penguin agility, removes tax from item sales to the bot, adds 40% sacrifice value, and gives more gp on dailies (passive) +- Ori: obtained from killing Malygos, boosts loot from pvm trips by 25% (rounding up) +- Takon: obtained from completing the Chambers of Xeric, boosts smithing by 5x +- Obis: obtained from runecrafting, gives random runes on any non-pvm trip and 2x boost to Zalcano +- Peky: obtained from woodcutting, gives random seeds on any non-pvm trip +- Brock: obtained from pvm zulrah, gives random logs on any non-pvm trip +- Wilvus: obtained from pickpocketing, gives pre-made pickpocket loot on **ALL TRIPS** and 2x speed boost to thieving +- Plopper: obtained from farming, makes it so your crops cant die ever and gives 4x farming yield +- Ishi: obtained from killing ogress warriors, has a chance to interrupt commands and (when equipped) will change any pvm trip to =k ogress warrior +- Cob: (2020 Halloween exclusive): 2x speed boost at the Hallowed Sepulchre and The Nightmare +- Smokey (2020 Christmas exclusive): extra 1 in 15 chance of mystery box roll in any non-pvm trip, 10% chance of extra mystery box roll +- Flappy (2021 Bot Birthday exclusive): 2x loot from minigames +- Sandy: Obtained from hunting Sand Geckos, gives 3x hunter loot (2x if used at Sand Geckos, this also requires the Hunter Master Cape) +- Hoppy (2021 Easter exclusive): Perk currently unknown + +## Master Skill Capes + +These BSO-exclusive master skillcapes provide varying perks to each skill, along with 8% XP boost if training the corresponding skill, or 3% on any other skills. + +They can be purchased when you have 500m xp in a skill and cost 1b GP. The command to purchase one is `=skillcape hunter master cape` for example. These capes are untradeable. +Skills with missing perks are either yet to be added or still unknown. + +- Attack: 15% speed boost to all PVM trips +- Strength: +- Defence: +- Hitpoints: +- Ranged: +- Prayer: 40% Less Prayer Potions consumed when using Dwarven Blessing +- Magic: +- Runecrafting: +- Construction: +- Agility: Acts as a set of full graceful +- Herblore: +- Thieving: 30% speed boost to Thieving +- Crafting: +- Fletching: +- Slayer: +- Hunter: 2x speed boost to Hunting +- Mining: +- Smithing: +- Fishing: 4x loot and mystery boxes from Fishing Trawler +- Cooking: 5x speed boost to Cooking +- Firemaking: 2x loot from Wintertodt +- Woodcutting: 2x loot from Woodcutting +- Farming: + +Note: Master cape perks do not currently include the orginal skillcape's perks, so you must equip one in skilling and one in misc to get the effects of both. diff --git a/docs/src/content/docs/getting-started/FAQ.md b/docs/src/content/docs/getting-started/FAQ.md new file mode 100644 index 00000000000..e396e4264df --- /dev/null +++ b/docs/src/content/docs/getting-started/FAQ.md @@ -0,0 +1,91 @@ +--- +title: "FAQ" +sidebar: + order: 2 +--- + +### How do I see all the things I can do with my minion? + +Almost everything from OSRS is coded into the bot. Read around on this wiki, and look through the command list. + +### Where can I report bugs? + +You can make a bug report on the bot's [github page](https://github.com/oldschoolgg/oldschoolbot/issues/new?assignees=&labels=&template=bug.md). Before making a bug report, you should consider asking about your issue in the #help-and-support channel of the bot's [support server](https://discord.com/invite/ob). + +### Where can I make suggestions for the bot? + +Suggestions can be made through the bot's [github page](https://github.com/oldschoolgg/oldschoolbot/issues/new?labels=feature+request&template=feature.md). Before making a suggestion, you should search the [repo](https://github.com/oldschoolgg/oldschoolbot/issues) to see if similar suggestions have already been made. + +### How do I sell/buy items to someone? + +You can sell/buy items using the grand exchange + +[[/ge]] + +### How do I equip gear on my minion? + +There are 5 different setups; Melee, Range, Mage, Skilling, and Misc. As an example, here's how you can equip a BCP to your melee setup: `/gear equip melee Bandos Chestplate`. If you're doing a boss that needs Melee gear, the bot will check your Melee setup. It's done like this so you don't have to spend a long time equipping and unequipping stuff, you can just have your best stuff in each setup at all times. + +The Skilling setup is where you equip skilling-related stuff, for example: Graceful or the Prospector outfit. + +You also have a cosmetic pet slot, shared across all gear setups. It allows you to equip a pet, like its following your minion around. You can equip a pet using the `/gear equippet` command. For example, to equip the Commander Zilyana pet, you would use `/gear equippet pet zilyana`. You need to use the exact item name as it is ingame. + +### Can I stop my minion from going on a trip I started by accident? + +Yes. Using the `+cancel` command you can tell your minion to drop everything and return at once. However, it takes the command literally and you will not receive any loot or xp, nor will you get any items you would have expended during the trip returned. For example, if you accidentally sent your minion off to smith 10 bronze daggers, using the cancel command would return your minion to idle status, but you would not have returned any bronze daggers, any smithing xp, or any of the 10 bronze bars initially allocated to your minion's trip. + +### How do I get money for a minion? + +There are two options: `/daily`, `/dice`. If you're lucky, someone will gift you money. + +### Why can't I use minion commands? + +This could be one of 3 reasons: either your account looks like an alt, your account is too new, or you have been banned for breaking the rules. Your Discord account needs to be at least 30 days old. + +### Is RWT or autotyping against the rules? + +YES. You will be banned from the bot, it's not allowed. To date, there have been hundreds of users caught doing this and all have been wiped/banned. + +### Can I create an alt account? + +NO. You will be permanently banned from the bot on all accounts. However, you may create a single alt account as a permanent ironman, but you are not allowed to de-iron - ever, de-ironning the account for any reason will be considered as an alt and you will be banned. All other alt accounts are not permissible and you will be caught and banned. Creating an alt account is subject to the same restrictions regarding Discord account age as all other accounts. + +### How do I get X item? + +You get most items exactly the same as you get them in the real game, all monsters drop the same things as ingame. + +If it is a quest reward or thing you usually buy from a shop, you can get it by using `+buy`. Graceful can be obtained with 260 marks of grace and using the `+create graceful` command. If the item, like the graceful outfit, requires other items to be obtained, it will most often be obtained using the `+create` command. For example, to create an odium ward you would use the command `+create odium ward` which would consume the three odium shards in your bank and return a fully formed odium ward. + +Note that not all items are currently obtainable via either of these two methods. + +### How do I create a godsword? + +Example: `+create Bandos godsword` - note it requires you have the required Smithing level. You can pay another player to make it for you in the [support server.](https://www.discord.gg/ob), if you wish. + +### How do I get Barrows gloves? + +The various gloves require quest points and gp to buy. Barrows gloves require 175 quest points and 1m gp. The full list of gloves can be found on the [minions page.](https://www.oldschool.gg/oldschoolbot/minions?Buyable%20items) + +### How do I get Runecrafting pouches? + +There are 4 pouches, and the bot does it a bit differently to ingame. To obtain them, you first need the Crafting level required for each tier (1, 10, 20, 30), and then a little bit of leather, and simply `+create medium pouch`. + +### Can I pay a fee to have the bot make my Dragonfire Ward/Shield or Spectral/Arcane/Elysian/Blessed Spirit Shield for me? + +No. However, you can pay another player with the required levels to make it for you. You can look for someone to do it for you in the [support server.](https://www.discord.gg/ob) + +### Can you stack clues on Old School Bot? + +No, you can't. It works like ingame. + +### Why is the bot not responding to any commands? + +First, mention the bot (like this: `@Old School Bot`), and it will tell you what prefix it is set to use for your server. If it still doesn't respond, It could have to do with permissions the bot has. If you're not sure how to fix this, you can ask in the [support server](https://discord.gg/ob). + +### How do I create a Barrows set, or deconstruct a Barrows set into the items? + +Here's an example: `/create dharoks armour set` to turn items into a set, or `/unpack dharoks armour set` to turn the set back into the items. + +The bot says it needs permission to ‘Manage messages’ in order to use a command. ### How do I do this? + +Server settings > Roles > Old School Bot (The auto assigned one) > Turn `Manage Messages` on. diff --git a/docs/src/content/docs/getting-started/changelog.md b/docs/src/content/docs/getting-started/changelog.md new file mode 100644 index 00000000000..5fb2db23f47 --- /dev/null +++ b/docs/src/content/docs/getting-started/changelog.md @@ -0,0 +1,72 @@ +--- +title: "Changelog" +sidebar: + order: 3 +--- + +# Update + +We now have a new wiki at https://wiki.oldschool.gg/, and the BSO Wiki is now combined together with the OSB wiki. Many pages are out of date, I'm trying to update pages when I have time. Currently, the only way to contribute to the new wiki is by editing files in [this folder on github](https://github.com/oldschoolgg/oldschoolbot/tree/master/docs/src/content/docs). + +### [[gc]] + +- Added new quests: The Heart of Darkness, Death on the Isle, Meat and Greet, Ethically Acquired Antiquities. You can view information on them on the new [Quests](/osb/quests) page. +- Added Araxxor. For costs, requirements, boosts, etc, look here: [Araxxor](https://wiki.oldschool.gg/osb/monsters/#araxxor) + + - Added the combat achievements, they are listed in the [Combat Achivements](osb/combat-achievements) page and on the OSRS Wiki + - Added the collection log + - Added [[Noxious halberd]], which can be created using the pieces dropped by Araxxor, and gives a boost to Corp. + - Added [[Amulet of rancour]], which can be created using [[Amulet of torture]] [[Araxyte fang]], you can create a [[Amulet of rancour (s)]] from it if you _own_ the following items: Amulet of rancour, Aranea boots, Araxyte slayer helmet, Noxious halberd, Rax + - Added the 2 new slayer helmets: [[Araxyte slayer helmet]] [[Araxyte slayer helmet (i)]] + - If you receive a [[Nid]] and [[Coagulated venom]], you can create a [[Rax]] (and also revert it back) + - Added More Eyes Than Sense and EyeSeeYou slayer unlocks + +- "Engine changes" + - Improved speed of simulation code (e.g. opening clues, killing monsters, etc) to be 20x faster + - Changed the library we use for images (E.g. bank images) due to a memory leak in the one we were using. + +### [[nwjgit]] + +- The Crystal pickaxe now can be used anywhere a dragon pickaxe is used. +- You can now open [[Amylase pack]] +- Removed Kourend Favor from music cape requirement +- Make Amascut's Remnant Grandmaster CA claimable with /ca claim based off your cl having Cursed phalanx. +- Added a Lamp and Openable bank filter +- Improved text in woodcutting trip message +- You can now cannon Jogres (for champion scrolls) +- Removed [[/activities champions_challenge]], the correct command is now: [[/activities other activity\:Champions Challenge]] +- Added [[Fancier boots]] to stronghold loot +- Added a way to reclaim boots if lost (by running the command again): [[/activities other\:Stronghold of Security]] +- Fixed [[/casket]] + +#### Chambers of Xeric: Fake Massing + +You can now do 'fake masses' of CoX, so you can mass CoX without needing other real players to join your party, which is what Nex/ToB also allow. It acts as a normal mass but checks your minion for kc and boosts. You can specify the number of fake users with the 'max_team_size' option (2 - 15). + +The command to do this is: [[/raid cox start type\:fakemass]] + +#### Chambers of Xeric: Balancing + +- Updated various aspects of CoX to closer match ingame times and boosts. +- Updated CA speed tasks to use actual trip duration +- Updated bis melee, range, mage gear (this affects gearscore) +- Updated item boosts +- Added scythe boost + charge usage +- Added a new command [[/raid cox itemboosts]] to check your itemboosts for CoX +- Added ammo usage + +#### Agility Arena + +- Added [[Brimhaven voucher]] +- Added quantity to agility arena trips +- Removed old xp code and replace with static ticket value +- Removed recolor command, and added graceful to the shop command + +### [[Arodab]] + +- Nechryael tasks assigned by Krystilia are now being extended properly +- Buffed Crystal shard droprates to match OSRS update + +### [[DaughtersOfNyx]] + +- Improved appearance of tabs in the wiki sidebar diff --git a/docs/src/content/docs/getting-started/ironman-mode.md b/docs/src/content/docs/getting-started/ironman-mode.md new file mode 100644 index 00000000000..2e65c9485a4 --- /dev/null +++ b/docs/src/content/docs/getting-started/ironman-mode.md @@ -0,0 +1,22 @@ +--- +title: "Ironman Mode" +--- + +You can play as an ironman, however, this will reset your entire account, to a fresh start. If you use the `permanent: true` flag, you will **NOT** be able to de-iron. If you are a permanent ironman, you can buy ironman armor. + +To become an Ironman, use either of the following: + +- `/minion ironman` +- `/minion ironman permanent: true` + +**Note:** You're allowed to have as many ironman accounts as you wish alongside your non-ironman account. However, you are required to have them set as permanent. + +Trip length extension via sacrifice value is halved for ironmen, giving the maximum 1 minute increase (or 3 minute with T3 Patron) for only 5b sacrificed rather than the usual 10b. For more info on this, please [see here](https://wiki.oldschool.gg/#minion-icons). + +### Ironman Leaderboards + +Any leaderboard can be filtered to only show ironmen. This is done by selecting `ironmen_only: true` at the end of any `/lb` command. + +### Ironman Discord Server + +If you would like to join a discord server for Old School Bot ironmen please [click here](https://discord.gg/gGmd9znG3Y). diff --git a/docs/src/content/docs/getting-started/randomizer.md b/docs/src/content/docs/getting-started/randomizer.md new file mode 100644 index 00000000000..5d86b309805 --- /dev/null +++ b/docs/src/content/docs/getting-started/randomizer.md @@ -0,0 +1,63 @@ +--- +title: "Randomizer" +--- + +Firstly, use `/minion buy` to buy a minion, and pick the randomization method you want to use. You cannot change your randomization method without fully resetting. + +### Randomization Method + +**True Random:** Every item is randomly mapped to another item, with no restrictions. + +**CL to CL:** This method puts item into 3 pools, and then items within each pool are randomized only to other items in the same pool. + +- Pool 1: Overall+ CL items [https://github.com/oldschoolgg/oldschoolbot/blob/randomizer2/pool1-cl.txt](https://github.com/oldschoolgg/oldschoolbot/blob/randomizer2/pool1-cl.txt) +- Pool 2: Items not in overall+ or umbs: [https://github.com/oldschoolgg/oldschoolbot/blob/randomizer2/pool2-cl.txt](https://github.com/oldschoolgg/oldschoolbot/blob/randomizer2/pool2-cl.txt) +- Pool 3: Items not in overall+. but are in umbs: [https://github.com/oldschoolgg/oldschoolbot/blob/randomizer2/pool3-cl.txt](https://github.com/oldschoolgg/oldschoolbot/blob/randomizer2/pool3-cl.txt) + +When you buy a minion, you get a "seed" which randomizes your "item mappings", deciding what each of your items are randomized to. Everybody has different randomizations. + +Your XP gets randomized (e.g. cooking xp can become slayer xp, etc. So if you want to train slayer, you'd have to do cooking.), its different for every person. + +### Commands + +- For every 50 CL slots you complete, you can view the mapping of a certain item. For example, if you want a Twisted bow but not sure what item it randomizes from, you can do /randomizer unlock_item_mapping item:Twisted bow and it will show a message like this: "Rune kiteshield -> Twisted bow -> Iron arrow(p++)". This means, if you smith a rune kiteshield, you'll get a twisted bow. If you get a twisted bow from COX, you'll actually get a iron arrow(p++). You will need to unlock another 50 CL slots if you want to view another mapping. + +### Relics + +When you start, you can pick a relic. A relic gives you some special boost, you cannot swap after picking one. You can unlock the others at a rare chance at the end of every trip. + +Relic of XP: 10% bonus xp, plus 1% in your lowest skill + +Relic of Repetition: 1/3 chance to automatically repeat most trips, global 30% max trip length increase + +Relic of Randomness: Twice as likely to receive a UMB, and 50% chance of one reroll when opening a UMB if its an item you already have. + +Relic of Loot: Double loot on every trip (for most types) for your minion and tame. + +Relic of Speed: You kill monsters 30% faster, your tame kills monsters 30% faster. Relic of Slay: Unlimited slayer task block list, and 2x slayer points. + +Relic of Gambling: One time use; a 50/50 chance to either add 50 items to your cl(that aren't there already) + double the XP of your lowest skill OR remove 50 items from your cl (and from your bank), and half the XP of your highest skill. + +Relic of Slaying: Unlimited slayer task block list, and 2x slayer points. + +### Resetting + +You can reset your **entire** account 5 times, using /randomizer reset. You will start totally fresh, but this cannot be undone, so think carefully. + +### Notes + +- Dungeoneering floor 1 has no skill requirements. +- The ONLY mystery box is UMBs, the other mystery boxes cannot be opened or used - UMBs drop randomly from doing any trips, but nowhere else. +- Coins and UMBs do not get randomized ever, and always stay the same. +- Questing is hugely buffed. +- All normal rules still apply (no alting/botting/etc). If you break a rule in randomizer, your OSB/BSO accounts will be punished too. +- DTD's are disabled. + +### Tips + +- Do every possible activity/skill you can do. Minigames, thieving, farming, clue scrolls, etc, everything. +- Buy lots of items from all the shops to see what you can get. +- Save your "view mapping" unlocks for items you really need/want. +- Train skills and figure out which skills are randomized to what. + +Based on your progress, you can earn a Trophy in OSB/BSO. diff --git a/docs/src/content/docs/getting-started/rules.md b/docs/src/content/docs/getting-started/rules.md new file mode 100644 index 00000000000..5b4b253f82e --- /dev/null +++ b/docs/src/content/docs/getting-started/rules.md @@ -0,0 +1,27 @@ +--- +title: "Rules" +sidebar: + order: 1 +--- + +These are the rules of Old School Bot and Bot School Old (BSO) + +_**Breaking these rules will get you banned (blacklisted) from the bot, or your bank/stats wiped.**_ + +1. Follow all of the Jagex/RuneScape rules and ToS. We strictly do not allow anyone breaking RuneScape rules, and will ban anyone doing so. +2. No botting/autotyping/macroing, this is also against Discord ToS. +3. No RWT. This includes ANYTHING related to RWT in the real osrs game, bot GP, or real money. You cannot buy/sell anything from OSRS and/or the bot for real money. +4. No alt accounts, you are only permitted to use the bot on 1 discord account per person, unless its an [ironman](ironman-mode.md), in which case it needs to be a permanent ironman. +5. No Exploitation of bugs to gain items/GP in an unintended way, and report any bugs of this nature ASAP. +6. No using the bot on shared accounts. You can only use the bot on YOUR accounts, not accounts which are shared or not yours. + +### Player-run gambling & Loans + +Player-run gambling and loans are _allowed_ but are mostly at your own risk. Anything that involves real money or RS3/OSRS GP are not allowed. Read and follow these instructions, they apply to both player-run gambling and loans. If you don't follow these basic instructions, we will not help you if you get scammed. + +- Only do it with people you trust and know, or that have people who can vouch for them. +- If doing a loan, ask a few questions - if they have any unpaid loans and how they plan to pay you back. If doing a gamble, make sure they actually have the items/GP to pay if they lose. +- Before doing it, make a clear and defined agreement in writing. If it's a loan, specify terms. If it's a gamble, make sure the rules of winning are clear/agreed. +- Use common sense, think about it before you do it. + +If you follow these instructions, you are unlikely to get scammed, and if you do we'll try to help you. If you don't bother to follow any of these instructions, you are likely to get scammed. In any case we will blacklist people for scamming, but make no guarantee you'll get any GP back. diff --git a/docs/src/content/docs/getting-started/wiki.md b/docs/src/content/docs/getting-started/wiki.md new file mode 100644 index 00000000000..9a069bd888b --- /dev/null +++ b/docs/src/content/docs/getting-started/wiki.md @@ -0,0 +1,79 @@ +--- +title: "Wiki" +sidebar: + order: 9999 +lastUpdated: 2024-10-01T03:41:00.552Z +--- + +Currently, the only way to contribute to the new wiki is by editing files in [this folder on github](https://github.com/oldschoolgg/oldschoolbot/tree/master/docs/src/content/docs). You can make most simple edits by simply just editing the file directly on the Github website, and submitting it as a pull request. Bigger changes may require you install and run the wiki locally. + +## Running the wiki locally + +1. Clone the repo +2. `cd docs` +3. `yarn dev` + +For running the scripts which build data in certain pages, do `yarn wiki` at the root. + +## Formatting + +### Items + +`[[Twisted bow]]` +[[Twisted bow]] + +`[[Remy]]` +[[Remy]] + +### Discord Commands + +`[[/minion]]` +[[/minion]] + +`[[/minion kill name\:Corp]]` +[[/minion kill name\:Corp]] + +### Spoilers + +```
+Title +Hidden Text +
+``` + +
+Title +Hidden Text +
+ +### Alerts/Quotes + +`>Some message` + +> Some message + +# GFM + +## Autolink literals + +www.example.com, https://example.com, and contact@example.com. + +## Footnote + +A note[^1] + +[^1]: Big note. + +## Strikethrough + +~one~ or ~~two~~ tildes. + +## Table + +| a | b | c | d | +| --- | :-- | --: | :-: | + +## Tasklist + +- [ ] to do +- [x] done diff --git a/docs/src/content/docs/index.mdx b/docs/src/content/docs/index.mdx new file mode 100644 index 00000000000..56f5dbb5630 --- /dev/null +++ b/docs/src/content/docs/index.mdx @@ -0,0 +1,25 @@ +--- +title: Old School Bot Wiki +--- + +## Welcome to the Old School Bot Wiki! + +Old School Bot is a discord bot based around Old School RuneScape. It has fun and useful commands, such as showing your account stats or simulating the loot from monsters and clues. + +## Minions + +Minions are a feature in Old School Bot that let you simulate playing a virtual RuneScape account in Discord. You control a minion, who you send out to do various tasks, like killing monsters for loot, completing clue scrolls, and training skills. With the loot they get, you can craft items, sell them, and trade to other real players. + +You can also read the [FAQ](getting-started/faq.md) for answers to common questions. + +Minions are entirely virtual, and not in any way tradeable for real GP or real money. It's simulating the real game for fun. We strictly do not allow any bot users to break any of the official OSRS rules. Read the rules here: Old School Bot Rules + +## Getting Started + +**To get started, firstly read the** [**rules**](getting-started/rules.md), then get yourself a minion by typing `/minion buy`. If your Discord account is 6 months old or older, your minion will be free. If it is between 1 and 6 months old, your minion will cost 20m. If your account is less than one month old, you are currently unable to purchase a minion as a precaution against alt accounts and bots (unless you become a patron which bypasses this restriction). To get your starting gp, you can use the `/minion daily` command every 12 hours to get a trivia question you can answer for gp and special Diango items. + +Next, decide what you want to do. Skilling? PVM? Questing? Have a look around the rest of the wiki to see what you can do, and how - and just do whatever you want to do! + +## Patreon/Sponsor + +You can support development of the bot on [patreon](https://www.patreon.com/oldschoolbot) or [github](https://github.com/sponsors/gc) diff --git a/docs/src/content/docs/osb/Bosses/colosseum.md b/docs/src/content/docs/osb/Bosses/colosseum.md new file mode 100644 index 00000000000..0276459f49f --- /dev/null +++ b/docs/src/content/docs/osb/Bosses/colosseum.md @@ -0,0 +1,128 @@ +--- +title: "Colosseum" +--- + +The Colosseum is a wave based activity where your minion will attempt to achieve the highest floor possible, in order to obtain Dizana's quiver. You cannot specify a wave to stop at, you will always attempt to finish the activity. + +It takes on average, 42-43 deaths to complete the Colosseum. Your first kc will always take about 1 hour, however, the time after the first completion will drastically reduce, and will continue to do so at certain KC milestones. + +It is advised to start your attempts with Blood fury and switch to Torture after 10-15 completions, as this will save charges and your death chance will already be quite low from that point. + +> **Currently, even if you plank at wave 1, you will use a full invent of supplies and charges every attempt. There is a fix coming, but the due date is unknown at this time.** + +To start the Colosseum, use [[/k name\:Colosseum]] + +--- + +## Requirements + +Completion of Children of the Sun quest + +Level 94 Magic + +Level 90 Attack, Strength, Defence, Hitpoints, and Range + +Level 80 Prayer + +8x Super restore(4) 6x Saradomin brew(4) 1x Ranging potion(4) 1x Super combat potion(4) + +Appropriate gear (See [Gear](colosseum.md#gear) below) + +--- + +## Boosts + +The following items provide a boost from the bank and are _**not required**_ to be equipped. + +7% for Venator bow (Requires at least 50 charges to receive the boost) + +5% for Dragon claws + +\-5% death chance for Saradomin godsword + +Ghommal's lucky penny will save a small amount of charges on Scythe and Blood fury + +--- + +## Gear + +There is a list of required melee and range gear in order to attempt the Colosseum. Aside from your weapon, you can use any of the listed items, as none of them provide further boosts (i.e. using torva over bandos doesnt give you any extra completion chance). Just as long as you have them equipped in their respective setups. + +### Melee + +If you have 300+ charges in your Scythe, you will receive a 10% boost. You can only have 1 amulet equipped. Therefore, you will only receive either the 5% boost from the Torture, or the -5% death chance from the Blood Fury (requires 900 charges). + +Scythe of vitur Blade of saeldor(c) + +Torva full helm Neitiznot faceguard Justiciar faceguard + +Infernal cape Fire cape + +Amulet of blood fury Amulet of torture + +Torva platebody Bandos chestplate + +Torva platelegs Bandos tassets + +Primordial boots + +Berserker ring (i) + +### Range + +> **If you have Dragon arrows equipped with your Tbow, you will receive a 10% boost.** + +Bow of faerdhinen(c) + +Masori mask (f) Masori mask Armadyl helmet + +Dizana's quiver Ava's assembler (max cape variants works) + +Necklace of anguish + +Masori body (f) Masori body Armadyl chestplate +Masori chaps (f) Masori chaps Armadyl chainskirt + +Pegasian boots + +Archers ring (i) + +--- + +## Rewards + +Echo crystal - Obtainable on every wave after wave 4 + +Sunfire fanatic helm - Obtainable on every wave after wave 4 + +Sunfire fanatic cuirass - Obtainable on every wave after wave 4 + +Sunfire fanatic chausses - Obtainable on every wave after wave 4 + +Tonalztics of ralos - Obtainable on every wave after wave 7 + +Dizana's quiver - Guaranteed every completion of wave 12 + +Smol heredit - 1/200 chance upon completion of wave 12 + +--- + +## Dizana's Quiver + +The quiver is the main item sought after from the Colosseum. It is given after completion of wave 12. It has a few uses within the bot, however, it does not currently provide boosts to any content. + +You can gamble the quiver for a chance at the pet. The chance is 1/200. + +- `/gamble item`` `**`item:`**`quiver` + +You can bless the quiver. This provides no boosts to anything and cannot be reverted. + +- `/create`` `**`item:`**`Blessed dizana's quiver` + +You can revert the uncharged quiver into 4,000 Sunfire splinters. + +- `/create`` `**`item:`**`Revert Dizana's quiver (uncharged)` + +You can create Dizana's max cape. This cannot be reverted. + +- `/create`` `**`item:`**`Dizana's max cape` diff --git a/docs/src/content/docs/osb/Bosses/fight-caves.md b/docs/src/content/docs/osb/Bosses/fight-caves.md new file mode 100644 index 00000000000..0b76d3b63df --- /dev/null +++ b/docs/src/content/docs/osb/Bosses/fight-caves.md @@ -0,0 +1,46 @@ +--- +title: "Fight Caves" +--- + +# Fight Caves + +### Overview + +You can challenge the Fight Caves and TzTok-Jad to receive a fire cape, tokkul, and the TzRek-Jad pet using the `+fightcaves` command. Better range gear will reduce the time each attempt takes at a rate of roughly 1% per 5 attack value, as will total Jad kc. \ +You can equip your best ranged gear with the autoequip command `+autoequip range attack ranged`\ +The number of total attempts you have made will determine your chances of killing Jad when he is reached.\ +You can make 4 dose potions from 3, 2, and 1 dose drops using the `+decant` command. Should you fail before the final wave, some of your potions will be refunded. + +### Requirements & Boosts + +- \+160 range bonus equipped to your range gear setup. +- 43 prayer +- 10x Prayer Potion (4), 4x Super Restore (4) and 6x Saradomin Brew (4) per attempt. +- Saradomin Godsword equipped in melee gear setup will reduce your chances of dying before Jad by 4%. + +If you have extra fire capes, you can gamble them for an additional roll at the TzRek-Jad pet using the `+capegamble` command. + +Tokkul can be spent using the `+tokkulshop` command. + +### Survival Chance + +Your chance of survival during the fightcaves is calculated based on your number of attempts and whether or not you have a Saradomin Godsword equiped (in any gear setup). + +The chance of survival is shown in the table below. + +| Attempts | Survival (Without SGS) | Survival (With SGS) | +| -------- | ---------------------- | ------------------- | +| 0 | 0.9% | 0.9% | +| 1 | 0.9% | 0.9% | +| 2 | 23.4% | 24.4% | +| 3 | 37.7% | 39.4% | +| 4 | 48.9% | 51% | +| 5 | 57% | 59.4% | +| 6 | 63.7% | 66.3% | +| 7 | 68.4% | 71.3% | +| 8 | 73.2% | 76.2% | +| 9 | 77.9% | 81.2% | +| 10 | 81.7% | 85.1% | +| 11 | 84.6% | 88.1% | +| 12 | 87.4% | 91.1% | +| 13 | 90.3% | 94.1% | diff --git a/docs/src/content/docs/osb/Bosses/inferno.md b/docs/src/content/docs/osb/Bosses/inferno.md new file mode 100644 index 00000000000..92ce526291b --- /dev/null +++ b/docs/src/content/docs/osb/Bosses/inferno.md @@ -0,0 +1,96 @@ +--- +title: "Inferno" +--- + +## Summary + +The Inferno is a very high level PVM activity. It has high gear requirements, consumes large amounts of expensive supplies, and attempts can take upwards of 2 hours. + +Similar to the Fight Caves, you are not guaranteed to complete The Inferno. Your success chance scales on your gear, number of attempts, and number of Zuk fights. + +At the end of The Inferno, you are rewarded with an [Infernal Cape](https://oldschool.runescape.wiki/w/Infernal_cape). This is the best in slot melee cape in most situations. You also have a chance at getting the Inferno's pet, [Jal-nib-rek](https://oldschool.runescape.wiki/w/Jal-nib-rek) upon completion, and when gambling Infernal capes. + +Tokkul can be spent at the [Tokkul shop](https://wiki.oldschool.gg/bosses/fight-caves/tokkul-shop). + +> There is also a 1/1,000 chance at receiving the following message if you have made it to Zuk at least once, but never completed the inferno: _"You made it to TzKal-Zuk X times, but never killed him, maybe just buy the cape JalYt?"_ + +## Commands + +To begin a trip into the inferno, use: + +- `/activities inferno`` `**`action:`**` ``Start Inferno Trip` + +To view information on your previous attempts/KCs, use: + +- `/activities inferno`` `**`action:`**` ``Check Inferno Stats` + +To gamble a cape for a chance at the Jal-nib-rek pet, use: + +- `/gamble cape`` `**`type:`**` ``infernal` + +--- + +## Requirements + +You must have sacrificed 1 Fire cape in order to access the Inferno - `/sacrifice 1 fire cape` + +92 Defence, 94 Magic, 92 Hitpoints, 92 Ranged, and 77 Prayer + +8 Saradomin brews, 12 Super restores, 1 Stamina potion, and 1 Ranging potion per attempt + +Rune pouch **OR** Divine rune pouch + +\>100 Magic attack + +\>150 Ranged attack + +Toxic blowpipe with Adamant darts or better (uses 300 darts/hour) + +- To learn how to create and load the blowpipe, [click here.](zulrah.md#unique-items) + +Twisted bow or Armadyl crossbow with ammo based on the weapon you're using (arrows for Twisted bow, bolts for ACB) (uses 150 ammo/hour) + +Runes for Ice barrage + Blood barrage (200 casts of blood barrage/hour and 100 casts of ice barrage/hour. Rune costs are reduced by having a Kodai wand equipped in your mage setup.) + +--- + +## Boosts + +Boosts for the Inferno are split into two categories: speed and death chance. Speed boosts decrease the time required to complete the Inferno, and death chance boosts decrease your odds of dying before or during the Zuk fight. + +Unlike most other bosses, required items and boost items **must be equipped** in the relevant setups. The Toxic blowpipe is an exception from this rule, as it will work from your bank. + +Boosts that are listed as negative (e.g. -4.5% for Adamant darts/-4% for Ring of suffering (i) are **good**. The - means they are either reducing the time required or your death chance. Positive numbers do the opposite, increasing your time or increasing your death chance. + +### Speed + +Higher tier darts (-Adamant: -4.5%, Rune: -5.4%, Amethyst: -6.3%, Dragon: -7.2%) + +Twisted bow: (-7.5%) (ACB increases time by 4.5%) + +Unlocking Rigour and/or Augury (unlocked with `/minion use dexterous/arcane prayer scroll`, -4% for each) + +Being on task with an Imbued slayer helm/Black mask (requires a Tzhaar task and 1 Inferno KC, -9%) + +Equipping a Masori body (f) & chaps (f) in your range setup (-5%) + +Equipping Ancestral robe top & bottom in your mage setup (-4%) + +### Death Chance + +Equipping an Elysian spirit shield in either range or mage (-5%) + +Equipping a Ring of suffering (i) in either range or mage (-4%) + +Equipping a Justiciar faceguard in range (-5%) \ + Equipping a Twisted bow in your range setup (instead of an ACB) (1.5% from Tbow VS 7.5% with ACB) + +The number of attempts you've done, and the number of times you've fought Zuk greatly affect speed and death chance. + +--- + +## Gear + +
+ +Using this gear, along with dragon darts in your blowpipe, will give the maximum bonus for Inferno. diff --git a/docs/src/content/docs/osb/Bosses/nex.md b/docs/src/content/docs/osb/Bosses/nex.md new file mode 100644 index 00000000000..80fc5974ab2 --- /dev/null +++ b/docs/src/content/docs/osb/Bosses/nex.md @@ -0,0 +1,31 @@ +--- +title: "Nex" +description: >- + Nex is one of Zaros' most powerful followers. She is imprisoned in the Ancient + Prison, sealed away beneath the God Wars Dungeon. +--- + +## Requirements + +- Frozen Key + - Defeat one of each [God Wars Dungeon Boss](broken-reference) and then use `/create` to create a Frozen Key +- Level 90 Ranged, Level 90 Defence, Level 74 Prayer +- Good range gear in range setup. Including a weapon (Armadyl Crossbow, Dragon Crossbow, Zaryte Crossbow, Twisted Bow) and ammo (Dragon/rune arrows, or Ruby Dragon Bolts (e)). +- Supplies: `8x Saradomin Brew, 5x Super Restore, 2x Ranging Potions, 1x Sanfew Serum, 600x ammo` regardless of trip length/quantity. + +## Boosts & BIS + +- Rune arrows are negative/slower than dragon arrows. +- Zaryte Crossbow is the best in slot weapon. +- Zaryte vambraces are BIS in gloves slot. +- Rigour (Dexterous Prayer Scroll used) gives a boost. +- If using an Elysian or Spectral, your maximum trip length will be longer! This is a new mechanic not currently used elsewhere. It means you can kill more nex per trip, because they let you sustain for longer. Note: The time is applied per user, e.g. maybe +3 mins per user in the team, for the maximum increase, everyone in the team needs one. +- Spectral has best mage defence bonus in the shield slot. +- Ely reduces death chance by 30%. +- You get faster at killing Nex based on your Offence Boost % (gear) and your KC. + +(_**NOTE**_: You can now kill Nex Solo using **/k name:Nex solo:True)**\ + +## BIS Gear + +Zaryte Crossbow + Elysian, Armadyl Crossbow + Ely, Armadyl Crossbow + Spectral, Twisted Bow (Best to worst) diff --git a/docs/src/content/docs/osb/Bosses/wildy.md b/docs/src/content/docs/osb/Bosses/wildy.md new file mode 100644 index 00000000000..86dd391d847 --- /dev/null +++ b/docs/src/content/docs/osb/Bosses/wildy.md @@ -0,0 +1,175 @@ +--- +title: "Wilderness" +--- + +With the release of the updated wildy bosses, it is more dangerous than ever to hunt uniques in the wilderness! You are now risking more for more reward! This page details the info regarding mechanics and items unique to the wilderness. For info on boosts and requirements on wildy bosses, please visit the [respective page](../boosts-and-requirements.md#callisto-vetion-venenatis-inc.-singles-versions). + +## Things To Know Before Starting + +Killing Callisto, Vet'ion or Venenatis (and their weaker variants) can risk some of your gear in the wildy setup. Do NOT equip items you're not willing to lose. See [Wildy Gear](./#wildy-gear). When doing these wildy bosses, you will never be skulled. This means, you will always keep your best 4 items, unless you are smited, in which case you will still keep 3 items. + +### PK & Death Chance + +Your death chance is based on a number of factors. Firstly, you need to encounter a PKer for a death to be possible. There are 3 time periods when doing wildy bosses that will influence the chances of you running into a PKer. The below percentages represent how likely you will encounter a PKer _**for every minute of your trip**_. These time periods are random and change every \~2 hours. + +
PK Peak TimesChance of PKer at Callisto, Vet'ion, VenenatisChance of PKer at Artio, Calvarion, Spindel
Low period1.52%2.85%
Medium period7.59%14.29%
High period18.98%%35.71%
+ +You will be asked for confirmation when attempting to send a trip during a high PK period. This can be enabled/disabled using: + +[[/config user toggle name\:Disable wilderness high peak time warning]] + +If you happen to encounter a PKer, you will then "fight" your opponent. When this happens, you will lose some kc during your trip and therefore, lose some potential loot also. There are a few things that will affect whether you get PKed or survive. There is a 10% base chance of your minion getting PKed, however, the following things will affect this percentage: + +- Your gear (specifically, your defensive stats. All 3 combat styles play a part) +- Anti-PK supplies (read [Smite chance](./#smite-chance) below) +- Having 43 Prayer for overheads (higher Prayer levels will NOT grant better percentage) +- Your experience in killing wilderness bosses +- Whether the boss is located in a multi-combat area + +--- + +### Smite Chance + +These supplies are different from [revenants](revenants.md). Please check there for more info. + +These supplies will heavily influence your chances of being smited or not. You also need 25 Prayer for Protect item. With supplies, the base chance of being smited when you are PKed is 1/300. However, without them, it's a 1/20 chance. These supplies consist of: + +Saradomin brew(4) - 1 for every 4 minutes of your trip +Super restore(4) - 1 for every 8 minutes of your trip + +Karambwan - 1 for every 4 minutes of your trip + +--- + +### Wildy Gear + +While killing wilderness bosses, your wildy gear setup is at risk. However, because you are **NOT** skulled when killing them, you will almost always keep your best 4 items. The only time you lose your +1, is if you get [smited](./#smite-chance). + +You can see what items you will keep/lose through the following command: + +- `/gear view`` `**`setup:`**` ``Lost On Wildy Death` + +
+ +In the above image, you can ignore the things listed in the red box because you are not skulled when doing wilderness bosses. The green box notifies you of the items kept and lost upon a death. The 3 items kept on death in this image are: Webweaver bow, Masori body (f), and Masori chaps (f). The +1 item is the Necklace of Anguish (or). Everything else will always be lost when Pked. This means you can comfortably equip your 3 best boosting items for wildy bosses without the worry of losing them. + +However, untradeable items or items that have a 0 value will usually not be kept as one of your 3-4 items kept on death. For example, the DT2 rings in their current state are using the incorrect item ID, and therefore giving the rings a 0 value. This means that something with a low value but still a higher value than the ring, may be kept over the ring upon a death. + +--- + +## Voidwaker + +All 3 pieces can be obtained from their respective bosses and combined to create the voidwaker. Each piece is dropped by the stronger variants at 1/360, or 1/912 from the weaker variants. The voidwaker currently gives no boosts to any bosses. + +- `/create`` `**`item:`**`voidwaker` + +## Upgraded Rev Weapons + +The upgrades to rev weapons can be obtained and attached to create the stronger variant of each. The upgraded rev weapons provide a slightly better boost over their regular counterparts. It costs 7000 ether to charge a wildy weapon, which can also be reverted to receive the base weapon and ether back. Each piece is dropped by the stronger variants at 1/196, or 1/618 from the weaker variants. + +- `/create`` `**`item:`**`Webweaver bow` +- `/create`` `**`item:`**`Accursed sceptre` +- `/create`` `**`item:`**`Ursine chainmace` + +# Revenants + +Revenants are some high risk, high reward content that allows you to collect some handy wildy weapons and many high tier resources. Revs uses the gear in your wildy setup, which means, you CAN lose pieces of gear from this setup. Please read this entire page before embarking. + +To start a trip, use the `/k`` `**`name`**`: (name)`` `**`method:`**` ``none` command. + +- E.g. `/k`` `**`name`**`: Revenant imp method: none` +- E.g. `/k`` `**`name`**`: Revenant dragon method: none` + +**Note:** If you try to put any other method outside of none it will auto default you to using the range method as you can not barrage/burst or cannon revs. + +--- + +## Things To Know Before Starting + +The following info is specific to revenants. Other** [**wilderness bosses\*\*](./) have different death and PKer mechanics. Please read that page for more info. You are defaulted to being skulled while doing Revenants. This cannot be changed. + +### **Smite Chance** + +**If you get smited, you will lose your entire wildy setup regardless of value/items.** + +You have a 1/300 chance to be smited while on a trip. However, if you do not have 5x prayer potion(4), which _you will warned about before embarking_, you have a 1/20 chance to be smited. + +### **Death Chance** icon + +Your total death chance is calculated on your **magic defence stat** and your **defence level**. _You always have a minimum base 5% chance to die._ The lowest you can get your total death chance to is 10%. + +**Defence Level:** If your defence level is 99, the death chance from your defence level is 0%. If your defence level is not 99, use the following formula to work out the extra death chance %. + +- Death chance = _(100 - defence level) / 4_ + +**Magic Defence Stat:** The lowest death chance you can achieve through this is 5%. The maximum magic defence stat is 238, however, you only need to reach 190 magic defence for this to be lowered to 5%. Anything higher than 190 will not get you any lower death chance. + +**Death % Example:** You have 99 Defence + 200 magic defence stat. This means: + +- You will get 0% extra death chance because you are 99 defence. +- \+ You will get the minimum extra 5% death chance from your magic defence stat. +- \+ You will get the default 5% death chance. +- \= Total 10% death chance. + +### Attack Style Bonus + +You will receive a boost to revenant kill times based on which attack style you use and it's respective stat. The 3 styles the bot will utilise are crush attack, range attack, or magic attack. You can work out your attack boost with the following formula: + +- Attack boost = _(current style bonus / maximum style bonus \* 100) / 4_ + +The highest attack boost you can obtain is 25%. The maximum style bonuses are listed below: + +- Range attack bonus - 246 +- Magic attack bonus - 177 +- Melee crush bonus - 214 + +**Attack Style % Example:** You are using the range style with 94 range attack bonus: + +- Attack boost = (94/246 \* 100) / 4 = 9.55% bonus + +--- + +## Boosts + +- 35% boost for equipping a charged wildy weapon (**must be equipped in wildy setup**) + +--- + +## Uniques + +#### Bracelets + +Bracelets of ethereum can be charged (requires 2000 ether) but offers no benefit in the bot at this stage. You can also turn bracelets into ether which yields 250 ether per bracelet. + +- `/create`` `**`item:`**`bracelet of ethereum` +- `/create`` `**`item:`**`revenant ether` + +#### **Wildy Weapons** + +These weapons can be charged which will provide boosts at revs themselves and other wildy bosses. It costs 7000 ether to charge a wildy weapon. To create the upgraded version of these weapons, please visit the [Wilderness page](./#upgraded-rev-weapons). To check the boosts which these items give, please visit the [Boosts & Requirements page.](https://wiki.oldschool.gg/bosses/boosts-and-requirements) + +- `/create`` `**`item:`**`viggora's chainmace` +- `/create`` `**`item:`**`craw's bow` +- `/create`` `**`item:`**`thammaron's sceptre` + +#### **Ancient Items** + +You can sell the ancient items for the same value as in OSRS. Use the `/sell` command. + +- `/sell`` `**`items:`**` ``1 Ancient totem` + +| | | +| ----------------- | :----------: | +| **Name** | **GP Value** | +| Ancient emblem | 500,000 | +| Ancient totem | 1,000,000 | +| Ancient statuette | 2,000,000 | +| Ancient medallion | 4,000,000 | +| Ancient effigy | 8,000,000 | +| Ancient relic | 16,000,000 | + +#### Other Uniques + +The Amulet of avarice currently has no use within the bot. + +Ancient crystals are currently only used to create the Obelisk in a minion's PoH (4 required). diff --git a/docs/src/content/docs/osb/Clues/README.md b/docs/src/content/docs/osb/Clues/README.md new file mode 100644 index 00000000000..72b4373b5d9 --- /dev/null +++ b/docs/src/content/docs/osb/Clues/README.md @@ -0,0 +1,58 @@ +--- +title: "Clue Scrolls" +--- + +## Multiple Clue Trips + +It is possible to run multiple clues in the one trip through opening banked implings. This is the **ONLY** way to run multiple clues in one trip. Using the `/clue` command, you can select your desired clue type, and then the tier of impling which you wish to use. For example: + +`/clue`` `**`tier:`**`Medium (0x Owned)`` `**`implings:`**`Eclectic impling jar (69x Owned)` + +Here is a list of the possible clues you can get from implings: + +--- + +## Where To Get Clues + +### Beginner Clues + +Obor/Bryophyta for guaranteed beginners (requires Giant key/Mossy key respectively). + +Alternatively can kill men/goblins for easies and beginners. It is advised to send shorter trips. + +### Easy Clues + +Pickpocketing Male HAM Members, send trips of \~50. Average easy clue takes \~1-2 minutes to obtain this way. + +### Medium Clues + +Puro puro is 330 eclectics/hr at high level, resulting in a medium clue every \~5 minutes for time spent. [Tier 2 Patrons](https://www.patreon.com/oldschoolbot) can use "open_until" for the medium clues making this very quick and easy. + +> The **'open_until'** filter will cap at 100 opens. Meaning, you won't open more than 100 of any item at anytime. You will also get a warning if you have a clue in your bank already. + +Killing \~100 guards at a time with a cannon is an alternative for slightly slower meds/hour, but doesn't require opening a bunch of implings for the clue. + +### Hard Clues + +As many hard clues come passively, doing slayer with a good [blocklist](../../skills/slayer/) is the recommended way to obtain hard clues, as superiors will result in quite a few totem pieces for the guaranteed hard clues from skotizo. + +If you'd rather not do slayer, the best method for hard clues/hr is to barrage Warped Jellies. + +### Elite Clues + +Elite clues generally come passively through pvm, as virtually every boss drops elite clues. It's generally not recommended to camp specifically for elite clues, however, Vorkath is the best pure elite clues per hour at roughly every 2 hours with all boosts. + +### Master Clues + +Master clues can be created using an easy, medium, hard, and elite clue scroll. + +- `/create`` `**`item:`**`Master clue` + +However, this is generally not recommended, as getting masters passively through other clue completions is a much more efficient way to obtain them, especially due to the length of time required to obtain the elite clues. It's usually better to do either mediums or hard clues, and do the masters obtained from those, rather than specifically create master clues. + +Chance of master clues from other clues: + +- **Easy clues** - 1/50 +- **Medium clues** - 1/30 +- **Hard clues** - 1/15 +- **Elite clues** - 1/5 diff --git a/docs/src/content/docs/osb/Clues/boosts.md b/docs/src/content/docs/osb/Clues/boosts.md new file mode 100644 index 00000000000..29b775fddec --- /dev/null +++ b/docs/src/content/docs/osb/Clues/boosts.md @@ -0,0 +1,96 @@ +--- +title: "Boosts" +--- + +# Boosts + +## Global Boosts + +- Max Cape - 10% **or** Construction cape - 6% +- Ornate jewellery box - 10% **or** Basic/Fancy jewellery box - 5% +- Weekend - 10% + +## Master clues + +- Achievement diary cape - 10% +- Kandarin headgear 4 - 6% (Doesn't stack with Achievement diary cape) +- Music cape - 5% +- Eternal teleport crystal - 3% +- Toxic blowpipe - 2% +- Dragon claws - 1% + +## Elite clues + +- Achievement diary cape - 10% +- Kandarin headgear 4 - 7% (Doesn't stack with Achievement diary cape) +- Fremennik sea boots 4 - 3% (Doesn't stack with Achievement diary cape) +- Pharaoh's sceptre - 4% +- Toxic blowpipe - 4% + +## Hard clues + +- Achievement diary cape - 10% +- Wilderness sword 3 - 8% (Doesn't stack with Achievement diary cape) +- Royal seed pod - 6% +- Eternal teleport crystal - 4% +- Pharaoh's sceptre - 4% +- Toxic blowpipe - 4% + +## Medium clues + +- Ring of the elements - 8% +- **Mounted in PoH:** Xeric Talisman - 2% + +## Easy clues + +- Achievement diary cape - 10% +- Ring of the elements - 6% + +## Beginner clues + +- Ring of the elements - 10% + +## Sources + +
ItemSourceReq
Max cape (combined varients won't work)/buy name:Max cape99 all skills
Construction cape/buy name:Construction cape99 Construction
Music cape/buy name:Music capeSee Music cape page for reqs
Jewellery boxSee below
Achievement diary cape/buy name: Achievement diary capeAll elite diarys complete
Kandarin headgear 4/buy name: Kandarin headgear 4Kandarin elite diary complete
Fremennik sea boots 4/buy name: Fremennik sea boots 4Fremennik elite diary complete
Wilderness sword 3/buy name: Wilderness sword 3Wilderness hard diary complete
Eternal teleport crystal /create name: Eternal teleport crystal150 QP, 80 Smithing, 80 Crafting. 100 Crystal shard, 1 Enhanced crystal teleport seed
BlowpipeSee Zulrah page for creation
Dragon clawsChambers of Xeric
Pharaoh's sceptrePyramid plunder
Ring of the elements/buy name:Ring of the elements400 Abyssal pearls from Guardians of the Rift
+ +## Jewellery box + +Create jewellery boxes with `/poh build`` `**`name:`**`[tier] jewellery box` + +You must create in order and upgrade, below are tiers and materials: + +- Basic(81 Construction): 20x Ring of dueling(8), 20x Games necklace(8), 1x Steel bar, 1x Bolt of cloth +- Fancy(86 Construction): 20x Skills necklace(4), 20x Combat bracelet(4), 1x Gold leaf +- Ornate(91 Construction): 20x Amulet of glory(4), 2x Gold leaf, 1x Ring of wealth (5) + +### Commands for Ornate Jewellery Box + +_The recharge spell has a minimum quantity of 25, so we'll be creating 25 of the dragonstone items (26 for RoW)._ + +Bolt of cloth `/buy`` `**`name:`**`Bolt of cloth` + +Gold Leaf `/buy`` `**`name:`**`Gold leaf quantity:3` + +Ring of Dueling `/craft`` `**`name:`**`Emerald ring`` `**`quantity:`**`20` \ +`/activities enchant`` `**`name:`**`Emerald ring`` `**`quantity:`**`20` + +Games necklace(8) `/craft`` `**`name:`**`Sapphire necklace`` `**`quantity:`**`20` \ +`/activities enchant`` `**`name:`**`Sapphire necklace`` `**`quantity:`**`20` + +Skills necklace(4) `/craft`` `**`name:`**`Dragon necklace`` `**`quantity:`**`25` \ +`/activities enchant`` `**`name:`**`Dragon necklace`` `**`quantity:`**`25` \ +`/activities cast`` `**`spell:`**`Recharge Skills Necklace`` `**`quantity:`**`1` + +Combat Bracelet(4) `/craft`` `**`name:`**`Dragonstone bracelet`` `**`quantity:`**`25` \ +`/activities enchant`` `**`name:`**`Dragonstone bracelet`` `**`quantity:`**`25` \ +`/activities cast`` `**`spell:`**`Recharge Combat Bracelet`` `**`quantity:`**`1` + +Ring of wealth (5) `/craft`` `**`name:`**`Dragonstone ring`` `**`quantity:`**`26` \ +`/activities enchant`` `**`name:`**`Dragonstone ring`` `**`quantity:`**`26` \ +`/activities charge`` `**`item:`**`Ring of wealth`` `**`quantity:`**`1` + +Amulet of glory(4) `/craft`` `**`name:`**`Dragonstone amulet (u)`` `**`quantity:`**`25` \ +`/craft`` `**`name:`**`Dragonstone amulet`` `**`quantity:`**`25` \ +`/activities enchant`` `**`name:`**`Dragonstone amulet`` `**`quantity:`**`25` \ +`/activities cast`` `**`spell:`**`Recharge Glory`` `**`quantity:`**`1` diff --git a/docs/src/content/docs/osb/Getting Started/advanced-resources.md b/docs/src/content/docs/osb/Getting Started/advanced-resources.md new file mode 100644 index 00000000000..33b66adec5a --- /dev/null +++ b/docs/src/content/docs/osb/Getting Started/advanced-resources.md @@ -0,0 +1,16 @@ +--- +title: "Advanced Resources" +description: Additional resources for players doing long term planning +--- + +### Banked Experience and EHP Spreadsheet + +This spreadsheet was created by **cosine** in collaboration with creators of existing EHP sheets + +MAKE A COPY DO NOT REQUEST ACCESS + +Instructions to see your banked xp are included on the sheet + +Whilst this sheet was created with Ironmen in mind primarily, it can be used by anyone to see their current banked xp as well as ballpark EHP rates. Note that EHP rates for mains can be significantly higher due to the ability to purchase supplies. + +[https://docs.google.com/spreadsheets/d/1uacxmjZlpi3yBC9klmkCR-13gjv5JQS3pE6mO8Tzysg/edit?usp=sharing](https://docs.google.com/spreadsheets/d/1uacxmjZlpi3yBC9klmkCR-13gjv5JQS3pE6mO8Tzysg/edit?usp=sharing) diff --git a/docs/src/content/docs/osb/Getting Started/bank-background.md b/docs/src/content/docs/osb/Getting Started/bank-background.md new file mode 100644 index 00000000000..0821c6e3b68 --- /dev/null +++ b/docs/src/content/docs/osb/Getting Started/bank-background.md @@ -0,0 +1,46 @@ +--- +title: "Bank Backgrounds" +--- + +In order to change your bank background one of the first things you will need to do is start by going into the bot and typing `/minion bankbg`` `**`name:`** from there you will be presented with an in depth list of all the available backgrounds to you as either a non patron up to a T5 patron. As you go down the list of bank backgrounds you will notice that some of them are exclusive to T3 through T5 patron or unavailable entirely, that list is as follows: + +## Available to Everyone + +- Default +- Bandos (Requires completion of Bandos/Armadyl/Saradomin/Zamorak/Nex CLs and costs 100m + all 5 Godswords) +- Corporeal Beast (Requires completion of Corporeal beast CL and costs 100m + 1 of each completed spirit shield) +- Casket (Requires in your collection log) + - 1x Large spade (500 Easy clues completed) + - 1x Clueless scroll (400 Medium clues completed) + - 1x Heavy casket (200 Elite clues completed) + - 1x Scroll sack (100 Master clues completed) +- Nightmare (Requires completion of Nightmare CL (including Phosani items) and costs 100m + 1 of each orb) + +--- + +## Available to Patrons + +- Lumbridge (T3 or Higher) +- Edgeville (T3 or Higher) +- Dark (T3 or Higher) +- Grass (T3 or Higher) +- Wilderness (T3 or Higher) +- Grand Exchange (T3 or Higher) +- Falador Park (T3 or Higher) +- Pets (T3 or Higher) +- Transparent (T3 or Higher) +- Smokey (T3 or Higher) +- Nieve (T3 or Higher) +- ToB (T3 or Higher) +- Morytania (T4 or Higher) +- Custom Backgrounds (T4 or Higher) +- Barrows (T5) + +--- + +## Unavailable + +- Swampman (Unavailable) +- Karamja (Unavailable) +- CoX (Discontinued promotion) +- OSB (Discontinued promotion) diff --git a/docs/src/content/docs/osb/Getting Started/bank-filters.md b/docs/src/content/docs/osb/Getting Started/bank-filters.md new file mode 100644 index 00000000000..328f56d8f8b --- /dev/null +++ b/docs/src/content/docs/osb/Getting Started/bank-filters.md @@ -0,0 +1,83 @@ +--- +title: "Bank Filters" +--- + +There are a multitude of bank filters you can use to easily identify or search items in your bank. You can start by typing the `/bank` command to display your bank. It is also possible to view the different pages of your bank with `/bank`` `**`page:`**`X` (X being any page number). + +### Searching Your Bank + +There are 2 ways to search your bank for items. + +- `/bank`` `**`item:`**`[item name]` + - This command only returns results when the full item name is entered. +- `/bank`` `**`search:`**`[text]` + - This command will return anything that contains the text entered. + +### Bank Sorting + +When searching your bank you can use multiple options to find exactly what you're looking for. + +#### Sorts: + +- `value` - this is the default sort by grand exchange value (then item ID for untradeables) +- `alch` - sorts by alch value rather than grand exchange value +- `name` - sorts your bank alphabetically +- `quantity` - sorts your bank by item stack size + +#### Flags: + +- `show_X` - this will show whatever option is chosen (id, alch price, names, etc) below the item +- `wide`- makes the image wider (useful for viewing a lot of items at once) +- `show_all` - includes all items rather than a single page (this can result in very large images) + +#### Formats: + +- `text_paged` - returns a click-through box similar to leaderboards for your bank +- `text_full`- returns a notepad document of all items (very useful for viewing a large bank) +- `json` - returns a json file of your bank + +The following command is an example of a bank search for the term "rune" with many filters. + +- E.g. `/bank`` `**`search:`**`rune`` `**`flag:`**`show_names`` `**`flag_extra:`**`wide` + +### Category Filters + +The following bank filters can be used with either of the bank search commands to display items of a specific category. Some examples include: + +- `food` - displays your food that can be used during PvM +- `potions` - displays your potions +- `herbs` - displays your clean and grimy herbs +- `compost` - displays your compost and compostable items +- `secondaries` - displays your herblore secondaries +- `diaries` - displays your achievement diary rewards and lamps +- `clues and caskets` - displays your clue scrolls and reward caskets +- `herblore` - displays herbs, secondaries and potions +- `farming` - displays seeds and compost +- `smithing` - displays any items related to the smithing skill +- `crafting` - displays any items related to the crafting skill +- `fletching` - displays any items related to the fletching skill +- `agility` - displays any items related to the agility skill +- `prayer` - displays any items related to the prayer skill +- `diango` - displays items from the daily rewards + +### Collection Log Filters + +The collection log filters can be used with either of the bank search commands to display the items from specific collection logs. Not all collection logs are available for bank searching. + +- E.g. `/bank`` `**`filter:`**`cerberus` + +- Some other collection logs that can be search include: + - `god wars` - displays all unique items from the 4 godwars bosses + - `dagannoth kings` - displays all unique items from the 3 dagannoth kings + - `skilling` - displays any items that can be used to gain non-combat xp + - `slayer` - displays all unique slayer items + - `all pets` - displays any pets you own + - `capes` - displays any capes (including skillhoods) + - `quest` - displays any quest based items + - `random events` - displays any items you received from random events + - `implings` - displays any impling jars you've caught + - `tzhaar` - displays any tzhaar items + - `revenants` - displays any revenant based items + - `cyclopes` - displays all obtained defenders + - `miscellaneous` - displays any miscellaneous items + - `clue [tier]` - displays all items of the respective clue tier diff --git a/docs/src/content/docs/osb/Getting Started/beginner-guide.md b/docs/src/content/docs/osb/Getting Started/beginner-guide.md new file mode 100644 index 00000000000..bf2e5636d2f --- /dev/null +++ b/docs/src/content/docs/osb/Getting Started/beginner-guide.md @@ -0,0 +1,51 @@ +--- +title: "Beginner Guide" +--- + +## Introduction + +This guide is meant for players just starting with OSB. It does not include optimal training methods for skills, and it does not include a comprehensive list of what you can do in OSB. For more information about the bot and its features, feel free to look at the rest of this wiki, or ask in the #help-and-support channel of the [support server](https://discord.com/invite/ob). + +### Part 1: Pre-PvM + +Do [agility](https://wiki.oldschool.gg/skills/agility) until you have full graceful. (Can be obtained by using `/create`` `**`item:`**`graceful`, and costs 260 marks of grace. You can do agility by using the `/laps`` `**`name:`**` ``[courseName]` command. After getting full graceful, you can do the [Hallowed Sepulchre](https://wiki.oldschool.gg/skills/agility/hallowed-sepulchre) in order to get a Strange Old Lockpick. This item is rarer than OSRS, but has unlimited charges and provides a boost to Barrows. Don't forget to do your daily every 12 hours `/minion daily` for some starter gp.\ +\ +Once you have full graceful, you should quest to at least **205 QP**. You can quest with the `/activities quest` command. Since you will already have the maximum bonus for questing, there is little reason to not quest all the way to 290 QP right now, so consider doing that.\ +After getting at least 175 QP, purchase at least 1 set of barrows gloves. (Ideally 3 sets.) With 205 QP you can access all bosses that the bot has to offer.\ +\ +If your minion is an ironman, you should do a small amount of fishing/cooking for some early game food. You won't need to get that much, as you should unlock better food sources fairly soon.\ +Main accounts should purchase food from other players using the #grand-exchange channel for now. + +### Part 2: Early Upgrades + +Equip the best slash attack gear you have in your melee setup. This can be done by using the following `/gear equip`` `**`gear_setup:`**`Melee`` `**`auto:`**`attack_slash`. Kill baby dragons (black/blue) with `/k`` `**`name:`**`baby blue dragon` until you have the bones for 43 prayer. Then use `/offer`` `**`name:`**` ``Dragon bone` to train the skill to 43.\ +\ +Once you have 43 prayer, do `/minion train`` `**`style:`**`magic` to begin gaining magic xp while doing combat, and then start doing barrows. Barrows is a useful early game boss as it doesn't require food, and has extremely useful uniques. If you have 300k gp to spare, consider buying an Ibans staff with `/buy`` `**`name:`**`Iban's staff` as it provides a boost to barrows. You can do as much, or as little as you want, although ironmen should consider completing the barrows log here, or at least obtaining all useful items. Train magic until you are at least level 55, and then feel free to change to any other attack style.\ +If you are a main account, you can sell duplicate items in #grand-exchange or using the `/sell` command for some early gp. Spend this gp on potatoes with cheese, as well as a Bandos godsword, and other gear upgrades. + +#### Post-Barrows Gear + +
+ +
+ +
+ +
+ +
+ +
+ +This is the gear you should equip after finishing barrows. If you have other items that would fit in these setups, (dks rings, amulets of glory/fury, god books, ava's accumulator, mage arena cape, fire cape, etc.), feel free to equip those as well. This gear should be sufficient for you to kill monsters that use food without melting through it.\ +(If you purchased a Bandos godsword earlier, equip it in your melee setup instead of a Dharok's greataxe) + +### Part 3: The Rest of the Game + +With some basic equipment, easy access to food, and some mid-high combat stats, you can now do most things on the bot.\ +Some monsters have item/stat requirements, all of which can be seen on the [Boosts & Requirements](https://wiki.oldschool.gg/bosses/boosts-and-requirements) page. This page also contains available boosts for different bosses.\ +You can view the BiS gear for general bossing/PvM [here](https://wiki.oldschool.gg/skills/slayer/slayer-misc#best-gear-for-slayer).\ +For some activities, like [CoX](https://wiki.oldschool.gg/bosses/cox-raids/cox-gear-setups) and [The Nightmare](https://wiki.oldschool.gg/bosses/nightmare-of-ashihama), you can look at their respective wiki pages for gear/stat recommendations.\ +For information on the various skilling methods in the bot, take a look at their respective pages on this wiki. + +If you have recommendations for changes to this guide, put them in the #wiki channel. diff --git a/docs/src/content/docs/osb/Getting Started/combat-skills.md b/docs/src/content/docs/osb/Getting Started/combat-skills.md new file mode 100644 index 00000000000..decd7b4049b --- /dev/null +++ b/docs/src/content/docs/osb/Getting Started/combat-skills.md @@ -0,0 +1,51 @@ +--- +title: "Combat Training" +--- + +# Combat Training + +While strength can be leveled through barbarian fishing and magic has various non-combat applications, PvM is a more efficient and profitable way to level up your combat stats. + +By using the `/minion train` command, you can select which style of combat you would like to level. Here is a list of all possible combat styles: + +- `/minion train`` `**`style:`**` ``shared` - provides equally split xp to all 3 melee styles +- `/minion train`` `**`style:`**` ``attack` +- `/minion train`` `**`style:`**` ``strength` +- `/minion train`` `**`style:`**` ``defence` +- `/minion train`` `**`style:`**` ``strength attack` - trains strength + attack together +- `/minion train`` `**`style:`**` ``defence attack` - trains defence + attack together +- `/minion train`` `**`style:`**` ``strength defence` - trains strength + defence together +- `/minion train`` `**`style:`**` ``ranged` +- `/minion train`` `**`style:`**` ``ranged defence` - trains ranged + defence together +- `/minion train`` `**`style:`**` ``magic` +- `/minion train`` `**`style:`**` ``magic defence` - trains magic + defence together + +**Note:** Hitpoints xp is gained alongside any combat style and cannot be selected as a primary training focus. + +You can leave this in the default mode where your style will change depending on the mob you are attacking, or you can specify a specific combat skill to train in. You cannot change it back to the default mode, however, there is no real need to as it provides no benefits over other styles. + +The amount of xp you gain is based off of the hitpoints of the monster you're killing, and the hourly rate can vary from monster to monster. Giant spiders, Fire giants, and Greater nechryaels offer the fastest combat experience in the game, but it is advisable to train combat stats alongside slayer. + +## Food + +#### Favourite Food + +When PvMing, you will consume any food you currently have in your bank. The consumption of your food is used from **lowest healing** to **highest healing**. Because of this mechanic, any jugs of wine you create during cooking training will be used before many other high tier foods. + +To set and remove prioritised food when PvMing, you can use the following command: + +- `/config user favorite_food` + +#### Food Boosts + +Certain foods give boosts to the trip time during PvM. Jug of wine is the only food to give a **penalty** instead of a boost. + +| | | +| ----------- | ---- | +| Jug of wine | -10% | +| Monkfish | 1% | +| Shark | 2% | +| Sea turtle | 2% | +| Manta ray | 3% | +| Dark crab | 3% | +| Anglerfish | 4% | diff --git a/docs/src/content/docs/osb/Getting Started/gear.md b/docs/src/content/docs/osb/Getting Started/gear.md new file mode 100644 index 00000000000..421f669d561 --- /dev/null +++ b/docs/src/content/docs/osb/Getting Started/gear.md @@ -0,0 +1,81 @@ +--- +title: "Gear" +--- + +Your minion has 8 gear setups (Melee, Mage, Range, Skilling, Misc, Wildy, Fashion and Other) in which you can equip your gear into depending on what activity you want to do on the bot. Below is a list of the commands that deal with equip and unequipping gear on your minion. Lets say you just finished questing and bought yourself a pair of barrows gloves and you want to equip those in your range setup, you would type `/gear equip`` `**`gear_setup:`**`Range`` `**`item:`**`Barrows gloves` . Now lets say you already had a pair of mithril gloves equipped in your range setup and you wanted to equip the barrows gloves instead now, you do not need to unequip the other gloves first, the equip command will take the other pair off for you and equip the new item. Further below we will talk about gearpresets, a way for you to save a setup you like for later for easy equipping (Please note that the some gear setups are locked to T3 Patron or higher). + +## Commands + +There are 4 options: `/gear equip`, `/gear unequip`, `/gear stats` and `/gear pet`. You can simply type `/gear` for all 4 of these options to appear. + +### Gear Equip + +The `/gear equip` command lets you equip and change gear. You will firstly select the gear setup you wish to edit. There are 4 options under it: + +| | | | +| ----------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | +| **Command** | **What it does** | **Example** | +| Item | Selects a single item you wish to equip. | `/gear equip`` `**`gear_setup:`**`Melee`` `**`item:`**`Barrows gloves` | +| Preset | Selects a previously made or default gear preset to equip. | `/gear equip`` `**`gear_setup:`**`Skilling`` `**`preset:`**`graceful` | +| Quantity | Selects a specific number of an item to equip (ammunition only). | `/gear equip`` `**`gear_setup:`**`Range`` `**`item:`**`Rune arrow`` `**`quantity:`**`1000` | +| Auto | Selects the BiS equipment for a specific attack style. | `/gear equip`` `**`gear_setup:`**`Melee`` `**`auto:`**`melee_strength` | + +### Gear Unequip + +You can use this command to unequip items from any gear setup. There are 2 options: unequip all the items from a specific setup, or just 1 item at a time. + +### Gear Stats + +This is simply for simulation of equipping items and checking the stats of a particular setup. You do not need to own the items to perform this command, but you will need the items full name. + +### Gear Pet + +Use this command to simply equip or unequip a pet. You can equip and unequip a pet during a trip. + +- `/gear pet`` `**`equip:`**` ``[petName]` +- `/gear pet`` `**`unequip:`**` ``true` + +## Gear Presets + +The `/gearpresets` command gives you the ability to save a particular gear setup for quick-equipping if you decide to switch between content. By default, you are restricted to having 3 gear presets. However, this can be increased if you are a patron or a github supporter. + +- Tier 1 - 7 presets +- Tier 2 - 9 presets +- Tier 3+ - 11 presets + +| **Command** | **What it does** | **Example** | +| ----------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | +| Create | Allows you to create a gear preset. You can copy an existing setup or hand pick items to create one. | `/gearpresets create`` `**`name:`**` ``Example`` `**`copy_setup:`**` ``Melee` | +| Edit | Allows you to edit an existing gear preset. | `/gearpresets edit`` `**`preset:`**` ``Example`` `**`hands:`**`Barrows gloves` | +| Delete | Allows you to delete an existing gear preset. | `/gearpresets delete`` `**`preset:`**` ``Example` | +| Equip | Allows you to equip an existing gear preset. | `/gearpresets equip`` `**`gear_setup:`**` ``Melee`` `**`preset:`**` ``Example` | +| View | Allows you to view an existing gear preset. | `/gearpresets view`` `**`preset:`**` ``Example` | + +### Global Gear Presets + +Along with the ability to make your own presets there are some global presets available to you at the start such as the "Graceful" preset which will equip full graceful in the specified gear setup. These do not count towards the total numbers of presets that are available to you. + +- Graceful +- Carpenter +- Rogue +- Clue_hunter +- Angler +- Spirit_angler +- Pyromancer +- Prospector +- Lumberjack +- Farmer +- Runecraft +- Smith + +## BiS Gear + +
+ +
+ +This gear is the best food reduction equipment in the game. This will save the highest amount of food possible at almost every boss, with notable exceptions being KQ and [Nightmare](https://wiki.oldschool.gg/bosses/nightmare-of-ashihama). + +### Wildy Setup + +The wilderness setup is currently used at the Wilderness Bosses, Revenants and doing Wilderness Hunter and Slayer. Items equipped in this setup can be **permanently lost** if you are killed while doing activities that use this setup (hunter activities ONLY risk shirt and pants item slots). Read more about death chance and mechanics on their respective pages. diff --git a/docs/src/content/docs/osb/Getting Started/leagues.md b/docs/src/content/docs/osb/Getting Started/leagues.md new file mode 100644 index 00000000000..8cae5d956b1 --- /dev/null +++ b/docs/src/content/docs/osb/Getting Started/leagues.md @@ -0,0 +1,7 @@ +--- +title: "Leagues" +--- + +# Leagues + +You can view the Leagues Wiki page on the BSO Wiki: [https://bso-wiki.oldschool.gg/leagues](https://bso-wiki.oldschool.gg/leagues) diff --git a/docs/src/content/docs/osb/Minigames/barbarian-assault.md b/docs/src/content/docs/osb/Minigames/barbarian-assault.md new file mode 100644 index 00000000000..67af63722be --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/barbarian-assault.md @@ -0,0 +1,82 @@ +--- +title: "Barbarian Assault" +--- + +# Barbarian Assault + +Challenge waves of penance monsters to unlock the rewards from Barbarian Assault. BA in the bot works a bit differently than BA in OSRS, as it is only soloable and the rest of your team members are essentially NPCs. There are no defined roles or role-specific honour levels, there aren't even specific waves. However, you do have a 25% chance to be selected as the fighter role, and when this happens, you will get a speed boost based on your melee gear ([see below](barbarian-assault.md#bis-melee-gear)). + +To start a trip of BA, use the following command: + +- `/minigames barb_assault start` + +--- + +## Boosts + +- Up to 13.11% for melee gear ([see below](barbarian-assault.md#bis-melee-gear)) +- Up to 30.3% for honour level ([see below](barbarian-assault.md#honour-level)) +- Up to 10% for total KC +- 10% for Venator bow ([see below](barbarian-assault.md#venator-bow)) +- 10% more points for completion of Kandarin hard diary (upon return of trip) + +--- + +## BiS Melee Gear + +You have a 1/4 chance per trip for your minion to be chosen as the Fighter role. If you are chosen for this role, your melee gear will provide a boost of up to 13.11%. If you are not chosen for this role, you simply don't get the gear score boost. This boost is based on your minions _melee strength bonus_ and below is an image of the best melee strength bonus currently available: + +**NOTE:** Using Bandos chestplate and tassets with Neitiznot faceguard will give 12.50% boost. + +

Highest Melee Strength Available

+ +--- + +## **Honour Level** + +To spend your honour points to increase your honour level, use the following command: + +- `/minigames barb_assault level` + +| **Level** | **Honour Point Cost** | **Honour Level Boost** | +| --------- | :-------------------: | :--------------------: | +| Level 1 | 0 | 6.06% | +| Level 2 | 800 | 12.12% | +| Level 3 | 1,200 | 18.18% | +| Level 4 | 1,600 | 24.24% | +| Level 5 | 2,000 | 30.3% | + +--- + +## Venator Bow + +You can create the Venator bow using `/create` (needs 5 venator shards). Unlike the melee gear boost, the bow will provide a 10% speed boost to every trip. It must be equipped in range and [charged](../miscellaneous/charging-items.md#venator-bow) for the boost to apply, and will degrade at a rate of 50 charges per wave. + +--- + +## Barbarian Assault Shop + +To spend your honour points on BA items, use the following: + +- `/minigames barb_assault buy` + +To spend your honour points on gambles, use the following: + +- `/minigames barb_assault gamble` + +| **Item** | **Honour point cost** | +| -------------- | :-------------------: | +| Fighter hat | 1,100 | +| Ranger hat | 1,100 | +| Healer hat | 1,100 | +| Runner hat | 1,100 | +| Fighter torso | 1,500 | +| Penance skirt | 1,500 | +| Runner boots | 400 | +| Penance gloves | 600 | +| Low gamble | 200 | +| Medium gamble | 400 | +| High gamble | 500 | +| Granite body | 95,000gp | + +- The Granite body is purchasable after completing 10 waves of BA. To purchase the Granite body, use `/buy`` `**`name:`**` ``Granite Body` diff --git a/docs/src/content/docs/osb/Minigames/big-chompy-bird-hunting.md b/docs/src/content/docs/osb/Minigames/big-chompy-bird-hunting.md new file mode 100644 index 00000000000..45315de3d84 --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/big-chompy-bird-hunting.md @@ -0,0 +1,39 @@ +--- +title: "Big Chompy Bird Hunting" +--- + +# Big Chompy Bird Hunting + +You can do the chompy bird hunting minigame using `/activities chompy_hunt`` `**`action:`**`start` + +--- + +## Requirements + +- 10 QP +- Ogre bow (in range outfit), `/buy`` `**`name:`**` ``Ogre bow` +- Ogre arrows (in bank) +- Highly recommended: Wear an Ava's in range outfit to save arrows. +- You get significant boosts for having completed the: Elite(100%), Medium(50%), or Easy(25%) tiers of the Western Provinces diary. + +--- + +## Getting Ogre Arrows + +You can try to buy them from other players, or... + +1. Kill Wolves for Wolf bones, fletch them into Wolfbone arrowtips. +2. Cut Achey trees, fletch them into Ogre arrow shafts. +3. Fletch Flighted ogre arrows from Ogre arrow shafts and feathers. +4. Fletch Ogre arrows from Wolfbone arrowtips and Flighted ogre arrows. + +--- + +## Rewards + +- Chompy chick pet (1/250 chance after completion of Western Prov elite diary) +- Chompy hats can be claimed in bulk with `/activities chompy_hunt`` `**`action:`**`claim` or you can buy them individually with `/buy` after you have unlocked them. + - E.g. `/buy`` `**`name:`**` ``Chompy bird hat (ogre bowman)` +- The following table is a list of all the purchasable chompy hats: + +
Chompy HatPriceRequired Chompy KC
Chompy bird hat (ogre bowman)1,32030
Chompy bird hat (bowman)1,76040
Chompy bird hat (ogre yeoman)2,20050
Chompy bird hat (yeoman)3,08070
Chompy bird hat (ogre marksman)4,18095
Chompy bird hat (marksman)5,500125
Chompy bird hat (ogre woodsman)7,480170
Chompy bird hat (woodsman)9,900225
Chompy bird hat (ogre forester)13,200300
Chompy bird hat (forester)17,600400
Chompy bird hat (ogre bowmaster)24,200550
Chompy bird hat (bowmaster)30,800700
Chompy bird hat (ogre expert)44,0001,000
Chompy bird hat (expert)57,2001,300
Chompy bird hat (ogre dragon archer)74,8001,700
Chompy bird hat (dragon archer)99,0002,250
Chompy bird hat (expert ogre dragon archer)132,0003,000
Chompy bird hat (expert dragon archer)176,0004,000
diff --git a/docs/src/content/docs/osb/Minigames/camdozaal.md b/docs/src/content/docs/osb/Minigames/camdozaal.md new file mode 100644 index 00000000000..824df4b3c5b --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/camdozaal.md @@ -0,0 +1,77 @@ +--- +title: "Camdozaal" +--- + +# Camdozaal + +Use your mining, smithing, fishing, and combat skills to collect all barronite and ancient items, as well as the imcando hammer. You can also face the mighty camdozaal creatures for items as well. Throughout all activites in Camdozaal, you will obtain Barronite shards which are used to create the Barronite mace and Imcando hammer. + +To start a trip in Camdozaal, use + +[[/activities camdozaal action:]] + +--- + +## Requirements + +- 17 Quest points +- 14 Mining (only for the mining activity) +- 14 Smithing (only for the smithing activity) +- 7 Fishing (only for the fishing activity) + +--- + +## Mining + +The mining section involves your minion simply gathering Barronite shards and Barronite deposits. The Barronite deposits are used in the smithing section of the activity. There are no collection log items obtained strictly from mining. You can receive the Rock golem pet from this activity. + +## Smithing + +The smithing section involves your minion using the Barronite deposits obtained from mining. There are a number of collection log items you can obtain from this section. They are: + +Barronite head - 1/200 + +Imcando hammer (broken) - 1/300 + +Ancient globe - 1/350 + +Ancient ledger - 1/350 + +Ancient astroscope - 1/350 + +Ancient treatise - 1/350 + +Ancient carcanet - 1/350 + +## Fishing + +The fishing section involves your minion catching various fish. There is one item for the collection log that can be found here, which is: + +Barronite handle - 1/256 when catching any fish type + +## Combat + +The combat section involves your minion killing various monsters located within Camdozaal. There is one item for the collection log that can be found here, which is: + +Barronite guard - varies + +- 1/800 from Flawed golem +- 1/500 from Mind golem +- 1/250 from Body golem +- 1/150 from Chaos golem + +--- + +## Imcando Hammer + +This hammer is received in a broken status when acquired from Barronite deposits while smithing. It requires 1,500 Barronite shards to be fixed. To create the fixed version, simply use: + +- `/create`` `**`item:`**`Imcando hammer` + +The hammer serves no purpose in the bot, it is simply a collection log slot. + +## Barronite Mace + +The mace is made up of 3 individual pieces, acquired from all sections of Camdozaal. It requires 1,500 Barronite shards to be created. To create the mace, simply use: + +- `/create`` `**`item:`**` ``Barronite mace` diff --git a/docs/src/content/docs/osb/Minigames/creature-creation.md b/docs/src/content/docs/osb/Minigames/creature-creation.md new file mode 100644 index 00000000000..de58c599b6f --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/creature-creation.md @@ -0,0 +1,36 @@ +--- +title: "Creature Creation" +--- + +# Creature Creation + +Combine various items to create and kill unique hybrid monsters to collect their drops. Each monster will drop a various number of the same item that was used to create it. It works exactly the same as in osrs. + +--- + +## Requirements + +- 35 Quest points + +--- + +## Boosts + +All of the following boosts will work from the bank (i.e. don't need to be equipped). + +- 13% for Bandos platebody **OR** Torva platebody +- 13% for Bandos tassets **OR** Torva platebody +- 15% for Amulet of torture **OR** 6% Amulet of fury +- 15% for Primordial boots **OR** 6% Dragon boots +- 15% for Infernal cape **OR** 6% Fire cape +- 11% for Dragon claws +- 15% for Abyssal whip +- 15% for Dragon defender + +--- + +## Hybrid Monsters + +To kill any of the hybrid monsters, use the `/k` command. Each monster requires both ingredients and when killed, will give a various number of one ingredient that was used. Each hybrid monster may drop a specific type of satchel and all have a 1/10 chance to drop the Tea flask. + +E.g. `/k`` `**`name:`**`Unicow` diff --git a/docs/src/content/docs/osb/Minigames/gauntlet.md b/docs/src/content/docs/osb/Minigames/gauntlet.md new file mode 100644 index 00000000000..255c8fb4fe6 --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/gauntlet.md @@ -0,0 +1,95 @@ +--- +title: "Gauntlet" +--- + +# Gauntlet + +The Gauntlet is a solo minigame which has some substantial requirements. When you start at both the normal and corrupted gauntlets, your chance of death within the minigame will be quite high. This can be reduced through minion learning (down to 6%). + +To begin a trip, use the following commands: + +- `/minigames gauntlet start` +- `/minigames gauntlet start`` `**`corrupted:`**`True` + +--- + +## Requirements + +- Level 80 in all combat stats (90 for Corrupted) +- Level 77 Prayer +- Level 70 in the following skills: + - Smithing + - Mining + - Farming + - Agility + - Woodcutting + - Fishing + - Cooking + - Herblore + - Construction + - Hunter +- 200+ quest points +- _Corrupted Gauntlet also requires at least 50kc in the normal Gauntlet_. + +--- + +## Boosts + +- 5% boost for Augury **OR** 2% boost for Mystic might (45+ prayer but not unlocked Augury) + - `/use`` `**`item:`**`Arcane prayer scroll` +- 5% boost for Rigour **OR** 2% boost for Eagle eye (44+ prayer but not unlocked Rigour) + - `/use`` `**`item:`**`Dexterous prayer scroll` +- Up to 20% for preparation time (this is based on normal + cg kc) + - Up to 40% in normal gauntlet (prep time is halved) +- Up to 20% for experience (0.2% for each KC. 100kc = max boost) + +--- + +## Rewards + +The standard rewards from gauntlet can be obtained here such as Crystal shards alongside runes, gems, arrows, and rune/dragon alchables. The unique rewards include: + +### Crystal weapon seeds + +You can create a Crystal bow or Crystal halberd (used at ToB). Both require 78 smithing and crafting. + +`/create`` `**`item:`**`Crystal bow` - Requires 40 shards + +`/create`` `**`item:`**`Crystal halberd` - Requires 40 shards + +### Crystal armour seeds + +You can create all 3 pieces of the crystal armour set. Each armour piece requires level 70/72/74 smithing and crafting respectively. + +`/create`` `**`item:`**` ``Crystal helm` - Requires 150 shards + +`/create`` `**`item:`**` ``Crystal body` - Requires 300 shards + + `/create`` `**`item:`**` ``Crystal legs` - Requires 450 shards + +### Enhanced crystal weapon seeds + +You need 82 crafting and smithing to create both the inactive and charged versions of the blade/bow. The charged bow provides boosts to bosses such as Sara, Arma, Zulrah, and CoX. The charged blade is used at ToB. Charged weapons can be reverted back to inactive weapons, and inactive weapons can be reverted back to seeds (costs 250 crystal shards for the latter). + +- `/create`` `**`item:`**`Blade of saeldor (inactive)` - Requires 100 shards +- `/create`` `**`item:`**`Bow of faerdhinen (inactive)` - Requires 100 shards +- `/create`` `**`item:`**`Blade of saeldor (c)` - Requires 1000 shards +- `/create`` `**`item:`**`Bow of faerdhinen (c)` - Requires 2000 shards + +**Note:** The _**charged**_ blade/bow are untradeable, while the _**inactive**_ versions are tradeable. + +--- + +## Trading in Crystal Seeds + +You may trade in your spare crystal seeds for crystal shards through the `/create` command. + +- E.g. `/create`` `**`item:`**` ``Revert crystal armour seed` + +| **Seed** | **Shards** | +| ------------------------------ | :--------: | +| Crystal weapon seed | 10 | +| Crystal tool seed | 100 | +| Enhanced teleport crystal seed | 150 | +| Crystal armour seed | 250 | +| Enhanced crystal weapon seed | 1,500 | diff --git a/docs/src/content/docs/osb/Minigames/gnome-restaurant.md b/docs/src/content/docs/osb/Minigames/gnome-restaurant.md new file mode 100644 index 00000000000..1bef12a9d79 --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/gnome-restaurant.md @@ -0,0 +1,45 @@ +--- +title: "Gnome Restaurant" +--- + +Gnome Restaurant is a solo minigame in which you can gain some fancy collectibles by delivering presents around the map. It's a fairly slow minigame, so, it is recommended that you have some of the boosts which will make things much smoother. + +To start the minigame, use `/minigames gnome_restaurant start` + +--- + +## Requirements + +- 5,000gp - required every trip +- 5-6 Law runes - ONLY if you have 66 Magic or above. + +--- + +## Boosts + +- 25% for 66 Magic or above +- 25% for Graceful (must be equipped in _Skilling setup_) +- Up to 20% for kc (100kc = max boost) +- 20% for having one of the following jewellery items: + - [Ring of dueling (8)](https://wiki.oldschool.gg/skills/magic#enchanting) + - [Games necklace (8)](https://wiki.oldschool.gg/skills/magic#enchanting) + - [Amulet of glory (6)](https://wiki.oldschool.gg/skills/magic/fountain-of-rune) - glories with 4 charges do NOT work + - [Amulet of eternal glory](https://wiki.oldschool.gg/skills/magic/fountain-of-rune) + +If you have an eternal glory, you will never use amulet of glory (6).\ +If you have a jewellery box in your POH, you won't consume jewellery. + +--- + +## **Jewellery Items** + +The bot will randomly choose between a piece of jewellery to use every trip. If the bot chooses jewellery that you don't have, you won't get the 20% boost, even if you have the others. + +**Example:** You only have a charged dueling ring and charged glory. The bot chooses to use a games necklace for this trip. You will not get the 20% boost. + +**What happens to my jewellery?** + +- Ring of dueling - Consumed and not returned +- Games necklace - Consumed and not returned +- Amulet of glory - Returned with no charges (currently the only method to use up charges) +- Amulet of eternal glory - Returned with no harm done diff --git a/docs/src/content/docs/osb/Minigames/index.md b/docs/src/content/docs/osb/Minigames/index.md new file mode 100644 index 00000000000..3accf0c9af9 --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/index.md @@ -0,0 +1,19 @@ +--- +title: "Minigames" +--- + +## Castle Wars + +Castle wars is played entirely solo. There are no requirements to play Castle Wars. You will receive 1-3 tickets per game played. It takes an average of 444 games or around \~133 hours to complete the Castle wars CL. + +To start a game, use [[/minigames castle_wars start]] + +### Castle Wars Rewards + +You can buy all the same rewards in OSRS with the /`buy` command. + +[[/buy name\:Red decorative body]] + +It is possible to revert your reward items back into tickets with the `/create` command. + +[[/create item\:Revert red decorative body]] diff --git a/docs/src/content/docs/osb/Minigames/last-man-standing.md b/docs/src/content/docs/osb/Minigames/last-man-standing.md new file mode 100644 index 00000000000..28ea1047529 --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/last-man-standing.md @@ -0,0 +1,31 @@ +--- +title: "Last Man Standing" +--- + +# Last Man Standing + +Last Man Standing (LMS) is a solo minigame where you fight other players (i.e. NPCs) to gain points and, as the name suggets, be the last player alive. There are no boosts or requirements to start this minigame. + +Your minion will continuously improve at LMS every game until it has played 120 games in total. After 120 games, the minion's win-rate will be about 7x that of a minion with 0 games played. + +Be aware that `/minigames lms simulate` is **NOT**the same. + +To start the minigame, use the following: + +- `/minigames lms start` + +To view your LMS stats, use the following: + +- `/minigames lms stats` + +--- + +## Rewards + +You can spend your hard earned points at the LMS shop. Use the following command to buy items: + +`/minigames lms buy`` `**`name:`** + +You need 4,130 points to acquire all rewards (except capes) + +
Item NamePoint CostItem Uses
Blue dark bow paint25Creates blue Dark bow
Green dark bow paint25Creates green Dark bow
Yellow dark bow paint25Creates yellow Dark bow
White dark bow paint25Creates white Dark bow
Frozen whip mix25Creates Frozen abyssal whip
Volcanic whip mix25Creates Volcanic abyssal whip
Steam staff upgrade kit13Creates Steam staff (or)
Lava staff upgrade kit13Creates Lava staff (or)
Dragon pickaxe upgrade kit14Creates Dragon pickaxe (upgraded)
Ward upgrade kit20Creates Odium/Malediction ward (or)
Deadman's chest160Equippable
Deadman's legs160Equippable
Deadman's cape160Equippable
Armadyl halo450Equippable
Bandos halo450Equippable
Seren halo450Equippable
Ancient halo450Equippable
Brassica halo450Equippable
Granite clamp25Creates Granite maul (or)
Ornate maul handle15Creates Granite maul (ornate handle)
Swift blade350Equippable
Guthixian icon500Creates Staff of balance
Victor's cape (1)FreeEquippable
Victor's cape (10)FreeEquippable
Victor's cape (50)FreeEquippable
Victor's cape (100)FreeEquippable
Victor's cape (500)FreeEquippable
Victor's cape (1000)FreeEquippable
Golden armadyl special75No use
Golden saradomin special75No use
Golden bandos special75No use
Golden zamorak special75No use
Rune pouch note75Creates a Rune pouch
Looting page note1Creates a Looting bag
diff --git a/docs/src/content/docs/osb/Minigames/nightmare-of-ashihama.md b/docs/src/content/docs/osb/Minigames/nightmare-of-ashihama.md new file mode 100644 index 00000000000..1af07f75fe9 --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/nightmare-of-ashihama.md @@ -0,0 +1,23 @@ +--- +title: "The Nightmare" +--- + +# The Nightmare + +### Overview + +You can kill The Nightmare to receive the inquisitor's armor set, the inquisitor's mace, the nightmare staff, and the 3 orbs that can be combined with the nightmare staff. \(harmonised orb, eldritch orb, & volatile orb\) +The Nightmare can be soloed by using `+nightmare solo`, or massed by using `+nightmare mass`. \(Masses require multiple players to join.\) + +While killing The Nightmare, your minion has a chance to die. This chance is affected by your kc and gear. Your chance of death has a maximum of 90%, and a minimum of 2%. + +The time required to kill The Nightmare is also affected by your kc and gear. +At <10 kc, there is a 15% penalty to time, from 10-24kc, the penalty is 5%, and from 25-49 kc, it is 2%. From 50-99 kc, you get a 2% bonus, and this bonus increases to 4% at 100+ kc. +Having less than a certain % of the maximum melee strength will also give a penalty towards your time. At <82 melee strength, this penalty is 6%, from 83-102 melee strength, it is 3%, and from 103-123 melee strength, it is 2%. +If you are using a weapon that has less crush attack than a Zamorakian Hasta \(75\), there is a 5% penalty to time. +There is also a boost applied for having the inquisitor's armor set and the inquisitor's mace equipped in your melee setup. Each piece provides a 2% boost in solos, and a 0.5% boost in masses. If you have all 4 pieces equipped \(mace, hauberk, greathelm, and plateskirt\), an extra boost of 2% for solos, and 1% for masses is applied. This totals to a 10% boost for full inquisitor's in solos, and a 3% boost in masses. + +Slash defense is also considered when killing The Nightmare, and affects food use. +Having an Elysian Spirit Shield equipped in your melee setup will also reduce food usage by 17.5% + +### Gear Setups diff --git a/docs/src/content/docs/osb/Minigames/pest-control.md b/docs/src/content/docs/osb/Minigames/pest-control.md new file mode 100644 index 00000000000..2dc98f546fd --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/pest-control.md @@ -0,0 +1,64 @@ +--- +title: "Pest Control" +--- + +# Pest Control + +Pest control is a minigame in which you can acquire commendation points to spend on XP and the void knight armour. + +To start a game, use: `/minigames pest_control start` + +## Requirements + +- Combat Level 40 (Novice Boat) + - 3 points per game +- Combat Level 70 (Intermediate Boat) + - 4 points per game +- Combat Level 100 (Veteran Boat) + - 5 points per game + +**Note:** Your minion will automatically use the highest boat it can. You _cannot_ select a lower tier boat if you have access to a higher tier boat. + +--- + +## Boosts + +**Items must be equipped in your MELEE gear setup for the boosts to apply.** + +- 12% boost for Abyssal whip/tentacle **OR** 5% for Dragon claws +- 6% boost for Fire cape/Infernal cape +- 5% boost for Amulet of fury/torture +- 4% boost for Barrows/Ferocious gloves +- 1 extra point per game for completion of Easy combat achievments +- 2 extra points per game for completion of Medium combat achievments +- 3 extra points per game for completion of Hard combat achievments + +--- + +## Rewards (Equipment) + +You can spend your Commendation Points with the following command: + +- `/minigames pest_control buy`` `**`name:`** + +| **Reward Item** | **Point Cost** | +| ------------------ | :------------: | +| Void knight mace | 250 | +| Void knight top | 250 | +| Void knight robe | 250 | +| Void knight gloves | 150 | +| Void melee helm | 200 | +| Void mage helm | 200 | +| Void ranger helm | 200 | +| Void seal(8) | 10 | +| Elite void robe | 200 | +| Elite void top | 200 | + +- Elite void requires completion of the Hard Western Provinces Diary. + +--- + +## Rewards (XP) + +- You can also spend your points on XP, exactly the same as in OSRS. However, you do not receive the extra XP when buying bulk amounts. +- E.g. `/minigames pest_control xp`` `**`skill:`**`attack`` `**`amount:`**`100` diff --git a/docs/src/content/docs/osb/Minigames/shades-of-mortton.md b/docs/src/content/docs/osb/Minigames/shades-of-mortton.md new file mode 100644 index 00000000000..558eec0c3ee --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/shades-of-mortton.md @@ -0,0 +1,161 @@ +--- +title: "Shades Of Mort'ton" +--- + +The Shades of Mort'ton minigame works in a condensed manner compared to OSRS. Basically, your minion only needs logs and shade remains to send trips. No need to collect sacred oil or burn the shades yourself, it's all done in the one trip. There are no skill requirements to start Shades of Mort'ton. + +To start a trip of the minigame, use the following: + +- `/minigames shades_of_morton start`` `**`shade:`**`[shadeType]`` `**`logs:`**`[logType]` + +--- + +## Boosts + +- 50% more Prayer xp for completion of Morytania hard diary. +- 50% more Firemaking xp for completion of Morytania elite diary. + +--- + +## Shade Remains + +You can kill shades by using the `/k` command. When burned, each shade will give either a key or coins. In order from lowest to higher tier, they are: + +| | | | +| -------------- | ------------------------------------------------------ | -------------- | +| **Shade Type** | **Key Chance** | **Coin Range** | +| Loar shade | Bronze Key - 79%
Coins - 21% | 400-500gp | +| Phrin shade | Bronze key - 12.5%
Steel key - 66.5%
Coins - 21% | 600-700gp | +| Riyl shade | Steel key - 12.5%
Black key - 66.5%
Coins - 21% | 700-800gp | +| Asyn shade | Black key - 28.2%
Silver key - 50.8%
Coins - 21% | 800-900gp | +| Fiyr shade | Silver key - 63.4%
Gold key - 15.6%
Coins - 21% | 1,500-5,000gp | +| Urium shade | Gold key - 79%
Coins - 21% | 2,000-7,000gp | + +--- + +## Burning Shade Remains + +Certain logs can only be used for certain shades. For example, using a redwood log will allow you to burn any type of shade remain, but a regular log will only allow you to burn Loar and Phrin shade remains. Using a higher tier log will also yield more xp for burning lower level shades. Refer to the table below. + +| | | | +| ---------------- | :-------------------------------------------------------------------------------------: | :-------------------------: | +| **Log Type** | **Burnable Shades/Prayer Xp** | **Firemaking Xp Per Shade** | +| Logs | Loar - 25
Phrin - 37.5 | 50 | +| Oak logs | Loar - 33
Phrin - 45.5 | 70 | +| Willow logs | Loar - 33.5
Phrin - 46
Riyl - 61 | 100 | +| Teak logs | Loar - 33.7
Phrin - 46.2
Riyl - 61.2 | 120 | +| Arctic pine logs | Loar - 33.9
Phrin - 46.4
Riyl - 61.4 | 158 | +| Maple logs | Loar - 34
Phrin - 46.5
Riyl - 61.5 | 175 | +| Mahogany logs | Loar - 34.3
Phrin - 46.8
Riyl - 61.8 | 210 | +| Yew logs | Loar - 34.5
Phrin - 47
Riyl - 62
Asyn - 79.5 | 255 | +| Magic logs | Loar - 35
Phrin - 47.5
Riyl - 62.5
Asyn - 80
Fiyr - 100 | 404.5 | +| Redwood logs | Loar - 35.5
Phrin: - 48
Riyl - 63
Asyn - 80.5
Fiyr - 100.5
Urium - 120.5 | 500 | + +--- + +## Rewards + +You can loot chests by using the keys given to you from burning the shades. There are 5 types of chests to open and only the corresponding key will open that chest. You can only get the sought-after locks from their corresponding chests. Chests can be opened with the `/open` command. + +_There is a 1/2 chance to obtain the Flamtaer bag from any level chest._ + +{% tabs %} +{% tab title="Bronze Chest" %} + +- Bronze locks - 1/63 +- Clue scroll (easy) - 1/50 +- 10-20 Swamp paste - every chest +- Steel-mithril items +- Chaos runes + {% endtab %} + +{% tab title="Steel Chest" %} + +- Steel locks - 1/63 +- Fine cloth - 1/62 +- Tree wizards' journal - 1/597\* +- Bloody notes - 1/597\* +- Runescroll of swampbark - 1/597\* +- Runescroll of bloodbark - 1/597\* +- Clue scroll (medium) - 1/45 +- 15-30 Swamp paste - every chest +- Steel-Adamant items +- Chaos/Nature runes + +\*Tree wizards' journal, Runescroll of swampbark, Bloody notes, and Runescroll of bloodbark are all on the same table, effectively making the rate for any 4 of those items \~1/149. +{% endtab %} + +{% tab title="Black Chest" %} + +- Black locks - 1/61 +- Fine cloth - 1/20 +- Tree wizards' journal - 1/61\* +- Bloody notes - 1/61\* +- Runescroll of swampbark - 1/61\* +- Runescroll of bloodbark - 1/61\* +- Clue scroll (medium) - 1/35 +- Flamtaer hammer - 1/140 +- Steel-Adamant items +- Chaos/Nature/Death runes +- Willow/Yew logs + +\*Tree wizards' journal, Runescroll of swampbark, Bloody notes, and Runescroll of bloodbark are all on the same table, effectively making the rate for any 4 of those items \~1/15. +{% endtab %} + +{% tab title="Silver Chest" %} + +- Silver locks - 1/61 +- Fine cloth - 1/9.6 +- Tree wizards' journal - 1/54\* +- Bloody notes - 1/54\* +- Runescroll of swampbark - 1/54\* +- Runescroll of bloodbark - 1/54\* +- Clue scroll (hard) - 1/77 +- Flamtaer hammer - 1/14 +- Amulet of the damned (full) - 1/15.4 +- 25-40 Swamp paste - every chest +- Black-Rune items +- Death/Blood runes +- Yew/Magic logs + +\*Tree wizards' journal, Runescroll of swampbark, Bloody notes, and Runescroll of bloodbark are all on the same table, effectively making the rate for any 4 of those items \~1/13.5. +{% endtab %} + +{% tab title="Gold Chest" %} + +- Gold locks - 1/61 +- Fine cloth - 1/8.6 +- Tree wizards' journal - 1/54\* +- Bloody notes - 1/54\* +- Runescroll of swampbark - 1/54\* +- Runescroll of bloodbark - 1/54\* +- Clue scroll (elite) - 1/143 +- Flamtaer hammer - 1/35.7 +- Amulet of the damned (full) - 1/23.8 +- Zealots outfit piece - 1/128\*\* +- 40-70 Swamp paste - every chest +- Mithril-Dragon items +- Death/Soul runes +- Yew/Redwood logs + +\*Tree wizards' journal, Runescroll of swampbark, Bloody notes, and Runescroll of bloodbark are all on the same table, effectively making the rate for any 4 of those items \~1/13.5. + +\*\*The Zealots outfit is 1/128 per key, however, you cannot obtain duplicate pieces (unless you drop or sell the outfit). +{% endtab %} +{% endtabs %} + +--- + +## Creating Coffins + +In order to create the Bronze coffin, you first need to purchase the Broken coffin. + +- `/buy`` `**`name:`**` ``Broken coffin` + +Following this, every time you obtain the next set of locks, you can create the next coffin tier. Each new tier provides an additional minute to your Shades of Mort'ton trip times when equipped in any setup. You cannot skip upgrades, they must be acquired sequentially. + +- Bronze coffin: No boost +- Steel coffin: +1 minute +- Black coffin: +2 minutes +- Silver coffin: +3 minutes +- Gold coffin: +4 minutes diff --git a/docs/src/content/docs/osb/Minigames/skilling-minigames.md b/docs/src/content/docs/osb/Minigames/skilling-minigames.md new file mode 100644 index 00000000000..699d05bfcb3 --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/skilling-minigames.md @@ -0,0 +1,45 @@ +--- +title: "Skilling Minigames" +--- + +# Skilling Minigames + +[aerial-fishing.md](../skills/fishing/aerial-fishing.md "mention") + +[agility-pyramid.md](../skills/agility/agility-pyramid.md "mention") + +[blast-furnace.md](../skills/smithing/blast-furnace.md "mention") + +[brimhaven-agility-arena.md](../skills/agility/brimhaven-agility-arena.md "mention") + +[drift-net-fishing.md](../skills/fishing/drift-net-fishing.md "mention") + +[fishing-trawler.md](../skills/fishing/fishing-trawler.md "mention") + +[forestry.md](../skills/woodcutting/forestry.md "mention") + +[giants-foundry.md](../skills/smithing/giants-foundry.md "mention") + +[guardians-of-the-rift.md](../skills/runecrafting/guardians-of-the-rift.md "mention") + +[hallowed-sepulchre.md](../skills/agility/hallowed-sepulchre.md "mention") + +[herbiboar.md](../skills/hunter/herbiboar.md "mention") + +[mage-training-arena.md](../skills/magic/mage-training-arena.md "mention") + +[mahogany-homes.md](../skills/construction/mahogany-homes.md "mention") + +[pyramid-plunder.md](../skills/thieving/pyramid-plunder.md "mention") + +[rogues-den.md](../skills/thieving/rogues-den.md "mention") + +[tempoross.md](../skills/fishing/tempoross.md "mention") + +[tithe-farm.md](../skills/farming/tithe-farm.md "mention") + +[wintertodt.md](../skills/firemaking/wintertodt.md "mention") + +[volcanic-mine.md](../skills/mining/volcanic-mine.md "mention") + +[zalcano.md](../skills/mining/zalcano.md "mention") diff --git a/docs/src/content/docs/osb/Minigames/soul-wars.md b/docs/src/content/docs/osb/Minigames/soul-wars.md new file mode 100644 index 00000000000..6bb75fe23e0 --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/soul-wars.md @@ -0,0 +1,64 @@ +--- +title: "Soul Wars" +--- + +# Soul Wars + +Soul wars is primarily played to gain zeal points in order to imbue items such as rings and slayer helmets. It also has some other unique rewards. There are no boosts or requirements for Soul wars. + +To start a game of Soul wars, use: + +- `/minigames soul_wars start` + +To check how many points you have, use: + +- `/minigames soul_wars tokens` + +--- + +## Buyables + +To buy the following items, use the command below. The pet is obtainable from Spoils of war. + +- `/minigames soul_wars buy`` `**`name:`**`Red soul cape` + +| **Item** | **Zeal tokens** | +| -------------- | --------------- | +| Red soul cape | 2500 | +| Blue soul cape | 2500 | +| Ectoplasmator | 250 | +| Spoils of war | 30 | + +--- + +## Imbueables + +To imbue the following items, use the command below. + +- E.g. `/minigames soul_wars imbue`` `**`name:`**`Hydra slayer helmet` + +| **Item** | **Zeal Tokens** | +| ----------------------- | --------------- | +| Black mask | 500 | +| Slayer helmet | 500 | +| Turquoise slayer helmet | 500 | +| Red slayer helmet | 500 | +| Green slayer helmet | 500 | +| Twisted slayer helmet | 500 | +| Black slayer helmet | 500 | +| Purple slayer helmet | 500 | +| Hydra slayer helmet | 500 | +| Salve amulet | 320 | +| Salve amulet (e) | 320 | +| Ring of the gods | 260 | +| Ring of suffering | 300 | +| Ring of suffering (r) | 300 | +| Berserker ring | 260 | +| Warrior ring | 260 | +| Archers ring | 260 | +| Seers ring | 260 | +| Tyrannical ring | 260 | +| Treasonous ring | 260 | +| Granite ring | 200 | + +- Currently unobtainable diff --git a/docs/src/content/docs/osb/Minigames/temple-trekking.md b/docs/src/content/docs/osb/Minigames/temple-trekking.md new file mode 100644 index 00000000000..9b5c64656fc --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/temple-trekking.md @@ -0,0 +1,71 @@ +--- +title: "Temple Trekking" +--- + +# Temple Trekking + +You can do temple trekking by using `/minigames temple_trek start` and then choosing a difficulty. + +--- + +## Requirements + +**All difficulties:** 30 QP + +**Easy** + +- Combat level: 45 +- Any melee attack stat: 20 +- All melee defence stats: 30 + +**Medium** + +- Combat level: 70 +- Any melee attack stat: 30 +- All melee defence stats: 80 + +**Hard** + +- Combat level: 110 +- Any melee attak stat: 30 +- All melee defence stats: 150 + +--- + +## Boosts + +- Graceful: -15% penalty if not equipped +- 1% faster trip time per 25 treks completed, maxes out at 10% (250kc) +- Morytania Hard Diary: 15% +- Ivandis Flail: 10% **OR** Blisterwood Flail 15% +- Salve amulet (e) 5% **OR** Salve amulet (ei) 5% + +--- + +## **Ivandis/Blisterwood Flail** + +1. `/craft`` `**`name:`**`Silver sickle` +2. `/create`` `**`item:`**`Ivandis Flail` - Requires Silver sickle + cut emerald +3. `/create`` `**`item:`**`Blisterwood Flail` - Requires Ivandis flail + cut ruby + +--- + +## Salve Amulet (e) + +1. `/buy`` `**`name:`**` ``Salve amulet` +2. `/activites collect`` `**`item:`**`Tarn's diary` - cannot specify quantity +3. `/create`` `**`item:`**`Salve amulet (e)` + +Although the salve amulet (e) can be [imbued](soul-wars.md#imbueables), the imbued salve amulet (ei) still only provides the same 5% bonus as the unimbued version. + +--- + +## Rewards + +To buy rewards with your tokens, use `/minigames temple_trek buy` + +- E.g. `/minigames temple_trek buy`` `**`reward:`**`Experience`` `**`difficulty:`**`Hard` + +Rewards are same as in game. The treks themselves drop nails from nail beasts and remains from shades, as well as [Lumberjack outfit](https://wiki.oldschool.gg/skills/woodcutting#lumberjack-outfit). It's possible to get dupes of lumberjack after you get the full set. + +#### Rewards per hour diff --git a/docs/src/content/docs/osb/Minigames/trouble-brewing.md b/docs/src/content/docs/osb/Minigames/trouble-brewing.md new file mode 100644 index 00000000000..9de5271b0b0 --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/trouble-brewing.md @@ -0,0 +1,55 @@ +--- +title: "Trouble Brewing" +--- + +# Trouble Brewing + +You can participate in this solo minigame to earn Pieces of eight which can be spent on various pirate outfits and flags. There are absolutely no requirements to begin this minigame. A game of Trouble brewing takes 20 minutes, and will reward you will 100 Pieces of eight. + +To start a game, use the following command: + +`/minigames trouble_brewing start` + +--- + +## Reward Shop + +Rewards can be claimed via the `/buy` command. + +It costs 39,590 Pieces of eight to acquire all rewards (or 132 hours). + +| | | +| -------------------------- | -------------------------- | +| **Item** | **Cost (Pieces of Eight)** | +| Blue tricorn hat | 500 | +| Blue naval shirt | 1000 | +| Blue navy slacks | 1000 | +| Green tricorn hat | 500 | +| Green naval shirt | 1000 | +| Green navy slacks | 1000 | +| Red tricorn hat | 500 | +| Red naval shirt | 1000 | +| Red navy slacks | 1000 | +| Brown tricorn hat | 500 | +| Brown naval shirt | 1000 | +| Brown navy slacks | 1000 | +| Black tricorn hat | 500 | +| Black naval shirt | 1000 | +| Black navy slacks | 1000 | +| Grey tricorn hat | 500 | +| Grey naval shirt | 1000 | +| Grey navy slacks | 1000 | +| Purple tricorn hat | 500 | +| Purple naval shirt | 1000 | +| Purple navy slacks | 1000 | +| Cutthroat flag | 2000 | +| Gilded smile flag | 2000 | +| Bronze fist flag | 3000 | +| Lucky shot flag | 4000 | +| Treasure flag | 5000 | +| Phasmatys flag | 6000 | +| The stuff | 50 | +| Red rum (trouble brewing) | 20 | +| Blue rum (trouble brewing) | 20 | + +** -** Has no use, just for collection log purposes. diff --git a/docs/src/content/docs/osb/Minigames/warriors-guild.md b/docs/src/content/docs/osb/Minigames/warriors-guild.md new file mode 100644 index 00000000000..bd5ff1510e1 --- /dev/null +++ b/docs/src/content/docs/osb/Minigames/warriors-guild.md @@ -0,0 +1,40 @@ +--- +title: "Warriors Guild" +--- + +# Warriors Guild + +You can use the Warriors Guild to get defenders, powerful offensive offhand slot items. You can use sets of black, mithril, adamant, or rune armour to earn guild tokens command. Once you have tokens, you can fight the cyclopes housed in the guild to earn bronze through dragon defenders. You are required to have at least 100 tokens before killing the cyclopes. You can also get more than one defender in one trip. + +To collect warriors guild tokens: + +- `/activities warriors_guild`` `**`action:`**`tokens` + +To kill cyclops for defenders: + +- `/activities warriors_guild`` `**`action:`**`cyclops` + +--- + +## Requirements + +- A full helm, platebody, and platelegs of one of the [armours listed below](warriors-guild.md#armour-sets) + +--- + +## Boosts + +- 100% Warrior's guild tokens for completion of Easy combat achievements +- 200% Warrior's guild tokens for completion of Medium combat achievements +- 99 Attack allows players to directly kill Cyclops' without collecting tokens + - Attack cape must be equipped in MELEE setup + +**Don't equip your defenders until you get dragon!**The command checks your bank for current defender rather than equipped gear. + +--- + +## Armour sets + +Each armour set requires the full helm, platebody, and platelegs. You will automatically use the highest tier armour set you can. Armour sets are not consumed. + +
Armour setTokens/KillTokens/Hour (approx.)
Black armour set 201,840
Mithril armour set 251,575
Adamant armour set 301,560
Rune armour set 402,000
diff --git a/docs/src/content/docs/osb/Miscelleanous/achievement-diaries.md b/docs/src/content/docs/osb/Miscelleanous/achievement-diaries.md new file mode 100644 index 00000000000..dee1ab20a67 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/achievement-diaries.md @@ -0,0 +1,103 @@ +--- +title: "Achievement Diaries" +--- + +# Achievement Diaries + +You can complete Achievement Diaries if you have the requirements. Requirements include things like: having skill requirements, owning certain items, having certain items in your collection log, having Quest points, completed minigames, completed agility courses, and killing certain monsters. + +If you meet the requirements of a Diary, you can claim the reward item and the XP lamp. + +Achievement Diary items can be purchased using the `/buy` command if the respective diary is already completed. + +--- + +## Commands + +- **Check your currently completed Diaries:** + - `/minion achievementdiary` +- **Check the requirements of a diary:** + - `/minion achievementdiary`` `**`diary:`**`Falador` +- **Claim the rewards for a Diary:** + - `/minion achievementdiary`` `**`claim:`**`True`` `**`diary:`**`Falador` +- **Use an XP lamp:** + - `/minion lamp`` `**`item:`**` ``antique lamp 1/2/3/4`` `**`skill:`**`[skill]` +- **Buy the achievement diary cape:** + - `/buy`` `**`name:`**` ``Achievement diary cape` + +--- + +## Diary Perks + +You get a 10% boost to clue scrolls for having the achievement diary cape equipped. + +### Ardougne Diary + +- **Hard** + - 10% increased chance of success when pickpocketing anywhere +- **Elite** + - 4% faster Farming trips + - 50% more fish at Fishing Trawler + - 25% bonus Marks of Grace from the Ardougne Rooftop Agility Course + +### Falador Diary + +- **Hard** + - 3.5x faster hide tanning +- **Elite** + - Very small increase to the quality of ores received from [Motherlode mine](../skills/mining/motherlode-mine.md) + +### Kandarin Diary + +- **Hard** + - 10% bonus Barbarian Assault points + +### Karamja Diary + +- **Easy** + - A \~13.3% increase when buying items from the Tokkul shop + - A \~133% increase in tokkul received when selling items to the Tokkul shop +- **Medium** + - While worn, increased Agility experience from redeeming Agility tickets + - 10% additional Agility experience earned from all obstacles in the Brimhaven Agility Arena +- **Elite** + - 10% chance of receiving 2 Agility arena tickets, instead of one, upon every successful pillar tag at the Brimhaven Agility Arena + +### Kourend & Kebos Diary + +- **Medium** + - 20% boost to gathering speed of Dense essence blocks +- **Hard** + - Obtain the Ash sanctifier for passive prayer xp during combat (half xp) +- **Elite** + - 10% additional runes granted during the crafting process of Blood runes + - Obtain the Ash sanctifier for passive prayer xp during combat (full xp) + +### Lumbridge & Draynor Diary + +- **Hard** + - 10% additional experience when completing [Tears of Guthix](https://wiki.oldschool.gg/miscellaneous/tears-of-guthix) + +### Morytania Diary + +**Note -**The 50% boost to runes received from Barrows is already applied at all times + +- **Hard** + - 2x Mort myre fungi collection + - 50% more prayer xp during Shades of Mort'ton +- **Elite** + - 50% more firemaking xp during Shades of Mort'ton + +### Western Provinces Diary + +- **Easy** + - 25% increase to hunting Chompy birds +- **Medium** + - 50% increase to hunting Chompy birds +- **Elite** + - 100% increase to hunting Chompy birds + +### Wilderness Diary + +- **Elite** + - 3x speed boost to charging glories at the [Fountain of Rune](https://wiki.oldschool.gg/skills/magic/fountain-of-rune) diff --git a/docs/src/content/docs/osb/Miscelleanous/aerial-fishing.md b/docs/src/content/docs/osb/Miscelleanous/aerial-fishing.md new file mode 100644 index 00000000000..54803ffa6fd --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/aerial-fishing.md @@ -0,0 +1,22 @@ +--- +title: "Aerial Fishing" +--- + +# Aerial Fishing + +You can start aerial fishing with either `+aerial` or `+aerialfish` + +You can purchase buyables via `+aerial buy name_of_item` + +**Aerial Fishing Buyables** + +| **Item** | **Molch pearl cost** | +| :-------------------- | :------------------: | +| Angler hat | 100 | +| Angler top | 100 | +| Angler waders | 100 | +| Angler boots | 100 | +| Pearl fishing rod | 100 | +| Pearl fly fishing rod | 120 | +| Pearl barbarian rod | 150 | +| Fish sack | 1000 | diff --git a/docs/src/content/docs/osb/Miscelleanous/beginner-guide.md b/docs/src/content/docs/osb/Miscelleanous/beginner-guide.md new file mode 100644 index 00000000000..561fab422b2 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/beginner-guide.md @@ -0,0 +1,41 @@ +--- +title: "Beginner Guide" +--- + +# Beginner Guide + +## Introduction + +This guide is meant for players just starting with OSB. It does not include optimal training methods for skills, and it does not include a comprehensive list of what you can do in OSB. For more information about the bot and its features, feel free to look at the rest of this wiki, or ask in the #help-and-support channel of the [support server](https://discord.com/invite/ob). + +### Part 1: Pre-PvM + +Do [agility](https://wiki.oldschool.gg/skills/agility) until you have full graceful. (Can be obtained by using `+create graceful`, and costs 260 marks of grace. You can do agility by using the `+laps [course name] `command. After getting full graceful, you can do the [Hallowed Sepulchre](https://wiki.oldschool.gg/skills/agility/hallowed-sepulchre) in order to get a Strange Old Lockpick. This item will be extremely useful later, and is worth getting now.\ +\ +Once you have full graceful, you should quest to at least **175 QP**. You can quest with the `+q` command. Since you will already have the maximum bonus for questing, there is little reason to not quest all the way to 284 QP right now, so consider doing that.\ +After getting at least 175 QP, purchase at least 1 set of barrows gloves. (Ideally 3 sets.)\ +\ +If your minion is an ironman, you should do a small amount of fishing/cooking for some early game food. You won't need to get that much, as you should unlock better food sources fairly soon.\ +Main accounts should purchase food from other players using the #grand-exchange channel for now. + +### Part 2: Early Upgrades + +Equip the best slash attack gear you have in your melee setup. This can be done by doing `+autoequip melee attack slash`. Kill baby dragons (black/blue) until you have the bones for 43 prayer. Then use `+offer` to train the skill to 43.\ +\ +Once you have 43 prayer, do `+train mage` to begin gaining magic xp while doing combat, and then start doing barrows. Barrows is a useful early game boss as it doesn't require food, and has extremely useful uniques. You can do as much, or as little as you want, although ironmen should consider completing the barrows log here, or at least obtaining all useful items. Train magic until you are at least level 55, and then feel free to change to any other attack style.\ +If you are a main account, you can sell duplicate items in #grand-exchange for some early gp. Spend this gp on potatoes with cheese, as well as a Bandos Godsword, and other gear upgrades. + +#### Post-Barrows Gear + +This is the gear you should equip after finishing barrows. If you have other items that would fit in these setups, (dks rings, amulets of glory/fury, god books, ava's accumulator, mage arena cape, fire cape, etc.), feel free to equip those as well. This gear should be sufficient for you to kill monsters that use food without melting through it.\ +(If you purchased a Bandos Godsword earlier, equip it in your melee setup instead of a Dharok's Greataxe) + +### Part 3: The Rest of the Game + +With some basic equipment, easy access to food, and some mid-high combat stats, you can now do most things on the bot.\ +Some monsters have item/stat requirements, all of which can be seen on the [Boosts & Requirements](https://wiki.oldschool.gg/bosses/boosts-and-requirements) page. This page also contains available boosts for different bosses.\ +You can view the BiS gear for general bossing/PvM [here](https://wiki.oldschool.gg/skills/slayer/slayer-misc#best-gear-for-slayer).\ +For some activities, like [CoX](https://wiki.oldschool.gg/bosses/cox-raids/cox-gear-setups) and [The Nightmare](https://wiki.oldschool.gg/bosses/nightmare-of-ashihama), you can look at their respective wiki pages for gear/stat recommendations.\ +For information on the various skilling methods in the bot, take a look at their respective pages on this wiki. + +If you have recommendations for changes to this guide, put them in the #wiki channel. diff --git a/docs/src/content/docs/osb/Miscelleanous/bingo.md b/docs/src/content/docs/osb/Miscelleanous/bingo.md new file mode 100644 index 00000000000..1b4d51de2ee --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/bingo.md @@ -0,0 +1,38 @@ +--- +title: "Bingo" +--- + +# Bingo + +You can run community bingo's using the `/bingo` command, and the bot will automatically handle all of it for you. + +## Notes + +- Ironmen can join bingos for free. They cannot be given GP prizes, or create bingos. +- Upon the bingo finishing, the creator of the bingo needs to do `/bingo finalize` to receive the GP pool. The creator of the bingo is responsible for handing out the GP, based on whatever split you have decided. You do not need to finalize the bingo on time, the bingo will automatically finish at the exact second it needs to, the finalize command just does some final things, and hands out the gp. +- A person can participate in several bingos at once. +- Bingos are private to the server they were made in. In other words, you can only join it from that server. Global bingos are limited to the official bingos. However, for any bingo, the commands/trips the players do (to get loot) can be done anywhere. + +## Creating a Bingo + +To create a bingo, you need to input the following things: + +- Title +- Duration in days(7 = 7 days) +- Start Date unix seconds. Use [https://hammertime.cyou/?tz=Etc%2FGMT](https://hammertime.cyou/?tz=Etc%2FGMT) to find this number. It's the last in the list, and is just a plain number that looks like this: `1695859800`. This indicates the exact time at which your bingo starts. +- Ticket price: The ticket price per person. Each person must pay this when making their team. If the team disbands, the GP is refunded. +- Team size: Size of the teams. +- Organizers: people who are allowed to manage the bingo (Add tiles, etc) + +## Managing your Bingo + +Commands for managing the bingo are in `/bingo manage`. You can add/remove tiles, add extra GP to the prize pool, and more. + +### Adding Tiles + +You can add tiles in 2 ways. + +1. Add global tiles. You can select global tiles to add, which are tiles that are premade for you to use. +2. Add custom tiles. You can add 2 kinds of tiles. AND tiles, OR tiles. Example: + 1. `add_tile:coal+egg+trout` Adds a tile where you have to receive a coal, egg AND trout. + 2. `add_tile:coal|egg|trout` Adds a tile where you have to receive a coal, or egg, or a trout. diff --git a/docs/src/content/docs/osb/Miscelleanous/bot-firsts.md b/docs/src/content/docs/osb/Miscelleanous/bot-firsts.md new file mode 100644 index 00000000000..df3b3abdbcc --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/bot-firsts.md @@ -0,0 +1,43 @@ +--- +title: "Hall of Fame" +description: List of achievements on the bot +--- + +# Hall of Fame + +## First Players to 99 and 200m + +| **Skill** | **99** | **200m** | +| ------------ | -------------- | -------------- | +| Mining | JSpacer | 000000653 | +| Firemaking | wyatt | mnwt | +| Woodcutting | coolbop | Mr Chop Chop | +| Smithing | Jay | coolbop | +| Agility | Bowi | Hirwi | +| Fishing | Airboat | Fishy | +| Cooking | Goldenmyre | Fishy | +| Crafting | Jay | Fishy | +| Prayer | nanneke | Doom | +| Runecrafting | wood | Rhastae | +| Fletching | coolbop | sp chlenged | +| Thieving | Rs Olm | Fishy | +| Farming | RickTurpentine | RickTurpentine | +| Herblore | Fishy | Doom | +| Construction | Fishy | Fishy | +| Hunter | Tiz | Tiz | +| Magic | Doom | CoffeeJello64 | +| Ranged | sp chlenged | sp chlenged | +| Defence | RickTurpentine | BIRDIE | +| Attack | Googleit | Googleit | +| Strength | Exanimum | Im Z | +| Hitpoints | Tiz | Doom | +| Slayer | wood | Doom | + +### **Other Achievements** + +| Description | Person | +| --------------------- | ------------ | +| First to Max | Wood | +| First Ironman to Max | Paah | +| First 200m All Skills | Fishy | +| First Infernal Cape | Criiiiiiiiip | diff --git a/docs/src/content/docs/osb/Miscelleanous/buyables.md b/docs/src/content/docs/osb/Miscelleanous/buyables.md new file mode 100644 index 00000000000..eea67892d79 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/buyables.md @@ -0,0 +1,77 @@ +--- +title: "Buyables" +--- + +There are various useful items you can buy from the bot, not all are purchased with just GP and some require quest points or other minigame requirements to purchase. + +Every item on this page can be purchase with the following command: + +[[/buy name:name]] + +Prices are inflated in comparison to Oldschool RuneScape to act as more of a GP sink on the bot. If your minion is an Ironman, you will get the same prices as on Oldschool RuneScape for _most_ items, which can be viewed [here](../getting-started/ironman-mode.md#ironman-prices). + +## List of Buyables + +{% tabs %} +{% tab title="Skilling Materials" %} + +
Item NamePriceOther Requirements
Air rune15N/A
Earth rune15N/A
Water rune15N/A
Fire rune15N/A
Body rune20N/A
Mind rune25N/A
Rope100N/A
Fishing bait20N/A
Feather50N/A
Jug of water100N/A
Vial30N/A
Vial of water60N/A
Cup of hot water1,500N/A
Eye of newt300N/A
Chocolate bar1,000N/A
Torstol01x Torstol Potion (unf)
Ball of wool300N/A
Compost400N/A
Amylase pack010x Marks of Grace
Bolt of cloth5,000N/A
Limestone brick1,000N/A
Gold leaf500,000N/A
Marble block1,000,000N/A
Magic stone4,000,000N/A
Red dye100,000N/A
Skull100,000N/A
Bucket of water500N/A
Fairy enchantment100,00023 Quest Points
Lunar signet100,00052 Quest Points
Ancient signet100,000105 Quest Points
Arceuus signet100,000N/A
Butterfly jar500N/A
Magic Box1,500N/A
Broad arrows250N/A
Broad arrowheads225N/A
Broad arrowhead pack22,500N/A
Unfinished broad bolts225N/A
Unfinished broad bolt pack22,500N/A
Enchanted gem100,000N/A
Leaf-bladed spear310,000N/A
Facemask20,000N/A
Earmuffs20,000N/A
Nose peg20,000N/A
Slayer's staff210,000N/A
Spiny helmet65,000N/A
Boots of stone100,000N/A
Antipoison(4)10,000N/A
Bronze axe500N/A
Iron axe1,000N/A
Steel axe2,000N/A
Bronze pickaxe500N/A
Iron pickaxe1,000N/A
Steel pickaxe2,000N/A
Mithril pickaxe5,000N/A
Adamant pickaxe10,000N/A
Rune pickaxe100,000N/A
+{% endtab %} + +{% tab title="Quest Items" %} + +
Item NamePriceOther Requirements
Anti-dragon shield10,00035 Quest Points
Salve amulet200,00035 Crafting + 58QP
Goldsmith gauntlets1,000,00025 Quest Points
Cooking gauntlets1,000,00025 Quest Points
Hardleather gloves50,0005 Quest Points
Bronze gloves100,00010 Quest Points
Iron gloves200,00020 Quest Points
Steel gloves300,00025 Quest Points
Black gloves400,00035 Quest Points
Mithril gloves500,00050 Quest Points
Adamant gloves600,00065 Quest Points
Rune gloves700,00085 Quest Points
Dragon gloves850,000107 Quest Points
Barrows gloves1,000,000175 Quest Points
Helm of neitiznot500,00075 Quest Points
Magic secateurs2,500,00040 Quest Points
Iban's staff300,00030 Quest Points
Barrelchest anchor2,000,00030 Quest Points
Mythical cape1,000,000205 Quest Points
Elemental shield2,500,00025 Quest Points
Mind shield100,00035 Quest Points
Dwarven helmet100,00052 Quest Points
Amulet of accuracy50,0005 Quest Points
Cape of legends250,000105 Quest Points
Bearhead1,000,000105 Quest Points
Bonesack1,000,00082 Quest Points
Ram skull helm1,000,00082 Quest Points
Monkey1,000,000182 Quest Points
Rat pole200,00085 Quest Points
Silverlight50,0003 Quest Points
Darklight200,00058 Quest Points
Lunar outfit5,000,000120 Quest Points
Moonclan outfit5,000,000120 Quest Points
Jester outfit5,000,00089 Quest Points
Ardougne Knight outfit5,000,000200 Quest Points
Desert outfit1,000,00020 Quest Points
Vyrewatch outfit1,000,00092 Quest Points
Climbing boots100,00020 Quest Points
Pirate boots100,00020 Quest Points
Warrior helm780,00060 Quest Points
Berserker helm780,00060 Quest Points
Archer helm780,00060 Quest Points
Farseer helm780,00060 Quest Points
Doctor's hat60,00060 Quest Points
Medical gown60,00060 Quest Points
Ring of charos100,00060 Quest Points
Nurse hat60,00060 Quest Points
Holy wrench70,00070 Quest Points
Initiate outfit250,00035 Quest Points
Proselyte outfit500,00075 Quest Points
Excalibur50,00015 Quest Points
Bomber jacket50,00021 Quest Points
Bomber cap50,00021 Quest Points
Pet rock500,00060 Quest Points
Dwarf multicannon10,000,0005 Quest Points
Cannon barrels2,500,0005 Quest Points
Cannon base2,500,0005 Quest Points
Cannon furnace2,500,0005 Quest Points
Cannon stand2,500,0005 Quest Points
Ghostly boots10,00010 Quest Points
Ghostly cloak10,00010 Quest Points
Ghostly gloves10,00010 Quest Points
Ghostly hood10,00010 Quest Points
Ghostly robe top10,00010 Quest Points
Ghostly robe bottom10,00010 Quest Points
Shadow sword10,00010 Quest Points
Adamant halberd100,000150 Quest Points
Keris partisan100,000172 Quest Points
Royal seed pod2,500,000175 Quest Points
Ring of shadows75,000DT2 Completion
+{% endtab %} + +{% tab title="Achievements" %} + +
Item NamePriceOther Requirements
[Skill] cape99,000Level 99 in that skill
Quest cape99,000Maximum Quest Points
Quest cape (t)99,000Maximum QP + All Elite Diaries
Achievement diary cape1,000,000All Elite Dairies Completed
Max cape2,277,000Level 99 in All Skills
Xeric's guard100,000Completed 100 CoX CMs
Xeric's warrior500,000Completed 500 CoX CMs
Xeric's sentinel1,000,000Completed 1,000 CoX CMs
Xeric's general1,500,000Completed 1,500 CoX CMs
Xeric's champion2,000,000Completed 2,000 CoX CMs
Sinhaza shroud tier 1100,000Completed 100 ToBs
Sinhaza shroud tier 2500,000Completed 500 ToBs
Sinhaza shroud tier 3500,000Completed 1,000 ToBs
Sinhaza shroud tier 4500,000Completed 1,500 ToBs
Sinhaza shroud tier 5500,000Completed 2,000 ToBs
Icthlarin's shroud (tier 1)1,000Completed 100 ToAs
Icthlarin's shroud (tier 2)5,000Completed 500 ToAs
Icthlarin's shroud (tier 3)10,000Completed 1000 ToAs
Icthlarin's shroud (tier 4)15,000Completed 1500 ToAs
Icthlarin's shroud (tier 5)20,000Completed 2000 ToAs
Karamja gloves 11,000Completed Karamja Easy Diary
Karamja gloves 21,000Completed Karamja Medium Diary
Karamja gloves 31,000Completed Karamja Hard Diary
Karamja gloves 41,000Completed Karamja Elite Diary
Ardougne cloak 11,000Completed Ardougne Easy Diary
Ardougne cloak 21,000Completed Ardougne Medium Diary
Ardougne cloak 31,000Completed Ardougne Hard Diary
Ardougne cloak 41,000Completed Ardougne Elite Diary
Falador shield 11,000Completed Falador Easy Diary
Falador shield 21,000Completed Falador Medium Diary
Falador shield 31,000Completed Falador Hard Diary
Falador shield 41,000Completed Falador Elite Diary
Fremennik sea boots 11,000Completed Fremennik Easy Diary
Fremennik sea boots 21,000Completed Fremennik Medium Diary
Fremennik sea boots 31,000Completed Fremennik Hard Diary
Fremennik sea boots 41,000Completed Fremennik Elite Diary
Kandarin headgear 11,000Completed Kandarin Easy Diary
Kandarin headgear 21,000Completed Kandarin Medium Diary
Kandarin headgear 31,000Completed Kandarin Hard Diary
Kandarin headgear 41,000Completed Kandarin Elite Diary
Desert amulet 11,000Completed Desert Easy Diary
Desert amulet 21,000Completed Desert Medium Diary
Desert amulet 31,000Completed Desert Hard Diary
Desert amulet 41,000Completed Desert Elite Diary
Explorer's ring 11,000Completed Lumbridge & Draynor Easy Diary
Explorer's ring 21,000Completed Lumbridge & Draynor Medium Diary
Explorer's ring 31,000Completed Lumbridge & Draynor Hard Diary
Explorer's ring 41,000Completed Lumbridge & Draynor Elite Diary
Morytania legs 11,000Completed Morytania Easy Diary
Morytania legs 21,000Completed Morytania Medium Diary
Morytania legs 31,000Completed Morytania Hard Diary
Morytania legs 41,000Completed Morytania Elite Diary
Varrock armour 11,000Completed Varrock Easy Diary
Varrock armour 21,000Completed Varrock Medium Diary
Varrock armour 31,000Completed Varrock Hard Diary
Varrock armour 41,000Completed Varrock Elite Diary
Wilderness sword 11,000Completed Wilderness Easy Diary
Wilderness sword 21,000Completed Wilderness Medium Diary
Wilderness sword 31,000Completed Wilderness Hard Diary
Wilderness sword 41,000Completed Wilderness Elite Diary
Western banner 11,000Completed Western Provinces Easy Diary
Western banner 21,000Completed Western Provinces Medium Diary
Western banner 31,000Completed Western Provinces Hard Diary
Western banner 41,000Completed Western Provinces Elite Diary
Rada's blessing 11,000Completed Kourend & Kebos Easy Diary
Rada's blessing 21,000Completed Kourend & Kebos Medium Diary
Rada's blessing 31,000Completed Kourend & Kebos Hard Diary
Rada's blessing 41,000Completed Kourend & Kebos Elite Diary
+{% endtab %} + +{% tab title="Minigames" %} +| | | +| ----------------------------- | --------------------------------------------------------------------------------------------------- | +| **Item Name** | **Price** | +| Raw Shark | 40x Minnow | +| Hallowed crystal shard | 1x Hallowed mark | +| Hallowed token | 10x Hallowed mark | +| Hallowed grapple | 100x Hallowed mark | +| Hallowed focus | 100x Hallowed mark | +| Hallowed symbol | 100x Hallowed mark | +| Hallowed hammer | 100x Hallowed mark | +| Hallowed ring | 250x Hallowed mark | +| Dark dye | 300x Hallowed mark | +| Dark acorn | 3,000x Hallowed mark | +| Dark squirrel | 1x Giant squirrel, 1x Dark acorn | +| Unidentified small fossil | 100 Mermaid's tears | +| Unidentified medium fossil | 200 Mermaid's tears | +| Unidentified large fossil | 300 Mermaid's tears | +| Merfolk trident | 400 Mermaid's tears | +| Seaweed spore | 20 Mermaid's tears | +| Bowl of fish | 30 Mermaid's tears | +| Prospector helmet | 40x Golden nugget | +| Prospector jacket | 60x Golden nugget | +| Prospector legs | 50x Golden nugget | +| Prospector boots | 30x Golden nugget | +| Coal bag | 100x Golden nugget | +| Gem bag | 100x Golden nugget | +| Bag full of gems | 40x Golden nugget | +| Bag full of gems (minerals) | 20x Unidentified minerals | +| Mining gloves | 60x Unidentified minerals | +| Superior mining gloves | 120x Unidentified minerals | +| Expert mining gloves | Mining Gloves + Superior Mining Gloves + 60 Unidentified minerals | +| Chompy bird hats | See the [Big Chompy Bird Hunting](https://wiki.oldschool.gg/minigames/big-chompy-bird-hunting) page | +| Castle Wars Armour/Items | See the [Castle Wars](https://wiki.oldschool.gg/minigames/castle-wars) page | +| Guardians of the Rift Rewards | See the [GOTR](../skills/runecrafting/guardians-of-the-rift.md#rewards) page | +{% endtab %} + +{% tab title="Cosmetics" %} + +
Item NamePriceOther Requirements
Prince outfit01x Frog Token
Princess outfit01x Frog Token
Frog mask01x Frog Token
Fremennik green cloak100,00055 Quest Points
Fremennik blue cloak100,00055 Quest Points
Fremennik brown cloak100,00055 Quest Points
Fremennik cyan cloak100,00055 Quest Points
Fremennik red cloak100,00055 Quest Points
Fremennik grey cloak100,00055 Quest Points
Fremennik yellow cloak100,00055 Quest Points
Fremennik teal cloak100,00055 Quest Points
Fremennik purple cloak100,00055 Quest Points
Fremennik pink cloak100,00055 Quest Points
Fremennik black cloak100,00055 Quest Points
Grey hat100,00015 Quest Points
Grey gloves100,00015 Quest Points
Grey robe top100,00015 Quest Points
Grey robe bottoms100,00015 Quest Points
Grey boots100,00015 Quest Points
Red hat100,00015 Quest Points
Red gloves100,00015 Quest Points
Red robe top100,00015 Quest Points
Red robe bottoms100,00015 Quest Points
Red boots100,00015 Quest Points
Yellow hat100,00015 Quest Points
Yellow gloves100,00015 Quest Points
Yellow robe top100,00015 Quest Points
Yellow robe bottoms100,00015 Quest Points
Yellow boots100,00015 Quest Points
Teal hat100,00015 Quest Points
Teal gloves100,00015 Quest Points
Teal robe top100,00015 Quest Points
Teal robe bottoms100,00015 Quest Points
Teal boots100,00015 Quest Points
Purple hat100,00015 Quest Points
Purple gloves100,00015 Quest Points
Purple robe top100,00015 Quest Points
Purple robe bottoms100,00015 Quest Points
Purple boots100,00015 Quest Points
Pink hat100,00015 Quest Points
Pink robe top100,00015 Quest Points
Pink robe bottoms100,00015 Quest Points
Pink boots100,00015 Quest Points
Cream hat100,00015 Quest Points
Cream robe top100,00015 Quest Points
Cream robe bottoms100,00015 Quest Points
Cream boots100,00015 Quest Points
Blue hat100,00015 Quest Points
Blue robe top100,00015 Quest Points
Blue robe bottoms100,00015 Quest Points
Blue boots100,00015 Quest Points
Green hat100,00015 Quest Points
Green robe top100,00015 Quest Points
Green robe bottoms100,00015 Quest Points
Green boots100,00015 Quest Points
Turquoise hat100,00015 Quest Points
Turquoise robe top100,00015 Quest Points
Turquoise robe bottoms100,00015 Quest Points
Turquoise boots100,00015 Quest Points
Red cape100,00015 Quest Points
Black cape100,00015 Quest Points
Blue cape100,00015 Quest Points
Yellow cape100,00015 Quest Points
Green cape100,00015 Quest Points
Pirate bandana (white)2,000N/A
Stripy pirate shirt (white)2,000N/A
Pirate leggings (white)2,000N/A
Pirate bandana (blue)2,000N/A
Stripy pirate shirt (blue)2,000N/A
Pirate leggings (blue)2,000N/A
Pirate bandana (brown)2,000N/A
Stripy pirate shirt (brown)2,000N/A
Pirate leggings (brown)2,000N/A
Pirate bandana (red)2,000N/A
Stripy pirate shirt (red)2,000N/A
Pirate leggings (red)2,000N/A
Menaphite purple outfit25,000N/A
Menaphite red outfit25,000N/A
Team-X cape15,000Replace X with 1-50
+{% endtab %} + +{% tab title="Other" %} + +
Item NamePriceOther Requirements
Shield right half1,000,000111 Quest Points
Dragon metal shard2,500,000205 Quest Points
Dragon scimitar500,000105 Quest Points
Potato with cheese650Level 65 Attack & Strength
Mystic hat15,000Level 66 Magic
Mystic robe top120,000Level 66 Magic
Mystic robe bottom80,000Level 66 Magic
Mystic gloves10,000Level 66 Magic
Mystic boots10,000Level 66 Magic
Beer1,000,000N/A
Vodka1,000,000N/A
Gin1,000,000N/A
Ogre bow200,000N/A
Fishbowl pet500,000N/A
Sandworms500N/A
Granite body95,00010kc at Barbarian Assault
Mithril seeds3,000N/A
Brown apron1,000N/A
White apron1,000N/A
Bull roarer1,000N/A
Rolling pin1,000N/A
Bone club1,000N/A
Bone spear1,000N/A
Bone dagger2,500N/A
Dorgeshuun crossbow2,500N/A
Crystal bow900,000N/A
Pink skirt1,000N/A
Flower crown5,000N/A
Flower crown (bisexual)5,000N/A
Flower crown (asexual)5,000N/A
Flower crown (transgender)5,000N/A
Flower crown (pansexual)5,000N/A
Flower crown (non-binary)5,000N/A
Flower crown (genderqueer)5,000N/A
Flower crown (lesbian)5,000N/A
Flower crown (gay)5,000N/A
Mask of rebirth 100,00025kc ToA Expert completed
+{% endtab %} +{% endtabs %} diff --git a/docs/src/content/docs/osb/Miscelleanous/champions-challenge.md b/docs/src/content/docs/osb/Miscelleanous/champions-challenge.md new file mode 100644 index 00000000000..9b9e800b344 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/champions-challenge.md @@ -0,0 +1,17 @@ +--- +title: "Champions Challenge" +--- + +# Champions Challenge + +Take on one of the greatest challenges in osrs by obtaining all 10 Champion scrolls to secure the elusive Champions' Cape. While not as difficult as in the real game, it can still take many days, weeks or even months to collect all the scrolls. + +The challenges work slightly different in the bot as you only need to collect all 10, rather than kill all 10 champions separately. Once you have all 10 scrolls, simply run the following command to receive the cape: + +`/activities champions_challenge` + +You cannot fail the challenge. + +To check what scrolls you currently own, use the following command: + +`/bank`` `**`format:`**` ``text_paged`` `**`filter:`**` ``Champion's Challenge` diff --git a/docs/src/content/docs/osb/Miscelleanous/charging-items.md b/docs/src/content/docs/osb/Miscelleanous/charging-items.md new file mode 100644 index 00000000000..014fb1e3729 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/charging-items.md @@ -0,0 +1,160 @@ +--- +title: "Charging Items" +--- + +# Charging Items + +There are a number of degradable items that must be charged in order to be used or provide a boost for certain bosses/minigames. The maximum amount of charges on an item is 1,000,000. When charging an item, you can add anywhere between 1-100,000 at a time. + +All items can be charged using `/minion charge`` `**`item:`** **`amount:`** + +--- + +## Global Boosts + +The weapons listed on this page will provide global boosts to all PvM, _provided they are equipped in their respective setup, are sufficiently charged, and you're training that specific combat style._ These global boosts stack with existing boosts (E.g. Shadow gives 20% boost at Kraken, and a further 6% if equipped in mage, charged, and your training is set to magic). + +- [Abyssal tentacle](charging-items.md#abyssal-tentacle) - 3% global boost +- [Venator bow](charging-items.md#venator-bow) - 3% global boost +- [Trident of the swamp](charging-items.md#trident-of-the-swamp) - 3% global boost +- [Sanguinesti staff](charging-items.md#sanguinesti-staff) - 5% global boost +- [Scythe of vitur](charging-items.md#scythe-of-vitur) - 5% global boost +- [Tumeken's shadow](charging-items.md#tumekens-shadow) - 6% global boost + +--- + +## Chargeable Items + +Most items**cannot**be manually reverted, meaning you need to use the item continually until it runs out of charges to receive the base version again. + +Charges are bound to your minion, not the item. Therefore, when reverting or trading your charged item, you will **NOT** lose charges. + +## Abyssal tentacle + +**Charged with -** Abyssal whip (10,000 charges per 1 whip) + +**Revertible -** No + +**Provides boosts to -** Cox, ToB, Pest Control, Cerb, and general PvM when equipped in melee + +**Charges consumed -** 1 charge for every 20hp of a monster/boss when using melee + +--- + +## Sanguinesti staff + +**Charged with -** Blood runes (1 charge per 3 blood runes) + +**Revertible -** Yes, but no blood runes are returned + +**Provides boosts to -** Zulrah, Muspah, Kraken, and general PvM when equipped in mage + +**Charges consumed -** 1 charge for every 25hp of a monster/boss when using mage + +--- + +## Celestial ring + +**Charged with -** Stardust (10 charges per 10 stardust) + +**Revertible -** No + +**Provides boosts to -** Any mining content + +**Charges consumed -** Nowhere. It is advised not to charge as it provides no benefits. + +--- + +## Ash sanctifier + +**Charged with -** Death runes (10 charges per 1 death rune) + +**Revertible -** No + +**Provides boosts to -** PvM only where the monster drops demonic ashes + +**Charges consumed -** 1 charge for every monster killed + +--- + +## Serpentine helm + +**Charged with -** Zulrah's scales (1 charge per 1 scale) + +**Revertible -** No + +**Provides boosts to -** ToA + +**Charges consumed -** The only place it consumes charges is ToA at 600 charges per hour + +--- + +## Amulet of blood fury + +**Charged with -** Blood shard (10,000 charges per 1 blood shard) + +**Revertible -** No + +**Provides boosts to -** ToA + +**Charges consumed -** ToA (150 charges per raid) and Colosseum (900 charges per attempt) + +--- + +## Tumeken's shadow + +**Charged with -** Soul & Chaos runes (1 charge per 2 Soul runes & 5 Chaos runes) + +**Revertible -** No + +**Provides boosts to -** ToA, Muspah and general PvM when equipped in mage + +**Charges consumed -** 1 charge for every 40hp of a monster/boss when using mage + +--- + +## Blood essence (active) + +**Charged with -** None (it just becomes activated) + +**Revertible -** No + +**Provides boosts to -** Blood runecrafting, GOTR + +**Charges consumed -** There is a 50% chance for a charge to be consumed per essence used + +--- + +## Trident of the swamp + +**Charged with -** 1 death rune, 1 chaos rune, 5 fire runes, 1 zulrah's scale per charge + +**Revertible -** No + +**Provides boosts to -** Zulrah, Muspah, Kraken, Thermy, and general PvM when equipped in mage + +**Charges consumed -** 1 charge for every 40hp of a monster/boss when using mage + +--- + +## **Scythe of Vitur** + +**Charged with -** Blood runes & Vial of blood (200 Blood runes & 1 Vial of blood per 100 charges) + +**Revertible -** Yes, but no blood runes or vials are returned + +**Provides boosts to -** ToB, GGs, Sarachnis, Duke, Vardorvis, general PvM when equipped in melee + +**Charges consumed -** 1 charge for every 40hp of a monster/boss when using melee + +--- + +## Venator bow + +**Charged with -** Ancient essence (1 charge per 1 essence) + +**Revertible -** No + +**Provides boosts to -** BA, GGs, Whisperer, Bloodvelds, Dags, general PvM when equipped in range + +**Charges consumed -** 1 charge for every 25hp of a monster/boss when using range diff --git a/docs/src/content/docs/osb/Miscelleanous/collecting.md b/docs/src/content/docs/osb/Miscelleanous/collecting.md new file mode 100644 index 00000000000..fb9ccf88920 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/collecting.md @@ -0,0 +1,19 @@ +--- +title: "Collecting" +--- + +# Collecting + +Certain items can be collected using the `/activities collect`` `**`item:`**`[itemName]` command. Every item has a specific amount that will be collected in a specific timeframe, which is listed under the requirements in the table below. For example, you will collect 26 blue dragon scales every 120 seconds. However, for the time being, you are only able to run maximum trip lengths for collecting these items, and cannot specify a shorter trip. + +**NOTE -** If you have built a Jewellery box in your PoH (any type), you no longer require Ring of dueling(8) to collect the following items: + +- Jangerberries +- Mort myre fungus +- Snake weed + +
ItemsRequirementsItems/Hour (Approx.)
Blue dragon scales1 Water, 1 Law, and 3 Air Runes per 26 scales.70 Agility, 37 Magic780
FlaxNone1,000
Jangerberries1 Ring of dueling(8) per 224 jangerberries.
10 Agility
560
Mort myre fungus1 Prayer potion(4), 1 Ring of dueling(8) per 100 fungi.32QP, 50 Prayer721
Red spiders' eggs1 Stamina Potion(4) per 80 eggs564
Snape grass12 Law and 12 Astral Runes per 120 grass.72QP1,106
Snake weed1 Ring of dueling(8) per 150 snake weed.3QP300
Bucket of sand1 Law Rune and 750 coins per 30 buckets.30QP1,800
Tarn's diary2 Prayer potion(4) per 1 diary.100QP, 40 Slayer, 60 Attack, 60 Strength, 60 Ranged, 60 Defence and 60 Magic6
White berries22 QP, 60 Ranged, 50 Thieving, 56 Agility, 10 Crafting, 5 Fletching and 30 Cooking400
+ +### Boosts + +- 2x Collection Rate of Mort myre fungus with Morytania Hard diary diff --git a/docs/src/content/docs/osb/Miscelleanous/crack-the-clue.md b/docs/src/content/docs/osb/Miscelleanous/crack-the-clue.md new file mode 100644 index 00000000000..aa63e38962f --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/crack-the-clue.md @@ -0,0 +1,16 @@ +--- +title: "Crack The Clue" +--- + +# Crack The Clue + +You can obtain the Clue hunter outfit by following these steps: + +1. Equip an iron dagger - `/gear equip`` `**`gear_setup:`**`Melee`` `**`item:`**`Iron dagger` +2. Kill 1 unicorn - `/k`` `**`name:`**` ``Unicorn`` `**`quantity:`**` ``1` +3. Equip a bronze arrow - `/gear equip`` `**`gear_setup:`**`Melee`` `**`item:`**`Bronze arrow` +4. Decant a potion - `/activities decant`` `**`potion_name:`**`[anyPotion]`` `**`dose:`**`1` +5. Equip an iron med helm - `/gear equip`` `**`gear_setup:`**`Melee`` `**`item:`**`Iron med helm` +6. Bury 1 bones - `/activities bury`` `**`name:`**` ``Bones`` `**`quantity:`**` ``1` +7. Train strength - `/minion train`` `**`style:`**`strength` +8. Sawmill 1 logs - `/activities plank_make`` `**`action:`**`Sawmill`` `**`type:`**`Plank`` `**`quantity:`**`1` diff --git a/docs/src/content/docs/osb/Miscelleanous/creatables.md b/docs/src/content/docs/osb/Miscelleanous/creatables.md new file mode 100644 index 00000000000..5bf279299a1 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/creatables.md @@ -0,0 +1,26 @@ +--- +title: "Creatables" +description: Information regarding the creatables collection log +--- + +# Creatables + +The creatables cl is a custom collection log that is a useful way to track many items, and is a competitive collection log for cl enthusiasts. + +
The creatables collection log
+ +There are a few categories that items here fall under, primarily including item creation, gear sets, and ornament kits. + +### Item creation + +Items in this category include godswords, spirit shields, and god books. The creation of these items is pretty straightforward and most players are familiar with these. + +### Gear Sets + +Gear sets are sets of items created to make a set, usually for the purpose of being easier to trade. These are created the same way as items are, but can be much harder to collect due to the sheer number of items needed for all the sets, as many of them have (lg) and (sk) variants. Notiorious sets include the Dragon armour sets and the Gilded armour sets. + +### Ornament Kits + +These are ornamented versions of other items, and make up the vast majority of items in this category. Most of these come from clues, though some of them are simply recolours (such as Graceful and Spirit Angler. + +A sub category of these are [Leagues](../getting-started/leagues.md) rewards. These are ornament kits that can be obtained as rewards from playing BSO, and also have their own cl under custom. diff --git a/docs/src/content/docs/osb/Miscelleanous/gear.md b/docs/src/content/docs/osb/Miscelleanous/gear.md new file mode 100644 index 00000000000..7f5aac30792 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/gear.md @@ -0,0 +1,54 @@ +--- +title: "Gear" +description: This page goes over how your gear functions on the bot. +--- + +# Gear + +## Overview + +Your minion has 6 gear setups (Melee, Mage, Range, Skilling, Misc, and Wildy) in which you can equip your gear into depending on what activity you want to do on the bot. Below is a list of the commands that deal with equip and unequipping gear on your minion. Lets say you just finished questing and bought yourself a pair of barrows gloves and you would like to equip those in your range setup, you would type `+equip range barrows gloves`. Now lets say you already had a pair of mithril gloves equipped in your range setup and you wanted to equip the barrows gloves instead now, you do not need to unequip the other gloves first, the equip command will take the other pair off for you and equip the new item. Further below we will talk about `+gearpresets` a way for you to save a setup you like for later for easy equipping.\ +\ + +### Commands + +| Command | What it does | Example | +| ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | +| +autoequip/+aep | Automatically equips the BIS gear you have in your bank, for a particular attack style, to one of your gear setups. (note will not pull from other equipped gear) | +autoequip melee attack crush +autoequip mage attack magic | +| +equip | Equips an item to one of your gear setups. | +equip skilling graceful hood +equip melee bandos boots +equip mage staff of fire | +| +gear | Shows your equipped gear. | +gear melee +gear --all | +| +unequip | Unequips items from one of your gear setups. | +unequip range Twisted bow +unequip melee Abyssal whip | +| +unequipall | Unequips everything from one of your gear setups. (melee/range/range/skilling/misc) | +unequipall melee | +| +m equippet/ep | Equips a pet, like dropping it on the floor ingame. | +m equippet smolcano | +| +m unequippet/uep | Unequips your pet. | +m unequippet | + +### Gear Presets + +Now that you have equipped the gear you like you probably would like to save that setup for later before you equip something up in that setup. This can done through the `+gearpresets` commands listed before. Along with the ability to make your own presets there are some global presets available to you at the start such as the "Graceful" preset which will equip full graceful in the specified gear setup.\ +\ +By default, you are restricted to having 3 gear presets. However, this is increased to 7 if you are a patron or a github supporter. + +| Command | What it does | Example | +| ----------------------------------- | ----------------------------------------------------- | ----------------------------- | +| +gearpresets/+gps | Shows you your presets you have made. | +gearpresets | +| +gearpresets new \ \ | copy your \ gear into a preset called \. | +gearpresets new corp melee | +| +gearpresets delete \ | delete your setup called \. | +gearpresets delete corp | +| +gearpresets equip \ \ | equip your \ setup to your \ outfit. | +gearpresets equip corp melee | + +#### Global Gear Presets + +- Graceful +- Pyro +- Carpenter +- Rogue +- Clue +- Angler +- Prospector + +### BIS Gear + +This gear is the best food reduction equipment in the game. This will save the highest amount of food possible at almost every boss, with notable exceptions being KQ and [Nightmare](https://wiki.oldschool.gg/bosses/nightmare-of-ashihama). + +### Wildy Setup + +The wilderness setup is currently only used at revenants. **All** of the items equipped in this setup can be **permanently lost** if you are killed while doing activities that use this setup. diff --git a/docs/src/content/docs/osb/Miscelleanous/god-capes.md b/docs/src/content/docs/osb/Miscelleanous/god-capes.md new file mode 100644 index 00000000000..ca2261b2412 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/god-capes.md @@ -0,0 +1,42 @@ +--- +title: "God Capes" +--- + +# God Capes + +You can collect both the regular and imbued god capes for a BiS mage cape slot. Some items are required and you do have the chance to fail (ma2 only). However, you will never lose your equipped items, just the supplies that are needed for each trip. + +## Mage Arena 1 + +Upon completion of a single mage arena trip, you will receive all 3 regular god capes. You are able to repeat this trip as many times as you'd like. + +To send your minion on a trip to collect the regular god capes use the following command: + +- `/minigames mage_arena start` + +### Requirements + +- 60 Magic +- 100 Blood runes +- 500 Air runes +- 500 Fire runes +- 2 Prayer potion(4) + +## Mage Arena 2 + +The second installment is not as easy as the first and can take multiple attempts to obtain the imbued god capes. You have up to a 70% chance to die, in which you will lose all your supplies for the current trip. Like the first however, you will be granted all 3 imbued capes upon completion. + +To send your minion on a trip to collect the imbued god capes use the following command: + +- `/minigames mage_arena_2 start` + +### Requirements + +- Completion of Mage Arena 1 +- 75 Magic +- 300 Blood runes +- 500 Air runes +- 800 Fire runes +- 1 Stamina potion(4) +- 1 Saradomin Brew(4) +- 3 Super Restore(4) diff --git a/docs/src/content/docs/osb/Miscelleanous/grand-exchange.md b/docs/src/content/docs/osb/Miscelleanous/grand-exchange.md new file mode 100644 index 00000000000..0927e443644 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/grand-exchange.md @@ -0,0 +1,57 @@ +--- +title: "Grand Exchange" +--- + +# Grand Exchange + +The bot has it's own GE system which functions almost identically to how it does in the real game. Only tradable items can be bought and sold. Ironmen cannot use this function. Others things to be aware of: + +- The maximum price per item is 1000b. The maximum total price per listing is the same. +- The maximum quantity per item listing is 5m. +- When buying or selling, the price flag is per item, not total price. +- 1% of all sales are deducted automatically which acts as a gold sink. +- There are buy limits (which resets every 4 hours). +- Market prices are not available on all items. The average price is based on a weekly average. +- You currently cannot see other players active offers. +- You will be DM'ed by the bot when your item has bought/sold. + - These DMs can be toggle off through `/config user toggle` + +## Commands + +**/ge buy** + +- `/ge buy`` `**`item:`**` ``Rune scimitar`` `**`quantity:`**` ``250`` `**`price:`**` ``30k` + +**/ge sell** + +- `/ge sell`**`item:`**` ``Blue partyhat`` `**`quantity:`**` ``10`` `**`price:`**` ``1k` + +**/ge cancel** + +- This will cancel your listing. There is no confirmation for this command. + +**/ge my_listings** + +- This will show all active listings you have in an image format. + +**/ge stats** + +- Shows when your buy limit resets, the total number of GE slots available and total tax paid. + +**/ge price** + +- You can check the average weekly market prices of an item. Not available for all items. + +**/ge view** + +- You can check the price history of an item. Not available for all items. + +## Number of GE Slots + +Currently, all users will have 3 base slots for buying or selling items. More slots can be unlocked (up to a maximum of 14) by completing the following tasks: + +- 1 for each of 100/250/1,000/2,000 total levels +- 1 for each of 30%/60%/90%/95% total CL completion +- 1 for each of 10k/20k/30k [BSO leagues points](https://bso-wiki.oldschool.gg/leagues) + +In addition to this, players with T3 patron automatically have 10 extra GE slots (for a total of 24). diff --git a/docs/src/content/docs/osb/Miscelleanous/kourend-favour.md b/docs/src/content/docs/osb/Miscelleanous/kourend-favour.md new file mode 100644 index 00000000000..db403081e9e --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/kourend-favour.md @@ -0,0 +1,26 @@ +--- +title: "Other Activities" +--- + +# Other Activities + +There are a few activities within the bot that are so simple to complete, they are just stored under the one command. They are: + +## Stronghold of Security + +- `/activities other`` `**`activity:`**`Stronghold of Security` +- This activity is a requirement for the Music cape. + +--- + +## Combat Ring (Shayzien) + +- `/activities other`` `**`activity:`**`Combat Ring (Shayzien)` +- This activity will provide all Shayzien armour pieces in one trip. + +--- + +## Champions Challenge + +- `/activities other`` `**`activity:`**`Champions Challenge` +- The Champions Challenge requires at least one of every Champion scroll in your bank. The scrolls will be consumed when running this trip. diff --git a/docs/src/content/docs/osb/Miscelleanous/music-cape.md b/docs/src/content/docs/osb/Miscelleanous/music-cape.md new file mode 100644 index 00000000000..c0c5103a653 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/music-cape.md @@ -0,0 +1,43 @@ +--- +title: "Music Cape" +--- + +The music cape acts as a sort of completionist cape, requiring a vast amount of content to be completed before you are able to aquire it. The music cape currently provides a 5% boost to master clues. + +To buy the music cape, simply use: + +- [[/buy name: Music cape]] +- [[/buy name: Music cape(t)]] + +--- + +## Trimmed Cape Reqs + +In order to buy the trimmed music cape, one must complete all regular tasks, along with the following extras: + +- Maximum QP - 308 +- All elite achievement diaries completed + +--- + +## Regular Cape Reqs + +| | | | +| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| **Type** | **Requirement** | **Extra Info** | +| Stats | 75 Slayer70 Hitpoints70 Agility65 Farming65 Thieving50 Mining50 Firemaking35 Fishing33 Magic | You also need 95 Runecrafting for the wrath rune requirement | +| CL Slots Filled | Dark totem
Mossy key
Hespori seed
Fire cape
Raw monkfish
Brittle key
Revenant ether | | +| Kc Requirements | Mimic
Hespori
Bryophyta
Jad
Skotizo
All GWD bosses
Nex
Cerberus
Giant mole
Jogre
Abbysal sire
Alchemical hydra
King black dragon
Corp
Vorkath
Scorpia
Zalcano
Kraken
Dagannoth prime
Black demon
Hellhound
Blue dragon
Barrows | At least 1kc for all listed | +| Minigames | At least 1kc in all minigames | Minigames not required:
- Corrupted gauntlet
- Raids challenge mode
- Tob hard mode
- Tithe farm
- Champions challenge | +| Activities | At least 1kc in all activities | Activities not required:
- Easter event
- Halloween event
- Birthday event
- Group monster killing | +| Misc Activities | Stronghold of Security
Cutting leaping fish | /activities other activity:Stronghold of Security
/cook name: Leaping sturgeon quantity: 1 | +| Quest Points | 200 | | +| Mage Arena | Completion of Mage Arena 1 | | +| Sacrificed Items | Fire cape | `/sacrifice`` `**`items:`**`1 fire cape` | +| Agility Laps | Seers' Village Rooftop
Agility Pyramid | At least 1 lap of each | +| Runecrafting | Air rune
Water rune
Earth rune
Fire rune
Mind rune
Body rune
Nature rune
Chaos rune
Cosmic rune
Death rune
Astral rune
Wrath rune | At least 1 of all runes listed
(Yes, you need 95rc to runecraft the wrath rune) | +| Slayer Tasks | 20 slayer tasks | From any master | +| Random Events | Completion of any random event | You cannot manually do these, they are randomly completed upon any trip completion | +| POH | Build 1 of any item within your POH | This is not a construction trip. You need to actually build a tangible item for your house | +| Champion Scroll | Any champion scroll in cl | | +| Camdozaal | 750 Barronite shards in cl | | diff --git a/docs/src/content/docs/osb/Miscelleanous/nightmare-zone.md b/docs/src/content/docs/osb/Miscelleanous/nightmare-zone.md new file mode 100644 index 00000000000..896d1451055 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/nightmare-zone.md @@ -0,0 +1,86 @@ +--- +title: "Nightmare Zone" +--- + +# Nightmare Zone + +One of the best places to grind out your melee 99s. With 3x the normal trip length, this is optimal activity to send before you go to bed! Nmz is intended to work as an afk activity, so it allows for more downtime between each trip. + +## Requirements + +Since you can only train **melee** combat stats here, you must change your attack style to suit. + +- `/minion train`` `**`style:`** + +Alongside this, you also must have the following requirements: + +- 70 Attack, Strength, Defence, and Hitpoints +- 43 Prayer +- 100 Quest points +- Full Dharok set (does not have to be equipped) +- Prayer potion(4) (**ONLY**if choosing the 'experience' strategy) +- GP to pay for dream costs + - Cost is halved if you have maximum QP + +--- + +## Boosts + +You will firstly receive a boost for your melee combat stats, including HP. If you have both 99 HP and 99 in your currently trained skill, your boost will be 65%. + +You will also receive a boost for the highest tier item in each category. It does not have to be equipped. + +- **Special weapon** + - Dragon claws (20%), Granite maul (15%), Dragon dagger(p++) (10%) +- **Amulet** + - Amulet of torture (5%), Amulet of fury (3%), Berserker necklace (1%) +- **Cape** + - Infernal Cape (5%), Fire cape (3%) +- **Gloves** + - Ferocious gloves (5%), Barrows gloves (3%) +- **Boots** + - Primordial boots (5%), Dragon boots (3%), Guardian boots (3%) +- **Ring** + - Berserker ring (i) (5%), Brimstone ring (3%), Berserker ring (1%) + +--- + +## Strategies + +There are 2 strategies you can choose from: Experience or Points. They are fairly self-explanatory in what they do. + +### Experience + +- Focuses on gaining XP over points. +- Uses a Prayer potion(4) for every 5 minutes of your trip. +- With maximum boosts, you will receive around 190k xp/hr in your trained skill. +- With maximum boosts, you will receive around 380k points/hr. + +### Points + +- Focuses on gaining points over XP. +- Gp cost is double compared to experience strategy. +- With maximum boosts, you will receive around 120k xp/hr in your trained skill. +- With maximum boosts, you will receive around 1.9m points/hr. + +--- + +## Buyables + +Use the following command to buy items: + +- `/minigames nmz buy`` `**`item:`** + +
ItemPoint Cost
Flax75
Bucket of sand200
Seaweed200
Dragon scale dust750
Compost potion(4)5000
Air rune25
Water rune25
Earth rune25
Fire rune25
Rune essence70
Vial of water145
+ +## Imbueables + +**All imbue costs are halved if Hard combat achievements are completed!** + +Use the following command to imbue items: + +- `/minigames nmz imbue`` `**`name:`** + +
ItemPoint Cost
Black mask1,250,000
Slayer helmet1,250,000
Turquoise slayer helmet1,250,000
Red slayer helmet1,250,000
Green slayer helmet1,250,000
Twisted slayer helmet1,250,000
Black slayer helmet1,250,000
Purple slayer helmet1,250,000
Hydra slayer helmet1,250,000
Salve amulet800,000
Salve amulet (e)800,000
Ring of the gods650,000
Ring of suffering725,000
Ring of suffering (r)*725,000
Berserker ring650,000
Warrior ring650,000
Archers ring650,000
Seers ring650,000
Tyrannical ring650,000
Treasonous ring650,000
Granite ring500,000
+ +- Currently unobtainable diff --git a/docs/src/content/docs/osb/Miscelleanous/offering.md b/docs/src/content/docs/osb/Miscelleanous/offering.md new file mode 100644 index 00000000000..1a26ceccc91 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/offering.md @@ -0,0 +1,31 @@ +--- +title: "Offering" +--- + +# Offering + +Apart from [offering bones](../skills/prayer/) to the chaos altar in the wilderness, there are other items which utilise the `/offer` command. Here is a list: + +**Unsired** + +- `/offer`` `**`name:`**` ``Unsired` + + **Chewed bones** + +- `/offer`` `**`name:`**` ``Chewed bones` + + **Long bone** + +- `/offer`` `**`name:`**` ``Long bone` +- Provides 4,500 Construction Xp per bone + + **Curved bone** + +- `/offer`` `**`name:`**` ``Curved bone` +- Provides 6,750 Construction Xp per bone + +**Bird eggs** + +- `/offer`` `**`name:`**` ``Red bird egg` +- `/offer`` `**`name:`**` ``Green bird egg` +- `/offer`` `**`name:`**` ``Blue bird egg` diff --git a/docs/src/content/docs/osb/Miscelleanous/questing.md b/docs/src/content/docs/osb/Miscelleanous/questing.md new file mode 100644 index 00000000000..a64798d2001 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/questing.md @@ -0,0 +1,100 @@ +--- +title: "Questing" +--- + +# Questing + +There are various activities within the bot that require a specific amount of quest points to access. These requirements mimic the real requirements in OSRS. Every questing trip is 30 minutes long. The maximum amount of quest points you can currently collect is: 308. These are divided up between: + +- 293qp from regular quest trips +- 10qp from [specific quests](questing.md#specific-quests) +- 5qp from [Desert Treasure 2](questing.md#desert-treasure-2) + +To start questing, use the following command: + +- `/activities quest` + +--- + +## Preface Notes + +- The amount of quest points given per trip is as follows: + - 1-3 - Between 1-99QP + - 1-2 - Between 100-199QP + - 1 - Between 200-308QP +- It takes approximately \~120 hours of questing to obtain the cape. +- If you have level 1 Herblore and complete a questing trip, you have a 50% chance to be given 250xp in Herblore to allow your minion to start the Herblore skill. +- If you have level 1 Magic and complete a questing trip, you have a 50% chance to be given 325xp in Magic for theoretical completion of Witch's Potion. +- If you have less than 1000 Magic xp and complete a questing trip after 15QP, you have a 50% chance to be given 1000xp in Magic for theoretical completion of Fairytale Part 1 quest. +- If you have level 40 or higher Cooking, less than 2500xp in Magic, and you complete a questing trip after 50QP, you have a 50% chance to gain 2500xp in Magic for theoretical completion of an RFD miniquest. + +--- + +## Boosts + +- 10% speed boost for equipping full graceful **(can be equipped in any setup)** + +--- + +## Specific Quests + +There are 10 quest points obtainable through the Varlamore quests. These quests have requirements and rewards that are the same as in-game. Ironman specific requirements are listed in blue. Simply use the quest command `/activities quest`` `**`name:`** and select the quest you wish to complete. + +| | | | +| ------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------------: | :----------------------------------------------------------------------------------------------------------: | +| **Quest Name** | **Requirements** | **Rewards** | +| The Path Of Glouphrie | 10 Quest points
50 Combat level
60 Strength
56 Slayer
56 Thieving
47 Ranged
45 Agility
59 Fletching
59 Smithing | 2 Quest points
2 Strength lamps (30k)
1 Slayer lamp (20k)
1 Thieving lamp (5k)
1 Magic lamp (5k) | +| Children Of The Sun | - | 1 Quest point | +| Defender Of Varrock | 20 Quest points
65 Combat level
55 Smithing
52 Hunter | 2 Quest points
15k Hunter xp
15k Smithing xp | +| The Ribbiting Tale Of A Lilly Pad Labour Dispute | 15 Woodcutting
Completion of Children of the Sun | 1 Quest point
2k Woodcutting xp | +| Perilous Moons | 75 Combat level
48 Slayer
20 Hunter
20 Fishing
20 Runecraft
10 Construction
Completion of Children of the Sun & Twilights Promise | 2 Quest points
40k Slayer xp
5k Runecraft xp
5k Hunter xp
5k Fishing xp | +| At First Light | 2 Quest points
75 Combat level
46 Hunter
30 Herblore
26 Construction
Completion of Children of the Sun | 1 Quest point
4.5k Hunter xp
800 Construction xp
500 Herblore xp | +| Twilights Promise | 40 Combat level
Completion of Children of the Sun | 1 Quest point
3k Thieving xp | + +--- + +## Desert Treasure 2 + +In order to start fighting the DT2 bosses, you will need to complete this specific quest, which can be done by `/activities quest`` `**`name:`**`Desert Treasure II - The Fallen Empire` + +### Quest Requirements + +- 150 Quest points +- 75 Firemaking +- 75 Magic +- 70 Thieving +- 62 Herblore +- 60 Runecrafting +- 60 Construction + +### Quest Length + +The quest also takes substantially longer than regular questing. The base time to complete the quest is 3 hours. However, your combat level and percentage of the boss collection log completed can alter the length that this quest will take. + +**Combat Level** + +- Below 100 will **add** 30 minutes to the duration. +- Below 90 will **add** 40 minutes to the duration. + +**% of Boss CL Completed** + +- Less than 10% (<25 CL slots) will **add** 20 minutes to the duration. +- Less than 30% (<75 CL slots) will **add** 10 minutes to the duration. +- More than 50% (124> CL slots) will **minus** 30 minutes from the duration. +- More than 80% (198> CL slots) will **minus** 60 minutes from the duration. + +### **Rewards** + +You will be rewarded with a Ring of shadows (no use in the bot for now), and 3 Ancient lamps which each grant 100k XP in any _combat skill_, including Prayer. + +`/minion lamp`` `**`item:`**` ``ancient lamp`` `**`skill:`** + +--- + +## Questing Unlocks + +This section will detail the unlocks of certain activities which require quest points. + +**NOTE -** There are a large number of buyables that require quest points to purchase that will not be listed here. Please check out the _quest items_ on the [buyables page](buyables.md) for more info. + +
Activity/ItemRequired Quest Points
Mazchna slayer master1
Fishing Minnows1
Additional Herb patch (Canifis)1
Killing Dagannoths (not DKs)2
Using Box traps2
Chaeldar slayer master3
Crafting/Setting Birdhouses3
Additional Bush patch3
Unlock Seaweed patches3
Unlock Hardwood patches3
Creating Zammy hasta3
Killing Zygomites3
Killing Spiritual mage/ranger3
Killing Fossil island wyverns3
Hunting Herbiboar3
Collecting Snake week3
Killing Killerwatts4
Killing Brine rats4
Creating Gold helmet4
Creating Neitiznot shield4
Buying a Cannon5
Creating God Books5
Runecrafting Cosmic runes5
KIlling Fever spiders7
Killing Scarab mages7
Offering Long/Curved bones8
Killing Molanisks8
The Nightmare10
Runecrafting Law runes10
Runecrafting Death runes10
Additional Herb patch (Trollheim)10
Killing Jungle horrors11
Killing Cave horrors11
KIlling Suqahs12
Killing Elf warriors12
Killing Dust devils12
Buying Canifis clothing15
Fishing Raw karambwanji15
Additional Herb patch (Harm island)15
Collecting White berries22
Killing Dark beasts24
Buying Goldsmith gauntlets25
Buying Cooking gauntlets25
Buying Iban's staff30
Creating Ava's Accumulator30
Collecting Buckets of sand30
Additional Herb patch (Weiss)31
Collecting Mort myre fungus32
Additional Flower patch33
Unlock Crystal tree patch33
Killing dragons (except rune/addy)34
Buying Anti-dragon shield35
Creature Creation35
Fishing Raw anglerfish40
Buying Magic secateurs40
Tears of Guthix43
All castables (except teleports)50
Plank-making boost (Wc guild)50
Fremennik diary50
Buying Fremennik clothing55
Buying Salve amulet58
Unlock Hosidius farm patch60
Collecting Snape grass72
Killing any GWD boss75
Creating Ivandis flail75
Killing Zulrah75
Ape Atoll Agility course82
Fishing Raw monkfish100
Collecting Tarn's diary100
Killing Mutated bloodvelds105
Elite Ardougne diary107
Buying Shield right half111
Creating Dragon sq shield111
Creating Gold bowl111
Killing Shadow Warriors111
Creating Blisterwood flail125
Zalcano150
Creating Crystal items150
Reverting Crystal items150
Ability to complete DT2 quest150
Buying Barrows gloves175
Hunting Maniacal monkey175
Gauntlet 200
Runecrafting Wrath runes200
Pickpocketing Elves200
Buying Dragon metal shard205
Mixing Super antifires205
Mixing Extended super antifires205
Prifddinas rooftop course205
Creating Ava's assembler205
Creating Dragon kiteshield205
Creating Dragon platebody205
Killing Prifddinas Rabbit205
Vorkath205
Killing Adamant dragons205
Killing Rune dragons205
Elite Lumbridge & Draynor diary308
Buying Quest point cape308
diff --git a/docs/src/content/docs/osb/Miscelleanous/reverting-items.md b/docs/src/content/docs/osb/Miscelleanous/reverting-items.md new file mode 100644 index 00000000000..f6c9cba47ea --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/reverting-items.md @@ -0,0 +1,52 @@ +--- +title: "Reverting Items" +description: >- + This page will provide you with in-depth information on how reverting items + works and what it yields. +--- + +# Reverting Items + +For starters, in most instances reverting items is something you may not necessarily be looking to do unless you are looking to sell something that has been made untradeable by adding an ornament to it or potentially charging it or even to break something down for components such as Zulrah items or even Bandos items into Bandosian components which is now needed as a result of [Nex](../bosses/nex.md) in order to create Torva items. + +To start reverting items you are going to begin by doing `/create`` `**`item:`**` ``revert` and looking for the item that you are looking to revert into either: + +- Components +- Original Item (removing an ornament or separating combined items) +- Recoloured/Transmoged Pets +- Reverting an item to Tickets (Castle Wars) + +**Reverting items with charges on them will NOT delete the charges. Charges are bound to your minion and not the item itself.** + +When reverting an item such as those listed below, you will be seeing a return of specific components in exchange for the item that is being reverted: + +- Tanzanite fang or Toxic blowpipe (empty) (20,000 Zulrah scales) +- Magic fang (20,000 Zulrah scales) +- Serentine helm or Uncharged serpentine helm (20,000 Zulrah scales) +- Bandos chestplate (3 Bandosian components) +- Bandos tassets (2 Bandosian components) +- Armadyl helmet (1 Armadylean plate) +- Armadyl chestplate (4 Armadylean plates) +- Armadyl chainskirt (3 Armadylean plates) +- Ancient icon (5,000 Ancient essence) +- Venator shard (50,000 Ancient essence) +- Uncharged Wildy Weapons (7,500 Revenant ether) +- Xeric's talisman (inert) (100 Lizardman fangs) +- Slayer helmet (All components of the slayer helm) +- Themed slayer helmets (The recolour item and/or the slayer helm) + +When reverting one of the items below you will be guaranteed to get your Ornament kit back in regards to ornament items. With the Nightmare staffs, you will receive back the Orb inserted in the staff and the Nightmare staff itself. Those items with ornaments are listed below: + +- Zenyte Items (Tormented, Anguish, Torture) +- Godswords (Bandos, Armadyl, Zamorak, Saradomin) +- Scythe of vitur (Sanguine, Holy) +- Sanguinesti staff (Sanguine, Holy) +- Ghrazi papier (Sanguine, Holy) +- Dragon items (Defender, Pickaxe, Sq shield, Full helm, Platebody, Kiteshield, Boots, Scimitar, Platelegs, Plateskirt, Chainbody) +- Nightmare staffs (Eldritch, Volatile, Harmonised) +- Ferocious gloves (Hydra leather) +- Tzhaar-ket-om (t) + +When reverting a castle wars item back into tickets, you will get full return of all tickets that were used. For more information on Castle Wars, how to get started, and the cost of all those items, make sure you make a trip to [Castle Wars](../minigames/castle-wars.md). + +The only instance of reverting an item and not getting a component or an item return back is when doing `/create`` `**`item:`**` ``revert Dragon Pickaxe (upgraded)`, this will only return you the Dragon Pickaxe. diff --git a/docs/src/content/docs/osb/Miscelleanous/tears-of-guthix.md b/docs/src/content/docs/osb/Miscelleanous/tears-of-guthix.md new file mode 100644 index 00000000000..056aadbf877 --- /dev/null +++ b/docs/src/content/docs/osb/Miscelleanous/tears-of-guthix.md @@ -0,0 +1,34 @@ +--- +title: "Tears of Guthix" +--- + +# Tears of Guthix + +You can gain a small amount of xp through the Tears of Guthix minigame. Like the real game, you can only use this command once per week and all xp will go to your lowest skill. It can be helpful to set a reminder using `.rmm 7d tog` (_requires Skyra bot in your server_) to maximise ToG usage. + +To start a round of Tears of Guthix, type `/minigames tears_of_guthix start` + +## Requirements + +- 43 Quest points +- 49 Firemaking +- 20 Crafting +- 20 Mining + +**Ironmen also require ONE of the following:** + +- 49 Smithing (Ironman only) +- 36 Thieving (Ironman only) +- 35 Slayer (Ironman only) + +--- + +## Boosts + +- 10% extra XP for completion of Lumbridge & Draynor Hard diary + +--- + +## Rewards + +You will gain roughly the same amount of xp as you would in-game, which is heavily dependent on the amount of quest points you have. For reference, if your lowest skill is over 30, you will gain 60xp per tear collected. diff --git a/docs/src/content/docs/osb/Raids/Chambers of Xeric/README.md b/docs/src/content/docs/osb/Raids/Chambers of Xeric/README.md new file mode 100644 index 00000000000..d002877382f --- /dev/null +++ b/docs/src/content/docs/osb/Raids/Chambers of Xeric/README.md @@ -0,0 +1,107 @@ +--- +title: "Chambers of Xeric (CoX)" +--- + +## Getting Started + +There are a few things that need to be prefaced before you get started. + +To view your current stats and raiding abilities (gear score and death chance), use: + +- `/raid cox stats` + +To start a Chambers of Xeric raid, use either: + +- `/raid cox start`` `**`type:`**` ``solo` + - Solo CoX can be completed at 0kc, however, you are heavily penalised until 50kc. After 50kc, your solo'ing ability will be increased. +- `/raid cox start`` `**`type:`**` ``mass` + - Mass Cox requires a minimum of 2 users and has a maximum capacity of 15. Remember that one user will need 55 Farming and 78 Herblore for the mass! + +--- + +## Requirements + +- 80+ Attack/Strength/Defence/Ranged/Magic +- 70+ Prayer +- Saradomin brew(4), Super restore(4), Stamina potion(4) +- In a mass, at least one user needs 55 Farming and 78 Herblore (if solo, you need both). + +It is highly recommended that you have the best possible Melee, Range and Mage gear and equip them in their respective setups. You can still participate with less than the 'best-in-slot' gear, but you will receive less points, increased raid time and increased death chance. + +View the best in slot and alternate gear setups for CoX [here](cox-gear-setups.md). + +## Potion Usage + +When you are first starting out, you will be using 10x Saradomin brew(4), 5x Super restore(4) and 3x Stamina potion(4) per mass. They must be 4-dose potions. + +- `/activities decant`` `**`potion_name:`** **`dose:`**`4` + +These quantities scale based off KC, Challenge Mode and Mass/Solo. In solos, you will use one extra Stamina potion(4). + +--- + +## Finding a Raid Team + +In the [support discord server](http://invite.oldschool.gg/) you will find dedicated channels for Chambers of Xeric. + +For chatting, asking for help with your gear score you can talk in [`#raids-general`](https://discord.com/channels/342983479501389826/835879359805653002). + +For Challenge Mode chambers, solo or mass, it's recommended that you use [`#raids-mass-cm`](https://discord.com/channels/342983479501389826/835879528513142794). + +For regular chambers it's recommended that you use [`#raids-mass-regular`.](https://discord.com/channels/342983479501389826/835879317418278963) + +Please keep in mind that these are just recommendations, you are not restricted to these channels in order to participate in raiding, it is only recommended as finding a group would be much easier. You can raid in your own discord servers if you would like to. + +--- + +## Boosts + +Higher Kc makes raids faster. Here is the maximum kc that will give a boost: + +| Difficulty | Solo Kc | Mass Kc | +| ---------- | ------- | ------- | +| Normal | 250 | 400 | +| Challenge | 75 | 100 | + +Specific items will give a hidden speed boost to your raids, they **DO NOT** need to be equipped and the affect will apply from your bank. + +The item with the highest boost that you currently own from each line will be applied. + +- Twisted bow (8%) **OR** Bow of faerdhinen (6%) **OR** Dragon hunter crossbow (5%) +- Dragon hunter lance (3%) **OR** Abyssal tentacle (2%) +- Tumeken's shadow (9%)**\*\*\*\*** OR** Sanguinesti staff (6%)**\*\*\*\*\* +- Dragon warhammer (3%) **OR** Bandos godsword (2.5%) +- Zaryte vambraces (4%) **(must be equipped in range setup for boost)** + +- Requires at least 200 charges for boost to apply. + +\*\* - Requires at least 130 charges for boost to apply. + +**\*\*\*** - Requires at least 150 charges for boost to apply. + +--- + +## Challenge Mode + +CM raids function much the same as regulars, however, they take substantially longer. Your raids will start out at around 2 hours in length, but drastically decrease as your KC gets higher. After around 75 CMs, you will have the maximum speed boost which (along with a high gear score), should make your CMs around 40-45 minutes in length. + +### Requirements + +- 200 regular Chambers of Xeric kill count +- Twisted bow **OR** Dragon hunter crossbow **OR** Bow of faerdhinen + full Crystal armour **(masses)** +- Twisted bow **(solos)** + +### Loot + +All the same loot from Old School RuneScape is available on Old School Bot. + +Unique Chambers of Xeric (regular) loot can be viewed [here](https://oldschool.runescape.wiki/w/Chambers_of_Xeric#Unique_drop_table) + +See below for unique Chambers of Xeric (Challenge Mode) loot. + +- Metamorphic dust - 1/400 +- Twisted ancestral colour kit - 1/75 + +**Note:** You can receive the Challenge Mode 'Dusted' metamorphic pets too, you just need 1x Metamorphic dust in your collection log and then they are dropped at a 1/50 rate from challenge mode Chambers of Xeric raids. (You **DO NOT** need an Olmlet!) + +If you or another user of your raid gets a unique, you will see a purple square next to the spoiler and the loot (excluding prayer scrolls) is recorded in the [#notifications](https://discord.com/channels/342983479501389826/469523207691436042) channel in the [discord support server](http://invite.oldschool.gg/). diff --git a/docs/src/content/docs/osb/Raids/Chambers of Xeric/cox-gear-setups.md b/docs/src/content/docs/osb/Raids/Chambers of Xeric/cox-gear-setups.md new file mode 100644 index 00000000000..6c990eb425c --- /dev/null +++ b/docs/src/content/docs/osb/Raids/Chambers of Xeric/cox-gear-setups.md @@ -0,0 +1,95 @@ +--- +title: "CoX Gear Setups" +--- + +# CoX Gear Setups + +## Overview + +Your gear score (shown by doing `/raid cox stats`) is calculated by comparing your current gear's stats to a reference setup. Therefore, in order to reach a 100% gear score, you must have all of the relevant stats equal or exceed the stats of these reference setups. Depending on the setup, certain stats are ignored. (e.g range attack in your melee setup)\ +\ +Currently, each setup looks at **all** of your strength bonuses (melee, mage dmg, & range), however these stats are completely ignored if they are less than or equal to 0, meaning that this only really applies to the ranged setup.\ +\ +This list shows the reference setups, as well as some alternative setups that can be used instead. + +## Melee + +Your melee gear score is based on your highest melee attack bonus, (slash attack, crush attack, stab attack) your melee strength, your defensive stats, and your prayer bonus. + +_If you are below 50% of the reference strength bonus, (78) your gear score is halved._ + +### Reference Setup + +
+ +
+ +
+ +### Alternative Setups + +
+ +
+ +
+ +An alternative way to get 100% with an Elder Maul although you still require either a Inquisitor's Hauberk or Plateskirt. + +
+ +
+ +This setup will give a gear score of 99.7%, as it has slightly less slash attack compared to the reference setup's crush attack. + +--- + +## Range + +Your range gear score is based on your range attack bonus, your defensive bonuses, your ranged and melee strength, and your prayer bonus. + +_If you are below 50% of the reference gear's range strength (45.5), your gear score is halved._ + +### Reference Setup + +
+ +
+ +
+ +### Alternative Setup + +
+ +
+ +Although the twisted bow is equipped in the reference setup, you are not actually required to equip it in order for it to apply a boost to your overall score. Due to this, and due to the twisted bow's mediocre offensive stats, it is trivial to create a setup that will give 100% gear score. This setup is effectively the bare minimum to reach 100%. + +--- + +## Mage + +Your mage gear score is based on your magic attack, your defensive bonuses, your magic dmg, and prayer bonus. + +_If you are below 50% of the reference gear's magic damage, (20%) your gear score is halved._ + +### Reference Setup + +
+ +
+ +
+ +Due to this setup having the maximum magic damage, as well as close to the maximum magic attack, it is difficult to find alternative setups that would still give 100% gear score, and impossible to obtain 100% gear score without ancestral robes.\ +\ +The harmonised nightmare staff can be replaced with a kodai wand, a staff of the dead, or any other nightmare staff. (kodai > SOTD > NM staves) While these replacements make no difference if you are in max gear, they can increase your score if you lack some of the other items, like ancestral. + +### Alternative Setup + +
+ +
+ +This setup requires no rewards from the Chambers of Xeric, and provides a gear score of 97.3% diff --git a/docs/src/content/docs/osb/Raids/theatre-of-blood/README.md b/docs/src/content/docs/osb/Raids/theatre-of-blood/README.md new file mode 100644 index 00000000000..7eee5fe7a72 --- /dev/null +++ b/docs/src/content/docs/osb/Raids/theatre-of-blood/README.md @@ -0,0 +1,96 @@ +--- +title: "Theatre of Blood (ToB)" +--- + +## Getting Started + +The Theatre of Blood is a high-level raid you can do for some top-tier weapons and armour. You get faster, and better, at ToB after more attempts and KC. + +You can do the Theatre of Blood using `/raid tob start` + +You can specify a maximum number of people to join the raid using `/raid tob start`` `**`max_team_size:`** + +To start a hard mode tob raid, use `/raid tob start`` `**`hard_mode:`**` ``true` + +You can see your KC, attempts and death chances using `/raid tob stats` + +You can find a team to do ToB in the official server at discord.gg/ob + +--- + +## Requirements + +- 90 Attack/Strength/Defence/Range, 94 Magic, 77 Prayer +- High level equipment equipped in Melee/Mage/Range (see [ToB Gear Setups](tob-hard-mode.md)) +- At least 100k gp for potential deaths +- Rune pouch **OR** Divine rune pouch +- An Abyssal tentacle, Blade of saeldor(c) or Scythe of vitur, and Fire or Infernal cape, in melee gear. +- A charged/loaded Toxic blowpipe in your bank, with good darts +- A magic shortbow or twisted bow in your range gear, with amethyst/rune/dragon arrows. +- At least 250 KC and an Infernal cape for Hard mode +- At least 150 KC before doing duos +- Super combat potions, ranging potions, brews, restores, blood runes, death runes, water rune +- 3 Karambwans per kc, if you're less than 20kc +- 20+ HP healing food (e.g. sharks) (more if less than 20 kc) + +_- These items need to be charged. An uncharged scythe will still suffice, however, will only provide a 6% boost compared to the 15% the charged version gives. View_ [_charging items here._](../../miscellaneous/charging-items.md) + +--- + +## Boosts + +### Speed Boosts + +There are no direct speed boosts, these items affect your boost score (see [theory section](tob-theory.md)). + +- Better darts directly affect your boost score rather than your gear score. +- Having more attempts/KC +- Scythe > Blade > Tentacle (in melee outfit) +- Twisted bow (in range outfit) +- Dragon warhammer > Bandos godsword (in bank) +- Penalty for not having elite void, bigger penalty for not having normal void either. +- Dragon claws > Crystal halberd (in bank) + +### Death Reduction + +- Having more attempts/KC +- Having better gear + +--- + +## Hard Mode + +Before you can start hard mode, you will need to complete at least 250 regular mode. Hard mode is much the same as normal mode. Previously, the boost max score was above 100% but is now capped at 100% in line with normal mode. + +For Hard mode, the entire team must have 100% boost score to achieve the fastest times. You can use rune arrows whilst maintaining 100% boost score (99.5% gear score), however, dragon darts must be used for 100% boost regardless of arrows. + +## Uniques + +ToB hard mode offers a few extra uniques on top of the regular weapons and armour, these being ornament kits for the Scythe and Sang staff, and the Sanguine dust for pet transmogs ([see below](./#pet-transmogs)). + +There are no requirements to roll on the kit/dust table, however, they are all on the same table, so you can only receive one of the three items at a time. Their drop rates are: + +- **Holy ornament kit** - 1/100 +- **Sanguine ornament kit** - 1/150 +- **Sanguine dust** - 1/275 + +Additionally, the chance at rolling a purple is also slightly increased in hard mode. For a deathless raid, your team will have a 13% (1/7.7) chance at rolling a purple, compared to a normal mode at 11% (1/9.1) chance. + +## Pet Transmogs + +There are 5 ToB pet transmogs you can collect, however, they are not listed in any official collection log. They are called: + +- Lil' maiden +- Lil' bloat +- Lil' nylo +- Lil' sot +- Lil' xarp + +There are currently 2 ways to obtain the ToB pet transmogs. They are: + +- 1/30 chance from hard mode, when you already have Lil' zik and the Sanguine dust in your CL +- Using a Sanguine dust to manually change your Lil' zik + +The base chance at rolling Lil' zik is 1/650 from regular ToB and 1/500 from hard mode. The base chance at rolling Sanguine dust is 1/275 from hard mode only. However, you do not need to hit the 1/500, nor the 1/275 again for a pet transmog. You only need to hit the 1/30 chance after already receiving both Lil' zik and the Sanguine dust. If you do hit the 1/30 after meeting these conditions, you will receive a random Lil' zik transmog that you don't already own. + +Additionally, if you manage to obtain an extra Sanguine dust before rolling a pet transmog, you can simply use `/create item:` to manually create any of the 5 transmogs. This will consume 1 Sanguine dust and cannot be reverted. diff --git a/docs/src/content/docs/osb/Raids/theatre-of-blood/tob-hard-mode.md b/docs/src/content/docs/osb/Raids/theatre-of-blood/tob-hard-mode.md new file mode 100644 index 00000000000..8ed8daf2765 --- /dev/null +++ b/docs/src/content/docs/osb/Raids/theatre-of-blood/tob-hard-mode.md @@ -0,0 +1,37 @@ +--- +title: "ToB Gear Setups" +--- + +# ToB Gear Setups + +## Overview + +The BiS gear for each combat style are listed here. There are some gear changes that can be made in order to still achieve the highest speed boost for your ToB team. You can read more about how gear affects speed boosts in the [ToB Theory page](tob-theory.md). + +## Melee + +
+ +
+ +
+ +--- + +## Range + +
+ +
+ +
+ +--- + +## Mage + +
+ +
+ +
diff --git a/docs/src/content/docs/osb/Raids/theatre-of-blood/tob-theory.md b/docs/src/content/docs/osb/Raids/theatre-of-blood/tob-theory.md new file mode 100644 index 00000000000..29ab4a2af93 --- /dev/null +++ b/docs/src/content/docs/osb/Raids/theatre-of-blood/tob-theory.md @@ -0,0 +1,23 @@ +--- +title: "ToB - Theory" +description: In-depth info and strategy. +--- + +# ToB - Theory + +## Theory + +This only applies to normal TOB. See [tob-hard-mode.md](tob-hard-mode.md "mention") for hard mode. + +There are two scores that are important. You gear score and your boost score . Your boost score increases with your gear score, KC and any item boosts from the bank. Your gear score serves only to raise your boost score. + +The exception to this is that you cannot go below 80% total gear score or 75% in a specific setup otherwise you will face huge penalties. + +To achieve the fastest raid times everyone in your team must have an average boost score of at least 95.3%. For example in a trio, the total boost score for the maximum time reduction would be 285.9 (95.3 \* 3). This means that two people with 100% boost score and one with 85.9% would average out to 95.3, providing the maximum time reduction. + +As you get higher KC this means that you can start to downgrade gear without any penalties. For example you can downgrade to adamant darts and rune arrows with no penalty, providing your team stays over the 95.3% average. + +If you plan to raid for a long period of time and your team averages over 95.3%, it is highly recommended that you start to downgrade your gear. Downgrade Scythe of Vitur to Blade of saeldor(c) or a tentacle whip (bear in mind this uses charges), arrows to rune and darts to adamant. If you have max gear in everything else this should give you a gear score of 99.5%. + +Gear scores are always rounded up to the nearest whole number, i.e. 99.1% would be rounded to 100%. This means that the previously mentioned gear score of 99.5% provides no loss of boost score. Darts affect the boost score directly, but arrows only affect the gear score, this means if you have a gear score of 99.6% or higher you can safely downgrade dragon arrows to rune arrows.\ +As mentioned previously, you can go below 99.1% gear score providing your teams average boost score stays above 95.3%. diff --git a/docs/src/content/docs/osb/Raids/tombs-of-amascut-toa/README.md b/docs/src/content/docs/osb/Raids/tombs-of-amascut-toa/README.md new file mode 100644 index 00000000000..c73dfa13cdb --- /dev/null +++ b/docs/src/content/docs/osb/Raids/tombs-of-amascut-toa/README.md @@ -0,0 +1,109 @@ +--- +title: "Tombs of Amascut (ToA)" +--- + +## Getting Started + +There are a few things that need to be prefaced before you get started. + +To view your current stats and raiding abilities use: + +- `/raid toa help` + +To start a Tombs of Amascut raid, use: + +- `/raid toa start raid_level:` + +Solo Tombs of Amascut requires 1 KC for every 10 levels of invocation. E.g. a 500 solo needs 50 kc + +## Requirements + +- 90+ Attack/Strength/Defence/Ranged/Magic/Prayer +- 10 Saradomin Brew(4), 5 Super Restore (4), 1 Ranging Potion(4), 1 Super Combat Potion(4), 1 Sanfew Serum(4). Sanfew Serum can be ignored by equipping a charged Serpentine helm +- Zamorakian Hasta, Ghrazi Rapier, **OR** Osmumten's Fang in melee +- Fire cape **OR** Infernal cape in melee +- Twisted Bow **OR** Bow of Faedhinen (c) in range + - Minimum of 150 arrows equipped if using Twisted bow. +- Charged Blowpipe in bank + - Minimum of 150 darts and 1,000 scales within Blowpipe. + +## Boosts + +At 250 kc you will have the minimum death chance possible. At 350 kc you will have the maximum speed boost possible. + +Specific items will give a hidden speed boost to your raids, these are: + +- Twisted bow (4%) **(Equipped in range)** +- Tumeken's shadow (25%) **(Equipped in mage)** +- Bandos godsword (2%) **(works from bank)** +- Lightbearer (5%) **(works from bank)** +- Zaryte crossbow (9%) **OR** Dragon claws (6%) **(works from bank)** + +View the best in slot and alternate gear setups for ToA [here](toa-gear-setups.md). + +## Choosing an Invocation level + +#### There are 3 tiers of invocation levels. Entry, Normal, and Expert. + +- Entry: 1, 100 +- Normal: 150, 200 +- Expert: 300, 350, 400, 450, 500, 600 + +Higher levels will take longer but offer better chances at uniques. + +## Rewards + +### Osmumten's Fang + +- When equipped in melee setup, provides the best melee boost to **Expert** ToA runs. + +### Lightbearer + +- Provides an invisible 5% speed boost to your ToA trips. Does not need to be equipped. + +### Tumeken's Shadow + +- Can be charged with chaos and soul runes. +- Provides a 25% speed boost to ToA when equipped in magic setup. +- Requires 85 magic to equip. +- `/minion charge`` `**`item:`**` ``Tumeken's shadow`` `**`amount:`**` ``100` + +### Masori Armour + +- Can be combined with Armadylean plates to create the fortified version. +- Requires 90 crafting to create and 80 range + 30 defence to equip. +- `/create`` `**`item:`**` ``Revert Armadyl [piece]`` `**`quantity:`**` ``1` +- `/create`` `**`item:`**` ``Masori [piece] (f)`` `**`quantity:`**` ``1` + +### Elidinis' Ward + +- Can be combined with the Arcane sigil to create the fortified version. +- Costs 10,000 soul runes to fortify and requires 90 prayer + 90 smithing. +- `/create`` `**`item:`**` ``Revert Arcane spirit shield`` `**`quantity:`**` ``1` +- `/create`` `**`item:`**` ``Elidinis' ward (f)`` `**`quantity:`**` ``1` + +### Partisan Gems + +- Acquired in any order and can have multiple of 1 gem before obtaining the others. +- Can be attached and detached from the regular Keris partisan. +- Does not provide any boosts anywhere within the bot at this time. +- `/create`` `**`item:`**` ``Keris partisan of [type]`` `**`quantity:`**` ``1` + +### Ornament Kits + +- These can be obtained by completing a level 350, 425, and 500 invocation raid with no deaths. +- They can be attached to their respective items to create (or) versions. +- The fang (or) **cannot**be reverted, the assembler and ward **can**be reverted + +### Pet Transmogs + +- These are given at a 1/3 chance when the raid invo is 450 or higher, and there are no deaths. +- You can use each remnant on Tumeken's guardian to transmog it. +- When changing/reverting the transmog, you will receive the remnant back. +- The names for each of the transmogs are: + - Elidinis' damaged guardian + - Tumeken's damaged guardian + - Akkhito + - Babi + - Kephriti + - Zebo diff --git a/docs/src/content/docs/osb/Raids/tombs-of-amascut-toa/toa-gear-setups.md b/docs/src/content/docs/osb/Raids/tombs-of-amascut-toa/toa-gear-setups.md new file mode 100644 index 00000000000..8ac80f1e9f5 --- /dev/null +++ b/docs/src/content/docs/osb/Raids/tombs-of-amascut-toa/toa-gear-setups.md @@ -0,0 +1,25 @@ +--- +title: "ToA Gear Setups" +--- + +# ToA Gear Setups + +## Preface Notes + +- Equipping the Serpentine helm in your melee setup removes the need for sanfews. It only sacrifices 0.4% of your gear score. It uses 600 charges/hour, which is significantly less compared to the cost of sanfews. +- The type of arrows you use will have a minor effect on your gear score. You must use at least adamant arrows. It may be worth using rune arrows if you find yourself in short supply of dragon arrows. +- The type of darts in your blowpipe do not effect your gear score. You must use at least adamant darts. It is not recommended to use dragon darts, purely from a cost point of view. +- The Osmumten's fang is only BiS when doing Expert mode raids (300 or higher). If you are doing Entry or Normal modes, the Ghrazi rapier is BiS. + +## BiS Before ToA Upgrades: + +- The Sanguinesti staff can be used instead of the Kodai wand (same gear score). + +
+ +## BiS After ToA Upgrades + +- The following image is for Expert mode raids (300+). +- For BiS in Entry mode (0-149) or Normal mode (150-299), equip a Ghrazi rapier in melee. + +
diff --git a/docs/src/content/docs/osb/Skills/agility.md b/docs/src/content/docs/osb/Skills/agility.md new file mode 100644 index 00000000000..f498649a0df --- /dev/null +++ b/docs/src/content/docs/osb/Skills/agility.md @@ -0,0 +1,89 @@ +--- +title: "Agility" +--- + +# Agility + +You can train Agility using `+laps [quantity] `, for example `+laps 10 canifis`. + +Agility rewards you with marks of grace which you can use to buy Graceful equipment, using the command `+create graceful` or `+create graceful (piece)`.[ +](https://www.oldschool.gg/oldschoolbot/minions?Courses) + +## Courses + +| Course | Required Level | +| :--------------- | :------------- | +| Gnome Stronghold | 1 | +| Draynor Village | 10 | +| Al Kharid | 20 | +| Varrock | 30 | +| Canifis | 40 | +| Ape Atoll | 48 | +| Falador | 50 | +| Seers Village | 60 | +| Pollnivneach | 70 | +| Rellekka | 80 | +| Ardougne | 90 | + +## Hallowed Sepulchre + +You can now challenge the Hallowed Sepulchre and unlock the Dark Graceful outfit, the Dark Squirrel recolor, and the Ring of Endurance, as well as the other [unqiue and useful items](https://oldschool.runescape.wiki/w/Hallowed_Sepulchre) provided by this minigame! You can get started by using the `+sepulchre` command, with a base agility level of 52 being required. The rewards increase the higher level floor you can reach, as will the number of hallowed marks you will obtain. + +Items from the sepulchre shop can speed up your performance, as well as the Strange Old Lockpick and the Ring of Endurance, both of which are obtainable from the sepulchre itself and provide respective boosts of 1% and 4%. + +| Floor | Level Required | +| :---- | :------------- | +| 1 | 52 | +| 2 | 62 | +| 3 | 72 | +| 4 | 82 | +| 5 | 92 | + +## Hallowed Sepulchre Shop + +The following items can be purchased using the `+buy` command using hallowed marks. Many of these items provide a boost to your performance in the sepulchre. + +| Item | Hallowed Marks Required | Boost Provided | +| :--------------------- | :---------------------- | :------------- | +| Hallowed Crystal Shard | 1 | N/A | +| Hallowed Token | 10 | N/A | +| Hallowed Ring | 250 | N/A | +| Hallowed Grapple | 100 | 3% | +| Hallowed Focus | 100 | 3% | +| Hallowed Symbol | 100 | 3% | +| Hallowed Hammer | 100 | 3% | +| Dark Dye | 300 | N/A | +| Dark Acorn | 3000 | N/A | + +The dark graceful set can be made using the `+buy dark graceful` piece command with the base graceful item and a dark dye in your bank. If you have obtained a Giant Squirrel agility pet, you can `+buy dark squirrel` if you have the pet and the dark acorn in your bank to transmogrify the pet. + +## Ape Atoll/Monkey Backpacks + +When completing laps of the Ape Atoll agility course you can earn a [monkey backpack](https://oldschool.runescape.wiki/w/Ape_Atoll_Agility_Course)! These are obtained automatically whenever you reach the lap count required for each backpack. + +| Monkey Backpack | Required Lap Count | +| :-------------- | :----------------- | +| Karamjan | 100 | +| Zombie | 250 | +| Maniacal | 500 | +| Skeleton | 1,000 | +| Kruk Jr. | 1,500 | +| Princely | 2,000 | + +To view your total lap counts on all agility courses, you can use the `+lapcount` command \(note: only displays laps completed since August 3rd, 2020\). + +## Brimhaven + +An alternative form of agility training is to use the `+agilityarena`. While your minion will take some time to learn the ins and outs of the agility arena, this minigame can be quite rewarding, providing agility arena tickets which can be turned in for additional agility xp, a graceful recolour, herbs, and even a Pirate's hook! If you have the stats for the Karamja Medium diary, your xp from obstacles and from turning in tickets will be increased by 10%. If you have the stats for the Karamja Elite diary, you will get 10% more tickets from the minigame. + +You can spend your tickets on the items below using the `+aa buy` item command. + +| Reward | Arena Ticket Cost | XP Per Ticket | +| :----------------------------- | :---------------- | :------------ | +| Agility XP | 1 | 240 | +| Agility XP | 25 | 260 | +| Agility XP | 1,000 | 320 | +| Toadflax | 3 | N/A | +| Snapdragon | 10 | N/A | +| Pirate's Hook | 800 | N/A | +| Recolor \(Brimhaven Graceful\) | 250 | N/A | diff --git a/docs/src/content/docs/osb/Skills/agility/README.md b/docs/src/content/docs/osb/Skills/agility/README.md new file mode 100644 index 00000000000..f6314d650fa --- /dev/null +++ b/docs/src/content/docs/osb/Skills/agility/README.md @@ -0,0 +1,48 @@ +--- +title: "Agility" +--- + +## Training Methods + +Agility can be trained by using the command `/laps`` `**`name:`**`[course]`` `**`quantity:`**`[quantity]`` `**`alch:`**`[True/False]` + +Total lap counts can be checked with `/data`` `**`name:`**` ``Personal Agility Stats` + +### Rooftop Agility + +Rooftop agility courses reward the player with marks of grace which can be used to buy pieces of the Graceful outfit (260 marks for full outfit). You can also purchase Amylase packs which will give you 100 amylase crystals per amylase pack, costing 10 marks of grace each. + +To create full graceful in 1 command or buy pieces individually: + +- `/create`` `**`item:`**` ``Graceful` +- `/create`` `**`item:`**` ``Graceful (piece)` + +To buy Amylase crystals (1 quantity = 100 crystals) + +- `/buy`` `**`name:`**` ``Amylase pack` + +### [Hallowed Sepulchre](hallowed-sepulchre.md) + +From level 52 agility, the player may train agility using the command `/minigames sepulchre start`, which also requires full Graceful equipped in your skilling setup. You will progressively get better at plundering the sepulchre as your agility level increases, peaking at 92 agility. + +### [Brimhaven Agility Arena](brimhaven-agility-arena.md) + +The Brimhaven Agility Arena rewards the player with Agility tickets which can be used to purchase cosmetic rewards or agility XP, using the command `/minigames agility_arena start`. + +### [Agility Pyramid](agility-pyramid.md) + +Starting at 30 agility, you can train agility here while making some gp on the side. Each successful lap gives 10k gp, however, the fail rate is substantially higher below level 40 agility. + +### [Underwater Agility](../thieving/underwater-training.md) + +You can train your agility here starting at any level (will influence xp/hr though) and collect Mermaid tears to spend at the shop. Can be combined with thieving training for big xp/hr. + +## Courses + +
CourseRequired LevelXP Per LapLap TimeXp/HrMarks of Grace/Hr
CourseLevelXP Per LapLap TimeXp/HrMarks of Grace/Hr
Gnome Stronghold188349,3200
Draynor Village1012043.210,00012
Al Kharid2018064.810,0008
Varrock302386613,00012
Penguin Agility3054065.629,1600
Agility Pyramid*30Varies125.1Varies0
Canifis402407519,20019
Ape Atoll**485804546,4000
Falador5044058.227,20013
Seers Village6057044.446,20012
Pollnivneach7089061.252,3009
Prifddinas***7513407465,1800
Rellekka807805155,00014
Ardougne9079345.662,60024
+ +- You will receive 10,000gp for each completed lap of the Agility Pyramid. + +**\*\*** - You cannot perform alchs while running the Ape Atoll agility course. You also need 82 quest points to run this course. + +**\*\*\*** - You will receive 15 crystal shards per hour from the Prifddinas agility course. You also need 205 quest points to run this course. diff --git a/docs/src/content/docs/osb/Skills/agility/agility-alching.md b/docs/src/content/docs/osb/Skills/agility/agility-alching.md new file mode 100644 index 00000000000..7945206e39d --- /dev/null +++ b/docs/src/content/docs/osb/Skills/agility/agility-alching.md @@ -0,0 +1,14 @@ +--- +title: "Agility Alching" +--- + +# Agility Alching + +You can alch items while training Agility. You select items to be alched, and then set the **`alch:`** option to `True` in the `/laps` command. + +1. Select all the items you want to be alched while training: + - `/config user favorite_alchs`` `**`add:`**` ``Rune platebody` +2. After selecting one, or lots, of "Favorite alchable items" (favalchs), simply start a laps trip with **`alch:`**`True`, for example: + - `/laps`` `**`name:`**`Ardougne Rooftop Course`` `**`alch:`**`True` + +It will pick the highest alch-value item from your list of favorites to alch. diff --git a/docs/src/content/docs/osb/Skills/agility/agility-pyramid.md b/docs/src/content/docs/osb/Skills/agility/agility-pyramid.md new file mode 100644 index 00000000000..9c093b92ecf --- /dev/null +++ b/docs/src/content/docs/osb/Skills/agility/agility-pyramid.md @@ -0,0 +1,36 @@ +--- +title: "Agility Pyramid" +--- + +# Agility Pyramid + +If you're wanting to make some gp while running agility, this is your place. Each successfully completed lap gives 10k gp, while also allowing you to alch during your trip. + +## Requirements + +- 30 Agility (40+ recommended) + +## Fail Rates + +Even though you can start at level 30, it is recommended to wait until at least 40 agility to start training here. Here are the fail rates: + +- Below level 40 - 95% fail chance +- Below level 50 - 30% fail chance +- Below level 60 - 20% fail chance +- Below level 75 - 5% fail chance +- Above level 75 - 0% fail chance + +## Xp/Hour + +The base xp for completing one lap is 722xp. However, depending on your agility level, and the amount of failures you endure throughout your trip, the xp can slightly vary. + +The formula for a perfect lap at the agility pyramid is `722 + (300 + (AgilLvl * 8))` + +- Level 30 - 19k +- Level 40 - 31k +- Level 50 - 37k +- Level 60 - 43k +- Level 70 - 45k +- Level 80 - 47k +- Level 90 - 50k +- Level 99 - 52k diff --git a/docs/src/content/docs/osb/Skills/agility/agility-training.md b/docs/src/content/docs/osb/Skills/agility/agility-training.md new file mode 100644 index 00000000000..bca4ba2cc9e --- /dev/null +++ b/docs/src/content/docs/osb/Skills/agility/agility-training.md @@ -0,0 +1,22 @@ +--- +title: "Agility Training" +--- + +# Agility Training + +### Fastest route to 99: + +`/laps`` `**`name:`**`Gnome Stronghold Agility Course`` `**`quantity:`**`42` until 14\ +`/laps`` `**`name:`**`Draynor Village Rooftop Course` until 25\ +`/laps`` `**`name:`**`Al Kharid Rooftop Course` until 30\ +`/laps`` `**`name:`**`Penguin Agility Course` until 48\ +`/laps`` `**`name:`**`Ape Atoll Agility Course` until 70\ +`/laps`` `**`name:`**`Pollnivneach Rooftop Course` until 72\ +`/minigames sepulchre start` until 99\ +\ +**Alternative routes:**\ +`/minigames agility_arena start` (for diary)\ +`/minigames rogues_den start` (gear for thieving)\ +\ +**Additional information:**\ +For max efficiency spam quantity 1 trips when close to leveling up. diff --git a/docs/src/content/docs/osb/Skills/agility/brimhaven-agility-arena.md b/docs/src/content/docs/osb/Skills/agility/brimhaven-agility-arena.md new file mode 100644 index 00000000000..821fac14df2 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/agility/brimhaven-agility-arena.md @@ -0,0 +1,46 @@ +--- +title: "Brimhaven Agility Arena" +--- + +# Brimhaven Agility Arena + +An alternative form of agility training is to use the agility arena. This minigame can be quite rewarding, providing agility arena tickets which can be turned in for additional agility xp, a graceful recolour, herbs, and even a Pirate's hook! + +To start brimhaven agility arena, simply type: + +- `/minigames agility_arena start` + +### Boosts + +While there are no boosts for speed or minion learning, the following do apply: + +- Completion of Karamja Medium diary + - Provides a 10% boost to xp when spending your tickets on xp +- Completion of Karamja Elite diary + - Provides a 10% increase to tickets received + +### Rewards + +You can spend your tickets on the items below using the following command: + +`/minigames agility_arena buy item: [itemName]` + +| **Reward** | **Arena ticket cost** | **XP per ticket** | +| ------------------- | :-------------------: | :---------------: | +| Agility XP | 1 | 240 | +| Agility XP | 10 | 248 | +| Agility XP | 25 | 260 | +| Agility XP | 100 | 280 | +| Agility XP | 1000 | 320 | +| Toadflax | 3 | N/A | +| Snapdragon | 10 | N/A | +| Pirate's hook | 800 | N/A | +| Recolor (see below) | 250 | N/A | + +### Brimhaven Graceful Set + +- To create a full set of Brimhaven graceful, use the following command: + - `/minigames agility_arena recolor` +- This requires 250 agility arena tickets and a full set of the original graceful. +- The set cannot be created piece by piece, rather it is created entirely in 1 command. +- It also cannot be reverted back to the original graceful so it is advised to keep this set for last if you are wanting to complete all graceful sets. diff --git a/docs/src/content/docs/osb/Skills/agility/hallowed-sepulchre.md b/docs/src/content/docs/osb/Skills/agility/hallowed-sepulchre.md new file mode 100644 index 00000000000..f11d38f00f5 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/agility/hallowed-sepulchre.md @@ -0,0 +1,100 @@ +--- +title: "Hallowed Sepulchre" +--- + +# Hallowed Sepulchre + +The Hallowed Sepulchre is an agility minigame where you can unlock the Dark Graceful outfit, the Dark Squirrel recolor, the Strange old lockpick, and the Ring of endurance. With all available boosts, it is possible to achieve upwards of 90K xp/hr while doing floor 5. + +To start the Sepulchre, use the command: + +- `/minigames sepulchre start` + +## Requirements + +- Any set of Graceful - **MUST BE EQUIPPED IN THE SKILLING SETUP** +- 66 Thieving +- 52 Agility - higher levels provide better rewards (including hallowed marks) + - Floor 1 - 52 Agility + - Floor 2 - 62 Agility + - Floor 3 - 72 Agility + - Floor 4 - 82 Agility + - Floor 5 - 92 Agility + +## Boosts + +Most of the boosts will come from items purchased from the shop. + +- 4% boost for Hallowed grapple +- 4% boost for Hallowed focus +- 4% boost for Hallowed symbol +- 4% boost for Hallowed hammer +- 1% boost for Strange old lockpick +- Up to 10% for minion learning (1 hour of minigame = 1%) + +**Note:**The Hallowed Ring from the shop does **not** provide a boost or benefit. + +## Hallowed Sepulchre Shop + +The following items can be purchased with hallowed marks by using the `/buy` command. + +| **Item** | **Hallowed marks required** | **Uses** | +| ---------------------- | :-------------------------: | ------------------------------------------- | +| Hallowed crystal shard | 1 | None | +| Hallowed token | 10 | None | +| Hallowed grapple | 100 | 4% boost | +| Hallowed focus | 100 | 4% boost | +| Hallowed symbol | 100 | 4% boost | +| Hallowed hammer | 100 | 4% boost | +| Hallowed sack | 100 | Can be opened | +| Hallowed ring | 250 | None | +| Dark dye | 300 | Used to dye graceful | +| Dark acorn | 3,000 | Used to transmogrify the Dark squirrel pet. | + +- If you have obtained a Giant Squirrel agility pet, you can `/buy`` `**`name:`**` ``Dark squirrel` after purchasing the dark acorn from the shop to transmogrify the pet. Be advised that you **CANNOT**revert the dark squirrel. + +## Mysterious Pages + +There are 5 pages in total, one for each floor. These pages are given at a 1/10 chance when completing a floor. You cannot get duplicates (unless you obtained more than 1 in the same trip you first obtained the page). + +## Dark Graceful Set + +You **cannot** revert Dark graceful! If you are trying to obtain all graceful sets, it is advised to leave this set until last! + +- The dark graceful set can be acquired through purchasing the dark dye from the shop. It requires a full set of the base graceful and 1 dark dye per piece. +- To create the set, simply type: + - `/create`` `**`item:`**`Dark graceful [piece]` - piece by piece + - `/create`` `**`item:`**`Dark graceful` - whole set in one command +- You need 6 dark dyes to create the full set, totaling 1800 hallowed marks. + +## **Strange Old Lockpick** + +The strange old lockpick provides boosts to several places in the bot; namely Barrows and Hallowed Sepulchre, as it has a purpose in those locations in game. However, unlike its in-game counterpart, the strange old lockpick is **untradeable** in the bot, and has **infinite charges**. Because of this, its drop rate is significantly lower than in game, increasing its rarity. + +| **Floor** | **Drop Rate** | +| --------- | :-----------: | +| Floor 1 | 1/2,000 | +| Floor 2 | 1/1,500 | +| Floor 3 | 1/1,100 | +| Floor 4 | 1/800 | +| Floor 5 | 1/600 | + +- These rates are calculated **by chest**, not by floor. The number of chests on each floor can be found [here](), on the OSRS wiki. This means that while doing the Hallowed Sepulchre at 92+ agility, you will have an approximately 1/150 chance of receiving a strange old lockpick each lap. + +## Ring of Endurance + +The Ring of endurance also provides boosts to several activities within the bot. Some activities require a charged version, while others only require the uncharged version. + +**Once the ring is charged, it CANNOT be reverted or traded!** + +To create the charged Ring of endurance, use the following command: + +- `/create`` `**`item:`**`Ring of endurance` + - Requires 125 Stamina potion(4) + +The boosts apply to the following activities: + +- Runecrafting trips - 1% _(**must be charged**)_ **(works from bank)** +- Underwater agility - 6% _(uncharged or charged)_ **(works from bank)** +- Drift net fishing - 6% _(uncharged or charged)_ **(works from bank)** +- Farming trips - 10% _(**must be charged**)_ **(works from bank)** diff --git a/docs/src/content/docs/osb/Skills/agility/monkey-backpacks.md b/docs/src/content/docs/osb/Skills/agility/monkey-backpacks.md new file mode 100644 index 00000000000..2ec720cd248 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/agility/monkey-backpacks.md @@ -0,0 +1,20 @@ +--- +title: "Monkey Backpacks" +--- + +# Monkey Backpacks + +When completing laps of the Ape Atoll agility course you can earn a [monkey backpack](https://oldschool.runescape.wiki/w/Ape_Atoll_Agility_Course)! These are obtained automatically whenever you reach the lap count required for each backpack. + +**You cannot perform alchs while running the Ape Atoll course, due to your minion theoretically holding a greegree.** + +| **Monkey** | **Required laps** | **Cumulative XP Gained** | +| ---------- | :---------------: | :----------------------: | +| Karamjan | 100 | 58,000xp | +| Zombie | 250 | 145,000xp | +| Maniacal | 500 | 290,000xp | +| Skeleton | 1,000 | 580,000xp | +| Kruk jr. | 1,500 | 870,000xp | +| Princely | 2,000 | 1,160,000xp | + +- Please note that you will most likely gain slightly more xp due to failed laps. diff --git a/docs/src/content/docs/osb/Skills/combat-skills.md b/docs/src/content/docs/osb/Skills/combat-skills.md new file mode 100644 index 00000000000..9244a4f289c --- /dev/null +++ b/docs/src/content/docs/osb/Skills/combat-skills.md @@ -0,0 +1,12 @@ +--- +title: "Combat Skills" +description: >- + Overview of how to train Magic, Range, Attack, Strength, Defence, and + Hitpoints through PvM +--- + +# Combat Skills + +While strength can be leveled through barbarian fishing and magic has various non-combat applications, PvM can be a more efficient and profitable way to level up your combat stats. By using the `+m train` command, you can select which style of combat you would like to level. You can leave this in the default mode where your style will change depending on the mob you are attacking, or you can specify a specific combat skill to train in (eg. `+m train attack` to level attack or `+m train shared` to train defence, attack, and strength). The amount of xp you gain is based off of the hitpoints of the monster you're killing, and the hourly rate can vary from monster to monster. Fire giants offer the fastest combat experience in the game, but their lack of profitable drops can mean it may be preferable to train on other monsters. + +Hitpoints experience is gained alongside any combat and cannot be selected as a primary training focus. diff --git a/docs/src/content/docs/osb/Skills/construction/README.md b/docs/src/content/docs/osb/Skills/construction/README.md new file mode 100644 index 00000000000..c4462138369 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/construction/README.md @@ -0,0 +1,70 @@ +--- +title: "Construction" +--- + +# Construction + +Construction in the bot has three distinct parts:[ Training](./#training), [Mahogany Homes](mahogany-homes.md), and your [Player-owned House](mahogany-homes.md). Mahogany Homes requires planks and steel bars, and building things in your PoH requires planks as well as various mob drops or buyables. + +You can also `/offer`` `**`name:`**` ``curved bone` and `long bone` you get from PvM for construction xp after level 30 construction. Fighting the Wintertodt also provides a small amount of construction xp. + +## Making Planks + +There are 3 methods to plank making: The sawmill, using a Demon butler, or using magic. + +The cost of making planks via all 3 methods can be found here. + +| **Plank Type** | **Sawmill/Butler Cost** | **Plank-Make Spell Cost** | +| -------------- | ----------------------- | ------------------------- | +| Plank | 100 | 70 | +| Oak Plank | 250 | 175 | +| Teak Plank | 500 | 350 | +| Mahogany Plank | 1500 | 1050 | + +#### Sawmill + +- `/activities plank_make`` `**`action:`**`Sawmill`` `**`type:`**`[Plank type]` +- Wearing full Graceful gives a 10% boost to trip time. +- Unlocking the Woodcutting Guild gives a 10% boost to trip time. + - Requires 50QP and 60 Woodcutting. + +#### Butler + +- `/activities plank_make`` `**`action:`**`Demon Butler`` `**`type:`**`[Plank type]` +- Approximately 2x faster than the sawmill but also more expensive and requires teleport runes. +- Equipping a Crafting or Construction cape will lower the cost of runes. + +#### Plank-make Spell + +- `/activities cast`` `**`spell:`**` ``Plank Make [log type]` +- The slowest method but 30% cheaper for the plank cost. +- Provides around 158k magic xp per hour. + +## Training + +Standard training offers the fastest methods for training construction in the bot, and also uses the most planks. When building these items, they do not appear in your PoH, and currently have no functionality outside of being the best xp per hour. You can do normal construction training using the `/build [item]` command. + +**Standard Construction Training Table** + +| **Item** | **Required level** | **Planks needed** | +| ------------------ | :----------------: | :---------------: | +| Crude wooden chair | 1 | 2 Planks | +| Wooden bookcase | 4 | 4 Planks | +| Wooden chair | 8 | 3 Planks | +| Wooden larder | 9 | 8 Planks | +| Wood dining table | 10 | 4 Planks | +| Rocking chair | 14 | 3 Planks | +| Repair bench | 15 | 2 Oak planks | +| Crafting table 1 | 16 | 4 Oak planks | +| Oak chair | 19 | 2 Oak planks | +| Oak dining table | 22 | 4 Oak planks | +| Oak armchair | 26 | 3 Oak planks | +| Carved oak table | 31 | 6 Oak planks | +| Oak larder | 33 | 8 Oak planks | +| Teak armchair | 35 | 2 Teak planks | +| Teak table | 38 | 4 Teak planks | +| Mahogany armchair | 50 | 2 Mahogany planks | +| Mahogany table | 52 | 6 Mahogany planks | +| Teak garden bench | 66 | 6 Teak planks | +| Oak door | 74 | 10 Oak planks | +| Gnome bench | 77 | 6 Mahogany planks | diff --git a/docs/src/content/docs/osb/Skills/construction/construction-training.md b/docs/src/content/docs/osb/Skills/construction/construction-training.md new file mode 100644 index 00000000000..2bd4caa5b3e --- /dev/null +++ b/docs/src/content/docs/osb/Skills/construction/construction-training.md @@ -0,0 +1,34 @@ +--- +title: "Construction Training" +--- + +# Construction Training + +## Fastest Route to 99: + +`/build`` `**`name:`**`Crude wooden chair`` `**`quantity:`**`5`\ +`/build`` `**`name:`**`Wooden bookcase`` `**`quantity:`**`7`\ +`/build`` `**`name:`**`Wooden larder`` `**`quantity:`**`7`\ +`/build`` `**`name:`**`Repair bench`` `**`quantity:`**`3`\ +`/build`` `**`name:`**`Crafting table 1`` `**`quantity:`**`12`\ +`/build`` `**`name:`**`Oak dining table`` `**`quantity:`**`39`\ +`/build`` `**`name:`**`Carved oak table`` `**`quantity:`**`10`\ +`/build`` `**`name:`**`Oak larder`` `**`quantity:`**`220`\ +`/build`` `**`name:`**`Mahogany table` + +**Materials Needed:** \ +94 Plank\ +2030 Oak plank\ +92,220 Mahogany plank + +### Mahogany Homes + +A much cheaper alternative, especially for ironmen, is Mahogany Homes. This will automatically choose the highest tier contract you have the level for, and gives much more xp per plank, at the cost of lower xp/hr. Doing expert contracts (70+ Construction) provides roughly 180k xp/hr and gives approximately 390 xp per Mahogany plank used, which means 99 Con would take about 30-35k planks instead of 92k.\ +\ +There are two commands associated with Mahogany Homes: + +`/minigames mahogany_homes start` + +`/minigames mahogany_homes buy` + +See the Mahogany Homes [minigame page](https://wiki.oldschool.gg/skills/construction/mahogany-homes) for a full breakdown of the activity. diff --git a/docs/src/content/docs/osb/Skills/construction/mahogany-homes.md b/docs/src/content/docs/osb/Skills/construction/mahogany-homes.md new file mode 100644 index 00000000000..a0d0261716a --- /dev/null +++ b/docs/src/content/docs/osb/Skills/construction/mahogany-homes.md @@ -0,0 +1,46 @@ +--- +title: "Mahogany Homes" +--- + +# Mahogany Homes + +Mahogany Homes is the construction minigame and it provides more xp per plank as well as some rewards which will improve your construction experience. + +To start a contract, use the `/minigames mahogany_homes start` command. + +Your minion will automatically complete the highest level contract. + +All contracts use a random amount of steel bars and planks, scaled to the amount of contracts being completed in a trip. + +--- + +## Contract Types + +- **Beginner Contracts** + - Level 1-19 + - Requires normal planks + - 2 points awarded per contract +- **Novice Contracts** + - Level 20-49 + - Requires oak planks + - 3 points awarded per contract +- **Adept Contracts** + - Level 50-69 + - Requires teak planks + - 4 points awarded per contract +- **Expert Contracts** + - Level 70+ + - Requires mahogany planks + - 5 points awarded per contract + +--- + +## **Mahogany Homes Buyables** + +You can buy the following items with the `/minigames mahogany_homes buy` command. + +To view how many points you have, use `/minigames mahogany_homes points` + +- The full carpenter's outfit provides a 2.5% boost to construction XP + +
ItemPoint costUse
ItemPoint costUse
Builders supply crate25Provides construction materials when opened
Amy's saw500Cosmetic saw
Plank sack350Mahogany Homes xp boost
Hosidius blueprints2,000PoH recolour
Carpenter's helmet4000.4% construction xp boost
Carpenter's shirt8000.8% construction xp boost
Carpenter's trousers6000.6% construction xp boost
Carpenter's boots2000.2% construction xp boost
diff --git a/docs/src/content/docs/osb/Skills/construction/player-owned-houses.md b/docs/src/content/docs/osb/Skills/construction/player-owned-houses.md new file mode 100644 index 00000000000..6864f5766d9 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/construction/player-owned-houses.md @@ -0,0 +1,40 @@ +--- +title: "Player-owned Houses" +description: Hugely beneficial boosts! +--- + +# Player-owned Houses + +## Commands + +`/poh view` - Generate POH image\ +`/poh view build_mode:true` - Generates POH image in build mode\ +`/poh build name:[item]` - Builds a specific item\ +`/poh destroy name:[item]` - Destroys a specific item\ +`/poh mount_item name:[item]` - Mount an item if you've built the item mount\ +`/poh wallkit` - Allows you to switch between hosidius and normal wallkits if unlocked + +## Boosts + +**80 Con - Rejuvenation pool or higher:** + +- 50% boost to Corp +- 10% boost to Kalphite Queen +- 10% boost to Abyssal Sire +- 10% boost to Barrows + +**81 Con - Basic jewellery box or higher:** + +- Removes the need for Ring of dueling(8) when collecting items + +## General + +Building materials such as limestone bricks can be bought with the `/buy` command even if you are an ironman. + +When building your PoH, no construction xp is awarded, but your PoH can provide some great boosts as well as being able to use the image generated by the `/poh` command to flex on your friends. There are 13 different object spaces in your PoH, all of which have a bunch of different items you can build in them. Currently, the only item which provides a boost is the Rejuvenation pool which is built in the pool space, but other items will be made useful in the future. Not all items that have been coded are currently able to be built, but that will change as more updates are made to the bot. For a full list of items which can be build in each space, use the `/poh items` command. Your PoH is where your minion lives when not out working for you, so make sure to give it a good home! + +If you have 99 construction, you can `/poh build item mount` and then `/poh mountitem` any item you own in your PoH to display to the world. This item is refunded if you ever want to switch it out for something else, though the magic stones required to mount the item itself are not. + +If you have the Hosidius blueprints from the mahogany homes minigame, you can modify the wallkit for your house using the `/poh wallkit Hosidius` command. This will permanently unlock this wallkit for your PoH. Note that applying the Hosidius kit will consume your blueprint. + +More kits may be added in the future. diff --git a/docs/src/content/docs/osb/Skills/construction/stash-units.md b/docs/src/content/docs/osb/Skills/construction/stash-units.md new file mode 100644 index 00000000000..769f7909d20 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/construction/stash-units.md @@ -0,0 +1,122 @@ +--- +title: "Stash Units" +--- + +# Stash Units + +You can create clue stash units to store emote clue items in. At this stage, the stash units are not utilised for clues but there are plans for this in the near future. + +## Commands + +To **create** a stash space, use the following command: + +- `/tools stash_units build_all` + +To **fill and unfill** items from stash spaces, use the following commands: + +- `/tools stash_units fill_all` +- `/tools stash_units unfill`` `**`unit:`**` ``[unitName or ID#]` + +To **view** which stash units are filled or unfill, use the following commands: + +- `/tools stash_units view` - Gives an overview of all your built and filled units +- `/tools stash_units view`` `**`unit:`**` ``[unitName or ID#]` +- `/tools stash_units view`` `**`not_filled:`**` ``true/false` + +## Requirements & Materials + +**All stash units are built only using 10 bronze nails.** + +**You need 64 Planks, 44 Oak planks, 30 Teak planks, 76 Mahogany planks, 21 Gold leaves, and 1,070 Bronze nails to make all available stash units.** + +| | | | +| --------------------------- | :-------------------------: | -------------------------------- | +| **Stash Tier (# of Units)** | **Req. Construction Level** | **Materials Per Unit** | +| Beginner (3) | 12 | 2 Planks | +| Easy (29) | 27 | 2 Planks | +| Medium (22) | 42 | 2 Oak planks | +| Hard (15) | 55 | 2 Teak planks | +| Elite (17) | 77 | 2 Mahogany planks | +| Master (21) | 88 | 2 Mahogany planks
1 Gold leaf | + +## List of All Stash Units + +**Any item marked in**\*\* \***\*yellow\*\*** \*\*\*\*can be bought using\*\*`/buy` + +
+ +Buyables for STASH Units + +All of the following items need to bought in order to obtain them for stash units. + +- Red cape - 100k - `/buy`` `**`name:`**` ``Red cape` +- Black cape - 100k - `/buy`` `**`name:`**` ``Black cape` +- Desert shirt - 1m - `/buy`` `**`name:`**` ``Desert Outfit` +- Green boots - 100k - `/buy`` `**`name:`**` ``Green boots` +- Green hat - 100k - `/buy`` `**`name:`**` ``Green hat` +- Green robe top - 100k - `/buy`` `**`name:`**` ``Green robe top` +- Green robe bottoms - 100k - `/buy`` `**`name:`**` ``Green robe bottoms` +- Cream robe top - 100k - `/buy`` `**`name:`**` ``Cream robe top` +- Purple gloves - 100k - `/buy`` `**`name:`**` ``Purple gloves` +- Pink robe top - 100k - `/buy`` `**`name:`**` ``Pink robe top` +- Blue robe top - 100k - `/buy`` `**`name:`**` ``Blue robe top` +- Blue boots - 100k - `/buy`` `**`name:`**` ``Blue boots` +- Turquoise robe bottoms - 100k - `/buy`` `**`name:`**` ``Turquoise robe bottoms` +- Team cape - 1k - `/buy`` `**`name:`**` ``Team-1 cape` +- Bone dagger - 2.5k - `/buy`` `**`name:`**` ``Bone dagger` +- Bone spear - 1k - `/buy`` `**`name:`**` ``Bone spear` +- Brown apron - 1k - `/buy`` `**`name:`**` ``Brown apron` +- White apron - 1k - `/buy`` `**`name:`**` ``White apron` +- Elemental shield - 2.5m - `/buy`` `**`name:`**` ``Elemental shield` +- Mind shield - 100k - `/buy`` `**`name:`**` ``Mind shield` +- Adamant halberd - 100k - `/buy`` `**`name:`**` ``Adamant halberd` +- Mystic hat - 15k - `/buy`` `**`name:`**` ``Mystic hat` +- Mystic robe top - 120k - `/buy`` `**`name:`**` ``Mystic robe top` +- Mystic robe bottom - 80k - `/buy`` `**`name:`**` ``Mystic robe bottom` +- Mystic gloves - 10k - `/buy`` `**`name:`**` ``Mystic gloves` +- Rolling pin - 1k - `/buy`` `**`name:`**` ``Rolling pin` +- Barrows gloves - 1m - `/buy`` `**`name:`**` ``Barrows gloves` +- Climbing boots - 100k - `/buy`` `**`name:`**` ``Climbing boots` +- Helm of Neitiznot - 500k - `/buy`` `**`name:`**` ``Helm of neitiznot` +- Cape of legends - 250k - `/buy`` `**`name:`**` ``Cape of legends` +- Proselyte hauberk - 500k - `/buy`` `**`name:`**` ``Proselyte outfit` +- Pirate bandana - 2k - `/buy`` `**`name:`**` ``Pirate bandana (red)` +- Crystal bow - 900k - `/buy`` `**`name:`**` ``Crystal bow` +- Shadow sword - 10k - `/buy`` `**`name:`**` ``Shadow sword` +- Iban's staff - 300k - `/buy`` `**`name:`**` ``Iban's staff` +- Menaphite purple hat - 5k - `/buy`` `**`name:`**` ``Menaphite purple outfit` +- Bull roarer - 1k - `/buy`` `**`name:`**` ``Bull roarer` + +
+ +{% tabs %} +{% tab title="Beginner (1-3)" %} + +
ID Number - Unit NameItems Needed
1 - Gypsy Aris's tent Gold ring
Gold necklace
2 - Bob's Brilliant Axes in Lumbridge Leather boots
Bronze axe
3 - Iffie Nitter in Varrock Chef's hat
Red cape
+{% endtab %} + +{% tab title="Easy (4-32)" %} + +
ID Number - Unit NameItems Needed
4 - Near a shed in Lumbridge Swamp (entrance to Zanaris) Bronze dagger
Iron full helm
Gold ring
5 - Draynor Village market (next to a bench) Studded chaps
Iron kiteshield
Steel longsword
6 - Outside the Legends' Guild gates (east) Iron platelegs
Emerald amulet
Oak longbow
7 - Near the Entrana ferry in Port Sarim Coif
Steel plateskirt
Sapphire necklace
8 - Draynor Manor by the fountain (south) Iron platebody
Studded chaps
Bronze full helm
9 - Crossroads north of Draynor Village Iron chainbody
Sapphire ring
Longbow
10 - Varrock Palace Library (in the south-east corner) Green robe top
Ham robe
Iron warhammer
11 - Outside the Falador Party Room entrance Steel full helm
Steel platebody
Iron plateskirt
12 - Catherby beehive field Desert shirt
Green robe bottoms
Steel axe
13 - Road junction north of Rimmington Green hat
Cream robe top
Leather chaps
14 - Outside Keep Le Faye (west of the entrance, north of Legends' Guild) Coif
Iron platebody Leather gloves
15 - Outside the Digsite Exam Centre (next to the urn) White apron
Green boots
Leather gloves
16 - Mubariz's room at the Emir's Arena (inside the ticket office, west of the arena) Iron chainbody
Leather chaps
Coif
17 - Near Herquin's Gems shop in Falador (outside) Mithril pickaxe
Black platebody
Iron kiteshield
18 - Aubury's shop in Varrock (inside) Air tiara
Staff of water
19 - On the bridge to the Misthalin Wizards' Tower Iron med helm
Emerald ring
White apron
20 - Limestone mine (Silvarea mine, east of the Lumber Yard) Bronze platelegs
Steel pickaxe
Steel med helm
21 - Mudskipper Point (south-west of the fairy ring AIQ) Black cape
Leather chaps
Steel mace
22 - Al Kharid scorpion mine Desert shirt
Leather gloves
Leather boots
23 - Wheat field near the Lumbridge windmill Blue robe top
Turquoise robe bottoms
Oak shortbow
24 - Rimmington mine (centre) Gold necklace
Gold ring
Bronze spear
25 - Upstairs in Ardougne windmill Blue robe top
Ham robe
Tiara
26 - Taverley Stone Circle Blue wizard hat Bronze 2h sword
Ham boots
27 - Near the parrots in Ardougne Zoo (near Parroty Pete) Studded body
Bronze platelegs
Staff
28 - Outside the Fishing Guild entrance Emerald ring
Sapphire amulet
Bronze chainbody
29 - Road junction south of Sinclair Mansion Leather cowl
Iron scimitar
Blue wizard robe
30 - Near the Sawmill operator's booth Hardleather body
Leather chaps
Bronze axe
31 - Outside Varrock Palace courtyard (next to the entrance) Black axe
Coif
Ruby ring
32 - South of the Grand Exchange Pink skirt
Pink robe top
Body tiara
+{% endtab %} + +{% tab title="Medium (33-55)" %} + +
ID Number - Unit NameItems Needed
33 - Centre of Canifis Green robe top
Mithril platelegs
Iron 2h sword
34 - East of Barbarian Village bridge Purple gloves
Steel kiteshield
Mithril full helm
35 - Castle Wars bank Ruby amulet
Mithril scimitar
Any Team cape
36 - Gnome Stronghold balancing rope Steel kiteshield
Green d'hide chaps
Ring of forging
37 - Observatory Mithril chainbody
Green d'hide chaps
Ruby amulet
38 - Digsite Green hat
Snakeskin boots
Iron pickaxe
39 - Shantay Pass (CANNOT BE MADE) Bruise blue snelm (pointed)
Staff of air
Bronze sq shield
40 - Outside Catherby bank Maple longbow
Green d'hide chaps
Iron med helm
41 - Outside Harry's Fishing Shop in Catherby Adamant sq shield
Bone dagger
Mithril platebody
42 - North of Evil Dave's house in Edgeville Brown apron
Leather boots
Leather gloves
43 - Entrance of the Arceuus library Blue d'hide vambraces
Adamant boots
Adamant dagger
44 - North of Mount Karuulm Adamant warhammer
Mithril boots
Ring of life
45 - Mausoleum off the Morytania coast Mithril plateskirt
Maple longbow
46 - South of the shrine in Tai Bwo Wannai Village Green d'hide chaps
Ring of dueling (8)
Mithril med helm
47 - Barbarian Outpost obstacle course (centre) Steel platebody
Maple shortbow
Any Team cape
48 - Outside Yanille bank (by the entrance to the Wizards' Guild) Brown apron
Adamant med helm
Snakeskin chaps
49 - Ogre cage in the Ardougne Training Camp Green d'hide body
Green d'hide chaps
Steel sq shield
50 - Hickton's Archery Emporium Blue boots
Hardleather body
Silver sickle
51 - Lumbridge Swamp Caves Staff of air
Bronze full helm
Amulet of power
52 - Outside the Seers' Village courthouse Adamant halberd
Mystic robe bottom
Diamond ring
53 - TzHaar weapons store Steel longsword
Blue d'hide body
Mystic gloves
54 - North of the Shayzien Combat Ring Adamant platebody
Adamant full helm
Adamant platelegs
55 - Outside Draynor Village jail Adamant sword
Sapphire amulet
Adamant plateskirt
+{% endtab %} + +{% tab title="Hard (56-70)" %} + +
ID Number - Unit NameItems Needed
56 - Chaos Temple in the south-eastern Wilderness Rune platelegs
Iron platebody
Blue d'hide vambraces
57 - Top floor of the Lighthouse Blue d'hide body
Blue d'hide vambraces
58 - Noterazzo's shop in the Wilderness Adamant sq shield
Blue d'hide vambraces
Rune pickaxe
59 - Mountain Camp goat enclosure Rune full helm
Blue d'hide chaps
Fire battlestaff
60 - Shilo Village bank Mystic hat
Bone spear
Rune platebody
61 - North-east corner of the Kharazi Jungle Any Rune heraldic shield
Any Stole
62 - In the middle of Jiggig Rune spear
Rune platelegs
Any Rune heraldic helm
63 - Hosidius Mess (inside, north-east corner) Rune halberd
Rune platebody
Amulet of strength
64 - Fishing Guild bank Elemental shield
Blue d'hide chaps
Rune warhammer
65 - Outside the great pyramid of Sophanem Ring of life
Amulet of glory
Adamant 2h sword
66 - West side of the Karamja banana plantation Diamond ring
Amulet of power
67 - Gnome Glider on White Wolf Mountain Mithril platelegs
Ring of life
Rune axe
68 - Inside the Digsite Exam Centre Mystic fire staff
Diamond bracelet
Rune boots
69 - Volcano in the north-eastern Wilderness Any Headband
Any Crozier
70 - Agility Pyramid Mystic robe top
Any Rune heraldic shield
+{% endtab %} + +{% tab title="Elite (71-87)" %} + +
ID Number - Unit NameItems Needed
71 - Chapel in West Ardougne (inside) Dragon spear
Red d'hide chaps
72 - Near a ladder in the Wilderness Lava Maze Black d'hide chaps
Spotted cape
Rolling pin
73 - Warriors' Guild bank Black salamander
74 - South-east corner of the Fishing Platform Barrows gloves
Dragon med helm
Amulet of glory
75 - On top of Trollheim Mountain Lava battlestaff
Black d'hide vambraces
Mind shield
76 - Entrance of the cavern under the whirlpool Granite shield
Splitbark body
Any Rune heraldic helm
77 - Shayzien War Tent Mystic robe bottom
Rune kiteshield
Any Bob's shirts
78 - Near the gem stall in Ardougne Market Castle wars bracelet(3)
Dragonstone amulet
Ring of forging
79 - Near the Charcoal furnace south of Hosidius Farmer's strawhat
Shayzien body (5)
Pyromancer robe
80 - Near a runite rock in the Fremennik Isles Rune boots
Proselyte hauberk
Dragonstone ring
81 - Entrance of the cave of Damis Rune crossbow
Climbing boots
Any Mitre
82 - South-east corner of the Monastery Any God book
83 - Outside the Slayer Tower gargoyle room Seercull
Combat bracelet
Helm of neitiznot
84 - Fountain of Heroes Splitbark legs
Dragon boots
Rune longsword
85 - Half-way down Trollweiss Mountain (Trollweiss flowers after sledding down) Blue d'hide vambraces
Dragon spear
Rune plateskirt
86 - Outside the Legends' Guild door (west of the fountain) Cape of legends
Dragon battleaxe
Amulet of glory
87 - Outside the bar by the Fight Arena Any Pirate bandana
Dragon necklace
Magic longbow
+{% endtab %} + +{% tab title="Master (88-109)" %} + +
ID Number - Unit NameItems Needed
88 - South-east corner of Lava Dragon Isle Dragon med helm
Toktz-ket-xil
Rune platebody
Brine sabre
Amulet of glory
89 - Barrows chestAny complete Barrows set
90 - On top of the Northern wall of Castle Drakan Any Boater
Splitbark body
Dragon sq shield
91 - Soul Altar Dragon pickaxe
Helm of neitiznot
Rune boots
92 - Entrana Chapel Black d'hide body
Black d'hide chaps
Black d'hide vambraces
93 - Tent in Lord Iorwerth's encampment Crystal bow
94 - Centre of the Catacombs of Kourend Arclight
Amulet of the damned
95 - Outside K'ril Tsutsaroth's room Zamorak full helm
Shadow sword
96 - Outside the Wilderness axe hut Flared trousers
97 - Death Altar (north-east corner) Death tiara
Cape of legends
Ring of wealth
98 - North-western corner of the Enchanted Valley Dragon axe
99 - Near the pier in Zul-Andra (next to a tree) Dragon 2h sword
Bandos boots
Obsidian cape
100 - Well of Voyage Iban's staff
Mystic robe top (dark)
Mystic robe bottom (dark)
101 - 7th Chamber of Jalsavrah (Pyramid Plunder) Pharaoh's sceptre
Menaphite purple hat
Menaphite purple top
Menaphite purple robe
102 - Warriors' Guild bank Dragon battleaxe
Dragon defender
Slayer helmet
103 - TzHaar gem store Fire cape
Toktz-xil-ul
104 - Outside the Mudknuckles' hut Bandos platebody
Bandos cloak
Bandos godsword
105 - King Black Dragon's lair Black d'hide body
Black d'hide vambraces
Black dragon mask
106 - By the bear cage in Varrock Palace gardens Zamorak godsword
107 - Top floor of the Yanille Watchtower Bull roarer
Dragon plateskirt
Climbing boots
Dragon chainbody
108 - Behind Miss Schism in Draynor Village Abyssal whip
Cape of legends
Spined chaps
109 - North of Prifddinas by several maple trees (CANNOT BE MADE) Bryophyta's staff
Nature tiara
+{% endtab %} +{% endtabs %} diff --git a/docs/src/content/docs/osb/Skills/cooking/README.md b/docs/src/content/docs/osb/Skills/cooking/README.md new file mode 100644 index 00000000000..53ce83e56a7 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/cooking/README.md @@ -0,0 +1,34 @@ +--- +title: "Cooking" +--- + +# Cooking + +You can train Cooking using `/cook`` `**`name:`**``` `**`quantity:`**`` + +- `/cook`` `**`name:`**`Bass`` `**`quantity:`**`50` + +## Boosts + +The first 3 things listed below will allow for increased cooking rates due to less burnt food. They can be combined. Additionally, at 92 cooking with all boosts, it is possible to achieve 912k xp/hr while cooking Karambwans. + +- Cooking gauntlets (requires 25qp and 1m gp to buy) +- Hosidius Range +- Elite Kourend & Kebos diary +- 92 Cooking allows for Karambwans to be '1-ticked' + +--- + +## Cookable Food + +In the table below, the **'Stop Burning'** section lists the levels in which food is prevented for being burned at certain levels. In order from left to right, they are read as: + +- Blue number- No boosts applied +- Green number- Only equipped Cooking gauntlets +- The next 4 white numbers + - No Gauntlets + Hosidius Range + - No Gauntlets + Elite Kourend diary + - Gauntlets + Hosidius Range + - Gauntlets + Elite Kourend diary + +
FoodLevelExperienceXP/Hr @ 99Stop Burning
Beef13037,50034/ 31, 31, 31, 31
Sinew1303,75034/ 31, 31, 31, 31
Shrimps13037,50034/ 31, 31, 31, 31
Chicken13037,50034/ 31, 31, 31, 31
Anchovies13037,50034/ 31, 31, 31, 31
Sardine14050,00038/ 34, 34, 34, 34
Herring55062,50041/ 38, 38, 38, 38
Mackerel106075,00045/ 42, 42, 42, 42
Trout157087,50049/ 46, 46, 46, 46
Cod187593,75051/ 46, 46, 46, 46
Pike2080100,00054/ 50, 50, 50, 50
Salmon2590112,50058/ 55, 55, 55, 55
Tuna30100125,00063/ 59, 59, 59, 59
Karambwan30190237,50099/ 93, 87, 93, 87
Jug of wine35200400,00068
Cave eel38115145,00074/ 70, 70, 70, 70
Lobster40120150,00074,64/ 70, 70, 61, 61
Jubbly41160202,00099
Bass43130162,50080/ 75, 75, 75, 75
Swordfish45140175,50086,81/ 76, 76, 76, 76
Monkfish62150187,50090,87/ 86, 82, 82, 82
Wine of zamorak65200300,00098
Shark80210262,50099,94/ 99, 99, 89, 84
Sea turtle82211.3264,00099
Anglerfish84230287,50099,98/ 99, 99, 93, 88
Dark crab90215268,75099
Manta ray91216.3270,25099
diff --git a/docs/src/content/docs/osb/Skills/cooking/cooking-training.md b/docs/src/content/docs/osb/Skills/cooking/cooking-training.md new file mode 100644 index 00000000000..403c0bb9815 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/cooking/cooking-training.md @@ -0,0 +1,18 @@ +--- +title: "Cooking Training" +--- + +# Cooking Training + +**Optimal Cooking to 99** + +`/cook`` `**`name:`**`Sardine`` `**`quantity:`**`25` (Until 5)\ +`/cook`` `**`name:`**`Herring`` `**`quantity:`**`120` (Until 15)\ +`/cook`` `**`name:`**`Trout`` `**`quantity:`**`75` (Until 20)\ +`/cook`` `**`name:`**`Pike`` `**`quantity:`**`108` (Until 25) \ +`/cook`` `**`name:`**`Salmon`` `**`quantity:`**`155` (Until 30) \ +`/cook`` `**`name:`**`Karambwan`` `**`quantity:`**`300` (Until 35) \ +`/cook`` `**`name:`**`Jug of Wine` (Repeat until 99) + +**Materials Needed:**\ +25 Raw sardine, 120 Raw herring, 75 Raw trout, 108 Raw pike, 155 Raw salmon, 300 Raw karambwan, 66000 Grapes, 66000 Jug of water diff --git a/docs/src/content/docs/osb/Skills/crafting.md b/docs/src/content/docs/osb/Skills/crafting.md new file mode 100644 index 00000000000..dad37fc858b --- /dev/null +++ b/docs/src/content/docs/osb/Skills/crafting.md @@ -0,0 +1,13 @@ +--- +title: "Crafting" +--- + +# Crafting + +You can train Crafting with the `+tan` and `+craft` command. For example, `+craft 100 leather gloves`. To start training Crafting, you will probably want to first kill cows for cowhide, then turn the cowhide into leather using `+tan leather`, then craft leather gloves from those. Alternatively, you can also buy these items from our grand-exchange channel. + +To see all the items you can craft, type `+craft --items` check the [Crafting Wiki Page](https://oldschool.runescape.wiki/w/Crafting) - most of the items are in the bot, with the exact same level and item requirements. + +#### Boosts + +You can tan items 3.5 times faster once you have the skill requirements for the [Falador Hard Diary](https://oldschool.runescape.wiki/w/Falador_Diary#Hard) or have 99 crafting. diff --git a/docs/src/content/docs/osb/Skills/crafting/README.md b/docs/src/content/docs/osb/Skills/crafting/README.md new file mode 100644 index 00000000000..4edd887a45a --- /dev/null +++ b/docs/src/content/docs/osb/Skills/crafting/README.md @@ -0,0 +1,13 @@ +--- +title: "Crafting" +--- + +# Crafting + +You can train Crafting with the `/craft` command. For example, `/craft`` `**`name:`**`Leather gloves`` `**`quantity:`**`100`. To start training Crafting, you will probably want to first kill cows for cowhide, then turn the cowhide into leather using `/craft`` `**`name:`**`Leather`, then craft leather gloves from those. Alternatively, you can also buy these items from our grand-exchange channel. + +To see all the items you can craft, check the [Crafting Wiki Page](https://oldschool.runescape.wiki/w/Crafting) - most of the items are in the bot, with the exact same level and item requirements. + +### Boosts + +You can tan hides 3.5 times faster if you have completed the [Falador Hard Diary](https://oldschool.runescape.wiki/w/Falador_Diary#Hard) or have 99 crafting. diff --git a/docs/src/content/docs/osb/Skills/crafting/crafting-training.md b/docs/src/content/docs/osb/Skills/crafting/crafting-training.md new file mode 100644 index 00000000000..1df35b12a40 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/crafting/crafting-training.md @@ -0,0 +1,27 @@ +--- +title: "Crafting Training" +--- + +# Crafting Training + +### Fastest route to 99: + +`/craft`` `**`name:`**`Leather gloves`` `**`quantity:`**`48` \ +`/craft`` `**`name:`**`Leather boots`` `**`quantity:`**`19`\ +`/craft`` `**`name:`**`Leather cowl`` `**`quantity:`**`22`\ +`/craft`` `**`name:`**`Leather vambraces`` `**`quantity:`**`34`\ +`/craft`` `**`name:`**`Leather body`` `**`quantity:`**`95`\ +`/craft`` `**`name:`**`Sapphire`` `**`quantity:`**`106`\ +`/craft`` `**`name:`**`Emerald`` `**`quantity:`**`156`\ +`/craft`` `**`name:`**`Ruby`` `**`quantity:`**`355`\ +`/craft`` `**`name:`**`Diamond`` `**`quantity:`**`1082`\ +`/craft`` `**`name:`**`Dragonstone` until 63\ +`/craft`` `**`name:`**`Green d'hide body` until 71\ +`/craft`` `**`name:`**`Blue d'hide body` until 77\ +`/craft`` `**`name:`**`Red d'hide body` until 84\ +`/craft`` `**`name:`**`Black d'hide body` until 99\ +\ +**Materials Needed:**\ +217 Leather\ +106 Uncut sapphire, 156 Uncut emerald, 355 Uncut ruby, 1082 Uncut diamond, 1469 Uncut dragonstone\ +7194 Green dragon leather, 9447 Blue dragon leather, 18921 Red dragon leather, 117246 Black dragon leather diff --git a/docs/src/content/docs/osb/Skills/farming.md b/docs/src/content/docs/osb/Skills/farming.md new file mode 100644 index 00000000000..1be61ab64b5 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/farming.md @@ -0,0 +1,61 @@ +--- +title: "Commands" +--- + +Farming works like ingame, you do a _farm run_ to plant stuff (you send your minion out to do it), then you wait some time for it to grow, and in this time, you are free to do any other activity. Then, when they're ready to be harvested, you send your minion out to harvest and replant. Your minion is only busy for when its doing a farm run to plant/harvest. + +You can get seeds from seed packs, pickpocketing master farmers, wintertodt, and nests. You can also buy seeds (and any other tradeable items) from the Grand-Exchange channel in our discord server: http://discord.gg/ob + +To get started, the first thing you should do is `+farm potato`. + +# Commands + +## +farm + ++farm [quantity] + +e.g +farm potato, +farm 5 potato + +- Amount of patches to plant in increases with your farming level and amount of Quest Points. +- +farm --plants shows the available plants that are able to be farmed, and farming level / QP needed for more patches. +- Doing +farm ranarr for the first time plants ranarr seeds and again would harvest the previous herb and plant more ranarr seeds. +- Automatically applies regular compost if you have it in your bank. (+buy compost). +- Can use supercompost and ultracompost with +farm --supercompost or +farm --ultracompost. +- Can choose to pay to protect a plant using +farm --pay. Some plants allow for use of both compost and payment: +farm --supercompost --pay. +- To harvest a tree, you need the woodcutting level or 200gp per patch (you will not get logs in this case). +- Wearing full graceful boosts trips by 10%. +- Owning Farmer's equipment (not needing to be worn) gives xp boost. +- Having magic secateurs or farming cape in bank or equipped boosts your yield by 10% and 5% respectively. + +## +harvest + +- +harvest harvests the specific patch desired and leaves it empty (no seeds planted). + +## +tithefarm + +- You need 34 Farming to start Tithe Farm. +- Your minion begins inefficient and learns to be better. End efficiency is all 100 fruits harvested and optimal time (20 mins, 30 secs). +- Graceful is needed for optimal time (10% boost). +- Owning Farmer's equipment (not needing to be worn) gives xp boost. +- `+tithefarm --points` shows you how many tithe farm points you have. +- You can use tithe farm points to buy farmer's outfit through the shop. `+tithefarmshop Farmer's jacket` or `+tfs farmers hat` for example. + +## +farmingcontract OR +fc + +- You need 45 Farming to start farming contracts. +- Can specify +fc easy, +fc medium, +fc hard for contract level. If current contract is med/hard, can do +fc easier to be assigned an easy contract instead. +- +fc current shows current contract. +- +fc completed shows # of completed contracts. +- When you complete a contract, you are awarded a seed pack. You must `+seedpack` to open it before requesting a new contract. + +## +checkpatch + +- Tells you the status of your patches: whether patch is empty, whether patch has something growing, or whether patch is fully grown. + +# Other info + +Ultracompost and volcanic ash and baskets of crops + +- Can mine volcanic ash. +- Can +create ultracompost if you have 1x supercompost and 2x volcanic ash. +- Can +create potatoes(10) for a sack of potatoes and +create potato to remove from sack. (Works with common crops such as onions, tomatoes, strawberries, bananas, etc) diff --git a/docs/src/content/docs/osb/Skills/farming/README.md b/docs/src/content/docs/osb/Skills/farming/README.md new file mode 100644 index 00000000000..b9036bc5d65 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/farming/README.md @@ -0,0 +1,103 @@ +--- +title: "Farming" +--- + +Farming in the bot works like farming ingame, where you will send your minion off on planting and/or harvesting trips, and your crops will grow in the background as you do other activities. The number of patches you have available will increase with the number of quest points you have and your farming level. + +When harvesting trees, you will either need the woodcutting level necessary to chop down the tree (which will award logs), or if you lack the necessary woodcutting level, 200gp for a farmer to remove the tree for you (which will not award logs). + +Other farming activities that can be utilised are: + +- [Farming Contracts](farming-contracts.md) +- [Tithe Farm](tithe-farm.md) +- [Hespori](farmables.md#hespori) + +--- + +## **Farming Boosts** + +The speed of your farming trips and the xp you gain from farming activities can both be boosted, as well as the quantity of items harvested. The following items provide boosts to the farming skill: + +- Farmers strawhat - 0.4% to XP +- Farmers jacket/shirt - 0.8% to XP +- Farmers boro trousers - 0.6% to XP +- Farmers boots - 0.2% to XP +- Full Farmers outfit - 2.5% to XP **(works from bank)** +- [Magic secateurs](../../miscellaneous/buyables.md#quest-items) - 10% to harvest quantity (stacks with Farming cape) +- Farming cape - 5% to harvest quantity (stacks with Magic secateurs) +- Full graceful outfit - 10% to trip speed **(must be equipped in any setup)** +- [Ring of endurance](../agility/hallowed-sepulchre.md#ring-of-endurance) - 10% to trip speed **(works from bank but**\*\* \*\*\*\*must be charged)\*\* + +--- + +## Commands + +To plant your first crops, use: `/farming plant` + +To harvest your crop without replanting, use: `/farming harvest` + +To harvest your crop with replanting, use: `/farming plant` + +To view your patches status and the time remaining, use: `/farming check_patches` + +To automatically plant the highest level seed in each patch, use: `/farming auto_farm` + +To set your [auto farm](./#auto-farm) filter, use: `/farming auto_farm_filter` + +To automatically [apply compost](./#compost) to your patches, use: `/farming default_compost` + +To automatically [protect your crops](./#farming-payment-creatables) with payment, use: `/farming always_pay` + +--- + +## Auto Farm + +Auto farming allows your minion to automatically plant seeds in each of your available patches. The default setting is set to All Farm, where it will plant the highest seed available. There are two filters you can set when doing auto farming. These are: + +- All Farm - `/farming auto_farm_filter`` `**`auto_farm_filter_data:`**`AllFarm` + - This filter will automatically plant the highest seed available for all your available patches. You cannot choose to skip certain patches, it will always plant for all available. +- Replant - `/farming auto_farm_filter`` `**`auto_farm_filter_data:`**`Replant` + - This filter will automatically plant the same seed in specific patches. You should empty your other patches with `/farming harvest` to make this filter more effective. For example, if you only want to auto farm snapdragon seeds, all your other patches should be empty and auto farm will simply continue to plant snapdragons and nothing else. + +--- + +## Compost + +Regular compost is buyable from the bot (400gp ea) by using: `/buy`` `**`name:`**` ``Compost` + +Supercompost can be made from a variety of materials by using:`/farming compost_bin`\ +It can also be dropped by [wilderness bosses](../../bosses/boosts-and-requirements.md#callisto-vetion-venenatis-inc.-singles-versions) or bought through [Tithe Farm minigame](tithe-farm.md). + +Ultracompost can be made with 2 Volcanic ash + 1 Supercompost and then by using: \ +`/create`` `**`item:`**`Ultracompost` + +--- + +## **Farming Payment Creatables** + +Crops can be protected by using the pay option on farming commands. Protection costs can be found on the [Farming training](https://oldschool.runescape.wiki/w/Farming_training) page of the OSRS Wiki. Protecting your crops will prevent them from dying at all, and most crops can be both protected and composted, if you wish to stack their properties. These payment bundles can be created using the `/create` command and works for most common crops such as potatoes, tomatoes, strawberries, bananas, oranges, etc, and are often taken in groups of 5 or 10. + +| **Item name** | **Input items** | +| --------------- | :-------------: | +| Tomatoes(5) | 5 Tomato | +| Tomato | Tomatoes(5) | +| Apples(5) | 5 Cooking Apple | +| Cooking Apple | Apples(5) | +| Bananas(5) | 5 Banana | +| Banana | Bananas(5) | +| Strawberries(5) | 5 Strawberry | +| Strawberry | Strawberries(5) | +| Oranges(5) | 5 Orange | +| Orange | Oranges(5) | +| Potatoes(10) | 10 Potato | +| Potato | Potatoes(10) | +| Onions(10) | 10 Onion | +| Onion | Onions(10) | +| Cabbages(10) | 10 Cabbage | +| Cabbage | Cabbages(10) | + +--- + +## **Farming Patches** + +
Patch typeBase patchesNumber of possible additional patchesAdditional patch requirements
Patch typeBase patchesNumber of possible additional patchesAdditional patch requirements
Herb4665 Farming, completion of Children of the Sun quest, and 1, 10, 15, & 31 QP
Tree5165 Farming
Allotment8945 Farming, completion of Children of the Sun quest, and 1, 15, & 33 QP
Fruit tree4285 Farming and 22 QP
Seaweed0222 QP
Flower4445 Farming and 1 & 33 QP
Hardwood033 QP
Vine120-
Bush3245 Farming and 3 QP
Hops40-
Mushroom10-
Belladonna10-
Cactus1145 Farming
Hespori10-
Calquat10-
Crystal0133 QP
Spirit1491 and 99 Farming
Celastrus0185 Farming
Redwood0185 Farming
diff --git a/docs/src/content/docs/osb/Skills/farming/farmables.md b/docs/src/content/docs/osb/Skills/farming/farmables.md new file mode 100644 index 00000000000..1bed622883b --- /dev/null +++ b/docs/src/content/docs/osb/Skills/farming/farmables.md @@ -0,0 +1,33 @@ +--- +title: "Farmables" +--- + +# Farmables + +## Farmable Levels + +| **Herbs** | **Trees** | **Allotments** | **Fruit Trees** | **Bushes** | **Misc** | +| --------------- | ---------- | --------------- | --------------- | --------------- | ----------------- | +| Guam: 9 | Oak: 15 | Potato: 1 | Apple: 27 | Redberry: 10 | Seaweed: 23 | +| Marrentill: 14 | Willow: 30 | Onion: 5 | Banana: 33 | Cadavaberry: 22 | Limpwurt: 26 | +| Tarromin: 19 | Maple: 45 | Cabbage: 7 | Orange: 39 | Dwellberry: 36 | Teak: 35 | +| Harralander: 26 | Yew: 60 | Tomato: 12 | Curry: 42 | Jangerberry: 48 | Grape: 36 | +| Ranarr: 32 | Magic: 75 | Sweetcorn: 20 | Pineapple: 51 | Whiteberry: 59 | Mushroom: 53 | +| Toadflax: 38 | | Strawberry: 31 | Papaya: 57 | Poison Ivy: 70 | Mahogany: 55 | +| Irit: 44 | | Watermelon: 47 | Palm: 68 | | Cactus: 55 | +| Avantoe: 50 | | Snape Grass: 61 | Dragonfruit: 81 | | Belladonna: 63 | +| Kwuarm: 56 | | | | | Potato Cactus: 64 | +| Snapdragon: 62 | | | | | Hespori: 65 | +| Cadantine: 67 | | | | | Calquat: 72 | +| Lantadyme: 73 | | | | | Crystal Tree: 74 | +| Dwarf Weed: 79 | | | | | Spirit Tree: 83 | +| Torstol: 85 | | | | | Celastrus: 85 | +| | | | | | Redwood: 90 | + +## Hespori + +While Hespori does fall under the boss category, there are no boosts for killing it. The only requirement is 65 Farming to access the medium tier of the Farming guild. + +It takes approximately 32 hours to grow. + +It does drop all 3 Anima seeds but they currently have no use. Additionally, it does drop the Bottomless compost bucket at 1/35 chance, but this has no functional use either. diff --git a/docs/src/content/docs/osb/Skills/farming/farming-contracts.md b/docs/src/content/docs/osb/Skills/farming/farming-contracts.md new file mode 100644 index 00000000000..7002a3569ff --- /dev/null +++ b/docs/src/content/docs/osb/Skills/farming/farming-contracts.md @@ -0,0 +1,49 @@ +--- +title: "Farming Contracts" +description: Refer to House Paran for additional knowledge +--- + +# Farming Contracts + +An easy way to get additional seeds while farming is to take on a [farming contract](https://oldschool.runescape.wiki/w/Guildmaster_Jane#Farming_contracts) from Farming Guildmaster Jane using the `/farming contract` command. Seed packs are tiered from 1-5 and work the exact same as the main game. + +If you are tier 1 patron or higher (and your plant is fully grown), you will see an **'Auto Farming Contract'** button at the end of your trips. This can be enabled/disabled using: + +`/config user toggle`` `**`name:`**`Disable Auto Farm Contract Button` + +--- + +## Requirements + +- 45 Farming (Easy contracts) + - 65 Farming (Medium contracts) + - 85 Farming (Hard contracts) + +--- + +## Commands + +To get a contract: + +- `/farming contract`` `**`input:`** + +To make an existing contract easier: + +- `/farming contract`` `**`input:`**`easier` + +To open your seed pack: + +- `/open`` `**`name:`**`seed pack` + +--- + +## Contract Rewards + +Each contract is tiered from 1-5, depending on the seed you were asked to plant. Generally, the harder the contract, the higher the tier. The tier will determine the reward from your seed pack. For more info on what tier your contract is and your potential reward, visit the respective OSRS pages: + +- [Guildmaster Jane](https://oldschool.runescape.wiki/w/Guildmaster_Jane) - Find what tier your contract is +- [Seed pack rewards](https://oldschool.runescape.wiki/w/Seed_pack) - Lists the potential easy/medium/hard rewards + +
Contract Easy RewardsMedium RewardsHard RewardsTotal Rolls
Tier 13-5 rolls1-3 rolls0 rolls6 Rolls
Tier 23-5 rolls2-3 rolls1/11 chance7 Rolls
Tier33-6 rolls2-4 rolls0-1 rolls8 Rolls
Tier 42-5 rolls3-5 rolls1-2 rolls9 Rolls
Tier 51-5 rolls4-6 rolls1-3 rolls10 Rolls
+ +Green= easy contracts tiers, Yellow= medium contract tiers, Red= hard contract tiers diff --git a/docs/src/content/docs/osb/Skills/farming/farming-training.md b/docs/src/content/docs/osb/Skills/farming/farming-training.md new file mode 100644 index 00000000000..0b292389c84 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/farming/farming-training.md @@ -0,0 +1,97 @@ +--- +title: "Farming Training" +--- + +# Farming Training + +**Before you start:** Decide what tier of compost you want to use. Ultracompost is definitely worth obtaining if you plan on doing any serious farming.\ +Use `/farming default_compost`` `**`compost:`**`Ultracompost` before you start doing any farming and make sure to keep up on supply. At a bare minimum use supercompost, as it's very easy to get from wildy bosses or the `/farming compost_bin` command. + +Ultra compost can be obtained by mining volcanic ash and combining with super compost.\ +`/mine`` `**`name:`**`Volcanic ash`\ +`/create`` `**`item:`**`Ultracompost` + +## Optimal route to level 99 + +`/farming check_patches` + +`/farming default_compost`` `**`compost:`**`Ultracompost` + +`/farming always_pay` + +`/farming plant`` `**`plant_name:`**`Potato` (until level 5) + +`/farming plant`` `**`plant_name:`**`Onion` (until level 7) + +`/farming plant`` `**`plant_name:`**`Cabbage` (until level 12) + +`/farming plant`` `**`plant_name:`**`Tomato` (until level 15) + +**Now farm tree seeds, Hardwood seeds, fruit tree seeds and Special seeds until 99** + +**Tree seeds** + +`/farming plant`` `**`plant_name:`**`Oak tree` (until level 30) + +`/farming plant`` `**`plant_name:`**`Willow tree` (until level 45) + +`/farming plant`` `**`plant_name:`**`Maple tree` (until level 60) + +`/farming plant`` `**`plant_name:`**`Yew tree` (until level 75) + +`/farming plant`` `**`plant_name:`**`Magic tree` (Repeat to 99) + +**Hardwood seeds** + +`/farming plant`` `**`plant_name:`**`Teak tree` (Level 35-55) + +`/farming plant`` `**`plant_name:`**`Mahogany tree` (Repeat to 99) + +**Fruit tree seeds** + +`/farming plant`` `**`plant_name:`**`Pineapple tree` (Level 51-57) + +`/farming plant`` `**`plant_name:`**`Papaya tree` (until level 68) + +`/farming plant`` `**`plant_name:`**`Palm tree` (until level 81) + +`/farming plant`` `**`plant_name:`**`Dragonfruit tree` (Repeat to 99) + +**Special seeds** + +`/farming plant`` `**`plant_name:`**`Calquat tree` (Level 72-99) + +`/farming plant`` `**`plant_name:`**`Spirit tree` (Level 83-99) + +`/farming plant`` `**`plant_name:`**`Celastrus tree` (Level 85-99) + +`/farming plant`` `**`plant_name:`**`Redwood tree` (Level 90-99) + +### **Materials Needed:** + +Seeds vary depending on how active one farms, these numbers are just a guideline (The less active farming, the better xp/hour, but require more slower growing seeds) + +- 100 Potato seed +- 100 Onion seed +- 100 Cabbage seed +- 100 Tomato seed +- 100 Acorn +- 100 Willow seed +- 100 Maple seed +- 100 Yew seed +- 800-1000 Magic seed +- 25 Teak seed +- 50-100 Mahogany seed +- 100 Pineapple seed +- 100 Papaya tree seed +- 100 Palm tree seed +- 200-300 Dragonfruit tree seed +- 100-150 Calquat tree seed +- 100-200 Spirit seed +- 120-200 Celastrus seed +- 20-30 Redwood tree seed +- 2000-3000 Ultracompost +- 1000-1500 Potato cactus +- 2000-3000 Yannillian hops +- 200-400 Limpwurt root +- 20000-30000 Coconut diff --git a/docs/src/content/docs/osb/Skills/farming/tithe-farm.md b/docs/src/content/docs/osb/Skills/farming/tithe-farm.md new file mode 100644 index 00000000000..96cdc68a148 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/farming/tithe-farm.md @@ -0,0 +1,44 @@ +--- +title: "Tithe Farm" +--- + +# Tithe Farm + +The [Tithe Farm](https://oldschool.runescape.wiki/w/Tithe_Farm) is a farming minigame where you earn points which can be used to purchase the Farmers outfit, supercompost, and other collection log slots. Your minion will start out quite inefficient at the minigame and progressively become more experienced. + +The start the minigame, use `/farming tithe_farm` + +## Requirements + +- 34 Farming (minimum) + - 54 Farming for bologano fruit + - 74 Farming for logavano fruit + +--- + +## Boosts + +- 10% speed boost for full graceful **(\*\***equipped in any setup\*\*\*\*)\*\* +- 2.5% bonus xp for full farmers outfit **(\*\***works from bank\***\*)** (calculated upon trip return) +- Up to 25% speed boost for minion learning (1% for every 2 completions) + +--- + +## Tithe Farm Shop + +Items can be purchased with Tithe Farm points with`/farming tithe_farm`` `**`buy_reward:`** + +| **Item name** | **Point cost** | +| ----------------------- | :------------: | +| Farmer's strawhat | 75 | +| Farmer's jacket/shirt | 150 | +| Farmer's boro trousers | 125 | +| Farmer's boots | 50 | +| Seed box | 250 | +| Gricoller's can | 200 | +| Herb sack | 250 | +| Grape seed | 2 | +| Supercompost | 5 | +| Bologa's Blessing (x10) | 1 | + +- These items do not have a purpose in the bot (yet), and are simply for collection log slots. diff --git a/docs/src/content/docs/osb/Skills/firemaking/README.md b/docs/src/content/docs/osb/Skills/firemaking/README.md new file mode 100644 index 00000000000..73b0935f4c9 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/firemaking/README.md @@ -0,0 +1,27 @@ +--- +title: "Firemaking" +--- + +# Firemaking + +You can train Firemaking using `/light`` `**`name:`**``` `**`quantity:`**``, for example `/light`` `**`name:`**`Willow logs`` `**`quantity:`**`50` + +Equipping the full pyromancer outfit in the skilling gear setup gives a 2.5% boost to Firemaking xp. + +#### Logs + +| **Log** | **Required level** | **Experience** | **XP/Hr** | +| ---------------- | :----------------: | :------------: | --------- | +| Tree | 1 | 40 | 54,340 | +| Achey logs | 1 | 40 | 54,340 | +| Oak | 15 | 60 | 81,509 | +| Willow | 30 | 90 | 122,264 | +| Teak | 35 | 105 | 142,642 | +| Arctic pine logs | 42 | 125 | 169,811 | +| Maple | 45 | 135 | 183,396 | +| Mahogany | 50 | 157.5 | 213,962 | +| Yew | 60 | 202.5 | 275,094 | +| Magic | 75 | 303.8 | 412,709 | +| Redwood | 90 | 350 | 475,472 | + +Firemaking can also be trained via the [Wintertodt ](wintertodt.md)minigame. diff --git a/docs/src/content/docs/osb/Skills/firemaking/firemaking-training.md b/docs/src/content/docs/osb/Skills/firemaking/firemaking-training.md new file mode 100644 index 00000000000..0731a1c8691 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/firemaking/firemaking-training.md @@ -0,0 +1,24 @@ +--- +title: "Firemaking Training" +--- + +# Firemaking Training + +## Fastest Route to 99: + +`/light`` `**`name:`**`Logs`` `**`quantity:`**`61`\ +`/light`` `**`name:`**`Oak logs`` `**`quantity:`**`183`\ +`/light`` `**`name:`**`Willow logs`` `**`quantity:`**`101`\ +`/light`` `**`name:`**`Teak logs`` `**`quantity:`**`751`\ +`/k`` `**`name:`**` ``Wintertodt` to 99 (will require 4 pieces of warm clothing and some food)\ +It's a good idea to get at least 30 Construction and Woodcutting before starting Wintertodt to maximize the xp you get in those skills as well. + +### Additional Information: + +Food is easily obtainable with 65 Attack+Strength using `/buy`` `**`name:`**` ``potato with cheese` (650gp each). + +Pyromancer outfit gives 2.5% xp boost and counts as warm clothes when equipped. + +Burning Magic or Redwood logs is faster xp than Wintertodt but are harder to come by. + +High Woodcutting levels will provide a boost for Wintertodt so if you want both 99s it's recommended to get \~95 Woodcutting before starting. diff --git a/docs/src/content/docs/osb/Skills/firemaking/wintertodt.md b/docs/src/content/docs/osb/Skills/firemaking/wintertodt.md new file mode 100644 index 00000000000..e3d8be700db --- /dev/null +++ b/docs/src/content/docs/osb/Skills/firemaking/wintertodt.md @@ -0,0 +1,69 @@ +--- +title: "Wintertodt" +--- + +# Wintertodt + +You can train Firemaking via the Wintertodt minigame using the command below. You will get Firemaking XP scaled to your level, and slightly better xp for higher Woodcutting and Construction levels. It is recommended to get at least 20 Construction before you start. + +- `/k`` `**`name:`**` ``Wintertodt` + +## Requirements + +- 50 Firemaking +- Food for healing + - At least 160hp worth of food per kill (if not wearing warm clothing) + - The bot will automatically use lower quality food first + +## Boosts + +- Up to 10% for your Woodcutting level (0.1% each level) +- Up to 37.5% food reduction for warm clothing + +## Warm Clothing + +While optional, it is highly advised to equip **at least 4 pieces**of warm clothing **in your skilling setup**to reduce your food consumption by up to 37.5%. This will take your food consumption down from 160hp/kill, to 100hp/kill. The easiest warm gear you can obtain on the bot is Clue hunter, to do this see [Crack The Clue](../../miscellaneous/crack-the-clue.md). Warm clothes can be a combination of anything from the following list: + +
+ +Warm Clothing + +- Pyromancer outfit (including warm gloves) +- Santa outfit +- Antisanta outfit +- Firemaking cape/Fire cape/Infernal cape/Obby cape (or any variants) +- Any fire hoods (Fire/Fire max/Infernal max) +- Infernal tools +- Any staff that uses fire runes (Fire/Steam/Lava/Smoke) +- Clue hunter outfit +- Bunny outfit +- Chicken outfit +- Any camo outfit (Polar/Wood/Jungle/Desert) +- Any scarf +- Hunter outfits (Graahk/Larupia/Kyatt) +- Bearhead +- Santa hat/Black santa hat +- Gloves of silence +- Fremennik gloves +- Bomber outfit +- Fire tiara +- Lit bug lantern +- Ale of the gods +- Bruma torch +- Tome of fire +- Volcanic abyssal whip +- Lumberjack hat + +
+ +## Rewards + +Fighting the Wintertodt provides item rewards scaled to your Woodcutting, Mining, Fishing, Farming, Crafting, and Herblore levels. You can obtain all regular uniques at the same rate as the real game. + +- You will receive the Pyro pieces in the following order: Garb > Hood > Robe > Boots. +- If you own 3 pairs of warm gloves and roll a 4th or more, you will receive a Magic seed instead. +- If you own 3 bruma torches and roll a 4th or more, you will receive a Torstol seed instead. + +### Phoenix Pet + +The Phoenix pet is also obtainable at a 1/5000 per roll. At 200m fm xp, your odds are increased 15x, meaning your chances are drastically improved to 1/333. diff --git a/docs/src/content/docs/osb/Skills/fishing/README.md b/docs/src/content/docs/osb/Skills/fishing/README.md new file mode 100644 index 00000000000..3a9fb2447a7 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/fishing/README.md @@ -0,0 +1,46 @@ +--- +title: "Fishing" +--- + +# Fishing + +You can train Fishing using `/fish`` `**`name:`**``` `**`quantity:`**``, for example `/fish`` `**`name:`**`Lobster`` `**`quantity:`**`100` + +Fishing bait is buyable with `/buy`` `**`name:`**` ``Fishing bait`. + +Dark fishing bait and Raw Karambwanji aren't sold by the bot and can only be obtained by buying from other players or obtaining them yourself. + +## Boosts + +#### Angler Outfit + +It's possible to get the Angler's outfit from [Fishing Trawler](fishing-trawler.md) as well as [Aerial fishing](https://wiki.oldschool.gg/skills/fishing/aerial-fishing). When equipped in the skilling setup, it provides the following boosts to fishing XP: + +- 0.4% - Angler hat +- 0.8% - Angler top +- 0.6% - Angler waders +- 0.2% - Angler boots +- 2.5% - Full outfit equipped in skilling setup + +#### Spirit Flakes + +- There is a 50% chance to catch double fish when using Spirit flakes, effectively doubling the amount of fish you can catch per trip. The extra fish does not give extra xp. + +## **Tools** + +Certain tools, when equipped in any setup, will speed up the time it takes to catch a fish. The following boosts are available: + +- 5% for Pearl fishing rod when fishing with bait +- 5% for Pearl fly fishing rod when fly fishing +- 5% for Pearl barbarian rod when barbarian fishing +- 5% for Crystal harpoon when harpooning, caging, and netting fish + +## Fish + +- **Barbarian Fishing** can be done with `/fish`` `**`name:`**`Barbarian fishing`. +- **Karambwanji** (the bait for catching **Karambwan**) requires **15** Quest Points to fish. +- **Monkfish** requires **100** Quest Points to fish. +- **Anglerfish** requires **40** Quest Points to fish. +- **Minnows** requires **full angler outfit** to fish. To **trade** minnows, use `/buy`` `**`name:`**` ``raw shark` + +
FishRequired levelExperienceXP/HrXP/Hr With Crystal Harpoon
FishRequired levelExperienceXP/HrXP/Hr With Crystal Harpoon
Raw Shrimp11010,00010,420
Raw Sardine52019,800Unaffected
Raw Karambwanji5520,00020,840
Raw Herring103030,000Unaffected
Raw Anchovies154020,57121,400
Raw Mackerel162020,00020,840
Raw Trout205040,000Unaffected
Raw Cod234532,40033,750
Raw Pike256036,000Unaffected
Raw Salmon307040,000Unaffected
Raw Tuna358030,00031,200
Raw Lobster409029,45430,690
Raw Bass4610034,95136,400
Barbarian fishing48Varies71,505Unaffected
Raw Swordfish5010032,72734,100
Raw Monkfish6212032,00033,240
Raw Karambwan655040,00041,650
Raw Shark7611013,20013,750
Raw Anglerfish8212023,04024,000
Minnows8226.152,35755,098
Raw Dark crab8513040,00041,600
diff --git a/docs/src/content/docs/osb/Skills/fishing/aerial-fishing.md b/docs/src/content/docs/osb/Skills/fishing/aerial-fishing.md new file mode 100644 index 00000000000..443e2ca4620 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/fishing/aerial-fishing.md @@ -0,0 +1,26 @@ +--- +title: "Aerial Fishing" +--- + +# Aerial Fishing + +Requirements: 35 Hunter, 43 fishing. + +You can start aerial fishing with either `/activities aerial_fishing` + +You can purchase buyables via `/buy`` `**`name:`**` ``[itemName]` + +You can sell Golden Tenches for 100 Molch pearls via `/sell`` `**`items:`**` ``golden tench` + +## Aerial Fishing Buyables + +| **Item** | **Molch pearl cost** | +| --------------------- | :------------------: | +| Angler hat | 100 | +| Angler top | 100 | +| Angler waders | 100 | +| Angler boots | 100 | +| Pearl fishing rod | 100 | +| Pearl fly fishing rod | 120 | +| Pearl barbarian rod | 150 | +| Fish sack | 1000 | diff --git a/docs/src/content/docs/osb/Skills/fishing/drift-net-fishing.md b/docs/src/content/docs/osb/Skills/fishing/drift-net-fishing.md new file mode 100644 index 00000000000..3772212c012 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/fishing/drift-net-fishing.md @@ -0,0 +1,45 @@ +--- +title: "Drift Net Fishing" +--- + +# Drift Net Fishing + +The drift net activity is an efficient method for training fishing and hunter simultaneously. You can expect to see around 100k hunter and 75k fishing xp/h at lower levels. This can increase up to 135k hunter and 100k fishing xp/h at higher levels. Please be mindful of decent up and down variations in xp/h (around 10-15k). + +To start drift net fishing, use the following command: + +`/activities driftnet_fishing`` `**`minutes:`**` ``X` + +- Minutes refers to how long you want your trip, less time means less nets required. + +## Requirements + +- Level 44 Hunter +- Level 47 Fishing +- Graceful top/legs/gloves (equipped in any setup) +- Merfolk trident **OR** Uncharged trident (equipped in any setup) +- 30+ Drift nets (requires 26 crafting) + - Created with Jute fibres and command: `/craft name: Drift net` + +--- + +## Boosts + +- 6% for Ring of endurance - both versions work (works from bank) +- 30% for Stamina potion(4) - MUST be 4-dose + - You can specify to not use stamina potions at the cost of the boost - **`no_stams:`**`true` +- \-50% boost for not wearing Flippers (equipped in any setup) + +--- + +## Rewards + +- Various raw fish, higher tier fish for higher fishing levels: + - 50 fishing - Raw lobster + - 60 fishing - Raw swordfish + - 70 fishing - Raw shark + - 80 fishing - Raw sea turtle + - 90 fishing - Raw manta ray +- Medium clues scrolls +- Unidentified fossils of any tier +- You **CANNOT** obtain the fishing pet from this activity diff --git a/docs/src/content/docs/osb/Skills/fishing/fishing-training.md b/docs/src/content/docs/osb/Skills/fishing/fishing-training.md new file mode 100644 index 00000000000..2c6363f0428 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/fishing/fishing-training.md @@ -0,0 +1,34 @@ +--- +title: "Fishing Training" +--- + +# Fishing Training + +## Fastest route to 99: + +`/fish`` `**`name:`**`Shrimps` from 1-5\ +`/fish`` `**`name:`**`Sardine` from 5-10 (requires fishing bait)\ +`/fish`` `**`name:`**`Herring` from 10-20 (requires fishing bait)\ +**OPTIONAL**: Fishing Trawler for Angler outfit\ +`/fish`` `**`name:`**`Trout` from 20-30 (requires feathers)\ +`/fish`` `**`name:`**`Salmon` from 30-58 (requires feathers)\ +**OPTIONAL**: Aerial Fishing (reqs minimum 35 hunter) for Pearl barbarian rod\ +`/fish`` `**`name:`**`Barbarian fishing` from 58-71 (requires feathers) + +`/k name: tempoross` from 71-99 using a crystal harpoon + +[Tempoross](tempoross.md) is a faster option instead of Barbarian Fishing once you have obtained a crystal tool seed from Zalcano and a Dragon harpoon from Wyrms or Tempoross to create a crystal harpoon. Requires 35 fishing. It also provides lots of raw food for ironmen. + +Alternatively, the cheaper and next best way to reach 99 is to continue Barbarian Fishing. + +### Best Pet Chance + +Currently, the fastest method is fishing karambwans. + +### Additional Information: + +[Aerial Fishing](aerial-fishing.md) when at least 43 fishing/35 hunter, this is much better than doing Hunting or Fishing on their own for training if you're looking to get 99 in both. + +### **Collection Log Slots obtainable by Fishing** + +Bass (Big Bass), Swordfish (Big Swordfish), Shark (Big Shark), [Fishing Trawler](fishing-trawler.md) (Angler outfit), [Aerial Fishing](aerial-fishing.md) (3 Rods+Golden Tench+Fish Sack). diff --git a/docs/src/content/docs/osb/Skills/fishing/fishing-trawler.md b/docs/src/content/docs/osb/Skills/fishing/fishing-trawler.md new file mode 100644 index 00000000000..d1bd32f4f66 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/fishing/fishing-trawler.md @@ -0,0 +1,32 @@ +--- +title: "Fishing Trawler" +--- + +# Fishing Trawler + +Your minion can partake in the fishing trawler mini game using `/minigames fishing_trawler start` . The base time per game is 13 minutes. + +## Boosts + +- \+0.2% trip time boost per KC, maxes out at +10% (50kc) +- \+50% amount of fish received for [Elite Ardougne Diary](../../miscellaneous/achievement-diaries.md#ardougne-diary-elite) + +--- + +## Rewards + +There is a 1/8 (12.5%) chance that you will receive a piece of the angler's outfit you do not already own, each trip. + +Each trip has a 1/5000 chance of rewarding the Heron pet. + +| **Fish** | **Fishing Level** | +| -------------- | ----------------- | +| Raw shrimps | 1 | +| Raw sardine | 5 | +| Raw anchovies | 15 | +| Raw tuna | 35 | +| Raw lobster | 40 | +| Raw swordfish | 50 | +| Raw shark | 76 | +| Raw sea turtle | 79 | +| Raw manta ray | 81 | diff --git a/docs/src/content/docs/osb/Skills/fishing/tempoross.md b/docs/src/content/docs/osb/Skills/fishing/tempoross.md new file mode 100644 index 00000000000..fcaf4640520 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/fishing/tempoross.md @@ -0,0 +1,39 @@ +--- +title: "Tempoross" +--- + +# Tempoross + +Starting at 35 Fishing, you can send your minion out with `/k`**`name:`**`Tempoross`. + +## Boosts + +- Up to 10% for Fishing level (0.10% per level) +- Up to 10% for Tempoross kc (0.10% per kc, 100kc is max boost) +- 10% for Dragon harpoon (**MUST**be equipped in skilling) +- 10% for Infernal harpoon (**MUST**be equipped in skilling) +- 30% for Crystal harpoon (**MUST**be equipped in skilling) +- 2.5% xp boost for Angler outfit (**MUST**be equipped in skilling) + +## Harpoons + +The 3 harpoons to choose from depend on if you're wanting xp or rewards. Remember that these must be equipped in the skilling setup for the boost to apply. + +Crystal harpoon - 30% speed boost, provides higher xp rates + +Infernal harpoon - 10% speed boost, provides 100% more rewards + +Dragon harpoon - 10% speed boost + +## XP Rates + +The following table assumes you have the full KC boost and outfit equipped. _These xp rates are approximate and may vary slighty._ + +
LevelCrystal HarpoonInfernal/Dragon HarpoonNo Harpoon
50--32,000 xp/h
61-45,250 xp/h (dragon)39,000 xp/h
7169,000 xp/h53,250 xp/h (dragon)46,700 xp/h
7572,000 xp/h56,000 xp/h49,500 xp/h
8078,000 xp/h60,000 xp/h53,000 xp/h
9088,000 xp/h68,000 xp/h60,000 xp/h
9998,000 xp/h76,000 xp/h67,000 xp/h
+ +## Rewards + +- All rewards are dropped as your minion returns, no need to fish the reward pool. The rewards and their drop rates are exactly the same as the main game. Refer to the [OSRS Tempoross rewards page](https://oldschool.runescape.wiki/w/Reward_pool) for the various fish that will be given at your fishing level. +- You can only acquire 1 Fish barrel, Tackle box, Big harpoonfish, and Tiny tempor. If you roll any of these items again, you will be given 25 soaked pages instead. +- Spirit angler outfit can be acquired with `/create`, but provides no additional boost over normal anglers. +- Excess Spirit flakes can be used during normal fishing trips for increased yield per trip. It provides a 50% boost to quantity of fish caught per trip. diff --git a/docs/src/content/docs/osb/Skills/fletching.md b/docs/src/content/docs/osb/Skills/fletching.md new file mode 100644 index 00000000000..e07ffe17ee4 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/fletching.md @@ -0,0 +1,9 @@ +--- +title: "Fletching" +--- + +# Fletching + +You can train Fletching with the `+fletch` command. For example, `+fletch 10000 adamant dart`. To start off training Fletching, you will want to `+chop` some logs for arrow shafts, and then `+fletch arrow shaft` them into arrow shafts. Alternatively, you can buy logs or unfinished fletching supplies from our \#grand-exchange channel in the support server. + +To see all the items you can fletch, check out the [Fletching Wiki Page](https://oldschool.runescape.wiki/w/Fletching) - most of the items found there are fletchable in the bot, having the exact same level and item requirements. diff --git a/docs/src/content/docs/osb/Skills/fletching/README.md b/docs/src/content/docs/osb/Skills/fletching/README.md new file mode 100644 index 00000000000..9a55e569a2b --- /dev/null +++ b/docs/src/content/docs/osb/Skills/fletching/README.md @@ -0,0 +1,9 @@ +--- +title: "Fletching" +--- + +# Fletching + +You can train Fletching with the `/fletch` command. For example, `/fletch`` `**`name:`**`Adamant dart`` `**`quantity:`**`10000`. To start off training Fletching, you will want to `/chop` some logs for arrow shafts, and then `/fletch`` `**`name:`**`arrow shaft` them into arrow shafts. Alternatively, you can buy logs or unfinished fletching supplies from the #grand-exchange channel in the support server. + +To see all the items you can fletch, check out the [Fletching Wiki Page](https://oldschool.runescape.wiki/w/Fletching) - most of the items found there are fletchable in the bot, having the exact same level and item requirements. diff --git a/docs/src/content/docs/osb/Skills/fletching/fletching-training.md b/docs/src/content/docs/osb/Skills/fletching/fletching-training.md new file mode 100644 index 00000000000..888e28054bf --- /dev/null +++ b/docs/src/content/docs/osb/Skills/fletching/fletching-training.md @@ -0,0 +1,47 @@ +--- +title: "Fletching Training" +--- + +# Fletching Training + +### Fastest route to 99: + +`/fletch`` `**`name:`**`Bronze arrow`` `**`quantity:`**`888`\ +`/fletch`` `**`name:`**`Bronze dart`` `**`quantity:`**`2484`\ +`/fletch`` `**`name:`**`Iron dart`` `**`quantity:`**`5750`\ +`/fletch`` `**`name:`**`Steel dart`` `**`quantity:`**`12825`\ +`/fletch`` `**`name:`**`Mithril dart` until 67\ +`/fletch`` `**`name:`**`Adamant dart` until 81\ +`/fletch`` `**`name:`**`Rune dart` until 95\ +`/fletch`` `**`name:`**`Dragon dart` until 99\ + +### **Materials Needed:** + +888 Headless arrow, 888 Bronze arrowtips,\ +689049 Feather, 2484 Bronze dart tip,\ +5750 Iron dart tip, 12825 Steel dart tip,\ +37884 Mithril dart tip, 109658 Adamant dart tip,\ +349933 Rune dart tip, 170515 Dragon dart tip + +### XP Rates: + +#### Darts + +**Bronze dart:** 135k XP/Hr\ +**Iron dart:** 285k XP/Hr\ +**Steel dart:** 562k XP/Hr\ +**Mithril dart:** 840k XP/Hr\ +**Adamant dart:** 1.13m XP/Hr\ +**Rune dart:** 1.41m XP/Hr\ +**Dragon dart:** 1.88m XP/Hr + +#### Javelins + +**Bronze javelin:** 46k XP/Hr\ +**Iron javelin:** 92k XP/Hr\ +**Steel javelin:** 230k XP/Hr\ +**Mithril javelin:** 369k XP/Hr\ +**Adamant javelin:** 461k XP/Hr\ +**Rune javelin:** 572k XP/Hr\ +**Amethyst javelin:** 623k XP/Hr\ +**Dragon javelin:** 692k XP/Hr diff --git a/docs/src/content/docs/osb/Skills/herblore/README.md b/docs/src/content/docs/osb/Skills/herblore/README.md new file mode 100644 index 00000000000..1c13e900315 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/herblore/README.md @@ -0,0 +1,59 @@ +--- +title: "Herblore" +--- + +# Herblore + +## Starting Out + +Herblore works as it does in OSRS: you clean herbs, make unfinished potions, prepare your secondary ingredients, and then make your final potions. In order to start training herblore, you need 10 qp to get the starting xp from the Druidic Ritual quest which will take you to level 3 herblore. If you did not have 10 qp when herblore was released, you will have a 50% chance of getting the starting xp when questing post 10 qp. + +You can buy vials of water using `/buy`` `**`name:`**` ``Vial of water`` `**`quantity:`** + +--- + +## Making Potions + +Making unfinished potions, cleaning herbs, and preparing secondary ingredients are all done with the `/mix` command. You can optionally use Zahur & Wesley to make these processes instant for a small fee. + +- `/mix`**`name:`**`Crushed nest` +- `/mix`**`name:`**`Toadflax` +- `/mix`**`name:`**`Toadflax potion (unf)` +- `/mix`**`name:`**`Saradomin brew (3)` + +**Zahur** - You can add the **`zahur:`**`True` flag to make unfinished potions or clean herbs instantly. This costs 200gp per item. Zahur will not clean herbs that you do not have the required herblore level to clean yourself. No xp is given for cleaning herbs with Zahur. + +- E.g. `/mix`` `**`name:`**`Toadflax`` `**`zahur:`**`True` + +**Wesley** - You can add the **`wesley:`**`True` flag to crush your items instantly. This costs 50gp per item. There are no other requirements. Crushed items include: Crushed nest, Lava scale shard, Unicorn horn dust, Goat horn dust, Dragon scale dust, and Crushed superior dragon bones. + +- E.g. `/mix`` `**`name:`**`Crushed nest`` `**`wesley:`**`True` + +--- + +## Herb Cleaning Table + +| **Herb Name** | **Cleaning Level** | +| ------------- | :----------------: | +| Guam | 3 | +| Marrentill | 5 | +| Tarromin | 11 | +| Harralander | 20 | +| Ranarr | 25 | +| Toadflax | 30 | +| Irit | 40 | +| Avantoe | 48 | +| Kwuarm | 54 | +| Snapdragon | 59 | +| Cadantine | 65 | +| Lantadyme | 67 | +| Dwarf weed | 70 | +| Torstol | 75 | + +## Standard Potions + +
Finished potionPotion basePotion secondaryRequired level
Finished PotionPotion BasePotion SecondaryRequired Level
Attack potionGuam potion (unf)Eye of newt3
AntipoisonMarrentill potion (unf)Unicorn horn dust5
Strength potionTarromin potion (unf)Limpwurt Root12
Serum 207Tarromin potion (unf)Ashes15
Restore potionHarralander potion (unf)Red spiders' eggs22
Compost potionHarralander potion (unf)Volcanic ash22
Energy potionHarralander potion (unf)Chocolate dust26
Defence potionRanarr potion (unf)White berries30
Agility potionToadflax potion (unf)Toad's legs34
Combat potionHarralander potion (unf)Goat horn dust36
Prayer potionRanarr potion (unf)Snape grass38
Super attackIrit potion (unf)Eye of newt45
SuperantipoisonIrit potion (unf)Unicorn horn dust48
Fishing potionAvantoe potion (unf)Snape grass50
Super energyAvantoe potion (unf)Mort myre fungus52
Super strengthKwuarm potion (unf)Limpwurt root55
Weapon poisonKwuarm potion (unf)Dragon scale dust60
Super restoreSnapdragon potion (unf)Red spiders' eggs63
Super defenceCadantine potion (unf)White berries66
Antifire potionLantadyme potion (unf)Dragon scale dust69
Ranging potionDwarf weed potion (unf)Wine of Zamorak72
Magic potionLantadyme potion (unf)Potato cactus76
Zamorak brewTorstol potion (unf)Jangerberries78
Cadantine blood potion (unf)Cadantine blood potion (unf)Vial of blood, Cadantine80
Bastion potionCadantine blood potion (unf)Wine of zamorak80
Battlemage potionCadantine blood potion (unf)Potato cactus80
Saradomin brewToadflax potion (unf)Crushed nest81
Ancient brewDwarf weed potion (unf)Nihil dust85
+ +## **Non-standard Potions** + +
Finished potionPotion basePotion secondaryRequired level
Finished PotionPotion BasePotion SecondaryRequired Level
Guthix balanceRestore potionGarlic, Silver dust22
Sanfew serumSuper restore(4)Unicorn horn dust, Snake weed, Nail beast nails65
Antidote+Coconut milkToadflax, Yew roots68
Weapon poison+Coconut milkCactus spine, Red spiders' eggs73
Stamina potionSuper energy4x Amylase crystal77
Antidote++Coconut milkIrit leaf, Magic roots79
Weapon poisonCoconut milkCave nightshade, Poison ivy berries82
Extended antifireAntifire potion4x Lava scale shard84
Anti-venomAntidote++20x Zulrah's scales87
Super combat potionSuper attack, Super defence, Super strengthTorstol90
Forgotten brewAncient brew80x Ancient essence91
Super antifire potionAntifire potionCrushed superior dragon bones92
Anti-venom+Anti-venomTorstol94
Extended super antifireSuper antifire potion4x Lava scale shard98
diff --git a/docs/src/content/docs/osb/Skills/herblore/herblore-training.md b/docs/src/content/docs/osb/Skills/herblore/herblore-training.md new file mode 100644 index 00000000000..99f6fc9d9ed --- /dev/null +++ b/docs/src/content/docs/osb/Skills/herblore/herblore-training.md @@ -0,0 +1,26 @@ +--- +title: "Herblore Training" +--- + +# Herblore Training + +### Fastest route to 99: + +`/mix`` `**`name:`**`Attack potion (3)`` `**`quantity:`**`64`\ +`/mix`` `**`name:`**`Strength potion (3)`` `**`quantity:`**`237`\ +`/mix`` `**`name:`**`Defence potion (3)`` `**`quantity:`**`228`\ +`/mix`` `**`name:`**`Prayer potion (3)` until 63\ +`/mix`` `**`name:`**`Super restore (3)`` `**`quantity:`**`900`\ +`/mix`` `**`name:`**`Super defence (3)` until 72\ +`/mix`` `**`name:`**`Ranging potion (3)` until 76\ +`/mix`` `**`name:`**`Magic potion (3)` until 81\ +`/mix`` `**`name:`**`Saradomin brew (3)` until 99\ +\ +**Materials Needed:**\ +64 Guam potion(unf), 64 Eye of newt,\ +237 Tarromin potion(unf), 237 Limpwurt root,\ +4095 Ranarr potion(unf), 2692 Cadantine potion(unf), 2920 White berries, 3867 Snape grass,\ +900 Snapdragon potion(unf), 900 Red spiders' eggs,\ +2694 Dwarf weed potion(unf), 2694 Wine of zamorak,\ +4966 Lantadyme potion(unf), 4966 Potato cactus,\ +60235 Toadflax potion(unf), 60235 Crushed nest, diff --git a/docs/src/content/docs/osb/Skills/hunter.md b/docs/src/content/docs/osb/Skills/hunter.md new file mode 100644 index 00000000000..7a1d55ad826 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/hunter.md @@ -0,0 +1,24 @@ +--- +title: "Hunter" +--- + +# Hunter + +From copper longtails to black chinchompas, use the hunter skill to track, trap, and catch a variety of critters. Though they're animals, they aren't stupid, and it will take some time to learn the most efficient ways to `+hunt` them, with a 10% maximum boost after 50 hours at a given creature. For a full list of creatures, you can use the `+hunt --creatures` command. Each creature also has a `+lb creatures` so you can see how you stack up against your fellow players. For example, to see the top black chinchompa hunters in OSB, you can `+lb creatures black chinchompa`. Make sure to have a set of graceful equipped in your skilling setup, as it provides boosts for certain creatures. Stamina potion \(4\)s will aid you in hunting the Herbiboar as well, and if you ever lack the level requirement for a creature, you can use the `--potion` flag to use hunter potion \(4\)s to boost if you have them. + +A warning, black chin and black salamander hunting is dangerous! These wilderness creatures will put you in the path of virtual PKers, who may attack you, causing you to lose potions, catch chances, or even your minion's gear! A failed PK attempt will see you lose some saradomin brews and super restores, as well as lose some of your maximum catch chances. If the PKer kills you, you will lose some of the creatures you were catching, pots, as well as the body and leg slot items in your misc gear setup. While those two items are risked, their defensive stats also help you escape PKers, so it may be worth the risk. + +Beyond the standard `+hunt` command, there are two additional forms of hunter: aerial fishing and birdhouses. Aerial fishing gives both fishing and hunter experience, as well as a rare chance at molch pears that you can use to purchase various skilling items. Rates improve with higher hunter and fishing levels as new `+aerialfish` targets are unlocked. Birdhouses are a passive way to earn hunter xp, and also provide bird nests which are useful for training herblore. Birdhouse runs need birdhouses, which can be crafted, and seeds to use as bait. To do a birdhouse run, use the `+birdhouse run` command followed by the type of birdhouse you want to use \(e.g. maple birdhouse\). To check the status of your birdhouses you can use the `+birdhouse check` command. + +**Aerial Fishing Buyables** + +| **Item** | **Molch pearl cost** | +| :-------------------- | :------------------: | +| Angler hat | 100 | +| Angler top | 100 | +| Angler waders | 100 | +| Angler boots | 100 | +| Pearl fishing rod | 100 | +| Pearl fly fishing rod | 120 | +| Pearl barbarian rod | 150 | +| Fish sack | 1000 | diff --git a/docs/src/content/docs/osb/Skills/hunter/README.md b/docs/src/content/docs/osb/Skills/hunter/README.md new file mode 100644 index 00000000000..1cf7bd75d92 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/hunter/README.md @@ -0,0 +1,130 @@ +--- +title: "Hunter" +--- + +# Hunter + +## Overview + +From copper longtails to black chinchompas, use the hunter skill to track, trap, and catch a variety of critters. Though they're animals, they aren't stupid, and it will take some time to learn the most efficient ways to hunt them. For a full list of creatures, you can use the /`hunt --creatures` command. + +To start any hunter trip, use `/hunt`` `**`name:`**`[creature]` + +- `/hunt`` `**`name:`**`Black chinchompa` +- `/hunt`` `**`name:`**`Sabre-toothed kebbit`` `**`quantity:`**`50` +- `/hunt`` `**`name:`**`Red chinchompa`` `**`quantity:`**`100`` `**`hunter_potion:`**`True` + +**Note:** **`hunter_potion:`**`True` allows the use of hunter potions on your trip. See Boosts for more info. + +Each creature also has a leaderboard so you can see how you stack up against your fellow players. For example, to see the top black chinchompa hunters in OSB, you can `+lb creatures black chinchompa`. + +## Boosts + +These boosts apply to all hunter creatures, except birdhouses, herbiboar, and passive implings. + +- 5% for full graceful equipped in _skilling setup_ +- Up to 10% for creature hunting experience (1 hour of hunting = 1%) + - Up to 20% if the creature is hunted via [Tracking techniques](https://oldschool.runescape.wiki/w/Tracking) +- Hunter potions provide a +2 level boost during your trip + - This allows you to catch creatures above your current level and use an extra trap if the boost brings your level to the next 20-level threshold (20, 40, 60, 80). + - They are created with 1 Avantoe potion (unf) & 1 Kebbit teeth dust. + - The potions _must_ be 4-dose, so use `/activities decant`` `**`potion_name:`**`Hunter potion` before starting. + +## Wilderness Hunting + +A warning, black chin and black salamander hunting is dangerous! These wilderness creatures will put you in the path of virtual PKers, who may attack you, causing you to lose potions, catch chances, or even your minion's gear! Please read this entire section if you plan on hunting black chins or salamanders. + +There are 3 options that can happen while wildy hunting, these being: + +1. A normal trip. No PKers encountered + - You will receive regular xp rates and creatures caught. No items lost. +2. You encounter a PKer but you're NOT Pked. + - You will lose a random number of potions, 10% of the creatures, and 10% of the xp. +3. You encounter a PKer and you're Pked. + - You will lose all potions, 50% of the creatures, and 20% of the xp. + - You will also **lose the top and bottom** in your wildy gear setup. + +**NOTE:** You **need** 10x Saradomin brew(4) and 5x Super restore(4) for wildy hunting. + +**NOTE:** You **can** encounter PKers multiple times in 1 trip resulting in further losses to xp and creatures caught. + +### Peak PK Times + +Each day, there are low, medium, and high activity times for PKers. These determine the virtual PK activity while on your trip, while also influencing your chance to encounter a PKer. These times slots last for roughly 2 hours each but are in a random order. They also change every day. + +### Wildy Gear Score + +The top and bottom in your _wildy setup_ will give you a score which influences your minion chance of dying. All other gear in your wildy setup does NOT influence this score. This score is calculated against the theoretical maximum defence bonuses. I.e. Justiciar top and bottom is 100% gear score. Black d'hide top and bottom will give you a 29% gear score. However, in order to start wildy hunting, your top and bottom gear slots must add up to ALL the following minimum defensive stats. These are: + +- 48 Defensive Stab +- 58 Defensive Slash +- 71 Defensive Crush +- 68 Defensive Mage +- 76 Defensive Ranged + +### Chance Of Encountering A PKer + +Every minute of your wildy hunting trip, your minion is rolled against the chance of encountering a PKer. This doesn't mean you automatically die, rather you just encounter the PKer with a chance to survive (hence the need for brews and restores). This chance in influenced by which creature you are hunting and which PK time is active (see above). + +The base chance of encountering a PKer while wildy hunting is as follows: + +- Black chinchompa: 1/100 +- Black salamander: 1/200 + +This is further influenced by the PK activity at the time of your trip. + +- Low activity time: 80 +- Medium activity time: -20 +- High activity time: -80 + +For example, if you hunt black chins at a high activity time, your chance of running into a PKer is: + +- Black chin base chance (1/100) + high activity time (-80) = 1/20 chance every minute of your trip to encounter a PKer. + +### Chance Of Death + +If your minion is successful in encountering a PKer, you have a chance of death resulting in the loss of the top and bottom in your wildy setup. This chance is influenced by 3 things; the base chance of dying, your creature hunting experience, and your gear score. + +- Base chance of death: 1/20 +- Creature hunting experience: 1-200 (200 being 20k total of a specific creature caught) +- Gear score: 1-100 + +For example, if you encounter a PKer, while having over 20k total of a creature caught, and wearing black d'hide top and bottom, you death chance is as follows: + +- Base death chance (1/20) + creature hunting experience (200) + gear score (29%) = 1/249 chance of dying if a PKer is encountered. + +## Creatable Hunter Gear + +You can create hunter gear with the `/create` command. This serves no purpose other than to fill skilling collection log slots and be used as warm clothing. + +E.g. `/create`` `**`item:`**`Polar camouflage gear`` `**`quantity:`**`1` + +
Set nameRequired Materials
Polar camouflage gear4x Polar kebbit fur
Woodland camouflage gear4x Common kebbit fur
Jungle camouflage gear4x Feldip weasel fur
Desert camouflage gear4x Desert devil fur
Larupia hunter gear1x Larupia fur + 2x Tatty larupia fur
Graahk hunter gear1x Graahk fur + 2x Tatty graahk fur
Kyatt hunter gear1x Kyatt fur + 2x Tatty kyatt fur
Spotted cape2x Spotted kebbit fur
Spottier cape2x Dashing kebbit fur
Gloves of silence2x Dark kebbit fur
+ +## Rabbit Foot Necklace + +This handy necklace slightly increases the chances of receiving bird eggs and seeds from woodcutting activities and birdhouses. You need 27 hunter to collect the materials and 37 crafting to make the necklace. Heres how to make one: + +1. Hunt a ferret - `/hunt`` `**`name:`**`Ferret`` `**`quantity:`**`1` +2. Hunt a rabbit - `/hunt`` `**`name:`**`rabbit`` `**`quantity:`**`1` +3. Buy a ball of wool - `/buy`` `**`name:`**` ``Ball of wool`` `**`quantity:`**` ``1` +4. Craft the necklace - `/craft`` `**`name:`**` ``Strung rabbit foot` + +_It's worth noting that the boost received from the necklace is extremely small, amounting to an increase in bird eggs and seeds by about 0.16% compared to normal rates._ + +## Other Hunter Activities + +Among regular hunting methods, there are many other activities that can help level hunter or involve the hunter skill. These are: + +- [Aerial fishing](https://wiki.oldschool.gg/skills/fishing/aerial-fishing) + - Requires 35 hunter + 43 fishing +- [Drift net fishing](../fishing/drift-net-fishing.md) + - Requires 44 hunter + 47 fishing +- [Herbiboar](https://wiki.oldschool.gg/skills/hunter/herbiboar) + - Requires 80 hunter + 31 herblore +- [Birdhouses](https://wiki.oldschool.gg/skills/hunter/birdhouses) + - Requires 5 hunter + 5 crafting + 3qp for the lowest level birdhouses +- [Passive Implings](https://wiki.oldschool.gg/skills/hunter/passive-implings) + - Doesn't actually give xp, but is dependent on your current hunter level. +- [Puro Puro](puro-puro.md) + - Requires 17 hunter + 36 woodcutting + 31 crafting + 3 quest points diff --git a/docs/src/content/docs/osb/Skills/hunter/birdhouses.md b/docs/src/content/docs/osb/Skills/hunter/birdhouses.md new file mode 100644 index 00000000000..985e3c21cfe --- /dev/null +++ b/docs/src/content/docs/osb/Skills/hunter/birdhouses.md @@ -0,0 +1,120 @@ +--- +title: "Birdhouses" +--- + +# Birdhouses + +Birdhouses are a great way to collect birds nests and various seeds and rings. It is also the only method to collect bird's eggs for the chance at the evil chicken outfit pieces. All birdhouses take the same amount of time (50 minutes). + +If you are tier 1 patron or higher (and your BH's are ready), you will see a **'Birdhouse Run'** button at the end of your trips. This can be enabled/disabled using: + +`/config user toggle`` `**`name:`**`Disable Birdhouse Run Button` + +--- + +## Commands + +If you have no birdhouses in place, you can set them up using: + +- `/activities birdhouses`` `**`action:`**`Collect and Plant Birdhouses`` `**`birdhouse:`** + +To check to see if your birdhouses are ready, use: + +- `/activities birdhouses`` `**`action:`**`Check Birdhouses` + +To favourite a specific seed to use on your birdhouse runs, use: + +- `/config user favorite_bh_seeds` + +--- + +## Boosts + +- 10% for full graceful equipped in any setup + +--- + +## Requirements + +These are the minimum requirements to make the lowest level birdhouse. See the table below for further requirements on higher level birdhouses. + +- Level 5 Hunter +- Level 5 Crafting +- 3 Quest points +- 4x Clockworks + - Made with 4x Steel bars - `/craft`` `**`name:`**` ``Clockwork`` `**`quantity:`**` ``4` + - You will always reuse the same clockworks so you should only ever need 4. +- 4x logs + - These can be any tier logs provided you have the appropriate levels. +- 40x any hop seeds + - Can also use herb seeds (5 per birdhouse), however, hop seeds are used first. + +--- + +## Birdhouse Types + +| | | | +| ------------------- | :-----------------------: | :-------------------------: | +| **Birdhouse** | **Required Hunter Level** | **Required Crafting Level** | +| Bird house | 5 | 5 | +| Oak bird house | 14 | 15 | +| Willow bird house | 24 | 25 | +| Teak bird house | 34 | 35 | +| Maple bird house | 44 | 45 | +| Mahogany bird house | 49 | 50 | +| Yew bird house | 59 | 60 | +| Magic bird house | 74 | 75 | +| Redwood bird house | 89 | 90 | + +## Rewards + +There are a number of useful things you can collect from your birdhouse runs. These are: + +- Bird nests - higher level birdhouses will give more nests on average +- Feathers - between 10-100 per any tier birdhouse +- Raw bird meat - between 1-5 depending on birdhouse tier +- Ring jewellery - any between sapphire-diamond (lower tier more common) +- Seeds - only tree and fruit tree seeds (lower tier more common) +- Bird eggs - all colours are equal chance +- Clue scroll - beginner-elite tiers + +--- + +## Odds Of Each Nest Type + +You have a 50/50 chance at hitting the nest table when dismantling each birdhouse. If you hit the table, you then receive a random amount of nests, depending on the birdhouse tier. + +| | | +| ------------------- | :----------------------: | +| **Birdhouse** | **Possible Nest Amount** | +| Bird house | 1 | +| Oak bird house | 1-2 | +| Willow bird house | 1-3 | +| Teak bird house | 1-4 | +| Maple bird house | 1-5 | +| Mahogany bird house | 1-6 | +| Yew bird house | 1-7 | +| Magic bird house | 1-8 | +| Redwood bird house | 1-9 | + +There are 3 nest types you can receive, and each of these has a weighting which determines your chances of receiving each one. Wearing a [rabbit foot necklace](./#rabbit-foot-necklace) will slightly increase the amount of egg and ring nests received. They are: + +- Egg nests (3%) +- Ring nests (32%) +- Seed nests (65%) + +Clue scrolls are also given as a tertiary drop. Each tier (except beginner) has a 1/200 chance to be received per birdhouse. Weirdly, if you don't receive any clues from the initial roll, you have a 1/1000 chance for a beginner. + +--- + +## Bird Eggs + +These can be offered to the shrine where you have a chance at receiving pieces of the Evil chicken outfit. Each piece is 1/300 chance, and there is no set order in which you receive the pieces of the oufit. + +To offer the eggs, use `/offer`` `**`name:`**` ``[colour] bird egg` + +**NOTE:** You will receive 100 prayer xp per egg offered. + +As of 23rd Oct 2022, tracking was added to view the amount of eggs offered. Tracking only tracks the eggs offered after this date. To view how many you have offered, use: + +- `/data`` `**`name:`**` ``Bird Eggs Offered` diff --git a/docs/src/content/docs/osb/Skills/hunter/crystal-implings.md b/docs/src/content/docs/osb/Skills/hunter/crystal-implings.md new file mode 100644 index 00000000000..4d614396ca7 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/hunter/crystal-implings.md @@ -0,0 +1,22 @@ +--- +title: "Crystal Implings" +--- + +# Crystal Implings + +You can specifically hunt Crystal implings at a much faster rate than passively collecting them through activities completed in Priff. This method is limited to catching 22 Crystal imps per hour (compared to the 1 Crystal imp every 1-2 hours through passive activities). This does not mean you will catch 22 Crystal imps per hour, it's just the maximum. You are more likely to catch 12-18 per hour. + +## Requirements + +- 150 Quest points +- Song of the Elves requirements + - 70 Mining, Smithing, Farming, Woodcutting, Agility, Herblore, Construction, Hunter + +## Boosts + +Boosts affect your chance of a successful catch, rather than the speed of your trip. Basically, higher boosts means increased imp catches. + +- 5% boost for Graceful outfit **(must be equipped anywhere)** +- 20% boost for using Stamina potion(4) _(1 stam every 10 mins of the trip)_ +- Up to 10% for creature hunting experience _(1% for every hour of hunting)_ +- \+2 Hunter levels if using Hunter potion(4) _(1 hunt pot every 8 mins of the trip)_ diff --git a/docs/src/content/docs/osb/Skills/hunter/herbiboar.md b/docs/src/content/docs/osb/Skills/hunter/herbiboar.md new file mode 100644 index 00000000000..20b15fe5d28 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/hunter/herbiboar.md @@ -0,0 +1,41 @@ +--- +title: "Herbiboar" +--- + +# Herbiboar + +Herbiboar is a hunter activity where you can gain decent hunter xp and a handful of herbs. With maximum boosts at level 99 hunter, you can expect to see around 155-160k xp/h per hour, with a sprinkle of 1-4k herb xp/h. + +To start Herbiboar, use: + +- `/hunt`` `**`name:`**`Herbiboar` + +Stamina potions can be used with the flag **`stamina_potions:`**`true`. For every 9 minutes of your trip, you will consume a full 4-dose stamina. + +- `/hunt`` `**`name:`**`Herbiboar`` `**`stamina_potions:`**` ``true` + +**Herbiboar trip times work different to other creatures.** Instead of catching more creatures for using stamina potions, you will instead catch the same amount of creatures in a shorter time period. + +## Requirements + +- 80 Hunter +- 31 Herblore + +## Boosts + +- 5% for full Graceful (equipped in any setup) +- 20% for using Stamina potions +- Up to 20% for creature hunting experience +- Magic secateurs provide a small increase to herb yield + +## Loot Table + +- You will receive 1-3 herbs (2-4 if using Magic Secateurs) per catch. + +- You will always receive the following herbs from levels 31-99: + - Grimy Guam Leaf + - Grimy Irit Leaf + - Grimy Avantoe + - Grimy Kwuarm + - Grimy Cadantine +- You also have a chance the roll the Herbi pet at 1/6500 per Herbiboar caught. diff --git a/docs/src/content/docs/osb/Skills/hunter/hunter-training.md b/docs/src/content/docs/osb/Skills/hunter/hunter-training.md new file mode 100644 index 00000000000..bc70a1960ca --- /dev/null +++ b/docs/src/content/docs/osb/Skills/hunter/hunter-training.md @@ -0,0 +1,37 @@ +--- +title: "Hunter Training" +--- + +# Hunter Training + +## Fastest Route to 99: + +Full graceful provides a 5% boost to all hunter creatures, except birdhouses where it gives a 10% boost. It can be equipped in any setup! + +#### **Passive XP + seeds** + +You can set birdhouse traps to collect various seeds, rings, and eggs. This can be done every 50 minutes which provides excellent xp. See the [Birdhouses](https://wiki.oldschool.gg/skills/hunter/birdhouses) page for more info. + +#### **Optimal route for EHP hunter & fishing** + +`/activities aerial_fishing` (from 35 hunter and 43 fishing) + +#### **Optimal route for active hunter XP** + +_Numbers may not be accurate if you're unlucky with RNG_\ +`/hunt`` `**`name:`**`Polar kebbit`` `**`quantity:`**`23` (to 7+)\ +`/hunt`` `**`name:`**`Feldip weasel` (to 16+)\ +`/hunt`` `**`name:`**`Ruby harvest` (to 25+) (hunt 20 more if needed)\ +`/hunt`` `**`name:`**`Sapphire glacialis`` `**`quantity:`**`200` (to 29+)\ +`/hunt`` `**`name:`**`Swamp lizard` (to 43)\ +`/hunt`` `**`name:`**`Spotted kebbit` (to 57)\ +`/hunt`` `**`name:`**`Dark kebbit` (to 60)\ +`/hunt`` `**`name:`**`Red salamander` (to 67)\ +`/hunt`` `**`name:`**`Black salamander` (to 73)\ +`/hunt`` `**`name:`**`Black chinchompa` (to 99)\ + +### Additional Information: + +If you wish to avoid using brews/restores/gear, you can alternatively do Red Chinchompas starting at 63. + +Herbiboar is an option at 80 Hunter/31 Herblore, with rates up to 160k xp/hr with staminas, \~125k without. diff --git a/docs/src/content/docs/osb/Skills/hunter/passive-implings.md b/docs/src/content/docs/osb/Skills/hunter/passive-implings.md new file mode 100644 index 00000000000..50ad5a07a49 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/hunter/passive-implings.md @@ -0,0 +1,47 @@ +--- +title: "Passive Implings" +--- + +# Passive Implings + +As your minion is on a trip, it will automatically catch any implings it finds, provided it has the hunter level to catch them with a net (you don't actually need to buy a net). + +You can view the collection log for implings with `/cl`` `**`name:`**`implings`. + +## How It Works + +There is a 1/85 chance of your minion finding an impling _every minute of your trip_, provided your trip is over 4 minutes in length and you're not completing the Fight caves, Inferno, ToB, ToA, or some minigames (Barb assault, Castle wars, LMS, PC, Puro puro, Drift net, Underwater fish/agil). + +When you successfully roll the 1/85, the given impling is determined by a weighting. If you have 89+ hunter, the total of all weightings is 349. This means that each impling (except crystal) has a X/349 chance to be caught _if_ you roll the 1/85, X being the specific weighting of each impling type. If you don't have 89 hunter, minus the weighting of the imps you don't have access to, from the total weighting (349). + +For example, (assuming you have 89+ hunter) you receive 1x Baby impling during your 30 minute trip. That means, you had 30 rolls at the 1/85 chance to find an impling, and you successfully rolled it once during your trip. The weight of a Baby impling is 66. That means, you then rolled the 66/349 chance for a Baby impling. + +The odds of catching a Baby imp every minute are 1/449 (the maths is: 1/85 x 66/349). Theoretically, you have about a 1/15 chance to catch a Baby imp every 30 minutes. + +The chance of catching a Lucky impling is 1/29,665 every minute (1/989 every 30 mins). + +| | | | +| ---------------- | ------------------------- | ------------- | +| **Impling** | **Hunter Level Required** | **Weighting** | +| Baby Impling | 17 | 66 | +| Young Impling | 22 | 55 | +| Gourmet Impling | 28 | 48 | +| Earth Impling | 36 | 38 | +| Essence Impling | 42 | 29 | +| Eclectic Impling | 50 | 24 | +| Nature Impling | 58 | 33 | +| Magpie Impling | 65 | 24 | +| Ninja Impling | 74 | 21 | +| Crystal Impling | 80 | 1**\*\*** | +| Dragon Impling | 83 | 10 | +| Lucky Impling | 89 | 1 | + +** -** Passive Crystal implings are only available when doing activities within Prifddinas. This includes: + +- Gauntlet +- Zalcano +- Killing Dark beasts or Elves +- Pickpocketing Elves +- Training at Prifddinas rooftop course + +**\*\***- Crystal implings have a static 1/155 catch chance every minute. This equates to about a 1/5 chance to catch a Crystal impling every 30 minutes. diff --git a/docs/src/content/docs/osb/Skills/hunter/puro-puro.md b/docs/src/content/docs/osb/Skills/hunter/puro-puro.md new file mode 100644 index 00000000000..d527fef03b6 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/hunter/puro-puro.md @@ -0,0 +1,61 @@ +--- +title: "Puro Puro" +--- + +Want to catch hundreds and thousands of implings for clues and other resources? This is your place. Catch any and all types of implings in Puro Puro! + +You can expect around 6-10k xp/h when catching any specific impling, or 2-3k xp/h when catching All or High-Tier implings. You can also expect to catch between 160-170 implings per hour when catch a specific impling, but much less for higher tier implings. + +## Requirements + +- 3 Quest Points +- 36 Woodcutting +- 31 Crafting +- 17 Hunter + +## Boosts + +- 20% penalty for not having full graceful equipped +- 20% increase to catching imps for the use of Dark lure spell (read more below) + +## Implings + +There are several options when selecting the types of implings you wish to catch. These are: + +| | | | +| -------------------------- | ------------------------- | --------------------------- | +| **Impling Type** | **Hunter Level Required** | **Can Use Dark Lure Spell** | +| All Implings | 17 | Yes | +| High-Tier Implings**\*\*** | 58 | Yes | +| Eclectic Implings | 50 | No | +| Essence Implings | 42 | No | +| Earth Implings | 36 | No | +| Gourmet Implings | 28 | No | +| Young Implings | 22 | No | +| Baby Implings | 17 | No | + +- Allows you to catch any impling from Baby-Lucky. + +**\*\*** - Allows you to only catch Nature implings and above. + +## Dark Lure Spell + +You can choose to use the dark lure spell when attempting to catch All or High-Tier Implings. It will not work for anything else as you're effectively spawn camping the lower tier implings. The spell also has it's own set of requirements to use. Alongside these requirements, you are also required to have a set number of death and nature runes in your bank. Equipping a Bryophyta's staff has a 1/15 chance to save a nature rune while using dark lure spell. + +- _When hunting 'All Implings', you need a minimum of 300 death and nature runes._ + - You will have a boosted chance at catching Nature imps and above. +- _When hunting 'High-Tier Implings', you need a minimum of 100 death and nature runes._ + - You will have a boost to catch 20% more implings. + +The requirements to use the spell are as follows: + +- 9 Quest Points +- 54 Agility +- 52 Thieving +- 52 Woodcutting +- 50 Magic +- 50 Herblore +- 42 Mining +- 38 Crafting +- 16 Strength +- 12 Hunter diff --git a/docs/src/content/docs/osb/Skills/magic/README.md b/docs/src/content/docs/osb/Skills/magic/README.md new file mode 100644 index 00000000000..9b0ea0da0a9 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/magic/README.md @@ -0,0 +1,39 @@ +--- +title: "Magic (Non-combat)" +--- + +You can train your magic level through various non-combat spells in the bot. This includes casting lunar spells, teleport spells, and enchanting jewellery and bolts. All casting and enchanting spells require the same levels and runes as they do in OSRS. + +**Note:** Equipping an [elemental staff](https://oldschool.runescape.wiki/w/Elemental_staves) in your _skilling setup_ will cut down on rune costs. + +## Casting + +There are numerous useful casting spells that can be used to train magic. All cast spells require 50qp except for teleports and bones to bananas. + +To use any of the following spells, use the `/activities cast` command. + +- E.g. `/activities cast`` `**`spell:`**` ``Camelot Teleport`` `**`quantity:`**` ``100` + +
SpellLevels RequiredNotes
Bones to bananas15 MagicConverts 25 bones/cast
Varrock teleport25 Magic-
Lumbridge teleport31 Magic-
Falador teleport37 Magic-
Camelot teleport45 Magic-
Spin flax76 Magic + 10 CraftSpins 5 flax/cast
Tan green dragon leather78 MagicTans 5 green d'hide/cast
Tan blue dragon leather78 MagicTans 5 blue d'hide/cast
Tan red dragon leather78 MagicTans 5 red d'hide/cast
Tan black dragon leather78 MagicTans 5 black d'hide/cast
String gold80 Magic + 8 CraftStrings 1 item/cast
String sapphire80 Magic + 24 CraftStrings 1 item/cast
String emerald80 Magic + 31 CraftStrings 1 item/cast
String ruby80 Magic + 50 CraftStrings 1 item/cast
String diamond80 Magic + 70 CraftStrings 1 item/cast
String dragonstone80 Magic + 80 CraftStrings 1 item/cast
String onyx80 Magic + 90 CraftStrings 1 item/cast
Plank make logs86 MagicCosts 70gp/plank
Plank make oak86 MagicCosts 175gp/plank
Plank make teak86 MagicCosts 350gp/plank
Plank make mahogany86 MagicCosts 1050gp/plank
Recharge glory89 MagicRecharges 25 items/cast
Recharge combat bracelet89 MagicRecharges 25 items/cast
Recharge skills necklace89 MagicRecharges 25 items/cast
Superglass make giant seaweed77 Magic + 61 CraftMakes 29 molten glass/cast
Superglass make seaweed77 Magic + 61 CraftMakes 17 molten glass/cast
Superglass make soda ash77 Magic + 61 CraftMakes 17 molten glass/cast
Charge water orb*56 Magic20% boost for graceful
Charge earth orb60 Magic20% boost for graceful
Charge fire orb*63 Magic20% boost for graceful
Charge air orb66 Magic20% boost for graceful
Demonic offering fiendish84 MagicOffers 3 fiendish ashes
Demonic offering vile84 MagicOffers 3 vile ashes
Demonic offering malicious84 MagicOffers 3 malicious ashes
Demonic offering abyssal84 MagicOffers 3 abyssal ashes
Demonic offering infernal84 MagicOffers 3 infernal ashes
+ +Also gains additional boosts from 70 Agility (44% boost) and 80 Agility (52% boost). + +## Enchanting + +Much like casting, enchanting jewellery or bolts is another viable method to train magic. You can enchant all the same jewellery as OSRS, however, most enchanted jewellery has no use at this stage. Please note that 10 bolts are enchanted per cast. + +To enchant any jewellery or bolts, use the `/activities enchant` command. + +- E.g. `/activities enchant`` `**`name:`**` ``Emerald ring`` `**`quantity:`**` ``100` + +
JewelleryLevel RequiredBoltsLevels Required
Opal7Opal bolts4
Sapphire7Sapphire bolts7
Jade27Pearl bolts24
Emerald27Emerald bolts27
Topaz49Topaz bolts29
Ruby 49Ruby bolts49
Diamond57Diamond bolts57
Dragonstone68Dragonstone bolts68
Onyx87Onyx bolts87
Zenyte93Dragon Bolts
Opal dragon bolts4
Sapphire dragon bolts7
Jade dragon bolts14
Pearl dragon bolts24
Emerald dragon bolts27
Topas dragon bolts49
Ruby dragon bolts49
Diamond dragon bolts57
Dragonstone dragon bolts68
Onyx dragon bolts87
+ +- To view what each piece of jewellery turns into, visit the [OSRS Enchanting Spells](https://oldschool.runescape.wiki/w/Enchantment_spells#Enchanted_gold_and_silver_jewellery) wiki page. + +## Regular Alching + +You are able to send your minion on an alching trip using the `/activities alch` command. You can specify the item and quantity to alch, or you can simply send the minion to alch whatever is in your favourite alchs list by not adding any items or quantity. Please note that this is different to agility alching. + +## Agility Alching + +Another non-combat method is to cast high alchemy when running laps of agility. This can be especially handy to ironmen or if you want to maximise your time spent while training agility. You can read more about this method on the [Agility Alching](https://wiki.oldschool.gg/skills/agility/agility-alching) page. diff --git a/docs/src/content/docs/osb/Skills/magic/fountain-of-rune.md b/docs/src/content/docs/osb/Skills/magic/fountain-of-rune.md new file mode 100644 index 00000000000..f1ee3f1f54d --- /dev/null +++ b/docs/src/content/docs/osb/Skills/magic/fountain-of-rune.md @@ -0,0 +1,31 @@ +--- +title: "Fountain of Rune" +--- + +# Fountain of Rune + +You can use the Fountain of Rune to charge Rings of wealth and Amulets of glory. Be aware that there is a small chance of getting pked (approximately 1/100 chance) which will result in a loss of an invent of wealths/glories per death. You will not lose any gear in any setup from this. + +To charge at the Fountain of Rune, use the following command: + +- `/activities charge`` `**`item:`**`[Amulet of glory/Ring of wealth]` + +**Note:** quantity refers to 1 inventory (1 invent = 26 items) + +### Charging Wealths + +- Ring of wealth (5) are required to make the Ornate jewellery box in your POH. +- This is currently the only method to obtain charged Rings of wealth. + +### Charging Glories + +- Amulet of glory(6) are only used in the [Gnome Restaurant](https://wiki.oldschool.gg/minigames/gnome-restaurant) minigame. +- Gnome Restaurant is currently the only way to remove charges from a glory. +- If you want to create Amulet of glory(4), use the `/activities cast spell:recharge glory` command. However, these are not used in Gnome restaurant and are only used to create the Ornate jewelley box in your POH. + +### Amulet of Eternal Glory + +- You can obtain this amulet at a 1/25,000 chance when charging glories here. +- Possessing the stats for the Wilderness elite diary provides a 3x speed boost. + - It is **not recommended** to charge glories unless you have this unlocked. +- Currently, the only use of the Eternal glory is at the [Gnome Restaurant](https://wiki.oldschool.gg/minigames/gnome-restaurant) minigame. diff --git a/docs/src/content/docs/osb/Skills/magic/mage-training-arena.md b/docs/src/content/docs/osb/Skills/magic/mage-training-arena.md new file mode 100644 index 00000000000..dcc40526baf --- /dev/null +++ b/docs/src/content/docs/osb/Skills/magic/mage-training-arena.md @@ -0,0 +1,32 @@ +--- +title: "Mage Training Arena" +--- + +# Mage Training Arena + +Your minion can train magic in the Mage Training Arena and buy all the regular rewards such as infinity gear, wands, and the mages book. + +To start a trip, use `/minigames mage_training_arena start` + +To check your points, use `/minigames mage_training_arena points` + +The Mage Training Arena is combined into 1 room, and 1 set of points. A single room costs 45 fire-, 20 nature-, 18 cosmic- and 14 law runes. Each room takes 14 minutes to complete and awards 23 Pizazz points (100/hr). Training in the Mage Training Arena grants between 23,750-26,250 magic XP/hr. + +### Rewards + +Rewards can be bought using `/minigames mage_training_arena buy` + +Rewards take approximately the same amount of time to get. Earning 5659 Pizazz points to buy one of every item from the rewards shop, takes approximately 56½ hours. + +| **Item** | **Pizazz Points** | +| ---------------- | ----------------- | +| Infinity gloves | 420 | +| Infinity hat | 810 | +| Infinity top | 960 | +| Infinity bottoms | 1,110 | +| Infinity boots | 280 | +| Beginner wand | 30 | +| Apprentice wand | 71 | +| Teacher wand | 143 | +| Master wand | 575 | +| Mage's book | 1,260 | diff --git a/docs/src/content/docs/osb/Skills/mining.md b/docs/src/content/docs/osb/Skills/mining.md new file mode 100644 index 00000000000..e037e6c461a --- /dev/null +++ b/docs/src/content/docs/osb/Skills/mining.md @@ -0,0 +1,49 @@ +--- +title: "Mining" +--- + +# Mining + +You can train Mining using `+mine [quantity] `, for example `+mine 10 coal`. + +Some ores reward you with golden nuggets or unidentified minerals. You can use nuggets to buy the prospector outfit and minerals to buy the three mining gloves, this is done via the `+create` command. + +The bot uses XP rates based off rune pickaxe as standard; however, you can get one of the following boosts to mining output from owning one of these pickaxes: + +- Dragon pickaxe: +6% \(level 61\) +- Infernal pickaxe: +10% \(level 61\) +- Gilded pickaxe: +11% \(level 41\) +- Crystal pickaxe: +11% \(level 71\) +- 3rd age pickaxe: +11% \(level 61\) + +You can also receive boosts to mining XP rates from: + +- Prospector's Outfit +2.5% + - Prospector Helmet +0.4% + - Prospector Jacket +0.8% + - Prospector Legs +0.6% + - Prospector Boots +0.2% +- Mining Gloves + - Mining Gloves +2% + - Superior Mining Gloves +4% + - Expert Mining Gloves +6% + +## Ores + +| **Ore Name** | **Nuggets** | **Minerals** | **Required level** | +| :------------- | :---------: | :----------: | :----------------: | +| Rune essence | | | 1 | +| Copper ore | | | 1 | +| Tin ore | | | 1 | +| Saltpetre | | | 1 | +| Iron ore | | ✔ | 15 | +| Silver ore | | | 20 | +| Volcanic ash | | | 22 | +| Pure essence | | | 30 | +| Coal | | ✔ | 30 | +| Gold ore | ✔ | | 40 | +| Gem rock | | | 40 | +| Mithril ore | ✔ | | 55 | +| Adamantite ore | ✔ | | 70 | +| Runite ore | ✔ | | 85 | +| Amethyst | | ✔ | 92 | diff --git a/docs/src/content/docs/osb/Skills/mining/README.md b/docs/src/content/docs/osb/Skills/mining/README.md new file mode 100644 index 00000000000..0cfc6c32ab3 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/mining/README.md @@ -0,0 +1,85 @@ +--- +title: "Mining" +--- + +# Mining + +You can train Mining using `/mine`**`name:`**`[ore]`. If no quantity is specified, it will default to a full trip. Using the powermine option will result in no ores being obtained, but provides significantly faster mining xp rates. + +- `/mine`` `**`name:`**` ``Runite ore`` `**`quantity:`**` ``50` +- `/mine`` `**`name:`**` ``Iron ore`` `**`powermine:`**` ``true` + +## Pickaxes + +All pickaxes in the bot will provide a specific increase to your chance of mining ores (i.e. mining speed). The best pickaxe to use is a Crystal pickaxe (Lvl 71) with the second-best being a Dragon, Infernal, or 3rd Age pickaxe (Lvl 61). Gilded pickaxes perform the same as a rune axe. The Crystal pickaxe does not degrade and the Infernal pickaxe does not smelt ores while mining. Pickaxes do not need to be equipped for the bonus to apply. + +## Mining Guild + +If you have at least 60 Mining, the ore you are mining provides minerals, and the rock is located within the Mining guild, you will gain an invisible +7 mining levels. This will grant a small increase to the speed in which you will mine ores. This boost does not let you use higher level pickaxes or mine higher level ores. You cannot get gold nuggets from mining within the guild. + +- **Ores in Guild** - Iron, Coal, Gold, Mithril, Adamant, Runite, Amethyst + +## Powermining + +Using this filter when mining ores allows your minion to reach much higher xp rates, at the expense of not receiving any ores from your trip. For ironmen, it may be beneficial to mine normally so they can use the ores for early smithing or crafting levels. You will still receive minerals and clues when powermining. You cannot receive golden nuggets from powermining as it is not allowed in [Motherlode mine](motherlode-mine.md). + +## Gold & Silver Ore + +If you have 99 crafting, you will get a significant 70% boost to your trip time, due to using the bank at the crafting guild. This applies only when mining gold and silver ores. You cannot recieve gold nuggets from mining gold or silver ores, rather only from [Motherlode mine](motherlode-mine.md). + +## Celestial Ring/Signet + +The Celestial ring or signet will provide an invisible +4 mining levels. It does not have to be charged for the boost to apply. It can also be equipped anywhere or left in your bank for the boost to apply. This boost does not let you use higher level pickaxes or mine higher level ores. + +## Mining cape + +**Currently, the Mining cape is NOT affecting granite and sandstone mining trips. This message will be removed as soon as a fix is implemented.** + +The Mining cape provides a 5% bonus to the amount of ores you will receive. The extra ores received will not give extra xp, however, the bonus effect stacks with Varrock armours. The cape has no effect when powermining. It applies to all ores except for runite and amethyst. It does not need to be equipped for the bonus to apply. + +## Varrock Armour + +**Currently, the Varrock armours (all variants) are NOT affecting granite and sandstone mining trips. This message will be removed as soon as a fix is implemented.** + +The Varrock diary rewards provide a 10% bonus to the amount of ores you will receive. Higher tiers of diary completion means higher tier ores are affected. The extra ores received will not give extra xp, however, the bonus effect stacks with the Mining cape. These armours have no effect when powermining. This effect also applies to sandstone and granite. It does not need to be equipped for the bonus to apply. It also has no effect within Motherlode mine. + +- **Varrock Armour 1:** Clay - Coal +- **Varrock Armour 2:** Clay - Mithril +- **Varrock Armour 3:** Clay - Adamant +- **Varrock Armour 4:** Clay - Amethyst + +## Prospector's Outfit + +Must be equipped in the skilling setup for the boost to apply. Nuggets are only obtained from [Motherlode mine](motherlode-mine.md). + +| **Item** | **XP Boost** | **Golden Nugget Cost** | +| ----------------- | ------------ | ---------------------- | +| Prospector helmet | 0.4% | 40 | +| Prospector jacket | 0.8% | 60 | +| Prospector legs | 0.6% | 50 | +| Prospector boots | 0.2% | 30 | +| **Complete set:** | **2.5%** | **180** | + +## Mining Gloves + +These gloves give the chance to not deplete rocks when mining, effectively speeding up your mining trip. They must be equipped in any setup for the boost to apply. + +
ItemOres AffectedMineral Cost
Mining glovesSilver, Coal, Gold60
Superior mining glovesMithril, Adamant, Runite120
Expert mining glovesAll of the above + Amethyst60 + other 2 gloves
+ +## Unidentified Minerals + +The amount of unidentified minerals rewarded is based in the total trip time. The amount received is a randomly selected number between 0 and the total trip time divided by 4, floored/rounded down. + +$$ +⌊\frac{tripTime}{4}⌋=maxAmount +$$ + +For example, a trip of 30 minutes will award between 0 and 7 unidentified minerals. + +The only other thing unidentified minerals can be used to purchase are: + +- `/buy`` `**`name:`**` ``Bag full of gems (minerals)` - 20 Unidentified minerals + +## Ores + +
Ore NameMineralsRequired LevelExperienceXP/Hr @ 99
Ore NameMineralsRequired LevelExperienceXP/Hr @ 99
Rune essence1510,288
Copper ore117.526,881
Tin ore117.526,881
Saltpetre100
Iron ore153550,332
Silver ore204022,454
Volcanic ash22109,810
Pure essence30510,288
Coal305031,644
Gold ore406536,556
Gem rock406520,865
Mithril ore558017,231
Adamantite ore709512,654
Runite ore851256,731
Amethyst9224014,321
diff --git a/docs/src/content/docs/osb/Skills/mining/mining-training.md b/docs/src/content/docs/osb/Skills/mining/mining-training.md new file mode 100644 index 00000000000..c75d5e674e9 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/mining/mining-training.md @@ -0,0 +1,43 @@ +--- +title: "Mining Training" +--- + +# Mining Training + +## Fastest Route to 99 + +This is the fastest method to obtain 99 mining. It yields almost no profit since it's all done via powermining. + +1-15: Powermine Copper/Tin\ +15-45: Powermine Iron\ +45-99: Powermine Granite + +While you can obtain the prospector's outfit from Motherlode mine with golden nuggets (fastest method), the time spent to obtain the outfit is negligible against overall time to get to 99. + +## Profitable Route to 99 + +1-15: Powermine Copper/Tin\ +15-37: Powermine Iron\ +37-50: Mine Volcanic ash\ +50-71: Mine Iron (For use of Crystal pickaxe)\ +**PICK N MIX UNTIL 99**\ +Mine Gold ore (fastest and quite profitable)\ +Mine Gem rocks (best pet chance but much less profitable)\ +Mine Amethyst from 92-99 (with expert mining gloves)\ +Zalcano (12-16k xp/hr) + +## Xp/Hr - Powermining + +The following table assumes you have all possible boosts starting from their respective levels. + +
+ +## Xp/Hr - Regular + +The following table assumes you have all possible boosts starting from their respective levels. + +
+ +## Xp/Hr - Gold + Silver With 99 Crafting + +
diff --git a/docs/src/content/docs/osb/Skills/mining/motherlode-mine.md b/docs/src/content/docs/osb/Skills/mining/motherlode-mine.md new file mode 100644 index 00000000000..293616af0a5 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/mining/motherlode-mine.md @@ -0,0 +1,44 @@ +--- +title: "Motherlode Mine" +--- + +# Motherlode Mine + +You can select to mine here for a chance to receive golden nuggets and a vast array of ores. You cannot receive clue scrolls from mining here, and you cannot powermine here. The Varrock armour effect does not work here. The xp with all boosts before collecting 100 golden nuggets and 99 mining is roughly 44k xp/h, whereas after unlocking the upper level, it is around 54k xp/h. + +## Requirements + +- 30 Mining + +## Boosts + +- Approx 20% faster mining for having 100 golden nuggets in your skilling CL + 72 mining +- Falador elite diary provides slightly increased better ores +- Invisible 4 mining levels boost for Celestial ring/Celestial signet - Works from bank +- Pickaxe boost (see [Mining page](./#pickaxes)) +- Prospector outfit (see [Mining page](./#prospectors-outfit)) - **MUST BE EQUIPPED IN SKILLING SETUP** + +## Golden Nuggets + +Motherlode mine is the only place where you can obtain Golden nuggets. They are given at a rate of 2.73% per pay-dirt mined. Starting at 30 mining, you can expect to receive 1-5 nuggets per 30 minute trip. At level 72 + unlocking the upper level, you can expect around 6-11 nuggets per trip. At 99 with all boosts, you can expect around 7-12 nuggets per trip. + +## Golden Nugget Shop + +You can use golden nuggets to purchase the Prospector's outfit through the `/buy` command. The outfit must be equipped in the **skilling setup**, and provides bonus xp on the return of your trip. + +| **Item** | **XP Boost** | **Golden Nugget Cost** | +| ----------------- | ------------ | ---------------------- | +| Prospector helmet | 0.4% | 40 | +| Prospector jacket | 0.8% | 60 | +| Prospector legs | 0.6% | 50 | +| Prospector boots | 0.2% | 30 | +| **Complete set** | **2.5%** | **180** | + +Other things you can purchase with golden nuggets are listed below. + +| | | | +| ---------------- | ----------------------------------------------------- | ---------------------- | +| **Item** | **Uses** | **Golden Nugget Cost** | +| Bag full of gems | Can be opened to receive 40 random gems. | 40 | +| Coal bag | 60% boost at blast furnace for bars that require coal | 100 | +| Gem bag | None | 100 | diff --git a/docs/src/content/docs/osb/Skills/mining/shooting-stars.md b/docs/src/content/docs/osb/Skills/mining/shooting-stars.md new file mode 100644 index 00000000000..06d43e3ed9b --- /dev/null +++ b/docs/src/content/docs/osb/Skills/mining/shooting-stars.md @@ -0,0 +1,38 @@ +--- +title: "Shooting stars" +--- + +# Shooting stars + +Shooting stars is a mining event, that you can join after a activity trip. + +## Requirements + +| Star level | Mining level required | +| ------------ | --------------------- | +| Size Level 1 | 10 | +| Size Level 2 | 20 | +| Size Level 3 | 30 | +| Size Level 4 | 40 | +| Size Level 5 | 50 | +| Size Level 6 | 60 | +| Size Level 7 | 70 | +| Size Level 8 | 80 | +| Size Level 9 | 90 | + +## **Rewards** + +Each star you mine will give you star dust. This can be used to buy rewards such as star fragments and the celestial ring. You can buy items using the `/buy` command. + +| Item name | Cost of dust | +| -------------------------- | ------------ | +| Celestial ring (uncharged) | 2000 | +| Star fragment | 3000 | +| Bag full of gems | 300 | +| Soft clay pack | 150 | + +## Celestial Signet + +The Celestial ring can be combined with the Elven signet to make the Celestial signet. The Celestial signet performs in the exact same way the Celestial ring does, giving an invisible +4 boost to the players mining level. Charging the ring doesn't add any extra effects or give any benefits, however, the ring needs to have at least 1 charge to be able to combine it with the Elven signet. It also requires an additional 1,000 stardust and 100 crystal shards to combine. + +- `/create`` `**`item:`**` ``Celestial signet` diff --git a/docs/src/content/docs/osb/Skills/mining/volcanic-mine.md b/docs/src/content/docs/osb/Skills/mining/volcanic-mine.md new file mode 100644 index 00000000000..0ff7fe9fd67 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/mining/volcanic-mine.md @@ -0,0 +1,56 @@ +--- +title: "Volcanic Mine" +--- + +# Volcanic Mine + +OSRS Wiki page: [https://oldschool.runescape.wiki/w/Volcanic_Mine](https://oldschool.runescape.wiki/w/Volcanic_Mine) + +You can do the Volcanic Mine using: `/minigames volcanic_mine start` + +--- + +## Requirements + +- 70 Prayer +- 70 Hitpoints +- 50 Mining + +--- + +## Boosts + +Boosts must be equipped in the skilling setup. + +- 30% more points & XP for 61+ mining and dragon pickaxe +- 50% more points & XP for 71+ mining and [crystal pickaxe](zalcano.md) +- 2.5% XP for full prospector + +If you have all the boosts you should get the following message upon starting a trip. Supply usage can vary depending on your maximum trip length. + +--- + +## Costs + +- 3 Saradomin Brews per game +- 1 Prayer potion per game + +These costs can be reduced with: + +- 1 less Saradomin brew for 80+ Hitpoints +- 1 less Saradomin brew for having an Elysian Spirit Shield equipped in skilling setup +- 1 less Prayer potion for 90 Prayer **OR** 80 Prayer + Dragonbone necklace + +--- + +## Volcanic Mine Shop + +You can buy everything you can buy in OSRS with the `/minigames volcanic_mine` command. + +E.g. `/minigames volcanic_mine buy`` `**`item:`**`Gold ore`` `**`quantity:`**`1000` + +
ItemPoint Cost
Iron ore30
Silver ore55
Coal60
Gold ore150
Mithril ore150
Adamantite ore300
Runite ore855
Volcanic ash40
Calcite70
Pyrophosphite70
Ore pack (Volcanic mine)4,000
Volcanic mine teleport200
Large water container10,000
Ash covered tome40,000
+ +## Ore packs + +When opening the Ore packs, you will receive 50 random ores scattered between iron and rune. There is a 1/100 chance per pack that you will receive the Broken dragon pickaxe. This pickaxe cannot be fixed, and is purely for the collection log. diff --git a/docs/src/content/docs/osb/Skills/mining/zalcano.md b/docs/src/content/docs/osb/Skills/mining/zalcano.md new file mode 100644 index 00000000000..6bbc6da09d8 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/mining/zalcano.md @@ -0,0 +1,39 @@ +--- +title: "Zalcano" +--- + +# Zalcano + +Zalcano is a skilling based boss. You can start a trip with `/k`` `**`name:`**`Zalcano`. + +Zalcano is a solo only activity, however your minion theoretically kills it with other minions. + +### Requirements + +- Level 70 in the following skills: + - Smithing + - Mining + - Farming + - Agility + - Woodcutting + - Herblore + - Construction + - Hunter +- 150+ quest points + +### Boosts + +- 15% time penalty for not having graceful equipped. +- Higher KC provides a speed boost (up to 16.67%). +- Higher Smithing/Mining levels provide speed boosts (up to 5% combined). +- Food usage will decrease with KC. + +### Rewards + +- Runecrafting, Smithing and Mining XP. +- 2-3 crystal shards per kill and various resources such as runes, gems, ores and bars. +- Crystal tool seed, used to make crystal tools which provide the highest boosts. + - `/create`` `**`item:`**`Crystal pickaxe/axe/harpoon` (needs 76 craft & smith + 120 crystal shards) +- Finally, Zalcano has a pet (Smolcano) and drops a dragon pickaxe ornament kit (Zalcano shard). + - `/create`` `**`item:`**`Dragon pickaxe (or)` +- See the OSRS wiki [Zalcano Page](https://oldschool.runescape.wiki/w/Zalcano) for further details. diff --git a/docs/src/content/docs/osb/Skills/prayer/README.md b/docs/src/content/docs/osb/Skills/prayer/README.md new file mode 100644 index 00000000000..68b00170a57 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/prayer/README.md @@ -0,0 +1,50 @@ +--- +title: "Prayer" +--- + +# Prayer + +There are 3 methods to training your Prayer: burying/offering bones, using ensouled heads, and offering demonic ashes. + +## Zealot's Robes + +When equipped in the skilling setup, these robes provide a 1.25% chance per piece to save bones when burying or offering (5% for full outfit). This effect stacks with the chaos altar's bone saving effect. The outfit does not work on ensouled heads. This outfit is obtained from the gold chests in the [Shades of Mort'ton minigame](https://wiki.oldschool.gg/minigames/shades-of-mortton) at a rate of 1/128 per piece. + +--- + +## Burying/Offering Bones + +You can train Prayer by burying bones, or offering them to the Chaos altar. For example, to bury Dragon bones, you can do `/activities bury`` `**`name:`**` ``Dragon bones`. You can also specify an amount but this is optional as it will default to the maximum. This should never be done as the Chaos alter gives over 6x more xp per bone, even including the chance to lose bones to pkers. + +Offering the bones to the Chaos altar works exactly the same, except you use `/offer` instead, for example: `/offer`` `**`name:`**` ``Dragon bones`. + +The Chaos Altar works like ingame, your minion will do 1 inventory trips back and forth to sacrifice, with a 10% chance of being PKed in the trip and losing some amount of your inventory of bones (depending on if you got PKed at the start/middle/finish). + +--- + +## Ensouled Heads + +Through slayer and other combat related activities, you may obtain ensouled heads in various forms. You can use these heads for Prayer xp by using the `/k` command. They require a specific magic level to kill along with a rune cost for each cast. To view the rune cost and xp given, visit the [Ensouled heads page](ensouled-heads.md). + +--- + +## Demonic Ashes + +Much like ensouled heads, you can obtain demonic ashes through slayer and other combat related activities. These have 2 uses: + +- They can be **offered** through the use of the `/activities cast`` `**`spell:`**` ``Demonic offering` command which will grant various amounts of prayer xp depending on the type of the ashes offered. +- They can be **scattered** through the use of the `/activities scatter`` `**`name:`** command. This requires no items or runes. It gives the full xp regardless of the diary level completed. + +
Type of AshesXp Received (Offering)Xp Received (Scattering)Spell cost per offering
Fiendish ashes90101 Soul Rune
1 Wrath Rune
3 Fiendish ashes
Vile ashes225251 Soul Rune
1 Wrath Rune
3 Vile ashes
Malicious ashes585651 Soul Rune
1 Wrath Rune
3 Malicious ashes
Abyssal ashes765851 Soul Rune
1 Wrath Rune
3 Abyssal ashes
Infernal ashes9901101 Soul Rune
1 Wrath Rune
3 Infernal ashes
+ +## Ash Sanctifier + +This item can be obtained through completion of the Hard and Elite Kebos & Kourend diary. If you have already completed the diary, simply just claim the diary reward again. This item must be charged to use during combat, costing 1 death rune for 10 charges. When charged during combat, you will receive passive prayer xp anytime you kill monsters that drop demonic ashes. If you have only the hard diary completed, you will receive half the normal xp, or full xp for completion of the elite diary (see above for xp rates). + +To charge the Ash sanctifier, use: + +- `/minion charge`` `**`item:`**` ``Ash sanctifier`` `**`amount:`**` ``X` + +To toggle the effect of the Ash sanctifier during combat, use: + +- `/config user toggle`` `**`name:`**` ``Disable Ash Sanctifier` diff --git a/docs/src/content/docs/osb/Skills/prayer/ensouled-heads.md b/docs/src/content/docs/osb/Skills/prayer/ensouled-heads.md new file mode 100644 index 00000000000..a9a84f8fdc6 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/prayer/ensouled-heads.md @@ -0,0 +1,70 @@ +--- +title: "Ensouled Heads" +--- + +# Ensouled Heads + +Ensouled heads offer an alternative method to training Prayer. The heads can be obtained through killing monsters or bought off other players. They require runes and specific magic levels to use. + +To use your ensouled heads, simply use the `/k` command. + +- `/k`` `**`name:`**` ``Reanimated Dragon` + +## Types of Ensouled Heads + +There are 4 tiers of ensouled heads, each requiring a specific magic level to use. + +### Basic Reanimation (16 Magic) + +_Runes required per cast: 4 Body + 2 Nature_ + +| | | +| ------------------- | ------------- | +| **Ensouled Head** | **Prayer Xp** | +| Reanimated goblin | 130 | +| Reanimated monkey | 182 | +| Reanimated imp | 286 | +| Reanimated minotaur | 364 | +| Reanimated scorpion | 454 | +| Reanimated bear | 480 | +| Reanimated unicorn | 494 | + +### Adept Reanimation (41 Magic) + +_Runes required per cast: 4 Body + 3 Nature + 1 Soul_ + +| | | +| ---------------------- | ------------- | +| **Ensouled Head** | **Prayer Xp** | +| Reanimated dog | 520 | +| Reanimated chaos druid | 584 | +| Reanimated giant | 650 | +| Reanimated ogre | 716 | +| Reanimated elf | 754 | +| Reanimated troll | 780 | +| Reanimated horror | 832 | + +### Expert Reanimation (72 Magic) + +_Runes required per cast: 1 Blood + 3 Nature + 2 Soul_ + +| | | +| -------------------- | ------------- | +| **Ensouled Head** | **Prayer Xp** | +| Reanimated kalphite | 884 | +| Reanimated dagannoth | 936 | +| Reanimated bloodveld | 1,040 | +| Reanimated tzhaar | 1,104 | +| Reanimated demon | 1,170 | +| Reanimated hellhound | 1,200 | + +### Master Reanimation (90 Magic) + +_Runes required per cast: 2 Blood + 4 Nature + 4 Soul_ + +| | | +| ------------------- | ------------- | +| **Ensouled Head** | **Prayer Xp** | +| Reanimated aviansie | 1,234 | +| Reanimated abyssal | 1,300 | +| Reanimated dragon | 1,560 | diff --git a/docs/src/content/docs/osb/Skills/prayer/prayer-training.md b/docs/src/content/docs/osb/Skills/prayer/prayer-training.md new file mode 100644 index 00000000000..ce50305a0b4 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/prayer/prayer-training.md @@ -0,0 +1,16 @@ +--- +title: "Prayer Training" +--- + +# Prayer Training + +### Fastest route to 99: + +`/offer`` `**`name:`**` ``Dragon bones` until 70\ +`/offer`` `**`name:`**` ``Superior dragon bones` repeat until 99\ +\ +**Materials Needed:**\ +Approximately 1600 dragon bones\ +Approximately 14000 superior dragon bones\ +\ +**Please note:** The above amounts vary due to a chance of encountering PKers while offering bones at the Chaos Altar. diff --git a/docs/src/content/docs/osb/Skills/runecrafting/README.md b/docs/src/content/docs/osb/Skills/runecrafting/README.md new file mode 100644 index 00000000000..66b5fd54b1f --- /dev/null +++ b/docs/src/content/docs/osb/Skills/runecrafting/README.md @@ -0,0 +1,90 @@ +--- +title: "Runecrafting" +--- + +# Runecrafting + +You can train Runecrafting using `/runecraft`. + +## Boosts + +There are several boosts available which apply to all runes except blood and soul runes. You can view the boosts for blood and soul runes on the [Dark Altar page](https://wiki.oldschool.gg/skills/runecrafting/dark-altar). The true blood altar uses the same boosts as regular runecrafting. + +- 5% for 60+ Agility **OR** 10% for 90+ Agility +- 10% for Graceful (equipped in any setup) +- 1% for [Ring of endurance](../agility/hallowed-sepulchre.md#ring-of-endurance) **(works from bank**\*\* \*\*\*\*but must be charged)\*\* +- 3% for Runecrafting cape +- 3% for Ring of the elements **(Combination runes only)** + +## Pouches + +You can create Runecrafting pouches using `/create`. Similarly to in-game, higher tier pouches also require higher Runecrafting levels to use. These boost the amount of essence you can carry in 1 inventory, increasing XP/Hr. + +| **Pouch** | **Rc'ing Lvl Required To Use** | +| -------------- | ------------------------------ | +| Small Pouch | 1 | +| Medium Pouch | 25 | +| Large Pouch | 50 | +| Giant Pouch | 75 | +| Colossal Pouch | 85 + 56 Crafting | + +- Requires an Abyssal needle and one of each lower tier pouch to create. + +## Regular Runes + +| **Rune** | **Required level** | +| -------- | :----------------: | +| Air | 1 | +| Mind | 2 | +| Water | 5 | +| Earth | 9 | +| Fire | 14 | +| Body | 20 | +| Cosmic | 27 | +| Chaos | 35 | +| Astral | 40 | +| Nature | 44 | +| Law | 54 | +| Death | 65 | +| Blood | 77 | +| Wrath | 95 | + +- Blood runes crafted using the true blood altar also require the stats for Sins of the Father quest: + +- 62 Woodcutting +- 60 Fletching +- 56 Crafting +- 52 Agility +- 50 Attack +- 50 Slayer +- 49 Magic +- 40 Herblore +- 40 Strength +- 22 Thieving +- 5 Construction + +## Multiple Runes + +Just like in OSRS, certain levels will grant you multiple of regular runes. Combination runes are never multiplied. + +## Combination Runes + +**Note for Lava runes ONLY:**You can use the **`usestams:`**`False` option to send your minion runecrafting without using stamina potions. However, you will runecraft 3x slower than usual. + +It's recommended to equip a staff in your skilling setup to provide infinite runes, for example a fire staff when crafting lava runes. + +| | | +| -------- | ------------------ | +| **Rune** | **Required Level** | +| Mist | 6 | +| Dust | 10 | +| Mist | 13 | +| Smoke | 15 | +| Steam | 19 | +| Lava | 23 | + +## Tiaras + +Crafting tiaras are a method of runecrafting training, albeit an incredibly slow method. Tiaras don't have any use within the bot, except for being stored in [STASH units](../construction/stash-units.md). They can be created through the `/runecraft` command. + +Tiaras don't have any level requirements for creating them. However, some tiaras including Cosmic, Death, Law & Wrath tiaras need 5, 10, 10 & 200qp respectively. diff --git a/docs/src/content/docs/osb/Skills/runecrafting/dark-altar.md b/docs/src/content/docs/osb/Skills/runecrafting/dark-altar.md new file mode 100644 index 00000000000..dc9a34ab34c --- /dev/null +++ b/docs/src/content/docs/osb/Skills/runecrafting/dark-altar.md @@ -0,0 +1,24 @@ +--- +title: "Dark Altar" +--- + +# Dark Altar + +Blood runes and Soul runes can be crafted at the Dark Altar using `/runecraft`. + +This also gives some Mining and Crafting XP. + +### Requirements + +- 38 Mining +- 38 Crafting +- 77 Runecrafting for Bloods +- 90 Runecrafting for Souls +- 73 Agility highly recommended + +### Boosts + +- 10% additional runes for Kourend Elite diary. +- 20% faster essence mining for Kourend Medium diary. +- \-20% penalty if you have no Graceful equipped. +- \-35% penalty if you have less than 73 Agility. diff --git a/docs/src/content/docs/osb/Skills/runecrafting/guardians-of-the-rift.md b/docs/src/content/docs/osb/Skills/runecrafting/guardians-of-the-rift.md new file mode 100644 index 00000000000..849c967a4fa --- /dev/null +++ b/docs/src/content/docs/osb/Skills/runecrafting/guardians-of-the-rift.md @@ -0,0 +1,101 @@ +--- +title: "Guardians of the Rift" +--- + +# Guardians of the Rift + +Guardians of the Rift is played entirely solo. It is a requirement to have 27 Runecrafting to play the minigame. Each game will take 10 minutes, and Tier 3+ Patreon will allow you to do 4 games per trip. + +To start a game, use + +- `/minigames gotr start` + +To start a run with combination runes, use + +- `/minigames gotr start`` `**`combination_runes:`**`True` + +Runecrafting xp scales from mined fragments, runecrafting level and barriers/guardians.\ +Crafting xp scales with barriers/guardians.\ +Mining xp scales with mined fragments. + +## **Boosts** + +**Raiments of the eye** outfit will boost the number of runes created during the minigame. + +- 10% extra runes for each piece or 60% extra runes for the full outfit _(MUSTbe equipped in skilling)_ +- This extra runes effect also applies to other runes outside of GOTR + +**Fragments** + +- 33% more fragments if 56 agility +- 10% extra mined fragments if you own any Varrock armour _(does not need to be equipped)_ +- 5% more fragments if you own a 99 mining cape _(does not need to be equipped)_ + +**Barriers & Guardian** + +- 2 extra barriers if graceful is equipped _(in any setup)_ +- 2 extra barriers if you own a runecrafting cape _(does not need to be equipped)_ +- Abyssal lantern can boost up to max 6 barriers which is dependant on your firemaking level + +**Rolls** + +- Standard is 28 inventory spaces. If you own pouches, it will give you extra rolls. Max rolls is 3 with Colossal Pouch +- 1 extra roll if you own an Abyssal Lantern +- 2 extra rolls if you are making combination runes (Requires 82 magic 10 Astral runes, 35 Fire runes, 35 Water runes and 1 binding necklace per game) +- \-1 roll if magic level is lower than 67 or don't have runes for NPC Contact\ + (Runes required for NPC contact: 1 Astral, 1 Cosmic and 2 Air runes per game) + +| Pickaxe | Boost % | +| ------- | ---------- | +| Bronze | (Standard) | +| Iron | 14% | +| Steel | 33% | +| Black | 60% | +| Mithril | 60% | +| Adamant | 100% | +| Rune | 266% | +| Dragon | 282% | +| Crystal | 290% | + +## Rewards + +Each game will reward you with runes, talismans, and some untradeable items, alongside a common chance to obtain Abyssal pearls at a rate of 1/6.944. Abyssal pearls are needed to buy rewards from the reward shop. Rewards are bought using the command `/buy` + +- You can colour your piece of eye items using the Abyssal Red, Blue and Green dyes with the create command - `/create`` `**`item:`**`Hat of the eye (red)` +- The Rift guardian pet can be turned into the Greatish guardian with the command `/create item:Greatish guardian`. This requires a Guardians eye which is bought from the reward shop. +- Abyssal lanterns and dyes can be sold to the shop for 100 and 50 pearls respectively with the `/sell` command. +- You CANNOTtrade one dye colour for another. + +| **Reward Shop Items** | **Abyssal Pearl Cost** | **Abyssal Pearl Returned** | +| ----------------------- | ---------------------- | -------------------------- | +| Hat of the eye | 400 | - | +| Robe top of the eye | 350 | - | +| Robe bottoms of the eye | 350 | - | +| Boots of the eye | 250 | - | +| Ring of the elements | 400 | - | +| Guardian's eye | 3000 | - | +| Air talisman | 10 | - | +| Water talisman | 10 | - | +| Earth talisman | 10 | - | +| Fire talisman | 10 | - | +| Mind talisman | 10 | - | +| Body talisman | 10 | - | +| Chaos talisman | 30 | - | +| Cosmic talisman | 30 | - | +| Nature talisman | 50 | - | +| Law talisman | 50 | - | +| Death talisman | 80 | - | +| Blood talisman | 100 | - | +| Abyssal Lantern | - | 100 | +| Abyssal red dye | - | 50 | +| Abyssal green dye | - | 50 | +| Abyssal blue dye | - | 50 | + +## Intricate Pouches + +These can be opened for a chance at the last 2 items on the GOTR collection log page, these being + +- Tarnished locket (1/40) +- Lost bag (1/60) + +There is also a 1/10 chance to receive a hard clue scroll from the pouches, among other items. diff --git a/docs/src/content/docs/osb/Skills/runecrafting/runecrafting-training.md b/docs/src/content/docs/osb/Skills/runecrafting/runecrafting-training.md new file mode 100644 index 00000000000..0954c520d1f --- /dev/null +++ b/docs/src/content/docs/osb/Skills/runecrafting/runecrafting-training.md @@ -0,0 +1,34 @@ +--- +title: "Runecrafting Training" +--- + +# Runecrafting Training + +### Fastest Route to 99: + +`/runecraft`` `**`rune:`**`Air Rune`` `**`quantity:`**`103` (until level 6) \ +`/runecraft`` `**`rune:`**`Mist Rune`` `**`quantity:`**`76` (until level 10) \ +`/runecraft`` `**`rune:`**`Dust Rune`` `**`quantity:`**`75` (until level 13) \ +`/runecraft`` `**`rune:`**`Mud Rune`` `**`quantity:`**`61` (until level 15) \ +`/runecraft`` `**`rune:`**`Smoke Rune`` `**`quantity:`**`164` (until level 19) \ +`/runecraft`` `**`rune:`**`Steam Rune`` `**`quantity:`**`232` (until level 23) \ +`/runecraft`` `**`rune:`**`Lava Rune` (repeat until 99) + +**Materials Needed:** 1,241,520 Pure essence and 1000-2000 Binding necklaces \ +1,240,800 Earth rune, 293 Water rune and 315 Air rune. Abyssal sire drops Binding necklaces in quantity's of 25. This assumes you have a staff providing infinite fire runes in your skilling setup.\ +\ +**For each lap of Lava runes:** 1 Earth talisman or 2 Astral rune + 7 Fire rune + 7 Water rune for Magic Imbue (lvl 82 magic), 1-2 charges Ring of dueling(8) and sometimes a dose of Stamina potion(4) is consumed. + +### Alternative Route to 99 (more profitable): + +`/runecraft`` `**`rune:`**`Air Rune`` `**`quantity:`**`17`\ +`/runecraft`` `**`rune:`**`Mind Rune`` `**`quantity:`**`56`\ +`/runecraft`` `**`rune:`**`Water Rune`` `**`quantity:`**`97`\ +`/runecraft`` `**`rune:`**`Earth Rune`` `**`quantity:`**`176`\ +`/runecraft`` `**`rune:`**`Fire Rune`` `**`quantity:`**`338`\ +`/runecraft`` `**`rune:`**`Body Rune`` `**`quantity:`**`4368`\ +`/runecraft`` `**`rune:`**`Astral Rune` - to 77\ +`/runecraft`` `**`rune:`**`Blood Rune` - to 90 (or 99)\ +`/runecraft`` `**`rune:`**`Soul Rune` - to whatever, this is best xp/hr at the Dark altar! + +**Materials needed:** 170,382 pure essence diff --git a/docs/src/content/docs/osb/Skills/slayer/README.md b/docs/src/content/docs/osb/Skills/slayer/README.md new file mode 100644 index 00000000000..c6c2e123ffa --- /dev/null +++ b/docs/src/content/docs/osb/Skills/slayer/README.md @@ -0,0 +1,92 @@ +--- +title: "Slayer" +--- + +# Slayer + +Slayer is a skill where you're assigned to kill a certain amount of a certain monster - called a 'task', you keep completing lots of tasks to unlock more knowledge on slaying monsters, and gain points which can be used to unlock rewards. + +So, in very simple terms to train slayer, all you need to do is: **Get a task** `/slayer new_task` then **Kill that monster** `/k`` `**`name:`**`monster` + +If you are tier 1 patron or higher, you will see an **'Auto Slay'** button at the end of your trips. Clicking this will assign you a new task from your saved slayer master, or will send a trip of your current task (based on your settings). This cannot be disabled. + +--- + +## Commands + +- **Get a new slayer task, or check your current task:** + + - `/slayer new_task` or `slayer new_task`` `**`master:`**`Duradel` + - You can set a Slayer master as your default using the save option, so that you don't have to specify the name every time. E.g. `/slayer new_task`` `**`master:`**`Duradel`` `**`save:`**`True` + +- **Automatically slay your task with guided settings:** + + - `/slayer autoslay`` `**`mode:`**`default/ehp/boss/low` + - Optionally add **`save:`**`True` to set your default mode + - Using `/slayer autoslay` will automatically use your default mode + - **Default**: kills the monster you're assigned + - **Lowest**: kills the lowest combat level monster + - **Efficient**: Use with `always cannon` for the most efficient tasks for Slayer XP. + - **Boss**: Kills the boss variant or similar, (e.g. Demonic gorillas for Black demon + +- **Skip your current task:** + + - `/slayer manage`` `**`command:`**`skip` - Costs 30 slayer points + - Use `/slayer new_task`` `**`master:`**`Turael` to cancel your task and reset your streak + +- **Buy rewards/unlocks from the Slayer shop:** + + - `/slayer rewards unlock`` `**`unlockable:`**`Malevolent Masquerade` + - `/slayer rewards unlock`` `**`unlockable:`**`Unholy Helmet` + +- **List Slayer shop unlocks:** + + - `/slayer rewards show_all_rewards` + +- **Blocking tasks:** + + - Block current task: `/slayer manage`` `**`command:`**`block` + - See block list: `/slayer manage`` `**`command:`**`list_blocks` + - Unblock a task: `/slayer rewards unblock`` `**`assignment:`**`Blue Dragon` + +- **Getting a Slayer Helmet:** + + - Firstly, unlock the Slayer helmet using `/slayer rewards unlock`` `**`unlockable:`**`Malevolent Masquerade` + - With a black mask and 55 Crafting, buy the required items from the bot, and then `/create`` `**`item:`**` ``slayer helmet` + +- **Use a Cannon in your task** + + - If you own a cannon and cannonballs, the cannon can be used at some slayer tasks to speed it up, at the cost of cannonballs. You can do this with the method option on the kill command, for example `/k`` `**`name:`**`Dagannoth`` `**`method:`**`cannon` + - You can buy a cannon using `/buy`` `**`name:`**` ``Dwarf multicannon`. + - In single combat, 16 cannonballs are used per minute of task. In multi combat, 50 cannonballs are used per minute of task.\ + +- **Barrage your task:** + + - If you have sufficient Runes and the Magic level, you can barrage your tasks, to speed it up at the cost of runes. You can do this with the method option on the kill command, for example `/k`` `**`name:`**`Warped jelly`` `**`method:`**`barrage` + - Both barrage and burst uses 16 casts per minute of task. The rune costs are the same as in game. Any item that provides unlimited water runes works, but needs to be equipped. + +- **Default to always barraging/bursting/cannoning** + + - `/config user combat_options` + + Note that there is no way to override the always on settings. If you want to do certain tasks in the catacombs for example you should disable always cannon and specify `/slayer autoslay`` `**`mode:`**`ehp` when wanting to use a cannon. If you've saved ehp mode as your default, you can override this by using `/slayer autoslay`` `**`mode:`**`default`.\ + +- **Use the Ash sanctifier on your task** + - If you have completed the Hard or Elite Kebos & Kourend diary, you can use the ash sanctifier to gain passive prayer xp when killing monsters that drop demonic ashes. + - This can be toggled on or off using `/config user toggle`` `**`name:`**` ``Disable Ash Sanctifier` + - You will gain half xp for hard diary completion, or full xp for elite diary completion. + - It must be charged with death runes: `/minion charge`` `**`item:`**` ``Ash sanctifier` + +--- + +## Recommended block/skip list + +This table is based off the XP Gains/efficient Blocks/Skips at Post 99 Slayer but can be used at all levels of Slayer to provide you with the best XP Gain per hr. + +
Duradel Block/Skip and Efficient Slayer XP/Hour Table
+ +This is based on using Konar at post 99 Slayer providing slightly faster overall XP/hour with average points, excluding skips and provided you have Zeah Elite Diary. + +(Notes: Reccomended to do Dark Beasts, re-lock Mithril Dragons, skip Adamant Dragons and barrage Smoke Devils as opposed to cannoning) + +
Konar efficiency Slayer Skip/Block list.
diff --git a/docs/src/content/docs/osb/Skills/slayer/slayer-boosts.md b/docs/src/content/docs/osb/Skills/slayer/slayer-boosts.md new file mode 100644 index 00000000000..230662e554b --- /dev/null +++ b/docs/src/content/docs/osb/Skills/slayer/slayer-boosts.md @@ -0,0 +1,40 @@ +--- +title: "Slayer Boosts" +--- + +You will not receive totem pieces or ancient shards if you are using a cannon as cannons cannot be placed in the catacombs. + +You can check the boosts for a specific monster and by how much by using the `/k`` `**`show_info:`**`True` command.\ +The Elysian spirit shield will also reduce your food usage by 17.5%, this needs to be equipped to work. Having a full Justiciar set equipped in your melee will further increase your food reduction by 6.5% on any Melee tasks + +### General boosts + +You can find boosts for bosses under the [boss boosts page.](https://wiki.oldschool.gg/bosses/boosts-and-requirements) + +Certain foods give boosts to the trip time during PvM. See more information [here](../../getting-started/combat-skills.md#food-boosts). + +Cannon boosts a number of bosses by a variable amount, the same applies for bursting and barraging. + +**Please note this is not complete - either submit a PR or post in the wiki channel on discord if you notice something is missing.** + +| **ITEM** | **MONSTERS** | +| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Slayer helmet | All monsters during a task, imbued works for all styles while unimbued only works for melee. Black mask works the same. **Note:** Must be training the corresponding style for the boost to work. | +| Arclight | Lesser demon, Greater demon, Black demon, Nechryael, Bloodveld, Hellhound, Abyssal demon, Skotizo, Tortured gorilla, Demonic gorilla | +| Blisterwood flail / Ivandis flail | Vyrewatch, Vyrewatch Sentinel, Feral vampyre, Vampyre juvinate | +| Dragon hunter crossbow | Wyrm, Drake, All dragons - must be training ranged. | +| Dragon hunter lance | Wyrm, Drake, All dragons - must be training melee. | +| Dragonbone necklace | Dagannoth | +| Kodai wand |

Dust devil, Smoke devil, Ankou, Greater nechryael
Boosts any barrage or burst tasks, but must be equipped in mage setup. If doing wildy slayer, it must be equipped in wildy setup.

| +| Leaf-bladed battleaxe | Kurask, Turoth | +| Neitiznot shield | Ice troll | +| Saradomin godsword | Lesser demon, Greater demon, Black demon, Abyssal demon | +| Spectral spirit shield | Shadow Spider | +| Inquisitor's mace | Basilisk Knight | +| Inquisitor's hauberk | Basilisk Knight | +| Inquisitor's plateskirt | Basilisk Knight | +| Staff of the dead | Dust devil, Smoke devil, Ankou, Greater nechryael | +| Venator bow | Suqah, Bloodveld, Dagannoth | +| Wolfbane | Werewolf | + +Better boost(s) available. diff --git a/docs/src/content/docs/osb/Skills/slayer/slayer-misc.md b/docs/src/content/docs/osb/Skills/slayer/slayer-misc.md new file mode 100644 index 00000000000..e9606cf594a --- /dev/null +++ b/docs/src/content/docs/osb/Skills/slayer/slayer-misc.md @@ -0,0 +1,95 @@ +--- +title: "Misc Info & FAQ" +description: For all the random stuff people keep asking +--- + +# Misc Info & FAQ + +### FAQ + +**Q: How do I use an unsired / Chewed bones?**\ +A: Use [/offering](../../miscellaneous/offering.md). `/offer`` `**`name:`**` ``Unsired` and `/offer`` `**`name:`**` ``Chewed bones` + +**Q: What unlocks should I prioritise?**\ +A: Superiors, blocks, task extensions. Slayer helm offers no advantages over a black mask. + +**Q: How do I unlock/create a slayer helm?**\ +A: `/slayer rewards unlock`` `**`unlockable:`**`Malevolent Masquerade` followed by `/create`` `**`item:`**`Slayer helmet` or `/create`` `**`item:`**` ``Slayer helmet (i)`. This isn't needed as a black mask can be used for the same boost. + +**Q: Does the superior rate increase with the Elite combat achievements?**\ +A: Yes, they will automatically appear 25% more frequently after you claim the diary rewards. + +**Q: Which slayer master should I use?**\ +A: Depends on your goal; Konar for CL/XP or Duradel for bossing. Konar is better XP due to being able to complete tasks in any of Konar's assignable locations rather than a specific location (the way it works in OSRS). + +**Q: How do I imbue my slayer helm/black mask?**\ +A: `/minigames soul_wars imbue`` `**`name:`**` ``Black mask` - you can get points through the [Soul wars minigame](https://wiki.oldschool.gg/minigames/soul-wars) or through [Nightmare zone](../../miscellaneous/nightmare-zone.md). + +**Q: Do I need to equip my black mask/slayer helm to get the boost?**\ +A: No, the boost works from the bank. + +**Q: How do I get an arclight?**\ +A: `/buy`` `**`name:`**` ``Darklight` then, `/create`` `**`item:`**`Arclight` - Requires 3 ancient shards. + +**Q: How do I get a cannon?**\ +A: `/buy`` `**`name:`**` ``Dwarf multicannon` + +**Q: Why am I using so many cannonballs?**\ +A: Cannonballs are used at 16 per minute in single combat areas and 50 per minute in multi areas. This is intentional. XP works out to similar as in game. + +**Q: How do I get an elemental/mind shield for wyverns?**\ +A: `/buy`` `**`name:`**` ``Mind shield` + +**Q: How can I obtain the Ancient ceremonial robes?**\ +A: `/k`` `**`name:`**`Blood Reaver` (requires a Frozen key) + +--- + +## Best gear for slayer + +Individual gear bonuses (e.g. ranged attack, slash defence, etc.) cap at 95% of their maximum in game value. These values can be found on the [OSRS Wiki](https://oldschool.runescape.wiki/w/Armour/Highest_bonuses). Due to attack values generally having easier to reach max values, this means it is best to prioritize reaching this 95% threshold, and then focus on maximizing defence afterwards. + +### Melee + +
+ +
+ +Currently, only your **slash attack** is taken into account. The 95% threshold for slash attack is 172.9.\ +If you do Jad tasks, it is best to equip a Saradomin Godsword. Otherwise, any godsword can be used, as they all have the same stats. + +### Range + +
+ +
+ +The 95% threshold for ranged attack is 233.7. + +### Mage + +
+ +
+ +The 95% threshold for magic attack is 168.15. + +It is also recommended to equip a staff that provides water runes in your misc setup. (If you don't have a kodai wand.) + +You can also create a gear preset for these setups after equipping them. I.E.\ +`/gearpresets create name:meleeslay copy_setup:melee`\ +`/gearpresets create name:rangeslay copy_setup:range`\ +`/gearpresets create name:mageslay copy_setup:mage`\ +Equip the presets with:\ +`/gear equip`` `**`gear_setup:`**` ``Melee`` `**`preset:`**` ``meleeslay`\ +`/gear equip`` `**`gear_setup:`**` ``Range`` `**`preset:`**` ``rangeslay`\ +`/gear equip`` `**`gear_setup:`**` ``Mage`` `**`preset:`**` ``mageslay` + +--- + +## Konar specific + +Konar assigns tasks to specific locations, you can use any location that Konar can assign in game. For example Konar assigns black demons in both the catacombs and taverly dungeon, allowing you to use a cannon or not use a cannon to receive ancient shards/totem pieces. Konar does not however assign the area for demonic gorillas meaning these won't count towards a black demon task. + +_In simpler terms..._\ +Konar assigns tasks to specific locations, slightly different to in game. Therefore you may not be able to kill your relevant task’s ‘boss’ counterparts or use a cannon/barrage. diff --git a/docs/src/content/docs/osb/Skills/slayer/tasks.md b/docs/src/content/docs/osb/Skills/slayer/tasks.md new file mode 100644 index 00000000000..58857cc9c67 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/slayer/tasks.md @@ -0,0 +1,18 @@ +--- +title: "Tasks" +description: Available Slayer tasks on Old School Bot. +--- + +# Tasks + +You can check the specific boosts or requirements for a task/monster by using the `/k`` `**`show_info:`**`True` command, for example `/k`` `**`name:`**`Cave Horror`` `**`show_info:`**`True` + +**Note:** Tasks assigned by Konar **must** be killed in their assigned locations in order to count towards their task, for example if Konar assigns you blue dragons, Vorkath will **not** count towards your task. + +Some tasks have a boost for Cannon and/or Burst/Barrage, to check this use the `/k`` `**`show_info:`**`True` command. These can be enabled by default with the `/config user combat_options` command. These are not listed in the table below. + +Most tasks have an alternative monster you can kill, for example you can kill Dagannoth Kings when assigned a Dagannoth task. Boosts/requirements for boss alternatives can be viewed on the [Slayer boosts](slayer-boosts.md) or [Boosts & Requirements](../../bosses/boosts-and-requirements.md) page. + +**The following table is sorted by Slayer Level, not Alphabetical.** + +
MonsterSlayer LevelItem RequirementsItem Boosts
Adamant dragon1Anti-dragon shield15% for Dragon hunter crossbow OR 15% Dragon hunter lanceKonar, Nieve, Duradel
Ankou112% for Kodai wand OR 8% for Staff of the deadVannaka, Konar, Nieve, Duradel
Aviansie1Chaeldar, Konar, Nieve, Duradel
Bat1Turael, Mazchna
Bear1Turael, Mazchna
Bird1Turael
Black demon110% for Arclight, 5% for Saradomin godswordChaeldar, Konar, Nieve, Duradel
Black dragon1Anti-dragon shield15% for Dragon hunter crossbow OR 15% Dragon hunter lanceKonar, Nieve, Duradel
Blue dragon1Anti-dragon shield15% for Dragon hunter crossbow OR 15% Dragon hunter lanceVannaka, Chaeldar, Konar, Nieve, Duradel
Bronze dragon1Anti-dragon shield15% for Dragon hunter crossbow OR 15% Dragon hunter lanceVannaka, Chaeldar, Konar
Catablepon1Mazchna
Cow1Turael
Crocodile1Vannaka
Dagannoth12% for Dragonbone necklace
10% for Venator bow
Vannaka, Chaeldar, Konar, Nieve, Duradel
Dog1Turael, Mazchna
Dwarf1Turael
Earth warrior1Mazchna, Vannaka
Elf1Vannaka, Chaeldar, Nieve, Duradel
Fire giant1Vannaka, Chaeldar, Konar, Nieve, Duradel
Flesh crawler1Mazchna
Ghost1Turael, Mazchna
Ghoul1Mazchna, Vannaka
Goblin1Turael
Greater demon112% for Arclight, 3% for Saradomin godswordChaeldar, Konar, Nieve, Duradel
Green dragon1Anti-dragon shield15% for Dragon hunter crossbow OR 15% Dragon hunter lanceVannaka
Hellhound115% for ArclightVannaka, Chaeldar, Konar, Nieve, Duradel
Hill giant1Mazchna, Vannaka
Hobgoblin1Mazchna, Vannaka
Icefiend1Turael
Ice giant1Vannaka
Ice warrior1Mazchna, Duradel
Iron dragon1Anti-dragon shield15% for Dragon hunter crossbow OR 15% Dragon hunter lanceChaeldar, Konar, Nieve, Duradel
Jungle horror1Vannaka, Chaeldar
Kalphite1Turael, Mazchna, Vannaka, Chaeldar, Konar, Nieve, Duradel
Lesser demon1Vannaka, Chaeldar
Lizardman1Chaeldar, Konar, Nieve, Duradel
Mithril dragon1Anti-dragon shield15% for Dragon hunter crossbow OR 15% Dragon hunter lanceKonar, Nieve, Duradel
Minotaur1Turael
Monkey1Turael
Moss giant1Vannaka
Ogre1Vannaka
Otherworldly being1Vannaka
Rat1Turael
Red dragon1Anti-dragon shield15% for Dragon hunter crossbow OR 15% Dragon hunter lanceKonar, Nieve, Duradel
Rune dragon1Anti-dragon shield15% for Dragon hunter crossbow OR 15% Dragon hunter lanceKonar, Nieve, Duradel
Scabarite1Nieve
Scorpion1Turael, Mazchna
Sea snake1Vannaka
Shade115% for Salve amulet(ei) OR 10% for Salve amulet(i)Mazchna, Vannaka
Shadow warrior1Vannaka, Chaeldar
Skeleton1Vannaka, Mazchna
Spider1Turael
Steel dragon1Anti-dragon shield15% for Dragon hunter crossbow OR 15% Dragon hunter lanceChaeldar, Konar, Nieve, Duradel
Suqah110% for Venator bowNieve, Duradel
Troll1Vannaka, Chaeldar, Konar, Nieve, Duradel
Vampyre115% for Blisterwood flail OR 12% for Ivandis flailMazchna, Vannaka
Waterfiend1Konar, Duradel
Werewolf110% for WolfbaneVannaka
Wolf1Turael, Mazchna
Zombie1Turael, Mazchna
Crawling hand5Turael, Mazchna, Vannaka
Cave bug7Turael, Mazchna, Vannaka
Cave crawler10Turael, Mazchna, Vannaka, Chaeldar
Banshee15Turael, Mazchna, Vannaka, Chaeldar
Cave slime175% for Slayer helmet OR 5% for Slayer helmet (i)Turael, Mazchna, Vannaka, Chaeldar
Rockslug20Mazchna, Vannaka, Chaeldar
Lizard22Turael, Mazchna, Chaeldar, Vannaka
Cockatrice25Mazchna, Vannaka
Pyrefiend30Mazchna, Vannaka
Mogre32Mazchna, Vannaka, Chaeldar
Harpie bug swarm33Vannaka, Chaeldar
Wall beast35Mazchna, Vannaka, Chaeldar
Killerwatt37Mazchna, Vannaka
Molanisk39Vannaka
Basilisk40Vannaka, Chaeldar, Konar, Nieve, Duradel
Terror dog40Vannaka
Fever spider42Vannaka, Chaeldar
Infernal mage45Vannaka, Chaeldar
Brine rat47Vannaka, Chaeldar, Konar, Nieve
Bloodveld5010% for Venator bowVannaka, Chaeldar, Konar, Nieve, Duradel
Jelly52Vannaka, Chaeldar, Konar
Turoth55Vannaka, Chaeldar, Konar, Nieve
Zygomite57Chaeldar, Konar, Nieve, Duradel
Cave horror58Karil's leathertop OR Armadyl chestplate OR Black d'hide body, Karil's leatherskirt OR Armadyl chainskirt OR Black d'hide chapsChaeldar, Nieve, Duradel
Aberrant spectre60Vannaka, Chaeldar, Konar, Nieve, Duradel
Wyrm62Boots of stone15% for Dragon hunter crossbow OR 15% Dragon hunter lanceChaeldar, Konar, Nieve, Duradel
Dust devil6515% for Kodai wand OR 10% for Staff of the deadVannaka, Chaeldar, Konar, Nieve, Duradel
Fossil island wyvern66Elemental shield OR Mind shield OR Dragonfire shield OR Dragonfire ward OR Ancient wyvern shield15% for Dragon hunter crossbow OR 15% Dragon hunter lanceChaeldar, Konar, Nieve, Duradel
Kurask7015% for Leaf-bladed battleaxeVannaka, Chaeldar, Konar, Duradel
Skeletal wyvern72Elemental shield OR Mind shield OR Dragonfire shield OR Dragonfire ward OR Ancient wyvern shield15% for Dragon hunter crossbow OR 15% Dragon hunter lanceKonar, Nieve, Duradel
Gargoyle75Vannaka, Chaeldar, Konar, Nieve, Duradel
Nechryael8010% for ArclightVannaka, Konar, Nieve, Duradel
Drake84Boots of stone15% for Dragon hunter crossbow OR 15% Dragon hunter lanceKonar, Nieve, Duradel
Abyssal demon8510% for Arclight, 5% for Saradomin godswordVannaka, Konar, Nieve, Duradel
Cave kraken87Chaeldar, Konar, Nieve, Duradel
Dark beast90Konar, Nieve, Duradel
Smoke devil9315% for Kodai wand OR 10% for Staff of the deadKonar, Nieve, Duradel
Hydra95Boots of stone, Anti-venom+(4) OR Anti-venom(4) OR Antidote++(4)15% for Dragon hunter crossbow OR 15% Dragon hunter lanceKonar
diff --git a/docs/src/content/docs/osb/Skills/slayer/wildy-slayer.md b/docs/src/content/docs/osb/Skills/slayer/wildy-slayer.md new file mode 100644 index 00000000000..71671ae0fc9 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/slayer/wildy-slayer.md @@ -0,0 +1,63 @@ +--- +title: "Wildy Slayer" +--- + +# Wildy Slayer + +Dare to adventure into the wildy for your slayer tasks for a chance to get Larran's keys, better clue odds and various wilderness specific loot! + +## Krystilia + +You can select Krystilia for your slayer task for wildy specific tasks. These tasks can only be completed in the wildy, and they run on a seperate streak to your normal slayer tasks (i.e. you can reset your wildy slayer task streak without resetting your normal one). + +To start wildy slayer and set Krystilia as your slayer master, use: + +- `/slayer new_task`` `**`master:`**`Krystilia`` `**`save:`**`True` + +--- + +## Wilderness & Death Chance + +Since you will be in wildy, there is always the chance to encounter pkers and lose some gear. All information regarding pker encounters and death chance can be read on the [Wilderness page](../../bosses/wilderness/#pk-and-death-chance), as it uses the same mechanics and PK supplies listed there. Be aware that all tasks are completed unskulled, except for revenents. You can only do revenents skulled. There is no way to remove this. + +--- + +## Wildy Slayer Task Unlocks + +**Currently, extended task unlocks don't apply to Greater Nechryael tasks.** + +`/slayer rewards unlock`` `**`unlockable:`**`I Wildy More Slayer` + +- Allows Krystilia to to assign Jellies, Dust Devils, Nechryaels and Abyssal Demons + +`/slayer rewards unlock`` `**`unlockable:`**`Revenenenenenants` + +- Extends Revenants tasks (between 100-150) + +--- + +## Larran's Chest + +There are 3 sought after items from this chest, which are the Dagon'hai robes. Each piece has a 1/256 chance to be given. They are given in any order and duplicates can be obtained before finishing the full set. + +Aside from the robes, the chest also gives high level seeds, coal/iron/gold ores, rune armour, dragon arrow/dart tips, and a few other decent drops. To see all possible drops, check the [OSRS page](https://oldschool.runescape.wiki/w/Larran's_big_chest). + +--- + +## Ring of Wealth(i) + +You can create and equip the Ring of wealth(i) to give you clue drop rates a massive 50% boost. This applies across any wildy content, as long as the ring is equipped in your wildy setup. + +To create a Ring of wealth(i), you first need a Ring of wealth without charges. Charged rings cannot be inbued. You will also need a Ring of wealth scroll which can be obtained through wildy slayer, or buy purchasing from other players. Complete the following steps to make a ring. + +Create the dragontone ring + +- `/craft`` `**`name:`**`Dragonstone ring`` `**`quantity:`**`1` + +Create the Ring of wealth + +- `/activities enchant`` `**`name:`**`Dragonstone ring`` `**`quantity:`**`1` + +Imbue the Ring of wealth + +- `/create`` `**`item:`**`Ring of wealth (i)`` `**`quantity:`**`1` diff --git a/docs/src/content/docs/osb/Skills/smithing/README.md b/docs/src/content/docs/osb/Skills/smithing/README.md new file mode 100644 index 00000000000..f29ed10df96 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/smithing/README.md @@ -0,0 +1,38 @@ +--- +title: "Smithing" +--- + +# Smithing + +Smithing is one of the more useful skills on the bot, because it is required to create many useful items such as godswords, spirit shields and crystal equipment. + +You can train smithing by using `/smelt` and `/smith` commands. + +- `/smelt`` `**`name:`**`Runite bar`` `**`quantity:`**`1` +- `/smith`` `**`name:`**`Adamant dart tip`` `**`quantity:`**`100` + +## Smiths' Uniform + +The Smiths' uniform can be purchased with reputation from the [Giant's Foundry](giants-foundry.md) minigame. When equipped in the skilling setup, it provides the following boosts: + +- 15% speed boost to Giant's foundry minigame +- 1 tick (0.6 second) speed boost to any smithable item + - It is somewhat complicated to explain the math behind this, but just know that your trip times will be slightly faster. + +## Bars + +
BarRequired levelExperienceMaterials needed
BarRequired levelExperienceMaterials needed
Bronze16.2Tin + Copper
Iron*1512.5Iron ore
Silver2013.7Silver ore
Steel3017.5Iron ore + 2 coal
Gold**4022.5Gold ore
Mithril5030Mithril ore + 4 coal
Adamantite7037.5Adamantite ore + 6 coal
Runite8550Runite ore + 8 coal
+ +- Has a 50% chance to fail in a regular furnace. Ring of forging does NOT work. + +**\*\***- Equipping [goldsmith gauntlets](https://wiki.oldschool.gg/miscellaneous/buyables) increases the gold bar xp from 22.5 to 56.2. + +## Blast Furnace + +An alternative method to train smithing is through use of the blast furnace. At the blast furnace you can expect to make more bars/hr and in turn, expect higher xp/hr. See the [blast furnace page](https://wiki.oldschool.gg/skills/smithing/blast-furnace) for specifics. + +## Items Requiring Smithing + +The bot also mimics some of the more useful smithables that require a certain smithing level in the real game too. Here is a list of those items. + +
ItemLevel RequiredAdditional Notes
Gold helmet50Requires 4qp
Gold bowl50Requires 111qp
Dragon sq shield60Requires 111qp
Dragon kiteshield75Requires 205qp + Dragon sq + Dragon metal shard + Dragon metal slice
Crystal pickaxe76Requires 76 crafting + Dragon pickaxe + Crystal tool seed
Crystal harpoon76Requires 76 crafting + Dragon harpoon + Crystal tool seed
Crystal axe76Requires 76 crafting + Dragon axe + Crystal tool seed
Crystal halberd78Requires 78 crafting
Enhanced crystal key80Requires 80 crafting + 10 Crystal shard + 1 Crystal key
Godsword blade80Requires 1 of each Godsword shard
Blade of saeldor (uncharged)82Requires 82 crafting
Bow of faerdhinen (uncharged)82Requires 82 crafting
Infernal pickaxe85Requires Smouldering stone + Dragon pickaxe
Arcane spirit shield85Requires 90 prayer
Spectral spirit shield85Requires 90 prayer
Elysian spirit shield85Requires 90 prayer
Dragon platebody90Requires 205qp + Dragon chainbody + Dragon metal shard+ Dragon metal lump
Uncharged dragonfire ward90
Uncharged dragonfire shield90
Uncharged ancient wyvern shield90
diff --git a/docs/src/content/docs/osb/Skills/smithing/blast-furnace.md b/docs/src/content/docs/osb/Skills/smithing/blast-furnace.md new file mode 100644 index 00000000000..bb50a516136 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/smithing/blast-furnace.md @@ -0,0 +1,39 @@ +--- +title: "Blast Furnace" +--- + +The Blast Furnace can be used with the **`blast_furnace:`**`true` option in the `/smelt` command. For example `/smelt`` `**`name:`**`Gold bar`` `**`blast furnace:`**`true` + +The Blast Furnace costs 216,000 gp/hr to use, or 72,000 gp/hr if your minion is an ironman. + +Smelting bars at the blast furnace is faster than smelting bars normally, and the amount of coal needed to smelt bars is halved. + +## Requirements + +- 12 Crafting +- 16 Firemaking +- 33 Magic +- 50 Mining +- 20 Smithing +- 13 Thieving + +## Boosts + +- 60% boost for Coal bag (only applies to bars that require coal) +- 7.5% time penalty if full graceful not equipped (in any [gear setup](../../getting-started/gear.md)) +- Goldsmith gauntlets (22.5 to 56.2 xp/bar) **- MUST BE EQUIPPED IN ANY SETUP!** + +## Bars + +| **Bar** | **Required level** | **Materials needed** | +| ---------- | :----------------: | ----------------------- | +| Bronze | 1 | Tin + Copper | +| Iron | 15 | Iron ore | +| Silver | 20 | Silver ore | +| Steel | 30 | Iron ore + 1 coal | +| Gold | 40 | Gold ore | +| Mithril | 50 | Mithril ore + 2 coal | +| Adamantite | 70 | Adamantite ore + 3 coal | +| Runite | 85 | Runite ore + 4 coal | + +- Iron ore has a success rate of 100% at the Blast furnace. diff --git a/docs/src/content/docs/osb/Skills/smithing/giants-foundry.md b/docs/src/content/docs/osb/Skills/smithing/giants-foundry.md new file mode 100644 index 00000000000..8980d48a08a --- /dev/null +++ b/docs/src/content/docs/osb/Skills/smithing/giants-foundry.md @@ -0,0 +1,75 @@ +--- +title: "Giant's Foundry" +--- + +Look no further for amazing smithing xp and a use for those stacked up bars! You don't need to buy moulds or make specific swords for Kovac, just choose a metal and send your minion on their way. + +To start a trip of Giant's Foundry, use: + +- `/minigames giants_foundry start`` `**`name:`**` ``[alloyType]` + +## Requirements + +- Level 15 Smithing + +## Boosts + +- 15% speed boost for Smiths' outfit (**MUST** be equipped in skilling) +- Higher average mould score for 80+ Smithing (meaning higher xp + reputation) + +## Choosing An Alloy + +Basically, the higher the alloy tier, the more xp you will get. There are 8 different variations to choose from. If you choose a single alloy, it will use 28 bars per quantity. If you use a combination alloy, it will use 14 of each bar per quantity. + +| | | | +| ------------------ | ------------------ | --------------- | +| **Alloy Type** | **Level Required** | **Metal Score** | +| Bronze | 15 | 10 | +| Iron | 15 | 20 | +| Steel | 30 | 30 | +| Iron/Steel | 30 | 40 | +| Steel/Mithril | 50 | 65 | +| Mithril/Adamantite | 70 | 95 | +| Mithril/Runite | 85 | 110 | +| Adamantite/Runite | 85 | 130 | + +## Metal Score + +The metal score of each alloy will determine the amount of xp, gp and reputation received per trip. The higher the metal score, the more reputation and xp given, and therefore the more gp received (since gp is based on xp received). + +## Unique Weapons + +If you run the following command, you will see your overall foundry stats. + +- `/minigames giants_foundry stats` + +
+ +Here you will see your total unique weapons made. There are 1,331 possible weapons to create, with each weapon having an equal chance to be created. The type of alloy does not affect the chances of which weapon will be made. This means that using lower tier bars is considerably more cost effective if you're wanting to collect all unique weapons. There is no CL for these weapons, it's purely just a statistic. + +## XP/Hour + +With the full outfit and 80+ smithing, when using addy+rune alloys, you can expect to see between 240-270k xp/h. + +With the full outfit and 80+ smithing, when using mith+addy alloys, you can expect to see between 190-210k xp/h. + +## Rewards + +While your minion will receive relatively decent xp, you will also gain coins and Foundry reputation. The amount of coins received is equal to `xp gained * 2`. The Foundry reputation given is equal to all your weapon scores combined in your trip. Reputation can be used to buy items from the shop. + +- `/minigames giants_foundry buy`` `**`item:`**` ``[itemName]` + +| | | | +| ----------------- | ------------------- | -------------------------- | +| **Item** | **Reputation Cost** | **Additional Notes** | +| Double ammo mould | 2,000 | Cannonballs made 2x faster | +| Kovac's grog | 300 | - | +| Smithing catalyst | 15 | - | +| Ore pack | 200 | Gives 30 random ores | +| Smiths tunic | 4,000 | Gives 3% speed boost | +| Smiths trousers | 4,000 | Gives 3% speed boost | +| Smiths boots | 3,500 | Gives 3% speed boost | +| Smiths gloves | 3,500 | Gives 3% speed boost | +| Colossal blade | 5,000 | - | + +- The full outfit, while equipped in skilling, will give a 15% speed boost to the minigame. It will also boost smithing items in general by 0.6 seconds per item. diff --git a/docs/src/content/docs/osb/Skills/smithing/smithing-training.md b/docs/src/content/docs/osb/Skills/smithing/smithing-training.md new file mode 100644 index 00000000000..132ea570140 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/smithing/smithing-training.md @@ -0,0 +1,19 @@ +--- +title: "Smithing Training" +--- + +# Smithing Training + +### Fastest route to 99: + +`/smith`` `**`name:`**`Bronze dagger`` `**`quantity:`**`32`\ +`/smith`` `**`name:`**`Bronze scimitar`` `**`quantity:`**`24`\ +`/smith`` `**`name:`**`Bronze warhammer`` `**`quantity:`**`69`\ +`/smith`` `**`name:`**`Bronze platebody`` `**`quantity:`**`57`\ +`/smith`` `**`name:`**`Iron warhammer`` `**`quantity:`**`150`\ +`/smith`` `**`name:`**`Iron platebody`` `**`quantity:`**`124`\ +`/smith`` `**`name:`**`Steel warhammer`` `**`quantity:`**`34`\ +`/smelt`` `**`name:`**`Gold bar`` `**`blast_furnace:`**`True` - repeat until 99\ +\ +**Materials Needed:**\ +572 bronze bar, 1070 iron bar, 102 steel bar, 231268 gold ore and 1 goldsmith gauntlets (for [Blast Furnace](https://wiki.oldschool.gg/skills/smithing/blast-furnace)) diff --git a/docs/src/content/docs/osb/Skills/thieving/README.md b/docs/src/content/docs/osb/Skills/thieving/README.md new file mode 100644 index 00000000000..84cb46c9b1d --- /dev/null +++ b/docs/src/content/docs/osb/Skills/thieving/README.md @@ -0,0 +1,30 @@ +--- +title: "Thieving" +--- + +You can train thieving using the `/steal` command. To start training Thieving, you can `/steal`` `**`name:`**` ``man` or `woman`. You will obtain the standard loot from each monster you can pickpocket, all of which can be found on the [OSRS Thieving Wiki Page](https://oldschool.runescape.wiki/w/Thieving). You can also choose to steal from stalls, which are listed at the bottom of this page. + +### Alternatives + +You can also train thieving via Pyramid Plunder or obtain the Rogues outfit for double loot when pickpocketing any NPC.\ +\- See the [Pyramid Plunder](https://wiki.oldschool.gg/minigames/pyramid-plunder) page for details.\ +\- See the [Rogues Den](https://wiki.oldschool.gg/minigames/rogues-den) page for details. + +## Boosts + +**Pyramid Plunder** - 5% for Pharaoh's sceptre, remove 7.5% time penalty for full graceful. \ +**Rogues Outfit** - Obtained through [Rogues' Den Minigame](https://wiki.oldschool.gg/minigames/rogues-den). When the full outfit is equipped in skilling, it provides a 100% chance to double all thieving loot. + +## Pickpocketing + +
NPC NameRequired levelExperienceXP/Hr. @ 99
NPC NameRequired levelExperienceXP/Hr @ 99
Man/Woman1818,300
Farmer1014.533,100
Female H.A.M. member1518.544,400
Male H.A.M. member2022.554,000
Warrior woman252664,800
Rogue3235.581,200
Cave goblin364091,500
Master farmer384398,300
Guard4046.8107,000
Fremennik citizen4565148,700
Bearded Pollnivnian bandit4565156,100
Desert bandit5379.5181,800
Knight of Ardougne5584.3192,900
Pollnivnian bandit5584.3202,400
Yanille watchman65137.5104,500
Menaphite thug65137.5260,000
Paladin70151.7101,700
Gnome75198.590,600
Hero8027580,800
Vyre82306.9155,700
Elf85353103,800
TzHaar-Hur90103.4131,000
+ +## Thievable Stalls + +You can also steal from stalls instead of pickpocketing. For most stalls, you will only receive a % of the potential loot in exchange for faster experience rates. **This cannot be changed.** In addition, xp rates for stealing at stalls is the same, regardless of thieving level. + +
Stall TypeRequired LevelLoot % ReceivedXP/Hr
Vegetable stall220%18,000
Baker's stall520%27,000
Crafting stall525%8,000
Monkey food stall*5100%8,000
Monkey general stall*525%8,000
Tea stall535%8,000
Silk stall2030%17,000
Wine stall2238%9,000
Fruit stall2525%38,000
Seed stall2790%3,000
Fur stall3580%12,000
Fish stall4275%14,000
Crossbow stall49100%17,000
Silver stall5080%12,000
Spice stall6525%8,000
Magic stall*65100%9,000
Scimitar stall*6525%14,000
Gem stall75100%55,000
TzHaar gem stall**75100%55,000
Ore stall**82100%42,000
+ +- Requires 105 Quest points + +**\*\*** - Requires a Fire cape in your bank diff --git a/docs/src/content/docs/osb/Skills/thieving/pyramid-plunder.md b/docs/src/content/docs/osb/Skills/thieving/pyramid-plunder.md new file mode 100644 index 00000000000..1f98ee4c3e2 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/thieving/pyramid-plunder.md @@ -0,0 +1,33 @@ +--- +title: "Pyramid Plunder" +--- + +# Pyramid Plunder + +You can challenge the thieving minigame Pyramid Plunder for good, high level thieving xp and a chance to obtain the Pharaoh's sceptre. + +To start a trip of Pyramid Plunder, simply type: + +- `/minigames pyramid_plunder start` + +## Requirements + +- 21 Thieving (61 recommended) + +--- + +## Boosts + +- 5% for Pharaoh's sceptre +- Up to 10% for minion learning +- 7.5% time penalty if full graceful not equipped + +--- + +## Rewards + +The Pharaoh's sceptre is untradeable. This is due to it having unlimited charges. + +- Pharaoh's sceptre +- Various trinkets that sell to the bot for around the same price as in-game. + - _Golden / Stone / Pottery / Ivory_ diff --git a/docs/src/content/docs/osb/Skills/thieving/rogues-den.md b/docs/src/content/docs/osb/Skills/thieving/rogues-den.md new file mode 100644 index 00000000000..96d1ebfae8f --- /dev/null +++ b/docs/src/content/docs/osb/Skills/thieving/rogues-den.md @@ -0,0 +1,30 @@ +--- +title: "Rogues Den" +--- + +# Rogues Den + +Complete laps of the maze using `/minigames rogues_den start` for a chance to obtain pieces of the Rogues Outfit. + +It works a bit differently to in game, after your trip returns you'll receive loot with an equal chance at any of the 5 outfit pieces. + +### Requirements + +- 50 Thieving +- 50 Agility + +### Boosts + +- 80 Thieving provides a 40% boost +- Stamina potions provide a 50% boost + - These are automatically used if you have them in your bank (1 potion per 4 laps). + +### Rewards + +- Rogues outfit (mask, top, trousers, gloves, boots) + - Each piece provides a 20% chance of double loot when pickpocketing (100% with full outfit). + - Must be equipped in the Skilling setup + +`/gear equip`` `**`gear_setup:`**`Skilling`` `**`item:`**`Rogue top` - Equips a single piece + +`/gear equip`` `**`gear_setup:`**`Skilling`` `**`preset:`**`rogue` - Equips the entire set diff --git a/docs/src/content/docs/osb/Skills/thieving/underwater-training.md b/docs/src/content/docs/osb/Skills/thieving/underwater-training.md new file mode 100644 index 00000000000..983068b7b34 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/thieving/underwater-training.md @@ -0,0 +1,33 @@ +--- +title: "Underwater Training" +--- + +You can training your thieving via a unique method that combines an agility and thieving method! You **cannot** receive the thieving or agility pet from this training method. This training method can either focus on thieving or agility alone, or a combination of the two. With 90+ in both stats and all boosts, you can expect around 40k agility and 140k thieving xp/hr when training both skills together. When focusing one skill, agility gives around 60k xp/hr and thieving gives over 200k. + +## Requirements + +- Graceful top, legs & gloves **(equipped anywhere)** + +## Boosts + +- 10% boost for Merfolk trident **(equipped anywhere)** + - You can also use any magic trident for this boost (Trident of the seas/swamp/toxic trident) +- \-50% boost for NOT wearing Flippers + - 6% boost for [Ring of endurance](../agility/hallowed-sepulchre.md#ring-of-endurance) _only when wearing Flippers_ **(works from bank)** + - 30% boost for using Stamina potion(4) _only when wearing Flippers_ + +## Rewards + +Each trip will reward the player with numulite, unidentified fossils, and mermaid tears. The tears are used to purchase items from the reward shop. This is the only way to obtain the Merfolk trident. + +| | | | +| -------------------------- | :-----------: | --------------- | +| **Item** | **Tear Cost** | **Item Uses** | +| Unidentified small fossil | 100 | None | +| Unidentified medium fossil | 200 | None | +| Unidentified large fossil | 300 | None | +| Merfolk trident | 400 | Gives 10% boost | +| Seaweed spore | 20 | Used in farming | +| Bowl of fish | 30 | None | + +- You cannot open the Bowl of fish diff --git a/docs/src/content/docs/osb/Skills/woodcutting.md b/docs/src/content/docs/osb/Skills/woodcutting.md new file mode 100644 index 00000000000..bf05fbcddc4 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/woodcutting.md @@ -0,0 +1,32 @@ +--- +title: "Woodcutting" +--- + +# Woodcutting + +You can train Woodcutting using `+chop [quantity] `, for example `+chop 50 willow`. + +The bot uses XP rates based off rune axe as standard; however, you can get one of the following boosts from owning one of these axes: + +- Dragon axe: +9% \(level 61\) +- Infernal axe: +11% \(level 61\) +- Gilded axe: +12% \(level 41\) +- Crystal axe: +12% \(level 61\) +- 3rd age axe: +12% \(level 61\) + +## Logs + +| **Log** | **Required level** | +| :--------------- | :----------------: | +| Logs | 1 | +| Oak | 15 | +| Willow | 30 | +| Teak | 35 | +| Maple | 45 | +| Bark | 45 | +| Mahogany | 50 | +| Arctic pine logs | 42 | +| Yew | 60 | +| Sulliusceps | 65 | +| Magic | 75 | +| Redwood | 90 | diff --git a/docs/src/content/docs/osb/Skills/woodcutting/README.md b/docs/src/content/docs/osb/Skills/woodcutting/README.md new file mode 100644 index 00000000000..5b131988f5d --- /dev/null +++ b/docs/src/content/docs/osb/Skills/woodcutting/README.md @@ -0,0 +1,44 @@ +--- +title: "Woodcutting" +--- + +# Woodcutting + +You can train Woodcutting using `/chop`` `**`name:`**`[logs]`. If no quantity is specified, it will default to a full trip. Using the powerchop option will result in no logs being obtained, but provides significantly faster woodcutting xp rates. + +- `/chop`` `**`name:`**`Willow logs`` `**`quantity:`**`50` +- `/chop`` `**`name:`**`Teak logs`` `**`powerchop:`**`true` + +## Axes + +All axes in the bot will provide a specific increase to your chance of chopping logs (i.e. chopping speed). The best axe to use is a Crystal axe (Lvl 71) with the second-best being a Dragon, Infernal, or 3rd Age axe (Lvl 61). Gilded axes perform the same as a rune axe. The Crystal axe does not degrade and the Infernal axe does not burn logs while chopping. Axes do not need to be equipped for the bonus to apply. + +## Woodcutting Guild + +If you have at least 60 Woodcutting, and the tree you are attempting to chop is located within the Woodcutting guild, you will gain an invisible +7 wc levels. This will grant a small increase to the speed in which you will chop logs. + +- **Trees in Guild** - Normal, Oak, Willow, Maple, Yew, Magic, Redwood + +## Powerchopping + +Using this filter when chopping logs allows your minion to reach much higher xp rates, at the expense of not receiving any logs from your trip. For ironmen, it may be beneficial to chop normally so they can use the logs for early firemaking or construction levels. You will still receive bird nests and their contents when powerchopping. + +After level 92, your minion magically learns how to tick manipulate, allowing rates of up to 200k xp/h powerchopping Teak logs. + +## Lumberjack Outfit + +The Lumberjack outfit can be obtained from the [Temple Trekking](https://wiki.oldschool.gg/minigames/temple-trekking) minigame. When equipped in the skilling setup, it provides the following boosts to woodcutting XP: + +- 0.4% - Lumberjack hat +- 0.8% - Lumberjack top +- 0.6% - Lumberjack legs +- 0.2% - Lumberjack boots +- 2.5% - Full outfit equipped in skilling setup + +## Logs + +This table assumes no powerchopping is active. + +
LogRequired levelExperienceXP/Hr. @ 99
Log TypeRequired levelExperienceXP/Hr. @ 99
Logs12515,789
Achey logs12517,647
Oak1537.540,981
Willow3067.563,614
Teak358581,565
Maple4510054,841
Bark4582.561,455
Mahogany5012548,635
Arctic pine logs424017,533
Yew6017541,369
Sulliusceps*65127100,536
Magic7525029,227
Redwood9038065,860
+ +_** \*\***-\*\* Sulliusceps require 25qp to chop._ diff --git a/docs/src/content/docs/osb/Skills/woodcutting/forestry.md b/docs/src/content/docs/osb/Skills/woodcutting/forestry.md new file mode 100644 index 00000000000..6c4b552cfb6 --- /dev/null +++ b/docs/src/content/docs/osb/Skills/woodcutting/forestry.md @@ -0,0 +1,115 @@ +--- +title: "Forestry" +--- + +# Forestry + +This minigame is conducted passively while completing _almost any_ woodcutting trip. Provided you have selected **`forestry_events:`**`True` in your woodcutting trip, your minion will automatically participate in all forestry events. For each event you minion does, you will obtain Anima-infused bark and various other items, as well as the usual bird nests. + +**You cannot get Anima-infused bark from Normal logs, Sulliusceps, or Redwoods!** + +## Requirements + +- There are no requirements for this activity + +--- + +## Boosts + +- Regular woodcutting [axe boosts](./#axes) +- 20% boost to Bird nests from [Twitcher's gloves](forestry.md#twitchers-gloves) + +--- + +## Forestry Events + +There are 9 forestry events. Each one has an equal chance to spawn. The chance of a forestry event spawning is 1/20 for every minute of your trip (average of 1 event per 20 mins). Some events will give common items, bonus xp, or a unique CL item. All events will give between 250-500 Anima-infused bark. + +| | | | +| ---------------------- | :----------------: | ---------------------------------------------------- | +| **Event Name** | **Event Bonus Xp** | **Possible Items** | +| Rising Roots | Woodcutting | - | +| Struggling Sapling | Farming | Various leaves | +| Flowering Bush | Woodcutting | Strange fruit & Seeds | +| Woodcutting Leprechaun | Woodcutting | - | +| Beehive | Construction | Sturdy beehive parts | +| Friendly Ent | Fletching | Various leaves & bird eggs | +| Poachers | Hunter | Fox whistle**\*\*** | +| Enchantment Ritual | Woodcutting | Petal garland**\*\*** | +| Pheasant Control | Thieving | Pheasant tail feathers & Golden pheasant egg**\*\*** | + +- Leaves have no purpose in the bot at this time + +**\*\***- Each of these CL items have a 1/45 chance per event. The Pheasant tail feathers are 1/2 + +--- + +## Twitcher's Gloves + +Equipping these gloves in any setup will allow minions to receive a boost for a specific type of nest during woodcutting trips. Using one of the four flags when sending a woodcutting trip will provide a 20% extra chance to receive the nest specified in the flag. This stacks with the [Rabbit foot necklace](../hunter/#rabbit-foot-necklace). The 4 flags are: + +- **`twitchers_gloves:`**`egg nest` +- **`twitchers_gloves:`**`ring nest` +- **`twitchers_gloves:`**`seed nest` +- **`twitchers_gloves:`**`clue nest` + +--- + +## Forestry Shop + +You can buy the following with Anima-infused bark obtained from woodcutting trips. Everything here is bought with the `/buy` command. + +It costs 55,670 bark for all items, minus the Lumberjack outfit (60,670 bark with outfit). + +| | | | +| ----------------------- | :-----------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | +| **Item** | **Bark Cost** | **Additional Costs** | +| Forestry kit | 0 | 0 | +| Secateurs blade | 20 | 10 Oak logs
5 Willow logs | +| Ritual mulch | 150 | 10 Maple logs | +| Log brace | 3,000 | 300 Maple logs
300 Yew logs | +| Clothes pouch blueprint | 10,000 | 300 Willow logs
300 Maple logs | +| Cape pouch | 2,500 | - | +| Log basket**\*\*** | 5,000 | 300 Oak logs
300 Willow logs | +| Felling axe handle | 10,000 | 500 Oak logs | +| Twitcher's gloves | 5,000 | 500 Willow logs | +| Funky shaped log | 15,000 | 500 Oak logs
500 Willow logs
500 Teak logs500 Maple logs
500 Mahogany logs
500 Arctic pine logs
500 Yew logs
500 Magic logs
500 Redwood logs | +| Sawmill voucher | 150 | | +| Lumberjack boots | 1,000 | 100 Maple logs
200 Yew logs | +| Lumberjack hat | 1,200 | 200 Yew logs
100 Magic logs | +| Lumberjack legs | 1,300 | 160 Yew logs
140 Magic logs | +| Lumberjack top | 1,500 | 60 Yew logs
120 Magic logs
120 Redwood logs | +| Forestry boots | 1,250 | Lumberjack boots
60 Oak logs
60 Willow logs
60 Teak logs60 Maple logs
60 Mahogany logs
60 Arctic pine logs
60 Yew logs
60 Magic logs
60 Redwood logs | +| Forestry hat | 1,250 | Lumberjack hat
60 Oak logs
60 Willow logs
60 Teak logs60 Maple logs
60 Mahogany logs
60 Arctic pine logs
60 Yew logs
60 Magic logs
60 Redwood logs | +| Forestry legs | 1,250 | Lumberjack legs
60 Oak logs
60 Willow logs
60 Teak logs60 Maple logs
60 Mahogany logs
60 Arctic pine logs
60 Yew logs
60 Magic logs
60 Redwood logs | +| Forestry top | 1,250 | Lumberjack top
60 Oak logs
60 Willow logs
60 Teak logs60 Maple logs
60 Mahogany logs
60 Arctic pine logs
60 Yew logs
60 Magic logs
60 Redwood logs | + +- You can only buy one Forestry kit + +**\*\***- Provides a 5 minute boost (10 minutes for Redwoods) to your woodcutting trip **(works from bank)** + +--- + +## Forestry Createables + +You can create the following items using items purchased in the Forestry shop. All items have no use within the bot. + +| | | | +| ---------------------------- | :-------------------------------------------------------: | ----------------------------------------- | +| **Item** | **Ingredients** | **Additional Info** | +| Secateurs attachment | Secateurs blade
Iron bar | - | +| Nature offerings | Ritual mulch
Dwarf weed | - | +| Sturdy harness | Log brace
45 Steel nails
2 Rope
3 Adamantite bar | 75 Smithing
75 Woodcutting | +| Forestry basket | Forestry kit
Log basket
Sturdy harness | 75 Smithing
75 Woodcutting | +| Clothes pouch | Clothes pouch blueprint
Thread
Leather | 50 Crafting
50 Woodcutting | +| Pheasant hat | 15 Pheasant tail feathers
Thread | 2 Crafting | +| Pheasant legs | 15 Pheasant tail feathers
Thread | 2 Crafting | +| Pheasant boots | 15 Pheasant tail feathers
Thread | 2 Crafting | +| Pheasant cape | 15 Pheasant tail feathers
Thread | 2 Crafting | +| \[metal] felling axe**\*\*** | Felling axe handle
[metal] axe | 10% extra xp at the cost of 20% less logs | +| Pheasant | Beaver
Golden pheasant egg | It can be reverted | +| Fox | Beaver
Fox whistle | It can be reverted | + +- Provides a 5 minute boost (10 minutes for Redwoods) to your woodcutting trip **(works from bank)** + +**\*\***- Felling axes **cannot** be reverted. diff --git a/docs/src/content/docs/osb/Skills/woodcutting/woodcutting-training.md b/docs/src/content/docs/osb/Skills/woodcutting/woodcutting-training.md new file mode 100644 index 00000000000..c097f4379dc --- /dev/null +++ b/docs/src/content/docs/osb/Skills/woodcutting/woodcutting-training.md @@ -0,0 +1,18 @@ +--- +title: "Woodcutting Training" +--- + +# Woodcutting Training + +## Fastest Route to 99: + +1 - 15: `/chop`` `**`name:`**`Achey Tree Logs`` `**`quantity:`**`97`` `**`powerchop:`**`True`\ +15 - 30: `/chop`` `**`name:`**`Oak Logs`` `**`quantity:`**`92`` `**`powerchop:`**`True`\ +30 - 35: `/chop`` `**`name:`**`Willow Logs`` `**`quantity:`**`134`` `**`powerchop:`**`True`\ +35 - 65: `/chop`` `**`name:`**`Teak Logs`` `**`powerchop:`**`True`\ +65 - 92: `/chop`` `**`name:`**`Sulliusceps`` `**`powerchop:`**`True`\ +92 - 99: `/chop`` `**`name:`**`Teak Logs`` `**`powerchop:`**`True`\ + +**If going for pet, powerchop Teak logs for best odds.**\ + +The following table represents xp rates per hour WITHOUT powerchopping. diff --git a/docs/src/content/docs/osb/combat-achievements.mdx b/docs/src/content/docs/osb/combat-achievements.mdx new file mode 100644 index 00000000000..c887048dbee --- /dev/null +++ b/docs/src/content/docs/osb/combat-achievements.mdx @@ -0,0 +1,628 @@ +--- +title: "Combat Achievements" +sidebar: + order: 2 +--- + +import { Tabs, TabItem } from "@astrojs/starlight/components"; + +## Getting Started + +You can complete almost all the same combat achievements in the bot, as the real game. However, the method in order to obtain some achievements are different to the real game as the bot simply cannot reflect the nature of the all tasks. The CA system is point based, the same as in-game. + +Some tasks (usually kc-based tasks) are simply claimed retroactively by using: + +[[/ca claim]] + +To view all your complete and incomplete CA tasks, or filter by monster, use: + +[[/ca view type\:all]] +[[/ca view type\:complete]] +[[/ca view name\:Barrows type\:incomplete]] + +--- + +## Point System + +| **Tier** | **Available Points** | **Total Points For Next Tier** | +| ----------- | :------------------: | :----------------------------: | +| Easy | 33 | 33 | +| Medium | 80 | 113 | +| Hard | 189 | 302 | +| Elite | 504 | 806 | +| Master | 645 | 1,451 | +| Grandmaster | 552 | 2,003 | + +## Rewards + +Rewards can be claimed by simply using [[/ca claim]] after completing a new tier. You can use the same command to view how close you are to the next tier. + +### Easy + +- Ghommal's hilt 1 +- An antique lamp that gives 5,000xp in any skill above level 20 +- 5% increase to receive Easy clue scrolls +- Slayer boss tasks are increased by 5 (40 total) +- Pest control games give 1 bonus point +- 100% bonus Warrior's guild tokens + +### Medium + +- Ghommal's hilt 2 +- An antique lamp that gives 10,000xp in any skill above level 30 +- 5% increase to receive Medium clue scrolls +- Slayer boss tasks are increased by 5 (45 total) +- Pest control games give 2 bonus points +- 200% bonus Warrior's guild tokens + +### Hard + +- Ghommal's hilt 3 +- An antique lamp that gives 15,000xp in any skill above level 40 +- 5% increase to receive Hard clue scrolls +- Slayer boss tasks are increased by 5 (50 total) +- Pest control games give 3 bonus points +- NMZ imbue costs are halved +- Ability to create King black dragon DHC [[/create item\:Dragon hunter crossbow (b)]] + +### Elite + +- Ghommal's hilt 4 +- An antique lamp that gives 25,000xp in any skill above level 50 +- 5% increase to receive Elite clue scrolls +- Slayer boss tasks are increased by 5 (55 total) +- Superiors are 25% more likely to appear during Slayer +- Ability to create Tztok slayer helmet [[/create item\:Tztok slayer helmet]] +- Ability to create Vorkath DHC [[/create item\:Dragon hunter crossbow]] + +### Master + +- Ghommal's hilt 5 +- An antique lamp that gives 35,000xp in any skill above level 60 +- Slayer boss tasks are increased by 5 (60 total) +- Ghommal's lucky penny (when equipped, 5% chance to not use a charge on any chargeable item) +- Ability to create Vampyric slayer helmet [[/create item\:Vampyric slayer helmet]] +- Ability to combine Avernic defender with Ghommal's hilt 5 [[/create item\:Ghommal's avernic defender 5]] + +### Grandmaster + +- Ghommal's hilt 6 +- An antique lamp that gives 50,000xp in any skill above level 70 +- Slayer boss tasks are increased by 5 (65 total) +- Ability to create Tzkal slayer helmet [[/create item\:Tzkal slayer helmet]] +- Ability to combine Avernic defender with Ghommal's hilt 6 [[/create item\:Ghommal's avernic defender 6]] + +## Task List + +[[embed.ca_tasks.start]] +{/* DO NOT EDIT - This section is auto-generated by the build script */} + + +| Monster | Task Name | How To Unlock | +| -- | -- | -- | +| Aberrant Spectre | Noxious Foe | 1x Aberrant Spectre KC | +| Barrows | Barrows Novice | 10x Barrows KC | +| Barrows | Defence? What Defence? | 1 in 1 chance per kill | +| Black Dragon | Big, Black and Fiery | ONE of the following requirements must be met: 1x King Black Dragon KC, Kill Count Requirement: 1x Black Dragon KC. | +| Bloodveld | The Demonic Punching Bag | 1x Bloodveld KC | +| Bryophyta | Preparation Is Key | 1 in 15 chance per kill | +| Bryophyta | Fighting as Intended II | 1 in 1 chance per kill | +| Bryophyta | Bryophyta Novice | 1x Bryophyta KC | +| Bryophyta | A Slow Death | 1 in 5 chance per kill | +| Bryophyta | Protection from Moss | 1x Bryophyta KC | +| Deranged Archaeologist | Deranged Archaeologist Novice | 10x Deranged Archaeologist KC | +| Fire Giant | The Walking Volcano | 1x Fire Giant KC | +| Giant Mole | Giant Mole Novice | 10x Giant Mole KC | +| Greater Demon | A Greater Foe | 1x Greater Demon KC | +| Greater Demon | Not So Great After All | 1 in 1 chance per kill | +| Hellhound | A Demon's Best Friend | 1x Hellhound KC | +| King Black Dragon | King Black Dragon Novice | 10x King Black Dragon KC | +| Lizardman Shaman | A Scaley Encounter | 1x Lizardman Shaman KC | +| Lizardman Shaman | Shayzien Protector | 1 in 15 chance per kill | +| Obor | Obor Novice | 1x Obor KC | +| Obor | Fighting as Intended | 1 in 1 chance per kill | +| Obor | Sleeping Giant | 1 in 10 chance per kill | +| Other | Into the Den of Giants | 1x Fire Giant KC, 1x Moss giant KC, 1x Hill Giant KC | +| Sarachnis | Sarachnis Novice | 10x Sarachnis KC | +| Scurrius | Sit Rat | 1 in 1 chance per kill | +| Scurrius | Scurrius Novice | 1x Scurrius KC | +| Tempoross | Master of Buckets | 1 in 5 chance per kill | +| Tempoross | Calm Before the Storm | 1 in 3 chance per kill | +| Tempoross | Fire in the Hole! | 1 in 3 chance per kill | +| Tempoross | Tempoross Novice | 5x Tempoross KC. | +| Wintertodt | Handyman | 1x Wintertodt KC. | +| Wintertodt | Cosy | 1 in 1 chance per kill | +| Wintertodt | Mummy! | 1 in 15 chance per kill | +| Wintertodt | Wintertodt Novice | 5x Wintertodt KC. | +| Wyrm | A Slithery Encounter | 1x Wyrm KC | + + +| Monster | Task Name | How To Unlock | +| -- | -- | -- | +| Barrows | Pray for Success | 1 in 10 chance per kill | +| Barrows | Barrows Champion | 25x Barrows KC | +| Barrows | Can't Touch Me | 1 in 50 chance per kill | +| Brutal Black Dragon | Brutal, Big, Black and Firey | 1x Brutal black Dragon KC | +| Bryophyta | Bryophyta Champion | 5x Bryophyta KC | +| Bryophyta | Quick Cutter | 1 in 15 chance per kill | +| Chaos Fanatic | Chaos Fanatic Champion | 10x Chaos Fanatic KC | +| Chaos Fanatic | Sorry, What Was That? | 1 in 20 chance per kill | +| Crazy Archaeologist | I'd Rather Not Learn | 1 in 20 chance per kill | +| Crazy Archaeologist | Crazy Archaeologist Champion | 10x Crazy Archaeologist KC | +| Crazy Archaeologist | Mage of the Ruins | 1 in 1 chance per kill | +| Dagannoth Prime | Dagannoth Prime Champion | 10x Dagannoth Prime KC | +| Dagannoth Rex | Dagannoth Rex Champion | 10x Dagannoth Rex KC | +| Dagannoth Rex | A Frozen King | 1 in 15 chance per kill | +| Dagannoth Supreme | Dagannoth Supreme Champion | 10x Dagannoth Supreme KC | +| Deranged Archaeologist | I'd Rather Be Illiterate | 1 in 15 chance per kill | +| Deranged Archaeologist | Mage of the Swamp | 1 in 1 chance per kill | +| Deranged Archaeologist | Deranged Archaeologist Champion | 25x Deranged Archaeologist KC | +| Gargoyle | A Smashing Time | 1x Gargoyle KC | +| Giant Mole | Giant Mole Champion | 1x Giant Mole KC | +| Giant Mole | Avoiding Those Little Arms | 1 in 35 chance per kill | +| King Black Dragon | King Black Dragon Champion | 25x King Black Dragon KC | +| King Black Dragon | Claw Clipper | 1x King Black Dragon KC | +| King Black Dragon | Antifire Protection | 1x King Black Dragon KC | +| King Black Dragon | Hide Penetration | 1 in 1 chance per kill | +| Kurask | Master of Broad Weaponry | 1x Kurask KC | +| Obor | Back to the Wall | 1 in 15 chance per kill | +| Obor | Squashing the Giant | 1 in 15 chance per kill | +| Obor | Obor Champion | 5x Obor KC | +| Sarachnis | Newspaper Enthusiast | 1x Sarachnis KC | +| Sarachnis | Sarachnis Champion | 25x Sarachnis KC | +| Scurrius | Scurrius Champion | 10x Scurrius KC | +| Scurrius | Perfect Scurrius | 1 in 10 chance per kill | +| Scurrius | Efficient Pest Control | 1 in 10 chance per kill | +| Skeletal Wyvern | A Frozen Foe from the Past | 1x Skeletal Wyvern KC | +| Skotizo | Demonbane Weaponry | 1 in 1 chance per kill | +| Skotizo | Skotizo Champion | 1x Skotizo KC | +| Skotizo | Demonic Weakening | 1 in 5 chance per kill | +| Tempoross | Tempoross Champion | 10x Tempoross KC. | +| Tempoross | The Lone Angler | 1 in 25 chance per kill | +| Wintertodt | Leaving No One Behind | 1 in 50 chance per kill | +| Wintertodt | Can We Fix It? | 1 in 6 chance per kill | +| Wintertodt | Wintertodt Champion | 10x Wintertodt KC. | + + +| Monster | Task Name | How To Unlock | +| -- | -- | -- | +| Abyssal Sire | Abyssal Adept | 20x Abyssal Sire KC | +| Abyssal Sire | Don't Whip Me | 1 in 10 chance per kill | +| Abyssal Sire | Don't Stop Moving | 1 in 10 chance per kill | +| Abyssal Sire | They Grow Up Too Fast | 1 in 10 chance per kill | +| Barrows | Faithless Crypt Run | 1 in 2 chance per kill | +| Barrows | Just Like That | 1 in 5 chance per kill | +| Callisto | Callisto Adept | 10x Callisto KC | +| Chaos Elemental | Chaos Elemental Adept | 10x Chaos Elemental KC | +| Chaos Elemental | The Flincher | 1 in 20 chance per kill | +| Chaos Elemental | Hoarder | 1 in 10 chance per kill | +| Chaos Fanatic | Praying to the Gods | 1 in 10 chance per kill | +| Chaos Fanatic | Chaos Fanatic Adept | 25x Chaos Fanatic KC | +| Commander Zilyana | Commander Showdown | 1 in 5 chance per kill | +| Commander Zilyana | Commander Zilyana Adept | 50x Commander Zilyana KC | +| Crazy Archaeologist | Crazy Archaeologist Adept | 25x Crazy Archaeologist KC | +| Dagannoth Prime | Dagannoth Prime Adept | 25x Dagannoth Prime KC | +| Dagannoth Rex | Dagannoth Rex Adept | 25x Dagannoth Rex KC | +| Dagannoth Supreme | Dagannoth Supreme Adept | 25x Dagannoth Supreme KC | +| General Graardor | General Graardor Adept | 50x General Graardor KC | +| General Graardor | General Showdown | 1 in 5 chance per kill | +| General Graardor | Ourg Freezer | 1 in 5 chance per kill | +| Giant Mole | Why Are You Running? | 1 in 20 chance per kill | +| Giant Mole | Whack-a-Mole | 1 in 20 chance per kill | +| Grotesque Guardians | Static Awareness | 1 in 10 chance per kill | +| Grotesque Guardians | Prison Break | 1 in 10 chance per kill | +| Grotesque Guardians | Don't Look at the Eclipse | 1 in 5 chance per kill | +| Grotesque Guardians | Granite Footwork | 1 in 44 chance per kill | +| Grotesque Guardians | Heal No More | 1 in 10 chance per kill | +| Grotesque Guardians | Grotesque Guardians Adept | 25x Grotesque Guardians KC | +| Hespori | Hespori Adept | 5x Hespori KC | +| Hespori | Hesporisn't | 1 in 2 chance per kill | +| Hespori | Weed Whacker | 1 in 6 chance per kill | +| K'ril Tsutsaroth | Demonic Showdown | 1 in 10 chance per kill | +| K'ril Tsutsaroth | Demonbane Weaponry II | 1 in 1 chance per kill | +| K'ril Tsutsaroth | K'ril Tsutsaroth Adept | 50x K'ril Tsutsaroth KC | +| K'ril Tsutsaroth | Yarr No More | 1 in 10 chance per kill | +| Kalphite Queen | Kalphite Queen Adept | 25x Kalphite Queen KC | +| Kalphite Queen | Chitin Penetrator | 1 in 5 chance per kill | +| King Black Dragon | Who Is the King Now? | 10x King Black Dragon KC | +| Kraken | Unnecessary Optimization | 1 in 5 chance per kill | +| Kraken | Krakan't Hurt Me | 25x Kraken KC | +| Kraken | Kraken Adept | 20x Kraken KC | +| Kree'arra | Airborne Showdown | 1 in 10 chance per kill | +| Kree'arra | Kree'arra Adept | 50x Kree'arra KC | +| Phantom Muspah | Phantom Muspah Adept | 1x Phantom Muspah KC | +| Sarachnis | Inspect Repellent | 1 in 10 chance per kill | +| Sarachnis | Ready to Pounce | 1 in 10 chance per kill | +| Scorpia | Guardians No More | 1 in 10 chance per kill | +| Scorpia | I Can't Reach That | 1 in 30 chance per kill | +| Scorpia | Scorpia Adept | 10x Scorpia KC | +| Skotizo | Skotizo Adept | 5x Skotizo KC | +| Tempoross | Dress Like You Mean It | 1 in 1 chance per kill | +| Tempoross | Why Cook? | 1 in 5 chance per kill | +| The Nightmare | Nightmare Adept | 1x The Nightmare KC | +| Theatre of Blood: Entry Mode | Theatre of Blood: SM Adept | 1x Theatre of Blood KC. | +| Tombs of Amascut | Movin' on up | 1 in 1 chance per kill | +| Tombs of Amascut: Entry Mode | Confident Raider | 1x Tombs of Amascut KC. | +| Tombs of Amascut: Entry Mode | Novice Tomb Explorer | 1x Tombs of Amascut KC. | +| Tombs of Amascut: Entry Mode | Novice Tomb Looter | 25x Tombs of Amascut KC. | +| Venenatis | Venenatis Adept | 10x Venenatis KC | +| Vet'ion | Vet'ion Adept | 10x Vet'ion KC | +| Wintertodt | Why Fletch? | 1 in 30 chance per kill | +| Zulrah | Zulrah Adept | 25x Zulrah KC | + + +| Monster | Task Name | How To Unlock | +| -- | -- | -- | +| Abyssal Sire | Perfect Sire | 1 in 55 chance per kill | +| Abyssal Sire | Abyssal Veteran | 50x Abyssal Sire KC | +| Abyssal Sire | Demonic Rebound | 1 in 10 chance per kill | +| Abyssal Sire | Respiratory Runner | 1 in 10 chance per kill | +| Alchemical Hydra | Alchemical Veteran | 75x Alchemical Hydra KC | +| Araxxor | Araxxor Veteran | 25x Araxxor KC | +| Araxxor | Araxxor Speed-Trialist | 1 in 200 chance per kill | +| Araxxor | Relaxxor | 1 in 200 chance per kill | +| Araxxor | Relaxxor | 1 in 200 chance per kill | +| Basilisk Knight | Reflecting on This Encounter | 1x Basilisk Knight KC | +| Callisto | Callisto Veteran | 20x Callisto KC | +| Cerberus | Ghost Buster | 1 in 10 chance per kill | +| Cerberus | Unrequired Antifire | 1 in 10 chance per kill | +| Cerberus | Cerberus Veteran | 75x Cerberus KC | +| Cerberus | Anti-Bite Mechanics | 1 in 10 chance per kill | +| Chambers of Xeric | Redemption Enthusiast | 1 in 55 chance per kill | +| Chambers of Xeric | Perfectly Balanced | 1 in 45 chance per kill | +| Chambers of Xeric | Dancing with Statues | 1 in 33 chance per kill | +| Chambers of Xeric | Shayzien Specialist | 1 in 20 chance per kill | +| Chambers of Xeric | Cryo No More | 1 in 15 chance per kill | +| Chambers of Xeric | Chambers of Xeric Veteran | 25x Chambers of Xeric KC. | +| Chambers of Xeric | Mutta-diet | 1 in 55 chance per kill | +| Chambers of Xeric | Blizzard Dodger | 1 in 55 chance per kill | +| Chambers of Xeric | Undying Raid Team | 1 in 33 chance per kill | +| Chambers of Xeric | Kill It with Fire | 1 in 15 chance per kill | +| Chambers of Xeric | Together We'll Fall | 1 in 5 chance per kill | +| Chambers of Xeric: Challenge Mode | Dust Seeker | 1 in 22 chance per kill | +| Chaos Elemental | Chaos Elemental Veteran | 25x Chaos Elemental KC | +| Colosseum | I was here first! | 1 in 5 chance per kill | +| Colosseum | Denied | 1 in 12 chance per kill | +| Colosseum | Furball | 1 in 12 chance per kill | +| Commander Zilyana | Commander Zilyana Veteran | 100x Commander Zilyana KC | +| Commander Zilyana | Reminisce | 1 in 1 chance per kill | +| Corporeal Beast | Chicken Killer | 1 in 1 chance per kill | +| Corporeal Beast | Hot on Your Feet | 1 in 20 chance per kill | +| Corporeal Beast | Corporeal Beast Veteran | 25x Corporeal Beast KC | +| Corporeal Beast | Finding the Weak Spot | 1 in 5 chance per kill | +| Corrupted Hunllef | 3, 2, 1 - Mage | 1 in 44 chance per kill | +| Corrupted Hunllef | Corrupted Gauntlet Veteran | 5x Corrupted Gauntlet KC. | +| Crystalline Hunllef | Gauntlet Veteran | 5x Gauntlet KC. | +| Crystalline Hunllef | Wolf Puncher | 1 in 15 chance per kill | +| Crystalline Hunllef | 3, 2, 1 - Range | 1 in 15 chance per kill | +| Crystalline Hunllef | Crystalline Warrior | 1 in 22 chance per kill | +| Crystalline Hunllef | Egniol Diet | 1 in 5 chance per kill | +| Dagannoth Prime | From One King to Another | 1 in 5 chance per kill | +| Dagannoth Prime | Death to the Seer King | 1 in 44 chance per kill | +| Dagannoth Rex | Death to the Warrior King | 1 in 33 chance per kill | +| Dagannoth Rex | Toppling the Diarchy | 1 in 33 chance per kill | +| Dagannoth Supreme | Death to the Archer King | 1 in 15 chance per kill | +| Dagannoth Supreme | Rapid Succession | 1 in 30 chance per kill | +| Demonic Gorilla | If Gorillas Could Fly | 1x Demonic Gorilla KC | +| Demonic Gorilla | Hitting Them Where It Hurts | 1 in 1 chance per kill | +| General Graardor | Ourg Freezer II | 1 in 20 chance per kill | +| General Graardor | General Graardor Veteran | 100x General Graardor KC | +| Giant Mole | Hard Hitter | 1 in 20 chance per kill | +| Grotesque Guardians | Grotesque Guardians Veteran | 50x Grotesque Guardians KC | +| Grotesque Guardians | From Dusk... | 10x Grotesque Guardians KC | +| Grotesque Guardians | Grotesque Guardians Speed-Trialist | 1 in 10 chance per kill | +| Grotesque Guardians | Done before Dusk | 1 in 10 chance per kill | +| Grotesque Guardians | Perfect Grotesque Guardians | 1 in 10 chance per kill | +| Hespori | Plant-Based Diet | 1 in 4 chance per kill | +| Hespori | Hespori Speed-Trialist | 1 in 5 chance per kill | +| K'ril Tsutsaroth | The Bane of Demons | 1 in 1 chance per kill | +| K'ril Tsutsaroth | K'ril Tsutsaroth Veteran | 100x K'ril Tsutsaroth KC | +| K'ril Tsutsaroth | Demonic Defence | 1 in 20 chance per kill | +| Kalphite Queen | Kalphite Queen Veteran | 50x Kalphite Queen KC | +| Kalphite Queen | Insect Deflection | 1 in 4 chance per kill | +| Kalphite Queen | Prayer Smasher | 1 in 1 chance per kill | +| Kraken | Ten-tacles | 50x Kraken KC | +| Kree'arra | Kree'arra Veteran | 100x Kree'arra KC | +| Nex | Nex Survivors | 1 in 12 chance per kill | +| Nex | Nex Veteran | 1x Nex KC | +| Phantom Muspah | Phantom Muspah Veteran | 25x Phantom Muspah KC | +| Phantom Muspah | Phantom Muspah Speed-Trialist | 1 in 20 chance per kill | +| Phantom Muspah | Versatile Drainer | 1 in 10 chance per kill | +| Phantom Muspah | Can't Escape | 1x Phantom Muspah KC | +| Phosani's Nightmare | Phosani's Veteran | 1x Phosani's Nightmare KC | +| Scorpia | Scorpia Veteran | 25x Scorpia KC | +| Skotizo | Demon Evasion | 1 in 10 chance per kill | +| Skotizo | Up for the Challenge | 1 in 1 chance per kill | +| The Mimic | Mimic Veteran | 1x Mimic KC | +| The Nightmare | Nightmare Veteran | 25x The Nightmare KC | +| The Nightmare | Explosion! | 1 in 25 chance per kill | +| The Nightmare | Nightmare (5-Scale) Speed-Trialist | 1 in 45 chance per kill | +| The Nightmare | Nightmare (Solo) Speed-Trialist | 1 in 10 chance per kill | +| The Nightmare | Sleep Tight | 1 in 1 chance per kill | +| Theatre of Blood | Theatre of Blood Veteran | 25x Theatre of Blood KC. | +| Theatre of Blood: Entry Mode | Chally Time | 1 in 2 chance per kill | +| Theatre of Blood: Entry Mode | Nylocas, On the Rocks | 1 in 15 chance per kill | +| Theatre of Blood: Entry Mode | They Won't Expect This | 1 in 3 chance per kill | +| Theatre of Blood: Entry Mode | Appropriate Tools | 1 in 2 chance per kill | +| Theatre of Blood: Entry Mode | Anticoagulants | 1 in 13 chance per kill | +| Theatre of Blood: Entry Mode | Just To Be Safe | 1 in 13 chance per kill | +| Theatre of Blood: Entry Mode | Attack, Step, Wait | 1 in 13 chance per kill | +| Theatre of Blood: Entry Mode | No-Pillar | 1 in 13 chance per kill | +| Theatre of Blood: Entry Mode | Pass It On | 1 in 13 chance per kill | +| Theatre of Blood: Entry Mode | Don't Look at Me! | 1 in 22 chance per kill | +| Thermonuclear Smoke Devil | Hazard Prevention | 1 in 15 chance per kill | +| Thermonuclear Smoke Devil | Thermonuclear Veteran | 20x Thermonuclear smoke devil KC | +| Thermonuclear Smoke Devil | Spec'd Out | 1 in 5 chance per kill | +| Tombs of Amascut | Tomb Explorer | 1x Tombs of Amascut KC. | +| Tombs of Amascut | I'm in a rush | 1 in 10 chance per kill | +| Tombs of Amascut | Dropped the ball | 1 in 10 chance per kill | +| Tombs of Amascut | Helpful spirit who? | 1 in 10 chance per kill | +| Tombs of Amascut | Down Do Specs | 1 in 10 chance per kill | +| Tombs of Amascut | Perfect Crondis | 1 in 10 chance per kill | +| Tombs of Amascut | No skipping allowed | 1 in 10 chance per kill | +| Tombs of Amascut | Hardcore Tombs | 1 in 1 chance per kill | +| Tombs of Amascut | Hardcore Raiders | 1 in 1 chance per kill | +| Tombs of Amascut | Perfect Het | 1 in 15 chance per kill | +| Tombs of Amascut | Perfect Apmeken | 1 in 10 chance per kill | +| Tombs of Amascut: Entry Mode | Novice Tomb Raider | Complete the Tombs of Amascut Entry mode (or above) 50 times. | +| Tombs of Amascut: Expert Mode | Expert Tomb Explorer | Complete the Tombs of Amascut (Expert mode) once. | +| TzKal-Zuk | Half-Way There | 1x Inferno KC. | +| TzTok-Jad | Fight Caves Veteran | 1x TzTok-Jad KC | +| TzTok-Jad | A Near Miss! | 1 in 3 chance per kill | +| TzTok-Jad | Facing Jad Head-on | 1 in 1 chance per kill | +| Venenatis | Venenatis Veteran | 20x Venenatis KC | +| Vet'ion | Vet'eran | 20x Vet'ion KC | +| Vorkath | Vorkath Veteran | 50x Vorkath KC | +| Vorkath | Stick 'em With the Pointy End | 1 in 1 chance per kill | +| Vorkath | Zombie Destroyer | 1 in 2 chance per kill | +| Zalcano | Team Player | 1 in 1 chance per kill | +| Zalcano | The Spurned Hero | 1 in 10 chance per kill | +| Zalcano | Zalcano Veteran | 25x Zalcano KC | +| Zalcano | Perfect Zalcano | 1 in 20 chance per kill | +| Zulrah | Snake. Snake!? Snaaaaaake! | 1 in 20 chance per kill | +| Zulrah | Snake Rebound | 1 in 20 chance per kill | +| Zulrah | Zulrah Speed-Trialist | 1 in 50 chance per kill | +| Zulrah | Zulrah Veteran | 75x Zulrah KC | + + +| Monster | Task Name | How To Unlock | +| -- | -- | -- | +| Alchemical Hydra | Lightning Lure | 1 in 15 chance per kill | +| Alchemical Hydra | Alchemical Speed-Chaser | 1 in 22 chance per kill | +| Alchemical Hydra | Alcleanical Hydra | 1 in 33 chance per kill | +| Alchemical Hydra | Mixing Correctly | 1 in 22 chance per kill | +| Alchemical Hydra | Unrequired Antipoisons | 1 in 25 chance per kill | +| Alchemical Hydra | Alchemical Master | 150x Alchemical Hydra KC | +| Alchemical Hydra | Working Overtime | 15x Alchemical Hydra KC | +| Alchemical Hydra | The Flame Skipper | 1 in 25 chance per kill | +| Alchemical Hydra | Don't Flame Me | 1 in 25 chance per kill | +| Araxxor | Araxyte Betrayal | 1 in 250 chance per kill | +| Araxxor | Perfect Araxxor | 1 in 400 chance per kill | +| Araxxor | Let it seep in | 1 in 400 chance per kill | +| Araxxor | Arachnid Lover | 1 in 400 chance per kill | +| Araxxor | Araxxor Speed-Chaser | 1 in 400 chance per kill | +| Araxxor | Araxxor Master | 75x Araxxor KC | +| Cerberus | Arooo No More | 1 in 25 chance per kill | +| Cerberus | Cerberus Master | 150x Cerberus KC | +| Chambers of Xeric | Perfect Olm (Solo) | 1 in 44 chance per kill | +| Chambers of Xeric | Chambers of Xeric (Solo) Speed-Chaser | 1 in 25 chance per kill | +| Chambers of Xeric | Chambers of Xeric (5-Scale) Speed-Chaser | 1 in 33 chance per kill | +| Chambers of Xeric | Putting It Olm on the Line | 1 in 22 chance per kill | +| Chambers of Xeric | Playing with Lasers | 1 in 22 chance per kill | +| Chambers of Xeric | Chambers of Xeric (Trio) Speed-Chaser | 1 in 44 chance per kill | +| Chambers of Xeric | No Time for Death | 1 in 25 chance per kill | +| Chambers of Xeric | Chambers of Xeric Master | 75x Chambers of Xeric KC. | +| Chambers of Xeric | Perfect Olm (Trio) | 1 in 35 chance per kill | +| Chambers of Xeric | Anvil No More | 1 in 22 chance per kill | +| Chambers of Xeric | Undying Raider | 1 in 1 chance per kill | +| Chambers of Xeric | Stop Drop and Roll | 1 in 15 chance per kill | +| Chambers of Xeric | A Not So Special Lizard | 1 in 33 chance per kill | +| Chambers of Xeric | Blind Spot | 1 in 45 chance per kill | +| Chambers of Xeric: Challenge Mode | Immortal Raider | 1 in 10 chance per kill | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM (5-Scale) Speed-Chaser | 1 in 15 chance per kill | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM (Solo) Speed-Chaser | 1 in 15 chance per kill | +| Chambers of Xeric: Challenge Mode | Immortal Raid Team | 1 in 15 chance per kill | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM Master | 10x Chambers of Xeric - Challenge Mode KC. | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM (Trio) Speed-Chaser | 1 in 23 chance per kill | +| Colosseum | One-off | 1 in 15 chance per kill | +| Colosseum | Showboating | 1 in 15 chance per kill | +| Colosseum | I Brought Mine Too | 1 in 15 chance per kill | +| Colosseum | Sportsmanship | 1x Fortis Colosseum KC. | +| Colosseum | Colosseum Speed-Chaser | 1 in 1 chance per kill | +| Commander Zilyana | Moving Collateral | 1 in 50 chance per kill | +| Corporeal Beast | Corporeal Beast Master | 50x Corporeal Beast KC | +| Corrupted Hunllef | Corrupted Gauntlet Master | 10x Corrupted Gauntlet KC. | +| Corrupted Hunllef | Corrupted Warrior | 1 in 5 chance per kill | +| Corrupted Hunllef | Defence Doesn't Matter II | 1 in 5 chance per kill | +| Corrupted Hunllef | Perfect Corrupted Hunllef | 1 in 20 chance per kill | +| Corrupted Hunllef | Corrupted Gauntlet Speed-Chaser | 1 in 20 chance per kill | +| Crystalline Hunllef | Gauntlet Master | 20x Gauntlet KC. | +| Crystalline Hunllef | Perfect Crystalline Hunllef | 1 in 20 chance per kill | +| Crystalline Hunllef | Gauntlet Speed-Chaser | 1 in 25 chance per kill | +| Crystalline Hunllef | Defence Doesn't Matter | 1 in 25 chance per kill | +| Grotesque Guardians | Perfect Grotesque Guardians II | 1 in 35 chance per kill | +| Grotesque Guardians | Grotesque Guardians Speed-Chaser | 1 in 25 chance per kill | +| Grotesque Guardians | ... 'til Dawn | 20x Grotesque Guardians KC | +| Hespori | Hespori Speed-Chaser | 1 in 10 chance per kill | +| Kraken | One Hundred Tentacles | 100x Kraken KC | +| Kree'arra | Swoop No More | 1 in 11 chance per kill | +| Kree'arra | Collateral Damage | 1 in 11 chance per kill | +| Nex | Contain this! | 1 in 5 chance per kill | +| Nex | Nex Master | 25x Nex KC | +| Nex | Shadows Move... | 1 in 11 chance per kill | +| Nex | Nex Trio | 1 in 11 chance per kill | +| Nex | There is no escape! | 1 in 15 chance per kill | +| Nex | A siphon will solve this | 1 in 15 chance per kill | +| Phantom Muspah | Walk Straight Pray True | 1 in 15 chance per kill | +| Phantom Muspah | More than just a ranged weapon | 1 in 1 chance per kill | +| Phantom Muspah | Space is Tight | 1 in 15 chance per kill | +| Phantom Muspah | Phantom Muspah Speed-Chaser | 1 in 33 chance per kill | +| Phantom Muspah | Essence Farmer | 10x Phantom Muspah KC | +| Phantom Muspah | Phantom Muspah Master | 50x Phantom Muspah KC | +| Phosani's Nightmare | Phosani's Speedchaser | 1 in 22 chance per kill | +| Phosani's Nightmare | Phosani's Master | 5x Phosani's Nightmare KC | +| Phosani's Nightmare | I Would Simply React | 1 in 22 chance per kill | +| Phosani's Nightmare | Crush Hour | 1 in 33 chance per kill | +| Phosani's Nightmare | Dreamland Express | 1 in 33 chance per kill | +| Skotizo | Precise Positioning | 1 in 1 chance per kill | +| The Nightmare | Perfect Nightmare | 1 in 33 chance per kill | +| The Nightmare | Nightmare (5-Scale) Speed-Chaser | 1 in 33 chance per kill | +| The Nightmare | Nightmare Master | 50x The Nightmare KC | +| The Nightmare | Nightmare (Solo) Speed-Chaser | 1 in 33 chance per kill | +| Theatre of Blood | Perfect Xarpus | 1 in 50 chance per kill | +| Theatre of Blood | Theatre (5-Scale) Speed-Chaser | 1 in 40 chance per kill | +| Theatre of Blood | Perfect Verzik | 1 in 50 chance per kill | +| Theatre of Blood | Theatre (4-Scale) Speed-Chaser | 1 in 22 chance per kill | +| Theatre of Blood | A Timely Snack | 1 in 22 chance per kill | +| Theatre of Blood | Back in My Day... | 1 in 22 chance per kill | +| Theatre of Blood | Perfect Sotesteg | 1 in 22 chance per kill | +| Theatre of Blood | Can't Drain This | 1 in 22 chance per kill | +| Theatre of Blood | Can You Dance? | 1 in 22 chance per kill | +| Theatre of Blood | Pop It | 1 in 22 chance per kill | +| Theatre of Blood | Theatre (Trio) Speed-Chaser | 1 in 22 chance per kill | +| Theatre of Blood | Two-Down | 1 in 22 chance per kill | +| Theatre of Blood | Perfect Maiden | 1 in 22 chance per kill | +| Theatre of Blood | Perfect Bloat | 1 in 22 chance per kill | +| Theatre of Blood | Theatre of Blood Master | 75x Theatre of Blood KC. | +| Theatre of Blood | Perfect Nylocas | 1 in 55 chance per kill | +| Theatre of Blood: Entry Mode | Theatre of Blood: SM Speed-Chaser | 1 in 10 chance per kill | +| Theatre of Blood: Hard Mode | Hard Mode? Completed It | 1 in 55 chance per kill | +| Tombs of Amascut | Better get movin' | 1 in 55 chance per kill | +| Tombs of Amascut | Tomb Raider | 50x Tombs of Amascut KC. | +| Tombs of Amascut | Chompington | 1 in 25 chance per kill | +| Tombs of Amascut | Tombs Speed Runner | 1 in 44 chance per kill | +| Tombs of Amascut | Tomb Looter | 25x Tombs of Amascut KC. | +| Tombs of Amascut | Perfect Akkha | 1 in 30 chance per kill | +| Tombs of Amascut | Perfect Scabaras | 1 in 22 chance per kill | +| Tombs of Amascut | Perfect Kephri | 1 in 55 chance per kill | +| Tombs of Amascut | Perfect Zebak | 1 in 35 chance per kill | +| Tombs of Amascut | You are not prepared | 1 in 22 chance per kill | +| Tombs of Amascut | Perfect Ba-Ba | 1 in 22 chance per kill | +| Tombs of Amascut | Perfect Wardens | 1 in 22 chance per kill | +| Tombs of Amascut: Expert Mode | Ba-Bananza | 1 in 22 chance per kill | +| Tombs of Amascut: Expert Mode | Doesn't bug me | 1 in 22 chance per kill | +| Tombs of Amascut: Expert Mode | But... Damage | 1 in 22 chance per kill | +| Tombs of Amascut: Expert Mode | Warden't you believe it | 1 in 22 chance per kill | +| Tombs of Amascut: Expert Mode | Fancy feet | 1 in 22 chance per kill | +| Tombs of Amascut: Expert Mode | Something of an expert myself | 1 in 1 chance per kill | +| Tombs of Amascut: Expert Mode | Expert Tomb Looter | Complete the Tombs of Amascut (Expert mode) 25 times. | +| Tombs of Amascut: Expert Mode | All out of medics | 1 in 22 chance per kill | +| Tombs of Amascut: Expert Mode | Resourceful Raider | 1 in 55 chance per kill | +| Tombs of Amascut: Expert Mode | Rockin' around the croc | 1 in 22 chance per kill | +| TzKal-Zuk | Nibblers, Begone! | 1 in 10 chance per kill | +| TzTok-Jad | You Didn't Say Anything About a Bat | 1 in 25 chance per kill | +| TzTok-Jad | Denying the Healers | 1 in 25 chance per kill | +| TzTok-Jad | Fight Caves Master | 5x TzTok-Jad KC | +| TzTok-Jad | Fight Caves Speed-Chaser | 1 in 7 chance per kill | +| Vorkath | The Walk | 1 in 33 chance per kill | +| Vorkath | Extended Encounter | 10x Vorkath KC | +| Vorkath | Dodging the Dragon | 1 in 33 chance per kill | +| Vorkath | Vorkath Speed-Chaser | 1 in 33 chance per kill | +| Vorkath | Vorkath Master | 100x Vorkath KC | +| Zulrah | Perfect Zulrah | 1 in 55 chance per kill | +| Zulrah | Zulrah Master | 150x Zulrah KC | +| Zulrah | Zulrah Speed-Chaser | 1 in 75 chance per kill | + + +| Monster | Task Name | How To Unlock | +| -- | -- | -- | +| Alchemical Hydra | Alchemical Speed-Runner | 1 in 55 chance per kill | +| Alchemical Hydra | No Pressure | 1 in 33 chance per kill | +| Araxxor | Araxxor Speed-Runner | 1 in 500 chance per kill | +| Araxxor | Perfect Araxxor 2 | 1 in 1000 chance per kill | +| Araxxor | Swimming in Venom | 1 in 1000 chance per kill | +| Chambers of Xeric | Chambers of Xeric (5-Scale) Speed-Runner | 1 in 1 chance per kill | +| Chambers of Xeric | Chambers of Xeric Grandmaster | 150x Chambers of Xeric KC. | +| Chambers of Xeric | Chambers of Xeric (Solo) Speed-Runner | 1 in 1 chance per kill | +| Chambers of Xeric | Chambers of Xeric (Trio) Speed-Runner | 1 in 1 chance per kill | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM (Solo) Speed-Runner | 1 in 1 chance per kill | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM Grandmaster | 25x Chambers of Xeric - Challenge Mode KC. | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM (Trio) Speed-Runner | 1 in 1 chance per kill | +| Chambers of Xeric: Challenge Mode | Chambers of Xeric: CM (5-Scale) Speed-Runner | 1 in 1 chance per kill | +| Colosseum | Colosseum Speed-Runner | 1 in 1 chance per kill | +| Colosseum | Slow Dancing in the Sand | 1 in 15 chance per kill | +| Colosseum | Reinforcements | 1 in 30 chance per kill | +| Colosseum | Perfect Footwork | 1 in 20 chance per kill | +| Colosseum | Colosseum Grand Champion | 10x Fortis Colosseum KC. | +| Commander Zilyana | Peach Conjurer | 50x Commander Zilyana KC | +| Commander Zilyana | Animal Whisperer | 1 in 50 chance per kill | +| Corrupted Hunllef | Corrupted Gauntlet Speed-Runner | 1 in 35 chance per kill | +| Corrupted Hunllef | Egniol Diet II | 1 in 12 chance per kill | +| Corrupted Hunllef | Corrupted Gauntlet Grandmaster | 50x Corrupted Gauntlet KC. | +| Corrupted Hunllef | Wolf Puncher II | 1 in 15 chance per kill | +| Crystalline Hunllef | Gauntlet Speed-Runner | 1 in 35 chance per kill | +| General Graardor | Ourg Killer | 15x General Graardor KC | +| General Graardor | Defence Matters | 1 in 80 chance per kill | +| General Graardor | Keep Away | 1 in 33 chance per kill | +| Grotesque Guardians | Grotesque Guardians Speed-Runner | 1 in 70 chance per kill | +| K'ril Tsutsaroth | Demon Whisperer | 1 in 33 chance per kill | +| K'ril Tsutsaroth | Ash Collector | 30x K'ril Tsutsaroth KC | +| Kree'arra | Feather Hunter | 30x Kree'arra KC | +| Kree'arra | The Worst Ranged Weapon | 1 in 1 chance per kill | +| Nex | Nex Duo | 1 in 1 chance per kill | +| Nex | Perfect Nex | 1 in 44 chance per kill | +| Nex | I should see a doctor | 1 in 33 chance per kill | +| Phantom Muspah | Phantom Muspah Manipulator | 1 in 33 chance per kill | +| Phantom Muspah | Phantom Muspah Speed-Runner | 1 in 35 chance per kill | +| Phosani's Nightmare | Phosani's Speedrunner | 1 in 35 chance per kill | +| Phosani's Nightmare | Perfect Phosani's Nightmare | 1 in 33 chance per kill | +| Phosani's Nightmare | Can't Wake Up | 5x Phosani's Nightmare KC | +| Phosani's Nightmare | Phosani's Grandmaster | 25x Phosani's Nightmare KC | +| The Nightmare | Terrible Parent | 1 in 22 chance per kill | +| The Nightmare | Nightmare (Solo) Speed-Runner | 1 in 30 chance per kill | +| The Nightmare | A Long Trip | 1 in 33 chance per kill | +| The Nightmare | Nightmare (5-Scale) Speed-Runner | 1 in 22 chance per kill | +| Theatre of Blood | Theatre (4-Scale) Speed-Runner | 1 in 39 chance per kill | +| Theatre of Blood | Theatre of Blood Grandmaster | 150x Theatre of Blood KC. | +| Theatre of Blood | Perfect Theatre | 1 in 80 chance per kill | +| Theatre of Blood | Morytania Only | 1 in 50 chance per kill | +| Theatre of Blood | Theatre (Trio) Speed-Runner | 1 in 35 chance per kill | +| Theatre of Blood | Theatre (Duo) Speed-Runner | 1 in 33 chance per kill | +| Theatre of Blood | Theatre (5-Scale) Speed-Runner | 1 in 50 chance per kill | +| Theatre of Blood: Hard Mode | Theatre: HM (5-Scale) Speed-Runner | 1 in 50 chance per kill | +| Theatre of Blood: Hard Mode | Pack Like a Yak | 1 in 50 chance per kill | +| Theatre of Blood: Hard Mode | Theatre: HM (4-Scale) Speed-Runner | 1 in 50 chance per kill | +| Theatre of Blood: Hard Mode | Theatre of Blood: HM Grandmaster | 50x Theatre of Blood - Hard Mode KC. | +| Theatre of Blood: Hard Mode | Harder Mode I | 1 in 40 chance per kill | +| Theatre of Blood: Hard Mode | Nylo Sniper | 1 in 40 chance per kill | +| Theatre of Blood: Hard Mode | Theatre: HM (Trio) Speed-Runner | 1 in 55 chance per kill | +| Theatre of Blood: Hard Mode | Team Work Makes the Dream Work | 1 in 22 chance per kill | +| Theatre of Blood: Hard Mode | Harder Mode III | 1 in 22 chance per kill | +| Theatre of Blood: Hard Mode | Stop Right There! | 1 in 33 chance per kill | +| Theatre of Blood: Hard Mode | Personal Space | 1 in 22 chance per kill | +| Theatre of Blood: Hard Mode | Royal Affairs | 1 in 44 chance per kill | +| Theatre of Blood: Hard Mode | Harder Mode II | 1 in 55 chance per kill | +| Tombs of Amascut: Expert Mode | All Praise Zebak | 1 in 22 chance per kill | +| Tombs of Amascut: Expert Mode | Amascut's Remnant | Items Must Be in CL: 1x Cursed phalanx | +| Tombs of Amascut: Expert Mode | Expert Tomb Raider | Complete the Tombs of Amascut (Expert mode) 25 times. | +| Tombs of Amascut: Expert Mode | Perfection of Apmeken | 1 in 30 chance per kill | +| Tombs of Amascut: Expert Mode | Perfection of Het | 1 in 60 chance per kill | +| Tombs of Amascut: Expert Mode | Tombs Speed Runner III | 1 in 22 chance per kill | +| Tombs of Amascut: Expert Mode | Perfection of Scabaras | 1 in 22 chance per kill | +| Tombs of Amascut: Expert Mode | Insanity | 1 in 50 chance per kill | +| Tombs of Amascut: Expert Mode | Tombs Speed Runner II | 1 in 22 chance per kill | +| Tombs of Amascut: Expert Mode | Perfection of Crondis | 1 in 55 chance per kill | +| Tombs of Amascut: Expert Mode | Akkhan't Do it | 1 in 35 chance per kill | +| Tombs of Amascut: Expert Mode | Maybe I'm the boss. | 1 in 30 chance per kill | +| TzKal-Zuk | Wasn't Even Close | 1 in 10 chance per kill | +| TzKal-Zuk | Jad? What Are You Doing Here? | 1 in 12 chance per kill | +| TzKal-Zuk | Budget Setup | 1 in 1 chance per kill | +| TzKal-Zuk | The Floor Is Lava | 1 in 6 chance per kill | +| TzKal-Zuk | Nibbler Chaser | 1 in 3 chance per kill | +| TzKal-Zuk | Inferno Grandmaster | 5x Inferno KC. | +| TzKal-Zuk | Facing Jad Head-on II | 1 in 6 chance per kill | +| TzKal-Zuk | Playing with Jads | 1 in 15 chance per kill | +| TzKal-Zuk | Inferno Speed-Runner | 1 in 15 chance per kill | +| TzKal-Zuk | No Luck Required | 1 in 15 chance per kill | +| TzTok-Jad | No Time for a Drink | 1 in 15 chance per kill | +| TzTok-Jad | Fight Caves Speed-Runner | 1 in 33 chance per kill | +| TzTok-Jad | Denying the Healers II | 1 in 22 chance per kill | +| Vorkath | The Fremennik Way | 1 in 1 chance per kill | +| Vorkath | Vorkath Speed-Runner | 1 in 55 chance per kill | +| Vorkath | Faithless Encounter | 1 in 15 chance per kill | +| Zulrah | Zulrah Speed-Runner | 1 in 110 chance per kill | + + + +{/* DO NOT EDIT - This section is auto-generated by the build script */} +[[embed.ca_tasks.end]] \ No newline at end of file diff --git a/docs/src/content/docs/osb/monsters.mdx b/docs/src/content/docs/osb/monsters.mdx new file mode 100644 index 00000000000..2a0e5488a64 --- /dev/null +++ b/docs/src/content/docs/osb/monsters.mdx @@ -0,0 +1,5238 @@ +--- +title: "Monsters" +sidebar: + order: 1 +--- + +import { Tabs, TabItem } from "@astrojs/starlight/components"; + +[[embed.monsters.start]] +{/* DO NOT EDIT - This section is auto-generated by the build script */} +## Abyssal Demon + + + + - You can view the drops for this monster on the osrs wiki: [Abyssal Demon](https://oldschool.runescape.wiki/w/Abyssal%20Demon) + +- You can send your minion to kill this monster using: [[/k name\:Abyssal Demon]] + +- You can check your KC using: [[/minion kc name\:Abyssal Demon]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Abyssal Demon]] + +- You can check your collection log using: [[/cl name\:Abyssal Demon]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Abyssal Demon]] + +- You can barrage this monster [[/k name\:Abyssal Demon method\:barrage]] + +- If on a slayer task, this monster can be killed in the catacombs + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[slayer\:85]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Arclight]] + +--- + +You can have one of the following boosts: + +- 5% boost for [[Saradomin godsword]] + +--- + +
+
+
+--- + +## Abyssal Sire + + + + - You can view the drops for this monster on the osrs wiki: [Abyssal Sire](https://oldschool.runescape.wiki/w/Abyssal%20Sire) + +- You can send your minion to kill this monster using: [[/k name\:Abyssal Sire]] + +- You can check your KC using: [[/minion kc name\:Abyssal Sire]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Abyssal Sire]] + +- You can check your collection log using: [[/cl name\:Abyssal Sire]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Abyssal Sire]] + +- You can only kill this monster on a slayer task + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[slayer\:85]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 12% boost for [[Osmumten's fang]] + +- 10% boost for [[Arclight]] + +--- + +You can have one of the following boosts: + +- 10% boost for [[Dragon warhammer]] + +- 5% boost for [[Bandos godsword]] + +--- + +
+
+POH Boosts +These boosts are from having the right object built in your POH. + +**Pool** + +- 10% boost for Rejuvenation pool + +- 10% boost for Fancy rejuvenation pool + +- 10% boost for Ornate rejuvenation pool + +--- + +
+
+
+--- + +## Alchemical Hydra + + + + - You can view the drops for this monster on the osrs wiki: [Alchemical Hydra](https://oldschool.runescape.wiki/w/Alchemical%20Hydra) + +- You can send your minion to kill this monster using: [[/k name\:Alchemical Hydra]] + +- You can check your KC using: [[/minion kc name\:Alchemical Hydra]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Alchemical Hydra]] + +- You can check your collection log using: [[/cl name\:Alchemical Hydra]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Alchemical Hydra]] + +- You can only kill this monster on a slayer task + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Anti-venom+(4)]] or [[Anti-venom(4)]] or [[Antidote++(4)]] + + + + [[slayer\:95]] + +**Items Required** + +- [[Boots of stone]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Twisted bow]] + +--- + +You can have one of the following boosts: + +- 6% boost for [[Ferocious gloves]] + +- 3% boost for [[Barrows gloves]] + +--- + +You can have one of the following boosts: + +- 10% boost for [[Dragon claws]] + +- 8% boost for [[Saradomin godsword]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Masori body (f)]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Masori chaps (f)]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Masori mask (f)]] + +--- + +
+
+
+--- + +## Araxxor + + + + - You can view the drops for this monster on the osrs wiki: [Araxxor](https://oldschool.runescape.wiki/w/Araxxor) + +- You can send your minion to kill this monster using: [[/k name\:Araxxor]] + +- You can check your KC using: [[/minion kc name\:Araxxor]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Araxxor]] + +- You can check your collection log using: [[/cl name\:Araxxor]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Araxxor]] + +- You can only kill this monster on a slayer task + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Extended anti-venom+(4)]] or [[Anti-venom+(4)]] + +- [[Super restore(4)]] or [[Prayer potion(4)]] + +- [[Super combat potion(4)]] + +- [[Cooked karambwan]] + +- [[Anglerfish]] + +- [[Spider cave teleport]] + + + + [[qp\:200]] + +[[prayer\:70]] [[slayer\:92]] [[attack\:85]] [[strength\:85]] [[defence\:80]] [[hitpoints\:90]] [[woodcutting\:62]] [[fletching\:60]] [[crafting\:56]] [[agility\:52]] [[magic\:49]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 5% boost for [[Elder maul]] + +- 4% boost for [[Dragon warhammer]] + +- 3% boost for [[Dragon claws]] + +--- + +
+
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Melee gear boosts, it is **required** to have atleast one of these: + +- 18% boost for [[Inquisitor's mace]] + +- 15% boost for [[Soulreaper axe]] + +- 10% boost for [[Abyssal bludgeon]] + +- 7% boost for [[Ursine chainmace]] + +- 1% boost for [[Sarachnis cudgel]] + +--- + +Melee gear boosts: + +- 5% boost for [[Avernic defender]] + +--- + +Melee gear boosts, it is **required** to have atleast one of these: + +- 4% boost for [[Amulet of rancour]] + +- 2% boost for [[Amulet of torture]] + +--- + +Melee gear boosts, it is **required** to have atleast one of these: + +- 4% boost for [[Infernal cape]] + +- 2% boost for [[Fire cape]] + +--- + +Melee gear boosts, it is **required** to have atleast one of these: + +- 4% boost for [[Ferocious gloves]] + +- 2% boost for [[Barrows gloves]] + +--- + +Melee gear boosts, it is **required** to have atleast one of these: + +- 2% boost for [[Inquisitor's hauberk]] + +- 2% boost for [[Torva platebody]] + +- 2% boost for [[Bandos chestplate]] + +--- + +Melee gear boosts, it is **required** to have atleast one of these: + +- 2% boost for [[Inquisitor's plateskirt]] + +- 2% boost for [[Torva platelegs]] + +- 2% boost for [[Bandos tassets]] + +--- + +Melee gear boosts, it is **required** to have atleast one of these: + +- 2% boost for [[Primordial boots]] + +--- + +
+
+Degradeable/Chargeable Item Boosts +These boosts are for items which degrade or have charges. + +Melee gear boosts: + +- 25% boost for [[Scythe of vitur]] + +--- + +
+
+
+--- + +## Artio + + + + - You can view the drops for this monster on the osrs wiki: [Artio](https://oldschool.runescape.wiki/w/Artio) + +- You can send your minion to kill this monster using: [[/k name\:Artio]] + +- You can check your KC using: [[/minion kc name\:Artio]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Artio]] + +- You can check your collection log using: [[/cl name\:Artio]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Artio]] + +- This monster is in the wilderness, and you can die to PKers when killing it. As such, you will always use your "wildy" gear setup when killing this monster. + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Blighted ancient ice sack]] or [[Blood rune]] [[Death rune]] [[Water rune]] or [[Stamina potion(4)]] + + + + [[prayer\:44]] [[hitpoints\:60]] [[defence\:60]] [[ranged\:65]] [[magic\:70]] + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Wildy gear boosts: + +- 2.5% boost for [[Masori mask (f)]] + +- 2.5% boost for [[Masori mask]] + +- 1% boost for [[Armadyl helmet]] + +--- + +Wildy gear boosts: + +- 3% boost for [[Necklace of anguish]] + +- 1% boost for [[Amulet of fury]] + +- 0.5% boost for [[Amulet of glory]] + +--- + +Wildy gear boosts: + +- 2% boost for [[Ava's assembler]] + +- 0.5% boost for [[Ava's accumulator]] + +--- + +Wildy gear boosts: + +- 3.5% boost for [[Masori body (f)]] + +- 3.5% boost for [[Masori body]] + +- 0.5% boost for [[Armadyl chestplate]] + +--- + +Wildy gear boosts: + +- 3.5% boost for [[Masori chaps (f)]] + +- 3.5% boost for [[Masori chaps]] + +- 1% boost for [[Armadyl chainskirt]] + +- 0.5% boost for [[Black d'hide chaps]] + +--- + +Wildy gear boosts: + +- 28% boost for [[Webweaver bow]] + +- 25% boost for [[Craw's bow]] + +- 6% boost for [[Zaryte crossbow]] + +- 1% boost for [[Armadyl crossbow]] + +--- + +Wildy gear boosts: + +- 3% boost for [[Zaryte vambraces]] + +- 0.5% boost for [[Barrows gloves]] + +--- + +Wildy gear boosts: + +- 1.5% boost for [[Pegasian boots]] + +- 1% boost for [[Ranger boots]] + +- 0.5% boost for [[Guthix d'hide boots]] + +--- + +Wildy gear boosts: + +- 3% boost for [[Venator ring]] + +- 1% boost for [[Archers ring (i)]] + +- 0.5% boost for [[Brimstone ring]] + +--- + +
+
+
+--- + +## Barrows + + + + - You can view the drops for this monster on the osrs wiki: [Barrows](https://oldschool.runescape.wiki/w/Barrows) + +- You can send your minion to kill this monster using: [[/k name\:Barrows]] + +- You can check your KC using: [[/minion kc name\:Barrows]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Barrows]] + +- You can check your collection log using: [[/cl name\:Barrows]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Barrows]] + + + + - No Food Needed + + + + [[prayer\:43]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 2% boost for [[Barrows gloves]] + +--- + +You can have one of the following boosts: + +- 10% boost for [[Tumeken's shadow]] + +- 7% boost for [[Harmonised nightmare staff]] + +- 5% boost for [[Iban's staff]] + +--- + +You can have one of the following boosts: + +- 7% boost for [[Strange old lockpick]] + +--- + +
+
+POH Boosts +These boosts are from having the right object built in your POH. + +**Pool** + +- 10% boost for Rejuvenation pool + +- 10% boost for Fancy rejuvenation pool + +- 10% boost for Ornate rejuvenation pool + +--- + +
+
+
+--- + +## Basilisk Knight + + + + - You can view the drops for this monster on the osrs wiki: [Basilisk Knight](https://oldschool.runescape.wiki/w/Basilisk%20Knight) + +- You can send your minion to kill this monster using: [[/k name\:Basilisk Knight]] + +- You can check your KC using: [[/minion kc name\:Basilisk Knight]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Basilisk Knight]] + +- You can check your collection log using: [[/cl name\:Basilisk Knight]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Basilisk Knight]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:120]] + +[[slayer\:60]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Inquisitor's mace]] + +--- + +You can have one of the following boosts: + +- 4% boost for [[Inquisitor's hauberk]] + +--- + +You can have one of the following boosts: + +- 4% boost for [[Inquisitor's plateskirt]] + +--- + +
+
+
+--- + +## Black Demon + + + + - You can view the drops for this monster on the osrs wiki: [Black Demon](https://oldschool.runescape.wiki/w/Black%20Demon) + +- You can send your minion to kill this monster using: [[/k name\:Black Demon]] + +- You can check your KC using: [[/minion kc name\:Black Demon]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Black Demon]] + +- You can check your collection log using: [[/cl name\:Black Demon]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Black Demon]] + +- You can dwarf multicannon this monster [[/k name\:Black Demon method\:cannon]] + +- If on a slayer task, this monster can be killed in the catacombs + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Arclight]] + +--- + +You can have one of the following boosts: + +- 5% boost for [[Saradomin godsword]] + +--- + +
+
+
+--- + +## Blood Reaver + + + + - You can view the drops for this monster on the osrs wiki: [Blood Reaver](https://oldschool.runescape.wiki/w/Blood%20Reaver) + +- You can send your minion to kill this monster using: [[/k name\:Blood Reaver]] + +- You can check your KC using: [[/minion kc name\:Blood Reaver]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Blood Reaver]] + +- You can check your collection log using: [[/cl name\:Blood Reaver]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Blood Reaver]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:1]] + +**Items Required** + +- [[Frozen key]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Arclight]] + +--- + +
+
+
+--- + +## Bryophyta + + + + - You can view the drops for this monster on the osrs wiki: [Bryophyta](https://oldschool.runescape.wiki/w/Bryophyta) + +- You can send your minion to kill this monster using: [[/k name\:Bryophyta]] + +- You can check your KC using: [[/minion kc name\:Bryophyta]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Bryophyta]] + +- You can check your collection log using: [[/cl name\:Bryophyta]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Bryophyta]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Mossy key]] + + + +--- + +## Callisto + + + + - You can view the drops for this monster on the osrs wiki: [Callisto](https://oldschool.runescape.wiki/w/Callisto) + +- You can send your minion to kill this monster using: [[/k name\:Callisto]] + +- You can check your KC using: [[/minion kc name\:Callisto]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Callisto]] + +- You can check your collection log using: [[/cl name\:Callisto]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Callisto]] + +- This monster is in the wilderness, and you can die to PKers when killing it. As such, you will always use your "wildy" gear setup when killing this monster. + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Blighted ancient ice sack]] or [[Blood rune]] [[Death rune]] [[Water rune]] or [[Stamina potion(4)]] + + + + [[prayer\:44]] [[hitpoints\:60]] [[defence\:60]] [[ranged\:65]] [[magic\:70]] + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Wildy gear boosts: + +- 2.5% boost for [[Masori mask (f)]] + +- 2.5% boost for [[Masori mask]] + +- 1% boost for [[Armadyl helmet]] + +--- + +Wildy gear boosts: + +- 3% boost for [[Necklace of anguish]] + +- 1% boost for [[Amulet of fury]] + +- 0.5% boost for [[Amulet of glory]] + +--- + +Wildy gear boosts: + +- 2% boost for [[Ava's assembler]] + +- 0.5% boost for [[Ava's accumulator]] + +--- + +Wildy gear boosts: + +- 3.5% boost for [[Masori body (f)]] + +- 3.5% boost for [[Masori body]] + +- 0.5% boost for [[Armadyl chestplate]] + +--- + +Wildy gear boosts: + +- 3.5% boost for [[Masori chaps (f)]] + +- 3.5% boost for [[Masori chaps]] + +- 1% boost for [[Armadyl chainskirt]] + +- 0.5% boost for [[Black d'hide chaps]] + +--- + +Wildy gear boosts: + +- 28% boost for [[Webweaver bow]] + +- 25% boost for [[Craw's bow]] + +- 6% boost for [[Zaryte crossbow]] + +- 1% boost for [[Armadyl crossbow]] + +--- + +Wildy gear boosts: + +- 3% boost for [[Zaryte vambraces]] + +- 0.5% boost for [[Barrows gloves]] + +--- + +Wildy gear boosts: + +- 1.5% boost for [[Pegasian boots]] + +- 1% boost for [[Ranger boots]] + +- 0.5% boost for [[Guthix d'hide boots]] + +--- + +Wildy gear boosts: + +- 3% boost for [[Venator ring]] + +- 1% boost for [[Archers ring (i)]] + +- 0.5% boost for [[Brimstone ring]] + +--- + +
+
+
+--- + +## Calvar'ion + + + + - You can view the drops for this monster on the osrs wiki: [Calvar'ion](https://oldschool.runescape.wiki/w/Calvar'ion) + +- You can send your minion to kill this monster using: [[/k name\:Calvar'ion]] + +- You can check your KC using: [[/minion kc name\:Calvar'ion]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Calvar'ion]] + +- You can check your collection log using: [[/cl name\:Calvar'ion]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Calvar'ion]] + +- This monster is in the wilderness, and you can die to PKers when killing it. As such, you will always use your "wildy" gear setup when killing this monster. + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[attack\:75]] [[strength\:75]] [[prayer\:44]] [[hitpoints\:70]] [[defence\:70]] [[magic\:70]] + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Wildy gear boosts: + +- 4% boost for [[Inquisitor's great helm]] + +- 2% boost for [[Torva full helm]] + +- 1.5% boost for [[Neitiznot faceguard]] + +- 1% boost for [[Helm of neitiznot]] + +- 0.5% boost for [[Berserker helm]] + +--- + +Wildy gear boosts: + +- 7.5% boost for [[Infernal cape]] + +- 6% boost for [[Mythical cape]] + +- 3% boost for [[Fire cape]] + +--- + +Wildy gear boosts: + +- 9% boost for [[Inquisitor's hauberk]] + +- 6% boost for [[Torva platebody]] + +- 3% boost for [[Bandos chestplate]] + +--- + +Wildy gear boosts: + +- 9% boost for [[Inquisitor's plateskirt]] + +- 6% boost for [[Torva platelegs]] + +- 3% boost for [[Bandos tassets]] + +--- + +Wildy gear boosts: + +- 49.5% boost for [[Ursine chainmace]] + +- 46% boost for [[Viggora's chainmace]] + +- 21.5% boost for [[Inquisitor's mace]] + +- 21% boost for [[Abyssal bludgeon]] + +- 2.5% boost for [[Zamorakian hasta]] + +--- + +Wildy gear boosts: + +- 16.5% boost for [[Avernic defender]] + +- 12.5% boost for [[Dragon defender]] + +--- + +Wildy gear boosts: + +- 9% boost for [[Ferocious gloves]] + +- 5% boost for [[Barrows gloves]] + +--- + +Wildy gear boosts: + +- 4% boost for [[Primordial boots]] + +- 2.5% boost for [[Dragon boots]] + +--- + +Wildy gear boosts: + +- 7.5% boost for [[Ultor ring]] + +- 5.5% boost for [[Berserker ring (i)]] + +- 5% boost for [[Brimstone ring]] + +--- + +
+
+
+--- + +## Cerberus + + + + - You can view the drops for this monster on the osrs wiki: [Cerberus](https://oldschool.runescape.wiki/w/Cerberus) + +- You can send your minion to kill this monster using: [[/k name\:Cerberus]] + +- You can check your KC using: [[/minion kc name\:Cerberus]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Cerberus]] + +- You can check your collection log using: [[/cl name\:Cerberus]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Cerberus]] + +- You can only kill this monster on a slayer task + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[prayer\:43]] [[slayer\:91]] + +**Items Required** + +- [[Torag's platebody]] or [[Dharok's platebody]] or [[Bandos chestplate]] or [[Torva platebody]] or [[Inquisitor's hauberk]] + +- [[Torag's platelegs]] or [[Dharok's platelegs]] or [[Bandos tassets]] or [[Torva platelegs]] or [[Inquisitor's plateskirt]] + +- [[Zamorakian spear]] or [[Zamorakian hasta]] or [[Arclight]] or [[Abyssal whip]] or [[Abyssal tentacle]] or [[Abyssal bludgeon]] or [[Inquisitor's mace]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Spectral spirit shield]] + +--- + +You can have one of the following boosts: + +- 8% boost for [[Inquisitor's hauberk]] + +- 6% boost for [[Torva platebody]] + +- 5% boost for [[Bandos chestplate]] + +--- + +You can have one of the following boosts: + +- 8% boost for [[Inquisitor's plateskirt]] + +- 6% boost for [[Torva platelegs]] + +- 5% boost for [[Bandos tassets]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Inquisitor's mace]] + +- 13% boost for [[Abyssal bludgeon]] + +- 11% boost for [[Abyssal tentacle]] + +- 10% boost for [[Abyssal whip]] + +- 8% boost for [[Arclight]] + +--- + +
+
+
+--- + +## Chaos Elemental + + + + - You can view the drops for this monster on the osrs wiki: [Chaos Elemental](https://oldschool.runescape.wiki/w/Chaos%20Elemental) + +- You can send your minion to kill this monster using: [[/k name\:Chaos Elemental]] + +- You can check your KC using: [[/minion kc name\:Chaos Elemental]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Chaos Elemental]] + +- You can check your collection log using: [[/cl name\:Chaos Elemental]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Chaos Elemental]] + +- This monster is in the wilderness, and you can die to PKers when killing it. As such, you will always use your "wildy" gear setup when killing this monster. + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + **Items Required** + +- [[Black d'hide body]] or [[Karil's leathertop]] + +- [[Black d'hide chaps]] or [[Karil's leatherskirt]] + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Wildy gear boosts: + +- 25% boost for [[Webweaver bow]] + +- 20% boost for [[Craw's bow]] + +--- + +Wildy gear boosts: + +- 5% boost for [[Archers ring (i)]] + +- 3% boost for [[Archers ring]] + +--- + +Wildy gear boosts: + +- 3% boost for [[Barrows gloves]] + +--- + +
+
+
+--- + +## Chaos Fanatic + + + + - You can view the drops for this monster on the osrs wiki: [Chaos Fanatic](https://oldschool.runescape.wiki/w/Chaos%20Fanatic) + +- You can send your minion to kill this monster using: [[/k name\:Chaos Fanatic]] + +- You can check your KC using: [[/minion kc name\:Chaos Fanatic]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Chaos Fanatic]] + +- You can check your collection log using: [[/cl name\:Chaos Fanatic]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Chaos Fanatic]] + +- This monster is in the wilderness, and you can die to PKers when killing it. As such, you will always use your "wildy" gear setup when killing this monster. + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Wildy gear boosts: + +- 25% boost for [[Webweaver bow]] + +- 20% boost for [[Craw's bow]] + +--- + +Wildy gear boosts: + +- 3% boost for [[Karil's leathertop]] + +--- + +Wildy gear boosts: + +- 3% boost for [[Karil's leatherskirt]] + +--- + +
+
+
+--- + +## Commander Zilyana + + + + - You can view the drops for this monster on the osrs wiki: [Commander Zilyana](https://oldschool.runescape.wiki/w/Commander%20Zilyana) + +- You can send your minion to kill this monster using: [[/k name\:Commander Zilyana]] + +- You can check your KC using: [[/minion kc name\:Commander Zilyana]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Commander Zilyana]] + +- You can check your collection log using: [[/cl name\:Commander Zilyana]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Commander Zilyana]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:1]] + +[[prayer\:43]] [[agility\:70]] + +**Items Required** + +- [[Karil's leathertop]] or [[Armadyl chestplate]] + +- [[Karil's leatherskirt]] or [[Armadyl chainskirt]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 5% boost for [[Pegasian boots]] + +- 3% boost for [[Ranger boots]] + +--- + +You can have one of the following boosts: + +- 10% boost for [[Twisted bow]] + +- 8% boost for [[Zaryte crossbow]] + +- 7% boost for [[Bow of faerdhinen (c)]] + +- 5% boost for [[Armadyl crossbow]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Masori body (f)]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Masori chaps (f)]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Masori mask (f)]] + +--- + +
+
+
+--- + +## Corporeal Beast + + + + - You can view the drops for this monster on the osrs wiki: [Corporeal Beast](https://oldschool.runescape.wiki/w/Corporeal%20Beast) + +- You can send your minion to kill this monster using: [[/k name\:Corporeal Beast]] + +- You can check your KC using: [[/minion kc name\:Corporeal Beast]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Corporeal Beast]] + +- You can check your collection log using: [[/cl name\:Corporeal Beast]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Corporeal Beast]] + + + + - No Food Needed + + + + [[prayer\:43]] + +**Items Required** + +- [[Zamorakian spear]] or [[Osmumten's fang]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 12% boost for [[Elder maul]] + +- 10% boost for [[Dragon warhammer]] + +--- + +You can have one of the following boosts: + +- 6% boost for [[Voidwaker]] + +- 5% boost for [[Bandos godsword]] + +--- + +
+
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Melee gear boosts: + +- 10% boost for [[Osmumten's fang]] + +- 8% boost for [[Noxious halberd]] + +--- + +Melee gear boosts: + +- 8% boost for [[Elysian spirit shield]] + +--- + +Melee gear boosts: + +- 2% boost for [[Torva full helm]] + +--- + +Melee gear boosts: + +- 3% boost for [[Masori body (f)]] + +--- + +Melee gear boosts: + +- 3% boost for [[Masori chaps (f)]] + +--- + +Melee gear boosts: + +- 2% boost for [[Infernal cape]] + +--- + +Melee gear boosts: + +- 1% boost for [[Ring of suffering (i)]] + +--- + +Melee gear boosts: + +- 1% boost for [[Barrows gloves]] + +--- + +Melee gear boosts: + +- 1% boost for [[Primordial boots]] + +--- + +
+
+Degradeable/Chargeable Item Boosts +These boosts are for items which degrade or have charges. + +Melee gear boosts: + +- 8% boost for [[Amulet of blood fury]] + +--- + +
+
+POH Boosts +These boosts are from having the right object built in your POH. + +**Pool** + +- 50% boost for Rejuvenation pool + +- 50% boost for Fancy rejuvenation pool + +- 50% boost for Ornate rejuvenation pool + +--- + +
+
+
+--- + +## Crazy Archaeologist + + + + - You can view the drops for this monster on the osrs wiki: [Crazy Archaeologist](https://oldschool.runescape.wiki/w/Crazy%20Archaeologist) + +- You can send your minion to kill this monster using: [[/k name\:Crazy Archaeologist]] + +- You can check your KC using: [[/minion kc name\:Crazy Archaeologist]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Crazy Archaeologist]] + +- You can check your collection log using: [[/cl name\:Crazy Archaeologist]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Crazy Archaeologist]] + +- This monster is in the wilderness, and you can die to PKers when killing it. As such, you will always use your "wildy" gear setup when killing this monster. + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Wildy gear boosts: + +- 10% boost for [[Occult necklace]] + +--- + +
+
+
+--- + +## Dagannoth + + + + - You can view the drops for this monster on the osrs wiki: [Dagannoth](https://oldschool.runescape.wiki/w/Dagannoth) + +- You can send your minion to kill this monster using: [[/k name\:Dagannoth]] + +- You can check your KC using: [[/minion kc name\:Dagannoth]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Dagannoth]] + +- You can check your collection log using: [[/cl name\:Dagannoth]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Dagannoth]] + +- You can dwarf multicannon this monster [[/k name\:Dagannoth method\:cannon]] + +- If on a slayer task, this monster can be killed in the catacombs + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:2]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 2% boost for [[Dragonbone necklace]] + +--- + +
+
+Degradeable/Chargeable Item Boosts +These boosts are for items which degrade or have charges. + +Range gear boosts: + +- 10% boost for [[Venator bow]] + +--- + +
+
+
+--- + +## Dagannoth Prime + + + + - You can view the drops for this monster on the osrs wiki: [Dagannoth Prime](https://oldschool.runescape.wiki/w/Dagannoth%20Prime) + +- You can send your minion to kill this monster using: [[/k name\:Dagannoth Prime]] + +- You can check your KC using: [[/minion kc name\:Dagannoth Prime]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Dagannoth Prime]] + +- You can check your collection log using: [[/cl name\:Dagannoth Prime]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Dagannoth Prime]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[prayer\:43]] + +**Items Required** + +- [[Guthan's platebody]] + +- [[Guthan's chainskirt]] + +- [[Guthan's helm]] + +- [[Guthan's warspear]] + +- [[Armadyl chestplate]] or [[Karil's leathertop]] + +- [[Armadyl chainskirt]] or [[Karil's leatherskirt]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 4% boost for [[Masori body (f)]] + +- 2% boost for [[Armadyl chestplate]] + +--- + +You can have one of the following boosts: + +- 4% boost for [[Masori chaps (f)]] + +- 2% boost for [[Armadyl chainskirt]] + +--- + +You can have one of the following boosts: + +- 6% boost for [[Twisted bow]] + +--- + +
+
+
+--- + +## Dagannoth Rex + + + + - You can view the drops for this monster on the osrs wiki: [Dagannoth Rex](https://oldschool.runescape.wiki/w/Dagannoth%20Rex) + +- You can send your minion to kill this monster using: [[/k name\:Dagannoth Rex]] + +- You can check your KC using: [[/minion kc name\:Dagannoth Rex]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Dagannoth Rex]] + +- You can check your collection log using: [[/cl name\:Dagannoth Rex]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Dagannoth Rex]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[prayer\:43]] + +**Items Required** + +- [[Guthan's platebody]] + +- [[Guthan's chainskirt]] + +- [[Guthan's helm]] + +- [[Guthan's warspear]] + +- [[Torva platebody]] or [[Bandos chestplate]] or [[Torag's platebody]] + +- [[Torva platelegs]] or [[Bandos tassets]] or [[Torag's platelegs]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 5% boost for [[Harmonised nightmare staff]] + +- 3% boost for [[Iban's staff]] + +--- + +You can have one of the following boosts: + +- 5% boost for [[Occult necklace]] + +--- + +
+
+
+--- + +## Dagannoth Supreme + + + + - You can view the drops for this monster on the osrs wiki: [Dagannoth Supreme](https://oldschool.runescape.wiki/w/Dagannoth%20Supreme) + +- You can send your minion to kill this monster using: [[/k name\:Dagannoth Supreme]] + +- You can check your KC using: [[/minion kc name\:Dagannoth Supreme]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Dagannoth Supreme]] + +- You can check your collection log using: [[/cl name\:Dagannoth Supreme]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Dagannoth Supreme]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[prayer\:43]] + +**Items Required** + +- [[Guthan's platebody]] + +- [[Guthan's chainskirt]] + +- [[Guthan's helm]] + +- [[Guthan's warspear]] + +- [[Bandos chestplate]] or [[Torag's platebody]] or [[Torva platebody]] + +- [[Bandos tassets]] or [[Torag's platelegs]] or [[Torva platelegs]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 2% boost for [[Bandos chestplate]] + +- 2% boost for [[Torva platebody]] + +--- + +You can have one of the following boosts: + +- 2% boost for [[Bandos tassets]] + +- 2% boost for [[Torva platelegs]] + +--- + +You can have one of the following boosts: + +- 6% boost for [[Dragon claws]] + +- 4% boost for [[Saradomin godsword]] + +--- + +
+
+
+--- + +## Demonic Gorilla + + + + - You can view the drops for this monster on the osrs wiki: [Demonic Gorilla](https://oldschool.runescape.wiki/w/Demonic%20Gorilla) + +- You can send your minion to kill this monster using: [[/k name\:Demonic Gorilla]] + +- You can check your KC using: [[/minion kc name\:Demonic Gorilla]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Demonic Gorilla]] + +- You can check your collection log using: [[/cl name\:Demonic Gorilla]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Demonic Gorilla]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:175]] + +[[slayer\:69]] + +**Items Required** + +- [[Torva platebody]] or [[Bandos chestplate]] + +- [[Verac's plateskirt]] or [[Bandos tassets]] or [[Torva platelegs]] + +- [[Arclight]] or [[Abyssal whip]] or [[Dragon scimitar]] + +- [[Rune crossbow]] or [[Karil's crossbow]] or [[Armadyl crossbow]] + +- [[Armadyl chestplate]] or [[Karil's leathertop]] + +- [[Armadyl chainskirt]] or [[Karil's leatherskirt]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 20% boost for [[Arclight]] + +--- + +
+
+
+--- + +## Deranged Archaeologist + + + + - You can view the drops for this monster on the osrs wiki: [Deranged Archaeologist](https://oldschool.runescape.wiki/w/Deranged%20Archaeologist) + +- You can send your minion to kill this monster using: [[/k name\:Deranged Archaeologist]] + +- You can check your KC using: [[/minion kc name\:Deranged Archaeologist]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Deranged Archaeologist]] + +- You can check your collection log using: [[/cl name\:Deranged Archaeologist]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Deranged Archaeologist]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:50]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Occult necklace]] + +--- + +
+
+
+--- + +## Duke Sucellus + + + + - You can view the drops for this monster on the osrs wiki: [Duke Sucellus](https://oldschool.runescape.wiki/w/Duke%20Sucellus) + +- You can send your minion to kill this monster using: [[/k name\:Duke Sucellus]] + +- You can check your KC using: [[/minion kc name\:Duke Sucellus]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Duke Sucellus]] + +- You can check your collection log using: [[/cl name\:Duke Sucellus]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Duke Sucellus]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:100]] + +[[prayer\:43]] [[hitpoints\:70]] + +**Items Required** + +- [[Torva platebody]] or [[Bandos chestplate]] + +- [[Torva platelegs]] or [[Bandos tassets]] + +**Required Quests** + +- Desert Treasure II - The Fallen Empire + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Melee gear boosts: + +- 3% boost for [[Avernic defender]] + +--- + +Melee gear boosts: + +- 3% boost for [[Ferocious gloves]] + +--- + +Melee gear boosts: + +- 3% boost for [[Primordial boots]] + +--- + +Melee gear boosts: + +- 3% boost for [[Torva full helm]] + +--- + +Melee gear boosts: + +- 3% boost for [[Torva platebody]] + +--- + +Melee gear boosts: + +- 3% boost for [[Torva platelegs]] + +--- + +Melee gear boosts: + +- 5% boost for [[Bellator ring]] + +- 5% boost for [[Ultor ring]] + +--- + +
+
+Degradeable/Chargeable Item Boosts +These boosts are for items which degrade or have charges. + +Melee gear boosts: + +- 15% boost for [[Scythe of vitur]] + +--- + +
+
+
+--- + +## Duke Sucellus (Awakened) + + + + - You can view the drops for this monster on the osrs wiki: [Duke Sucellus (Awakened)](https://oldschool.runescape.wiki/w/Duke%20Sucellus%20(Awakened)) + +- You can send your minion to kill this monster using: [[/k name\:Duke Sucellus (Awakened)]] + +- You can check your KC using: [[/minion kc name\:Duke Sucellus (Awakened)]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Duke Sucellus (Awakened)]] + +- You can check your collection log using: [[/cl name\:Duke Sucellus (Awakened)]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Duke Sucellus (Awakened)]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Awakener's orb]] + + + + [[qp\:100]] + +[[prayer\:43]] [[hitpoints\:70]] + +**Items Required** + +- [[Torva platebody]] or [[Bandos chestplate]] + +- [[Torva platelegs]] or [[Bandos tassets]] + +**Required Quests** + +- Desert Treasure II - The Fallen Empire + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Melee gear boosts: + +- 3% boost for [[Ferocious gloves]] + +--- + +Melee gear boosts: + +- 3% boost for [[Primordial boots]] + +--- + +Melee gear boosts: + +- 3% boost for [[Torva full helm]] + +--- + +Melee gear boosts: + +- 3% boost for [[Torva platebody]] + +--- + +Melee gear boosts: + +- 3% boost for [[Torva platelegs]] + +--- + +Melee gear boosts: + +- 5% boost for [[Bellator ring]] + +- 5% boost for [[Ultor ring]] + +--- + +
+
+Degradeable/Chargeable Item Boosts +These boosts are for items which degrade or have charges. + +Melee gear boosts, it is **required** to have atleast one of these: + +- 15% boost for [[Scythe of vitur]] + +--- + +
+
+
+--- + +## Frogeel + + + + - You can view the drops for this monster on the osrs wiki: [Frogeel](https://oldschool.runescape.wiki/w/Frogeel) + +- You can send your minion to kill this monster using: [[/k name\:Frogeel]] + +- You can check your KC using: [[/minion kc name\:Frogeel]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Frogeel]] + +- You can check your collection log using: [[/cl name\:Frogeel]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Frogeel]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Raw cave eel]] [[Giant frog legs]] + + + + [[qp\:35]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 13% boost for [[Bandos chestplate]] + +- 13% boost for [[Torva platebody]] + +--- + +You can have one of the following boosts: + +- 13% boost for [[Bandos tassets]] + +- 13% boost for [[Torva platelegs]] + +--- + +You can have one of the following boosts: + +- 11% boost for [[Dragon claws]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Abyssal whip]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Dragon defender]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Amulet of torture]] + +- 6% boost for [[Amulet of fury]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Infernal cape]] + +- 6% boost for [[Fire cape]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Primordial boots]] + +- 6% boost for [[Dragon boots]] + +--- + +
+
+
+--- + +## General Graardor + + + + - You can view the drops for this monster on the osrs wiki: [General Graardor](https://oldschool.runescape.wiki/w/General%20Graardor) + +- You can send your minion to kill this monster using: [[/k name\:General Graardor]] + +- You can check your KC using: [[/minion kc name\:General Graardor]] + +- You can check the KC leaderboard using: [[/lb kc monster\:General Graardor]] + +- You can check your collection log using: [[/cl name\:General Graardor]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:General Graardor]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:1]] + +[[prayer\:43]] [[strength\:70]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Dragon warhammer]] + +- 5% boost for [[Bandos godsword]] + +--- + +You can have one of the following boosts: + +- 3% boost for [[Osmumten's fang]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Lightbearer]] + +--- + +
+
+
+--- + +## Giant Mole + + + + - You can view the drops for this monster on the osrs wiki: [Giant Mole](https://oldschool.runescape.wiki/w/Giant%20Mole) + +- You can send your minion to kill this monster using: [[/k name\:Giant Mole]] + +- You can check your KC using: [[/minion kc name\:Giant Mole]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Giant Mole]] + +- You can check your collection log using: [[/cl name\:Giant Mole]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Giant Mole]] + + + + - No Food Needed + +**Item Cost** + +- [[Prayer potion(4)]] + + + + [[prayer\:43]] + +**Items Required** + +- [[Dharok's helm]] + +- [[Dharok's platebody]] + +- [[Dharok's platelegs]] + +- [[Dharok's greataxe]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 5% boost for [[Barrows gloves]] + +--- + +You can have one of the following boosts: + +- 10% boost for [[Twisted bow]] + +- 7% boost for [[Berserker ring (i)]] + +- 5% boost for [[Berserker ring]] + +--- + +
+
+
+--- + +## Greater Demon + + + + - You can view the drops for this monster on the osrs wiki: [Greater Demon](https://oldschool.runescape.wiki/w/Greater%20Demon) + +- You can send your minion to kill this monster using: [[/k name\:Greater Demon]] + +- You can check your KC using: [[/minion kc name\:Greater Demon]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Greater Demon]] + +- You can check your collection log using: [[/cl name\:Greater Demon]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Greater Demon]] + +- You can dwarf multicannon this monster [[/k name\:Greater Demon method\:cannon]] + +- If on a slayer task, this monster can be killed in the catacombs + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 12% boost for [[Arclight]] + +--- + +You can have one of the following boosts: + +- 3% boost for [[Saradomin godsword]] + +--- + +
+
+
+--- + +## Greater Nechryael + + + + - You can view the drops for this monster on the osrs wiki: [Greater Nechryael](https://oldschool.runescape.wiki/w/Greater%20Nechryael) + +- You can send your minion to kill this monster using: [[/k name\:Greater Nechryael]] + +- You can check your KC using: [[/minion kc name\:Greater Nechryael]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Greater Nechryael]] + +- You can check your collection log using: [[/cl name\:Greater Nechryael]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Greater Nechryael]] + +- You can barrage this monster [[/k name\:Greater Nechryael method\:barrage]] + +- You can dwarf multicannon this monster [[/k name\:Greater Nechryael method\:cannon]] + +- If on a slayer task, this monster can be killed in the catacombs + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[slayer\:80]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Arclight]] + +--- + +
+
+
+--- + +## Grotesque Guardians + + + + - You can view the drops for this monster on the osrs wiki: [Grotesque Guardians](https://oldschool.runescape.wiki/w/Grotesque%20Guardians) + +- You can send your minion to kill this monster using: [[/k name\:Grotesque Guardians]] + +- You can check your KC using: [[/minion kc name\:Grotesque Guardians]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Grotesque Guardians]] + +- You can check your collection log using: [[/cl name\:Grotesque Guardians]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Grotesque Guardians]] + +- You can only kill this monster on a slayer task + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[slayer\:75]] + +**Items Required** + +- [[Brittle key]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 5% boost for [[Toxic blowpipe]] + +- 3% boost for [[Armadyl crossbow]] + +--- + +You can have one of the following boosts: + +- 10% boost for [[Dragon claws]] + +- 6% boost for [[Saradomin godsword]] + +--- + +You can have one of the following boosts: + +- 10% boost for [[Scythe of vitur]] + +- 10% boost for [[Scythe of vitur (uncharged)]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Masori body (f)]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Masori chaps (f)]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Masori mask (f)]] + +--- + +
+
+Degradeable/Chargeable Item Boosts +These boosts are for items which degrade or have charges. + +Range gear boosts: + +- 5% boost for [[Venator bow]] + +--- + +
+
+
+--- + +## Hellhound + + + + - You can view the drops for this monster on the osrs wiki: [Hellhound](https://oldschool.runescape.wiki/w/Hellhound) + +- You can send your minion to kill this monster using: [[/k name\:Hellhound]] + +- You can check your KC using: [[/minion kc name\:Hellhound]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Hellhound]] + +- You can check your collection log using: [[/cl name\:Hellhound]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Hellhound]] + +- You can dwarf multicannon this monster [[/k name\:Hellhound method\:cannon]] + +- If on a slayer task, this monster can be killed in the catacombs + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 15% boost for [[Arclight]] + +--- + +
+
+
+--- + +## Hydra + + + + - You can view the drops for this monster on the osrs wiki: [Hydra](https://oldschool.runescape.wiki/w/Hydra) + +- You can send your minion to kill this monster using: [[/k name\:Hydra]] + +- You can check your KC using: [[/minion kc name\:Hydra]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Hydra]] + +- You can check your collection log using: [[/cl name\:Hydra]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Hydra]] + +- You can dwarf multicannon this monster [[/k name\:Hydra method\:cannon]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Anti-venom+(4)]] or [[Anti-venom(4)]] or [[Antidote++(4)]] + + + + [[slayer\:95]] + +**Items Required** + +- [[Boots of stone]] + + + +--- + +## Ice Troll + + + + - You can view the drops for this monster on the osrs wiki: [Ice Troll](https://oldschool.runescape.wiki/w/Ice%20Troll) + +- You can send your minion to kill this monster using: [[/k name\:Ice Troll]] + +- You can check your KC using: [[/minion kc name\:Ice Troll]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Ice Troll]] + +- You can check your collection log using: [[/cl name\:Ice Troll]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Ice Troll]] + +- You can dwarf multicannon this monster [[/k name\:Ice Troll method\:cannon]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 7% boost for [[Neitiznot shield]] + +--- + +
+
+
+--- + +## Jubster + + + + - You can view the drops for this monster on the osrs wiki: [Jubster](https://oldschool.runescape.wiki/w/Jubster) + +- You can send your minion to kill this monster using: [[/k name\:Jubster]] + +- You can check your KC using: [[/minion kc name\:Jubster]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Jubster]] + +- You can check your collection log using: [[/cl name\:Jubster]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Jubster]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Raw jubbly]] [[Raw lobster]] + + + + [[qp\:35]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 13% boost for [[Bandos chestplate]] + +- 13% boost for [[Torva platebody]] + +--- + +You can have one of the following boosts: + +- 13% boost for [[Bandos tassets]] + +- 13% boost for [[Torva platelegs]] + +--- + +You can have one of the following boosts: + +- 11% boost for [[Dragon claws]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Abyssal whip]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Dragon defender]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Amulet of torture]] + +- 6% boost for [[Amulet of fury]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Infernal cape]] + +- 6% boost for [[Fire cape]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Primordial boots]] + +- 6% boost for [[Dragon boots]] + +--- + +
+
+
+--- + +## K'ril Tsutsaroth + + + + - You can view the drops for this monster on the osrs wiki: [K'ril Tsutsaroth](https://oldschool.runescape.wiki/w/K'ril%20Tsutsaroth) + +- You can send your minion to kill this monster using: [[/k name\:K'ril Tsutsaroth]] + +- You can check your KC using: [[/minion kc name\:K'ril Tsutsaroth]] + +- You can check the KC leaderboard using: [[/lb kc monster\:K'ril Tsutsaroth]] + +- You can check your collection log using: [[/cl name\:K'ril Tsutsaroth]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:K'ril Tsutsaroth]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:1]] + +[[prayer\:43]] [[hitpoints\:70]] + +**Items Required** + +- [[Karil's leathertop]] or [[Armadyl chestplate]] + +- [[Karil's leatherskirt]] or [[Armadyl chainskirt]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Dragon warhammer]] + +- 5% boost for [[Bandos godsword]] + +- 3% boost for [[Dragon claws]] + +--- + +You can have one of the following boosts: + +- 10% boost for [[Twisted bow]] + +- 9% boost for [[Arclight]] + +--- + +
+
+
+--- + +## Kalphite Queen + + + + - You can view the drops for this monster on the osrs wiki: [Kalphite Queen](https://oldschool.runescape.wiki/w/Kalphite%20Queen) + +- You can send your minion to kill this monster using: [[/k name\:Kalphite Queen]] + +- You can check your KC using: [[/minion kc name\:Kalphite Queen]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Kalphite Queen]] + +- You can check your collection log using: [[/cl name\:Kalphite Queen]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Kalphite Queen]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[prayer\:43]] + +**Items Required** + +- [[Verac's flail]] + +- [[Verac's plateskirt]] + +- [[Black d'hide body]] or [[Karil's leathertop]] or [[Armadyl chestplate]] + +- [[Black d'hide chaps]] or [[Karil's leatherskirt]] or [[Armadyl chainskirt]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 12% boost for [[Elder maul]] + +- 10% boost for [[Dragon warhammer]] + +--- + +You can have one of the following boosts: + +- 5% boost for [[Keris partisan of breaching]] + +--- + +
+
+POH Boosts +These boosts are from having the right object built in your POH. + +**Pool** + +- 10% boost for Rejuvenation pool + +- 10% boost for Fancy rejuvenation pool + +- 10% boost for Ornate rejuvenation pool + +--- + +
+
+
+--- + +## King Black Dragon + + + + - You can view the drops for this monster on the osrs wiki: [King Black Dragon](https://oldschool.runescape.wiki/w/King%20Black%20Dragon) + +- You can send your minion to kill this monster using: [[/k name\:King Black Dragon]] + +- You can check your KC using: [[/minion kc name\:King Black Dragon]] + +- You can check the KC leaderboard using: [[/lb kc monster\:King Black Dragon]] + +- You can check your collection log using: [[/cl name\:King Black Dragon]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:King Black Dragon]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + **Items Required** + +- [[Anti-dragon shield]] + +- [[Armadyl crossbow]] or [[Rune crossbow]] or [[Twisted bow]] or [[Dragon hunter crossbow]] + +- [[Black d'hide body]] or [[Black d'hide body (g)]] or [[Black d'hide body (t)]] or [[Karil's leathertop]] + +- [[Black d'hide chaps]] or [[Black d'hide chaps (g)]] or [[Black d'hide chaps (t)]] or [[Karil's leatherskirt]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Twisted bow]] + +- 6% boost for [[Armadyl crossbow]] + +--- + +
+
+
+--- + +## Kraken + + + + - You can view the drops for this monster on the osrs wiki: [Kraken](https://oldschool.runescape.wiki/w/Kraken) + +- You can send your minion to kill this monster using: [[/k name\:Kraken]] + +- You can check your KC using: [[/minion kc name\:Kraken]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Kraken]] + +- You can check your collection log using: [[/cl name\:Kraken]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Kraken]] + +- You can only kill this monster on a slayer task + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[slayer\:87]] + +**Items Required** + +- [[Trident of the seas]] or [[Trident of the seas (full)]] or [[Uncharged trident]] or [[Uncharged toxic trident]] or [[Trident of the swamp]] or [[Sanguinesti staff]] or [[Harmonised nightmare staff]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 20% boost for [[Tumeken's shadow]] + +- 15% boost for [[Harmonised nightmare staff]] + +- 12% boost for [[Sanguinesti staff]] + +- 10% boost for [[Trident of the swamp]] + +- 10% boost for [[Uncharged toxic trident]] + +- 8% boost for [[Trident of the seas (full)]] + +- 5% boost for [[Trident of the seas]] + +- 5% boost for [[Uncharged trident]] + +--- + +You can have one of the following boosts: + +- 5% boost for [[Imbued heart]] + +--- + +
+
+
+--- + +## Kree'arra + + + + - You can view the drops for this monster on the osrs wiki: [Kree'arra](https://oldschool.runescape.wiki/w/Kree'arra) + +- You can send your minion to kill this monster using: [[/k name\:Kree'arra]] + +- You can check your KC using: [[/minion kc name\:Kree'arra]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Kree'arra]] + +- You can check your collection log using: [[/cl name\:Kree'arra]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Kree'arra]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:1]] + +[[prayer\:40]] [[ranged\:70]] + +**Items Required** + +- [[Karil's leathertop]] or [[Armadyl chestplate]] + +- [[Karil's leatherskirt]] or [[Armadyl chainskirt]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Twisted bow]] + +- 8% boost for [[Zaryte crossbow]] + +- 7% boost for [[Bow of faerdhinen (c)]] + +- 5% boost for [[Armadyl crossbow]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Masori body (f)]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Masori chaps (f)]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Masori mask (f)]] + +--- + +
+
+
+--- + +## Kurask + + + + - You can view the drops for this monster on the osrs wiki: [Kurask](https://oldschool.runescape.wiki/w/Kurask) + +- You can send your minion to kill this monster using: [[/k name\:Kurask]] + +- You can check your KC using: [[/minion kc name\:Kurask]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Kurask]] + +- You can check your collection log using: [[/cl name\:Kurask]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Kurask]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[slayer\:70]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 15% boost for [[Leaf-bladed battleaxe]] + +--- + +
+
+
+--- + +## Lesser demon + + + + - You can view the drops for this monster on the osrs wiki: [Lesser demon](https://oldschool.runescape.wiki/w/Lesser%20demon) + +- You can send your minion to kill this monster using: [[/k name\:Lesser demon]] + +- You can check your KC using: [[/minion kc name\:Lesser demon]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Lesser demon]] + +- You can check your collection log using: [[/cl name\:Lesser demon]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Lesser demon]] + +- You can dwarf multicannon this monster [[/k name\:Lesser demon method\:cannon]] + +- If on a slayer task, this monster can be killed in the catacombs + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 12% boost for [[Arclight]] + +--- + +You can have one of the following boosts: + +- 3% boost for [[Saradomin godsword]] + +--- + +
+
+
+--- + +## Lizardman Shaman + + + + - You can view the drops for this monster on the osrs wiki: [Lizardman Shaman](https://oldschool.runescape.wiki/w/Lizardman%20Shaman) + +- You can send your minion to kill this monster using: [[/k name\:Lizardman Shaman]] + +- You can check your KC using: [[/minion kc name\:Lizardman Shaman]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Lizardman Shaman]] + +- You can check your collection log using: [[/cl name\:Lizardman Shaman]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Lizardman Shaman]] + +- You can dwarf multicannon this monster [[/k name\:Lizardman Shaman method\:cannon]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:30]] + +[[prayer\:43]] + +**Items Required** + +- [[Karil's crossbow]] or [[Rune crossbow]] or [[Armadyl crossbow]] or [[Toxic blowpipe]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 5% boost for [[Ring of the gods (i)]] + +- 3% boost for [[Ring of the gods]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Toxic blowpipe]] + +- 8% boost for [[Armadyl crossbow]] + +--- + +You can have one of the following boosts: + +- 2% boost for [[Shayzien helm (5)]] + +--- + +
+
+
+--- + +## Maniacal monkey + + + + - You can view the drops for this monster on the osrs wiki: [Maniacal monkey](https://oldschool.runescape.wiki/w/Maniacal%20monkey) + +- You can send your minion to kill this monster using: [[/k name\:Maniacal monkey]] + +- You can check your KC using: [[/minion kc name\:Maniacal monkey]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Maniacal monkey]] + +- You can check your collection log using: [[/cl name\:Maniacal monkey]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Maniacal monkey]] + +- You can barrage this monster [[/k name\:Maniacal monkey method\:barrage]] + +- You can dwarf multicannon this monster [[/k name\:Maniacal monkey method\:cannon]] + +- You can use chinchompas on this monster [[/k name\:Maniacal monkey method\:chinning]] + + + + - No Food Needed + + + + [[qp\:175]] + +[[prayer\:74]] [[hitpoints\:74]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 5% boost for [[Occult necklace]] + +- 5% boost for [[Necklace of anguish]] + +--- + +You can have one of the following boosts: + +- 5% boost for [[Twisted buckler]] + +- 5% boost for [[Kodai wand]] + +--- + +You can have one of the following boosts: + +- 5% boost for [[Eternal boots]] + +- 5% boost for [[Pegasian boots]] + +--- + +You can have one of the following boosts: + +- 5% boost for [[Void ranger helm]] + +- 5% boost for [[Ancestral hat]] + +--- + +
+
+
+--- + +## Mutated Bloodveld + + + + - You can view the drops for this monster on the osrs wiki: [Mutated Bloodveld](https://oldschool.runescape.wiki/w/Mutated%20Bloodveld) + +- You can send your minion to kill this monster using: [[/k name\:Mutated Bloodveld]] + +- You can check your KC using: [[/minion kc name\:Mutated Bloodveld]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Mutated Bloodveld]] + +- You can check your collection log using: [[/cl name\:Mutated Bloodveld]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Mutated Bloodveld]] + +- You can dwarf multicannon this monster [[/k name\:Mutated Bloodveld method\:cannon]] + +- If on a slayer task, this monster can be killed in the catacombs + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:105]] + +[[slayer\:50]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 15% boost for [[Arclight]] + +--- + +
+
+Degradeable/Chargeable Item Boosts +These boosts are for items which degrade or have charges. + +Range gear boosts: + +- 10% boost for [[Venator bow]] + +--- + +
+
+
+--- + +## Nechryael + + + + - You can view the drops for this monster on the osrs wiki: [Nechryael](https://oldschool.runescape.wiki/w/Nechryael) + +- You can send your minion to kill this monster using: [[/k name\:Nechryael]] + +- You can check your KC using: [[/minion kc name\:Nechryael]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Nechryael]] + +- You can check your collection log using: [[/cl name\:Nechryael]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Nechryael]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[slayer\:80]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Arclight]] + +--- + +
+
+
+--- + +## Obor + + + + - You can view the drops for this monster on the osrs wiki: [Obor](https://oldschool.runescape.wiki/w/Obor) + +- You can send your minion to kill this monster using: [[/k name\:Obor]] + +- You can check your KC using: [[/minion kc name\:Obor]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Obor]] + +- You can check your collection log using: [[/cl name\:Obor]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Obor]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Giant key]] + + + +--- + +## Phantom Muspah + + + + - You can view the drops for this monster on the osrs wiki: [Phantom Muspah](https://oldschool.runescape.wiki/w/Phantom%20Muspah) + +- You can send your minion to kill this monster using: [[/k name\:Phantom Muspah]] + +- You can check your KC using: [[/minion kc name\:Phantom Muspah]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Phantom Muspah]] + +- You can check your collection log using: [[/cl name\:Phantom Muspah]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Phantom Muspah]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +- Uses arrows/projectiles from your range gear + + + + [[qp\:215]] + +[[prayer\:43]] [[agility\:69]] [[thieving\:64]] [[hunter\:56]] [[firemaking\:66]] [[mining\:72]] [[construction\:35]] [[magic\:66]] [[cooking\:62]] [[fishing\:62]] [[smithing\:65]] [[crafting\:40]] [[runecraft\:50]] [[fletching\:50]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 4% boost for [[Saturated heart]] + +- 2% boost for [[Imbued heart]] + +--- + +
+
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Range gear boosts: + +- 10% boost for [[Twisted bow]] + +--- + +Range gear boosts: + +- 10% boost for [[Dragon arrow]] + +- 6% boost for [[Amethyst arrow]] + +--- + +Range gear boosts: + +- 6% boost for [[Masori body (f)]] + +- 3% boost for [[Masori body]] + +--- + +Range gear boosts: + +- 6% boost for [[Masori chaps (f)]] + +- 3% boost for [[Masori chaps]] + +--- + +Mage gear boosts: + +- 11% boost for [[Tumeken's shadow]] + +- 6% boost for [[Sanguinesti staff]] + +--- + +Mage gear boosts: + +- 6% boost for [[Ancestral robe top]] + +--- + +Mage gear boosts: + +- 6% boost for [[Ancestral robe bottom]] + +--- + +Range gear boosts: + +- 3% boost for [[Ava's assembler]] + +--- + +Range gear boosts: + +- 3% boost for [[Zaryte vambraces]] + +--- + +Range gear boosts: + +- 3% boost for [[Pegasian boots]] + +--- + +Mage gear boosts: + +- 3% boost for [[Eternal boots]] + +--- + +
+
+Degradeable/Chargeable Item Boosts +These boosts are for items which degrade or have charges. + +Mage gear boosts, it is **required** to have atleast one of these: + +- 15% boost for [[Tumeken's shadow]] + +- 10% boost for [[Sanguinesti staff]] + +- 5% boost for [[Trident of the swamp]] + +--- + +
+
+
+--- + +## Sarachnis + + + + - You can view the drops for this monster on the osrs wiki: [Sarachnis](https://oldschool.runescape.wiki/w/Sarachnis) + +- You can send your minion to kill this monster using: [[/k name\:Sarachnis]] + +- You can check your KC using: [[/minion kc name\:Sarachnis]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Sarachnis]] + +- You can check your collection log using: [[/cl name\:Sarachnis]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Sarachnis]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[prayer\:43]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 5% boost for [[Dragon claws]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Scythe of vitur]] + +- 12% boost for [[Inquisitor's mace]] + +- 8% boost for [[Abyssal bludgeon]] + +--- + +You can have one of the following boosts: + +- 4% boost for [[Masori body (f)]] + +- 3% boost for [[Karil's leathertop]] + +--- + +You can have one of the following boosts: + +- 3% boost for [[Masori chaps (f)]] + +- 2% boost for [[Karil's leatherskirt]] + +--- + +You can have one of the following boosts: + +- 10% boost for [[Ring of stone]] + +--- + +
+
+
+--- + +## Scorpia + + + + - You can view the drops for this monster on the osrs wiki: [Scorpia](https://oldschool.runescape.wiki/w/Scorpia) + +- You can send your minion to kill this monster using: [[/k name\:Scorpia]] + +- You can check your KC using: [[/minion kc name\:Scorpia]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Scorpia]] + +- You can check your collection log using: [[/cl name\:Scorpia]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Scorpia]] + +- This monster is in the wilderness, and you can die to PKers when killing it. As such, you will always use your "wildy" gear setup when killing this monster. + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Wildy gear boosts: + +- 10% boost for [[Occult necklace]] + +--- + +Wildy gear boosts: + +- 10% boost for [[Harmonised nightmare staff]] + +--- + +
+
+
+--- + +## Scurrius + + + + - You can view the drops for this monster on the osrs wiki: [Scurrius](https://oldschool.runescape.wiki/w/Scurrius) + +- You can send your minion to kill this monster using: [[/k name\:Scurrius]] + +- You can check your KC using: [[/minion kc name\:Scurrius]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Scurrius]] + +- You can check your collection log using: [[/cl name\:Scurrius]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Scurrius]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[prayer\:43]] + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Melee gear boosts: + +- 15% boost for [[Scythe of vitur]] + +- 12% boost for [[Soulreaper axe]] + +- 5% boost for [[Bone mace]] + +--- + +Melee gear boosts: + +- 5% boost for [[Avernic defender]] + +- 3% boost for [[Dragon defender]] + +--- + +Melee gear boosts: + +- 4% boost for [[Amulet of torture]] + +- 2% boost for [[Amulet of fury]] + +--- + +Melee gear boosts: + +- 4% boost for [[Ferocious gloves]] + +- 2% boost for [[Barrows gloves]] + +--- + +Melee gear boosts: + +- 4% boost for [[Infernal cape]] + +- 2% boost for [[Fire cape]] + +--- + +
+
+
+--- + +## Skotizo + + + + - You can view the drops for this monster on the osrs wiki: [Skotizo](https://oldschool.runescape.wiki/w/Skotizo) + +- You can send your minion to kill this monster using: [[/k name\:Skotizo]] + +- You can check your KC using: [[/minion kc name\:Skotizo]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Skotizo]] + +- You can check your collection log using: [[/cl name\:Skotizo]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Skotizo]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Dark totem]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 50% boost for [[Arclight]] + +--- + +
+
+
+--- + +## Spindel + + + + - You can view the drops for this monster on the osrs wiki: [Spindel](https://oldschool.runescape.wiki/w/Spindel) + +- You can send your minion to kill this monster using: [[/k name\:Spindel]] + +- You can check your KC using: [[/minion kc name\:Spindel]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Spindel]] + +- You can check your collection log using: [[/cl name\:Spindel]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Spindel]] + +- This monster is in the wilderness, and you can die to PKers when killing it. As such, you will always use your "wildy" gear setup when killing this monster. + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Bronze knife]] or [[Iron knife]] or [[Steel knife]] or [[Black knife]] or [[Mithril knife]] or [[Adamant knife]] or [[Rune knife]] or [[Dragon knife]] or [[Rune knife(p++)]] or [[Chinchompa]] or [[Red chinchompa]] or [[Black chinchompa]] + + + + [[attack\:75]] [[strength\:75]] [[prayer\:44]] [[hitpoints\:70]] [[defence\:70]] [[magic\:70]] + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Wildy gear boosts: + +- 5.5% boost for [[Inquisitor's great helm]] + +- 3% boost for [[Torva full helm]] + +- 2.5% boost for [[Neitiznot faceguard]] + +--- + +Wildy gear boosts: + +- 5.5% boost for [[Amulet of torture]] + +- 4% boost for [[Amulet of strength]] + +- 2.5% boost for [[Amulet of fury]] + +--- + +Wildy gear boosts: + +- 7.5% boost for [[Infernal cape]] + +- 4% boost for [[Mythical cape]] + +- 3% boost for [[Fire cape]] + +--- + +Wildy gear boosts: + +- 10% boost for [[Inquisitor's hauberk]] + +- 5% boost for [[Torva platebody]] + +- 3% boost for [[Bandos chestplate]] + +--- + +Wildy gear boosts: + +- 10% boost for [[Inquisitor's plateskirt]] + +- 5% boost for [[Torva platelegs]] + +- 3% boost for [[Bandos tassets]] + +--- + +Wildy gear boosts: + +- 52.5% boost for [[Ursine chainmace]] + +- 49.5% boost for [[Viggora's chainmace]] + +- 24.5% boost for [[Inquisitor's mace]] + +- 24% boost for [[Abyssal bludgeon]] + +- 1% boost for [[Zamorakian hasta]] + +--- + +Wildy gear boosts: + +- 17% boost for [[Avernic defender]] + +- 14.5% boost for [[Dragon defender]] + +--- + +Wildy gear boosts: + +- 7.5% boost for [[Ferocious gloves]] + +- 5% boost for [[Barrows gloves]] + +--- + +Wildy gear boosts: + +- 4% boost for [[Primordial boots]] + +- 2.5% boost for [[Dragon boots]] + +--- + +Wildy gear boosts: + +- 7.5% boost for [[Ultor ring]] + +- 5.5% boost for [[Berserker ring (i)]] + +- 5% boost for [[Brimstone ring]] + +--- + +
+
+
+--- + +## The Leviathan + + + + - You can view the drops for this monster on the osrs wiki: [The Leviathan](https://oldschool.runescape.wiki/w/The%20Leviathan) + +- You can send your minion to kill this monster using: [[/k name\:The Leviathan]] + +- You can check your KC using: [[/minion kc name\:The Leviathan]] + +- You can check the KC leaderboard using: [[/lb kc monster\:The Leviathan]] + +- You can check your collection log using: [[/cl name\:The Leviathan]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:The Leviathan]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:100]] + +[[prayer\:43]] [[hitpoints\:70]] + +**Items Required** + +- [[Masori body]] or [[Armadyl chestplate]] + +- [[Masori chaps]] or [[Armadyl chainskirt]] + +**Required Quests** + +- Desert Treasure II - The Fallen Empire + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Range gear boosts: + +- 3% boost for [[Twisted buckler]] + +--- + +Range gear boosts: + +- 3% boost for [[Zaryte vambraces]] + +--- + +Range gear boosts: + +- 3% boost for [[Pegasian boots]] + +--- + +Range gear boosts: + +- 5% boost for [[Masori mask (f)]] + +- 4% boost for [[Masori mask]] + +--- + +Range gear boosts: + +- 5% boost for [[Masori body (f)]] + +- 4% boost for [[Masori body]] + +--- + +Range gear boosts: + +- 5% boost for [[Masori chaps (f)]] + +- 4% boost for [[Masori chaps]] + +--- + +Range gear boosts: + +- 5% boost for [[Lightbearer]] + +- 5% boost for [[Venator ring]] + +--- + +Range gear boosts: + +- 5% boost for [[Zaryte crossbow]] + +--- + +
+
+
+--- + +## The Leviathan (Awakened) + + + + - You can view the drops for this monster on the osrs wiki: [The Leviathan (Awakened)](https://oldschool.runescape.wiki/w/The%20Leviathan%20(Awakened)) + +- You can send your minion to kill this monster using: [[/k name\:The Leviathan (Awakened)]] + +- You can check your KC using: [[/minion kc name\:The Leviathan (Awakened)]] + +- You can check the KC leaderboard using: [[/lb kc monster\:The Leviathan (Awakened)]] + +- You can check your collection log using: [[/cl name\:The Leviathan (Awakened)]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:The Leviathan (Awakened)]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Awakener's orb]] + + + + [[qp\:100]] + +[[prayer\:43]] [[hitpoints\:70]] + +**Items Required** + +- [[Masori body]] or [[Armadyl chestplate]] + +- [[Masori chaps]] or [[Armadyl chainskirt]] + +**Required Quests** + +- Desert Treasure II - The Fallen Empire + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Range gear boosts: + +- 3% boost for [[Twisted buckler]] + +--- + +Range gear boosts: + +- 3% boost for [[Zaryte vambraces]] + +--- + +Range gear boosts: + +- 3% boost for [[Pegasian boots]] + +--- + +Range gear boosts: + +- 5% boost for [[Masori mask (f)]] + +- 4% boost for [[Masori mask]] + +--- + +Range gear boosts: + +- 5% boost for [[Masori body (f)]] + +- 4% boost for [[Masori body]] + +--- + +Range gear boosts: + +- 5% boost for [[Masori chaps (f)]] + +- 4% boost for [[Masori chaps]] + +--- + +Range gear boosts: + +- 5% boost for [[Lightbearer]] + +- 5% boost for [[Venator ring]] + +--- + +Range gear boosts: + +- 5% boost for [[Zaryte crossbow]] + +--- + +
+
+
+--- + +## The Whisperer + + + + - You can view the drops for this monster on the osrs wiki: [The Whisperer](https://oldschool.runescape.wiki/w/The%20Whisperer) + +- You can send your minion to kill this monster using: [[/k name\:The Whisperer]] + +- You can check your KC using: [[/minion kc name\:The Whisperer]] + +- You can check the KC leaderboard using: [[/lb kc monster\:The Whisperer]] + +- You can check your collection log using: [[/cl name\:The Whisperer]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:The Whisperer]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:100]] + +[[prayer\:43]] [[hitpoints\:70]] + +**Items Required** + +- [[Ancestral robe top]] or [[Virtus robe top]] or [[Ahrim's robetop]] + +- [[Ancestral robe bottom]] or [[Virtus robe bottom]] or [[Ahrim's robeskirt]] + +**Required Quests** + +- Desert Treasure II - The Fallen Empire + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Mage gear boosts: + +- 3% boost for [[Elidinis' ward (f)]] + +--- + +Mage gear boosts: + +- 3% boost for [[Tormented bracelet]] + +--- + +Mage gear boosts: + +- 3% boost for [[Eternal boots]] + +--- + +Mage gear boosts: + +- 5% boost for [[Ancestral hat]] + +- 3% boost for [[Virtus mask]] + +--- + +Mage gear boosts: + +- 5% boost for [[Ancestral robe top]] + +- 3% boost for [[Virtus robe top]] + +--- + +Mage gear boosts: + +- 5% boost for [[Ancestral robe bottom]] + +- 3% boost for [[Virtus robe bottom]] + +--- + +Mage gear boosts: + +- 5% boost for [[Magus ring]] + +- 5% boost for [[Lightbearer]] + +--- + +Mage gear boosts: + +- 5% boost for [[Tumeken's shadow]] + +--- + +
+
+Degradeable/Chargeable Item Boosts +These boosts are for items which degrade or have charges. + +Mage gear boosts, it is **required** to have atleast one of these: + +- 15% boost for [[Tumeken's shadow]] + +- 7% boost for [[Sanguinesti staff]] + +--- + +Range gear boosts: + +- 5% boost for [[Venator bow]] + +--- + +
+
+
+--- + +## The Whisperer (Awakened) + + + + - You can view the drops for this monster on the osrs wiki: [The Whisperer (Awakened)](https://oldschool.runescape.wiki/w/The%20Whisperer%20(Awakened)) + +- You can send your minion to kill this monster using: [[/k name\:The Whisperer (Awakened)]] + +- You can check your KC using: [[/minion kc name\:The Whisperer (Awakened)]] + +- You can check the KC leaderboard using: [[/lb kc monster\:The Whisperer (Awakened)]] + +- You can check your collection log using: [[/cl name\:The Whisperer (Awakened)]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:The Whisperer (Awakened)]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Awakener's orb]] + + + + [[qp\:100]] + +[[prayer\:43]] [[hitpoints\:70]] [[magic\:85]] + +**Items Required** + +- [[Ancestral robe top]] or [[Virtus robe top]] or [[Ahrim's robetop]] + +- [[Ancestral robe bottom]] or [[Virtus robe bottom]] or [[Ahrim's robeskirt]] + +**Required Quests** + +- Desert Treasure II - The Fallen Empire + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Mage gear boosts: + +- 3% boost for [[Elidinis' ward (f)]] + +--- + +Mage gear boosts: + +- 3% boost for [[Tormented bracelet]] + +--- + +Mage gear boosts: + +- 3% boost for [[Eternal boots]] + +--- + +Mage gear boosts: + +- 5% boost for [[Ancestral hat]] + +- 3% boost for [[Virtus mask]] + +--- + +Mage gear boosts: + +- 5% boost for [[Ancestral robe top]] + +- 3% boost for [[Virtus robe top]] + +--- + +Mage gear boosts: + +- 5% boost for [[Ancestral robe bottom]] + +- 3% boost for [[Virtus robe bottom]] + +--- + +Mage gear boosts: + +- 5% boost for [[Magus ring]] + +- 5% boost for [[Lightbearer]] + +--- + +Mage gear boosts: + +- 5% boost for [[Tumeken's shadow]] + +--- + +
+
+Degradeable/Chargeable Item Boosts +These boosts are for items which degrade or have charges. + +Mage gear boosts, it is **required** to have atleast one of these: + +- 15% boost for [[Tumeken's shadow]] + +- 7% boost for [[Sanguinesti staff]] + +--- + +Range gear boosts: + +- 5% boost for [[Venator bow]] + +--- + +
+
+
+--- + +## Thermonuclear smoke devil + + + + - You can view the drops for this monster on the osrs wiki: [Thermonuclear smoke devil](https://oldschool.runescape.wiki/w/Thermonuclear%20smoke%20devil) + +- You can send your minion to kill this monster using: [[/k name\:Thermonuclear smoke devil]] + +- You can check your KC using: [[/minion kc name\:Thermonuclear smoke devil]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Thermonuclear smoke devil]] + +- You can check your collection log using: [[/cl name\:Thermonuclear smoke devil]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Thermonuclear smoke devil]] + +- You can only kill this monster on a slayer task + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[slayer\:93]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 8% boost for [[Dragon claws]] + +- 3% boost for [[Dragon dagger]] + +--- + +You can have one of the following boosts: + +- 8% boost for [[Harmonised nightmare staff]] + +- 6% boost for [[Trident of the swamp]] + +- 6% boost for [[Uncharged toxic trident]] + +- 5% boost for [[Trident of the seas]] + +- 5% boost for [[Uncharged trident]] + +--- + +You can have one of the following boosts: + +- 5% boost for [[Occult necklace]] + +--- + +You can have one of the following boosts: + +- 2% boost for [[Ancestral robe bottom]] + +--- + +You can have one of the following boosts: + +- 3% boost for [[Ancestral robe top]] + +--- + +You can have one of the following boosts: + +- 5% boost for [[Imbued heart]] + +--- + +
+
+
+--- + +## Tortured Gorilla + + + + - You can view the drops for this monster on the osrs wiki: [Tortured Gorilla](https://oldschool.runescape.wiki/w/Tortured%20Gorilla) + +- You can send your minion to kill this monster using: [[/k name\:Tortured Gorilla]] + +- You can check your KC using: [[/minion kc name\:Tortured Gorilla]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Tortured Gorilla]] + +- You can check your collection log using: [[/cl name\:Tortured Gorilla]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Tortured Gorilla]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:175]] + +[[slayer\:69]] + +**Items Required** + +- [[Torva platebody]] or [[Bandos chestplate]] + +- [[Verac's plateskirt]] or [[Bandos tassets]] or [[Torva platelegs]] + +- [[Abyssal whip]] or [[Dragon scimitar]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 20% boost for [[Arclight]] + +--- + +
+
+
+--- + +## Turoth + + + + - You can view the drops for this monster on the osrs wiki: [Turoth](https://oldschool.runescape.wiki/w/Turoth) + +- You can send your minion to kill this monster using: [[/k name\:Turoth]] + +- You can check your KC using: [[/minion kc name\:Turoth]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Turoth]] + +- You can check your collection log using: [[/cl name\:Turoth]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Turoth]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[slayer\:55]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 5% boost for [[Leaf-bladed battleaxe]] + +--- + +
+
+
+--- + +## Vardorvis + + + + - You can view the drops for this monster on the osrs wiki: [Vardorvis](https://oldschool.runescape.wiki/w/Vardorvis) + +- You can send your minion to kill this monster using: [[/k name\:Vardorvis]] + +- You can check your KC using: [[/minion kc name\:Vardorvis]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Vardorvis]] + +- You can check your collection log using: [[/cl name\:Vardorvis]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Vardorvis]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:100]] + +[[prayer\:43]] [[hitpoints\:70]] + +**Items Required** + +- [[Torva platebody]] or [[Bandos chestplate]] + +- [[Torva platelegs]] or [[Bandos tassets]] + +**Required Quests** + +- Desert Treasure II - The Fallen Empire + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Melee gear boosts: + +- 3% boost for [[Avernic defender]] + +--- + +Melee gear boosts: + +- 3% boost for [[Ferocious gloves]] + +--- + +Melee gear boosts: + +- 3% boost for [[Primordial boots]] + +--- + +Melee gear boosts: + +- 3% boost for [[Torva full helm]] + +--- + +Melee gear boosts: + +- 3% boost for [[Torva platebody]] + +--- + +Melee gear boosts: + +- 3% boost for [[Torva platelegs]] + +--- + +Melee gear boosts: + +- 5% boost for [[Bellator ring]] + +- 5% boost for [[Ultor ring]] + +--- + +
+
+Degradeable/Chargeable Item Boosts +These boosts are for items which degrade or have charges. + +Melee gear boosts: + +- 15% boost for [[Scythe of vitur]] + +--- + +
+
+
+--- + +## Vardorvis (Awakened) + + + + - You can view the drops for this monster on the osrs wiki: [Vardorvis (Awakened)](https://oldschool.runescape.wiki/w/Vardorvis%20(Awakened)) + +- You can send your minion to kill this monster using: [[/k name\:Vardorvis (Awakened)]] + +- You can check your KC using: [[/minion kc name\:Vardorvis (Awakened)]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Vardorvis (Awakened)]] + +- You can check your collection log using: [[/cl name\:Vardorvis (Awakened)]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Vardorvis (Awakened)]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Awakener's orb]] + + + + [[qp\:100]] + +[[prayer\:43]] [[hitpoints\:70]] + +**Items Required** + +- [[Torva platebody]] or [[Bandos chestplate]] + +- [[Torva platelegs]] or [[Bandos tassets]] + +**Required Quests** + +- Desert Treasure II - The Fallen Empire + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Melee gear boosts: + +- 3% boost for [[Ferocious gloves]] + +--- + +Melee gear boosts: + +- 3% boost for [[Primordial boots]] + +--- + +Melee gear boosts: + +- 3% boost for [[Torva full helm]] + +--- + +Melee gear boosts: + +- 3% boost for [[Torva platebody]] + +--- + +Melee gear boosts: + +- 3% boost for [[Torva platelegs]] + +--- + +Melee gear boosts: + +- 5% boost for [[Bellator ring]] + +- 5% boost for [[Ultor ring]] + +--- + +
+
+Degradeable/Chargeable Item Boosts +These boosts are for items which degrade or have charges. + +Melee gear boosts, it is **required** to have atleast one of these: + +- 15% boost for [[Scythe of vitur]] + +--- + +
+
+
+--- + +## Venenatis + + + + - You can view the drops for this monster on the osrs wiki: [Venenatis](https://oldschool.runescape.wiki/w/Venenatis) + +- You can send your minion to kill this monster using: [[/k name\:Venenatis]] + +- You can check your KC using: [[/minion kc name\:Venenatis]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Venenatis]] + +- You can check your collection log using: [[/cl name\:Venenatis]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Venenatis]] + +- This monster is in the wilderness, and you can die to PKers when killing it. As such, you will always use your "wildy" gear setup when killing this monster. + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + +**Item Cost** + +- [[Bronze knife]] or [[Iron knife]] or [[Steel knife]] or [[Black knife]] or [[Mithril knife]] or [[Adamant knife]] or [[Rune knife]] or [[Dragon knife]] or [[Rune knife(p++)]] or [[Chinchompa]] or [[Red chinchompa]] or [[Black chinchompa]] + + + + [[attack\:75]] [[strength\:75]] [[prayer\:44]] [[hitpoints\:70]] [[defence\:70]] [[magic\:70]] + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Wildy gear boosts: + +- 5.5% boost for [[Inquisitor's great helm]] + +- 3% boost for [[Torva full helm]] + +- 2.5% boost for [[Neitiznot faceguard]] + +--- + +Wildy gear boosts: + +- 5.5% boost for [[Amulet of torture]] + +- 4% boost for [[Amulet of strength]] + +- 2.5% boost for [[Amulet of fury]] + +--- + +Wildy gear boosts: + +- 7.5% boost for [[Infernal cape]] + +- 4% boost for [[Mythical cape]] + +- 3% boost for [[Fire cape]] + +--- + +Wildy gear boosts: + +- 10% boost for [[Inquisitor's hauberk]] + +- 5% boost for [[Torva platebody]] + +- 3% boost for [[Bandos chestplate]] + +--- + +Wildy gear boosts: + +- 10% boost for [[Inquisitor's plateskirt]] + +- 5% boost for [[Torva platelegs]] + +- 3% boost for [[Bandos tassets]] + +--- + +Wildy gear boosts: + +- 52.5% boost for [[Ursine chainmace]] + +- 49.5% boost for [[Viggora's chainmace]] + +- 24.5% boost for [[Inquisitor's mace]] + +- 24% boost for [[Abyssal bludgeon]] + +- 1% boost for [[Zamorakian hasta]] + +--- + +Wildy gear boosts: + +- 17% boost for [[Avernic defender]] + +- 14.5% boost for [[Dragon defender]] + +--- + +Wildy gear boosts: + +- 7.5% boost for [[Ferocious gloves]] + +- 5% boost for [[Barrows gloves]] + +--- + +Wildy gear boosts: + +- 4% boost for [[Primordial boots]] + +- 2.5% boost for [[Dragon boots]] + +--- + +Wildy gear boosts: + +- 7.5% boost for [[Ultor ring]] + +- 5.5% boost for [[Berserker ring (i)]] + +- 5% boost for [[Brimstone ring]] + +--- + +
+
+
+--- + +## Vet'ion + + + + - You can view the drops for this monster on the osrs wiki: [Vet'ion](https://oldschool.runescape.wiki/w/Vet'ion) + +- You can send your minion to kill this monster using: [[/k name\:Vet'ion]] + +- You can check your KC using: [[/minion kc name\:Vet'ion]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Vet'ion]] + +- You can check your collection log using: [[/cl name\:Vet'ion]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Vet'ion]] + +- This monster is in the wilderness, and you can die to PKers when killing it. As such, you will always use your "wildy" gear setup when killing this monster. + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[attack\:75]] [[strength\:75]] [[prayer\:44]] [[hitpoints\:70]] [[defence\:70]] [[magic\:70]] + + + +
+Equipped Item Boosts +To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used. + +Wildy gear boosts: + +- 4% boost for [[Inquisitor's great helm]] + +- 2% boost for [[Torva full helm]] + +- 1.5% boost for [[Neitiznot faceguard]] + +- 1% boost for [[Helm of neitiznot]] + +- 0.5% boost for [[Berserker helm]] + +--- + +Wildy gear boosts: + +- 7.5% boost for [[Infernal cape]] + +- 6% boost for [[Mythical cape]] + +- 3% boost for [[Fire cape]] + +--- + +Wildy gear boosts: + +- 9% boost for [[Inquisitor's hauberk]] + +- 6% boost for [[Torva platebody]] + +- 3% boost for [[Bandos chestplate]] + +--- + +Wildy gear boosts: + +- 9% boost for [[Inquisitor's plateskirt]] + +- 6% boost for [[Torva platelegs]] + +- 3% boost for [[Bandos tassets]] + +--- + +Wildy gear boosts: + +- 49.5% boost for [[Ursine chainmace]] + +- 46% boost for [[Viggora's chainmace]] + +- 21.5% boost for [[Inquisitor's mace]] + +- 21% boost for [[Abyssal bludgeon]] + +- 2.5% boost for [[Zamorakian hasta]] + +--- + +Wildy gear boosts: + +- 16.5% boost for [[Avernic defender]] + +- 12.5% boost for [[Dragon defender]] + +--- + +Wildy gear boosts: + +- 9% boost for [[Ferocious gloves]] + +- 5% boost for [[Barrows gloves]] + +--- + +Wildy gear boosts: + +- 4% boost for [[Primordial boots]] + +- 2.5% boost for [[Dragon boots]] + +--- + +Wildy gear boosts: + +- 7.5% boost for [[Ultor ring]] + +- 5.5% boost for [[Berserker ring (i)]] + +- 5% boost for [[Brimstone ring]] + +--- + +
+
+
+--- + +## Vorkath + + + + - You can view the drops for this monster on the osrs wiki: [Vorkath](https://oldschool.runescape.wiki/w/Vorkath) + +- You can send your minion to kill this monster using: [[/k name\:Vorkath]] + +- You can check your KC using: [[/minion kc name\:Vorkath]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Vorkath]] + +- You can check your collection log using: [[/cl name\:Vorkath]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Vorkath]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:205]] + +[[prayer\:43]] + +**Items Required** + +- [[Armadyl chestplate]] + +- [[Armadyl chainskirt]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 18% boost for [[Zaryte crossbow]] + +- 13% boost for [[Bandos godsword]] + +- 13% boost for [[Dragon warhammer]] + +- 8% boost for [[Dragon claws]] + +--- + +You can have one of the following boosts: + +- 15% boost for [[Dragon hunter crossbow]] + +- 15% boost for [[Dragon hunter lance]] + +--- + +You can have one of the following boosts: + +- 1% boost for [[Lightbearer]] + +--- + +
+
+
+--- + +## Vyrewatch + + + + - You can view the drops for this monster on the osrs wiki: [Vyrewatch](https://oldschool.runescape.wiki/w/Vyrewatch) + +- You can send your minion to kill this monster using: [[/k name\:Vyrewatch]] + +- You can check your KC using: [[/minion kc name\:Vyrewatch]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Vyrewatch]] + +- You can check your collection log using: [[/cl name\:Vyrewatch]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Vyrewatch]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 15% boost for [[Blisterwood flail]] + +- 12% boost for [[Ivandis flail]] + +--- + +
+
+
+--- + +## Vyrewatch Sentinel + + + + - You can view the drops for this monster on the osrs wiki: [Vyrewatch Sentinel](https://oldschool.runescape.wiki/w/Vyrewatch%20Sentinel) + +- You can send your minion to kill this monster using: [[/k name\:Vyrewatch Sentinel]] + +- You can check your KC using: [[/minion kc name\:Vyrewatch Sentinel]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Vyrewatch Sentinel]] + +- You can check your collection log using: [[/cl name\:Vyrewatch Sentinel]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Vyrewatch Sentinel]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 15% boost for [[Blisterwood flail]] + +- 12% boost for [[Ivandis flail]] + +--- + +
+
+
+--- + +## Werewolf + + + + - You can view the drops for this monster on the osrs wiki: [Werewolf](https://oldschool.runescape.wiki/w/Werewolf) + +- You can send your minion to kill this monster using: [[/k name\:Werewolf]] + +- You can check your KC using: [[/minion kc name\:Werewolf]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Werewolf]] + +- You can check your collection log using: [[/cl name\:Werewolf]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Werewolf]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 10% boost for [[Wolfbane]] + +--- + +
+
+
+--- + +## Zulrah + + + + - You can view the drops for this monster on the osrs wiki: [Zulrah](https://oldschool.runescape.wiki/w/Zulrah) + +- You can send your minion to kill this monster using: [[/k name\:Zulrah]] + +- You can check your KC using: [[/minion kc name\:Zulrah]] + +- You can check the KC leaderboard using: [[/lb kc monster\:Zulrah]] + +- You can check your collection log using: [[/cl name\:Zulrah]] + +- You can check the collection log leaderboard using: [[/lb cl cl\:Zulrah]] + + + + - Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. + + + + [[qp\:75]] + +[[prayer\:43]] + + + +
+Item in Bank Boosts +These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used. + +You can have one of the following boosts: + +- 4% boost for [[Pegasian boots]] + +- 2% boost for [[Ranger boots]] + +--- + +You can have one of the following boosts: + +- 8% boost for [[Tumeken's shadow]] + +- 5% boost for [[Harmonised nightmare staff]] + +- 4% boost for [[Sanguinesti staff]] + +- 3% boost for [[Trident of the swamp]] + +- 2% boost for [[Trident of the seas]] + +- 1% boost for [[Iban's staff]] + +--- + +You can have one of the following boosts: + +- 3% boost for [[Barrows gloves]] + +--- + +You can have one of the following boosts: + +- 5% boost for [[Twisted bow]] + +- 4% boost for [[Toxic blowpipe]] + +- 3% boost for [[Bow of faerdhinen (c)]] + +- 2% boost for [[Magic shortbow]] + +--- + +You can have one of the following boosts: + +- 2% boost for [[Ancestral hat]] + +--- + +You can have one of the following boosts: + +- 2% boost for [[Ancestral robe top]] + +--- + +You can have one of the following boosts: + +- 2% boost for [[Ancestral robe bottom]] + +--- + +You can have one of the following boosts: + +- 3% boost for [[Imbued heart]] + +--- + +
+
+
+--- + +{/* DO NOT EDIT - This section is auto-generated by the build script */} +[[embed.monsters.end]] \ No newline at end of file diff --git a/docs/src/content/docs/osb/quests.mdx b/docs/src/content/docs/osb/quests.mdx new file mode 100644 index 00000000000..f31fa6fafba --- /dev/null +++ b/docs/src/content/docs/osb/quests.mdx @@ -0,0 +1,233 @@ +--- +title: "Quests" +sidebar: + order: 3 +--- +import { Tabs, TabItem } from "@astrojs/starlight/components"; + +[[embed.quests.start]] +{/* DO NOT EDIT - This section is auto-generated by the build script */} +## At First Light + +You can send your minion to do this quest using [[/activities quest name\:At First Light]] + +### Skill Requirements + +- Skills: [[hunter\:46]] [[herblore\:30]] [[construction\:27]] + +### Required Quests + +- Must have finished Children of the Sun + +### Other requirements + +- Combat Level requirement: 75 + +- Quest Points requirement: [[qp\:2]] + +### XP Rewards + +[[hunter\:4,500]] [[construction\:800]] [[herblore\:500]] + +## Children of the Sun + +You can send your minion to do this quest using [[/activities quest name\:Children of the Sun]] + +## Death on the Isle + +You can send your minion to do this quest using [[/activities quest name\:Death on the Isle]] + +### Skill Requirements + +- Skills: [[thieving\:34]] [[agility\:32]] + +### Required Quests + +- Must have finished Children of the Sun + +### Other requirements + +- Combat Level requirement: 40 + +### Item Rewards + +[[29912]] [[29920]] + +### XP Rewards + +[[thieving\:10,000]] [[agility\:7,500]] [[crafting\:5,000]] + +## Defender of Varrock + +You can send your minion to do this quest using [[/activities quest name\:Defender of Varrock]] + +### Skill Requirements + +- Skills: [[smithing\:55]] [[hunter\:52]] + +### Other requirements + +- Combat Level requirement: 65 + +- Quest Points requirement: [[qp\:20]] + +### Item Rewards + +[[28820]] + +### XP Rewards + +[[smithing\:15,000]] [[hunter\:15,000]] + +## Desert Treasure II - The Fallen Empire + +You can send your minion to do this quest using [[/activities quest name\:Desert Treasure II - The Fallen Empire]] + +### Skill Requirements + +- Skills: [[firemaking\:75]] [[magic\:75]] [[thieving\:70]] [[herblore\:62]] [[runecraft\:60]] [[construction\:60]] + +### Other requirements + +- Combat Level requirement: 110 + +- Quest Points requirement: [[qp\:150]] + +### Item Rewards + +[[28409]] [[28327]] + +## Ethically Acquired Antiquities + +You can send your minion to do this quest using [[/activities quest name\:Ethically Acquired Antiquities]] + +### Skill Requirements + +- Skills: [[thieving\:25]] + +### Required Quests + +- Must have finished Children of the Sun + +### Other requirements + +- Combat Level requirement: 40 + +### XP Rewards + +[[thieving\:6,000]] + +## Meat And Greet + +You can send your minion to do this quest using [[/activities quest name\:Meat And Greet]] + +### Required Quests + +- Must have finished Children of the Sun + +### Other requirements + +- Combat Level requirement: 40 + +### XP Rewards + +[[cooking\:8,000]] + +## Perilous Moons + +You can send your minion to do this quest using [[/activities quest name\:Perilous Moons]] + +### Skill Requirements + +- Skills: [[slayer\:48]] [[hunter\:20]] [[fishing\:20]] [[runecraft\:20]] [[construction\:10]] + +### Required Quests + +- Must have finished Children of the Sun + +- Must have finished Twilight's Promise + +### Other requirements + +- Combat Level requirement: 75 + +### XP Rewards + +[[slayer\:40,000]] [[runecraft\:5,000]] [[hunter\:5,000]] [[fishing\:5,000]] + +## The Heart of Darkness + +You can send your minion to do this quest using [[/activities quest name\:The Heart of Darkness]] + +### Skill Requirements + +- Skills: [[mining\:55]] [[thieving\:48]] [[slayer\:48]] [[agility\:46]] + +### Required Quests + +- Must have finished Twilight's Promise + +### Other requirements + +- Combat Level requirement: 40 + +### XP Rewards + +[[mining\:8,000]] [[thieving\:8,000]] [[slayer\:8,000]] [[agility\:8,000]] + +## The Path of Glouphrie + +You can send your minion to do this quest using [[/activities quest name\:The Path of Glouphrie]] + +### Skill Requirements + +- Skills: [[strength\:60]] [[slayer\:56]] [[thieving\:56]] [[ranged\:47]] [[agility\:45]] + +### Ironman Skill Requirements + +[[fletching\:59]] [[smithing\:59]] + +### Other requirements + +- Combat Level requirement: 50 + +- Quest Points requirement: [[qp\:10]] + +### Item Rewards + +[[28587]] [[28588]] [[28589]] [[28590]] + +## The Ribbiting Tale of a Lily Pad Labour Dispute + +You can send your minion to do this quest using [[/activities quest name\:The Ribbiting Tale of a Lily Pad Labour Dispute]] + +### Skill Requirements + +- Skills: [[woodcutting\:15]] + +### Required Quests + +- Must have finished Children of the Sun + +### XP Rewards + +[[woodcutting\:2,000]] + +## Twilight's Promise + +You can send your minion to do this quest using [[/activities quest name\:Twilight's Promise]] + +### Required Quests + +- Must have finished Children of the Sun + +### Other requirements + +- Combat Level requirement: 40 + +### XP Rewards + +[[thieving\:3,000]] + +{/* DO NOT EDIT - This section is auto-generated by the build script */} +[[embed.quests.end]] \ No newline at end of file diff --git a/docs/src/env.d.ts b/docs/src/env.d.ts new file mode 100644 index 00000000000..acef35f175a --- /dev/null +++ b/docs/src/env.d.ts @@ -0,0 +1,2 @@ +/// +/// diff --git a/docs/src/fonts/Inter-Black.woff2 b/docs/src/fonts/Inter-Black.woff2 new file mode 100644 index 00000000000..18b35db75c5 Binary files /dev/null and b/docs/src/fonts/Inter-Black.woff2 differ diff --git a/docs/src/fonts/Inter-BlackItalic.woff2 b/docs/src/fonts/Inter-BlackItalic.woff2 new file mode 100644 index 00000000000..02c9d8ecc2f Binary files /dev/null and b/docs/src/fonts/Inter-BlackItalic.woff2 differ diff --git a/docs/src/fonts/Inter-Bold.woff2 b/docs/src/fonts/Inter-Bold.woff2 new file mode 100644 index 00000000000..0f1b157633c Binary files /dev/null and b/docs/src/fonts/Inter-Bold.woff2 differ diff --git a/docs/src/fonts/Inter-BoldItalic.woff2 b/docs/src/fonts/Inter-BoldItalic.woff2 new file mode 100644 index 00000000000..bc50f24c873 Binary files /dev/null and b/docs/src/fonts/Inter-BoldItalic.woff2 differ diff --git a/docs/src/fonts/Inter-ExtraBold.woff2 b/docs/src/fonts/Inter-ExtraBold.woff2 new file mode 100644 index 00000000000..b1133688a43 Binary files /dev/null and b/docs/src/fonts/Inter-ExtraBold.woff2 differ diff --git a/docs/src/fonts/Inter-ExtraBoldItalic.woff2 b/docs/src/fonts/Inter-ExtraBoldItalic.woff2 new file mode 100644 index 00000000000..a5b76ca8daf Binary files /dev/null and b/docs/src/fonts/Inter-ExtraBoldItalic.woff2 differ diff --git a/docs/src/fonts/Inter-ExtraLight.woff2 b/docs/src/fonts/Inter-ExtraLight.woff2 new file mode 100644 index 00000000000..1d77ae8d041 Binary files /dev/null and b/docs/src/fonts/Inter-ExtraLight.woff2 differ diff --git a/docs/src/fonts/Inter-ExtraLightItalic.woff2 b/docs/src/fonts/Inter-ExtraLightItalic.woff2 new file mode 100644 index 00000000000..8c6849209dc Binary files /dev/null and b/docs/src/fonts/Inter-ExtraLightItalic.woff2 differ diff --git a/docs/src/fonts/Inter-Italic.woff2 b/docs/src/fonts/Inter-Italic.woff2 new file mode 100644 index 00000000000..4c24ce28152 Binary files /dev/null and b/docs/src/fonts/Inter-Italic.woff2 differ diff --git a/docs/src/fonts/Inter-Light.woff2 b/docs/src/fonts/Inter-Light.woff2 new file mode 100644 index 00000000000..dbe61437a17 Binary files /dev/null and b/docs/src/fonts/Inter-Light.woff2 differ diff --git a/docs/src/fonts/Inter-LightItalic.woff2 b/docs/src/fonts/Inter-LightItalic.woff2 new file mode 100644 index 00000000000..a40d042158d Binary files /dev/null and b/docs/src/fonts/Inter-LightItalic.woff2 differ diff --git a/docs/src/fonts/Inter-Medium.woff2 b/docs/src/fonts/Inter-Medium.woff2 new file mode 100644 index 00000000000..0fd2ee7370b Binary files /dev/null and b/docs/src/fonts/Inter-Medium.woff2 differ diff --git a/docs/src/fonts/Inter-MediumItalic.woff2 b/docs/src/fonts/Inter-MediumItalic.woff2 new file mode 100644 index 00000000000..96767155d90 Binary files /dev/null and b/docs/src/fonts/Inter-MediumItalic.woff2 differ diff --git a/docs/src/fonts/Inter-Regular.woff2 b/docs/src/fonts/Inter-Regular.woff2 new file mode 100644 index 00000000000..b8699af29b0 Binary files /dev/null and b/docs/src/fonts/Inter-Regular.woff2 differ diff --git a/docs/src/fonts/Inter-SemiBold.woff2 b/docs/src/fonts/Inter-SemiBold.woff2 new file mode 100644 index 00000000000..95c48b184ea Binary files /dev/null and b/docs/src/fonts/Inter-SemiBold.woff2 differ diff --git a/docs/src/fonts/Inter-SemiBoldItalic.woff2 b/docs/src/fonts/Inter-SemiBoldItalic.woff2 new file mode 100644 index 00000000000..ddfe19e839c Binary files /dev/null and b/docs/src/fonts/Inter-SemiBoldItalic.woff2 differ diff --git a/docs/src/fonts/Inter-Thin.woff2 b/docs/src/fonts/Inter-Thin.woff2 new file mode 100644 index 00000000000..07909608cd4 Binary files /dev/null and b/docs/src/fonts/Inter-Thin.woff2 differ diff --git a/docs/src/fonts/Inter-ThinItalic.woff2 b/docs/src/fonts/Inter-ThinItalic.woff2 new file mode 100644 index 00000000000..a7bf2138010 Binary files /dev/null and b/docs/src/fonts/Inter-ThinItalic.woff2 differ diff --git a/docs/src/fonts/InterDisplay-Black.woff2 b/docs/src/fonts/InterDisplay-Black.woff2 new file mode 100644 index 00000000000..8138123c136 Binary files /dev/null and b/docs/src/fonts/InterDisplay-Black.woff2 differ diff --git a/docs/src/fonts/InterDisplay-BlackItalic.woff2 b/docs/src/fonts/InterDisplay-BlackItalic.woff2 new file mode 100644 index 00000000000..735ba21f99f Binary files /dev/null and b/docs/src/fonts/InterDisplay-BlackItalic.woff2 differ diff --git a/docs/src/fonts/InterDisplay-Bold.woff2 b/docs/src/fonts/InterDisplay-Bold.woff2 new file mode 100644 index 00000000000..11c67196e17 Binary files /dev/null and b/docs/src/fonts/InterDisplay-Bold.woff2 differ diff --git a/docs/src/fonts/InterDisplay-BoldItalic.woff2 b/docs/src/fonts/InterDisplay-BoldItalic.woff2 new file mode 100644 index 00000000000..5b6a1fb006f Binary files /dev/null and b/docs/src/fonts/InterDisplay-BoldItalic.woff2 differ diff --git a/docs/src/fonts/InterDisplay-ExtraBold.woff2 b/docs/src/fonts/InterDisplay-ExtraBold.woff2 new file mode 100644 index 00000000000..9058e986134 Binary files /dev/null and b/docs/src/fonts/InterDisplay-ExtraBold.woff2 differ diff --git a/docs/src/fonts/InterDisplay-ExtraBoldItalic.woff2 b/docs/src/fonts/InterDisplay-ExtraBoldItalic.woff2 new file mode 100644 index 00000000000..4cd61c06725 Binary files /dev/null and b/docs/src/fonts/InterDisplay-ExtraBoldItalic.woff2 differ diff --git a/docs/src/fonts/InterDisplay-ExtraLight.woff2 b/docs/src/fonts/InterDisplay-ExtraLight.woff2 new file mode 100644 index 00000000000..8621b299510 Binary files /dev/null and b/docs/src/fonts/InterDisplay-ExtraLight.woff2 differ diff --git a/docs/src/fonts/InterDisplay-ExtraLightItalic.woff2 b/docs/src/fonts/InterDisplay-ExtraLightItalic.woff2 new file mode 100644 index 00000000000..689c8d9ca1d Binary files /dev/null and b/docs/src/fonts/InterDisplay-ExtraLightItalic.woff2 differ diff --git a/docs/src/fonts/InterDisplay-Italic.woff2 b/docs/src/fonts/InterDisplay-Italic.woff2 new file mode 100644 index 00000000000..11f20bc821e Binary files /dev/null and b/docs/src/fonts/InterDisplay-Italic.woff2 differ diff --git a/docs/src/fonts/InterDisplay-Light.woff2 b/docs/src/fonts/InterDisplay-Light.woff2 new file mode 100644 index 00000000000..446301c35eb Binary files /dev/null and b/docs/src/fonts/InterDisplay-Light.woff2 differ diff --git a/docs/src/fonts/InterDisplay-LightItalic.woff2 b/docs/src/fonts/InterDisplay-LightItalic.woff2 new file mode 100644 index 00000000000..f6881961030 Binary files /dev/null and b/docs/src/fonts/InterDisplay-LightItalic.woff2 differ diff --git a/docs/src/fonts/InterDisplay-Medium.woff2 b/docs/src/fonts/InterDisplay-Medium.woff2 new file mode 100644 index 00000000000..29160b2c5de Binary files /dev/null and b/docs/src/fonts/InterDisplay-Medium.woff2 differ diff --git a/docs/src/fonts/InterDisplay-MediumItalic.woff2 b/docs/src/fonts/InterDisplay-MediumItalic.woff2 new file mode 100644 index 00000000000..ef1bcbe3c71 Binary files /dev/null and b/docs/src/fonts/InterDisplay-MediumItalic.woff2 differ diff --git a/docs/src/fonts/InterDisplay-Regular.woff2 b/docs/src/fonts/InterDisplay-Regular.woff2 new file mode 100644 index 00000000000..a6c04f68eca Binary files /dev/null and b/docs/src/fonts/InterDisplay-Regular.woff2 differ diff --git a/docs/src/fonts/InterDisplay-SemiBold.woff2 b/docs/src/fonts/InterDisplay-SemiBold.woff2 new file mode 100644 index 00000000000..2b4db239b47 Binary files /dev/null and b/docs/src/fonts/InterDisplay-SemiBold.woff2 differ diff --git a/docs/src/fonts/InterDisplay-SemiBoldItalic.woff2 b/docs/src/fonts/InterDisplay-SemiBoldItalic.woff2 new file mode 100644 index 00000000000..59091db3111 Binary files /dev/null and b/docs/src/fonts/InterDisplay-SemiBoldItalic.woff2 differ diff --git a/docs/src/fonts/InterDisplay-Thin.woff2 b/docs/src/fonts/InterDisplay-Thin.woff2 new file mode 100644 index 00000000000..dc0b9486074 Binary files /dev/null and b/docs/src/fonts/InterDisplay-Thin.woff2 differ diff --git a/docs/src/fonts/InterDisplay-ThinItalic.woff2 b/docs/src/fonts/InterDisplay-ThinItalic.woff2 new file mode 100644 index 00000000000..96439c0c08e Binary files /dev/null and b/docs/src/fonts/InterDisplay-ThinItalic.woff2 differ diff --git a/docs/src/fonts/InterVariable-Italic.woff2 b/docs/src/fonts/InterVariable-Italic.woff2 new file mode 100644 index 00000000000..f22ec255493 Binary files /dev/null and b/docs/src/fonts/InterVariable-Italic.woff2 differ diff --git a/docs/src/fonts/InterVariable.woff2 b/docs/src/fonts/InterVariable.woff2 new file mode 100644 index 00000000000..22a12b04e1a Binary files /dev/null and b/docs/src/fonts/InterVariable.woff2 differ diff --git a/docs/src/fonts/font-face.css b/docs/src/fonts/font-face.css new file mode 100644 index 00000000000..d6b907965fd --- /dev/null +++ b/docs/src/fonts/font-face.css @@ -0,0 +1,53 @@ + +@font-face { + font-family: InterVariable; + font-style: normal; + font-weight: 100 900; + font-display: swap; + src: url("InterVariable.woff2") format("woff2"); +} +@font-face { + font-family: InterVariable; + font-style: italic; + font-weight: 100 900; + font-display: swap; + src: url("InterVariable-Italic.woff2") format("woff2"); +} + +/* static fonts */ +@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("Inter-Thin.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 100; font-display: swap; src: url("Inter-ThinItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url("Inter-ExtraLight.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 200; font-display: swap; src: url("Inter-ExtraLightItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("Inter-Light.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 300; font-display: swap; src: url("Inter-LightItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("Inter-Regular.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 400; font-display: swap; src: url("Inter-Italic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("Inter-Medium.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 500; font-display: swap; src: url("Inter-MediumItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("Inter-SemiBold.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 600; font-display: swap; src: url("Inter-SemiBoldItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("Inter-Bold.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 700; font-display: swap; src: url("Inter-BoldItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("Inter-ExtraBold.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 800; font-display: swap; src: url("Inter-ExtraBoldItalic.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: normal; font-weight: 900; font-display: swap; src: url("Inter-Black.woff2") format("woff2"); } +@font-face { font-family: "Inter"; font-style: italic; font-weight: 900; font-display: swap; src: url("Inter-BlackItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 100; font-display: swap; src: url("InterDisplay-Thin.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 100; font-display: swap; src: url("InterDisplay-ThinItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 200; font-display: swap; src: url("InterDisplay-ExtraLight.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 200; font-display: swap; src: url("InterDisplay-ExtraLightItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 300; font-display: swap; src: url("InterDisplay-Light.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 300; font-display: swap; src: url("InterDisplay-LightItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 400; font-display: swap; src: url("InterDisplay-Regular.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 400; font-display: swap; src: url("InterDisplay-Italic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 500; font-display: swap; src: url("InterDisplay-Medium.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 500; font-display: swap; src: url("InterDisplay-MediumItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 600; font-display: swap; src: url("InterDisplay-SemiBold.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 600; font-display: swap; src: url("InterDisplay-SemiBoldItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 700; font-display: swap; src: url("InterDisplay-Bold.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 700; font-display: swap; src: url("InterDisplay-BoldItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 800; font-display: swap; src: url("InterDisplay-ExtraBold.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 800; font-display: swap; src: url("InterDisplay-ExtraBoldItalic.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: normal; font-weight: 900; font-display: swap; src: url("InterDisplay-Black.woff2") format("woff2"); } +@font-face { font-family: "InterDisplay"; font-style: italic; font-weight: 900; font-display: swap; src: url("InterDisplay-BlackItalic.woff2") format("woff2"); } diff --git a/docs/src/plugins/authors.ts b/docs/src/plugins/authors.ts new file mode 100644 index 00000000000..fdffc0c9d4e --- /dev/null +++ b/docs/src/plugins/authors.ts @@ -0,0 +1,37 @@ +import { exec } from 'node:child_process'; +import { promisify } from 'node:util'; + +const execAsync = promisify(exec); +interface Author { + gitIDs: string[]; + displayName: string; + avatar?: string; +} +const authors: Author[] = [ + { gitIDs: ['gc'], displayName: 'Magnaboy', avatar: 'gc.gif' }, + { gitIDs: ['nwjgit'], displayName: 'Jonesey', avatar: 'nwjgit.jpg' }, + { gitIDs: ['Arodab'], displayName: 'Arodab' }, + { gitIDs: ['DaughtersOfNyx'], displayName: 'Keres' } +]; +export const authorsMap = new Map(); + +for (const author of authors) { + authorsMap.set(author.displayName.toLowerCase(), author); + for (const gitID of author.gitIDs) { + authorsMap.set(gitID, author); + } +} + +export async function getAuthors(filePath: string) { + if (filePath.endsWith('404.md')) return []; + const command = `git log --pretty=format:"%an" "${filePath}"`; + const result = await execAsync(command, { encoding: 'utf-8' }); + const authors = result.stdout + .split('\n') + .filter((v, i, a) => a.indexOf(v) === i) + .map(name => name.toLowerCase()) + .map(author => authorsMap.get(author)?.displayName ?? author) + .filter(Boolean); + if (authors.length === 1 && authors[0] === 'Magnaboy') return []; + return authors; +} diff --git a/docs/src/plugins/items.ts b/docs/src/plugins/items.ts new file mode 100644 index 00000000000..4ef41a15ca2 --- /dev/null +++ b/docs/src/plugins/items.ts @@ -0,0 +1,105 @@ +import { collapseWhiteSpace } from 'collapse-white-space'; +import { visitParents } from 'unist-util-visit-parents'; + +import { execSync } from 'node:child_process'; +import bsoItemsJson from '../../../data/bso_items.json'; +import commandsJson from '../../../data/osb.commands.json'; +import { Items } from '../../../node_modules/oldschooljs'; +import { SkillsArray } from '../../../src/lib/skilling/types'; +import { authorsMap } from './authors'; + +const bsoItems = Object.entries(bsoItemsJson); + +function isGitHash(str: string): boolean { + return /^[a-f0-9]{40}$/.test(str); +} + +export function remarkItems(options: any) { + return (tree: any) => { + visitParents(tree, 'text', (node, parents) => { + const value = collapseWhiteSpace(node.value, { style: 'html', trim: true }); + const matches = [...value.matchAll(/\[\[([\s\S]*?)\]\]/g)].map(i => i[1]); + if (matches.length === 0) return; + + for (const match of matches) { + if ([...SkillsArray, 'qp'].some(s => match.includes(`${s}:`))) { + const [skillName, level] = match.split(':'); + node.type = 'html'; + const imageURL = + skillName === 'qp' + ? 'https://oldschool.runescape.wiki/images/Quest_point_icon.png' + : `https://raw.githubusercontent.com/runelite/runelite.net/refs/heads/master/public/img/skillicons/${skillName}.png`; + const html = `
+${match} +

${level}

+
`; + node.value = node.value.replace(`[[${match}]]`, html); + continue; + } else if (match.includes('embed.')) { + node.type = 'html'; + node.value = ''; + continue; + } else if (authorsMap.has(match)) { + const author = authorsMap.get(match); + const customHtml = `
+ ${author?.avatar ? `` : ''} +

${author!.displayName}

+
`; + node.type = 'html'; + node.value = node.value.replace(`[[${match}]]`, customHtml); + continue; + } else if (match.startsWith('/')) { + const cmd = commandsJson.find(command => command.name === match.slice(1).split(' ')[0]); + if (!cmd) { + console.warn(`Could not find command with name: ${match.slice(1)}`); + } + const customHtml = `
+

${match}

+
`; + node.type = 'html'; + node.value = node.value.replace(`[[${match}]]`, customHtml); + continue; + } else if (isGitHash(match)) { + const raw = execSync(`git show -s --format=%cI ${match}`, { encoding: 'utf-8' }).trim(); + const date = new Date(raw); + const test = ``; + const customHtml = `${date.toLocaleDateString()} ${test}`; + node.type = 'html'; + node.value = node.value.replace(`[[${match}]]`, customHtml); + continue; + } + + let imageURL = null; + let itemName = match; + const bsoItem = bsoItems.find( + ([id, name]) => + name.toLowerCase() === match.toLowerCase() || id.toLowerCase() === match.toLowerCase() + ); + const osbItem = Items.get(match) ?? Items.get(Number(match)); + if (bsoItem) { + imageURL = `https://raw.githubusercontent.com/oldschoolgg/oldschoolbot/refs/heads/bso/src/lib/resources/images/bso_icons/${bsoItem[0]}.png`; + } else if (osbItem) { + imageURL = `https://chisel.weirdgloop.org/static/img/osrs-sprite/${osbItem.id}.png`; + itemName = osbItem.name; + } else { + throw new Error(`Invalid embed code: ${match}`); + } + + if (imageURL === null) { + console.warn(`Could not find item with name: ${match}`); + continue; + } + + const customHtml = `
+ ${itemName} +

${itemName}

+
`; + + node.type = 'html'; + node.value = node.value.replace(`[[${match}]]`, customHtml); + } + + node.value = collapseWhiteSpace(`
${node.value}
`); + }); + }; +} diff --git a/docs/src/styles/main.css b/docs/src/styles/main.css new file mode 100644 index 00000000000..a15b47a5973 --- /dev/null +++ b/docs/src/styles/main.css @@ -0,0 +1,497 @@ +:root { font-family: "Inter", sans-serif; } +@supports (font-variation-settings: normal) { + :root { font-family: "InterVariable", sans-serif; font-optical-sizing: auto; } +} + +:root { + --sl-color-accent-low: #4e2d1e; + --sl-color-accent: #3e2317; + --sl-color-accent-high: #e5c9a8; + --sl-color-bg-nav: #1f1611; + --sl-color-white: #dcc4b1; + --sl-color-gray-1: #b8987a; + --sl-color-gray-2: #a3785e; + --sl-color-gray-3: #7e5a45; + --sl-color-gray-4: #5d3f2e; + --sl-color-gray-5: #3e2317; + --sl-color-gray-6: #1f1611; + --sl-color-black: #130e0b; + --sl-nav-pad-x: 1rem; + --sl-icon-color: #dcc4b1; + --sl-color-text-accent: #c88440; + --sl-color-text: #cda988; + --sl-font: "Inter", sans-serif; + --sl-nav-pad-x: 1rem; + --sl-font: "Inter", sans-serif; + --sl-color-bg-inline-code: #3d362f; + --sl-content-width: 55rem; + + + scrollbar-color: #3d312d #251d17; + --sl-color-hairline-light: rgba(0,0,0,0); + + font-synthesis: none; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +starlight-menu-button > button { + background-color: transparent; +} + +.sidebar { + font-weight: bold; +} + +.sl-container:where(.astro-7nkwcw3z) { + --sl-content-margin-inline: 30px 0; +} + +.bso-theme { + --sl-color-accent-low: #3e2d5c; + --sl-color-accent: #2e1f4b; + --sl-color-accent-high: #c5a8e5; + --sl-color-bg-nav: #18111f; + --sl-color-white: #c4b1dc; + --sl-color-gray-1: #9b7ab8; + --sl-color-gray-2: #7a5ea3; + --sl-color-gray-3: #5a4587; + --sl-color-gray-4: #3f2e66; + --sl-color-gray-5: #2e1f4b; + --sl-color-gray-6: #18111f; + --sl-color-black: #0b0b13; + --sl-color-text-accent: rgb(140, 121, 197); + --sl-color-text: rgba(196, 177, 220, 0.9); + --sl-color-bg-sidebar: #1a1625; + --sl-color-bg-inline-code: #362c47; + --sl-icon-color: #c4b1dc; + --sl-color-hairline: #3e2858; + background-color: #0d0c12; + scrollbar-color: #241e24 #0d0c12; + + .site-title { + color: #8e5ee7; + } +} + +.site-title { + color: #f4ddcb; +} + +.main-pane { + font-size: 14px; +} + +starlight-toc > nav > ul a[aria-current=true] { + color: var(--sl-color-gray-1); +} + +starlight-theme-select { + display:none; +} + +.sl-markdown-content aside:not(.not-content), +.sl-markdown-content blockquote:not(:where(.not-content *)) { + border-inline-start: 1px solid #ff4e00; + background: #ff810038; + border-radius: 8px; + padding: 10px 20px; +} + +.social-icons::after { + display: none; +} +#starlight__sidebar details > summary { + padding: 0.5rem 0; +} +h1, +.sl-markdown-content h2, +.sl-markdown-content h3, +.sl-markdown-content h4, +.sl-markdown-content h5, +.sl-markdown-content h6, +.group-label span, +.right-sidebar-panel h2, +strong { + @apply font-medium; +} + +h1 { + font-size: 3rem; + line-height: 1.0833; + letter-spacing: -0.03em; +} + +.sl-markdown-content h2 { + font-size: 2.9rem; + font-weight: 500; + letter-spacing: -0.02em; + line-height: 1.33333; +} + +.sl-markdown-content h3 { + font-size: 1.25rem; + font-weight: 500; + letter-spacing: -0.01em; + line-height: 1.2; +} + +.sl-markdown-content h4 { + font-size: 1rem; + font-weight: 500; + letter-spacing: -0.005em; + line-height: 1.5; +} + +p { + @apply text-base font-normal tracking-[-0.005em] leading-normal; +} + +.sidebar-content .top-level > li > details > summary { + padding: 0.625rem 0; +} + +.sidebar-content .top-level > li > details > ul { + padding-inline-start: 0; + margin-block-end: 0.5rem; +} + +.sidebar-content .top-level > li > details > ul > li { + border-inline-start: 0; + margin-inline-start: 0; + padding-block: 0; + padding-inline: 0; +} + +.sidebar-content .top-level > li > details > ul > li > details > summary { + border-inline-start: 0; + margin-inline-start: 0; + padding: 0.5rem 0; +} + +.sidebar-content .top-level li details ul li { + margin-inline: 0; + padding-inline-end: 0; + padding-inline-start: 0; + position: relative; + position: relative; +} + +.sidebar-content .top-level li details ul li a { + padding-block: 0.4rem; + padding-inline-start: 0.75rem; + border-radius: 4px; +} +.sidebar-content .top-level li details ul li details { + padding-inline-start: 0.75rem; + border-radius: 4px; +} + +.sidebar-content .top-level li details ul li details ul li a { + padding-block: 0.4rem; + padding-inline-start: 1.75rem; + border-radius: 4px; +} + +.sidebar-content { + @apply bg-white dark:bg-black; +} + +.sidebar-content { + padding-inline-start: var(--sl-nav-pad-x); +} + +.sidebar-content > .top-level > li > details > summary > div.group-label > span { + font-size: 1rem; +} + +.sidebar-content > ul > li > details > ul > li > details > summary > svg { + color: #bbb; +} + +.sidebar-content details > summary > svg { + transform: rotateZ(90deg); + transition: none; +} + +.sidebar-content details[open] > summary > svg { + transform: rotateZ(270deg); +} + +.right-sidebar-container { + width: var(--sl-sidebar-width); +} + +.right-sidebar { + border-inline-start: none; +} + +.right-sidebar-panel h2 { + font-size: 1rem; + margin-block-end: 1.5rem; +} + +.sl-markdown-content + :not(h1, h2, h3, h4, h5, h6) + + :is(h1, h2, h3, h4, h5, h6):not(:where(.not-content *)) { + margin-block-start: 1.5em; +} + +.content-panel + .content-panel { + border-top: 0; +} + +starlight-toc > nav > ul { + display: flex; + flex-direction: column; + gap: 0.5rem; +} + +starlight-toc > nav > ul > li > a > span { + font-size: 0.875rem; +} + +.social-icons a { + font-size: 2em; +} + +.social-icons a[href*="github"] { + font-size: 24px; +} + +@media (min-width: 72.85rem) { + :root { + --sl-nav-pad-x: 1.5rem; + } + + :root[data-theme="dark"] { + --sl-nav-pad-x: 1.5rem; + } + + .sidebar-pane { + border-inline-end: none; + } +} + +@media (min-width: 90rem) { + .right-sidebar-panel { + max-width: calc(var(--sl-sidebar-width) - var(--sl-nav-pad-x)); + padding-inline-end: 0; + display: flex; + } + + .right-sidebar-panel .sl-container { + max-width: calc(var(--sl-sidebar-width) - var(--sl-nav-pad-x)); + } +} + +.rehype-heading-wrapper .rehype-anchor-link { + margin-inline-start: 8px; + opacity: 0; + transition: opacity 0.3s ease; +} + +.rehype-heading-wrapper:hover .rehype-anchor-link { + opacity: 1; +} + +.rehype-anchor-link:focus { + opacity: 1; +} + +.rehype-heading-wrapper:not(:first-child):is(.rehype-level-h3, .rehype-level-h4, .rehype-level-h5) { + margin-block-start: 2em; +} + +.rehype-heading-wrapper:not(:first-child):is(.rehype-level-h2):not(.rehype-with-extra-margin) { + margin-block-start: 3.75em; +} + +[aria-labelledby="starlight__on-this-page"] ul li a { + @apply pl-0; +} + +.sl-markdown-content ol ol { + list-style-type: lower-alpha; +} + +.table-wrapper { + @apply w-full block whitespace-normal overflow-x-auto; +} + +.sl-markdown-content .table-2-cols { + @apply w-1/2; +} + +.sl-markdown-content td.table-3-cols, +.sl-markdown-content th.table-3-cols { + @apply w-1/3; +} + +.table-4-cols { + @apply w-1/4; +} + +.table-5-cols { + @apply w-1/5; +} + +.table-6-cols { + @apply w-1/6; +} + +.sl-markdown-content :is(th:first-child, td:first-child):not(:where(.not-content *)) { + @apply pl-4; +} + +.sl-markdown-content :is(th:last-child, td:last-child):not(:where(.not-content *)) { + @apply pr-4; +} + +.sl-markdown-content td { + @apply py-4 px-4; +} + +.sl-markdown-content tr * { + @apply text-sm; +} + +starlight-menu-button button, +starlight-menu-button[aria-expanded="true"] button { + @apply bg-transparent; +} + +button[aria-controls="starlight__sidebar"] { + @apply shadow-none; +} + +button[aria-controls="starlight__sidebar"] svg { + transform: scale(1.5); +} + +body.DocSearch--active .c-help-widget, +body.DocSearch--active header .header { + padding-right: 15px; +} + +body.DocSearch--active .main-frame { + padding-right: 15px; +} + +ol + ol li aside, +ol + ol li blockquote { + margin-inline-start: 20px; +} + +.osrs_item { + background-color: #221f1e; + width: max-content; + display: flex; + border-radius: 10px; + align-items: center; + justify-content: center; + align-content: center; + padding: 3px 9px; + font-size: 13px; + gap: 5px; + font-weight: bold; +} + +.osrs_item { + margin: 3px 0px!important; +} + +.osrs_item_name, .osrs_item_image{ + margin: 0!important; +} + +.discord_command { + background-color: #4e538f; + width: max-content; + display: flex; + align-items: center; + justify-content: center; + align-content: center; + padding: 0px 5px; + font-size: 13px; + color: white; + border-width: 6px 10px; +} + +sl-sidebar-state-persist > ul > li:nth-child(2) > details > summary, +sl-sidebar-state-persist > ul > li:nth-child(3) > details > summary { + text-align: center; + justify-content: center; +} + +sl-sidebar-state-persist > ul > li:nth-child(2) > details > summary > svg, +sl-sidebar-state-persist > ul > li:nth-child(3) > details > summary > svg { + display: none; +} + + +/* Make Getting-Started section look like its at top level */ +#starlight__sidebar > div > sl-sidebar-state-persist > ul > li:nth-child(1) > details > summary { + display:none; +} +#starlight__sidebar > div > sl-sidebar-state-persist > ul > li:nth-child(1) > details > ul { + padding: 0; +} + +.sl-markdown-content .injected { + display: inline; + gap: 8px; + white-space: normal; + margin-top: 0px; +} + +.osrs_item, +.discord_command { + display: inline-flex; + align-items: center; + vertical-align: middle; + margin-top: 0px!important; +} + +.osrs_item_image { + max-height: 21px; + vertical-align: middle; +} + +.osrs_item_name, +.discord_command_name { + font-size: 0.9em; + text-align: center; + white-space: nowrap; +} + +.contributor { + width: max-content; + border-radius: 8px; + color: var(--sl-color-text-accent); + font-weight: bold; + padding: 1px 9px; + font-size: 25px; + display:flex; + gap: 8px; + align-items: center; + justify-content: center; + justify-items: center; +} +.contributor .contributor_name { + margin-top: 0 +} +.contributor_avatar { + height: 38px!important; + border-radius: 64px; +} + +.git_hash { + font-size: 20px; + margin-top: 0px; +} + +.edit_this_page { + color: var(--sl-color-text-accent); +} \ No newline at end of file diff --git a/docs/tsconfig.json b/docs/tsconfig.json new file mode 100644 index 00000000000..a3f69810248 --- /dev/null +++ b/docs/tsconfig.json @@ -0,0 +1,3 @@ +{ + "extends": "astro/tsconfigs/strict" +} diff --git a/docs/yarn.lock b/docs/yarn.lock new file mode 100644 index 00000000000..bf7914c1afb --- /dev/null +++ b/docs/yarn.lock @@ -0,0 +1,6901 @@ +# This file is generated by running "yarn install" inside your project. +# Manual changes might be lost - proceed with caution! + +__metadata: + version: 8 + cacheKey: 10c0 + +"@ampproject/remapping@npm:^2.2.0": + version: 2.3.0 + resolution: "@ampproject/remapping@npm:2.3.0" + dependencies: + "@jridgewell/gen-mapping": "npm:^0.3.5" + "@jridgewell/trace-mapping": "npm:^0.3.24" + checksum: 10c0/81d63cca5443e0f0c72ae18b544cc28c7c0ec2cea46e7cb888bb0e0f411a1191d0d6b7af798d54e30777d8d1488b2ec0732aac2be342d3d7d3ffd271c6f489ed + languageName: node + linkType: hard + +"@astrojs/check@npm:^0.9.3": + version: 0.9.3 + resolution: "@astrojs/check@npm:0.9.3" + dependencies: + "@astrojs/language-server": "npm:^2.14.1" + chokidar: "npm:^3.5.3" + fast-glob: "npm:^3.3.1" + kleur: "npm:^4.1.5" + yargs: "npm:^17.7.2" + peerDependencies: + typescript: ^5.0.0 + bin: + astro-check: dist/bin.js + checksum: 10c0/fab8d39ca0734777534e54940c888663f7e448b53b0b6eb64d0008b9219da893b61ddbb281843a4ab05ae854cbfefca4e6dd43b3a2e1727bf71498de47935a87 + languageName: node + linkType: hard + +"@astrojs/compiler@npm:^2.10.3": + version: 2.10.3 + resolution: "@astrojs/compiler@npm:2.10.3" + checksum: 10c0/35e7a6e9d197924a3203afd3bd7bff39c8d4271516816c30173cca872302312c3748eefc5a5832523f49b98743115628a1b96922d7d96588a8d96e110a106b88 + languageName: node + linkType: hard + +"@astrojs/internal-helpers@npm:0.4.1": + version: 0.4.1 + resolution: "@astrojs/internal-helpers@npm:0.4.1" + checksum: 10c0/1545eb29994b8bf1dfa95d953f7fb23b52c1e1a3daefc2f39c032b2b0ff1bad5dde8ac7b2694d1f0c9f8f52f8d1f2d645c7e88969bca392fc22058674192b070 + languageName: node + linkType: hard + +"@astrojs/language-server@npm:^2.14.1": + version: 2.14.2 + resolution: "@astrojs/language-server@npm:2.14.2" + dependencies: + "@astrojs/compiler": "npm:^2.10.3" + "@astrojs/yaml2ts": "npm:^0.2.1" + "@jridgewell/sourcemap-codec": "npm:^1.4.15" + "@volar/kit": "npm:~2.4.0" + "@volar/language-core": "npm:~2.4.0" + "@volar/language-server": "npm:~2.4.0" + "@volar/language-service": "npm:~2.4.0" + "@volar/typescript": "npm:~2.4.0" + fast-glob: "npm:^3.2.12" + muggle-string: "npm:^0.4.1" + volar-service-css: "npm:0.0.61" + volar-service-emmet: "npm:0.0.61" + volar-service-html: "npm:0.0.61" + volar-service-prettier: "npm:0.0.61" + volar-service-typescript: "npm:0.0.61" + volar-service-typescript-twoslash-queries: "npm:0.0.61" + volar-service-yaml: "npm:0.0.61" + vscode-html-languageservice: "npm:^5.2.0" + vscode-uri: "npm:^3.0.8" + peerDependencies: + prettier: ^3.0.0 + prettier-plugin-astro: ">=0.11.0" + peerDependenciesMeta: + prettier: + optional: true + prettier-plugin-astro: + optional: true + bin: + astro-ls: bin/nodeServer.js + checksum: 10c0/d7ad3d29034ccab4c1274c1e24b987d40ff66280204615465d26f36d29127019a1a031ae93b160b9a7733202cf117c7542c49df38571d2f296afe89547aa74d0 + languageName: node + linkType: hard + +"@astrojs/markdown-remark@npm:5.2.0": + version: 5.2.0 + resolution: "@astrojs/markdown-remark@npm:5.2.0" + dependencies: + "@astrojs/prism": "npm:3.1.0" + github-slugger: "npm:^2.0.0" + hast-util-from-html: "npm:^2.0.1" + hast-util-to-text: "npm:^4.0.2" + import-meta-resolve: "npm:^4.1.0" + mdast-util-definitions: "npm:^6.0.0" + rehype-raw: "npm:^7.0.0" + rehype-stringify: "npm:^10.0.0" + remark-gfm: "npm:^4.0.0" + remark-parse: "npm:^11.0.0" + remark-rehype: "npm:^11.1.0" + remark-smartypants: "npm:^3.0.2" + shiki: "npm:^1.10.3" + unified: "npm:^11.0.5" + unist-util-remove-position: "npm:^5.0.0" + unist-util-visit: "npm:^5.0.0" + unist-util-visit-parents: "npm:^6.0.1" + vfile: "npm:^6.0.2" + checksum: 10c0/d7227e3cbb66d328a4681b3c9e2b90b45b92db4ae9068794a1acf6023cea7be33d666f05899be980db76a3ff3bf4393d5ee0ee34a012963e4e9aa100c8a6f87b + languageName: node + linkType: hard + +"@astrojs/mdx@npm:^3.1.3": + version: 3.1.7 + resolution: "@astrojs/mdx@npm:3.1.7" + dependencies: + "@astrojs/markdown-remark": "npm:5.2.0" + "@mdx-js/mdx": "npm:^3.0.1" + acorn: "npm:^8.12.1" + es-module-lexer: "npm:^1.5.4" + estree-util-visit: "npm:^2.0.0" + gray-matter: "npm:^4.0.3" + hast-util-to-html: "npm:^9.0.2" + kleur: "npm:^4.1.5" + rehype-raw: "npm:^7.0.0" + remark-gfm: "npm:^4.0.0" + remark-smartypants: "npm:^3.0.2" + source-map: "npm:^0.7.4" + unist-util-visit: "npm:^5.0.0" + vfile: "npm:^6.0.3" + peerDependencies: + astro: ^4.8.0 + checksum: 10c0/421110a23ccaed8068dda21c0cff7cff0537c438551a5b12c1fe8e7521b5e31009c3b050456782ea621db23203186a204ef3435ef160687df0901d1f23584913 + languageName: node + linkType: hard + +"@astrojs/prism@npm:3.1.0": + version: 3.1.0 + resolution: "@astrojs/prism@npm:3.1.0" + dependencies: + prismjs: "npm:^1.29.0" + checksum: 10c0/45132cd1cc8ac45f5fe75bfbf3f8bad3caa9d68aadb0537505f866fcf3ab4bcfa038be1ce20ad26b7e344c4f9a1edd0ab0f4211d413e09c84731fbc7c59b7746 + languageName: node + linkType: hard + +"@astrojs/sitemap@npm:^3.1.6": + version: 3.1.6 + resolution: "@astrojs/sitemap@npm:3.1.6" + dependencies: + sitemap: "npm:^7.1.2" + stream-replace-string: "npm:^2.0.0" + zod: "npm:^3.23.8" + checksum: 10c0/2d8fd71c7afbf13ca48d92596d292c8cf967f2fae084b3e0d9717729e7b474c3bef86c4155f3b27aff722b2aade7c6c64ed813dbbbc4c3d12635bbf8d7a63ebd + languageName: node + linkType: hard + +"@astrojs/starlight@npm:^0.28.2": + version: 0.28.2 + resolution: "@astrojs/starlight@npm:0.28.2" + dependencies: + "@astrojs/mdx": "npm:^3.1.3" + "@astrojs/sitemap": "npm:^3.1.6" + "@pagefind/default-ui": "npm:^1.0.3" + "@types/hast": "npm:^3.0.4" + "@types/mdast": "npm:^4.0.4" + astro-expressive-code: "npm:^0.35.6" + bcp-47: "npm:^2.1.0" + hast-util-from-html: "npm:^2.0.1" + hast-util-select: "npm:^6.0.2" + hast-util-to-string: "npm:^3.0.0" + hastscript: "npm:^9.0.0" + i18next: "npm:^23.11.5" + mdast-util-directive: "npm:^3.0.0" + mdast-util-to-markdown: "npm:^2.1.0" + mdast-util-to-string: "npm:^4.0.0" + pagefind: "npm:^1.0.3" + rehype: "npm:^13.0.1" + rehype-format: "npm:^5.0.0" + remark-directive: "npm:^3.0.0" + unified: "npm:^11.0.5" + unist-util-visit: "npm:^5.0.0" + vfile: "npm:^6.0.2" + peerDependencies: + astro: ^4.14.0 + checksum: 10c0/e3fa5c720798997aef827beeef110e9953939f137fa340b344ce19f396afb510eefb6eeb447123c9ca0f865880e7cbe4110d8534a083d56081c0711b5ae8500e + languageName: node + linkType: hard + +"@astrojs/telemetry@npm:3.1.0": + version: 3.1.0 + resolution: "@astrojs/telemetry@npm:3.1.0" + dependencies: + ci-info: "npm:^4.0.0" + debug: "npm:^4.3.4" + dlv: "npm:^1.1.3" + dset: "npm:^3.1.3" + is-docker: "npm:^3.0.0" + is-wsl: "npm:^3.0.0" + which-pm-runs: "npm:^1.1.0" + checksum: 10c0/ed4df1f0763e2fed242805f67f1c50aec0021c31b971ce846355cc981dfce498517f0b24e84de0ec6c426e6f17a2b48f97a2f7b32efa015653646f4dd3c51649 + languageName: node + linkType: hard + +"@astrojs/yaml2ts@npm:^0.2.1": + version: 0.2.1 + resolution: "@astrojs/yaml2ts@npm:0.2.1" + dependencies: + yaml: "npm:^2.5.0" + checksum: 10c0/944a60799f499863479d60bce781f29ec2aea674fe39d37bbc03a4b418ed54b72174695d1925732a3277b233cbec83e606dfaca2c6c752142a4b3dd14cf22a49 + languageName: node + linkType: hard + +"@babel/code-frame@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/code-frame@npm:7.24.7" + dependencies: + "@babel/highlight": "npm:^7.24.7" + picocolors: "npm:^1.0.0" + checksum: 10c0/ab0af539473a9f5aeaac7047e377cb4f4edd255a81d84a76058595f8540784cc3fbe8acf73f1e073981104562490aabfb23008cd66dc677a456a4ed5390fdde6 + languageName: node + linkType: hard + +"@babel/compat-data@npm:^7.25.2": + version: 7.25.4 + resolution: "@babel/compat-data@npm:7.25.4" + checksum: 10c0/50d79734d584a28c69d6f5b99adfaa064d0f41609a378aef04eb06accc5b44f8520e68549eba3a082478180957b7d5783f1bfb1672e4ae8574e797ce8bae79fa + languageName: node + linkType: hard + +"@babel/core@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/core@npm:7.25.2" + dependencies: + "@ampproject/remapping": "npm:^2.2.0" + "@babel/code-frame": "npm:^7.24.7" + "@babel/generator": "npm:^7.25.0" + "@babel/helper-compilation-targets": "npm:^7.25.2" + "@babel/helper-module-transforms": "npm:^7.25.2" + "@babel/helpers": "npm:^7.25.0" + "@babel/parser": "npm:^7.25.0" + "@babel/template": "npm:^7.25.0" + "@babel/traverse": "npm:^7.25.2" + "@babel/types": "npm:^7.25.2" + convert-source-map: "npm:^2.0.0" + debug: "npm:^4.1.0" + gensync: "npm:^1.0.0-beta.2" + json5: "npm:^2.2.3" + semver: "npm:^6.3.1" + checksum: 10c0/a425fa40e73cb72b6464063a57c478bc2de9dbcc19c280f1b55a3d88b35d572e87e8594e7d7b4880331addb6faef641bbeb701b91b41b8806cd4deae5d74f401 + languageName: node + linkType: hard + +"@babel/generator@npm:^7.25.0, @babel/generator@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/generator@npm:7.25.6" + dependencies: + "@babel/types": "npm:^7.25.6" + "@jridgewell/gen-mapping": "npm:^0.3.5" + "@jridgewell/trace-mapping": "npm:^0.3.25" + jsesc: "npm:^2.5.1" + checksum: 10c0/f89282cce4ddc63654470b98086994d219407d025497f483eb03ba102086e11e2b685b27122f6ff2e1d93b5b5fa0c3a6b7e974fbf2e4a75b685041a746a4291e + languageName: node + linkType: hard + +"@babel/helper-annotate-as-pure@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-annotate-as-pure@npm:7.24.7" + dependencies: + "@babel/types": "npm:^7.24.7" + checksum: 10c0/4679f7df4dffd5b3e26083ae65228116c3da34c3fff2c11ae11b259a61baec440f51e30fd236f7a0435b9d471acd93d0bc5a95df8213cbf02b1e083503d81b9a + languageName: node + linkType: hard + +"@babel/helper-compilation-targets@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/helper-compilation-targets@npm:7.25.2" + dependencies: + "@babel/compat-data": "npm:^7.25.2" + "@babel/helper-validator-option": "npm:^7.24.8" + browserslist: "npm:^4.23.1" + lru-cache: "npm:^5.1.1" + semver: "npm:^6.3.1" + checksum: 10c0/de10e986b5322c9f807350467dc845ec59df9e596a5926a3b5edbb4710d8e3b8009d4396690e70b88c3844fe8ec4042d61436dd4b92d1f5f75655cf43ab07e99 + languageName: node + linkType: hard + +"@babel/helper-module-imports@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-module-imports@npm:7.24.7" + dependencies: + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 10c0/97c57db6c3eeaea31564286e328a9fb52b0313c5cfcc7eee4bc226aebcf0418ea5b6fe78673c0e4a774512ec6c86e309d0f326e99d2b37bfc16a25a032498af0 + languageName: node + linkType: hard + +"@babel/helper-module-transforms@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/helper-module-transforms@npm:7.25.2" + dependencies: + "@babel/helper-module-imports": "npm:^7.24.7" + "@babel/helper-simple-access": "npm:^7.24.7" + "@babel/helper-validator-identifier": "npm:^7.24.7" + "@babel/traverse": "npm:^7.25.2" + peerDependencies: + "@babel/core": ^7.0.0 + checksum: 10c0/adaa15970ace0aee5934b5a633789b5795b6229c6a9cf3e09a7e80aa33e478675eee807006a862aa9aa517935d81f88a6db8a9f5936e3a2a40ec75f8062bc329 + languageName: node + linkType: hard + +"@babel/helper-plugin-utils@npm:^7.24.7, @babel/helper-plugin-utils@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-plugin-utils@npm:7.24.8" + checksum: 10c0/0376037f94a3bfe6b820a39f81220ac04f243eaee7193774b983e956c1750883ff236b30785795abbcda43fac3ece74750566830c2daa4d6e3870bb0dff34c2d + languageName: node + linkType: hard + +"@babel/helper-simple-access@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-simple-access@npm:7.24.7" + dependencies: + "@babel/traverse": "npm:^7.24.7" + "@babel/types": "npm:^7.24.7" + checksum: 10c0/7230e419d59a85f93153415100a5faff23c133d7442c19e0cd070da1784d13cd29096ee6c5a5761065c44e8164f9f80e3a518c41a0256df39e38f7ad6744fed7 + languageName: node + linkType: hard + +"@babel/helper-string-parser@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-string-parser@npm:7.24.8" + checksum: 10c0/6361f72076c17fabf305e252bf6d580106429014b3ab3c1f5c4eb3e6d465536ea6b670cc0e9a637a77a9ad40454d3e41361a2909e70e305116a23d68ce094c08 + languageName: node + linkType: hard + +"@babel/helper-validator-identifier@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/helper-validator-identifier@npm:7.24.7" + checksum: 10c0/87ad608694c9477814093ed5b5c080c2e06d44cb1924ae8320474a74415241223cc2a725eea2640dd783ff1e3390e5f95eede978bc540e870053152e58f1d651 + languageName: node + linkType: hard + +"@babel/helper-validator-option@npm:^7.24.8": + version: 7.24.8 + resolution: "@babel/helper-validator-option@npm:7.24.8" + checksum: 10c0/73db93a34ae89201351288bee7623eed81a54000779462a986105b54ffe82069e764afd15171a428b82e7c7a9b5fec10b5d5603b216317a414062edf5c67a21f + languageName: node + linkType: hard + +"@babel/helpers@npm:^7.25.0": + version: 7.25.6 + resolution: "@babel/helpers@npm:7.25.6" + dependencies: + "@babel/template": "npm:^7.25.0" + "@babel/types": "npm:^7.25.6" + checksum: 10c0/448c1cdabccca42fd97a252f73f1e4bcd93776dbf24044f3b4f49b756bf2ece73ee6df05177473bb74ea7456dddd18d6f481e4d96d2cc7839d078900d48c696c + languageName: node + linkType: hard + +"@babel/highlight@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/highlight@npm:7.24.7" + dependencies: + "@babel/helper-validator-identifier": "npm:^7.24.7" + chalk: "npm:^2.4.2" + js-tokens: "npm:^4.0.0" + picocolors: "npm:^1.0.0" + checksum: 10c0/674334c571d2bb9d1c89bdd87566383f59231e16bcdcf5bb7835babdf03c9ae585ca0887a7b25bdf78f303984af028df52831c7989fecebb5101cc132da9393a + languageName: node + linkType: hard + +"@babel/parser@npm:^7.1.0, @babel/parser@npm:^7.20.7, @babel/parser@npm:^7.25.0, @babel/parser@npm:^7.25.4, @babel/parser@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/parser@npm:7.25.6" + dependencies: + "@babel/types": "npm:^7.25.6" + bin: + parser: ./bin/babel-parser.js + checksum: 10c0/f88a0e895dbb096fd37c4527ea97d12b5fc013720602580a941ac3a339698872f0c911e318c292b184c36b5fbe23b612f05aff9d24071bc847c7b1c21552c41d + languageName: node + linkType: hard + +"@babel/plugin-syntax-jsx@npm:^7.24.7": + version: 7.24.7 + resolution: "@babel/plugin-syntax-jsx@npm:7.24.7" + dependencies: + "@babel/helper-plugin-utils": "npm:^7.24.7" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10c0/f44d927a9ae8d5ef016ff5b450e1671e56629ddc12e56b938e41fd46e141170d9dfc9a53d6cb2b9a20a7dd266a938885e6a3981c60c052a2e1daed602ac80e51 + languageName: node + linkType: hard + +"@babel/plugin-transform-react-jsx@npm:^7.25.2": + version: 7.25.2 + resolution: "@babel/plugin-transform-react-jsx@npm:7.25.2" + dependencies: + "@babel/helper-annotate-as-pure": "npm:^7.24.7" + "@babel/helper-module-imports": "npm:^7.24.7" + "@babel/helper-plugin-utils": "npm:^7.24.8" + "@babel/plugin-syntax-jsx": "npm:^7.24.7" + "@babel/types": "npm:^7.25.2" + peerDependencies: + "@babel/core": ^7.0.0-0 + checksum: 10c0/8c5b515f38118471197605e02bea54a8a4283010e3c55bad8cfb78de59ad63612b14d40baca63689afdc9d57b147aac4c7794fe5f7736c9e1ed6dd38784be624 + languageName: node + linkType: hard + +"@babel/runtime@npm:^7.23.2": + version: 7.25.6 + resolution: "@babel/runtime@npm:7.25.6" + dependencies: + regenerator-runtime: "npm:^0.14.0" + checksum: 10c0/d6143adf5aa1ce79ed374e33fdfd74fa975055a80bc6e479672ab1eadc4e4bfd7484444e17dd063a1d180e051f3ec62b357c7a2b817e7657687b47313158c3d2 + languageName: node + linkType: hard + +"@babel/template@npm:^7.25.0": + version: 7.25.0 + resolution: "@babel/template@npm:7.25.0" + dependencies: + "@babel/code-frame": "npm:^7.24.7" + "@babel/parser": "npm:^7.25.0" + "@babel/types": "npm:^7.25.0" + checksum: 10c0/4e31afd873215744c016e02b04f43b9fa23205d6d0766fb2e93eb4091c60c1b88897936adb895fb04e3c23de98dfdcbe31bc98daaa1a4e0133f78bb948e1209b + languageName: node + linkType: hard + +"@babel/traverse@npm:^7.24.7, @babel/traverse@npm:^7.25.2": + version: 7.25.6 + resolution: "@babel/traverse@npm:7.25.6" + dependencies: + "@babel/code-frame": "npm:^7.24.7" + "@babel/generator": "npm:^7.25.6" + "@babel/parser": "npm:^7.25.6" + "@babel/template": "npm:^7.25.0" + "@babel/types": "npm:^7.25.6" + debug: "npm:^4.3.1" + globals: "npm:^11.1.0" + checksum: 10c0/964304c6fa46bd705428ba380bf73177eeb481c3f26d82ea3d0661242b59e0dd4329d23886035e9ca9a4ceb565c03a76fd615109830687a27bcd350059d6377e + languageName: node + linkType: hard + +"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7, @babel/types@npm:^7.24.7, @babel/types@npm:^7.25.0, @babel/types@npm:^7.25.2, @babel/types@npm:^7.25.4, @babel/types@npm:^7.25.6": + version: 7.25.6 + resolution: "@babel/types@npm:7.25.6" + dependencies: + "@babel/helper-string-parser": "npm:^7.24.8" + "@babel/helper-validator-identifier": "npm:^7.24.7" + to-fast-properties: "npm:^2.0.0" + checksum: 10c0/89d45fbee24e27a05dca2d08300a26b905bd384a480448823f6723c72d3a30327c517476389b7280ce8cb9a2c48ef8f47da7f9f6d326faf6f53fd6b68237bdc4 + languageName: node + linkType: hard + +"@ctrl/tinycolor@npm:^4.0.4": + version: 4.1.0 + resolution: "@ctrl/tinycolor@npm:4.1.0" + checksum: 10c0/813dd960366df057006a1b93d7403ec7a48db1e79bec846d38fab15a1e0f37efd3ab96b0c780a14867ddc1f4c5a473e403c5c88e96d212c544ad934411e5307f + languageName: node + linkType: hard + +"@emmetio/abbreviation@npm:^2.3.3": + version: 2.3.3 + resolution: "@emmetio/abbreviation@npm:2.3.3" + dependencies: + "@emmetio/scanner": "npm:^1.0.4" + checksum: 10c0/835b460706d5920a6f9a569a44b7d98e88d5530e3983af3678b44fa38b4cbdf68b5df933476d72e340779b16e7e7962ffa63142db8d2f59b1175a11c30c14635 + languageName: node + linkType: hard + +"@emmetio/css-abbreviation@npm:^2.1.8": + version: 2.1.8 + resolution: "@emmetio/css-abbreviation@npm:2.1.8" + dependencies: + "@emmetio/scanner": "npm:^1.0.4" + checksum: 10c0/b5b3b39e773185d848b634e48e1b520e6ebffd28bfd0ba34fbcf877ca77e0edb8c7bbf58230cb0621f80f579bd7fd0265f00ab5e09ac482a835897cbdb6182a6 + languageName: node + linkType: hard + +"@emmetio/css-parser@npm:^0.4.0": + version: 0.4.0 + resolution: "@emmetio/css-parser@npm:0.4.0" + dependencies: + "@emmetio/stream-reader": "npm:^2.2.0" + "@emmetio/stream-reader-utils": "npm:^0.1.0" + checksum: 10c0/44606cb3220c4d1c910439271c5cf903ec89ce602fa25c527a25e8a744ca8e84df3ffbb82d3b44923b890884a7f889eff34c462568e5866e2ab5d98dda99c6f0 + languageName: node + linkType: hard + +"@emmetio/html-matcher@npm:^1.3.0": + version: 1.3.0 + resolution: "@emmetio/html-matcher@npm:1.3.0" + dependencies: + "@emmetio/scanner": "npm:^1.0.0" + checksum: 10c0/354f6d4d52ffb124883cc350d6a09942f2ec352b03dfb928ba8c3078b0f570041b6095367367094a307388c158e6b053565c09a9c1db699517801435a0eadb5c + languageName: node + linkType: hard + +"@emmetio/scanner@npm:^1.0.0, @emmetio/scanner@npm:^1.0.4": + version: 1.0.4 + resolution: "@emmetio/scanner@npm:1.0.4" + checksum: 10c0/ae6244e563caaff0f88d7afefc33fd6cfb7cc767ce914b54d35b46002637948cfc65951dba6d6941328afa54c721c225836fafce2de40fb7643660ba09fe7372 + languageName: node + linkType: hard + +"@emmetio/stream-reader-utils@npm:^0.1.0": + version: 0.1.0 + resolution: "@emmetio/stream-reader-utils@npm:0.1.0" + checksum: 10c0/8630a066200976aa07ce25708484e5c2458182961280dc4637a7a6e98e1f3bb59fb7bf3bf26380f74c6ff1fd40d3dbf1143f21c721833199e45f669614a33b87 + languageName: node + linkType: hard + +"@emmetio/stream-reader@npm:^2.2.0": + version: 2.2.0 + resolution: "@emmetio/stream-reader@npm:2.2.0" + checksum: 10c0/d1a5c83b1ef062ce89b48e1fc170cd5f21b0dfa6132dc41421ef7eda455563227c047977cd4c7b70f072fa73b5af553b04cafe381c600df9bd17c58ca8238e8b + languageName: node + linkType: hard + +"@emnapi/runtime@npm:^1.2.0": + version: 1.2.0 + resolution: "@emnapi/runtime@npm:1.2.0" + dependencies: + tslib: "npm:^2.4.0" + checksum: 10c0/7005ff8b67724c9e61b6cd79a3decbdb2ce25d24abd4d3d187472f200ee6e573329c30264335125fb136bd813aa9cf9f4f7c9391d04b07dd1e63ce0a3427be57 + languageName: node + linkType: hard + +"@esbuild/aix-ppc64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/aix-ppc64@npm:0.21.5" + conditions: os=aix & cpu=ppc64 + languageName: node + linkType: hard + +"@esbuild/android-arm64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/android-arm64@npm:0.21.5" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + +"@esbuild/android-arm@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/android-arm@npm:0.21.5" + conditions: os=android & cpu=arm + languageName: node + linkType: hard + +"@esbuild/android-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/android-x64@npm:0.21.5" + conditions: os=android & cpu=x64 + languageName: node + linkType: hard + +"@esbuild/darwin-arm64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/darwin-arm64@npm:0.21.5" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@esbuild/darwin-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/darwin-x64@npm:0.21.5" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@esbuild/freebsd-arm64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/freebsd-arm64@npm:0.21.5" + conditions: os=freebsd & cpu=arm64 + languageName: node + linkType: hard + +"@esbuild/freebsd-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/freebsd-x64@npm:0.21.5" + conditions: os=freebsd & cpu=x64 + languageName: node + linkType: hard + +"@esbuild/linux-arm64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-arm64@npm:0.21.5" + conditions: os=linux & cpu=arm64 + languageName: node + linkType: hard + +"@esbuild/linux-arm@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-arm@npm:0.21.5" + conditions: os=linux & cpu=arm + languageName: node + linkType: hard + +"@esbuild/linux-ia32@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-ia32@npm:0.21.5" + conditions: os=linux & cpu=ia32 + languageName: node + linkType: hard + +"@esbuild/linux-loong64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-loong64@npm:0.21.5" + conditions: os=linux & cpu=loong64 + languageName: node + linkType: hard + +"@esbuild/linux-mips64el@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-mips64el@npm:0.21.5" + conditions: os=linux & cpu=mips64el + languageName: node + linkType: hard + +"@esbuild/linux-ppc64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-ppc64@npm:0.21.5" + conditions: os=linux & cpu=ppc64 + languageName: node + linkType: hard + +"@esbuild/linux-riscv64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-riscv64@npm:0.21.5" + conditions: os=linux & cpu=riscv64 + languageName: node + linkType: hard + +"@esbuild/linux-s390x@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-s390x@npm:0.21.5" + conditions: os=linux & cpu=s390x + languageName: node + linkType: hard + +"@esbuild/linux-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/linux-x64@npm:0.21.5" + conditions: os=linux & cpu=x64 + languageName: node + linkType: hard + +"@esbuild/netbsd-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/netbsd-x64@npm:0.21.5" + conditions: os=netbsd & cpu=x64 + languageName: node + linkType: hard + +"@esbuild/openbsd-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/openbsd-x64@npm:0.21.5" + conditions: os=openbsd & cpu=x64 + languageName: node + linkType: hard + +"@esbuild/sunos-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/sunos-x64@npm:0.21.5" + conditions: os=sunos & cpu=x64 + languageName: node + linkType: hard + +"@esbuild/win32-arm64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/win32-arm64@npm:0.21.5" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + +"@esbuild/win32-ia32@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/win32-ia32@npm:0.21.5" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + +"@esbuild/win32-x64@npm:0.21.5": + version: 0.21.5 + resolution: "@esbuild/win32-x64@npm:0.21.5" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + +"@expressive-code/core@npm:^0.35.6": + version: 0.35.6 + resolution: "@expressive-code/core@npm:0.35.6" + dependencies: + "@ctrl/tinycolor": "npm:^4.0.4" + hast-util-select: "npm:^6.0.2" + hast-util-to-html: "npm:^9.0.1" + hast-util-to-text: "npm:^4.0.1" + hastscript: "npm:^9.0.0" + postcss: "npm:^8.4.38" + postcss-nested: "npm:^6.0.1" + unist-util-visit: "npm:^5.0.0" + unist-util-visit-parents: "npm:^6.0.1" + checksum: 10c0/3f4dce689a20b92105e96f97b641e305cc104539818dde3b1a87d9aaa65384e376fc8c5f1597697226150fd7ffd2864dd562ee39d351d195ce1058b6a674600d + languageName: node + linkType: hard + +"@expressive-code/plugin-frames@npm:^0.35.6": + version: 0.35.6 + resolution: "@expressive-code/plugin-frames@npm:0.35.6" + dependencies: + "@expressive-code/core": "npm:^0.35.6" + checksum: 10c0/0e5c037c383ff2372060693b08118c3fe8057a5aa5b8d853fcb635e31276a2eb4ea12496964d1f9aa6f355213d76a82ba32a484cd643646a19ad91be777ba364 + languageName: node + linkType: hard + +"@expressive-code/plugin-shiki@npm:^0.35.6": + version: 0.35.6 + resolution: "@expressive-code/plugin-shiki@npm:0.35.6" + dependencies: + "@expressive-code/core": "npm:^0.35.6" + shiki: "npm:^1.1.7" + checksum: 10c0/b535b2a765f6ba1d2647d6b41965b8064828d8668267e415d55490a5c02496be28ab505be64f286ceedda4bb9070fd8dc18b7f636ff04cc6a92819d64faad30b + languageName: node + linkType: hard + +"@expressive-code/plugin-text-markers@npm:^0.35.6": + version: 0.35.6 + resolution: "@expressive-code/plugin-text-markers@npm:0.35.6" + dependencies: + "@expressive-code/core": "npm:^0.35.6" + checksum: 10c0/a50b79e98da5f18f8f5f458c3dbe2d05fcbcbe1bafde0ac6b29bc0de08f12158d4b4c5677807a2c0549ac195c247740680341361aaf4de055a22192daa09d795 + languageName: node + linkType: hard + +"@img/sharp-darwin-arm64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-darwin-arm64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-darwin-arm64": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-darwin-arm64": + optional: true + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@img/sharp-darwin-x64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-darwin-x64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-darwin-x64": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-darwin-x64": + optional: true + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@img/sharp-libvips-darwin-arm64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-darwin-arm64@npm:1.0.4" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@img/sharp-libvips-darwin-x64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-darwin-x64@npm:1.0.4" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@img/sharp-libvips-linux-arm64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linux-arm64@npm:1.0.4" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-libvips-linux-arm@npm:1.0.5": + version: 1.0.5 + resolution: "@img/sharp-libvips-linux-arm@npm:1.0.5" + conditions: os=linux & cpu=arm & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-libvips-linux-s390x@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linux-s390x@npm:1.0.4" + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-libvips-linux-x64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linux-x64@npm:1.0.4" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-libvips-linuxmusl-arm64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linuxmusl-arm64@npm:1.0.4" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"@img/sharp-libvips-linuxmusl-x64@npm:1.0.4": + version: 1.0.4 + resolution: "@img/sharp-libvips-linuxmusl-x64@npm:1.0.4" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + +"@img/sharp-linux-arm64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linux-arm64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linux-arm64": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-linux-arm64": + optional: true + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-linux-arm@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linux-arm@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linux-arm": "npm:1.0.5" + dependenciesMeta: + "@img/sharp-libvips-linux-arm": + optional: true + conditions: os=linux & cpu=arm & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-linux-s390x@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linux-s390x@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linux-s390x": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-linux-s390x": + optional: true + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-linux-x64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linux-x64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linux-x64": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-linux-x64": + optional: true + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + +"@img/sharp-linuxmusl-arm64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linuxmusl-arm64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linuxmusl-arm64": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-linuxmusl-arm64": + optional: true + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"@img/sharp-linuxmusl-x64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-linuxmusl-x64@npm:0.33.5" + dependencies: + "@img/sharp-libvips-linuxmusl-x64": "npm:1.0.4" + dependenciesMeta: + "@img/sharp-libvips-linuxmusl-x64": + optional: true + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + +"@img/sharp-wasm32@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-wasm32@npm:0.33.5" + dependencies: + "@emnapi/runtime": "npm:^1.2.0" + conditions: cpu=wasm32 + languageName: node + linkType: hard + +"@img/sharp-win32-ia32@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-win32-ia32@npm:0.33.5" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + +"@img/sharp-win32-x64@npm:0.33.5": + version: 0.33.5 + resolution: "@img/sharp-win32-x64@npm:0.33.5" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + +"@isaacs/cliui@npm:^8.0.2": + version: 8.0.2 + resolution: "@isaacs/cliui@npm:8.0.2" + dependencies: + string-width: "npm:^5.1.2" + string-width-cjs: "npm:string-width@^4.2.0" + strip-ansi: "npm:^7.0.1" + strip-ansi-cjs: "npm:strip-ansi@^6.0.1" + wrap-ansi: "npm:^8.1.0" + wrap-ansi-cjs: "npm:wrap-ansi@^7.0.0" + checksum: 10c0/b1bf42535d49f11dc137f18d5e4e63a28c5569de438a221c369483731e9dac9fb797af554e8bf02b6192d1e5eba6e6402cf93900c3d0ac86391d00d04876789e + languageName: node + linkType: hard + +"@jridgewell/gen-mapping@npm:^0.3.5": + version: 0.3.5 + resolution: "@jridgewell/gen-mapping@npm:0.3.5" + dependencies: + "@jridgewell/set-array": "npm:^1.2.1" + "@jridgewell/sourcemap-codec": "npm:^1.4.10" + "@jridgewell/trace-mapping": "npm:^0.3.24" + checksum: 10c0/1be4fd4a6b0f41337c4f5fdf4afc3bd19e39c3691924817108b82ffcb9c9e609c273f936932b9fba4b3a298ce2eb06d9bff4eb1cc3bd81c4f4ee1b4917e25feb + languageName: node + linkType: hard + +"@jridgewell/resolve-uri@npm:^3.1.0": + version: 3.1.2 + resolution: "@jridgewell/resolve-uri@npm:3.1.2" + checksum: 10c0/d502e6fb516b35032331406d4e962c21fe77cdf1cbdb49c6142bcbd9e30507094b18972778a6e27cbad756209cfe34b1a27729e6fa08a2eb92b33943f680cf1e + languageName: node + linkType: hard + +"@jridgewell/set-array@npm:^1.2.1": + version: 1.2.1 + resolution: "@jridgewell/set-array@npm:1.2.1" + checksum: 10c0/2a5aa7b4b5c3464c895c802d8ae3f3d2b92fcbe84ad12f8d0bfbb1f5ad006717e7577ee1fd2eac00c088abe486c7adb27976f45d2941ff6b0b92b2c3302c60f4 + languageName: node + linkType: hard + +"@jridgewell/sourcemap-codec@npm:^1.4.10, @jridgewell/sourcemap-codec@npm:^1.4.14, @jridgewell/sourcemap-codec@npm:^1.4.15, @jridgewell/sourcemap-codec@npm:^1.5.0": + version: 1.5.0 + resolution: "@jridgewell/sourcemap-codec@npm:1.5.0" + checksum: 10c0/2eb864f276eb1096c3c11da3e9bb518f6d9fc0023c78344cdc037abadc725172c70314bdb360f2d4b7bffec7f5d657ce006816bc5d4ecb35e61b66132db00c18 + languageName: node + linkType: hard + +"@jridgewell/trace-mapping@npm:^0.3.24, @jridgewell/trace-mapping@npm:^0.3.25": + version: 0.3.25 + resolution: "@jridgewell/trace-mapping@npm:0.3.25" + dependencies: + "@jridgewell/resolve-uri": "npm:^3.1.0" + "@jridgewell/sourcemap-codec": "npm:^1.4.14" + checksum: 10c0/3d1ce6ebc69df9682a5a8896b414c6537e428a1d68b02fcc8363b04284a8ca0df04d0ee3013132252ab14f2527bc13bea6526a912ecb5658f0e39fd2860b4df4 + languageName: node + linkType: hard + +"@mdx-js/mdx@npm:^3.0.1": + version: 3.0.1 + resolution: "@mdx-js/mdx@npm:3.0.1" + dependencies: + "@types/estree": "npm:^1.0.0" + "@types/estree-jsx": "npm:^1.0.0" + "@types/hast": "npm:^3.0.0" + "@types/mdx": "npm:^2.0.0" + collapse-white-space: "npm:^2.0.0" + devlop: "npm:^1.0.0" + estree-util-build-jsx: "npm:^3.0.0" + estree-util-is-identifier-name: "npm:^3.0.0" + estree-util-to-js: "npm:^2.0.0" + estree-walker: "npm:^3.0.0" + hast-util-to-estree: "npm:^3.0.0" + hast-util-to-jsx-runtime: "npm:^2.0.0" + markdown-extensions: "npm:^2.0.0" + periscopic: "npm:^3.0.0" + remark-mdx: "npm:^3.0.0" + remark-parse: "npm:^11.0.0" + remark-rehype: "npm:^11.0.0" + source-map: "npm:^0.7.0" + unified: "npm:^11.0.0" + unist-util-position-from-estree: "npm:^2.0.0" + unist-util-stringify-position: "npm:^4.0.0" + unist-util-visit: "npm:^5.0.0" + vfile: "npm:^6.0.0" + checksum: 10c0/8cd7084f1242209bbeef81f69ea670ffffa0656dda2893bbd46b1b2b26078a57f9d993f8f82ad8ba16bc969189235140007185276d7673471827331521eae2e0 + languageName: node + linkType: hard + +"@nodelib/fs.scandir@npm:2.1.5": + version: 2.1.5 + resolution: "@nodelib/fs.scandir@npm:2.1.5" + dependencies: + "@nodelib/fs.stat": "npm:2.0.5" + run-parallel: "npm:^1.1.9" + checksum: 10c0/732c3b6d1b1e967440e65f284bd06e5821fedf10a1bea9ed2bb75956ea1f30e08c44d3def9d6a230666574edbaf136f8cfd319c14fd1f87c66e6a44449afb2eb + languageName: node + linkType: hard + +"@nodelib/fs.stat@npm:2.0.5, @nodelib/fs.stat@npm:^2.0.2": + version: 2.0.5 + resolution: "@nodelib/fs.stat@npm:2.0.5" + checksum: 10c0/88dafe5e3e29a388b07264680dc996c17f4bda48d163a9d4f5c1112979f0ce8ec72aa7116122c350b4e7976bc5566dc3ddb579be1ceaacc727872eb4ed93926d + languageName: node + linkType: hard + +"@nodelib/fs.walk@npm:^1.2.3": + version: 1.2.8 + resolution: "@nodelib/fs.walk@npm:1.2.8" + dependencies: + "@nodelib/fs.scandir": "npm:2.1.5" + fastq: "npm:^1.6.0" + checksum: 10c0/db9de047c3bb9b51f9335a7bb46f4fcfb6829fb628318c12115fbaf7d369bfce71c15b103d1fc3b464812d936220ee9bc1c8f762d032c9f6be9acc99249095b1 + languageName: node + linkType: hard + +"@npmcli/agent@npm:^2.0.0": + version: 2.2.2 + resolution: "@npmcli/agent@npm:2.2.2" + dependencies: + agent-base: "npm:^7.1.0" + http-proxy-agent: "npm:^7.0.0" + https-proxy-agent: "npm:^7.0.1" + lru-cache: "npm:^10.0.1" + socks-proxy-agent: "npm:^8.0.3" + checksum: 10c0/325e0db7b287d4154ecd164c0815c08007abfb07653cc57bceded17bb7fd240998a3cbdbe87d700e30bef494885eccc725ab73b668020811d56623d145b524ae + languageName: node + linkType: hard + +"@npmcli/fs@npm:^3.1.0": + version: 3.1.1 + resolution: "@npmcli/fs@npm:3.1.1" + dependencies: + semver: "npm:^7.3.5" + checksum: 10c0/c37a5b4842bfdece3d14dfdb054f73fe15ed2d3da61b34ff76629fb5b1731647c49166fd2a8bf8b56fcfa51200382385ea8909a3cbecdad612310c114d3f6c99 + languageName: node + linkType: hard + +"@oslojs/encoding@npm:^1.0.0": + version: 1.1.0 + resolution: "@oslojs/encoding@npm:1.1.0" + checksum: 10c0/5553a0974dca60e1a8b247b7b97abcb141cc7ee4e22444f424a07921d6a5f76a43c316f3ee669222787fdef6549f8749cc6d68ff5a631e2542521c56fe36417f + languageName: node + linkType: hard + +"@pagefind/darwin-arm64@npm:1.1.1": + version: 1.1.1 + resolution: "@pagefind/darwin-arm64@npm:1.1.1" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@pagefind/darwin-x64@npm:1.1.1": + version: 1.1.1 + resolution: "@pagefind/darwin-x64@npm:1.1.1" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@pagefind/default-ui@npm:^1.0.3": + version: 1.1.1 + resolution: "@pagefind/default-ui@npm:1.1.1" + checksum: 10c0/a1069183ae31daa8b71344abd6cdd85b7183b2af4f88fdc89d8c5298ea0e653e7f8a89f95d10ee54053ab55c36dd1142b6768efd1a7c29d589432b432b7a291b + languageName: node + linkType: hard + +"@pagefind/linux-arm64@npm:1.1.1": + version: 1.1.1 + resolution: "@pagefind/linux-arm64@npm:1.1.1" + conditions: os=linux & cpu=arm64 + languageName: node + linkType: hard + +"@pagefind/linux-x64@npm:1.1.1": + version: 1.1.1 + resolution: "@pagefind/linux-x64@npm:1.1.1" + conditions: os=linux & cpu=x64 + languageName: node + linkType: hard + +"@pagefind/windows-x64@npm:1.1.1": + version: 1.1.1 + resolution: "@pagefind/windows-x64@npm:1.1.1" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + +"@pkgjs/parseargs@npm:^0.11.0": + version: 0.11.0 + resolution: "@pkgjs/parseargs@npm:0.11.0" + checksum: 10c0/5bd7576bb1b38a47a7fc7b51ac9f38748e772beebc56200450c4a817d712232b8f1d3ef70532c80840243c657d491cf6a6be1e3a214cff907645819fdc34aadd + languageName: node + linkType: hard + +"@rollup/pluginutils@npm:^5.1.0": + version: 5.1.2 + resolution: "@rollup/pluginutils@npm:5.1.2" + dependencies: + "@types/estree": "npm:^1.0.0" + estree-walker: "npm:^2.0.2" + picomatch: "npm:^2.3.1" + peerDependencies: + rollup: ^1.20.0||^2.0.0||^3.0.0||^4.0.0 + peerDependenciesMeta: + rollup: + optional: true + checksum: 10c0/30f4a98e91a8699b6666b64ecdc665439bd53dddbe964bbeca56da81ff889cfde3a3e059144b80c5a2d9b48aa158df18a45e9a847a33b757d3e8336b278b8836 + languageName: node + linkType: hard + +"@rollup/rollup-android-arm-eabi@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.22.5" + conditions: os=android & cpu=arm + languageName: node + linkType: hard + +"@rollup/rollup-android-arm64@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-android-arm64@npm:4.22.5" + conditions: os=android & cpu=arm64 + languageName: node + linkType: hard + +"@rollup/rollup-darwin-arm64@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-darwin-arm64@npm:4.22.5" + conditions: os=darwin & cpu=arm64 + languageName: node + linkType: hard + +"@rollup/rollup-darwin-x64@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-darwin-x64@npm:4.22.5" + conditions: os=darwin & cpu=x64 + languageName: node + linkType: hard + +"@rollup/rollup-linux-arm-gnueabihf@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.5" + conditions: os=linux & cpu=arm & libc=glibc + languageName: node + linkType: hard + +"@rollup/rollup-linux-arm-musleabihf@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.22.5" + conditions: os=linux & cpu=arm & libc=musl + languageName: node + linkType: hard + +"@rollup/rollup-linux-arm64-gnu@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.22.5" + conditions: os=linux & cpu=arm64 & libc=glibc + languageName: node + linkType: hard + +"@rollup/rollup-linux-arm64-musl@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.22.5" + conditions: os=linux & cpu=arm64 & libc=musl + languageName: node + linkType: hard + +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.5" + conditions: os=linux & cpu=ppc64 & libc=glibc + languageName: node + linkType: hard + +"@rollup/rollup-linux-riscv64-gnu@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.22.5" + conditions: os=linux & cpu=riscv64 & libc=glibc + languageName: node + linkType: hard + +"@rollup/rollup-linux-s390x-gnu@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.22.5" + conditions: os=linux & cpu=s390x & libc=glibc + languageName: node + linkType: hard + +"@rollup/rollup-linux-x64-gnu@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.22.5" + conditions: os=linux & cpu=x64 & libc=glibc + languageName: node + linkType: hard + +"@rollup/rollup-linux-x64-musl@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.22.5" + conditions: os=linux & cpu=x64 & libc=musl + languageName: node + linkType: hard + +"@rollup/rollup-win32-arm64-msvc@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.22.5" + conditions: os=win32 & cpu=arm64 + languageName: node + linkType: hard + +"@rollup/rollup-win32-ia32-msvc@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.22.5" + conditions: os=win32 & cpu=ia32 + languageName: node + linkType: hard + +"@rollup/rollup-win32-x64-msvc@npm:4.22.5": + version: 4.22.5 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.22.5" + conditions: os=win32 & cpu=x64 + languageName: node + linkType: hard + +"@shikijs/core@npm:1.20.0": + version: 1.20.0 + resolution: "@shikijs/core@npm:1.20.0" + dependencies: + "@shikijs/engine-javascript": "npm:1.20.0" + "@shikijs/engine-oniguruma": "npm:1.20.0" + "@shikijs/types": "npm:1.20.0" + "@shikijs/vscode-textmate": "npm:^9.2.2" + "@types/hast": "npm:^3.0.4" + hast-util-to-html: "npm:^9.0.3" + checksum: 10c0/1fe1eb2f29153694bad8a1f65db084c18aec865b7510f7617868c7c865e71e02b97f126985ae43830022b365f87e7b84602e2df0f7dd63dc5b11b2ab8f97a4f8 + languageName: node + linkType: hard + +"@shikijs/engine-javascript@npm:1.20.0": + version: 1.20.0 + resolution: "@shikijs/engine-javascript@npm:1.20.0" + dependencies: + "@shikijs/types": "npm:1.20.0" + "@shikijs/vscode-textmate": "npm:^9.2.2" + oniguruma-to-js: "npm:0.4.3" + checksum: 10c0/1ae5eb42596db0edd1019a95514c27296b02c358e1e5c05cc47f1e9e926bdc6033fe9fc47d53c078714aa9a7ed268e5cdcb50eadf8b51f625103d19fb928b269 + languageName: node + linkType: hard + +"@shikijs/engine-oniguruma@npm:1.20.0": + version: 1.20.0 + resolution: "@shikijs/engine-oniguruma@npm:1.20.0" + dependencies: + "@shikijs/types": "npm:1.20.0" + "@shikijs/vscode-textmate": "npm:^9.2.2" + checksum: 10c0/440e98daef1eb0b70ab2382014068238173a3e4e032a7da32fd18d49bf68a8184a8bf785503e5caeefaccd52a0437a9800e718a06ba27b99450cb0f9f5550669 + languageName: node + linkType: hard + +"@shikijs/types@npm:1.20.0": + version: 1.20.0 + resolution: "@shikijs/types@npm:1.20.0" + dependencies: + "@shikijs/vscode-textmate": "npm:^9.2.2" + "@types/hast": "npm:^3.0.4" + checksum: 10c0/6019190b570aa65b2bfa5c885f9d86bce0dc7167980ec336881dff72e6ca123ff4e2ef04d33789e1c65684057c0723d90d7a698f098c516d60ebaa55e4a3f64e + languageName: node + linkType: hard + +"@shikijs/vscode-textmate@npm:^9.2.2": + version: 9.2.2 + resolution: "@shikijs/vscode-textmate@npm:9.2.2" + checksum: 10c0/db4471da582c16c4b49361fcb3a4acfa47af9c3566f308faca7373ed7c1d13232e723749dd5c62b78aa76e365f2b8af3426f63e51cccfc5755981636c851eebf + languageName: node + linkType: hard + +"@types/acorn@npm:^4.0.0": + version: 4.0.6 + resolution: "@types/acorn@npm:4.0.6" + dependencies: + "@types/estree": "npm:*" + checksum: 10c0/5a65a1d7e91fc95703f0a717897be60fa7ccd34b17f5462056274a246e6690259fe0a1baabc86fd3260354f87245cb3dc483346d7faad2b78fc199763978ede9 + languageName: node + linkType: hard + +"@types/babel__core@npm:^7.20.5": + version: 7.20.5 + resolution: "@types/babel__core@npm:7.20.5" + dependencies: + "@babel/parser": "npm:^7.20.7" + "@babel/types": "npm:^7.20.7" + "@types/babel__generator": "npm:*" + "@types/babel__template": "npm:*" + "@types/babel__traverse": "npm:*" + checksum: 10c0/bdee3bb69951e833a4b811b8ee9356b69a61ed5b7a23e1a081ec9249769117fa83aaaf023bb06562a038eb5845155ff663e2d5c75dd95c1d5ccc91db012868ff + languageName: node + linkType: hard + +"@types/babel__generator@npm:*": + version: 7.6.8 + resolution: "@types/babel__generator@npm:7.6.8" + dependencies: + "@babel/types": "npm:^7.0.0" + checksum: 10c0/f0ba105e7d2296bf367d6e055bb22996886c114261e2cb70bf9359556d0076c7a57239d019dee42bb063f565bade5ccb46009bce2044b2952d964bf9a454d6d2 + languageName: node + linkType: hard + +"@types/babel__template@npm:*": + version: 7.4.4 + resolution: "@types/babel__template@npm:7.4.4" + dependencies: + "@babel/parser": "npm:^7.1.0" + "@babel/types": "npm:^7.0.0" + checksum: 10c0/cc84f6c6ab1eab1427e90dd2b76ccee65ce940b778a9a67be2c8c39e1994e6f5bbc8efa309f6cea8dc6754994524cd4d2896558df76d92e7a1f46ecffee7112b + languageName: node + linkType: hard + +"@types/babel__traverse@npm:*": + version: 7.20.6 + resolution: "@types/babel__traverse@npm:7.20.6" + dependencies: + "@babel/types": "npm:^7.20.7" + checksum: 10c0/7ba7db61a53e28cac955aa99af280d2600f15a8c056619c05b6fc911cbe02c61aa4f2823299221b23ce0cce00b294c0e5f618ec772aa3f247523c2e48cf7b888 + languageName: node + linkType: hard + +"@types/cookie@npm:^0.6.0": + version: 0.6.0 + resolution: "@types/cookie@npm:0.6.0" + checksum: 10c0/5b326bd0188120fb32c0be086b141b1481fec9941b76ad537f9110e10d61ee2636beac145463319c71e4be67a17e85b81ca9e13ceb6e3bb63b93d16824d6c149 + languageName: node + linkType: hard + +"@types/debug@npm:^4.0.0": + version: 4.1.12 + resolution: "@types/debug@npm:4.1.12" + dependencies: + "@types/ms": "npm:*" + checksum: 10c0/5dcd465edbb5a7f226e9a5efd1f399c6172407ef5840686b73e3608ce135eeca54ae8037dcd9f16bdb2768ac74925b820a8b9ecc588a58ca09eca6acabe33e2f + languageName: node + linkType: hard + +"@types/estree-jsx@npm:^1.0.0": + version: 1.0.5 + resolution: "@types/estree-jsx@npm:1.0.5" + dependencies: + "@types/estree": "npm:*" + checksum: 10c0/07b354331516428b27a3ab99ee397547d47eb223c34053b48f84872fafb841770834b90cc1a0068398e7c7ccb15ec51ab00ec64b31dc5e3dbefd624638a35c6d + languageName: node + linkType: hard + +"@types/estree@npm:*, @types/estree@npm:1.0.6, @types/estree@npm:^1.0.0": + version: 1.0.6 + resolution: "@types/estree@npm:1.0.6" + checksum: 10c0/cdfd751f6f9065442cd40957c07fd80361c962869aa853c1c2fd03e101af8b9389d8ff4955a43a6fcfa223dd387a089937f95be0f3eec21ca527039fd2d9859a + languageName: node + linkType: hard + +"@types/hast@npm:^3.0.0, @types/hast@npm:^3.0.4": + version: 3.0.4 + resolution: "@types/hast@npm:3.0.4" + dependencies: + "@types/unist": "npm:*" + checksum: 10c0/3249781a511b38f1d330fd1e3344eed3c4e7ea8eff82e835d35da78e637480d36fad37a78be5a7aed8465d237ad0446abc1150859d0fde395354ea634decf9f7 + languageName: node + linkType: hard + +"@types/linkify-it@npm:^5": + version: 5.0.0 + resolution: "@types/linkify-it@npm:5.0.0" + checksum: 10c0/7bbbf45b9dde17bf3f184fee585aef0e7342f6954f0377a24e4ff42ab5a85d5b806aaa5c8d16e2faf2a6b87b2d94467a196b7d2b85c9c7de2f0eaac5487aaab8 + languageName: node + linkType: hard + +"@types/markdown-it@npm:^14": + version: 14.1.2 + resolution: "@types/markdown-it@npm:14.1.2" + dependencies: + "@types/linkify-it": "npm:^5" + "@types/mdurl": "npm:^2" + checksum: 10c0/34f709f0476bd4e7b2ba7c3341072a6d532f1f4cb6f70aef371e403af8a08a7c372ba6907ac426bc618d356dab660c5b872791ff6c1ead80c483e0d639c6f127 + languageName: node + linkType: hard + +"@types/mdast@npm:^4.0.0, @types/mdast@npm:^4.0.4": + version: 4.0.4 + resolution: "@types/mdast@npm:4.0.4" + dependencies: + "@types/unist": "npm:*" + checksum: 10c0/84f403dbe582ee508fd9c7643ac781ad8597fcbfc9ccb8d4715a2c92e4545e5772cbd0dbdf18eda65789386d81b009967fdef01b24faf6640f817287f54d9c82 + languageName: node + linkType: hard + +"@types/mdurl@npm:^2": + version: 2.0.0 + resolution: "@types/mdurl@npm:2.0.0" + checksum: 10c0/cde7bb571630ed1ceb3b92a28f7b59890bb38b8f34cd35326e2df43eebfc74985e6aa6fd4184e307393bad8a9e0783a519a3f9d13c8e03788c0f98e5ec869c5e + languageName: node + linkType: hard + +"@types/mdx@npm:^2.0.0": + version: 2.0.13 + resolution: "@types/mdx@npm:2.0.13" + checksum: 10c0/5edf1099505ac568da55f9ae8a93e7e314e8cbc13d3445d0be61b75941226b005e1390d9b95caecf5dcb00c9d1bab2f1f60f6ff9876dc091a48b547495007720 + languageName: node + linkType: hard + +"@types/ms@npm:*": + version: 0.7.34 + resolution: "@types/ms@npm:0.7.34" + checksum: 10c0/ac80bd90012116ceb2d188fde62d96830ca847823e8ca71255616bc73991aa7d9f057b8bfab79e8ee44ffefb031ddd1bcce63ea82f9e66f7c31ec02d2d823ccc + languageName: node + linkType: hard + +"@types/nlcst@npm:^2.0.0": + version: 2.0.3 + resolution: "@types/nlcst@npm:2.0.3" + dependencies: + "@types/unist": "npm:*" + checksum: 10c0/d83549aaee59681ae8fa2a78d8a1b968a41eb7c0422773dff12acbf3661e4b2b2859740c3effdad9d0cd12ea14a0ec33ca302da12106476b627e09d2a029d3c1 + languageName: node + linkType: hard + +"@types/node@npm:*": + version: 22.7.4 + resolution: "@types/node@npm:22.7.4" + dependencies: + undici-types: "npm:~6.19.2" + checksum: 10c0/c22bf54515c78ff3170142c1e718b90e2a0003419dc2d55f79c9c9362edd590a6ab1450deb09ff6e1b32d1b4698da407930b16285e8be3a009ea6cd2695cac01 + languageName: node + linkType: hard + +"@types/node@npm:^17.0.5": + version: 17.0.45 + resolution: "@types/node@npm:17.0.45" + checksum: 10c0/0db377133d709b33a47892581a21a41cd7958f22723a3cc6c71d55ac018121382de42fbfc7970d5ae3e7819dbe5f40e1c6a5174aedf7e7964e9cb8fa72b580b0 + languageName: node + linkType: hard + +"@types/sax@npm:^1.2.1": + version: 1.2.7 + resolution: "@types/sax@npm:1.2.7" + dependencies: + "@types/node": "npm:*" + checksum: 10c0/d077a761a0753b079bf8279b3993948030ca86ed9125437b9b29c1de40db9b2deb7fddc369f014b58861d450e8b8cc75f163aa29dc8cea81952efbfd859168cf + languageName: node + linkType: hard + +"@types/unist@npm:*, @types/unist@npm:^3.0.0": + version: 3.0.3 + resolution: "@types/unist@npm:3.0.3" + checksum: 10c0/2b1e4adcab78388e088fcc3c0ae8700f76619dbcb4741d7d201f87e2cb346bfc29a89003cfea2d76c996e1061452e14fcd737e8b25aacf949c1f2d6b2bc3dd60 + languageName: node + linkType: hard + +"@types/unist@npm:^2.0.0": + version: 2.0.11 + resolution: "@types/unist@npm:2.0.11" + checksum: 10c0/24dcdf25a168f453bb70298145eb043cfdbb82472db0bc0b56d6d51cd2e484b9ed8271d4ac93000a80da568f2402e9339723db262d0869e2bf13bc58e081768d + languageName: node + linkType: hard + +"@ungap/structured-clone@npm:^1.0.0": + version: 1.2.0 + resolution: "@ungap/structured-clone@npm:1.2.0" + checksum: 10c0/8209c937cb39119f44eb63cf90c0b73e7c754209a6411c707be08e50e29ee81356dca1a848a405c8bdeebfe2f5e4f831ad310ae1689eeef65e7445c090c6657d + languageName: node + linkType: hard + +"@volar/kit@npm:~2.4.0": + version: 2.4.5 + resolution: "@volar/kit@npm:2.4.5" + dependencies: + "@volar/language-service": "npm:2.4.5" + "@volar/typescript": "npm:2.4.5" + typesafe-path: "npm:^0.2.2" + vscode-languageserver-textdocument: "npm:^1.0.11" + vscode-uri: "npm:^3.0.8" + peerDependencies: + typescript: "*" + checksum: 10c0/59efdc96af2b472c5bd8b0c0a8fb49ca88d875f439bf58a7d883e66358fc996c1d14ad5003c0e18c3a1053d558bd3ca8caded6291311fb22f7ec1e9554f20b05 + languageName: node + linkType: hard + +"@volar/language-core@npm:2.4.5, @volar/language-core@npm:~2.4.0": + version: 2.4.5 + resolution: "@volar/language-core@npm:2.4.5" + dependencies: + "@volar/source-map": "npm:2.4.5" + checksum: 10c0/aea4b6e5874aede72e6f49892ebd6d09412e3bee70f38e2668729be566f2861d57caf0ef43921f591ef37b01a3b56c2837268295e3027e2d2dc30c8977328c8c + languageName: node + linkType: hard + +"@volar/language-server@npm:~2.4.0": + version: 2.4.5 + resolution: "@volar/language-server@npm:2.4.5" + dependencies: + "@volar/language-core": "npm:2.4.5" + "@volar/language-service": "npm:2.4.5" + "@volar/typescript": "npm:2.4.5" + path-browserify: "npm:^1.0.1" + request-light: "npm:^0.7.0" + vscode-languageserver: "npm:^9.0.1" + vscode-languageserver-protocol: "npm:^3.17.5" + vscode-languageserver-textdocument: "npm:^1.0.11" + vscode-uri: "npm:^3.0.8" + checksum: 10c0/2a4f70963aad537d822cd5ba16d8926632d21f3e67b0e197ecdf55e31c302c3e291c51d28c9271aab3bbffe647bd322c50d8c04b76c0c3d79967aa5f1e66432f + languageName: node + linkType: hard + +"@volar/language-service@npm:2.4.5, @volar/language-service@npm:~2.4.0": + version: 2.4.5 + resolution: "@volar/language-service@npm:2.4.5" + dependencies: + "@volar/language-core": "npm:2.4.5" + vscode-languageserver-protocol: "npm:^3.17.5" + vscode-languageserver-textdocument: "npm:^1.0.11" + vscode-uri: "npm:^3.0.8" + checksum: 10c0/c3888cd66ba9330dacad48a9aedd5785636f5a10ef3d5a5922461fa868daed2a74b3e59fda053e5fbead36a91f35dc386b6299139b91502f8fee03cea0bc3f8e + languageName: node + linkType: hard + +"@volar/source-map@npm:2.4.5": + version: 2.4.5 + resolution: "@volar/source-map@npm:2.4.5" + checksum: 10c0/f18dadca0db3b9fcf25e4b3e69d820a183ba449c54a70bba0b33a752ab659b713109b1be7f1e379370cdb47f4e171e84d827e2276f834730decd5cf8c68de79d + languageName: node + linkType: hard + +"@volar/typescript@npm:2.4.5, @volar/typescript@npm:~2.4.0": + version: 2.4.5 + resolution: "@volar/typescript@npm:2.4.5" + dependencies: + "@volar/language-core": "npm:2.4.5" + path-browserify: "npm:^1.0.1" + vscode-uri: "npm:^3.0.8" + checksum: 10c0/c29acf9ed78c83f1f8bc579d7fff7f5d52d4021cb4f6a72f14832ba8b957c29511711c78a796ca57bd1ee4ef475659a58b0de4948d29c4d1217cc08f0bf181ff + languageName: node + linkType: hard + +"@vscode/emmet-helper@npm:^2.9.3": + version: 2.9.3 + resolution: "@vscode/emmet-helper@npm:2.9.3" + dependencies: + emmet: "npm:^2.4.3" + jsonc-parser: "npm:^2.3.0" + vscode-languageserver-textdocument: "npm:^1.0.1" + vscode-languageserver-types: "npm:^3.15.1" + vscode-uri: "npm:^2.1.2" + checksum: 10c0/2d7a1947499860fa8e8972b39a7a118f5ae814fbdc91660053b201cd6314b8ae7d3ba02f50be3305e176e9cb9a54996b453883647e51ca7d4aea1a5cabb0e50a + languageName: node + linkType: hard + +"@vscode/l10n@npm:^0.0.18": + version: 0.0.18 + resolution: "@vscode/l10n@npm:0.0.18" + checksum: 10c0/d1fc797001f7d508ab3fa91175f7a50ea98516c4e47830ff2be79163cde9279279514a167a3bad15b7ab7fc243e7808d8f32d3eb41f4a7d6721d9dfdbb38d89e + languageName: node + linkType: hard + +"abbrev@npm:^2.0.0": + version: 2.0.0 + resolution: "abbrev@npm:2.0.0" + checksum: 10c0/f742a5a107473946f426c691c08daba61a1d15942616f300b5d32fd735be88fef5cba24201757b6c407fd564555fb48c751cfa33519b2605c8a7aadd22baf372 + languageName: node + linkType: hard + +"acorn-jsx@npm:^5.0.0": + version: 5.3.2 + resolution: "acorn-jsx@npm:5.3.2" + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + checksum: 10c0/4c54868fbef3b8d58927d5e33f0a4de35f59012fe7b12cf9dfbb345fb8f46607709e1c4431be869a23fb63c151033d84c4198fa9f79385cec34fcb1dd53974c1 + languageName: node + linkType: hard + +"acorn@npm:^8.0.0, acorn@npm:^8.12.1": + version: 8.12.1 + resolution: "acorn@npm:8.12.1" + bin: + acorn: bin/acorn + checksum: 10c0/51fb26cd678f914e13287e886da2d7021f8c2bc0ccc95e03d3e0447ee278dd3b40b9c57dc222acd5881adcf26f3edc40901a4953403232129e3876793cd17386 + languageName: node + linkType: hard + +"agent-base@npm:^7.0.2, agent-base@npm:^7.1.0, agent-base@npm:^7.1.1": + version: 7.1.1 + resolution: "agent-base@npm:7.1.1" + dependencies: + debug: "npm:^4.3.4" + checksum: 10c0/e59ce7bed9c63bf071a30cc471f2933862044c97fd9958967bfe22521d7a0f601ce4ed5a8c011799d0c726ca70312142ae193bbebb60f576b52be19d4a363b50 + languageName: node + linkType: hard + +"aggregate-error@npm:^3.0.0": + version: 3.1.0 + resolution: "aggregate-error@npm:3.1.0" + dependencies: + clean-stack: "npm:^2.0.0" + indent-string: "npm:^4.0.0" + checksum: 10c0/a42f67faa79e3e6687a4923050e7c9807db3848a037076f791d10e092677d65c1d2d863b7848560699f40fc0502c19f40963fb1cd1fb3d338a7423df8e45e039 + languageName: node + linkType: hard + +"ajv@npm:^8.11.0": + version: 8.17.1 + resolution: "ajv@npm:8.17.1" + dependencies: + fast-deep-equal: "npm:^3.1.3" + fast-uri: "npm:^3.0.1" + json-schema-traverse: "npm:^1.0.0" + require-from-string: "npm:^2.0.2" + checksum: 10c0/ec3ba10a573c6b60f94639ffc53526275917a2df6810e4ab5a6b959d87459f9ef3f00d5e7865b82677cb7d21590355b34da14d1d0b9c32d75f95a187e76fff35 + languageName: node + linkType: hard + +"ansi-align@npm:^3.0.1": + version: 3.0.1 + resolution: "ansi-align@npm:3.0.1" + dependencies: + string-width: "npm:^4.1.0" + checksum: 10c0/ad8b755a253a1bc8234eb341e0cec68a857ab18bf97ba2bda529e86f6e30460416523e0ec58c32e5c21f0ca470d779503244892873a5895dbd0c39c788e82467 + languageName: node + linkType: hard + +"ansi-regex@npm:^5.0.1": + version: 5.0.1 + resolution: "ansi-regex@npm:5.0.1" + checksum: 10c0/9a64bb8627b434ba9327b60c027742e5d17ac69277960d041898596271d992d4d52ba7267a63ca10232e29f6107fc8a835f6ce8d719b88c5f8493f8254813737 + languageName: node + linkType: hard + +"ansi-regex@npm:^6.0.1": + version: 6.1.0 + resolution: "ansi-regex@npm:6.1.0" + checksum: 10c0/a91daeddd54746338478eef88af3439a7edf30f8e23196e2d6ed182da9add559c601266dbef01c2efa46a958ad6f1f8b176799657616c702b5b02e799e7fd8dc + languageName: node + linkType: hard + +"ansi-styles@npm:^3.2.1": + version: 3.2.1 + resolution: "ansi-styles@npm:3.2.1" + dependencies: + color-convert: "npm:^1.9.0" + checksum: 10c0/ece5a8ef069fcc5298f67e3f4771a663129abd174ea2dfa87923a2be2abf6cd367ef72ac87942da00ce85bd1d651d4cd8595aebdb1b385889b89b205860e977b + languageName: node + linkType: hard + +"ansi-styles@npm:^4.0.0": + version: 4.3.0 + resolution: "ansi-styles@npm:4.3.0" + dependencies: + color-convert: "npm:^2.0.1" + checksum: 10c0/895a23929da416f2bd3de7e9cb4eabd340949328ab85ddd6e484a637d8f6820d485f53933446f5291c3b760cbc488beb8e88573dd0f9c7daf83dccc8fe81b041 + languageName: node + linkType: hard + +"ansi-styles@npm:^6.1.0": + version: 6.2.1 + resolution: "ansi-styles@npm:6.2.1" + checksum: 10c0/5d1ec38c123984bcedd996eac680d548f31828bd679a66db2bdf11844634dde55fec3efa9c6bb1d89056a5e79c1ac540c4c784d592ea1d25028a92227d2f2d5c + languageName: node + linkType: hard + +"anymatch@npm:~3.1.2": + version: 3.1.3 + resolution: "anymatch@npm:3.1.3" + dependencies: + normalize-path: "npm:^3.0.0" + picomatch: "npm:^2.0.4" + checksum: 10c0/57b06ae984bc32a0d22592c87384cd88fe4511b1dd7581497831c56d41939c8a001b28e7b853e1450f2bf61992dfcaa8ae2d0d161a0a90c4fb631ef07098fbac + languageName: node + linkType: hard + +"arg@npm:^5.0.0": + version: 5.0.2 + resolution: "arg@npm:5.0.2" + checksum: 10c0/ccaf86f4e05d342af6666c569f844bec426595c567d32a8289715087825c2ca7edd8a3d204e4d2fb2aa4602e09a57d0c13ea8c9eea75aac3dbb4af5514e6800e + languageName: node + linkType: hard + +"argparse@npm:^1.0.7": + version: 1.0.10 + resolution: "argparse@npm:1.0.10" + dependencies: + sprintf-js: "npm:~1.0.2" + checksum: 10c0/b2972c5c23c63df66bca144dbc65d180efa74f25f8fd9b7d9a0a6c88ae839db32df3d54770dcb6460cf840d232b60695d1a6b1053f599d84e73f7437087712de + languageName: node + linkType: hard + +"argparse@npm:^2.0.1": + version: 2.0.1 + resolution: "argparse@npm:2.0.1" + checksum: 10c0/c5640c2d89045371c7cedd6a70212a04e360fd34d6edeae32f6952c63949e3525ea77dbec0289d8213a99bbaeab5abfa860b5c12cf88a2e6cf8106e90dd27a7e + languageName: node + linkType: hard + +"aria-query@npm:^5.3.0": + version: 5.3.2 + resolution: "aria-query@npm:5.3.2" + checksum: 10c0/003c7e3e2cff5540bf7a7893775fc614de82b0c5dde8ae823d47b7a28a9d4da1f7ed85f340bdb93d5649caa927755f0e31ecc7ab63edfdfc00c8ef07e505e03e + languageName: node + linkType: hard + +"array-iterate@npm:^2.0.0": + version: 2.0.1 + resolution: "array-iterate@npm:2.0.1" + checksum: 10c0/756c08334f95e290f03ab2141b034514af1311ef7b62f15b0f5ea6f8f3033ee9cc6a8f1c3e9ff4803d4d723cf992aa61460acf5fce884936972db966b1da287d + languageName: node + linkType: hard + +"astring@npm:^1.8.0": + version: 1.9.0 + resolution: "astring@npm:1.9.0" + bin: + astring: bin/astring + checksum: 10c0/e7519544d9824494e80ef0e722bb3a0c543a31440d59691c13aeaceb75b14502af536b23f08db50aa6c632dafaade54caa25f0788aa7550b6b2d6e2df89e0830 + languageName: node + linkType: hard + +"astro-expressive-code@npm:^0.35.6": + version: 0.35.6 + resolution: "astro-expressive-code@npm:0.35.6" + dependencies: + rehype-expressive-code: "npm:^0.35.6" + peerDependencies: + astro: ^4.0.0-beta || ^3.3.0 + checksum: 10c0/2bdf8bbbd87db23f0e34e087ebc66ee9be6ce0e18da21b7e28079f4c124783d8ad03f25968c28d97683c72eb43a936fe0683bf0c649c67a5144bfccc0abbda9c + languageName: node + linkType: hard + +"astro@npm:^4.15.3": + version: 4.15.9 + resolution: "astro@npm:4.15.9" + dependencies: + "@astrojs/compiler": "npm:^2.10.3" + "@astrojs/internal-helpers": "npm:0.4.1" + "@astrojs/markdown-remark": "npm:5.2.0" + "@astrojs/telemetry": "npm:3.1.0" + "@babel/core": "npm:^7.25.2" + "@babel/plugin-transform-react-jsx": "npm:^7.25.2" + "@babel/types": "npm:^7.25.6" + "@oslojs/encoding": "npm:^1.0.0" + "@rollup/pluginutils": "npm:^5.1.0" + "@types/babel__core": "npm:^7.20.5" + "@types/cookie": "npm:^0.6.0" + acorn: "npm:^8.12.1" + aria-query: "npm:^5.3.0" + axobject-query: "npm:^4.1.0" + boxen: "npm:7.1.1" + ci-info: "npm:^4.0.0" + clsx: "npm:^2.1.1" + common-ancestor-path: "npm:^1.0.1" + cookie: "npm:^0.6.0" + cssesc: "npm:^3.0.0" + debug: "npm:^4.3.7" + deterministic-object-hash: "npm:^2.0.2" + devalue: "npm:^5.0.0" + diff: "npm:^5.2.0" + dlv: "npm:^1.1.3" + dset: "npm:^3.1.3" + es-module-lexer: "npm:^1.5.4" + esbuild: "npm:^0.21.5" + estree-walker: "npm:^3.0.3" + fast-glob: "npm:^3.3.2" + fastq: "npm:^1.17.1" + flattie: "npm:^1.1.1" + github-slugger: "npm:^2.0.0" + gray-matter: "npm:^4.0.3" + html-escaper: "npm:^3.0.3" + http-cache-semantics: "npm:^4.1.1" + js-yaml: "npm:^4.1.0" + kleur: "npm:^4.1.5" + magic-string: "npm:^0.30.11" + magicast: "npm:^0.3.5" + micromatch: "npm:^4.0.8" + mrmime: "npm:^2.0.0" + neotraverse: "npm:^0.6.18" + ora: "npm:^8.1.0" + p-limit: "npm:^6.1.0" + p-queue: "npm:^8.0.1" + preferred-pm: "npm:^4.0.0" + prompts: "npm:^2.4.2" + rehype: "npm:^13.0.1" + semver: "npm:^7.6.3" + sharp: "npm:^0.33.3" + shiki: "npm:^1.16.2" + string-width: "npm:^7.2.0" + strip-ansi: "npm:^7.1.0" + tinyexec: "npm:^0.3.0" + tsconfck: "npm:^3.1.3" + unist-util-visit: "npm:^5.0.0" + vfile: "npm:^6.0.3" + vite: "npm:^5.4.3" + vitefu: "npm:^1.0.2" + which-pm: "npm:^3.0.0" + xxhash-wasm: "npm:^1.0.2" + yargs-parser: "npm:^21.1.1" + zod: "npm:^3.23.8" + zod-to-json-schema: "npm:^3.23.2" + zod-to-ts: "npm:^1.2.0" + dependenciesMeta: + sharp: + optional: true + bin: + astro: astro.js + checksum: 10c0/049e8fc23a022954d03789238b1e5a7c314e1239f11d9b60ed8a29878c8768dbda02c1906cea0b65609d6d870472ebbc55b048efb141767887d789f63e214b1b + languageName: node + linkType: hard + +"axobject-query@npm:^4.1.0": + version: 4.1.0 + resolution: "axobject-query@npm:4.1.0" + checksum: 10c0/c470e4f95008f232eadd755b018cb55f16c03ccf39c027b941cd8820ac6b68707ce5d7368a46756db4256fbc91bb4ead368f84f7fb034b2b7932f082f6dc0775 + languageName: node + linkType: hard + +"b4a@npm:^1.6.4, b4a@npm:^1.6.6": + version: 1.6.7 + resolution: "b4a@npm:1.6.7" + checksum: 10c0/ec2f004d1daae04be8c5a1f8aeb7fea213c34025e279db4958eb0b82c1729ee25f7c6e89f92a5f65c8a9cf2d017ce27e3dda912403341d1781bd74528a4849d4 + languageName: node + linkType: hard + +"bail@npm:^2.0.0": + version: 2.0.2 + resolution: "bail@npm:2.0.2" + checksum: 10c0/25cbea309ef6a1f56214187004e8f34014eb015713ea01fa5b9b7e9e776ca88d0fdffd64143ac42dc91966c915a4b7b683411b56e14929fad16153fc026ffb8b + languageName: node + linkType: hard + +"balanced-match@npm:^1.0.0": + version: 1.0.2 + resolution: "balanced-match@npm:1.0.2" + checksum: 10c0/9308baf0a7e4838a82bbfd11e01b1cb0f0cf2893bc1676c27c2a8c0e70cbae1c59120c3268517a8ae7fb6376b4639ef81ca22582611dbee4ed28df945134aaee + languageName: node + linkType: hard + +"bare-events@npm:^2.0.0, bare-events@npm:^2.2.0": + version: 2.5.0 + resolution: "bare-events@npm:2.5.0" + checksum: 10c0/afbeec4e8be4d93fb4a3be65c3b4a891a2205aae30b5a38fafd42976cc76cf30dad348963fe330a0d70186e15dc507c11af42c89af5dddab2a54e5aff02e2896 + languageName: node + linkType: hard + +"bare-fs@npm:^2.1.1": + version: 2.3.5 + resolution: "bare-fs@npm:2.3.5" + dependencies: + bare-events: "npm:^2.0.0" + bare-path: "npm:^2.0.0" + bare-stream: "npm:^2.0.0" + checksum: 10c0/ff18cc9be7c557c38e0342681ba3672ae4b01e5696b567d4035e5995255dc6bc7d4df88ed210fa4d3eb940eb29512e924ebb42814c87fc59a2bee8cf83b7c2f9 + languageName: node + linkType: hard + +"bare-os@npm:^2.1.0": + version: 2.4.4 + resolution: "bare-os@npm:2.4.4" + checksum: 10c0/e7d1a7b2100c05da8d25b60d0d48cf850c6f57064577a3f2f51cf18d417fbcfd6967ed2d8314320914ed69e0f2ebcf54eb1b36092dd172d8e8f969cf8cccf041 + languageName: node + linkType: hard + +"bare-path@npm:^2.0.0, bare-path@npm:^2.1.0": + version: 2.1.3 + resolution: "bare-path@npm:2.1.3" + dependencies: + bare-os: "npm:^2.1.0" + checksum: 10c0/35587e177fc8fa5b13fb90bac8779b5ce49c99016d221ddaefe2232d02bd4295d79b941e14ae19fda75ec42a6fe5fb66c07d83ae7ec11462178e66b7be65ca74 + languageName: node + linkType: hard + +"bare-stream@npm:^2.0.0": + version: 2.3.0 + resolution: "bare-stream@npm:2.3.0" + dependencies: + b4a: "npm:^1.6.6" + streamx: "npm:^2.20.0" + checksum: 10c0/374a517542e6a0c3c07f3a1d567db612685e66708f79781112aa0e81c1f117ec561cc1ff3926144f15a2200316a77030c95dcc13a1b96d5303f0748798b764cf + languageName: node + linkType: hard + +"base-64@npm:^1.0.0": + version: 1.0.0 + resolution: "base-64@npm:1.0.0" + checksum: 10c0/d886cb3236cee0bed9f7075675748b59b32fad623ddb8ce1793c790306aa0f76a03238cad4b3fb398abda6527ce08a5588388533a4ccade0b97e82b9da660e28 + languageName: node + linkType: hard + +"base64-js@npm:^1.3.1": + version: 1.5.1 + resolution: "base64-js@npm:1.5.1" + checksum: 10c0/f23823513b63173a001030fae4f2dabe283b99a9d324ade3ad3d148e218134676f1ee8568c877cd79ec1c53158dcf2d2ba527a97c606618928ba99dd930102bf + languageName: node + linkType: hard + +"bcp-47-match@npm:^2.0.0": + version: 2.0.3 + resolution: "bcp-47-match@npm:2.0.3" + checksum: 10c0/ae5c202854df8a9ad4777dc3b49562578495a69164869f365a88c1a089837a9fbbce4c0c44f6f1a5e44c7841f47e91fe6fea00306ca49ce5ec95a7eb71f839c4 + languageName: node + linkType: hard + +"bcp-47@npm:^2.1.0": + version: 2.1.0 + resolution: "bcp-47@npm:2.1.0" + dependencies: + is-alphabetical: "npm:^2.0.0" + is-alphanumerical: "npm:^2.0.0" + is-decimal: "npm:^2.0.0" + checksum: 10c0/0b461b6d5bad215665e59bc57c4e1489312da541612558629e4f3d3538b16ce6c2709a4b62ec9ed6fca7a339740c27df6a454d5821a849b3df5ff7e697372885 + languageName: node + linkType: hard + +"binary-extensions@npm:^2.0.0": + version: 2.3.0 + resolution: "binary-extensions@npm:2.3.0" + checksum: 10c0/75a59cafc10fb12a11d510e77110c6c7ae3f4ca22463d52487709ca7f18f69d886aa387557cc9864fbdb10153d0bdb4caacabf11541f55e89ed6e18d12ece2b5 + languageName: node + linkType: hard + +"bl@npm:^4.0.3": + version: 4.1.0 + resolution: "bl@npm:4.1.0" + dependencies: + buffer: "npm:^5.5.0" + inherits: "npm:^2.0.4" + readable-stream: "npm:^3.4.0" + checksum: 10c0/02847e1d2cb089c9dc6958add42e3cdeaf07d13f575973963335ac0fdece563a50ac770ac4c8fa06492d2dd276f6cc3b7f08c7cd9c7a7ad0f8d388b2a28def5f + languageName: node + linkType: hard + +"boolbase@npm:^1.0.0": + version: 1.0.0 + resolution: "boolbase@npm:1.0.0" + checksum: 10c0/e4b53deb4f2b85c52be0e21a273f2045c7b6a6ea002b0e139c744cb6f95e9ec044439a52883b0d74dedd1ff3da55ed140cfdddfed7fb0cccbed373de5dce1bcf + languageName: node + linkType: hard + +"boxen@npm:7.1.1": + version: 7.1.1 + resolution: "boxen@npm:7.1.1" + dependencies: + ansi-align: "npm:^3.0.1" + camelcase: "npm:^7.0.1" + chalk: "npm:^5.2.0" + cli-boxes: "npm:^3.0.0" + string-width: "npm:^5.1.2" + type-fest: "npm:^2.13.0" + widest-line: "npm:^4.0.1" + wrap-ansi: "npm:^8.1.0" + checksum: 10c0/3a9891dc98ac40d582c9879e8165628258e2c70420c919e70fff0a53ccc7b42825e73cda6298199b2fbc1f41f5d5b93b492490ad2ae27623bed3897ddb4267f8 + languageName: node + linkType: hard + +"brace-expansion@npm:^2.0.1": + version: 2.0.1 + resolution: "brace-expansion@npm:2.0.1" + dependencies: + balanced-match: "npm:^1.0.0" + checksum: 10c0/b358f2fe060e2d7a87aa015979ecea07f3c37d4018f8d6deb5bd4c229ad3a0384fe6029bb76cd8be63c81e516ee52d1a0673edbe2023d53a5191732ae3c3e49f + languageName: node + linkType: hard + +"braces@npm:^3.0.3, braces@npm:~3.0.2": + version: 3.0.3 + resolution: "braces@npm:3.0.3" + dependencies: + fill-range: "npm:^7.1.1" + checksum: 10c0/7c6dfd30c338d2997ba77500539227b9d1f85e388a5f43220865201e407e076783d0881f2d297b9f80951b4c957fcf0b51c1d2d24227631643c3f7c284b0aa04 + languageName: node + linkType: hard + +"browserslist@npm:^4.23.1": + version: 4.24.0 + resolution: "browserslist@npm:4.24.0" + dependencies: + caniuse-lite: "npm:^1.0.30001663" + electron-to-chromium: "npm:^1.5.28" + node-releases: "npm:^2.0.18" + update-browserslist-db: "npm:^1.1.0" + bin: + browserslist: cli.js + checksum: 10c0/95e76ad522753c4c470427f6e3c8a4bb5478ff448841e22b3d3e53f89ecaf17b6984666d6c7e715c370f1e7fa0cf684f42e34e554236a8b2fab38ea76b9e4c52 + languageName: node + linkType: hard + +"buffer@npm:^5.5.0": + version: 5.7.1 + resolution: "buffer@npm:5.7.1" + dependencies: + base64-js: "npm:^1.3.1" + ieee754: "npm:^1.1.13" + checksum: 10c0/27cac81cff434ed2876058d72e7c4789d11ff1120ef32c9de48f59eab58179b66710c488987d295ae89a228f835fc66d088652dffeb8e3ba8659f80eb091d55e + languageName: node + linkType: hard + +"cacache@npm:^18.0.0": + version: 18.0.4 + resolution: "cacache@npm:18.0.4" + dependencies: + "@npmcli/fs": "npm:^3.1.0" + fs-minipass: "npm:^3.0.0" + glob: "npm:^10.2.2" + lru-cache: "npm:^10.0.1" + minipass: "npm:^7.0.3" + minipass-collect: "npm:^2.0.1" + minipass-flush: "npm:^1.0.5" + minipass-pipeline: "npm:^1.2.4" + p-map: "npm:^4.0.0" + ssri: "npm:^10.0.0" + tar: "npm:^6.1.11" + unique-filename: "npm:^3.0.0" + checksum: 10c0/6c055bafed9de4f3dcc64ac3dc7dd24e863210902b7c470eb9ce55a806309b3efff78033e3d8b4f7dcc5d467f2db43c6a2857aaaf26f0094b8a351d44c42179f + languageName: node + linkType: hard + +"camelcase@npm:^7.0.1": + version: 7.0.1 + resolution: "camelcase@npm:7.0.1" + checksum: 10c0/3adfc9a0e96d51b3a2f4efe90a84dad3e206aaa81dfc664f1bd568270e1bf3b010aad31f01db16345b4ffe1910e16ab411c7273a19a859addd1b98ef7cf4cfbd + languageName: node + linkType: hard + +"caniuse-lite@npm:^1.0.30001663": + version: 1.0.30001664 + resolution: "caniuse-lite@npm:1.0.30001664" + checksum: 10c0/db2b431aba41a585191ab1e4d40da0ad349ff32400edac2a167bf6bf92dbf9c704eab03dc60fb89e882ce02478d61c3036b2b1bdce8edf9b2aabda5608bae05e + languageName: node + linkType: hard + +"ccount@npm:^2.0.0": + version: 2.0.1 + resolution: "ccount@npm:2.0.1" + checksum: 10c0/3939b1664390174484322bc3f45b798462e6c07ee6384cb3d645e0aa2f318502d174845198c1561930e1d431087f74cf1fe291ae9a4722821a9f4ba67e574350 + languageName: node + linkType: hard + +"chalk@npm:^2.4.2": + version: 2.4.2 + resolution: "chalk@npm:2.4.2" + dependencies: + ansi-styles: "npm:^3.2.1" + escape-string-regexp: "npm:^1.0.5" + supports-color: "npm:^5.3.0" + checksum: 10c0/e6543f02ec877732e3a2d1c3c3323ddb4d39fbab687c23f526e25bd4c6a9bf3b83a696e8c769d078e04e5754921648f7821b2a2acfd16c550435fd630026e073 + languageName: node + linkType: hard + +"chalk@npm:^5.2.0, chalk@npm:^5.3.0": + version: 5.3.0 + resolution: "chalk@npm:5.3.0" + checksum: 10c0/8297d436b2c0f95801103ff2ef67268d362021b8210daf8ddbe349695333eb3610a71122172ff3b0272f1ef2cf7cc2c41fdaa4715f52e49ffe04c56340feed09 + languageName: node + linkType: hard + +"character-entities-html4@npm:^2.0.0": + version: 2.1.0 + resolution: "character-entities-html4@npm:2.1.0" + checksum: 10c0/fe61b553f083400c20c0b0fd65095df30a0b445d960f3bbf271536ae6c3ba676f39cb7af0b4bf2755812f08ab9b88f2feed68f9aebb73bb153f7a115fe5c6e40 + languageName: node + linkType: hard + +"character-entities-legacy@npm:^3.0.0": + version: 3.0.0 + resolution: "character-entities-legacy@npm:3.0.0" + checksum: 10c0/ec4b430af873661aa754a896a2b55af089b4e938d3d010fad5219299a6b6d32ab175142699ee250640678cd64bdecd6db3c9af0b8759ab7b155d970d84c4c7d1 + languageName: node + linkType: hard + +"character-entities@npm:^2.0.0": + version: 2.0.2 + resolution: "character-entities@npm:2.0.2" + checksum: 10c0/b0c645a45bcc90ff24f0e0140f4875a8436b8ef13b6bcd31ec02cfb2ca502b680362aa95386f7815bdc04b6464d48cf191210b3840d7c04241a149ede591a308 + languageName: node + linkType: hard + +"character-reference-invalid@npm:^2.0.0": + version: 2.0.1 + resolution: "character-reference-invalid@npm:2.0.1" + checksum: 10c0/2ae0dec770cd8659d7e8b0ce24392d83b4c2f0eb4a3395c955dce5528edd4cc030a794cfa06600fcdd700b3f2de2f9b8e40e309c0011c4180e3be64a0b42e6a1 + languageName: node + linkType: hard + +"chokidar@npm:^3.5.3": + version: 3.6.0 + resolution: "chokidar@npm:3.6.0" + dependencies: + anymatch: "npm:~3.1.2" + braces: "npm:~3.0.2" + fsevents: "npm:~2.3.2" + glob-parent: "npm:~5.1.2" + is-binary-path: "npm:~2.1.0" + is-glob: "npm:~4.0.1" + normalize-path: "npm:~3.0.0" + readdirp: "npm:~3.6.0" + dependenciesMeta: + fsevents: + optional: true + checksum: 10c0/8361dcd013f2ddbe260eacb1f3cb2f2c6f2b0ad118708a343a5ed8158941a39cb8fb1d272e0f389712e74ee90ce8ba864eece9e0e62b9705cb468a2f6d917462 + languageName: node + linkType: hard + +"chownr@npm:^1.1.1": + version: 1.1.4 + resolution: "chownr@npm:1.1.4" + checksum: 10c0/ed57952a84cc0c802af900cf7136de643d3aba2eecb59d29344bc2f3f9bf703a301b9d84cdc71f82c3ffc9ccde831b0d92f5b45f91727d6c9da62f23aef9d9db + languageName: node + linkType: hard + +"chownr@npm:^2.0.0": + version: 2.0.0 + resolution: "chownr@npm:2.0.0" + checksum: 10c0/594754e1303672171cc04e50f6c398ae16128eb134a88f801bf5354fd96f205320f23536a045d9abd8b51024a149696e51231565891d4efdab8846021ecf88e6 + languageName: node + linkType: hard + +"ci-info@npm:^4.0.0": + version: 4.0.0 + resolution: "ci-info@npm:4.0.0" + checksum: 10c0/ecc003e5b60580bd081d83dd61d398ddb8607537f916313e40af4667f9c92a1243bd8e8a591a5aa78e418afec245dbe8e90a0e26e39ca0825129a99b978dd3f9 + languageName: node + linkType: hard + +"clean-stack@npm:^2.0.0": + version: 2.2.0 + resolution: "clean-stack@npm:2.2.0" + checksum: 10c0/1f90262d5f6230a17e27d0c190b09d47ebe7efdd76a03b5a1127863f7b3c9aec4c3e6c8bb3a7bbf81d553d56a1fd35728f5a8ef4c63f867ac8d690109742a8c1 + languageName: node + linkType: hard + +"cli-boxes@npm:^3.0.0": + version: 3.0.0 + resolution: "cli-boxes@npm:3.0.0" + checksum: 10c0/4db3e8fbfaf1aac4fb3a6cbe5a2d3fa048bee741a45371b906439b9ffc821c6e626b0f108bdcd3ddf126a4a319409aedcf39a0730573ff050fdd7b6731e99fb9 + languageName: node + linkType: hard + +"cli-cursor@npm:^5.0.0": + version: 5.0.0 + resolution: "cli-cursor@npm:5.0.0" + dependencies: + restore-cursor: "npm:^5.0.0" + checksum: 10c0/7ec62f69b79f6734ab209a3e4dbdc8af7422d44d360a7cb1efa8a0887bbe466a6e625650c466fe4359aee44dbe2dc0b6994b583d40a05d0808a5cb193641d220 + languageName: node + linkType: hard + +"cli-spinners@npm:^2.9.2": + version: 2.9.2 + resolution: "cli-spinners@npm:2.9.2" + checksum: 10c0/907a1c227ddf0d7a101e7ab8b300affc742ead4b4ebe920a5bf1bc6d45dce2958fcd195eb28fa25275062fe6fa9b109b93b63bc8033396ed3bcb50297008b3a3 + languageName: node + linkType: hard + +"cliui@npm:^8.0.1": + version: 8.0.1 + resolution: "cliui@npm:8.0.1" + dependencies: + string-width: "npm:^4.2.0" + strip-ansi: "npm:^6.0.1" + wrap-ansi: "npm:^7.0.0" + checksum: 10c0/4bda0f09c340cbb6dfdc1ed508b3ca080f12992c18d68c6be4d9cf51756033d5266e61ec57529e610dacbf4da1c634423b0c1b11037709cc6b09045cbd815df5 + languageName: node + linkType: hard + +"clsx@npm:^2.1.1": + version: 2.1.1 + resolution: "clsx@npm:2.1.1" + checksum: 10c0/c4c8eb865f8c82baab07e71bfa8897c73454881c4f99d6bc81585aecd7c441746c1399d08363dc096c550cceaf97bd4ce1e8854e1771e9998d9f94c4fe075839 + languageName: node + linkType: hard + +"collapse-white-space@npm:^2.0.0": + version: 2.1.0 + resolution: "collapse-white-space@npm:2.1.0" + checksum: 10c0/b2e2800f4ab261e62eb27a1fbe853378296e3a726d6695117ed033e82d61fb6abeae4ffc1465d5454499e237005de9cfc52c9562dc7ca4ac759b9a222ef14453 + languageName: node + linkType: hard + +"color-convert@npm:^1.9.0": + version: 1.9.3 + resolution: "color-convert@npm:1.9.3" + dependencies: + color-name: "npm:1.1.3" + checksum: 10c0/5ad3c534949a8c68fca8fbc6f09068f435f0ad290ab8b2f76841b9e6af7e0bb57b98cb05b0e19fe33f5d91e5a8611ad457e5f69e0a484caad1f7487fd0e8253c + languageName: node + linkType: hard + +"color-convert@npm:^2.0.1": + version: 2.0.1 + resolution: "color-convert@npm:2.0.1" + dependencies: + color-name: "npm:~1.1.4" + checksum: 10c0/37e1150172f2e311fe1b2df62c6293a342ee7380da7b9cfdba67ea539909afbd74da27033208d01d6d5cfc65ee7868a22e18d7e7648e004425441c0f8a15a7d7 + languageName: node + linkType: hard + +"color-name@npm:1.1.3": + version: 1.1.3 + resolution: "color-name@npm:1.1.3" + checksum: 10c0/566a3d42cca25b9b3cd5528cd7754b8e89c0eb646b7f214e8e2eaddb69994ac5f0557d9c175eb5d8f0ad73531140d9c47525085ee752a91a2ab15ab459caf6d6 + languageName: node + linkType: hard + +"color-name@npm:^1.0.0, color-name@npm:~1.1.4": + version: 1.1.4 + resolution: "color-name@npm:1.1.4" + checksum: 10c0/a1a3f914156960902f46f7f56bc62effc6c94e84b2cae157a526b1c1f74b677a47ec602bf68a61abfa2b42d15b7c5651c6dbe72a43af720bc588dff885b10f95 + languageName: node + linkType: hard + +"color-string@npm:^1.9.0": + version: 1.9.1 + resolution: "color-string@npm:1.9.1" + dependencies: + color-name: "npm:^1.0.0" + simple-swizzle: "npm:^0.2.2" + checksum: 10c0/b0bfd74c03b1f837f543898b512f5ea353f71630ccdd0d66f83028d1f0924a7d4272deb278b9aef376cacf1289b522ac3fb175e99895283645a2dc3a33af2404 + languageName: node + linkType: hard + +"color@npm:^4.2.3": + version: 4.2.3 + resolution: "color@npm:4.2.3" + dependencies: + color-convert: "npm:^2.0.1" + color-string: "npm:^1.9.0" + checksum: 10c0/7fbe7cfb811054c808349de19fb380252e5e34e61d7d168ec3353e9e9aacb1802674bddc657682e4e9730c2786592a4de6f8283e7e0d3870b829bb0b7b2f6118 + languageName: node + linkType: hard + +"comma-separated-tokens@npm:^2.0.0": + version: 2.0.3 + resolution: "comma-separated-tokens@npm:2.0.3" + checksum: 10c0/91f90f1aae320f1755d6957ef0b864fe4f54737f3313bd95e0802686ee2ca38bff1dd381964d00ae5db42912dd1f4ae5c2709644e82706ffc6f6842a813cdd67 + languageName: node + linkType: hard + +"common-ancestor-path@npm:^1.0.1": + version: 1.0.1 + resolution: "common-ancestor-path@npm:1.0.1" + checksum: 10c0/390c08d2a67a7a106d39499c002d827d2874966d938012453fd7ca34cd306881e2b9d604f657fa7a8e6e4896d67f39ebc09bf1bfd8da8ff318e0fb7a8752c534 + languageName: node + linkType: hard + +"convert-source-map@npm:^2.0.0": + version: 2.0.0 + resolution: "convert-source-map@npm:2.0.0" + checksum: 10c0/8f2f7a27a1a011cc6cc88cc4da2d7d0cfa5ee0369508baae3d98c260bb3ac520691464e5bbe4ae7cdf09860c1d69ecc6f70c63c6e7c7f7e3f18ec08484dc7d9b + languageName: node + linkType: hard + +"cookie@npm:^0.6.0": + version: 0.6.0 + resolution: "cookie@npm:0.6.0" + checksum: 10c0/f2318b31af7a31b4ddb4a678d024514df5e705f9be5909a192d7f116cfb6d45cbacf96a473fa733faa95050e7cff26e7832bb3ef94751592f1387b71c8956686 + languageName: node + linkType: hard + +"cross-spawn@npm:^7.0.0": + version: 7.0.3 + resolution: "cross-spawn@npm:7.0.3" + dependencies: + path-key: "npm:^3.1.0" + shebang-command: "npm:^2.0.0" + which: "npm:^2.0.1" + checksum: 10c0/5738c312387081c98d69c98e105b6327b069197f864a60593245d64c8089c8a0a744e16349281210d56835bb9274130d825a78b2ad6853ca13cfbeffc0c31750 + languageName: node + linkType: hard + +"css-selector-parser@npm:^3.0.0": + version: 3.0.5 + resolution: "css-selector-parser@npm:3.0.5" + checksum: 10c0/250b110ffd6926a9971dad56a69802b00ff52d621b6c20b3cfd714f024eb6ed7042a57226dea3446ff00dad864d03f5cee5c451b8c6d09ee12c723f5a9ca71c2 + languageName: node + linkType: hard + +"cssesc@npm:^3.0.0": + version: 3.0.0 + resolution: "cssesc@npm:3.0.0" + bin: + cssesc: bin/cssesc + checksum: 10c0/6bcfd898662671be15ae7827120472c5667afb3d7429f1f917737f3bf84c4176003228131b643ae74543f17a394446247df090c597bb9a728cce298606ed0aa7 + languageName: node + linkType: hard + +"debug@npm:4, debug@npm:^4.0.0, debug@npm:^4.1.0, debug@npm:^4.3.1, debug@npm:^4.3.4, debug@npm:^4.3.7": + version: 4.3.7 + resolution: "debug@npm:4.3.7" + dependencies: + ms: "npm:^2.1.3" + peerDependenciesMeta: + supports-color: + optional: true + checksum: 10c0/1471db19c3b06d485a622d62f65947a19a23fbd0dd73f7fd3eafb697eec5360cde447fb075919987899b1a2096e85d35d4eb5a4de09a57600ac9cf7e6c8e768b + languageName: node + linkType: hard + +"decode-named-character-reference@npm:^1.0.0": + version: 1.0.2 + resolution: "decode-named-character-reference@npm:1.0.2" + dependencies: + character-entities: "npm:^2.0.0" + checksum: 10c0/66a9fc5d9b5385a2b3675c69ba0d8e893393d64057f7dbbb585265bb4fc05ec513d76943b8e5aac7d8016d20eea4499322cbf4cd6d54b466976b78f3a7587a4c + languageName: node + linkType: hard + +"decompress-response@npm:^6.0.0": + version: 6.0.0 + resolution: "decompress-response@npm:6.0.0" + dependencies: + mimic-response: "npm:^3.1.0" + checksum: 10c0/bd89d23141b96d80577e70c54fb226b2f40e74a6817652b80a116d7befb8758261ad073a8895648a29cc0a5947021ab66705cb542fa9c143c82022b27c5b175e + languageName: node + linkType: hard + +"deep-extend@npm:^0.6.0": + version: 0.6.0 + resolution: "deep-extend@npm:0.6.0" + checksum: 10c0/1c6b0abcdb901e13a44c7d699116d3d4279fdb261983122a3783e7273844d5f2537dc2e1c454a23fcf645917f93fbf8d07101c1d03c015a87faa662755212566 + languageName: node + linkType: hard + +"dequal@npm:^2.0.0": + version: 2.0.3 + resolution: "dequal@npm:2.0.3" + checksum: 10c0/f98860cdf58b64991ae10205137c0e97d384c3a4edc7f807603887b7c4b850af1224a33d88012009f150861cbee4fa2d322c4cc04b9313bee312e47f6ecaa888 + languageName: node + linkType: hard + +"detect-libc@npm:^2.0.0, detect-libc@npm:^2.0.2, detect-libc@npm:^2.0.3": + version: 2.0.3 + resolution: "detect-libc@npm:2.0.3" + checksum: 10c0/88095bda8f90220c95f162bf92cad70bd0e424913e655c20578600e35b91edc261af27531cf160a331e185c0ced93944bc7e09939143225f56312d7fd800fdb7 + languageName: node + linkType: hard + +"deterministic-object-hash@npm:^2.0.2": + version: 2.0.2 + resolution: "deterministic-object-hash@npm:2.0.2" + dependencies: + base-64: "npm:^1.0.0" + checksum: 10c0/072010ec12981ba8d6018a6bc540aa66aceb35f922fd5c394d021b76f4489ffc447579dd29ce0f01186c3acb26d0655f3b8c81e302fccae8f2c47f393c7a4294 + languageName: node + linkType: hard + +"devalue@npm:^5.0.0": + version: 5.1.1 + resolution: "devalue@npm:5.1.1" + checksum: 10c0/f6717a856fd54216959abd341cb189e47a9b37d72d8419e055ae77567ff4ed0fb683b1ffb6a71067f645adae5991bffabe6468a3e2385937bff49273e71c1f51 + languageName: node + linkType: hard + +"devlop@npm:^1.0.0, devlop@npm:^1.1.0": + version: 1.1.0 + resolution: "devlop@npm:1.1.0" + dependencies: + dequal: "npm:^2.0.0" + checksum: 10c0/e0928ab8f94c59417a2b8389c45c55ce0a02d9ac7fd74ef62d01ba48060129e1d594501b77de01f3eeafc7cb00773819b0df74d96251cf20b31c5b3071f45c0e + languageName: node + linkType: hard + +"diff@npm:^5.2.0": + version: 5.2.0 + resolution: "diff@npm:5.2.0" + checksum: 10c0/aed0941f206fe261ecb258dc8d0ceea8abbde3ace5827518ff8d302f0fc9cc81ce116c4d8f379151171336caf0516b79e01abdc1ed1201b6440d895a66689eb4 + languageName: node + linkType: hard + +"direction@npm:^2.0.0": + version: 2.0.1 + resolution: "direction@npm:2.0.1" + bin: + direction: cli.js + checksum: 10c0/dce809431cad978e0778769a3818ea797ebe0bd542c85032ad9ad98971e2021a146be62feb259d7ffe4b76739e07b23e861b29c3f184ac8d38cc6ba956d5c586 + languageName: node + linkType: hard + +"dlv@npm:^1.1.3": + version: 1.1.3 + resolution: "dlv@npm:1.1.3" + checksum: 10c0/03eb4e769f19a027fd5b43b59e8a05e3fd2100ac239ebb0bf9a745de35d449e2f25cfaf3aa3934664551d72856f4ae8b7822016ce5c42c2d27c18ae79429ec42 + languageName: node + linkType: hard + +"docs@workspace:.": + version: 0.0.0-use.local + resolution: "docs@workspace:." + dependencies: + "@astrojs/check": "npm:^0.9.3" + "@astrojs/starlight": "npm:^0.28.2" + "@types/markdown-it": "npm:^14" + astro: "npm:^4.15.3" + markdown-it: "npm:^14.1.0" + sharp: "npm:^0.32.5" + typescript: "npm:^5.6.2" + unist-util-visit: "npm:^5.0.0" + languageName: unknown + linkType: soft + +"dset@npm:^3.1.3": + version: 3.1.4 + resolution: "dset@npm:3.1.4" + checksum: 10c0/b67bbd28dd8a539e90c15ffb61100eb64ef995c5270a124d4f99bbb53f4d82f55a051b731ba81f3215dd9dce2b4c8d69927dc20b3be1c5fc88bab159467aa438 + languageName: node + linkType: hard + +"eastasianwidth@npm:^0.2.0": + version: 0.2.0 + resolution: "eastasianwidth@npm:0.2.0" + checksum: 10c0/26f364ebcdb6395f95124fda411f63137a4bfb5d3a06453f7f23dfe52502905bd84e0488172e0f9ec295fdc45f05c23d5d91baf16bd26f0fe9acd777a188dc39 + languageName: node + linkType: hard + +"electron-to-chromium@npm:^1.5.28": + version: 1.5.29 + resolution: "electron-to-chromium@npm:1.5.29" + checksum: 10c0/ae4849f1fe8d756d30c6f5f992803d8550a98b38a30aecc7d9776858cf229ad05b12cb9f7675f0a89330a077d16e28388cfe394fdd9d0828ffe860c8568c95c2 + languageName: node + linkType: hard + +"emmet@npm:^2.4.3": + version: 2.4.11 + resolution: "emmet@npm:2.4.11" + dependencies: + "@emmetio/abbreviation": "npm:^2.3.3" + "@emmetio/css-abbreviation": "npm:^2.1.8" + checksum: 10c0/4099d9d0d5dee766603c4ea03e1b87296bd397a0e8c6d8d5d6dcfdaad3e4581df5d48939a00eb4437dc08c83e857e231222ee037cb34ad63b1f2cce4041c6fc2 + languageName: node + linkType: hard + +"emoji-regex@npm:^10.3.0": + version: 10.4.0 + resolution: "emoji-regex@npm:10.4.0" + checksum: 10c0/a3fcedfc58bfcce21a05a5f36a529d81e88d602100145fcca3dc6f795e3c8acc4fc18fe773fbf9b6d6e9371205edb3afa2668ec3473fa2aa7fd47d2a9d46482d + languageName: node + linkType: hard + +"emoji-regex@npm:^8.0.0": + version: 8.0.0 + resolution: "emoji-regex@npm:8.0.0" + checksum: 10c0/b6053ad39951c4cf338f9092d7bfba448cdfd46fe6a2a034700b149ac9ffbc137e361cbd3c442297f86bed2e5f7576c1b54cc0a6bf8ef5106cc62f496af35010 + languageName: node + linkType: hard + +"emoji-regex@npm:^9.2.2": + version: 9.2.2 + resolution: "emoji-regex@npm:9.2.2" + checksum: 10c0/af014e759a72064cf66e6e694a7fc6b0ed3d8db680427b021a89727689671cefe9d04151b2cad51dbaf85d5ba790d061cd167f1cf32eb7b281f6368b3c181639 + languageName: node + linkType: hard + +"encoding@npm:^0.1.13": + version: 0.1.13 + resolution: "encoding@npm:0.1.13" + dependencies: + iconv-lite: "npm:^0.6.2" + checksum: 10c0/36d938712ff00fe1f4bac88b43bcffb5930c1efa57bbcdca9d67e1d9d6c57cfb1200fb01efe0f3109b2ce99b231f90779532814a81370a1bd3274a0f58585039 + languageName: node + linkType: hard + +"end-of-stream@npm:^1.1.0, end-of-stream@npm:^1.4.1": + version: 1.4.4 + resolution: "end-of-stream@npm:1.4.4" + dependencies: + once: "npm:^1.4.0" + checksum: 10c0/870b423afb2d54bb8d243c63e07c170409d41e20b47eeef0727547aea5740bd6717aca45597a9f2745525667a6b804c1e7bede41f856818faee5806dd9ff3975 + languageName: node + linkType: hard + +"entities@npm:^4.4.0": + version: 4.5.0 + resolution: "entities@npm:4.5.0" + checksum: 10c0/5b039739f7621f5d1ad996715e53d964035f75ad3b9a4d38c6b3804bb226e282ffeae2443624d8fdd9c47d8e926ae9ac009c54671243f0c3294c26af7cc85250 + languageName: node + linkType: hard + +"env-paths@npm:^2.2.0": + version: 2.2.1 + resolution: "env-paths@npm:2.2.1" + checksum: 10c0/285325677bf00e30845e330eec32894f5105529db97496ee3f598478e50f008c5352a41a30e5e72ec9de8a542b5a570b85699cd63bd2bc646dbcb9f311d83bc4 + languageName: node + linkType: hard + +"err-code@npm:^2.0.2": + version: 2.0.3 + resolution: "err-code@npm:2.0.3" + checksum: 10c0/b642f7b4dd4a376e954947550a3065a9ece6733ab8e51ad80db727aaae0817c2e99b02a97a3d6cecc648a97848305e728289cf312d09af395403a90c9d4d8a66 + languageName: node + linkType: hard + +"es-module-lexer@npm:^1.5.4": + version: 1.5.4 + resolution: "es-module-lexer@npm:1.5.4" + checksum: 10c0/300a469488c2f22081df1e4c8398c78db92358496e639b0df7f89ac6455462aaf5d8893939087c1a1cbcbf20eed4610c70e0bcb8f3e4b0d80a5d2611c539408c + languageName: node + linkType: hard + +"esbuild@npm:^0.21.3, esbuild@npm:^0.21.5": + version: 0.21.5 + resolution: "esbuild@npm:0.21.5" + dependencies: + "@esbuild/aix-ppc64": "npm:0.21.5" + "@esbuild/android-arm": "npm:0.21.5" + "@esbuild/android-arm64": "npm:0.21.5" + "@esbuild/android-x64": "npm:0.21.5" + "@esbuild/darwin-arm64": "npm:0.21.5" + "@esbuild/darwin-x64": "npm:0.21.5" + "@esbuild/freebsd-arm64": "npm:0.21.5" + "@esbuild/freebsd-x64": "npm:0.21.5" + "@esbuild/linux-arm": "npm:0.21.5" + "@esbuild/linux-arm64": "npm:0.21.5" + "@esbuild/linux-ia32": "npm:0.21.5" + "@esbuild/linux-loong64": "npm:0.21.5" + "@esbuild/linux-mips64el": "npm:0.21.5" + "@esbuild/linux-ppc64": "npm:0.21.5" + "@esbuild/linux-riscv64": "npm:0.21.5" + "@esbuild/linux-s390x": "npm:0.21.5" + "@esbuild/linux-x64": "npm:0.21.5" + "@esbuild/netbsd-x64": "npm:0.21.5" + "@esbuild/openbsd-x64": "npm:0.21.5" + "@esbuild/sunos-x64": "npm:0.21.5" + "@esbuild/win32-arm64": "npm:0.21.5" + "@esbuild/win32-ia32": "npm:0.21.5" + "@esbuild/win32-x64": "npm:0.21.5" + dependenciesMeta: + "@esbuild/aix-ppc64": + optional: true + "@esbuild/android-arm": + optional: true + "@esbuild/android-arm64": + optional: true + "@esbuild/android-x64": + optional: true + "@esbuild/darwin-arm64": + optional: true + "@esbuild/darwin-x64": + optional: true + "@esbuild/freebsd-arm64": + optional: true + "@esbuild/freebsd-x64": + optional: true + "@esbuild/linux-arm": + optional: true + "@esbuild/linux-arm64": + optional: true + "@esbuild/linux-ia32": + optional: true + "@esbuild/linux-loong64": + optional: true + "@esbuild/linux-mips64el": + optional: true + "@esbuild/linux-ppc64": + optional: true + "@esbuild/linux-riscv64": + optional: true + "@esbuild/linux-s390x": + optional: true + "@esbuild/linux-x64": + optional: true + "@esbuild/netbsd-x64": + optional: true + "@esbuild/openbsd-x64": + optional: true + "@esbuild/sunos-x64": + optional: true + "@esbuild/win32-arm64": + optional: true + "@esbuild/win32-ia32": + optional: true + "@esbuild/win32-x64": + optional: true + bin: + esbuild: bin/esbuild + checksum: 10c0/fa08508adf683c3f399e8a014a6382a6b65542213431e26206c0720e536b31c09b50798747c2a105a4bbba1d9767b8d3615a74c2f7bf1ddf6d836cd11eb672de + languageName: node + linkType: hard + +"escalade@npm:^3.1.1, escalade@npm:^3.2.0": + version: 3.2.0 + resolution: "escalade@npm:3.2.0" + checksum: 10c0/ced4dd3a78e15897ed3be74e635110bbf3b08877b0a41be50dcb325ee0e0b5f65fc2d50e9845194d7c4633f327e2e1c6cce00a71b617c5673df0374201d67f65 + languageName: node + linkType: hard + +"escape-string-regexp@npm:^1.0.5": + version: 1.0.5 + resolution: "escape-string-regexp@npm:1.0.5" + checksum: 10c0/a968ad453dd0c2724e14a4f20e177aaf32bb384ab41b674a8454afe9a41c5e6fe8903323e0a1052f56289d04bd600f81278edf140b0fcc02f5cac98d0f5b5371 + languageName: node + linkType: hard + +"escape-string-regexp@npm:^5.0.0": + version: 5.0.0 + resolution: "escape-string-regexp@npm:5.0.0" + checksum: 10c0/6366f474c6f37a802800a435232395e04e9885919873e382b157ab7e8f0feb8fed71497f84a6f6a81a49aab41815522f5839112bd38026d203aea0c91622df95 + languageName: node + linkType: hard + +"esprima@npm:^4.0.0": + version: 4.0.1 + resolution: "esprima@npm:4.0.1" + bin: + esparse: ./bin/esparse.js + esvalidate: ./bin/esvalidate.js + checksum: 10c0/ad4bab9ead0808cf56501750fd9d3fb276f6b105f987707d059005d57e182d18a7c9ec7f3a01794ebddcca676773e42ca48a32d67a250c9d35e009ca613caba3 + languageName: node + linkType: hard + +"estree-util-attach-comments@npm:^3.0.0": + version: 3.0.0 + resolution: "estree-util-attach-comments@npm:3.0.0" + dependencies: + "@types/estree": "npm:^1.0.0" + checksum: 10c0/ee69bb5c45e2ad074725b90ed181c1c934b29d81bce4b0c7761431e83c4c6ab1b223a6a3d6a4fbeb92128bc5d5ee201d5dd36cf1770aa5e16a40b0cf36e8a1f1 + languageName: node + linkType: hard + +"estree-util-build-jsx@npm:^3.0.0": + version: 3.0.1 + resolution: "estree-util-build-jsx@npm:3.0.1" + dependencies: + "@types/estree-jsx": "npm:^1.0.0" + devlop: "npm:^1.0.0" + estree-util-is-identifier-name: "npm:^3.0.0" + estree-walker: "npm:^3.0.0" + checksum: 10c0/274c119817b8e7caa14a9778f1e497fea56cdd2b01df1a1ed037f843178992d3afe85e0d364d485e1e2e239255763553d1b647b15e4a7ba50851bcb43dc6bf80 + languageName: node + linkType: hard + +"estree-util-is-identifier-name@npm:^3.0.0": + version: 3.0.0 + resolution: "estree-util-is-identifier-name@npm:3.0.0" + checksum: 10c0/d1881c6ed14bd588ebd508fc90bf2a541811dbb9ca04dec2f39d27dcaa635f85b5ed9bbbe7fc6fb1ddfca68744a5f7c70456b4b7108b6c4c52780631cc787c5b + languageName: node + linkType: hard + +"estree-util-to-js@npm:^2.0.0": + version: 2.0.0 + resolution: "estree-util-to-js@npm:2.0.0" + dependencies: + "@types/estree-jsx": "npm:^1.0.0" + astring: "npm:^1.8.0" + source-map: "npm:^0.7.0" + checksum: 10c0/ac88cb831401ef99e365f92f4af903755d56ae1ce0e0f0fb8ff66e678141f3d529194f0fb15f6c78cd7554c16fda36854df851d58f9e05cfab15bddf7a97cea0 + languageName: node + linkType: hard + +"estree-util-visit@npm:^2.0.0": + version: 2.0.0 + resolution: "estree-util-visit@npm:2.0.0" + dependencies: + "@types/estree-jsx": "npm:^1.0.0" + "@types/unist": "npm:^3.0.0" + checksum: 10c0/acda8b03cc8f890d79c7c7361f6c95331ba84b7ccc0c32b49f447fc30206b20002b37ffdfc97b6ad16e6fe065c63ecbae1622492e2b6b4775c15966606217f39 + languageName: node + linkType: hard + +"estree-walker@npm:^2.0.2": + version: 2.0.2 + resolution: "estree-walker@npm:2.0.2" + checksum: 10c0/53a6c54e2019b8c914dc395890153ffdc2322781acf4bd7d1a32d7aedc1710807bdcd866ac133903d5629ec601fbb50abe8c2e5553c7f5a0afdd9b6af6c945af + languageName: node + linkType: hard + +"estree-walker@npm:^3.0.0, estree-walker@npm:^3.0.3": + version: 3.0.3 + resolution: "estree-walker@npm:3.0.3" + dependencies: + "@types/estree": "npm:^1.0.0" + checksum: 10c0/c12e3c2b2642d2bcae7d5aa495c60fa2f299160946535763969a1c83fc74518ffa9c2cd3a8b69ac56aea547df6a8aac25f729a342992ef0bbac5f1c73e78995d + languageName: node + linkType: hard + +"eventemitter3@npm:^5.0.1": + version: 5.0.1 + resolution: "eventemitter3@npm:5.0.1" + checksum: 10c0/4ba5c00c506e6c786b4d6262cfbce90ddc14c10d4667e5c83ae993c9de88aa856033994dd2b35b83e8dc1170e224e66a319fa80adc4c32adcd2379bbc75da814 + languageName: node + linkType: hard + +"expand-template@npm:^2.0.3": + version: 2.0.3 + resolution: "expand-template@npm:2.0.3" + checksum: 10c0/1c9e7afe9acadf9d373301d27f6a47b34e89b3391b1ef38b7471d381812537ef2457e620ae7f819d2642ce9c43b189b3583813ec395e2938319abe356a9b2f51 + languageName: node + linkType: hard + +"exponential-backoff@npm:^3.1.1": + version: 3.1.1 + resolution: "exponential-backoff@npm:3.1.1" + checksum: 10c0/160456d2d647e6019640bd07111634d8c353038d9fa40176afb7cd49b0548bdae83b56d05e907c2cce2300b81cae35d800ef92fefb9d0208e190fa3b7d6bb579 + languageName: node + linkType: hard + +"expressive-code@npm:^0.35.6": + version: 0.35.6 + resolution: "expressive-code@npm:0.35.6" + dependencies: + "@expressive-code/core": "npm:^0.35.6" + "@expressive-code/plugin-frames": "npm:^0.35.6" + "@expressive-code/plugin-shiki": "npm:^0.35.6" + "@expressive-code/plugin-text-markers": "npm:^0.35.6" + checksum: 10c0/d1670c3038bb205ad8264f92aad7b8f1349c639e9f5a61377328827e211fb7ea605de67f42f92b3ed584721dc20603fd0418a3e22750f3dd14c69fc7f5ca88a4 + languageName: node + linkType: hard + +"extend-shallow@npm:^2.0.1": + version: 2.0.1 + resolution: "extend-shallow@npm:2.0.1" + dependencies: + is-extendable: "npm:^0.1.0" + checksum: 10c0/ee1cb0a18c9faddb42d791b2d64867bd6cfd0f3affb711782eb6e894dd193e2934a7f529426aac7c8ddb31ac5d38000a00aa2caf08aa3dfc3e1c8ff6ba340bd9 + languageName: node + linkType: hard + +"extend@npm:^3.0.0": + version: 3.0.2 + resolution: "extend@npm:3.0.2" + checksum: 10c0/73bf6e27406e80aa3e85b0d1c4fd987261e628064e170ca781125c0b635a3dabad5e05adbf07595ea0cf1e6c5396cacb214af933da7cbaf24fe75ff14818e8f9 + languageName: node + linkType: hard + +"fast-deep-equal@npm:^3.1.3": + version: 3.1.3 + resolution: "fast-deep-equal@npm:3.1.3" + checksum: 10c0/40dedc862eb8992c54579c66d914635afbec43350afbbe991235fdcb4e3a8d5af1b23ae7e79bef7d4882d0ecee06c3197488026998fb19f72dc95acff1d1b1d0 + languageName: node + linkType: hard + +"fast-fifo@npm:^1.2.0, fast-fifo@npm:^1.3.2": + version: 1.3.2 + resolution: "fast-fifo@npm:1.3.2" + checksum: 10c0/d53f6f786875e8b0529f784b59b4b05d4b5c31c651710496440006a398389a579c8dbcd2081311478b5bf77f4b0b21de69109c5a4eabea9d8e8783d1eb864e4c + languageName: node + linkType: hard + +"fast-glob@npm:^3.2.12, fast-glob@npm:^3.3.1, fast-glob@npm:^3.3.2": + version: 3.3.2 + resolution: "fast-glob@npm:3.3.2" + dependencies: + "@nodelib/fs.stat": "npm:^2.0.2" + "@nodelib/fs.walk": "npm:^1.2.3" + glob-parent: "npm:^5.1.2" + merge2: "npm:^1.3.0" + micromatch: "npm:^4.0.4" + checksum: 10c0/42baad7b9cd40b63e42039132bde27ca2cb3a4950d0a0f9abe4639ea1aa9d3e3b40f98b1fe31cbc0cc17b664c9ea7447d911a152fa34ec5b72977b125a6fc845 + languageName: node + linkType: hard + +"fast-uri@npm:^3.0.1": + version: 3.0.2 + resolution: "fast-uri@npm:3.0.2" + checksum: 10c0/8cdd3da7b4022a037d348d587d55caff74b7e4f862bbdd2cc35c1e6e3f97d0aedb567894d44c57ee8798d3192cceb97dcf41dbdabfa07dd2842a0474a6c6eeef + languageName: node + linkType: hard + +"fastq@npm:^1.17.1, fastq@npm:^1.6.0": + version: 1.17.1 + resolution: "fastq@npm:1.17.1" + dependencies: + reusify: "npm:^1.0.4" + checksum: 10c0/1095f16cea45fb3beff558bb3afa74ca7a9250f5a670b65db7ed585f92b4b48381445cd328b3d87323da81e43232b5d5978a8201bde84e0cd514310f1ea6da34 + languageName: node + linkType: hard + +"fill-range@npm:^7.1.1": + version: 7.1.1 + resolution: "fill-range@npm:7.1.1" + dependencies: + to-regex-range: "npm:^5.0.1" + checksum: 10c0/b75b691bbe065472f38824f694c2f7449d7f5004aa950426a2c28f0306c60db9b880c0b0e4ed819997ffb882d1da02cfcfc819bddc94d71627f5269682edf018 + languageName: node + linkType: hard + +"find-up-simple@npm:^1.0.0": + version: 1.0.0 + resolution: "find-up-simple@npm:1.0.0" + checksum: 10c0/de1ad5e55c8c162f5600fe3297bb55a3da5cd9cb8c6755e463ec1d52c4c15a84e312a68397fb5962d13263b3dbd4ea294668c465ccacc41291d7cc97588769f9 + languageName: node + linkType: hard + +"find-up@npm:^4.0.0": + version: 4.1.0 + resolution: "find-up@npm:4.1.0" + dependencies: + locate-path: "npm:^5.0.0" + path-exists: "npm:^4.0.0" + checksum: 10c0/0406ee89ebeefa2d507feb07ec366bebd8a6167ae74aa4e34fb4c4abd06cf782a3ce26ae4194d70706f72182841733f00551c209fe575cb00bd92104056e78c1 + languageName: node + linkType: hard + +"find-yarn-workspace-root2@npm:1.2.16": + version: 1.2.16 + resolution: "find-yarn-workspace-root2@npm:1.2.16" + dependencies: + micromatch: "npm:^4.0.2" + pkg-dir: "npm:^4.2.0" + checksum: 10c0/d576067c7823de517d71831eafb5f6dc60554335c2d14445708f2698551b234f89c976a7f259d9355a44e417c49e7a93b369d0474579af02bbe2498f780c92d3 + languageName: node + linkType: hard + +"flattie@npm:^1.1.1": + version: 1.1.1 + resolution: "flattie@npm:1.1.1" + checksum: 10c0/a8f8242c7af126cb2f1aa4a067af338fce609fc4c4df183c626fcc70a46c1878ce4aa88cd0dc8ef8f583ad4e7088a3b11ebeb6a62c9c97d75c0b1b0f08182ee3 + languageName: node + linkType: hard + +"foreground-child@npm:^3.1.0": + version: 3.3.0 + resolution: "foreground-child@npm:3.3.0" + dependencies: + cross-spawn: "npm:^7.0.0" + signal-exit: "npm:^4.0.1" + checksum: 10c0/028f1d41000553fcfa6c4bb5c372963bf3d9bf0b1f25a87d1a6253014343fb69dfb1b42d9625d7cf44c8ba429940f3d0ff718b62105d4d4a4f6ef8ca0a53faa2 + languageName: node + linkType: hard + +"fs-constants@npm:^1.0.0": + version: 1.0.0 + resolution: "fs-constants@npm:1.0.0" + checksum: 10c0/a0cde99085f0872f4d244e83e03a46aa387b74f5a5af750896c6b05e9077fac00e9932fdf5aef84f2f16634cd473c63037d7a512576da7d5c2b9163d1909f3a8 + languageName: node + linkType: hard + +"fs-minipass@npm:^2.0.0": + version: 2.1.0 + resolution: "fs-minipass@npm:2.1.0" + dependencies: + minipass: "npm:^3.0.0" + checksum: 10c0/703d16522b8282d7299337539c3ed6edddd1afe82435e4f5b76e34a79cd74e488a8a0e26a636afc2440e1a23b03878e2122e3a2cfe375a5cf63c37d92b86a004 + languageName: node + linkType: hard + +"fs-minipass@npm:^3.0.0": + version: 3.0.3 + resolution: "fs-minipass@npm:3.0.3" + dependencies: + minipass: "npm:^7.0.3" + checksum: 10c0/63e80da2ff9b621e2cb1596abcb9207f1cf82b968b116ccd7b959e3323144cce7fb141462200971c38bbf2ecca51695069db45265705bed09a7cd93ae5b89f94 + languageName: node + linkType: hard + +"fsevents@npm:~2.3.2, fsevents@npm:~2.3.3": + version: 2.3.3 + resolution: "fsevents@npm:2.3.3" + dependencies: + node-gyp: "npm:latest" + checksum: 10c0/a1f0c44595123ed717febbc478aa952e47adfc28e2092be66b8ab1635147254ca6cfe1df792a8997f22716d4cbafc73309899ff7bfac2ac3ad8cf2e4ecc3ec60 + conditions: os=darwin + languageName: node + linkType: hard + +"fsevents@patch:fsevents@npm%3A~2.3.2#optional!builtin, fsevents@patch:fsevents@npm%3A~2.3.3#optional!builtin": + version: 2.3.3 + resolution: "fsevents@patch:fsevents@npm%3A2.3.3#optional!builtin::version=2.3.3&hash=df0bf1" + dependencies: + node-gyp: "npm:latest" + conditions: os=darwin + languageName: node + linkType: hard + +"gensync@npm:^1.0.0-beta.2": + version: 1.0.0-beta.2 + resolution: "gensync@npm:1.0.0-beta.2" + checksum: 10c0/782aba6cba65b1bb5af3b095d96249d20edbe8df32dbf4696fd49be2583faf676173bf4809386588828e4dd76a3354fcbeb577bab1c833ccd9fc4577f26103f8 + languageName: node + linkType: hard + +"get-caller-file@npm:^2.0.5": + version: 2.0.5 + resolution: "get-caller-file@npm:2.0.5" + checksum: 10c0/c6c7b60271931fa752aeb92f2b47e355eac1af3a2673f47c9589e8f8a41adc74d45551c1bc57b5e66a80609f10ffb72b6f575e4370d61cc3f7f3aaff01757cde + languageName: node + linkType: hard + +"get-east-asian-width@npm:^1.0.0": + version: 1.2.0 + resolution: "get-east-asian-width@npm:1.2.0" + checksum: 10c0/914b1e217cf38436c24b4c60b4c45289e39a45bf9e65ef9fd343c2815a1a02b8a0215aeec8bf9c07c516089004b6e3826332481f40a09529fcadbf6e579f286b + languageName: node + linkType: hard + +"github-from-package@npm:0.0.0": + version: 0.0.0 + resolution: "github-from-package@npm:0.0.0" + checksum: 10c0/737ee3f52d0a27e26332cde85b533c21fcdc0b09fb716c3f8e522cfaa9c600d4a631dec9fcde179ec9d47cca89017b7848ed4d6ae6b6b78f936c06825b1fcc12 + languageName: node + linkType: hard + +"github-slugger@npm:^2.0.0": + version: 2.0.0 + resolution: "github-slugger@npm:2.0.0" + checksum: 10c0/21b912b6b1e48f1e5a50b2292b48df0ff6abeeb0691b161b3d93d84f4ae6b1acd6ae23702e914af7ea5d441c096453cf0f621b72d57893946618d21dd1a1c486 + languageName: node + linkType: hard + +"glob-parent@npm:^5.1.2, glob-parent@npm:~5.1.2": + version: 5.1.2 + resolution: "glob-parent@npm:5.1.2" + dependencies: + is-glob: "npm:^4.0.1" + checksum: 10c0/cab87638e2112bee3f839ef5f6e0765057163d39c66be8ec1602f3823da4692297ad4e972de876ea17c44d652978638d2fd583c6713d0eb6591706825020c9ee + languageName: node + linkType: hard + +"glob@npm:^10.2.2, glob@npm:^10.3.10": + version: 10.4.5 + resolution: "glob@npm:10.4.5" + dependencies: + foreground-child: "npm:^3.1.0" + jackspeak: "npm:^3.1.2" + minimatch: "npm:^9.0.4" + minipass: "npm:^7.1.2" + package-json-from-dist: "npm:^1.0.0" + path-scurry: "npm:^1.11.1" + bin: + glob: dist/esm/bin.mjs + checksum: 10c0/19a9759ea77b8e3ca0a43c2f07ecddc2ad46216b786bb8f993c445aee80d345925a21e5280c7b7c6c59e860a0154b84e4b2b60321fea92cd3c56b4a7489f160e + languageName: node + linkType: hard + +"globals@npm:^11.1.0": + version: 11.12.0 + resolution: "globals@npm:11.12.0" + checksum: 10c0/758f9f258e7b19226bd8d4af5d3b0dcf7038780fb23d82e6f98932c44e239f884847f1766e8fa9cc5635ccb3204f7fa7314d4408dd4002a5e8ea827b4018f0a1 + languageName: node + linkType: hard + +"graceful-fs@npm:^4.1.5, graceful-fs@npm:^4.2.6": + version: 4.2.11 + resolution: "graceful-fs@npm:4.2.11" + checksum: 10c0/386d011a553e02bc594ac2ca0bd6d9e4c22d7fa8cfbfc448a6d148c59ea881b092db9dbe3547ae4b88e55f1b01f7c4a2ecc53b310c042793e63aa44cf6c257f2 + languageName: node + linkType: hard + +"gray-matter@npm:^4.0.3": + version: 4.0.3 + resolution: "gray-matter@npm:4.0.3" + dependencies: + js-yaml: "npm:^3.13.1" + kind-of: "npm:^6.0.2" + section-matter: "npm:^1.0.0" + strip-bom-string: "npm:^1.0.0" + checksum: 10c0/e38489906dad4f162ca01e0dcbdbed96d1a53740cef446b9bf76d80bec66fa799af07776a18077aee642346c5e1365ed95e4c91854a12bf40ba0d4fb43a625a6 + languageName: node + linkType: hard + +"has-flag@npm:^3.0.0": + version: 3.0.0 + resolution: "has-flag@npm:3.0.0" + checksum: 10c0/1c6c83b14b8b1b3c25b0727b8ba3e3b647f99e9e6e13eb7322107261de07a4c1be56fc0d45678fc376e09772a3a1642ccdaf8fc69bdf123b6c086598397ce473 + languageName: node + linkType: hard + +"hast-util-embedded@npm:^3.0.0": + version: 3.0.0 + resolution: "hast-util-embedded@npm:3.0.0" + dependencies: + "@types/hast": "npm:^3.0.0" + hast-util-is-element: "npm:^3.0.0" + checksum: 10c0/054c3d3b96fcd5c1d1c6f8d38ce1f7f33022ba6362129a022673d0b539f876acdcababbb9df29812fb927294f98ef7a2f44519a80d637fe3eea1819c9e69eeac + languageName: node + linkType: hard + +"hast-util-format@npm:^1.0.0": + version: 1.1.0 + resolution: "hast-util-format@npm:1.1.0" + dependencies: + "@types/hast": "npm:^3.0.0" + hast-util-embedded: "npm:^3.0.0" + hast-util-minify-whitespace: "npm:^1.0.0" + hast-util-phrasing: "npm:^3.0.0" + hast-util-whitespace: "npm:^3.0.0" + html-whitespace-sensitive-tag-names: "npm:^3.0.0" + unist-util-visit-parents: "npm:^6.0.0" + checksum: 10c0/6ab223cffe8a524ef4f2564d0385cab174a52551513b318496b3776e6882594eab4810b0f8d90f20e8291fa4e87fa068e03cba316d83c0836dab12dd140e98df + languageName: node + linkType: hard + +"hast-util-from-html@npm:^2.0.0, hast-util-from-html@npm:^2.0.1": + version: 2.0.3 + resolution: "hast-util-from-html@npm:2.0.3" + dependencies: + "@types/hast": "npm:^3.0.0" + devlop: "npm:^1.1.0" + hast-util-from-parse5: "npm:^8.0.0" + parse5: "npm:^7.0.0" + vfile: "npm:^6.0.0" + vfile-message: "npm:^4.0.0" + checksum: 10c0/993ef707c1a12474c8d4094fc9706a72826c660a7e308ea54c50ad893353d32e139b7cbc67510c2e82feac572b320e3b05aeb13d0f9c6302d61261f337b46764 + languageName: node + linkType: hard + +"hast-util-from-parse5@npm:^8.0.0": + version: 8.0.1 + resolution: "hast-util-from-parse5@npm:8.0.1" + dependencies: + "@types/hast": "npm:^3.0.0" + "@types/unist": "npm:^3.0.0" + devlop: "npm:^1.0.0" + hastscript: "npm:^8.0.0" + property-information: "npm:^6.0.0" + vfile: "npm:^6.0.0" + vfile-location: "npm:^5.0.0" + web-namespaces: "npm:^2.0.0" + checksum: 10c0/4a30bb885cff1f0e023c429ae3ece73fe4b03386f07234bf23f5555ca087c2573ff4e551035b417ed7615bde559f394cdaf1db2b91c3b7f0575f3563cd238969 + languageName: node + linkType: hard + +"hast-util-has-property@npm:^3.0.0": + version: 3.0.0 + resolution: "hast-util-has-property@npm:3.0.0" + dependencies: + "@types/hast": "npm:^3.0.0" + checksum: 10c0/6e2c0e22ca893c6ebb60f8390e184c4deb041c36d09796756f02cd121c1789c0f5c862ed06caea8f1a80ea8c0ef6a7854dd57946c2eebb76488727bd4a1c952e + languageName: node + linkType: hard + +"hast-util-is-body-ok-link@npm:^3.0.0": + version: 3.0.1 + resolution: "hast-util-is-body-ok-link@npm:3.0.1" + dependencies: + "@types/hast": "npm:^3.0.0" + checksum: 10c0/c320cbd9a9a834b007a6f2f8c271e98b8331c0193adf06e0a7c5ea0acae664e97ce28eb4436e0658bc5cdb8f47390ec1c6cba7c4fe1ded10951fcdd1432f60bf + languageName: node + linkType: hard + +"hast-util-is-element@npm:^3.0.0": + version: 3.0.0 + resolution: "hast-util-is-element@npm:3.0.0" + dependencies: + "@types/hast": "npm:^3.0.0" + checksum: 10c0/f5361e4c9859c587ca8eb0d8343492f3077ccaa0f58a44cd09f35d5038f94d65152288dcd0c19336ef2c9491ec4d4e45fde2176b05293437021570aa0bc3613b + languageName: node + linkType: hard + +"hast-util-minify-whitespace@npm:^1.0.0": + version: 1.0.1 + resolution: "hast-util-minify-whitespace@npm:1.0.1" + dependencies: + "@types/hast": "npm:^3.0.0" + hast-util-embedded: "npm:^3.0.0" + hast-util-is-element: "npm:^3.0.0" + hast-util-whitespace: "npm:^3.0.0" + unist-util-is: "npm:^6.0.0" + checksum: 10c0/20a7d64947e080463084f444ad09c7f28c40e7648ca2d9c6c036e42a67f8e945d352560ff599304c988257c1e477abcf6a1f508c0900211fa58ec1ba21b36533 + languageName: node + linkType: hard + +"hast-util-parse-selector@npm:^4.0.0": + version: 4.0.0 + resolution: "hast-util-parse-selector@npm:4.0.0" + dependencies: + "@types/hast": "npm:^3.0.0" + checksum: 10c0/5e98168cb44470dc274aabf1a28317e4feb09b1eaf7a48bbaa8c1de1b43a89cd195cb1284e535698e658e3ec26ad91bc5e52c9563c36feb75abbc68aaf68fb9f + languageName: node + linkType: hard + +"hast-util-phrasing@npm:^3.0.0": + version: 3.0.1 + resolution: "hast-util-phrasing@npm:3.0.1" + dependencies: + "@types/hast": "npm:^3.0.0" + hast-util-embedded: "npm:^3.0.0" + hast-util-has-property: "npm:^3.0.0" + hast-util-is-body-ok-link: "npm:^3.0.0" + hast-util-is-element: "npm:^3.0.0" + checksum: 10c0/d77e186ea3d7d62f6db9c4a55c3e6d9f1f6affd5f40250e8de9d73f167ae19fcc02fafe1601dfbe36e90f76ed5013ac004f0b6b398aee3a04a7a81de12788600 + languageName: node + linkType: hard + +"hast-util-raw@npm:^9.0.0": + version: 9.0.4 + resolution: "hast-util-raw@npm:9.0.4" + dependencies: + "@types/hast": "npm:^3.0.0" + "@types/unist": "npm:^3.0.0" + "@ungap/structured-clone": "npm:^1.0.0" + hast-util-from-parse5: "npm:^8.0.0" + hast-util-to-parse5: "npm:^8.0.0" + html-void-elements: "npm:^3.0.0" + mdast-util-to-hast: "npm:^13.0.0" + parse5: "npm:^7.0.0" + unist-util-position: "npm:^5.0.0" + unist-util-visit: "npm:^5.0.0" + vfile: "npm:^6.0.0" + web-namespaces: "npm:^2.0.0" + zwitch: "npm:^2.0.0" + checksum: 10c0/03d0fe7ba8bd75c9ce81f829650b19b78917bbe31db70d36bf6f136842496c3474e3bb1841f2d30dafe1f6b561a89a524185492b9a93d40b131000743c0d7998 + languageName: node + linkType: hard + +"hast-util-select@npm:^6.0.2": + version: 6.0.2 + resolution: "hast-util-select@npm:6.0.2" + dependencies: + "@types/hast": "npm:^3.0.0" + "@types/unist": "npm:^3.0.0" + bcp-47-match: "npm:^2.0.0" + comma-separated-tokens: "npm:^2.0.0" + css-selector-parser: "npm:^3.0.0" + devlop: "npm:^1.0.0" + direction: "npm:^2.0.0" + hast-util-has-property: "npm:^3.0.0" + hast-util-to-string: "npm:^3.0.0" + hast-util-whitespace: "npm:^3.0.0" + not: "npm:^0.1.0" + nth-check: "npm:^2.0.0" + property-information: "npm:^6.0.0" + space-separated-tokens: "npm:^2.0.0" + unist-util-visit: "npm:^5.0.0" + zwitch: "npm:^2.0.0" + checksum: 10c0/1e757536119af068f6a3f1e77e3c1d01e16cf0f949cd514791f63cfdfac7a86a0238e567585c1d5868d771c8ca6ecc214f90497e56aa798ed7f5a2115bfa66ac + languageName: node + linkType: hard + +"hast-util-to-estree@npm:^3.0.0": + version: 3.1.0 + resolution: "hast-util-to-estree@npm:3.1.0" + dependencies: + "@types/estree": "npm:^1.0.0" + "@types/estree-jsx": "npm:^1.0.0" + "@types/hast": "npm:^3.0.0" + comma-separated-tokens: "npm:^2.0.0" + devlop: "npm:^1.0.0" + estree-util-attach-comments: "npm:^3.0.0" + estree-util-is-identifier-name: "npm:^3.0.0" + hast-util-whitespace: "npm:^3.0.0" + mdast-util-mdx-expression: "npm:^2.0.0" + mdast-util-mdx-jsx: "npm:^3.0.0" + mdast-util-mdxjs-esm: "npm:^2.0.0" + property-information: "npm:^6.0.0" + space-separated-tokens: "npm:^2.0.0" + style-to-object: "npm:^0.4.0" + unist-util-position: "npm:^5.0.0" + zwitch: "npm:^2.0.0" + checksum: 10c0/9003a8bac26a4580d5fc9f2a271d17330dd653266425e9f5539feecd2f7538868d6630a18f70698b8b804bf14c306418a3f4ab3119bb4692aca78b0c08b1291e + languageName: node + linkType: hard + +"hast-util-to-html@npm:^9.0.0, hast-util-to-html@npm:^9.0.1, hast-util-to-html@npm:^9.0.2, hast-util-to-html@npm:^9.0.3": + version: 9.0.3 + resolution: "hast-util-to-html@npm:9.0.3" + dependencies: + "@types/hast": "npm:^3.0.0" + "@types/unist": "npm:^3.0.0" + ccount: "npm:^2.0.0" + comma-separated-tokens: "npm:^2.0.0" + hast-util-whitespace: "npm:^3.0.0" + html-void-elements: "npm:^3.0.0" + mdast-util-to-hast: "npm:^13.0.0" + property-information: "npm:^6.0.0" + space-separated-tokens: "npm:^2.0.0" + stringify-entities: "npm:^4.0.0" + zwitch: "npm:^2.0.4" + checksum: 10c0/af938a03034727f6c944d3855732d72f71a3bcd920d36b9ba3e083df2217faf81713740934db64673aca69d76b60abe80052e47c0702323fd0bd5dce03b67b8d + languageName: node + linkType: hard + +"hast-util-to-jsx-runtime@npm:^2.0.0": + version: 2.3.0 + resolution: "hast-util-to-jsx-runtime@npm:2.3.0" + dependencies: + "@types/estree": "npm:^1.0.0" + "@types/hast": "npm:^3.0.0" + "@types/unist": "npm:^3.0.0" + comma-separated-tokens: "npm:^2.0.0" + devlop: "npm:^1.0.0" + estree-util-is-identifier-name: "npm:^3.0.0" + hast-util-whitespace: "npm:^3.0.0" + mdast-util-mdx-expression: "npm:^2.0.0" + mdast-util-mdx-jsx: "npm:^3.0.0" + mdast-util-mdxjs-esm: "npm:^2.0.0" + property-information: "npm:^6.0.0" + space-separated-tokens: "npm:^2.0.0" + style-to-object: "npm:^1.0.0" + unist-util-position: "npm:^5.0.0" + vfile-message: "npm:^4.0.0" + checksum: 10c0/df7a36dcc792df7667a54438f044b721753d5e09692606d23bf7336bf4651670111fe7728eebbf9f0e4f96ab3346a05bb23037fa1b1d115482b3bc5bde8b6912 + languageName: node + linkType: hard + +"hast-util-to-parse5@npm:^8.0.0": + version: 8.0.0 + resolution: "hast-util-to-parse5@npm:8.0.0" + dependencies: + "@types/hast": "npm:^3.0.0" + comma-separated-tokens: "npm:^2.0.0" + devlop: "npm:^1.0.0" + property-information: "npm:^6.0.0" + space-separated-tokens: "npm:^2.0.0" + web-namespaces: "npm:^2.0.0" + zwitch: "npm:^2.0.0" + checksum: 10c0/3c0c7fba026e0c4be4675daf7277f9ff22ae6da801435f1b7104f7740de5422576f1c025023c7b3df1d0a161e13a04c6ab8f98ada96eb50adb287b537849a2bd + languageName: node + linkType: hard + +"hast-util-to-string@npm:^3.0.0": + version: 3.0.1 + resolution: "hast-util-to-string@npm:3.0.1" + dependencies: + "@types/hast": "npm:^3.0.0" + checksum: 10c0/b5fa1912a6ba6131affae52a0f4394406c4c0d23c2b0307f1d69988f1030c7bb830289303e67c5ad8f674f5f23a454c1dcd492c39e45a22c1f46d3c9bce5bd0c + languageName: node + linkType: hard + +"hast-util-to-text@npm:^4.0.1, hast-util-to-text@npm:^4.0.2": + version: 4.0.2 + resolution: "hast-util-to-text@npm:4.0.2" + dependencies: + "@types/hast": "npm:^3.0.0" + "@types/unist": "npm:^3.0.0" + hast-util-is-element: "npm:^3.0.0" + unist-util-find-after: "npm:^5.0.0" + checksum: 10c0/93ecc10e68fe5391c6e634140eb330942e71dea2724c8e0c647c73ed74a8ec930a4b77043b5081284808c96f73f2bee64ee416038ece75a63a467e8d14f09946 + languageName: node + linkType: hard + +"hast-util-whitespace@npm:^3.0.0": + version: 3.0.0 + resolution: "hast-util-whitespace@npm:3.0.0" + dependencies: + "@types/hast": "npm:^3.0.0" + checksum: 10c0/b898bc9fe27884b272580d15260b6bbdabe239973a147e97fa98c45fa0ffec967a481aaa42291ec34fb56530dc2d484d473d7e2bae79f39c83f3762307edfea8 + languageName: node + linkType: hard + +"hastscript@npm:^8.0.0": + version: 8.0.0 + resolution: "hastscript@npm:8.0.0" + dependencies: + "@types/hast": "npm:^3.0.0" + comma-separated-tokens: "npm:^2.0.0" + hast-util-parse-selector: "npm:^4.0.0" + property-information: "npm:^6.0.0" + space-separated-tokens: "npm:^2.0.0" + checksum: 10c0/f0b54bbdd710854b71c0f044612db0fe1b5e4d74fa2001633dc8c535c26033269f04f536f9fd5b03f234de1111808f9e230e9d19493bf919432bb24d541719e0 + languageName: node + linkType: hard + +"hastscript@npm:^9.0.0": + version: 9.0.0 + resolution: "hastscript@npm:9.0.0" + dependencies: + "@types/hast": "npm:^3.0.0" + comma-separated-tokens: "npm:^2.0.0" + hast-util-parse-selector: "npm:^4.0.0" + property-information: "npm:^6.0.0" + space-separated-tokens: "npm:^2.0.0" + checksum: 10c0/66eff826846c55482052ebbc99b6881c14aff6421526634f4c95318ba1d0d1f1bbf5aa38446f388943c0f32d5383fa38740c972b37678dd1cd0c82e6e5807fbf + languageName: node + linkType: hard + +"html-escaper@npm:^3.0.3": + version: 3.0.3 + resolution: "html-escaper@npm:3.0.3" + checksum: 10c0/a042fa4139127ff7546513e90ea39cc9161a1938ce90122dbc4260d4b7252c9aa8452f4509c0c2889901b8ae9a8699179150f1f99d3f80bcf7317573c5f08f4e + languageName: node + linkType: hard + +"html-void-elements@npm:^3.0.0": + version: 3.0.0 + resolution: "html-void-elements@npm:3.0.0" + checksum: 10c0/a8b9ec5db23b7c8053876dad73a0336183e6162bf6d2677376d8b38d654fdc59ba74fdd12f8812688f7db6fad451210c91b300e472afc0909224e0a44c8610d2 + languageName: node + linkType: hard + +"html-whitespace-sensitive-tag-names@npm:^3.0.0": + version: 3.0.1 + resolution: "html-whitespace-sensitive-tag-names@npm:3.0.1" + checksum: 10c0/da06cad111f6a432edd85c6cd09f6b5abbb385872fba79f23f939bdd4626920ac2e62507f604ef94eb8449902033bda292774624e3283b4dea4ed1620a2be3b2 + languageName: node + linkType: hard + +"http-cache-semantics@npm:^4.1.1": + version: 4.1.1 + resolution: "http-cache-semantics@npm:4.1.1" + checksum: 10c0/ce1319b8a382eb3cbb4a37c19f6bfe14e5bb5be3d09079e885e8c513ab2d3cd9214902f8a31c9dc4e37022633ceabfc2d697405deeaf1b8f3552bb4ed996fdfc + languageName: node + linkType: hard + +"http-proxy-agent@npm:^7.0.0": + version: 7.0.2 + resolution: "http-proxy-agent@npm:7.0.2" + dependencies: + agent-base: "npm:^7.1.0" + debug: "npm:^4.3.4" + checksum: 10c0/4207b06a4580fb85dd6dff521f0abf6db517489e70863dca1a0291daa7f2d3d2d6015a57bd702af068ea5cf9f1f6ff72314f5f5b4228d299c0904135d2aef921 + languageName: node + linkType: hard + +"https-proxy-agent@npm:^7.0.1": + version: 7.0.5 + resolution: "https-proxy-agent@npm:7.0.5" + dependencies: + agent-base: "npm:^7.0.2" + debug: "npm:4" + checksum: 10c0/2490e3acec397abeb88807db52cac59102d5ed758feee6df6112ab3ccd8325e8a1ce8bce6f4b66e5470eca102d31e425ace904242e4fa28dbe0c59c4bafa7b2c + languageName: node + linkType: hard + +"i18next@npm:^23.11.5": + version: 23.15.1 + resolution: "i18next@npm:23.15.1" + dependencies: + "@babel/runtime": "npm:^7.23.2" + checksum: 10c0/06bf6c45c70ebe8cc1181ce5f367f6a60acc798abb1926329e67e092a25762cabbfed64ac149745d515f724d2a6fef3bf809bd4fd8f505a7966e9e4dd2e3fd69 + languageName: node + linkType: hard + +"iconv-lite@npm:^0.6.2": + version: 0.6.3 + resolution: "iconv-lite@npm:0.6.3" + dependencies: + safer-buffer: "npm:>= 2.1.2 < 3.0.0" + checksum: 10c0/98102bc66b33fcf5ac044099d1257ba0b7ad5e3ccd3221f34dd508ab4070edff183276221684e1e0555b145fce0850c9f7d2b60a9fcac50fbb4ea0d6e845a3b1 + languageName: node + linkType: hard + +"ieee754@npm:^1.1.13": + version: 1.2.1 + resolution: "ieee754@npm:1.2.1" + checksum: 10c0/b0782ef5e0935b9f12883a2e2aa37baa75da6e66ce6515c168697b42160807d9330de9a32ec1ed73149aea02e0d822e572bca6f1e22bdcbd2149e13b050b17bb + languageName: node + linkType: hard + +"import-meta-resolve@npm:^4.1.0": + version: 4.1.0 + resolution: "import-meta-resolve@npm:4.1.0" + checksum: 10c0/42f3284b0460635ddf105c4ad99c6716099c3ce76702602290ad5cbbcd295700cbc04e4bdf47bacf9e3f1a4cec2e1ff887dabc20458bef398f9de22ddff45ef5 + languageName: node + linkType: hard + +"imurmurhash@npm:^0.1.4": + version: 0.1.4 + resolution: "imurmurhash@npm:0.1.4" + checksum: 10c0/8b51313850dd33605c6c9d3fd9638b714f4c4c40250cff658209f30d40da60f78992fb2df5dabee4acf589a6a82bbc79ad5486550754bd9ec4e3fc0d4a57d6a6 + languageName: node + linkType: hard + +"indent-string@npm:^4.0.0": + version: 4.0.0 + resolution: "indent-string@npm:4.0.0" + checksum: 10c0/1e1904ddb0cb3d6cce7cd09e27a90184908b7a5d5c21b92e232c93579d314f0b83c246ffb035493d0504b1e9147ba2c9b21df0030f48673fba0496ecd698161f + languageName: node + linkType: hard + +"inherits@npm:^2.0.3, inherits@npm:^2.0.4": + version: 2.0.4 + resolution: "inherits@npm:2.0.4" + checksum: 10c0/4e531f648b29039fb7426fb94075e6545faa1eb9fe83c29f0b6d9e7263aceb4289d2d4557db0d428188eeb449cc7c5e77b0a0b2c4e248ff2a65933a0dee49ef2 + languageName: node + linkType: hard + +"ini@npm:~1.3.0": + version: 1.3.8 + resolution: "ini@npm:1.3.8" + checksum: 10c0/ec93838d2328b619532e4f1ff05df7909760b6f66d9c9e2ded11e5c1897d6f2f9980c54dd638f88654b00919ce31e827040631eab0a3969e4d1abefa0719516a + languageName: node + linkType: hard + +"inline-style-parser@npm:0.1.1": + version: 0.1.1 + resolution: "inline-style-parser@npm:0.1.1" + checksum: 10c0/08832a533f51a1e17619f2eabf2f5ec5e956d6dcba1896351285c65df022c9420de61d73256e1dca8015a52abf96cc84ddc3b73b898b22de6589d3962b5e501b + languageName: node + linkType: hard + +"inline-style-parser@npm:0.2.4": + version: 0.2.4 + resolution: "inline-style-parser@npm:0.2.4" + checksum: 10c0/ddc0b210eaa03e0f98d677b9836242c583c7c6051e84ce0e704ae4626e7871c5b78f8e30853480218b446355745775df318d4f82d33087ff7e393245efa9a881 + languageName: node + linkType: hard + +"ip-address@npm:^9.0.5": + version: 9.0.5 + resolution: "ip-address@npm:9.0.5" + dependencies: + jsbn: "npm:1.1.0" + sprintf-js: "npm:^1.1.3" + checksum: 10c0/331cd07fafcb3b24100613e4b53e1a2b4feab11e671e655d46dc09ee233da5011284d09ca40c4ecbdfe1d0004f462958675c224a804259f2f78d2465a87824bc + languageName: node + linkType: hard + +"is-alphabetical@npm:^2.0.0": + version: 2.0.1 + resolution: "is-alphabetical@npm:2.0.1" + checksum: 10c0/932367456f17237533fd1fc9fe179df77957271020b83ea31da50e5cc472d35ef6b5fb8147453274ffd251134472ce24eb6f8d8398d96dee98237cdb81a6c9a7 + languageName: node + linkType: hard + +"is-alphanumerical@npm:^2.0.0": + version: 2.0.1 + resolution: "is-alphanumerical@npm:2.0.1" + dependencies: + is-alphabetical: "npm:^2.0.0" + is-decimal: "npm:^2.0.0" + checksum: 10c0/4b35c42b18e40d41378293f82a3ecd9de77049b476f748db5697c297f686e1e05b072a6aaae2d16f54d2a57f85b00cbbe755c75f6d583d1c77d6657bd0feb5a2 + languageName: node + linkType: hard + +"is-arrayish@npm:^0.3.1": + version: 0.3.2 + resolution: "is-arrayish@npm:0.3.2" + checksum: 10c0/f59b43dc1d129edb6f0e282595e56477f98c40278a2acdc8b0a5c57097c9eff8fe55470493df5775478cf32a4dc8eaf6d3a749f07ceee5bc263a78b2434f6a54 + languageName: node + linkType: hard + +"is-binary-path@npm:~2.1.0": + version: 2.1.0 + resolution: "is-binary-path@npm:2.1.0" + dependencies: + binary-extensions: "npm:^2.0.0" + checksum: 10c0/a16eaee59ae2b315ba36fad5c5dcaf8e49c3e27318f8ab8fa3cdb8772bf559c8d1ba750a589c2ccb096113bb64497084361a25960899cb6172a6925ab6123d38 + languageName: node + linkType: hard + +"is-decimal@npm:^2.0.0": + version: 2.0.1 + resolution: "is-decimal@npm:2.0.1" + checksum: 10c0/8085dd66f7d82f9de818fba48b9e9c0429cb4291824e6c5f2622e96b9680b54a07a624cfc663b24148b8e853c62a1c987cfe8b0b5a13f5156991afaf6736e334 + languageName: node + linkType: hard + +"is-docker@npm:^3.0.0": + version: 3.0.0 + resolution: "is-docker@npm:3.0.0" + bin: + is-docker: cli.js + checksum: 10c0/d2c4f8e6d3e34df75a5defd44991b6068afad4835bb783b902fa12d13ebdb8f41b2a199dcb0b5ed2cb78bfee9e4c0bbdb69c2d9646f4106464674d3e697a5856 + languageName: node + linkType: hard + +"is-extendable@npm:^0.1.0": + version: 0.1.1 + resolution: "is-extendable@npm:0.1.1" + checksum: 10c0/dd5ca3994a28e1740d1e25192e66eed128e0b2ff161a7ea348e87ae4f616554b486854de423877a2a2c171d5f7cd6e8093b91f54533bc88a59ee1c9838c43879 + languageName: node + linkType: hard + +"is-extglob@npm:^2.1.1": + version: 2.1.1 + resolution: "is-extglob@npm:2.1.1" + checksum: 10c0/5487da35691fbc339700bbb2730430b07777a3c21b9ebaecb3072512dfd7b4ba78ac2381a87e8d78d20ea08affb3f1971b4af629173a6bf435ff8a4c47747912 + languageName: node + linkType: hard + +"is-fullwidth-code-point@npm:^3.0.0": + version: 3.0.0 + resolution: "is-fullwidth-code-point@npm:3.0.0" + checksum: 10c0/bb11d825e049f38e04c06373a8d72782eee0205bda9d908cc550ccb3c59b99d750ff9537982e01733c1c94a58e35400661f57042158ff5e8f3e90cf936daf0fc + languageName: node + linkType: hard + +"is-glob@npm:^4.0.1, is-glob@npm:~4.0.1": + version: 4.0.3 + resolution: "is-glob@npm:4.0.3" + dependencies: + is-extglob: "npm:^2.1.1" + checksum: 10c0/17fb4014e22be3bbecea9b2e3a76e9e34ff645466be702f1693e8f1ee1adac84710d0be0bd9f967d6354036fd51ab7c2741d954d6e91dae6bb69714de92c197a + languageName: node + linkType: hard + +"is-hexadecimal@npm:^2.0.0": + version: 2.0.1 + resolution: "is-hexadecimal@npm:2.0.1" + checksum: 10c0/3eb60fe2f1e2bbc760b927dcad4d51eaa0c60138cf7fc671803f66353ad90c301605b502c7ea4c6bb0548e1c7e79dfd37b73b632652e3b76030bba603a7e9626 + languageName: node + linkType: hard + +"is-inside-container@npm:^1.0.0": + version: 1.0.0 + resolution: "is-inside-container@npm:1.0.0" + dependencies: + is-docker: "npm:^3.0.0" + bin: + is-inside-container: cli.js + checksum: 10c0/a8efb0e84f6197e6ff5c64c52890fa9acb49b7b74fed4da7c95383965da6f0fa592b4dbd5e38a79f87fc108196937acdbcd758fcefc9b140e479b39ce1fcd1cd + languageName: node + linkType: hard + +"is-interactive@npm:^2.0.0": + version: 2.0.0 + resolution: "is-interactive@npm:2.0.0" + checksum: 10c0/801c8f6064f85199dc6bf99b5dd98db3282e930c3bc197b32f2c5b89313bb578a07d1b8a01365c4348c2927229234f3681eb861b9c2c92bee72ff397390fa600 + languageName: node + linkType: hard + +"is-lambda@npm:^1.0.1": + version: 1.0.1 + resolution: "is-lambda@npm:1.0.1" + checksum: 10c0/85fee098ae62ba6f1e24cf22678805473c7afd0fb3978a3aa260e354cb7bcb3a5806cf0a98403188465efedec41ab4348e8e4e79305d409601323855b3839d4d + languageName: node + linkType: hard + +"is-number@npm:^7.0.0": + version: 7.0.0 + resolution: "is-number@npm:7.0.0" + checksum: 10c0/b4686d0d3053146095ccd45346461bc8e53b80aeb7671cc52a4de02dbbf7dc0d1d2a986e2fe4ae206984b4d34ef37e8b795ebc4f4295c978373e6575e295d811 + languageName: node + linkType: hard + +"is-plain-obj@npm:^4.0.0": + version: 4.1.0 + resolution: "is-plain-obj@npm:4.1.0" + checksum: 10c0/32130d651d71d9564dc88ba7e6fda0e91a1010a3694648e9f4f47bb6080438140696d3e3e15c741411d712e47ac9edc1a8a9de1fe76f3487b0d90be06ac9975e + languageName: node + linkType: hard + +"is-reference@npm:^3.0.0": + version: 3.0.2 + resolution: "is-reference@npm:3.0.2" + dependencies: + "@types/estree": "npm:*" + checksum: 10c0/652d31b405e8e8269071cee78fe874b072745012eba202c6dc86880fd603a65ae043e3160990ab4a0a4b33567cbf662eecf3bc6b3c2c1550e6c2b6cf885ce5aa + languageName: node + linkType: hard + +"is-unicode-supported@npm:^1.3.0": + version: 1.3.0 + resolution: "is-unicode-supported@npm:1.3.0" + checksum: 10c0/b8674ea95d869f6faabddc6a484767207058b91aea0250803cbf1221345cb0c56f466d4ecea375dc77f6633d248d33c47bd296fb8f4cdba0b4edba8917e83d8a + languageName: node + linkType: hard + +"is-unicode-supported@npm:^2.0.0": + version: 2.1.0 + resolution: "is-unicode-supported@npm:2.1.0" + checksum: 10c0/a0f53e9a7c1fdbcf2d2ef6e40d4736fdffff1c9f8944c75e15425118ff3610172c87bf7bc6c34d3903b04be59790bb2212ddbe21ee65b5a97030fc50370545a5 + languageName: node + linkType: hard + +"is-wsl@npm:^3.0.0": + version: 3.1.0 + resolution: "is-wsl@npm:3.1.0" + dependencies: + is-inside-container: "npm:^1.0.0" + checksum: 10c0/d3317c11995690a32c362100225e22ba793678fe8732660c6de511ae71a0ff05b06980cf21f98a6bf40d7be0e9e9506f859abe00a1118287d63e53d0a3d06947 + languageName: node + linkType: hard + +"isexe@npm:^2.0.0": + version: 2.0.0 + resolution: "isexe@npm:2.0.0" + checksum: 10c0/228cfa503fadc2c31596ab06ed6aa82c9976eec2bfd83397e7eaf06d0ccf42cd1dfd6743bf9aeb01aebd4156d009994c5f76ea898d2832c1fe342da923ca457d + languageName: node + linkType: hard + +"isexe@npm:^3.1.1": + version: 3.1.1 + resolution: "isexe@npm:3.1.1" + checksum: 10c0/9ec257654093443eb0a528a9c8cbba9c0ca7616ccb40abd6dde7202734d96bb86e4ac0d764f0f8cd965856aacbff2f4ce23e730dc19dfb41e3b0d865ca6fdcc7 + languageName: node + linkType: hard + +"jackspeak@npm:^3.1.2": + version: 3.4.3 + resolution: "jackspeak@npm:3.4.3" + dependencies: + "@isaacs/cliui": "npm:^8.0.2" + "@pkgjs/parseargs": "npm:^0.11.0" + dependenciesMeta: + "@pkgjs/parseargs": + optional: true + checksum: 10c0/6acc10d139eaefdbe04d2f679e6191b3abf073f111edf10b1de5302c97ec93fffeb2fdd8681ed17f16268aa9dd4f8c588ed9d1d3bffbbfa6e8bf897cbb3149b9 + languageName: node + linkType: hard + +"js-tokens@npm:^4.0.0": + version: 4.0.0 + resolution: "js-tokens@npm:4.0.0" + checksum: 10c0/e248708d377aa058eacf2037b07ded847790e6de892bbad3dac0abba2e759cb9f121b00099a65195616badcb6eca8d14d975cb3e89eb1cfda644756402c8aeed + languageName: node + linkType: hard + +"js-yaml@npm:^3.13.0, js-yaml@npm:^3.13.1": + version: 3.14.1 + resolution: "js-yaml@npm:3.14.1" + dependencies: + argparse: "npm:^1.0.7" + esprima: "npm:^4.0.0" + bin: + js-yaml: bin/js-yaml.js + checksum: 10c0/6746baaaeac312c4db8e75fa22331d9a04cccb7792d126ed8ce6a0bbcfef0cedaddd0c5098fade53db067c09fe00aa1c957674b4765610a8b06a5a189e46433b + languageName: node + linkType: hard + +"js-yaml@npm:^4.1.0": + version: 4.1.0 + resolution: "js-yaml@npm:4.1.0" + dependencies: + argparse: "npm:^2.0.1" + bin: + js-yaml: bin/js-yaml.js + checksum: 10c0/184a24b4eaacfce40ad9074c64fd42ac83cf74d8c8cd137718d456ced75051229e5061b8633c3366b8aada17945a7a356b337828c19da92b51ae62126575018f + languageName: node + linkType: hard + +"jsbn@npm:1.1.0": + version: 1.1.0 + resolution: "jsbn@npm:1.1.0" + checksum: 10c0/4f907fb78d7b712e11dea8c165fe0921f81a657d3443dde75359ed52eb2b5d33ce6773d97985a089f09a65edd80b11cb75c767b57ba47391fee4c969f7215c96 + languageName: node + linkType: hard + +"jsesc@npm:^2.5.1": + version: 2.5.2 + resolution: "jsesc@npm:2.5.2" + bin: + jsesc: bin/jsesc + checksum: 10c0/dbf59312e0ebf2b4405ef413ec2b25abb5f8f4d9bc5fb8d9f90381622ebca5f2af6a6aa9a8578f65903f9e33990a6dc798edd0ce5586894bf0e9e31803a1de88 + languageName: node + linkType: hard + +"json-schema-traverse@npm:^1.0.0": + version: 1.0.0 + resolution: "json-schema-traverse@npm:1.0.0" + checksum: 10c0/71e30015d7f3d6dc1c316d6298047c8ef98a06d31ad064919976583eb61e1018a60a0067338f0f79cabc00d84af3fcc489bd48ce8a46ea165d9541ba17fb30c6 + languageName: node + linkType: hard + +"json5@npm:^2.2.3": + version: 2.2.3 + resolution: "json5@npm:2.2.3" + bin: + json5: lib/cli.js + checksum: 10c0/5a04eed94810fa55c5ea138b2f7a5c12b97c3750bc63d11e511dcecbfef758003861522a070c2272764ee0f4e3e323862f386945aeb5b85b87ee43f084ba586c + languageName: node + linkType: hard + +"jsonc-parser@npm:^2.3.0": + version: 2.3.1 + resolution: "jsonc-parser@npm:2.3.1" + checksum: 10c0/b5e823612f6518a4d35e65d3c642e87b994c52a71b6d83d306d59f9b57003a1f6c64659808f0f1c3448991c28916d56faca45222f31ddb1a32effecdef0f0485 + languageName: node + linkType: hard + +"jsonc-parser@npm:^3.0.0": + version: 3.3.1 + resolution: "jsonc-parser@npm:3.3.1" + checksum: 10c0/269c3ae0a0e4f907a914bf334306c384aabb9929bd8c99f909275ebd5c2d3bc70b9bcd119ad794f339dec9f24b6a4ee9cd5a8ab2e6435e730ad4075388fc2ab6 + languageName: node + linkType: hard + +"kind-of@npm:^6.0.0, kind-of@npm:^6.0.2": + version: 6.0.3 + resolution: "kind-of@npm:6.0.3" + checksum: 10c0/61cdff9623dabf3568b6445e93e31376bee1cdb93f8ba7033d86022c2a9b1791a1d9510e026e6465ebd701a6dd2f7b0808483ad8838341ac52f003f512e0b4c4 + languageName: node + linkType: hard + +"kleur@npm:^3.0.3": + version: 3.0.3 + resolution: "kleur@npm:3.0.3" + checksum: 10c0/cd3a0b8878e7d6d3799e54340efe3591ca787d9f95f109f28129bdd2915e37807bf8918bb295ab86afb8c82196beec5a1adcaf29042ce3f2bd932b038fe3aa4b + languageName: node + linkType: hard + +"kleur@npm:^4.1.5": + version: 4.1.5 + resolution: "kleur@npm:4.1.5" + checksum: 10c0/e9de6cb49657b6fa70ba2d1448fd3d691a5c4370d8f7bbf1c2f64c24d461270f2117e1b0afe8cb3114f13bbd8e51de158c2a224953960331904e636a5e4c0f2a + languageName: node + linkType: hard + +"linkify-it@npm:^5.0.0": + version: 5.0.0 + resolution: "linkify-it@npm:5.0.0" + dependencies: + uc.micro: "npm:^2.0.0" + checksum: 10c0/ff4abbcdfa2003472fc3eb4b8e60905ec97718e11e33cca52059919a4c80cc0e0c2a14d23e23d8c00e5402bc5a885cdba8ca053a11483ab3cc8b3c7a52f88e2d + languageName: node + linkType: hard + +"load-yaml-file@npm:^0.2.0": + version: 0.2.0 + resolution: "load-yaml-file@npm:0.2.0" + dependencies: + graceful-fs: "npm:^4.1.5" + js-yaml: "npm:^3.13.0" + pify: "npm:^4.0.1" + strip-bom: "npm:^3.0.0" + checksum: 10c0/e00ed43048c0648dfef7639129b6d7e5c2272bc36d2a50dd983dd495f3341a02cd2c40765afa01345f798d0d894e5ba53212449933e72ddfa4d3f7a48f822d2f + languageName: node + linkType: hard + +"locate-path@npm:^5.0.0": + version: 5.0.0 + resolution: "locate-path@npm:5.0.0" + dependencies: + p-locate: "npm:^4.1.0" + checksum: 10c0/33a1c5247e87e022f9713e6213a744557a3e9ec32c5d0b5efb10aa3a38177615bf90221a5592674857039c1a0fd2063b82f285702d37b792d973e9e72ace6c59 + languageName: node + linkType: hard + +"lodash@npm:4.17.21": + version: 4.17.21 + resolution: "lodash@npm:4.17.21" + checksum: 10c0/d8cbea072bb08655bb4c989da418994b073a608dffa608b09ac04b43a791b12aeae7cd7ad919aa4c925f33b48490b5cfe6c1f71d827956071dae2e7bb3a6b74c + languageName: node + linkType: hard + +"log-symbols@npm:^6.0.0": + version: 6.0.0 + resolution: "log-symbols@npm:6.0.0" + dependencies: + chalk: "npm:^5.3.0" + is-unicode-supported: "npm:^1.3.0" + checksum: 10c0/36636cacedba8f067d2deb4aad44e91a89d9efb3ead27e1846e7b82c9a10ea2e3a7bd6ce28a7ca616bebc60954ff25c67b0f92d20a6a746bb3cc52c3701891f6 + languageName: node + linkType: hard + +"longest-streak@npm:^3.0.0": + version: 3.1.0 + resolution: "longest-streak@npm:3.1.0" + checksum: 10c0/7c2f02d0454b52834d1bcedef79c557bd295ee71fdabb02d041ff3aa9da48a90b5df7c0409156dedbc4df9b65da18742652aaea4759d6ece01f08971af6a7eaa + languageName: node + linkType: hard + +"lru-cache@npm:^10.0.1, lru-cache@npm:^10.2.0": + version: 10.4.3 + resolution: "lru-cache@npm:10.4.3" + checksum: 10c0/ebd04fbca961e6c1d6c0af3799adcc966a1babe798f685bb84e6599266599cd95d94630b10262f5424539bc4640107e8a33aa28585374abf561d30d16f4b39fb + languageName: node + linkType: hard + +"lru-cache@npm:^5.1.1": + version: 5.1.1 + resolution: "lru-cache@npm:5.1.1" + dependencies: + yallist: "npm:^3.0.2" + checksum: 10c0/89b2ef2ef45f543011e38737b8a8622a2f8998cddf0e5437174ef8f1f70a8b9d14a918ab3e232cb3ba343b7abddffa667f0b59075b2b80e6b4d63c3de6127482 + languageName: node + linkType: hard + +"magic-string@npm:^0.30.11": + version: 0.30.11 + resolution: "magic-string@npm:0.30.11" + dependencies: + "@jridgewell/sourcemap-codec": "npm:^1.5.0" + checksum: 10c0/b9eb370773d0bd90ca11a848753409d8e5309b1ad56d2a1aa49d6649da710a6d2fe7237ad1a643c5a5d3800de2b9946ed9690acdfc00e6cc1aeafff3ab1752c4 + languageName: node + linkType: hard + +"magicast@npm:^0.3.5": + version: 0.3.5 + resolution: "magicast@npm:0.3.5" + dependencies: + "@babel/parser": "npm:^7.25.4" + "@babel/types": "npm:^7.25.4" + source-map-js: "npm:^1.2.0" + checksum: 10c0/a6cacc0a848af84f03e3f5bda7b0de75e4d0aa9ddce5517fd23ed0f31b5ddd51b2d0ff0b7e09b51f7de0f4053c7a1107117edda6b0732dca3e9e39e6c5a68c64 + languageName: node + linkType: hard + +"make-fetch-happen@npm:^13.0.0": + version: 13.0.1 + resolution: "make-fetch-happen@npm:13.0.1" + dependencies: + "@npmcli/agent": "npm:^2.0.0" + cacache: "npm:^18.0.0" + http-cache-semantics: "npm:^4.1.1" + is-lambda: "npm:^1.0.1" + minipass: "npm:^7.0.2" + minipass-fetch: "npm:^3.0.0" + minipass-flush: "npm:^1.0.5" + minipass-pipeline: "npm:^1.2.4" + negotiator: "npm:^0.6.3" + proc-log: "npm:^4.2.0" + promise-retry: "npm:^2.0.1" + ssri: "npm:^10.0.0" + checksum: 10c0/df5f4dbb6d98153b751bccf4dc4cc500de85a96a9331db9805596c46aa9f99d9555983954e6c1266d9f981ae37a9e4647f42b9a4bb5466f867f4012e582c9e7e + languageName: node + linkType: hard + +"markdown-extensions@npm:^2.0.0": + version: 2.0.0 + resolution: "markdown-extensions@npm:2.0.0" + checksum: 10c0/406139da2aa0d5ebad86195c8e8c02412f873c452b4c087ae7bc767af37956141be449998223bb379eea179b5fd38dfa610602b6f29c22ddab5d51e627a7e41d + languageName: node + linkType: hard + +"markdown-it@npm:^14.1.0": + version: 14.1.0 + resolution: "markdown-it@npm:14.1.0" + dependencies: + argparse: "npm:^2.0.1" + entities: "npm:^4.4.0" + linkify-it: "npm:^5.0.0" + mdurl: "npm:^2.0.0" + punycode.js: "npm:^2.3.1" + uc.micro: "npm:^2.1.0" + bin: + markdown-it: bin/markdown-it.mjs + checksum: 10c0/9a6bb444181d2db7016a4173ae56a95a62c84d4cbfb6916a399b11d3e6581bf1cc2e4e1d07a2f022ae72c25f56db90fbe1e529fca16fbf9541659dc53480d4b4 + languageName: node + linkType: hard + +"markdown-table@npm:^3.0.0": + version: 3.0.3 + resolution: "markdown-table@npm:3.0.3" + checksum: 10c0/47433a3f31e4637a184e38e873ab1d2fadfb0106a683d466fec329e99a2d8dfa09f091fa42202c6f13ec94aef0199f449a684b28042c636f2edbc1b7e1811dcd + languageName: node + linkType: hard + +"mdast-util-definitions@npm:^6.0.0": + version: 6.0.0 + resolution: "mdast-util-definitions@npm:6.0.0" + dependencies: + "@types/mdast": "npm:^4.0.0" + "@types/unist": "npm:^3.0.0" + unist-util-visit: "npm:^5.0.0" + checksum: 10c0/a2e0e51122a3eff4f35379de2c50ee3d8a89bea58488a390b1b40ada95727eb769f87d4bc885e5935d61820d19e0567bc047876db302a2139f3a29668b612b80 + languageName: node + linkType: hard + +"mdast-util-directive@npm:^3.0.0": + version: 3.0.0 + resolution: "mdast-util-directive@npm:3.0.0" + dependencies: + "@types/mdast": "npm:^4.0.0" + "@types/unist": "npm:^3.0.0" + devlop: "npm:^1.0.0" + mdast-util-from-markdown: "npm:^2.0.0" + mdast-util-to-markdown: "npm:^2.0.0" + parse-entities: "npm:^4.0.0" + stringify-entities: "npm:^4.0.0" + unist-util-visit-parents: "npm:^6.0.0" + checksum: 10c0/4a71b27f5f0c4ead5293a12d4118d4d832951ac0efdeba4af2dd78f5679f9cabee80feb3619f219a33674c12df3780def1bd3150d7298aaf0ef734f0dfbab999 + languageName: node + linkType: hard + +"mdast-util-find-and-replace@npm:^3.0.0": + version: 3.0.1 + resolution: "mdast-util-find-and-replace@npm:3.0.1" + dependencies: + "@types/mdast": "npm:^4.0.0" + escape-string-regexp: "npm:^5.0.0" + unist-util-is: "npm:^6.0.0" + unist-util-visit-parents: "npm:^6.0.0" + checksum: 10c0/1faca98c4ee10a919f23b8cc6d818e5bb6953216a71dfd35f51066ed5d51ef86e5063b43dcfdc6061cd946e016a9f0d44a1dccadd58452cf4ed14e39377f00cb + languageName: node + linkType: hard + +"mdast-util-from-markdown@npm:^2.0.0": + version: 2.0.1 + resolution: "mdast-util-from-markdown@npm:2.0.1" + dependencies: + "@types/mdast": "npm:^4.0.0" + "@types/unist": "npm:^3.0.0" + decode-named-character-reference: "npm:^1.0.0" + devlop: "npm:^1.0.0" + mdast-util-to-string: "npm:^4.0.0" + micromark: "npm:^4.0.0" + micromark-util-decode-numeric-character-reference: "npm:^2.0.0" + micromark-util-decode-string: "npm:^2.0.0" + micromark-util-normalize-identifier: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + unist-util-stringify-position: "npm:^4.0.0" + checksum: 10c0/496596bc6419200ff6258531a0ebcaee576a5c169695f5aa296a79a85f2a221bb9247d565827c709a7c2acfb56ae3c3754bf483d86206617bd299a9658c8121c + languageName: node + linkType: hard + +"mdast-util-gfm-autolink-literal@npm:^2.0.0": + version: 2.0.1 + resolution: "mdast-util-gfm-autolink-literal@npm:2.0.1" + dependencies: + "@types/mdast": "npm:^4.0.0" + ccount: "npm:^2.0.0" + devlop: "npm:^1.0.0" + mdast-util-find-and-replace: "npm:^3.0.0" + micromark-util-character: "npm:^2.0.0" + checksum: 10c0/963cd22bd42aebdec7bdd0a527c9494d024d1ad0739c43dc040fee35bdfb5e29c22564330a7418a72b5eab51d47a6eff32bc0255ef3ccb5cebfe8970e91b81b6 + languageName: node + linkType: hard + +"mdast-util-gfm-footnote@npm:^2.0.0": + version: 2.0.0 + resolution: "mdast-util-gfm-footnote@npm:2.0.0" + dependencies: + "@types/mdast": "npm:^4.0.0" + devlop: "npm:^1.1.0" + mdast-util-from-markdown: "npm:^2.0.0" + mdast-util-to-markdown: "npm:^2.0.0" + micromark-util-normalize-identifier: "npm:^2.0.0" + checksum: 10c0/c673b22bea24740235e74cfd66765b41a2fa540334f7043fa934b94938b06b7d3c93f2d3b33671910c5492b922c0cc98be833be3b04cfed540e0679650a6d2de + languageName: node + linkType: hard + +"mdast-util-gfm-strikethrough@npm:^2.0.0": + version: 2.0.0 + resolution: "mdast-util-gfm-strikethrough@npm:2.0.0" + dependencies: + "@types/mdast": "npm:^4.0.0" + mdast-util-from-markdown: "npm:^2.0.0" + mdast-util-to-markdown: "npm:^2.0.0" + checksum: 10c0/b053e93d62c7545019bd914271ea9e5667ad3b3b57d16dbf68e56fea39a7e19b4a345e781312714eb3d43fdd069ff7ee22a3ca7f6149dfa774554f19ce3ac056 + languageName: node + linkType: hard + +"mdast-util-gfm-table@npm:^2.0.0": + version: 2.0.0 + resolution: "mdast-util-gfm-table@npm:2.0.0" + dependencies: + "@types/mdast": "npm:^4.0.0" + devlop: "npm:^1.0.0" + markdown-table: "npm:^3.0.0" + mdast-util-from-markdown: "npm:^2.0.0" + mdast-util-to-markdown: "npm:^2.0.0" + checksum: 10c0/128af47c503a53bd1c79f20642561e54a510ad5e2db1e418d28fefaf1294ab839e6c838e341aef5d7e404f9170b9ca3d1d89605f234efafde93ee51174a6e31e + languageName: node + linkType: hard + +"mdast-util-gfm-task-list-item@npm:^2.0.0": + version: 2.0.0 + resolution: "mdast-util-gfm-task-list-item@npm:2.0.0" + dependencies: + "@types/mdast": "npm:^4.0.0" + devlop: "npm:^1.0.0" + mdast-util-from-markdown: "npm:^2.0.0" + mdast-util-to-markdown: "npm:^2.0.0" + checksum: 10c0/258d725288482b636c0a376c296431390c14b4f29588675297cb6580a8598ed311fc73ebc312acfca12cc8546f07a3a285a53a3b082712e2cbf5c190d677d834 + languageName: node + linkType: hard + +"mdast-util-gfm@npm:^3.0.0": + version: 3.0.0 + resolution: "mdast-util-gfm@npm:3.0.0" + dependencies: + mdast-util-from-markdown: "npm:^2.0.0" + mdast-util-gfm-autolink-literal: "npm:^2.0.0" + mdast-util-gfm-footnote: "npm:^2.0.0" + mdast-util-gfm-strikethrough: "npm:^2.0.0" + mdast-util-gfm-table: "npm:^2.0.0" + mdast-util-gfm-task-list-item: "npm:^2.0.0" + mdast-util-to-markdown: "npm:^2.0.0" + checksum: 10c0/91596fe9bf3e4a0c546d0c57f88106c17956d9afbe88ceb08308e4da2388aff64489d649ddad599caecfdf755fc3ae4c9b82c219b85281bc0586b67599881fca + languageName: node + linkType: hard + +"mdast-util-mdx-expression@npm:^2.0.0": + version: 2.0.1 + resolution: "mdast-util-mdx-expression@npm:2.0.1" + dependencies: + "@types/estree-jsx": "npm:^1.0.0" + "@types/hast": "npm:^3.0.0" + "@types/mdast": "npm:^4.0.0" + devlop: "npm:^1.0.0" + mdast-util-from-markdown: "npm:^2.0.0" + mdast-util-to-markdown: "npm:^2.0.0" + checksum: 10c0/9a1e57940f66431f10312fa239096efa7627f375e7933b5d3162c0b5c1712a72ac87447aff2b6838d2bbd5c1311b188718cc90b33b67dc67a88550e0a6ef6183 + languageName: node + linkType: hard + +"mdast-util-mdx-jsx@npm:^3.0.0": + version: 3.1.3 + resolution: "mdast-util-mdx-jsx@npm:3.1.3" + dependencies: + "@types/estree-jsx": "npm:^1.0.0" + "@types/hast": "npm:^3.0.0" + "@types/mdast": "npm:^4.0.0" + "@types/unist": "npm:^3.0.0" + ccount: "npm:^2.0.0" + devlop: "npm:^1.1.0" + mdast-util-from-markdown: "npm:^2.0.0" + mdast-util-to-markdown: "npm:^2.0.0" + parse-entities: "npm:^4.0.0" + stringify-entities: "npm:^4.0.0" + unist-util-stringify-position: "npm:^4.0.0" + vfile-message: "npm:^4.0.0" + checksum: 10c0/1b0b64215efbbbb1ee9ba2a2b3e5f11859dada7dff162949a0d503aefbd75c0308f17d404df126c54acea06d2224905915b2cac2e6c999514c919bd963b8de24 + languageName: node + linkType: hard + +"mdast-util-mdx@npm:^3.0.0": + version: 3.0.0 + resolution: "mdast-util-mdx@npm:3.0.0" + dependencies: + mdast-util-from-markdown: "npm:^2.0.0" + mdast-util-mdx-expression: "npm:^2.0.0" + mdast-util-mdx-jsx: "npm:^3.0.0" + mdast-util-mdxjs-esm: "npm:^2.0.0" + mdast-util-to-markdown: "npm:^2.0.0" + checksum: 10c0/4faea13f77d6bc9aa64ee41a5e4779110b73444a17fda363df6ebe880ecfa58b321155b71f8801c3faa6d70d6222a32a00cbd6dbf5fad8db417f4688bc9c74e1 + languageName: node + linkType: hard + +"mdast-util-mdxjs-esm@npm:^2.0.0": + version: 2.0.1 + resolution: "mdast-util-mdxjs-esm@npm:2.0.1" + dependencies: + "@types/estree-jsx": "npm:^1.0.0" + "@types/hast": "npm:^3.0.0" + "@types/mdast": "npm:^4.0.0" + devlop: "npm:^1.0.0" + mdast-util-from-markdown: "npm:^2.0.0" + mdast-util-to-markdown: "npm:^2.0.0" + checksum: 10c0/5bda92fc154141705af2b804a534d891f28dac6273186edf1a4c5e3f045d5b01dbcac7400d27aaf91b7e76e8dce007c7b2fdf136c11ea78206ad00bdf9db46bc + languageName: node + linkType: hard + +"mdast-util-phrasing@npm:^4.0.0": + version: 4.1.0 + resolution: "mdast-util-phrasing@npm:4.1.0" + dependencies: + "@types/mdast": "npm:^4.0.0" + unist-util-is: "npm:^6.0.0" + checksum: 10c0/bf6c31d51349aa3d74603d5e5a312f59f3f65662ed16c58017169a5fb0f84ca98578f626c5ee9e4aa3e0a81c996db8717096705521bddb4a0185f98c12c9b42f + languageName: node + linkType: hard + +"mdast-util-to-hast@npm:^13.0.0": + version: 13.2.0 + resolution: "mdast-util-to-hast@npm:13.2.0" + dependencies: + "@types/hast": "npm:^3.0.0" + "@types/mdast": "npm:^4.0.0" + "@ungap/structured-clone": "npm:^1.0.0" + devlop: "npm:^1.0.0" + micromark-util-sanitize-uri: "npm:^2.0.0" + trim-lines: "npm:^3.0.0" + unist-util-position: "npm:^5.0.0" + unist-util-visit: "npm:^5.0.0" + vfile: "npm:^6.0.0" + checksum: 10c0/9ee58def9287df8350cbb6f83ced90f9c088d72d4153780ad37854f87144cadc6f27b20347073b285173b1649b0723ddf0b9c78158608a804dcacb6bda6e1816 + languageName: node + linkType: hard + +"mdast-util-to-markdown@npm:^2.0.0, mdast-util-to-markdown@npm:^2.1.0": + version: 2.1.0 + resolution: "mdast-util-to-markdown@npm:2.1.0" + dependencies: + "@types/mdast": "npm:^4.0.0" + "@types/unist": "npm:^3.0.0" + longest-streak: "npm:^3.0.0" + mdast-util-phrasing: "npm:^4.0.0" + mdast-util-to-string: "npm:^4.0.0" + micromark-util-decode-string: "npm:^2.0.0" + unist-util-visit: "npm:^5.0.0" + zwitch: "npm:^2.0.0" + checksum: 10c0/8bd37a9627a438ef6418d6642661904d0cc03c5c732b8b018a8e238ef5cc82fe8aef1940b19c6f563245e58b9659f35e527209bd3fe145f3c723ba14d18fc3e6 + languageName: node + linkType: hard + +"mdast-util-to-string@npm:^4.0.0": + version: 4.0.0 + resolution: "mdast-util-to-string@npm:4.0.0" + dependencies: + "@types/mdast": "npm:^4.0.0" + checksum: 10c0/2d3c1af29bf3fe9c20f552ee9685af308002488f3b04b12fa66652c9718f66f41a32f8362aa2d770c3ff464c034860b41715902ada2306bb0a055146cef064d7 + languageName: node + linkType: hard + +"mdurl@npm:^2.0.0": + version: 2.0.0 + resolution: "mdurl@npm:2.0.0" + checksum: 10c0/633db522272f75ce4788440669137c77540d74a83e9015666a9557a152c02e245b192edc20bc90ae953bbab727503994a53b236b4d9c99bdaee594d0e7dd2ce0 + languageName: node + linkType: hard + +"merge2@npm:^1.3.0": + version: 1.4.1 + resolution: "merge2@npm:1.4.1" + checksum: 10c0/254a8a4605b58f450308fc474c82ac9a094848081bf4c06778200207820e5193726dc563a0d2c16468810516a5c97d9d3ea0ca6585d23c58ccfff2403e8dbbeb + languageName: node + linkType: hard + +"micromark-core-commonmark@npm:^2.0.0": + version: 2.0.1 + resolution: "micromark-core-commonmark@npm:2.0.1" + dependencies: + decode-named-character-reference: "npm:^1.0.0" + devlop: "npm:^1.0.0" + micromark-factory-destination: "npm:^2.0.0" + micromark-factory-label: "npm:^2.0.0" + micromark-factory-space: "npm:^2.0.0" + micromark-factory-title: "npm:^2.0.0" + micromark-factory-whitespace: "npm:^2.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-chunked: "npm:^2.0.0" + micromark-util-classify-character: "npm:^2.0.0" + micromark-util-html-tag-name: "npm:^2.0.0" + micromark-util-normalize-identifier: "npm:^2.0.0" + micromark-util-resolve-all: "npm:^2.0.0" + micromark-util-subtokenize: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/a0b280b1b6132f600518e72cb29a4dd1b2175b85f5ed5b25d2c5695e42b876b045971370daacbcfc6b4ce8cf7acbf78dd3a0284528fb422b450144f4b3bebe19 + languageName: node + linkType: hard + +"micromark-extension-directive@npm:^3.0.0": + version: 3.0.2 + resolution: "micromark-extension-directive@npm:3.0.2" + dependencies: + devlop: "npm:^1.0.0" + micromark-factory-space: "npm:^2.0.0" + micromark-factory-whitespace: "npm:^2.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + parse-entities: "npm:^4.0.0" + checksum: 10c0/74137485375f02c1b640c2120dd6b9f6aa1e39ca5cd2463df7974ef1cc80203f5ef90448ce009973355a49ba169ef1441eabe57a36877c7b86373788612773da + languageName: node + linkType: hard + +"micromark-extension-gfm-autolink-literal@npm:^2.0.0": + version: 2.1.0 + resolution: "micromark-extension-gfm-autolink-literal@npm:2.1.0" + dependencies: + micromark-util-character: "npm:^2.0.0" + micromark-util-sanitize-uri: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/84e6fbb84ea7c161dfa179665dc90d51116de4c28f3e958260c0423e5a745372b7dcbc87d3cde98213b532e6812f847eef5ae561c9397d7f7da1e59872ef3efe + languageName: node + linkType: hard + +"micromark-extension-gfm-footnote@npm:^2.0.0": + version: 2.1.0 + resolution: "micromark-extension-gfm-footnote@npm:2.1.0" + dependencies: + devlop: "npm:^1.0.0" + micromark-core-commonmark: "npm:^2.0.0" + micromark-factory-space: "npm:^2.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-normalize-identifier: "npm:^2.0.0" + micromark-util-sanitize-uri: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/d172e4218968b7371b9321af5cde8c77423f73b233b2b0fcf3ff6fd6f61d2e0d52c49123a9b7910612478bf1f0d5e88c75a3990dd68f70f3933fe812b9f77edc + languageName: node + linkType: hard + +"micromark-extension-gfm-strikethrough@npm:^2.0.0": + version: 2.1.0 + resolution: "micromark-extension-gfm-strikethrough@npm:2.1.0" + dependencies: + devlop: "npm:^1.0.0" + micromark-util-chunked: "npm:^2.0.0" + micromark-util-classify-character: "npm:^2.0.0" + micromark-util-resolve-all: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/ef4f248b865bdda71303b494671b7487808a340b25552b11ca6814dff3fcfaab9be8d294643060bbdb50f79313e4a686ab18b99cbe4d3ee8a4170fcd134234fb + languageName: node + linkType: hard + +"micromark-extension-gfm-table@npm:^2.0.0": + version: 2.1.0 + resolution: "micromark-extension-gfm-table@npm:2.1.0" + dependencies: + devlop: "npm:^1.0.0" + micromark-factory-space: "npm:^2.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/c1b564ab68576406046d825b9574f5b4dbedbb5c44bede49b5babc4db92f015d9057dd79d8e0530f2fecc8970a695c40ac2e5e1d4435ccf3ef161038d0d1463b + languageName: node + linkType: hard + +"micromark-extension-gfm-tagfilter@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-extension-gfm-tagfilter@npm:2.0.0" + dependencies: + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/995558843fff137ae4e46aecb878d8a4691cdf23527dcf1e2f0157d66786be9f7bea0109c52a8ef70e68e3f930af811828ba912239438e31a9cfb9981f44d34d + languageName: node + linkType: hard + +"micromark-extension-gfm-task-list-item@npm:^2.0.0": + version: 2.1.0 + resolution: "micromark-extension-gfm-task-list-item@npm:2.1.0" + dependencies: + devlop: "npm:^1.0.0" + micromark-factory-space: "npm:^2.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/78aa537d929e9309f076ba41e5edc99f78d6decd754b6734519ccbbfca8abd52e1c62df68d41a6ae64d2a3fc1646cea955893c79680b0b4385ced4c52296181f + languageName: node + linkType: hard + +"micromark-extension-gfm@npm:^3.0.0": + version: 3.0.0 + resolution: "micromark-extension-gfm@npm:3.0.0" + dependencies: + micromark-extension-gfm-autolink-literal: "npm:^2.0.0" + micromark-extension-gfm-footnote: "npm:^2.0.0" + micromark-extension-gfm-strikethrough: "npm:^2.0.0" + micromark-extension-gfm-table: "npm:^2.0.0" + micromark-extension-gfm-tagfilter: "npm:^2.0.0" + micromark-extension-gfm-task-list-item: "npm:^2.0.0" + micromark-util-combine-extensions: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/970e28df6ebdd7c7249f52a0dda56e0566fbfa9ae56c8eeeb2445d77b6b89d44096880cd57a1c01e7821b1f4e31009109fbaca4e89731bff7b83b8519690e5d9 + languageName: node + linkType: hard + +"micromark-extension-mdx-expression@npm:^3.0.0": + version: 3.0.0 + resolution: "micromark-extension-mdx-expression@npm:3.0.0" + dependencies: + "@types/estree": "npm:^1.0.0" + devlop: "npm:^1.0.0" + micromark-factory-mdx-expression: "npm:^2.0.0" + micromark-factory-space: "npm:^2.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-events-to-acorn: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/fa799c594d8ff9ecbbd28e226959c4928590cfcddb60a926d9d859d00fc7acd25684b6f78dbe6a7f0830879a402b4a3628efd40bb9df1f5846e6d2b7332715f7 + languageName: node + linkType: hard + +"micromark-extension-mdx-jsx@npm:^3.0.0": + version: 3.0.1 + resolution: "micromark-extension-mdx-jsx@npm:3.0.1" + dependencies: + "@types/acorn": "npm:^4.0.0" + "@types/estree": "npm:^1.0.0" + devlop: "npm:^1.0.0" + estree-util-is-identifier-name: "npm:^3.0.0" + micromark-factory-mdx-expression: "npm:^2.0.0" + micromark-factory-space: "npm:^2.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-events-to-acorn: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + vfile-message: "npm:^4.0.0" + checksum: 10c0/11e65abd6b57bcf82665469cd1ff238b7cfc4ebb4942a0361df2dc7dd4ab133681b2bcbd4c388dddf6e4db062665d31efeb48cc844ee61c8d8de9d167cc946d8 + languageName: node + linkType: hard + +"micromark-extension-mdx-md@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-extension-mdx-md@npm:2.0.0" + dependencies: + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/bae91c61273de0e5ba80a980c03470e6cd9d7924aa936f46fbda15d780704d9386e945b99eda200e087b96254fbb4271a9545d5ce02676cd6ae67886a8bf82df + languageName: node + linkType: hard + +"micromark-extension-mdxjs-esm@npm:^3.0.0": + version: 3.0.0 + resolution: "micromark-extension-mdxjs-esm@npm:3.0.0" + dependencies: + "@types/estree": "npm:^1.0.0" + devlop: "npm:^1.0.0" + micromark-core-commonmark: "npm:^2.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-events-to-acorn: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + unist-util-position-from-estree: "npm:^2.0.0" + vfile-message: "npm:^4.0.0" + checksum: 10c0/13e3f726495a960650cdedcba39198ace5bdc953ccb12c14d71fc9ed9bb88e40cc3ba9231e973f6984da3b3573e7ddb23ce409f7c16f52a8d57b608bf46c748d + languageName: node + linkType: hard + +"micromark-extension-mdxjs@npm:^3.0.0": + version: 3.0.0 + resolution: "micromark-extension-mdxjs@npm:3.0.0" + dependencies: + acorn: "npm:^8.0.0" + acorn-jsx: "npm:^5.0.0" + micromark-extension-mdx-expression: "npm:^3.0.0" + micromark-extension-mdx-jsx: "npm:^3.0.0" + micromark-extension-mdx-md: "npm:^2.0.0" + micromark-extension-mdxjs-esm: "npm:^3.0.0" + micromark-util-combine-extensions: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/fd84f036ddad0aabbc12e7f1b3e9dcfe31573bbc413c5ae903779ef0366d7a4c08193547e7ba75718c9f45654e45f52e575cfc2f23a5f89205a8a70d9a506aea + languageName: node + linkType: hard + +"micromark-factory-destination@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-factory-destination@npm:2.0.0" + dependencies: + micromark-util-character: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/b73492f687d41a6a379159c2f3acbf813042346bcea523d9041d0cc6124e6715f0779dbb2a0b3422719e9764c3b09f9707880aa159557e3cb4aeb03b9d274915 + languageName: node + linkType: hard + +"micromark-factory-label@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-factory-label@npm:2.0.0" + dependencies: + devlop: "npm:^1.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/8ffad00487a7891941b1d1f51d53a33c7a659dcf48617edb7a4008dad7aff67ec316baa16d55ca98ae3d75ce1d81628dbf72fedc7c6f108f740dec0d5d21c8ee + languageName: node + linkType: hard + +"micromark-factory-mdx-expression@npm:^2.0.0": + version: 2.0.2 + resolution: "micromark-factory-mdx-expression@npm:2.0.2" + dependencies: + "@types/estree": "npm:^1.0.0" + devlop: "npm:^1.0.0" + micromark-factory-space: "npm:^2.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-events-to-acorn: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + unist-util-position-from-estree: "npm:^2.0.0" + vfile-message: "npm:^4.0.0" + checksum: 10c0/87372775ae06478ab754efa058a5e382972f634c14f0afa303111037c30abf733fe65329a7e59cda969266e63f82104d9ed8ff9ada39189eab0651b6540ca64a + languageName: node + linkType: hard + +"micromark-factory-space@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-factory-space@npm:2.0.0" + dependencies: + micromark-util-character: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/103ca954dade963d4ff1d2f27d397833fe855ddc72590205022832ef68b775acdea67949000cee221708e376530b1de78c745267b0bf8366740840783eb37122 + languageName: node + linkType: hard + +"micromark-factory-title@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-factory-title@npm:2.0.0" + dependencies: + micromark-factory-space: "npm:^2.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/2b2188e7a011b1b001faf8c860286d246d5c3485ef8819270c60a5808f4c7613e49d4e481dbdff62600ef7acdba0f5100be2d125cbd2a15e236c26b3668a8ebd + languageName: node + linkType: hard + +"micromark-factory-whitespace@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-factory-whitespace@npm:2.0.0" + dependencies: + micromark-factory-space: "npm:^2.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/4e91baab0cc71873095134bd0e225d01d9786cde352701402d71b72d317973954754e8f9f1849901f165530e6421202209f4d97c460a27bb0808ec5a3fc3148c + languageName: node + linkType: hard + +"micromark-util-character@npm:^2.0.0": + version: 2.1.0 + resolution: "micromark-util-character@npm:2.1.0" + dependencies: + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/fc37a76aaa5a5138191ba2bef1ac50c36b3bcb476522e98b1a42304ab4ec76f5b036a746ddf795d3de3e7004b2c09f21dd1bad42d161f39b8cfc0acd067e6373 + languageName: node + linkType: hard + +"micromark-util-chunked@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-util-chunked@npm:2.0.0" + dependencies: + micromark-util-symbol: "npm:^2.0.0" + checksum: 10c0/043b5f2abc8c13a1e2e4c378ead191d1a47ed9e0cd6d0fa5a0a430b2df9e17ada9d5de5a20688a000bbc5932507e746144acec60a9589d9a79fa60918e029203 + languageName: node + linkType: hard + +"micromark-util-classify-character@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-util-classify-character@npm:2.0.0" + dependencies: + micromark-util-character: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/2bf5fa5050faa9b69f6c7e51dbaaf02329ab70fabad8229984381b356afbbf69db90f4617bec36d814a7d285fb7cad8e3c4e38d1daf4387dc9e240aa7f9a292a + languageName: node + linkType: hard + +"micromark-util-combine-extensions@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-util-combine-extensions@npm:2.0.0" + dependencies: + micromark-util-chunked: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/cd4c8d1a85255527facb419ff3b3cc3d7b7f27005c5ef5fa7ef2c4d0e57a9129534fc292a188ec2d467c2c458642d369c5f894bc8a9e142aed6696cc7989d3ea + languageName: node + linkType: hard + +"micromark-util-decode-numeric-character-reference@npm:^2.0.0": + version: 2.0.1 + resolution: "micromark-util-decode-numeric-character-reference@npm:2.0.1" + dependencies: + micromark-util-symbol: "npm:^2.0.0" + checksum: 10c0/3f6d684ee8f317c67806e19b3e761956256cb936a2e0533aad6d49ac5604c6536b2041769c6febdd387ab7175b7b7e551851bf2c1f78da943e7a3671ca7635ac + languageName: node + linkType: hard + +"micromark-util-decode-string@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-util-decode-string@npm:2.0.0" + dependencies: + decode-named-character-reference: "npm:^1.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-decode-numeric-character-reference: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + checksum: 10c0/f5413bebb21bdb686cfa1bcfa7e9c93093a523d1b42443ead303b062d2d680a94e5e8424549f57b8ba9d786a758e5a26a97f56068991bbdbca5d1885b3aa7227 + languageName: node + linkType: hard + +"micromark-util-encode@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-util-encode@npm:2.0.0" + checksum: 10c0/ebdaafff23100bbf4c74e63b4b1612a9ddf94cd7211d6a076bc6fb0bc32c1b48d6fb615aa0953e607c62c97d849f97f1042260d3eb135259d63d372f401bbbb2 + languageName: node + linkType: hard + +"micromark-util-events-to-acorn@npm:^2.0.0": + version: 2.0.2 + resolution: "micromark-util-events-to-acorn@npm:2.0.2" + dependencies: + "@types/acorn": "npm:^4.0.0" + "@types/estree": "npm:^1.0.0" + "@types/unist": "npm:^3.0.0" + devlop: "npm:^1.0.0" + estree-util-visit: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + vfile-message: "npm:^4.0.0" + checksum: 10c0/2bd2660a49efddb625e6adcabdc3384ae4c50c7a04270737270f4aab53d09e8253e6d2607cd947c4c77f8a9900278915babb240e61fd143dc5bab51d9fd50709 + languageName: node + linkType: hard + +"micromark-util-html-tag-name@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-util-html-tag-name@npm:2.0.0" + checksum: 10c0/988aa26367449bd345b627ae32cf605076daabe2dc1db71b578a8a511a47123e14af466bcd6dcbdacec60142f07bc2723ec5f7a0eed0f5319ce83b5e04825429 + languageName: node + linkType: hard + +"micromark-util-normalize-identifier@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-util-normalize-identifier@npm:2.0.0" + dependencies: + micromark-util-symbol: "npm:^2.0.0" + checksum: 10c0/93bf8789b8449538f22cf82ac9b196363a5f3b2f26efd98aef87c4c1b1f8c05be3ef6391ff38316ff9b03c1a6fd077342567598019ddd12b9bd923dacc556333 + languageName: node + linkType: hard + +"micromark-util-resolve-all@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-util-resolve-all@npm:2.0.0" + dependencies: + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/3b912e88453dcefe728a9080c8934a75ac4732056d6576ceecbcaf97f42c5d6fa2df66db8abdc8427eb167c5ffddefe26713728cfe500bc0e314ed260d6e2746 + languageName: node + linkType: hard + +"micromark-util-sanitize-uri@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-util-sanitize-uri@npm:2.0.0" + dependencies: + micromark-util-character: "npm:^2.0.0" + micromark-util-encode: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + checksum: 10c0/74763ca1c927dd520d3ab8fd9856a19740acf76fc091f0a1f5d4e99c8cd5f1b81c5a0be3efb564941a071fb6d85fd951103f2760eb6cff77b5ab3abe08341309 + languageName: node + linkType: hard + +"micromark-util-subtokenize@npm:^2.0.0": + version: 2.0.1 + resolution: "micromark-util-subtokenize@npm:2.0.1" + dependencies: + devlop: "npm:^1.0.0" + micromark-util-chunked: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/000cefde827db129f4ed92b8fbdeb4866c5f9c93068c0115485564b0426abcb9058080aa257df9035e12ca7fa92259d66623ea750b9eb3bcdd8325d3fb6fc237 + languageName: node + linkType: hard + +"micromark-util-symbol@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-util-symbol@npm:2.0.0" + checksum: 10c0/4e76186c185ce4cefb9cea8584213d9ffacd77099d1da30c0beb09fa21f46f66f6de4c84c781d7e34ff763fe3a06b530e132fa9004882afab9e825238d0aa8b3 + languageName: node + linkType: hard + +"micromark-util-types@npm:^2.0.0": + version: 2.0.0 + resolution: "micromark-util-types@npm:2.0.0" + checksum: 10c0/d74e913b9b61268e0d6939f4209e3abe9dada640d1ee782419b04fd153711112cfaaa3c4d5f37225c9aee1e23c3bb91a1f5223e1e33ba92d33e83956a53e61de + languageName: node + linkType: hard + +"micromark@npm:^4.0.0": + version: 4.0.0 + resolution: "micromark@npm:4.0.0" + dependencies: + "@types/debug": "npm:^4.0.0" + debug: "npm:^4.0.0" + decode-named-character-reference: "npm:^1.0.0" + devlop: "npm:^1.0.0" + micromark-core-commonmark: "npm:^2.0.0" + micromark-factory-space: "npm:^2.0.0" + micromark-util-character: "npm:^2.0.0" + micromark-util-chunked: "npm:^2.0.0" + micromark-util-combine-extensions: "npm:^2.0.0" + micromark-util-decode-numeric-character-reference: "npm:^2.0.0" + micromark-util-encode: "npm:^2.0.0" + micromark-util-normalize-identifier: "npm:^2.0.0" + micromark-util-resolve-all: "npm:^2.0.0" + micromark-util-sanitize-uri: "npm:^2.0.0" + micromark-util-subtokenize: "npm:^2.0.0" + micromark-util-symbol: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + checksum: 10c0/7e91c8d19ff27bc52964100853f1b3b32bb5b2ece57470a34ba1b2f09f4e2a183d90106c4ae585c9f2046969ee088576fed79b2f7061cba60d16652ccc2c64fd + languageName: node + linkType: hard + +"micromatch@npm:^4.0.2, micromatch@npm:^4.0.4, micromatch@npm:^4.0.8": + version: 4.0.8 + resolution: "micromatch@npm:4.0.8" + dependencies: + braces: "npm:^3.0.3" + picomatch: "npm:^2.3.1" + checksum: 10c0/166fa6eb926b9553f32ef81f5f531d27b4ce7da60e5baf8c021d043b27a388fb95e46a8038d5045877881e673f8134122b59624d5cecbd16eb50a42e7a6b5ca8 + languageName: node + linkType: hard + +"mimic-function@npm:^5.0.0": + version: 5.0.1 + resolution: "mimic-function@npm:5.0.1" + checksum: 10c0/f3d9464dd1816ecf6bdf2aec6ba32c0728022039d992f178237d8e289b48764fee4131319e72eedd4f7f094e22ded0af836c3187a7edc4595d28dd74368fd81d + languageName: node + linkType: hard + +"mimic-response@npm:^3.1.0": + version: 3.1.0 + resolution: "mimic-response@npm:3.1.0" + checksum: 10c0/0d6f07ce6e03e9e4445bee655202153bdb8a98d67ee8dc965ac140900d7a2688343e6b4c9a72cfc9ef2f7944dfd76eef4ab2482eb7b293a68b84916bac735362 + languageName: node + linkType: hard + +"minimatch@npm:^9.0.4": + version: 9.0.5 + resolution: "minimatch@npm:9.0.5" + dependencies: + brace-expansion: "npm:^2.0.1" + checksum: 10c0/de96cf5e35bdf0eab3e2c853522f98ffbe9a36c37797778d2665231ec1f20a9447a7e567cb640901f89e4daaa95ae5d70c65a9e8aa2bb0019b6facbc3c0575ed + languageName: node + linkType: hard + +"minimist@npm:^1.2.0, minimist@npm:^1.2.3": + version: 1.2.8 + resolution: "minimist@npm:1.2.8" + checksum: 10c0/19d3fcdca050087b84c2029841a093691a91259a47def2f18222f41e7645a0b7c44ef4b40e88a1e58a40c84d2ef0ee6047c55594d298146d0eb3f6b737c20ce6 + languageName: node + linkType: hard + +"minipass-collect@npm:^2.0.1": + version: 2.0.1 + resolution: "minipass-collect@npm:2.0.1" + dependencies: + minipass: "npm:^7.0.3" + checksum: 10c0/5167e73f62bb74cc5019594709c77e6a742051a647fe9499abf03c71dca75515b7959d67a764bdc4f8b361cf897fbf25e2d9869ee039203ed45240f48b9aa06e + languageName: node + linkType: hard + +"minipass-fetch@npm:^3.0.0": + version: 3.0.5 + resolution: "minipass-fetch@npm:3.0.5" + dependencies: + encoding: "npm:^0.1.13" + minipass: "npm:^7.0.3" + minipass-sized: "npm:^1.0.3" + minizlib: "npm:^2.1.2" + dependenciesMeta: + encoding: + optional: true + checksum: 10c0/9d702d57f556274286fdd97e406fc38a2f5c8d15e158b498d7393b1105974b21249289ec571fa2b51e038a4872bfc82710111cf75fae98c662f3d6f95e72152b + languageName: node + linkType: hard + +"minipass-flush@npm:^1.0.5": + version: 1.0.5 + resolution: "minipass-flush@npm:1.0.5" + dependencies: + minipass: "npm:^3.0.0" + checksum: 10c0/2a51b63feb799d2bb34669205eee7c0eaf9dce01883261a5b77410c9408aa447e478efd191b4de6fc1101e796ff5892f8443ef20d9544385819093dbb32d36bd + languageName: node + linkType: hard + +"minipass-pipeline@npm:^1.2.4": + version: 1.2.4 + resolution: "minipass-pipeline@npm:1.2.4" + dependencies: + minipass: "npm:^3.0.0" + checksum: 10c0/cbda57cea20b140b797505dc2cac71581a70b3247b84480c1fed5ca5ba46c25ecc25f68bfc9e6dcb1a6e9017dab5c7ada5eab73ad4f0a49d84e35093e0c643f2 + languageName: node + linkType: hard + +"minipass-sized@npm:^1.0.3": + version: 1.0.3 + resolution: "minipass-sized@npm:1.0.3" + dependencies: + minipass: "npm:^3.0.0" + checksum: 10c0/298f124753efdc745cfe0f2bdfdd81ba25b9f4e753ca4a2066eb17c821f25d48acea607dfc997633ee5bf7b6dfffb4eee4f2051eb168663f0b99fad2fa4829cb + languageName: node + linkType: hard + +"minipass@npm:^3.0.0": + version: 3.3.6 + resolution: "minipass@npm:3.3.6" + dependencies: + yallist: "npm:^4.0.0" + checksum: 10c0/a114746943afa1dbbca8249e706d1d38b85ed1298b530f5808ce51f8e9e941962e2a5ad2e00eae7dd21d8a4aae6586a66d4216d1a259385e9d0358f0c1eba16c + languageName: node + linkType: hard + +"minipass@npm:^5.0.0": + version: 5.0.0 + resolution: "minipass@npm:5.0.0" + checksum: 10c0/a91d8043f691796a8ac88df039da19933ef0f633e3d7f0d35dcd5373af49131cf2399bfc355f41515dc495e3990369c3858cd319e5c2722b4753c90bf3152462 + languageName: node + linkType: hard + +"minipass@npm:^5.0.0 || ^6.0.2 || ^7.0.0, minipass@npm:^7.0.2, minipass@npm:^7.0.3, minipass@npm:^7.1.2": + version: 7.1.2 + resolution: "minipass@npm:7.1.2" + checksum: 10c0/b0fd20bb9fb56e5fa9a8bfac539e8915ae07430a619e4b86ff71f5fc757ef3924b23b2c4230393af1eda647ed3d75739e4e0acb250a6b1eb277cf7f8fe449557 + languageName: node + linkType: hard + +"minizlib@npm:^2.1.1, minizlib@npm:^2.1.2": + version: 2.1.2 + resolution: "minizlib@npm:2.1.2" + dependencies: + minipass: "npm:^3.0.0" + yallist: "npm:^4.0.0" + checksum: 10c0/64fae024e1a7d0346a1102bb670085b17b7f95bf6cfdf5b128772ec8faf9ea211464ea4add406a3a6384a7d87a0cd1a96263692134323477b4fb43659a6cab78 + languageName: node + linkType: hard + +"mkdirp-classic@npm:^0.5.2, mkdirp-classic@npm:^0.5.3": + version: 0.5.3 + resolution: "mkdirp-classic@npm:0.5.3" + checksum: 10c0/95371d831d196960ddc3833cc6907e6b8f67ac5501a6582f47dfae5eb0f092e9f8ce88e0d83afcae95d6e2b61a01741ba03714eeafb6f7a6e9dcc158ac85b168 + languageName: node + linkType: hard + +"mkdirp@npm:^1.0.3": + version: 1.0.4 + resolution: "mkdirp@npm:1.0.4" + bin: + mkdirp: bin/cmd.js + checksum: 10c0/46ea0f3ffa8bc6a5bc0c7081ffc3907777f0ed6516888d40a518c5111f8366d97d2678911ad1a6882bf592fa9de6c784fea32e1687bb94e1f4944170af48a5cf + languageName: node + linkType: hard + +"mrmime@npm:^2.0.0": + version: 2.0.0 + resolution: "mrmime@npm:2.0.0" + checksum: 10c0/312b35ed288986aec90955410b21ed7427fd1e4ee318cb5fc18765c8d029eeded9444faa46589e5b1ed6b35fb2054a802ac8dcb917ddf6b3e189cb3bf11a965c + languageName: node + linkType: hard + +"ms@npm:^2.1.3": + version: 2.1.3 + resolution: "ms@npm:2.1.3" + checksum: 10c0/d924b57e7312b3b63ad21fc5b3dc0af5e78d61a1fc7cfb5457edaf26326bf62be5307cc87ffb6862ef1c2b33b0233cdb5d4f01c4c958cc0d660948b65a287a48 + languageName: node + linkType: hard + +"muggle-string@npm:^0.4.1": + version: 0.4.1 + resolution: "muggle-string@npm:0.4.1" + checksum: 10c0/e914b63e24cd23f97e18376ec47e4ba3aa24365e4776212b666add2e47bb158003212980d732c49abf3719568900af7861873844a6e2d3a7ca7e86952c0e99e9 + languageName: node + linkType: hard + +"nanoid@npm:^3.3.7": + version: 3.3.7 + resolution: "nanoid@npm:3.3.7" + bin: + nanoid: bin/nanoid.cjs + checksum: 10c0/e3fb661aa083454f40500473bb69eedb85dc160e763150b9a2c567c7e9ff560ce028a9f833123b618a6ea742e311138b591910e795614a629029e86e180660f3 + languageName: node + linkType: hard + +"napi-build-utils@npm:^1.0.1": + version: 1.0.2 + resolution: "napi-build-utils@npm:1.0.2" + checksum: 10c0/37fd2cd0ff2ad20073ce78d83fd718a740d568b225924e753ae51cb69d68f330c80544d487e5e5bd18e28702ed2ca469c2424ad948becd1862c1b0209542b2e9 + languageName: node + linkType: hard + +"negotiator@npm:^0.6.3": + version: 0.6.3 + resolution: "negotiator@npm:0.6.3" + checksum: 10c0/3ec9fd413e7bf071c937ae60d572bc67155262068ed522cf4b3be5edbe6ddf67d095ec03a3a14ebf8fc8e95f8e1d61be4869db0dbb0de696f6b837358bd43fc2 + languageName: node + linkType: hard + +"neotraverse@npm:^0.6.18": + version: 0.6.18 + resolution: "neotraverse@npm:0.6.18" + checksum: 10c0/46f4c53cbbdc53671150916b544a9f46e27781f8003985237507542190173bec131168d89b846535f9c34c0a2a7debb1ab3a4f7a93d08218e2c194a363708ffa + languageName: node + linkType: hard + +"nlcst-to-string@npm:^4.0.0": + version: 4.0.0 + resolution: "nlcst-to-string@npm:4.0.0" + dependencies: + "@types/nlcst": "npm:^2.0.0" + checksum: 10c0/a192c8b3365a7c076812004e72ae5b4a1734e582be2a6f3c062f3beecf18868a9fe2d1bad870bfead320fb39830f2c4f3752e5ae6574c4e59157126fd1ddba70 + languageName: node + linkType: hard + +"node-abi@npm:^3.3.0": + version: 3.68.0 + resolution: "node-abi@npm:3.68.0" + dependencies: + semver: "npm:^7.3.5" + checksum: 10c0/0f20cdb1216485ef399f581fe8fad300f1321cc66e08a7e2e7c6c6a1d89006799c464943e45dae19ec39ba581f6417dff4af21324a09c1e74a4e2fc1bceb0f83 + languageName: node + linkType: hard + +"node-addon-api@npm:^6.1.0": + version: 6.1.0 + resolution: "node-addon-api@npm:6.1.0" + dependencies: + node-gyp: "npm:latest" + checksum: 10c0/d2699c4ad15740fd31482a3b6fca789af7723ab9d393adc6ac45250faaee72edad8f0b10b2b9d087df0de93f1bdc16d97afdd179b26b9ebc9ed68b569faa4bac + languageName: node + linkType: hard + +"node-gyp@npm:latest": + version: 10.2.0 + resolution: "node-gyp@npm:10.2.0" + dependencies: + env-paths: "npm:^2.2.0" + exponential-backoff: "npm:^3.1.1" + glob: "npm:^10.3.10" + graceful-fs: "npm:^4.2.6" + make-fetch-happen: "npm:^13.0.0" + nopt: "npm:^7.0.0" + proc-log: "npm:^4.1.0" + semver: "npm:^7.3.5" + tar: "npm:^6.2.1" + which: "npm:^4.0.0" + bin: + node-gyp: bin/node-gyp.js + checksum: 10c0/00630d67dbd09a45aee0a5d55c05e3916ca9e6d427ee4f7bc392d2d3dc5fad7449b21fc098dd38260a53d9dcc9c879b36704a1994235d4707e7271af7e9a835b + languageName: node + linkType: hard + +"node-releases@npm:^2.0.18": + version: 2.0.18 + resolution: "node-releases@npm:2.0.18" + checksum: 10c0/786ac9db9d7226339e1dc84bbb42007cb054a346bd9257e6aa154d294f01bc6a6cddb1348fa099f079be6580acbb470e3c048effd5f719325abd0179e566fd27 + languageName: node + linkType: hard + +"nopt@npm:^7.0.0": + version: 7.2.1 + resolution: "nopt@npm:7.2.1" + dependencies: + abbrev: "npm:^2.0.0" + bin: + nopt: bin/nopt.js + checksum: 10c0/a069c7c736767121242037a22a788863accfa932ab285a1eb569eb8cd534b09d17206f68c37f096ae785647435e0c5a5a0a67b42ec743e481a455e5ae6a6df81 + languageName: node + linkType: hard + +"normalize-path@npm:^3.0.0, normalize-path@npm:~3.0.0": + version: 3.0.0 + resolution: "normalize-path@npm:3.0.0" + checksum: 10c0/e008c8142bcc335b5e38cf0d63cfd39d6cf2d97480af9abdbe9a439221fd4d749763bab492a8ee708ce7a194bb00c9da6d0a115018672310850489137b3da046 + languageName: node + linkType: hard + +"not@npm:^0.1.0": + version: 0.1.0 + resolution: "not@npm:0.1.0" + checksum: 10c0/b75d7b2e41d73e2e1cb3327826d53667b41bc6ff7d7ff1d8014ad3bf410d4ecd46f512683b22a4c043e03cbb2b0a483aa69232d4bf9c0e2ee1a9127fe02f047a + languageName: node + linkType: hard + +"nth-check@npm:^2.0.0": + version: 2.1.1 + resolution: "nth-check@npm:2.1.1" + dependencies: + boolbase: "npm:^1.0.0" + checksum: 10c0/5fee7ff309727763689cfad844d979aedd2204a817fbaaf0e1603794a7c20db28548d7b024692f953557df6ce4a0ee4ae46cd8ebd9b36cfb300b9226b567c479 + languageName: node + linkType: hard + +"once@npm:^1.3.1, once@npm:^1.4.0": + version: 1.4.0 + resolution: "once@npm:1.4.0" + dependencies: + wrappy: "npm:1" + checksum: 10c0/5d48aca287dfefabd756621c5dfce5c91a549a93e9fdb7b8246bc4c4790aa2ec17b34a260530474635147aeb631a2dcc8b32c613df0675f96041cbb8244517d0 + languageName: node + linkType: hard + +"onetime@npm:^7.0.0": + version: 7.0.0 + resolution: "onetime@npm:7.0.0" + dependencies: + mimic-function: "npm:^5.0.0" + checksum: 10c0/5cb9179d74b63f52a196a2e7037ba2b9a893245a5532d3f44360012005c9cadb60851d56716ebff18a6f47129dab7168022445df47c2aff3b276d92585ed1221 + languageName: node + linkType: hard + +"oniguruma-to-js@npm:0.4.3": + version: 0.4.3 + resolution: "oniguruma-to-js@npm:0.4.3" + dependencies: + regex: "npm:^4.3.2" + checksum: 10c0/47d8a4089b1fd0ae4b9781907a92222ae549756ddb72a177a85fdc3bda8e59ce2840710dd03e448b80c9878aa8f4e14519fccc3652da71fc3e8bc048d5cb6acb + languageName: node + linkType: hard + +"ora@npm:^8.1.0": + version: 8.1.0 + resolution: "ora@npm:8.1.0" + dependencies: + chalk: "npm:^5.3.0" + cli-cursor: "npm:^5.0.0" + cli-spinners: "npm:^2.9.2" + is-interactive: "npm:^2.0.0" + is-unicode-supported: "npm:^2.0.0" + log-symbols: "npm:^6.0.0" + stdin-discarder: "npm:^0.2.2" + string-width: "npm:^7.2.0" + strip-ansi: "npm:^7.1.0" + checksum: 10c0/4ac9a6dd7fe915a354680f33ced21ee96d13d3c5ab0dc00b3c3ba9e3695ed141b1d045222990f5a71a9a91f801042a0b0d32e58dfc5509ff9b81efdd3fcf6339 + languageName: node + linkType: hard + +"p-limit@npm:^2.2.0": + version: 2.3.0 + resolution: "p-limit@npm:2.3.0" + dependencies: + p-try: "npm:^2.0.0" + checksum: 10c0/8da01ac53efe6a627080fafc127c873da40c18d87b3f5d5492d465bb85ec7207e153948df6b9cbaeb130be70152f874229b8242ee2be84c0794082510af97f12 + languageName: node + linkType: hard + +"p-limit@npm:^6.1.0": + version: 6.1.0 + resolution: "p-limit@npm:6.1.0" + dependencies: + yocto-queue: "npm:^1.1.1" + checksum: 10c0/40af29461206185a81bdc971ed499d97ceb344114fd21420db95debd9c979b6c02d66a41c321246d09245a51e68410e13df92622cc8c0130f87c6bd81a15d777 + languageName: node + linkType: hard + +"p-locate@npm:^4.1.0": + version: 4.1.0 + resolution: "p-locate@npm:4.1.0" + dependencies: + p-limit: "npm:^2.2.0" + checksum: 10c0/1b476ad69ad7f6059744f343b26d51ce091508935c1dbb80c4e0a2f397ffce0ca3a1f9f5cd3c7ce19d7929a09719d5c65fe70d8ee289c3f267cd36f2881813e9 + languageName: node + linkType: hard + +"p-map@npm:^4.0.0": + version: 4.0.0 + resolution: "p-map@npm:4.0.0" + dependencies: + aggregate-error: "npm:^3.0.0" + checksum: 10c0/592c05bd6262c466ce269ff172bb8de7c6975afca9b50c975135b974e9bdaafbfe80e61aaaf5be6d1200ba08b30ead04b88cfa7e25ff1e3b93ab28c9f62a2c75 + languageName: node + linkType: hard + +"p-queue@npm:^8.0.1": + version: 8.0.1 + resolution: "p-queue@npm:8.0.1" + dependencies: + eventemitter3: "npm:^5.0.1" + p-timeout: "npm:^6.1.2" + checksum: 10c0/fe185bc8bbd32d17a5f6dba090077b1bb326b008b4ec9b0646c57a32a6984035aa8ece909a6d0de7f6c4640296dc288197f430e7394cdc76a26d862339494616 + languageName: node + linkType: hard + +"p-timeout@npm:^6.1.2": + version: 6.1.2 + resolution: "p-timeout@npm:6.1.2" + checksum: 10c0/d46b90a9a5fb7c650a5c56dd5cf7102ea9ab6ce998defa2b3d4672789aaec4e2f45b3b0b5a4a3e17a0fb94301ad5dd26da7d8728402e48db2022ad1847594d19 + languageName: node + linkType: hard + +"p-try@npm:^2.0.0": + version: 2.2.0 + resolution: "p-try@npm:2.2.0" + checksum: 10c0/c36c19907734c904b16994e6535b02c36c2224d433e01a2f1ab777237f4d86e6289fd5fd464850491e940379d4606ed850c03e0f9ab600b0ebddb511312e177f + languageName: node + linkType: hard + +"package-json-from-dist@npm:^1.0.0": + version: 1.0.1 + resolution: "package-json-from-dist@npm:1.0.1" + checksum: 10c0/62ba2785eb655fec084a257af34dbe24292ab74516d6aecef97ef72d4897310bc6898f6c85b5cd22770eaa1ce60d55a0230e150fb6a966e3ecd6c511e23d164b + languageName: node + linkType: hard + +"pagefind@npm:^1.0.3": + version: 1.1.1 + resolution: "pagefind@npm:1.1.1" + dependencies: + "@pagefind/darwin-arm64": "npm:1.1.1" + "@pagefind/darwin-x64": "npm:1.1.1" + "@pagefind/linux-arm64": "npm:1.1.1" + "@pagefind/linux-x64": "npm:1.1.1" + "@pagefind/windows-x64": "npm:1.1.1" + dependenciesMeta: + "@pagefind/darwin-arm64": + optional: true + "@pagefind/darwin-x64": + optional: true + "@pagefind/linux-arm64": + optional: true + "@pagefind/linux-x64": + optional: true + "@pagefind/windows-x64": + optional: true + bin: + pagefind: lib/runner/bin.cjs + checksum: 10c0/60545c2a56294251fc92e2e5e90d9d11f3bc99087bea8e31930c4c848f6d965ee509d3c01c2f25d0a2f8df62901a5ab5e1a23cc9c8c32a01ff3e27bf09a7c62e + languageName: node + linkType: hard + +"parse-entities@npm:^4.0.0": + version: 4.0.1 + resolution: "parse-entities@npm:4.0.1" + dependencies: + "@types/unist": "npm:^2.0.0" + character-entities: "npm:^2.0.0" + character-entities-legacy: "npm:^3.0.0" + character-reference-invalid: "npm:^2.0.0" + decode-named-character-reference: "npm:^1.0.0" + is-alphanumerical: "npm:^2.0.0" + is-decimal: "npm:^2.0.0" + is-hexadecimal: "npm:^2.0.0" + checksum: 10c0/9dfa3b0dc43a913c2558c4bd625b1abcc2d6c6b38aa5724b141ed988471977248f7ad234eed57e1bc70b694dd15b0d710a04f66c2f7c096e35abd91962b7d926 + languageName: node + linkType: hard + +"parse-latin@npm:^7.0.0": + version: 7.0.0 + resolution: "parse-latin@npm:7.0.0" + dependencies: + "@types/nlcst": "npm:^2.0.0" + "@types/unist": "npm:^3.0.0" + nlcst-to-string: "npm:^4.0.0" + unist-util-modify-children: "npm:^4.0.0" + unist-util-visit-children: "npm:^3.0.0" + vfile: "npm:^6.0.0" + checksum: 10c0/4232a464f98c41c6680575c54bc2c9b21ac4b82a1f796a871bfef5efa6eddaab9bccf734b08cde6b0a5504ef46a0a14041ddd0bc5d9cc70f73a507f93f610596 + languageName: node + linkType: hard + +"parse5@npm:^7.0.0": + version: 7.1.2 + resolution: "parse5@npm:7.1.2" + dependencies: + entities: "npm:^4.4.0" + checksum: 10c0/297d7af8224f4b5cb7f6617ecdae98eeaed7f8cbd78956c42785e230505d5a4f07cef352af10d3006fa5c1544b76b57784d3a22d861ae071bbc460c649482bf4 + languageName: node + linkType: hard + +"path-browserify@npm:^1.0.1": + version: 1.0.1 + resolution: "path-browserify@npm:1.0.1" + checksum: 10c0/8b8c3fd5c66bd340272180590ae4ff139769e9ab79522e2eb82e3d571a89b8117c04147f65ad066dccfb42fcad902e5b7d794b3d35e0fd840491a8ddbedf8c66 + languageName: node + linkType: hard + +"path-exists@npm:^4.0.0": + version: 4.0.0 + resolution: "path-exists@npm:4.0.0" + checksum: 10c0/8c0bd3f5238188197dc78dced15207a4716c51cc4e3624c44fc97acf69558f5ebb9a2afff486fe1b4ee148e0c133e96c5e11a9aa5c48a3006e3467da070e5e1b + languageName: node + linkType: hard + +"path-key@npm:^3.1.0": + version: 3.1.1 + resolution: "path-key@npm:3.1.1" + checksum: 10c0/748c43efd5a569c039d7a00a03b58eecd1d75f3999f5a28303d75f521288df4823bc057d8784eb72358b2895a05f29a070bc9f1f17d28226cc4e62494cc58c4c + languageName: node + linkType: hard + +"path-scurry@npm:^1.11.1": + version: 1.11.1 + resolution: "path-scurry@npm:1.11.1" + dependencies: + lru-cache: "npm:^10.2.0" + minipass: "npm:^5.0.0 || ^6.0.2 || ^7.0.0" + checksum: 10c0/32a13711a2a505616ae1cc1b5076801e453e7aae6ac40ab55b388bb91b9d0547a52f5aaceff710ea400205f18691120d4431e520afbe4266b836fadede15872d + languageName: node + linkType: hard + +"periscopic@npm:^3.0.0": + version: 3.1.0 + resolution: "periscopic@npm:3.1.0" + dependencies: + "@types/estree": "npm:^1.0.0" + estree-walker: "npm:^3.0.0" + is-reference: "npm:^3.0.0" + checksum: 10c0/fb5ce7cd810c49254cdf1cd3892811e6dd1a1dfbdf5f10a0a33fb7141baac36443c4cad4f0e2b30abd4eac613f6ab845c2bc1b7ce66ae9694c7321e6ada5bd96 + languageName: node + linkType: hard + +"picocolors@npm:^1.0.0, picocolors@npm:^1.1.0": + version: 1.1.0 + resolution: "picocolors@npm:1.1.0" + checksum: 10c0/86946f6032148801ef09c051c6fb13b5cf942eaf147e30ea79edb91dd32d700934edebe782a1078ff859fb2b816792e97ef4dab03d7f0b804f6b01a0df35e023 + languageName: node + linkType: hard + +"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.3.1": + version: 2.3.1 + resolution: "picomatch@npm:2.3.1" + checksum: 10c0/26c02b8d06f03206fc2ab8d16f19960f2ff9e81a658f831ecb656d8f17d9edc799e8364b1f4a7873e89d9702dff96204be0fa26fe4181f6843f040f819dac4be + languageName: node + linkType: hard + +"pify@npm:^4.0.1": + version: 4.0.1 + resolution: "pify@npm:4.0.1" + checksum: 10c0/6f9d404b0d47a965437403c9b90eca8bb2536407f03de165940e62e72c8c8b75adda5516c6b9b23675a5877cc0bcac6bdfb0ef0e39414cd2476d5495da40e7cf + languageName: node + linkType: hard + +"pkg-dir@npm:^4.2.0": + version: 4.2.0 + resolution: "pkg-dir@npm:4.2.0" + dependencies: + find-up: "npm:^4.0.0" + checksum: 10c0/c56bda7769e04907a88423feb320babaed0711af8c436ce3e56763ab1021ba107c7b0cafb11cde7529f669cfc22bffcaebffb573645cbd63842ea9fb17cd7728 + languageName: node + linkType: hard + +"postcss-nested@npm:^6.0.1": + version: 6.2.0 + resolution: "postcss-nested@npm:6.2.0" + dependencies: + postcss-selector-parser: "npm:^6.1.1" + peerDependencies: + postcss: ^8.2.14 + checksum: 10c0/7f9c3f2d764191a39364cbdcec350f26a312431a569c9ef17408021424726b0d67995ff5288405e3724bb7152a4c92f73c027e580ec91e798800ed3c52e2bc6e + languageName: node + linkType: hard + +"postcss-selector-parser@npm:^6.1.1": + version: 6.1.2 + resolution: "postcss-selector-parser@npm:6.1.2" + dependencies: + cssesc: "npm:^3.0.0" + util-deprecate: "npm:^1.0.2" + checksum: 10c0/523196a6bd8cf660bdf537ad95abd79e546d54180f9afb165a4ab3e651ac705d0f8b8ce6b3164fb9e3279ce482c5f751a69eb2d3a1e8eb0fd5e82294fb3ef13e + languageName: node + linkType: hard + +"postcss@npm:^8.4.38, postcss@npm:^8.4.43": + version: 8.4.47 + resolution: "postcss@npm:8.4.47" + dependencies: + nanoid: "npm:^3.3.7" + picocolors: "npm:^1.1.0" + source-map-js: "npm:^1.2.1" + checksum: 10c0/929f68b5081b7202709456532cee2a145c1843d391508c5a09de2517e8c4791638f71dd63b1898dba6712f8839d7a6da046c72a5e44c162e908f5911f57b5f44 + languageName: node + linkType: hard + +"prebuild-install@npm:^7.1.1": + version: 7.1.2 + resolution: "prebuild-install@npm:7.1.2" + dependencies: + detect-libc: "npm:^2.0.0" + expand-template: "npm:^2.0.3" + github-from-package: "npm:0.0.0" + minimist: "npm:^1.2.3" + mkdirp-classic: "npm:^0.5.3" + napi-build-utils: "npm:^1.0.1" + node-abi: "npm:^3.3.0" + pump: "npm:^3.0.0" + rc: "npm:^1.2.7" + simple-get: "npm:^4.0.0" + tar-fs: "npm:^2.0.0" + tunnel-agent: "npm:^0.6.0" + bin: + prebuild-install: bin.js + checksum: 10c0/e64868ba9ef2068fd7264f5b03e5298a901e02a450acdb1f56258d88c09dea601eefdb3d1dfdff8513fdd230a92961712be0676192626a3b4d01ba154d48bdd3 + languageName: node + linkType: hard + +"preferred-pm@npm:^4.0.0": + version: 4.0.0 + resolution: "preferred-pm@npm:4.0.0" + dependencies: + find-up-simple: "npm:^1.0.0" + find-yarn-workspace-root2: "npm:1.2.16" + which-pm: "npm:^3.0.0" + checksum: 10c0/66477a0df1b54889a562475291eb438048502d946ec65cb67801a02e21d16299d9ed3d664f77c553da6d4ab27688bec52627e91a6bcedc8b6e07a437d1ba3517 + languageName: node + linkType: hard + +"prettier@npm:2.8.7": + version: 2.8.7 + resolution: "prettier@npm:2.8.7" + bin: + prettier: bin-prettier.js + checksum: 10c0/84c5b62f7d4909ae5b18b1a4cee67f6a30a548244c8919e67158dee1453f4fa4ff4d291c6f2e41e21d443a0c405f03ec27690502d4ad90c3a7c59bcaf38b51ba + languageName: node + linkType: hard + +"prismjs@npm:^1.29.0": + version: 1.29.0 + resolution: "prismjs@npm:1.29.0" + checksum: 10c0/d906c4c4d01b446db549b4f57f72d5d7e6ccaca04ecc670fb85cea4d4b1acc1283e945a9cbc3d81819084a699b382f970e02f9d1378e14af9808d366d9ed7ec6 + languageName: node + linkType: hard + +"proc-log@npm:^4.1.0, proc-log@npm:^4.2.0": + version: 4.2.0 + resolution: "proc-log@npm:4.2.0" + checksum: 10c0/17db4757c2a5c44c1e545170e6c70a26f7de58feb985091fb1763f5081cab3d01b181fb2dd240c9f4a4255a1d9227d163d5771b7e69c9e49a561692db865efb9 + languageName: node + linkType: hard + +"promise-retry@npm:^2.0.1": + version: 2.0.1 + resolution: "promise-retry@npm:2.0.1" + dependencies: + err-code: "npm:^2.0.2" + retry: "npm:^0.12.0" + checksum: 10c0/9c7045a1a2928094b5b9b15336dcd2a7b1c052f674550df63cc3f36cd44028e5080448175b6f6ca32b642de81150f5e7b1a98b728f15cb069f2dd60ac2616b96 + languageName: node + linkType: hard + +"prompts@npm:^2.4.2": + version: 2.4.2 + resolution: "prompts@npm:2.4.2" + dependencies: + kleur: "npm:^3.0.3" + sisteransi: "npm:^1.0.5" + checksum: 10c0/16f1ac2977b19fe2cf53f8411cc98db7a3c8b115c479b2ca5c82b5527cd937aa405fa04f9a5960abeb9daef53191b53b4d13e35c1f5d50e8718c76917c5f1ea4 + languageName: node + linkType: hard + +"property-information@npm:^6.0.0": + version: 6.5.0 + resolution: "property-information@npm:6.5.0" + checksum: 10c0/981e0f9cc2e5acdb414a6fd48a99dd0fd3a4079e7a91ab41cf97a8534cf43e0e0bc1ffada6602a1b3d047a33db8b5fc2ef46d863507eda712d5ceedac443f0ef + languageName: node + linkType: hard + +"pump@npm:^3.0.0": + version: 3.0.2 + resolution: "pump@npm:3.0.2" + dependencies: + end-of-stream: "npm:^1.1.0" + once: "npm:^1.3.1" + checksum: 10c0/5ad655cb2a7738b4bcf6406b24ad0970d680649d996b55ad20d1be8e0c02394034e4c45ff7cd105d87f1e9b96a0e3d06fd28e11fae8875da26e7f7a8e2c9726f + languageName: node + linkType: hard + +"punycode.js@npm:^2.3.1": + version: 2.3.1 + resolution: "punycode.js@npm:2.3.1" + checksum: 10c0/1d12c1c0e06127fa5db56bd7fdf698daf9a78104456a6b67326877afc21feaa821257b171539caedd2f0524027fa38e67b13dd094159c8d70b6d26d2bea4dfdb + languageName: node + linkType: hard + +"queue-microtask@npm:^1.2.2": + version: 1.2.3 + resolution: "queue-microtask@npm:1.2.3" + checksum: 10c0/900a93d3cdae3acd7d16f642c29a642aea32c2026446151f0778c62ac089d4b8e6c986811076e1ae180a694cedf077d453a11b58ff0a865629a4f82ab558e102 + languageName: node + linkType: hard + +"queue-tick@npm:^1.0.1": + version: 1.0.1 + resolution: "queue-tick@npm:1.0.1" + checksum: 10c0/0db998e2c9b15215317dbcf801e9b23e6bcde4044e115155dae34f8e7454b9a783f737c9a725528d677b7a66c775eb7a955cf144fe0b87f62b575ce5bfd515a9 + languageName: node + linkType: hard + +"rc@npm:^1.2.7": + version: 1.2.8 + resolution: "rc@npm:1.2.8" + dependencies: + deep-extend: "npm:^0.6.0" + ini: "npm:~1.3.0" + minimist: "npm:^1.2.0" + strip-json-comments: "npm:~2.0.1" + bin: + rc: ./cli.js + checksum: 10c0/24a07653150f0d9ac7168e52943cc3cb4b7a22c0e43c7dff3219977c2fdca5a2760a304a029c20811a0e79d351f57d46c9bde216193a0f73978496afc2b85b15 + languageName: node + linkType: hard + +"readable-stream@npm:^3.1.1, readable-stream@npm:^3.4.0": + version: 3.6.2 + resolution: "readable-stream@npm:3.6.2" + dependencies: + inherits: "npm:^2.0.3" + string_decoder: "npm:^1.1.1" + util-deprecate: "npm:^1.0.1" + checksum: 10c0/e37be5c79c376fdd088a45fa31ea2e423e5d48854be7a22a58869b4e84d25047b193f6acb54f1012331e1bcd667ffb569c01b99d36b0bd59658fb33f513511b7 + languageName: node + linkType: hard + +"readdirp@npm:~3.6.0": + version: 3.6.0 + resolution: "readdirp@npm:3.6.0" + dependencies: + picomatch: "npm:^2.2.1" + checksum: 10c0/6fa848cf63d1b82ab4e985f4cf72bd55b7dcfd8e0a376905804e48c3634b7e749170940ba77b32804d5fe93b3cc521aa95a8d7e7d725f830da6d93f3669ce66b + languageName: node + linkType: hard + +"regenerator-runtime@npm:^0.14.0": + version: 0.14.1 + resolution: "regenerator-runtime@npm:0.14.1" + checksum: 10c0/1b16eb2c4bceb1665c89de70dcb64126a22bc8eb958feef3cd68fe11ac6d2a4899b5cd1b80b0774c7c03591dc57d16631a7f69d2daa2ec98100e2f29f7ec4cc4 + languageName: node + linkType: hard + +"regex@npm:^4.3.2": + version: 4.3.2 + resolution: "regex@npm:4.3.2" + checksum: 10c0/bbc1dd348f85ce05407a072324b37cf79fe6506c90a66f520091feff6f3be8b2e04696f7cfa464a9de1ca4291c01390c8c090bbebfcea25affc03a38c94dd5dc + languageName: node + linkType: hard + +"rehype-expressive-code@npm:^0.35.6": + version: 0.35.6 + resolution: "rehype-expressive-code@npm:0.35.6" + dependencies: + expressive-code: "npm:^0.35.6" + checksum: 10c0/98230c8d64e0f36b5d30fe338af14d958e299cd4d9f00008c7d77c6490831a92e0cc4a3389783863ca056ce02a889c40152b2729c6eb3455211c86649c8d0f84 + languageName: node + linkType: hard + +"rehype-format@npm:^5.0.0": + version: 5.0.1 + resolution: "rehype-format@npm:5.0.1" + dependencies: + "@types/hast": "npm:^3.0.0" + hast-util-format: "npm:^1.0.0" + checksum: 10c0/e87aac3e318ef96688785e108315b23762681f1a834ae52ac449b9787ff63e8435aceb70354fb629d2d733daca4f65889ddcdf0cd44b684ea4f481e8fac750e3 + languageName: node + linkType: hard + +"rehype-parse@npm:^9.0.0": + version: 9.0.1 + resolution: "rehype-parse@npm:9.0.1" + dependencies: + "@types/hast": "npm:^3.0.0" + hast-util-from-html: "npm:^2.0.0" + unified: "npm:^11.0.0" + checksum: 10c0/efa9ca17673fe70e2d322a1d262796bbed5f6a89382f8f8393352bbd6f6bbf1d4d1d050984b86ff9cb6c0fa2535175ab0829e53c94b1e38fc3c158e6c0ad90bc + languageName: node + linkType: hard + +"rehype-raw@npm:^7.0.0": + version: 7.0.0 + resolution: "rehype-raw@npm:7.0.0" + dependencies: + "@types/hast": "npm:^3.0.0" + hast-util-raw: "npm:^9.0.0" + vfile: "npm:^6.0.0" + checksum: 10c0/1435b4b6640a5bc3abe3b2133885c4dbff5ef2190ef9cfe09d6a63f74dd7d7ffd0cede70603278560ccf1acbfb9da9faae4b68065a28bc5aa88ad18e40f32d52 + languageName: node + linkType: hard + +"rehype-stringify@npm:^10.0.0": + version: 10.0.1 + resolution: "rehype-stringify@npm:10.0.1" + dependencies: + "@types/hast": "npm:^3.0.0" + hast-util-to-html: "npm:^9.0.0" + unified: "npm:^11.0.0" + checksum: 10c0/c643ae3a4862465033e0f1e9f664433767279b4ee9296570746970a79940417ec1fb1997a513659aab97063cf971c5d97e0af8129f590719f01628c8aa480765 + languageName: node + linkType: hard + +"rehype@npm:^13.0.1": + version: 13.0.2 + resolution: "rehype@npm:13.0.2" + dependencies: + "@types/hast": "npm:^3.0.0" + rehype-parse: "npm:^9.0.0" + rehype-stringify: "npm:^10.0.0" + unified: "npm:^11.0.0" + checksum: 10c0/13d82086b673b3ce1fddb54cc8d30be16bde83fb62f1507f0af06070c94b85d07c3780fa994357bad2c9d51b84e4108ff661677b71d187e4f2167cab22d84363 + languageName: node + linkType: hard + +"remark-directive@npm:^3.0.0": + version: 3.0.0 + resolution: "remark-directive@npm:3.0.0" + dependencies: + "@types/mdast": "npm:^4.0.0" + mdast-util-directive: "npm:^3.0.0" + micromark-extension-directive: "npm:^3.0.0" + unified: "npm:^11.0.0" + checksum: 10c0/eeec4d70501c5bce55b2528fa0c8f1e2a5c713c9f72a7d4678dd3868c425620ec409a719bb2656663296bc476c63f5d7bcacd5a9059146bfc89d40e4ce13a7f6 + languageName: node + linkType: hard + +"remark-gfm@npm:^4.0.0": + version: 4.0.0 + resolution: "remark-gfm@npm:4.0.0" + dependencies: + "@types/mdast": "npm:^4.0.0" + mdast-util-gfm: "npm:^3.0.0" + micromark-extension-gfm: "npm:^3.0.0" + remark-parse: "npm:^11.0.0" + remark-stringify: "npm:^11.0.0" + unified: "npm:^11.0.0" + checksum: 10c0/db0aa85ab718d475c2596e27c95be9255d3b0fc730a4eda9af076b919f7dd812f7be3ac020611a8dbe5253fd29671d7b12750b56e529fdc32dfebad6dbf77403 + languageName: node + linkType: hard + +"remark-mdx@npm:^3.0.0": + version: 3.0.1 + resolution: "remark-mdx@npm:3.0.1" + dependencies: + mdast-util-mdx: "npm:^3.0.0" + micromark-extension-mdxjs: "npm:^3.0.0" + checksum: 10c0/9e16cd5ff3b30620bd25351a2dd1701627fa5555785b35ee5fe07bd1e6793a9c825cc1f6af9e54a44351f74879f8b5ea2bce8e5a21379aeab58935e76a4d69ce + languageName: node + linkType: hard + +"remark-parse@npm:^11.0.0": + version: 11.0.0 + resolution: "remark-parse@npm:11.0.0" + dependencies: + "@types/mdast": "npm:^4.0.0" + mdast-util-from-markdown: "npm:^2.0.0" + micromark-util-types: "npm:^2.0.0" + unified: "npm:^11.0.0" + checksum: 10c0/6eed15ddb8680eca93e04fcb2d1b8db65a743dcc0023f5007265dda558b09db595a087f622062ccad2630953cd5cddc1055ce491d25a81f3317c858348a8dd38 + languageName: node + linkType: hard + +"remark-rehype@npm:^11.0.0, remark-rehype@npm:^11.1.0": + version: 11.1.1 + resolution: "remark-rehype@npm:11.1.1" + dependencies: + "@types/hast": "npm:^3.0.0" + "@types/mdast": "npm:^4.0.0" + mdast-util-to-hast: "npm:^13.0.0" + unified: "npm:^11.0.0" + vfile: "npm:^6.0.0" + checksum: 10c0/68f986e8ee758d415e93babda2a0d89477c15b7c200edc23b8b1d914dd6e963c5fc151a11cbbbcfa7dd237367ff3ef86e302be90f31f37a17b0748668bd8c65b + languageName: node + linkType: hard + +"remark-smartypants@npm:^3.0.2": + version: 3.0.2 + resolution: "remark-smartypants@npm:3.0.2" + dependencies: + retext: "npm:^9.0.0" + retext-smartypants: "npm:^6.0.0" + unified: "npm:^11.0.4" + unist-util-visit: "npm:^5.0.0" + checksum: 10c0/661129f6258feb4531c896d0d7013d0cd7835599f7d9c46947ff0cda19c717e2d5a7da28fc72a9d454dd5a5b6308403f0d7a7ec58338865a28c9242a77739b40 + languageName: node + linkType: hard + +"remark-stringify@npm:^11.0.0": + version: 11.0.0 + resolution: "remark-stringify@npm:11.0.0" + dependencies: + "@types/mdast": "npm:^4.0.0" + mdast-util-to-markdown: "npm:^2.0.0" + unified: "npm:^11.0.0" + checksum: 10c0/0cdb37ce1217578f6f847c7ec9f50cbab35df5b9e3903d543e74b405404e67c07defcb23cd260a567b41b769400f6de03c2c3d9cd6ae7a6707d5c8d89ead489f + languageName: node + linkType: hard + +"request-light@npm:^0.5.7": + version: 0.5.8 + resolution: "request-light@npm:0.5.8" + checksum: 10c0/65d47f79cbe13c46c10eecb9264ad06ea5f76ea64855766448937c0fe888a70b9c854bf9dc4c2dc1949ea5400030b55bea7d4ba0807fae0202004cee796ea819 + languageName: node + linkType: hard + +"request-light@npm:^0.7.0": + version: 0.7.0 + resolution: "request-light@npm:0.7.0" + checksum: 10c0/1c98f0d74b8a28a6fecb96d4b30c255a27b402f5e10b2696b67ede7257389a7533fba9e8ea122ccec9a7c6f06db36eab5d0b563bd5ff27b15aaa9d3910e31894 + languageName: node + linkType: hard + +"require-directory@npm:^2.1.1": + version: 2.1.1 + resolution: "require-directory@npm:2.1.1" + checksum: 10c0/83aa76a7bc1531f68d92c75a2ca2f54f1b01463cb566cf3fbc787d0de8be30c9dbc211d1d46be3497dac5785fe296f2dd11d531945ac29730643357978966e99 + languageName: node + linkType: hard + +"require-from-string@npm:^2.0.2": + version: 2.0.2 + resolution: "require-from-string@npm:2.0.2" + checksum: 10c0/aaa267e0c5b022fc5fd4eef49d8285086b15f2a1c54b28240fdf03599cbd9c26049fee3eab894f2e1f6ca65e513b030a7c264201e3f005601e80c49fb2937ce2 + languageName: node + linkType: hard + +"restore-cursor@npm:^5.0.0": + version: 5.1.0 + resolution: "restore-cursor@npm:5.1.0" + dependencies: + onetime: "npm:^7.0.0" + signal-exit: "npm:^4.1.0" + checksum: 10c0/c2ba89131eea791d1b25205bdfdc86699767e2b88dee2a590b1a6caa51737deac8bad0260a5ded2f7c074b7db2f3a626bcf1fcf3cdf35974cbeea5e2e6764f60 + languageName: node + linkType: hard + +"retext-latin@npm:^4.0.0": + version: 4.0.0 + resolution: "retext-latin@npm:4.0.0" + dependencies: + "@types/nlcst": "npm:^2.0.0" + parse-latin: "npm:^7.0.0" + unified: "npm:^11.0.0" + checksum: 10c0/51530be66db9ef6ab8e9cda5dd0598377ff4321481d6a941bf70dac16fa6e9123ff7d8ff093a05c30a3e00e282e37094b845b6130a8005a3cb7186a961ab99cb + languageName: node + linkType: hard + +"retext-smartypants@npm:^6.0.0": + version: 6.1.1 + resolution: "retext-smartypants@npm:6.1.1" + dependencies: + "@types/nlcst": "npm:^2.0.0" + nlcst-to-string: "npm:^4.0.0" + unist-util-visit: "npm:^5.0.0" + checksum: 10c0/46c8bb97291cbf501bfde0069e48ce4a299efd0b07b71e7863339d7bcb9f955a0629d1b98fb2b4beef563e0a8b3c9698d36063c05a6b3bb012474b9adcafb044 + languageName: node + linkType: hard + +"retext-stringify@npm:^4.0.0": + version: 4.0.0 + resolution: "retext-stringify@npm:4.0.0" + dependencies: + "@types/nlcst": "npm:^2.0.0" + nlcst-to-string: "npm:^4.0.0" + unified: "npm:^11.0.0" + checksum: 10c0/eb2930356c85999a8978092a5d6ba3695fea859c71f221dcdc485704552922641bc17e50fea2ae0599d665192eaad002e98bb4236ecac94a570b73581b99004d + languageName: node + linkType: hard + +"retext@npm:^9.0.0": + version: 9.0.0 + resolution: "retext@npm:9.0.0" + dependencies: + "@types/nlcst": "npm:^2.0.0" + retext-latin: "npm:^4.0.0" + retext-stringify: "npm:^4.0.0" + unified: "npm:^11.0.0" + checksum: 10c0/eee9f66ff6fae5670a5eeccc0b5e2639112f868475273ce307d3079cfe7deb9d1b0f2b8fa28b4ab30abaf8538345185a44908f461a27bbf43c4f94feda90ecac + languageName: node + linkType: hard + +"retry@npm:^0.12.0": + version: 0.12.0 + resolution: "retry@npm:0.12.0" + checksum: 10c0/59933e8501727ba13ad73ef4a04d5280b3717fd650408460c987392efe9d7be2040778ed8ebe933c5cbd63da3dcc37919c141ef8af0a54a6e4fca5a2af177bfe + languageName: node + linkType: hard + +"reusify@npm:^1.0.4": + version: 1.0.4 + resolution: "reusify@npm:1.0.4" + checksum: 10c0/c19ef26e4e188f408922c46f7ff480d38e8dfc55d448310dfb518736b23ed2c4f547fb64a6ed5bdba92cd7e7ddc889d36ff78f794816d5e71498d645ef476107 + languageName: node + linkType: hard + +"rollup@npm:^4.20.0": + version: 4.22.5 + resolution: "rollup@npm:4.22.5" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.22.5" + "@rollup/rollup-android-arm64": "npm:4.22.5" + "@rollup/rollup-darwin-arm64": "npm:4.22.5" + "@rollup/rollup-darwin-x64": "npm:4.22.5" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.5" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.22.5" + "@rollup/rollup-linux-arm64-gnu": "npm:4.22.5" + "@rollup/rollup-linux-arm64-musl": "npm:4.22.5" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.5" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.22.5" + "@rollup/rollup-linux-s390x-gnu": "npm:4.22.5" + "@rollup/rollup-linux-x64-gnu": "npm:4.22.5" + "@rollup/rollup-linux-x64-musl": "npm:4.22.5" + "@rollup/rollup-win32-arm64-msvc": "npm:4.22.5" + "@rollup/rollup-win32-ia32-msvc": "npm:4.22.5" + "@rollup/rollup-win32-x64-msvc": "npm:4.22.5" + "@types/estree": "npm:1.0.6" + fsevents: "npm:~2.3.2" + dependenciesMeta: + "@rollup/rollup-android-arm-eabi": + optional: true + "@rollup/rollup-android-arm64": + optional: true + "@rollup/rollup-darwin-arm64": + optional: true + "@rollup/rollup-darwin-x64": + optional: true + "@rollup/rollup-linux-arm-gnueabihf": + optional: true + "@rollup/rollup-linux-arm-musleabihf": + optional: true + "@rollup/rollup-linux-arm64-gnu": + optional: true + "@rollup/rollup-linux-arm64-musl": + optional: true + "@rollup/rollup-linux-powerpc64le-gnu": + optional: true + "@rollup/rollup-linux-riscv64-gnu": + optional: true + "@rollup/rollup-linux-s390x-gnu": + optional: true + "@rollup/rollup-linux-x64-gnu": + optional: true + "@rollup/rollup-linux-x64-musl": + optional: true + "@rollup/rollup-win32-arm64-msvc": + optional: true + "@rollup/rollup-win32-ia32-msvc": + optional: true + "@rollup/rollup-win32-x64-msvc": + optional: true + fsevents: + optional: true + bin: + rollup: dist/bin/rollup + checksum: 10c0/9b9432206ecc2f68edca965f8cf119eccd5346c86c392f733a8062b7c6a309b70c35e8448024146bd0e3444d8b3797758c8e29248b273d1433de94a4ea265246 + languageName: node + linkType: hard + +"run-parallel@npm:^1.1.9": + version: 1.2.0 + resolution: "run-parallel@npm:1.2.0" + dependencies: + queue-microtask: "npm:^1.2.2" + checksum: 10c0/200b5ab25b5b8b7113f9901bfe3afc347e19bb7475b267d55ad0eb86a62a46d77510cb0f232507c9e5d497ebda569a08a9867d0d14f57a82ad5564d991588b39 + languageName: node + linkType: hard + +"safe-buffer@npm:^5.0.1, safe-buffer@npm:~5.2.0": + version: 5.2.1 + resolution: "safe-buffer@npm:5.2.1" + checksum: 10c0/6501914237c0a86e9675d4e51d89ca3c21ffd6a31642efeba25ad65720bce6921c9e7e974e5be91a786b25aa058b5303285d3c15dbabf983a919f5f630d349f3 + languageName: node + linkType: hard + +"safer-buffer@npm:>= 2.1.2 < 3.0.0": + version: 2.1.2 + resolution: "safer-buffer@npm:2.1.2" + checksum: 10c0/7e3c8b2e88a1841c9671094bbaeebd94448111dd90a81a1f606f3f67708a6ec57763b3b47f06da09fc6054193e0e6709e77325415dc8422b04497a8070fa02d4 + languageName: node + linkType: hard + +"sax@npm:^1.2.4": + version: 1.4.1 + resolution: "sax@npm:1.4.1" + checksum: 10c0/6bf86318a254c5d898ede6bd3ded15daf68ae08a5495a2739564eb265cd13bcc64a07ab466fb204f67ce472bb534eb8612dac587435515169593f4fffa11de7c + languageName: node + linkType: hard + +"section-matter@npm:^1.0.0": + version: 1.0.0 + resolution: "section-matter@npm:1.0.0" + dependencies: + extend-shallow: "npm:^2.0.1" + kind-of: "npm:^6.0.0" + checksum: 10c0/8007f91780adc5aaa781a848eaae50b0f680bbf4043b90cf8a96778195b8fab690c87fe7a989e02394ce69890e330811ec8dab22397d384673ce59f7d750641d + languageName: node + linkType: hard + +"semver@npm:^6.3.1": + version: 6.3.1 + resolution: "semver@npm:6.3.1" + bin: + semver: bin/semver.js + checksum: 10c0/e3d79b609071caa78bcb6ce2ad81c7966a46a7431d9d58b8800cfa9cb6a63699b3899a0e4bcce36167a284578212d9ae6942b6929ba4aa5015c079a67751d42d + languageName: node + linkType: hard + +"semver@npm:^7.3.5, semver@npm:^7.3.8, semver@npm:^7.5.4, semver@npm:^7.6.2, semver@npm:^7.6.3": + version: 7.6.3 + resolution: "semver@npm:7.6.3" + bin: + semver: bin/semver.js + checksum: 10c0/88f33e148b210c153873cb08cfe1e281d518aaa9a666d4d148add6560db5cd3c582f3a08ccb91f38d5f379ead256da9931234ed122057f40bb5766e65e58adaf + languageName: node + linkType: hard + +"sharp@npm:^0.32.5": + version: 0.32.6 + resolution: "sharp@npm:0.32.6" + dependencies: + color: "npm:^4.2.3" + detect-libc: "npm:^2.0.2" + node-addon-api: "npm:^6.1.0" + node-gyp: "npm:latest" + prebuild-install: "npm:^7.1.1" + semver: "npm:^7.5.4" + simple-get: "npm:^4.0.1" + tar-fs: "npm:^3.0.4" + tunnel-agent: "npm:^0.6.0" + checksum: 10c0/f6a756fec5051ef2f9341e0543cde1da4e822982dd5398010baad92e2262bd177e08b753eb19b2fbee30f2fcb0e8756f24088fafc48293a364e9a8f8dc65a300 + languageName: node + linkType: hard + +"sharp@npm:^0.33.3": + version: 0.33.5 + resolution: "sharp@npm:0.33.5" + dependencies: + "@img/sharp-darwin-arm64": "npm:0.33.5" + "@img/sharp-darwin-x64": "npm:0.33.5" + "@img/sharp-libvips-darwin-arm64": "npm:1.0.4" + "@img/sharp-libvips-darwin-x64": "npm:1.0.4" + "@img/sharp-libvips-linux-arm": "npm:1.0.5" + "@img/sharp-libvips-linux-arm64": "npm:1.0.4" + "@img/sharp-libvips-linux-s390x": "npm:1.0.4" + "@img/sharp-libvips-linux-x64": "npm:1.0.4" + "@img/sharp-libvips-linuxmusl-arm64": "npm:1.0.4" + "@img/sharp-libvips-linuxmusl-x64": "npm:1.0.4" + "@img/sharp-linux-arm": "npm:0.33.5" + "@img/sharp-linux-arm64": "npm:0.33.5" + "@img/sharp-linux-s390x": "npm:0.33.5" + "@img/sharp-linux-x64": "npm:0.33.5" + "@img/sharp-linuxmusl-arm64": "npm:0.33.5" + "@img/sharp-linuxmusl-x64": "npm:0.33.5" + "@img/sharp-wasm32": "npm:0.33.5" + "@img/sharp-win32-ia32": "npm:0.33.5" + "@img/sharp-win32-x64": "npm:0.33.5" + color: "npm:^4.2.3" + detect-libc: "npm:^2.0.3" + semver: "npm:^7.6.3" + dependenciesMeta: + "@img/sharp-darwin-arm64": + optional: true + "@img/sharp-darwin-x64": + optional: true + "@img/sharp-libvips-darwin-arm64": + optional: true + "@img/sharp-libvips-darwin-x64": + optional: true + "@img/sharp-libvips-linux-arm": + optional: true + "@img/sharp-libvips-linux-arm64": + optional: true + "@img/sharp-libvips-linux-s390x": + optional: true + "@img/sharp-libvips-linux-x64": + optional: true + "@img/sharp-libvips-linuxmusl-arm64": + optional: true + "@img/sharp-libvips-linuxmusl-x64": + optional: true + "@img/sharp-linux-arm": + optional: true + "@img/sharp-linux-arm64": + optional: true + "@img/sharp-linux-s390x": + optional: true + "@img/sharp-linux-x64": + optional: true + "@img/sharp-linuxmusl-arm64": + optional: true + "@img/sharp-linuxmusl-x64": + optional: true + "@img/sharp-wasm32": + optional: true + "@img/sharp-win32-ia32": + optional: true + "@img/sharp-win32-x64": + optional: true + checksum: 10c0/6b81421ddfe6ee524d8d77e325c5e147fef22884e1c7b1656dfd89a88d7025894115da02d5f984261bf2e6daa16f98cadd1721c4ba408b4212b1d2a60f233484 + languageName: node + linkType: hard + +"shebang-command@npm:^2.0.0": + version: 2.0.0 + resolution: "shebang-command@npm:2.0.0" + dependencies: + shebang-regex: "npm:^3.0.0" + checksum: 10c0/a41692e7d89a553ef21d324a5cceb5f686d1f3c040759c50aab69688634688c5c327f26f3ecf7001ebfd78c01f3c7c0a11a7c8bfd0a8bc9f6240d4f40b224e4e + languageName: node + linkType: hard + +"shebang-regex@npm:^3.0.0": + version: 3.0.0 + resolution: "shebang-regex@npm:3.0.0" + checksum: 10c0/1dbed0726dd0e1152a92696c76c7f06084eb32a90f0528d11acd764043aacf76994b2fb30aa1291a21bd019d6699164d048286309a278855ee7bec06cf6fb690 + languageName: node + linkType: hard + +"shiki@npm:^1.1.7, shiki@npm:^1.10.3, shiki@npm:^1.16.2": + version: 1.20.0 + resolution: "shiki@npm:1.20.0" + dependencies: + "@shikijs/core": "npm:1.20.0" + "@shikijs/engine-javascript": "npm:1.20.0" + "@shikijs/engine-oniguruma": "npm:1.20.0" + "@shikijs/types": "npm:1.20.0" + "@shikijs/vscode-textmate": "npm:^9.2.2" + "@types/hast": "npm:^3.0.4" + checksum: 10c0/2d67e2a8c25734fbec199cdd389f687e93a2cdca1ec7b2914f1fb2b97ecab0eabfd842806f71f3ae77aa0d942636a31f681a9fc5ad04949bed6f8c849915bdc1 + languageName: node + linkType: hard + +"signal-exit@npm:^4.0.1, signal-exit@npm:^4.1.0": + version: 4.1.0 + resolution: "signal-exit@npm:4.1.0" + checksum: 10c0/41602dce540e46d599edba9d9860193398d135f7ff72cab629db5171516cfae628d21e7bfccde1bbfdf11c48726bc2a6d1a8fb8701125852fbfda7cf19c6aa83 + languageName: node + linkType: hard + +"simple-concat@npm:^1.0.0": + version: 1.0.1 + resolution: "simple-concat@npm:1.0.1" + checksum: 10c0/62f7508e674414008910b5397c1811941d457dfa0db4fd5aa7fa0409eb02c3609608dfcd7508cace75b3a0bf67a2a77990711e32cd213d2c76f4fd12ee86d776 + languageName: node + linkType: hard + +"simple-get@npm:^4.0.0, simple-get@npm:^4.0.1": + version: 4.0.1 + resolution: "simple-get@npm:4.0.1" + dependencies: + decompress-response: "npm:^6.0.0" + once: "npm:^1.3.1" + simple-concat: "npm:^1.0.0" + checksum: 10c0/b0649a581dbca741babb960423248899203165769747142033479a7dc5e77d7b0fced0253c731cd57cf21e31e4d77c9157c3069f4448d558ebc96cf9e1eebcf0 + languageName: node + linkType: hard + +"simple-swizzle@npm:^0.2.2": + version: 0.2.2 + resolution: "simple-swizzle@npm:0.2.2" + dependencies: + is-arrayish: "npm:^0.3.1" + checksum: 10c0/df5e4662a8c750bdba69af4e8263c5d96fe4cd0f9fe4bdfa3cbdeb45d2e869dff640beaaeb1ef0e99db4d8d2ec92f85508c269f50c972174851bc1ae5bd64308 + languageName: node + linkType: hard + +"sisteransi@npm:^1.0.5": + version: 1.0.5 + resolution: "sisteransi@npm:1.0.5" + checksum: 10c0/230ac975cca485b7f6fe2b96a711aa62a6a26ead3e6fb8ba17c5a00d61b8bed0d7adc21f5626b70d7c33c62ff4e63933017a6462942c719d1980bb0b1207ad46 + languageName: node + linkType: hard + +"sitemap@npm:^7.1.2": + version: 7.1.2 + resolution: "sitemap@npm:7.1.2" + dependencies: + "@types/node": "npm:^17.0.5" + "@types/sax": "npm:^1.2.1" + arg: "npm:^5.0.0" + sax: "npm:^1.2.4" + bin: + sitemap: dist/cli.js + checksum: 10c0/01dd1268c0d4b89f8ef082bcb9ef18d0182d00d1622e9c54743474918169491e5360538f9a01a769262e0fe23d6e3822a90680eff0f076cf87b68d459014a34c + languageName: node + linkType: hard + +"smart-buffer@npm:^4.2.0": + version: 4.2.0 + resolution: "smart-buffer@npm:4.2.0" + checksum: 10c0/a16775323e1404dd43fabafe7460be13a471e021637bc7889468eb45ce6a6b207261f454e4e530a19500cc962c4cc5348583520843b363f4193cee5c00e1e539 + languageName: node + linkType: hard + +"socks-proxy-agent@npm:^8.0.3": + version: 8.0.4 + resolution: "socks-proxy-agent@npm:8.0.4" + dependencies: + agent-base: "npm:^7.1.1" + debug: "npm:^4.3.4" + socks: "npm:^2.8.3" + checksum: 10c0/345593bb21b95b0508e63e703c84da11549f0a2657d6b4e3ee3612c312cb3a907eac10e53b23ede3557c6601d63252103494caa306b66560f43af7b98f53957a + languageName: node + linkType: hard + +"socks@npm:^2.8.3": + version: 2.8.3 + resolution: "socks@npm:2.8.3" + dependencies: + ip-address: "npm:^9.0.5" + smart-buffer: "npm:^4.2.0" + checksum: 10c0/d54a52bf9325165770b674a67241143a3d8b4e4c8884560c4e0e078aace2a728dffc7f70150660f51b85797c4e1a3b82f9b7aa25e0a0ceae1a243365da5c51a7 + languageName: node + linkType: hard + +"source-map-js@npm:^1.2.0, source-map-js@npm:^1.2.1": + version: 1.2.1 + resolution: "source-map-js@npm:1.2.1" + checksum: 10c0/7bda1fc4c197e3c6ff17de1b8b2c20e60af81b63a52cb32ec5a5d67a20a7d42651e2cb34ebe93833c5a2a084377e17455854fee3e21e7925c64a51b6a52b0faf + languageName: node + linkType: hard + +"source-map@npm:^0.7.0, source-map@npm:^0.7.4": + version: 0.7.4 + resolution: "source-map@npm:0.7.4" + checksum: 10c0/dc0cf3768fe23c345ea8760487f8c97ef6fca8a73c83cd7c9bf2fde8bc2c34adb9c0824d6feb14bc4f9e37fb522e18af621543f1289038a66ac7586da29aa7dc + languageName: node + linkType: hard + +"space-separated-tokens@npm:^2.0.0": + version: 2.0.2 + resolution: "space-separated-tokens@npm:2.0.2" + checksum: 10c0/6173e1d903dca41dcab6a2deed8b4caf61bd13b6d7af8374713500570aa929ff9414ae09a0519f4f8772df993300305a395d4871f35bc4ca72b6db57e1f30af8 + languageName: node + linkType: hard + +"sprintf-js@npm:^1.1.3": + version: 1.1.3 + resolution: "sprintf-js@npm:1.1.3" + checksum: 10c0/09270dc4f30d479e666aee820eacd9e464215cdff53848b443964202bf4051490538e5dd1b42e1a65cf7296916ca17640aebf63dae9812749c7542ee5f288dec + languageName: node + linkType: hard + +"sprintf-js@npm:~1.0.2": + version: 1.0.3 + resolution: "sprintf-js@npm:1.0.3" + checksum: 10c0/ecadcfe4c771890140da5023d43e190b7566d9cf8b2d238600f31bec0fc653f328da4450eb04bd59a431771a8e9cc0e118f0aa3974b683a4981b4e07abc2a5bb + languageName: node + linkType: hard + +"ssri@npm:^10.0.0": + version: 10.0.6 + resolution: "ssri@npm:10.0.6" + dependencies: + minipass: "npm:^7.0.3" + checksum: 10c0/e5a1e23a4057a86a97971465418f22ea89bd439ac36ade88812dd920e4e61873e8abd6a9b72a03a67ef50faa00a2daf1ab745c5a15b46d03e0544a0296354227 + languageName: node + linkType: hard + +"stdin-discarder@npm:^0.2.2": + version: 0.2.2 + resolution: "stdin-discarder@npm:0.2.2" + checksum: 10c0/c78375e82e956d7a64be6e63c809c7f058f5303efcaf62ea48350af072bacdb99c06cba39209b45a071c1acbd49116af30df1df9abb448df78a6005b72f10537 + languageName: node + linkType: hard + +"stream-replace-string@npm:^2.0.0": + version: 2.0.0 + resolution: "stream-replace-string@npm:2.0.0" + checksum: 10c0/6cdf6108c57a869c1282dece0728bd7a8e314855bee71992436460192cdf46b3c976451e1e114716af209b2bfefa0e7e4581ca0eebc330d9dfcde341a72d50af + languageName: node + linkType: hard + +"streamx@npm:^2.15.0, streamx@npm:^2.20.0": + version: 2.20.1 + resolution: "streamx@npm:2.20.1" + dependencies: + bare-events: "npm:^2.2.0" + fast-fifo: "npm:^1.3.2" + queue-tick: "npm:^1.0.1" + text-decoder: "npm:^1.1.0" + dependenciesMeta: + bare-events: + optional: true + checksum: 10c0/34ffa2ee9465d70e18c7e2ba70189720c166d150ab83eb7700304620fa23ff42a69cb37d712ea4b5fc6234d8e74346a88bb4baceb873c6b05e52ac420f8abb4d + languageName: node + linkType: hard + +"string-width-cjs@npm:string-width@^4.2.0, string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.3": + version: 4.2.3 + resolution: "string-width@npm:4.2.3" + dependencies: + emoji-regex: "npm:^8.0.0" + is-fullwidth-code-point: "npm:^3.0.0" + strip-ansi: "npm:^6.0.1" + checksum: 10c0/1e525e92e5eae0afd7454086eed9c818ee84374bb80328fc41217ae72ff5f065ef1c9d7f72da41de40c75fa8bb3dee63d92373fd492c84260a552c636392a47b + languageName: node + linkType: hard + +"string-width@npm:^5.0.1, string-width@npm:^5.1.2": + version: 5.1.2 + resolution: "string-width@npm:5.1.2" + dependencies: + eastasianwidth: "npm:^0.2.0" + emoji-regex: "npm:^9.2.2" + strip-ansi: "npm:^7.0.1" + checksum: 10c0/ab9c4264443d35b8b923cbdd513a089a60de339216d3b0ed3be3ba57d6880e1a192b70ae17225f764d7adbf5994e9bb8df253a944736c15a0240eff553c678ca + languageName: node + linkType: hard + +"string-width@npm:^7.2.0": + version: 7.2.0 + resolution: "string-width@npm:7.2.0" + dependencies: + emoji-regex: "npm:^10.3.0" + get-east-asian-width: "npm:^1.0.0" + strip-ansi: "npm:^7.1.0" + checksum: 10c0/eb0430dd43f3199c7a46dcbf7a0b34539c76fe3aa62763d0b0655acdcbdf360b3f66f3d58ca25ba0205f42ea3491fa00f09426d3b7d3040e506878fc7664c9b9 + languageName: node + linkType: hard + +"string_decoder@npm:^1.1.1": + version: 1.3.0 + resolution: "string_decoder@npm:1.3.0" + dependencies: + safe-buffer: "npm:~5.2.0" + checksum: 10c0/810614ddb030e271cd591935dcd5956b2410dd079d64ff92a1844d6b7588bf992b3e1b69b0f4d34a3e06e0bd73046ac646b5264c1987b20d0601f81ef35d731d + languageName: node + linkType: hard + +"stringify-entities@npm:^4.0.0": + version: 4.0.4 + resolution: "stringify-entities@npm:4.0.4" + dependencies: + character-entities-html4: "npm:^2.0.0" + character-entities-legacy: "npm:^3.0.0" + checksum: 10c0/537c7e656354192406bdd08157d759cd615724e9d0873602d2c9b2f6a5c0a8d0b1d73a0a08677848105c5eebac6db037b57c0b3a4ec86331117fa7319ed50448 + languageName: node + linkType: hard + +"strip-ansi-cjs@npm:strip-ansi@^6.0.1, strip-ansi@npm:^6.0.0, strip-ansi@npm:^6.0.1": + version: 6.0.1 + resolution: "strip-ansi@npm:6.0.1" + dependencies: + ansi-regex: "npm:^5.0.1" + checksum: 10c0/1ae5f212a126fe5b167707f716942490e3933085a5ff6c008ab97ab2f272c8025d3aa218b7bd6ab25729ca20cc81cddb252102f8751e13482a5199e873680952 + languageName: node + linkType: hard + +"strip-ansi@npm:^7.0.1, strip-ansi@npm:^7.1.0": + version: 7.1.0 + resolution: "strip-ansi@npm:7.1.0" + dependencies: + ansi-regex: "npm:^6.0.1" + checksum: 10c0/a198c3762e8832505328cbf9e8c8381de14a4fa50a4f9b2160138158ea88c0f5549fb50cb13c651c3088f47e63a108b34622ec18c0499b6c8c3a5ddf6b305ac4 + languageName: node + linkType: hard + +"strip-bom-string@npm:^1.0.0": + version: 1.0.0 + resolution: "strip-bom-string@npm:1.0.0" + checksum: 10c0/5c5717e2643225aa6a6d659d34176ab2657037f1fe2423ac6fcdb488f135e14fef1022030e426d8b4d0989e09adbd5c3288d5d3b9c632abeefd2358dfc512bca + languageName: node + linkType: hard + +"strip-bom@npm:^3.0.0": + version: 3.0.0 + resolution: "strip-bom@npm:3.0.0" + checksum: 10c0/51201f50e021ef16672593d7434ca239441b7b760e905d9f33df6e4f3954ff54ec0e0a06f100d028af0982d6f25c35cd5cda2ce34eaebccd0250b8befb90d8f1 + languageName: node + linkType: hard + +"strip-json-comments@npm:~2.0.1": + version: 2.0.1 + resolution: "strip-json-comments@npm:2.0.1" + checksum: 10c0/b509231cbdee45064ff4f9fd73609e2bcc4e84a4d508e9dd0f31f70356473fde18abfb5838c17d56fb236f5a06b102ef115438de0600b749e818a35fbbc48c43 + languageName: node + linkType: hard + +"style-to-object@npm:^0.4.0": + version: 0.4.4 + resolution: "style-to-object@npm:0.4.4" + dependencies: + inline-style-parser: "npm:0.1.1" + checksum: 10c0/3a733080da66952881175b17d65f92985cf94c1ca358a92cf21b114b1260d49b94a404ed79476047fb95698d64c7e366ca7443f0225939e2fb34c38bbc9c7639 + languageName: node + linkType: hard + +"style-to-object@npm:^1.0.0": + version: 1.0.8 + resolution: "style-to-object@npm:1.0.8" + dependencies: + inline-style-parser: "npm:0.2.4" + checksum: 10c0/daa6646b1ff18258c0ca33ed281fbe73485c8391192db1b56ce89d40c93ea64507a41e8701d0dadfe771bc2f540c46c9b295135f71584c8e5cb23d6a19be9430 + languageName: node + linkType: hard + +"supports-color@npm:^5.3.0": + version: 5.5.0 + resolution: "supports-color@npm:5.5.0" + dependencies: + has-flag: "npm:^3.0.0" + checksum: 10c0/6ae5ff319bfbb021f8a86da8ea1f8db52fac8bd4d499492e30ec17095b58af11f0c55f8577390a749b1c4dde691b6a0315dab78f5f54c9b3d83f8fb5905c1c05 + languageName: node + linkType: hard + +"tar-fs@npm:^2.0.0": + version: 2.1.1 + resolution: "tar-fs@npm:2.1.1" + dependencies: + chownr: "npm:^1.1.1" + mkdirp-classic: "npm:^0.5.2" + pump: "npm:^3.0.0" + tar-stream: "npm:^2.1.4" + checksum: 10c0/871d26a934bfb7beeae4c4d8a09689f530b565f79bd0cf489823ff0efa3705da01278160da10bb006d1a793fa0425cf316cec029b32a9159eacbeaff4965fb6d + languageName: node + linkType: hard + +"tar-fs@npm:^3.0.4": + version: 3.0.6 + resolution: "tar-fs@npm:3.0.6" + dependencies: + bare-fs: "npm:^2.1.1" + bare-path: "npm:^2.1.0" + pump: "npm:^3.0.0" + tar-stream: "npm:^3.1.5" + dependenciesMeta: + bare-fs: + optional: true + bare-path: + optional: true + checksum: 10c0/207b7c0f193495668bd9dbad09a0108ce4ffcfec5bce2133f90988cdda5c81fad83c99f963d01e47b565196594f7a17dbd063ae55b97b36268fcc843975278ee + languageName: node + linkType: hard + +"tar-stream@npm:^2.1.4": + version: 2.2.0 + resolution: "tar-stream@npm:2.2.0" + dependencies: + bl: "npm:^4.0.3" + end-of-stream: "npm:^1.4.1" + fs-constants: "npm:^1.0.0" + inherits: "npm:^2.0.3" + readable-stream: "npm:^3.1.1" + checksum: 10c0/2f4c910b3ee7196502e1ff015a7ba321ec6ea837667220d7bcb8d0852d51cb04b87f7ae471008a6fb8f5b1a1b5078f62f3a82d30c706f20ada1238ac797e7692 + languageName: node + linkType: hard + +"tar-stream@npm:^3.1.5": + version: 3.1.7 + resolution: "tar-stream@npm:3.1.7" + dependencies: + b4a: "npm:^1.6.4" + fast-fifo: "npm:^1.2.0" + streamx: "npm:^2.15.0" + checksum: 10c0/a09199d21f8714bd729993ac49b6c8efcb808b544b89f23378ad6ffff6d1cb540878614ba9d4cfec11a64ef39e1a6f009a5398371491eb1fda606ffc7f70f718 + languageName: node + linkType: hard + +"tar@npm:^6.1.11, tar@npm:^6.2.1": + version: 6.2.1 + resolution: "tar@npm:6.2.1" + dependencies: + chownr: "npm:^2.0.0" + fs-minipass: "npm:^2.0.0" + minipass: "npm:^5.0.0" + minizlib: "npm:^2.1.1" + mkdirp: "npm:^1.0.3" + yallist: "npm:^4.0.0" + checksum: 10c0/a5eca3eb50bc11552d453488344e6507156b9193efd7635e98e867fab275d527af53d8866e2370cd09dfe74378a18111622ace35af6a608e5223a7d27fe99537 + languageName: node + linkType: hard + +"text-decoder@npm:^1.1.0": + version: 1.2.0 + resolution: "text-decoder@npm:1.2.0" + dependencies: + b4a: "npm:^1.6.4" + checksum: 10c0/398171bef376e06864cd6ba24e0787cc626bebc84a1bbda758d06a6e9b729cc8613f7923dd0d294abd88e8bb5cd7261aad5fda7911fb87253fe71b2b5ac6e507 + languageName: node + linkType: hard + +"tinyexec@npm:^0.3.0": + version: 0.3.0 + resolution: "tinyexec@npm:0.3.0" + checksum: 10c0/138a4f4241aea6b6312559508468ab275a31955e66e2f57ed206e0aaabecee622624f208c5740345f0a66e33478fd065e359ed1eb1269eb6fd4fa25d44d0ba3b + languageName: node + linkType: hard + +"to-fast-properties@npm:^2.0.0": + version: 2.0.0 + resolution: "to-fast-properties@npm:2.0.0" + checksum: 10c0/b214d21dbfb4bce3452b6244b336806ffea9c05297148d32ebb428d5c43ce7545bdfc65a1ceb58c9ef4376a65c0cb2854d645f33961658b3e3b4f84910ddcdd7 + languageName: node + linkType: hard + +"to-regex-range@npm:^5.0.1": + version: 5.0.1 + resolution: "to-regex-range@npm:5.0.1" + dependencies: + is-number: "npm:^7.0.0" + checksum: 10c0/487988b0a19c654ff3e1961b87f471702e708fa8a8dd02a298ef16da7206692e8552a0250e8b3e8759270f62e9d8314616f6da274734d3b558b1fc7b7724e892 + languageName: node + linkType: hard + +"trim-lines@npm:^3.0.0": + version: 3.0.1 + resolution: "trim-lines@npm:3.0.1" + checksum: 10c0/3a1611fa9e52aa56a94c69951a9ea15b8aaad760eaa26c56a65330dc8adf99cb282fc07cc9d94968b7d4d88003beba220a7278bbe2063328eb23fb56f9509e94 + languageName: node + linkType: hard + +"trough@npm:^2.0.0": + version: 2.2.0 + resolution: "trough@npm:2.2.0" + checksum: 10c0/58b671fc970e7867a48514168894396dd94e6d9d6456aca427cc299c004fe67f35ed7172a36449086b2edde10e78a71a284ec0076809add6834fb8f857ccb9b0 + languageName: node + linkType: hard + +"tsconfck@npm:^3.1.3": + version: 3.1.3 + resolution: "tsconfck@npm:3.1.3" + peerDependencies: + typescript: ^5.0.0 + peerDependenciesMeta: + typescript: + optional: true + bin: + tsconfck: bin/tsconfck.js + checksum: 10c0/64f7a8ed0a6d36b0902dfc0075e791d2242f7634644f124343ec0dec4f3f70092f929c5a9f59496d51883aa81bb1e595deb92a219593575d2e75b849064713d1 + languageName: node + linkType: hard + +"tslib@npm:^2.4.0": + version: 2.7.0 + resolution: "tslib@npm:2.7.0" + checksum: 10c0/469e1d5bf1af585742128827000711efa61010b699cb040ab1800bcd3ccdd37f63ec30642c9e07c4439c1db6e46345582614275daca3e0f4abae29b0083f04a6 + languageName: node + linkType: hard + +"tunnel-agent@npm:^0.6.0": + version: 0.6.0 + resolution: "tunnel-agent@npm:0.6.0" + dependencies: + safe-buffer: "npm:^5.0.1" + checksum: 10c0/4c7a1b813e7beae66fdbf567a65ec6d46313643753d0beefb3c7973d66fcec3a1e7f39759f0a0b4465883499c6dc8b0750ab8b287399af2e583823e40410a17a + languageName: node + linkType: hard + +"type-fest@npm:^2.13.0": + version: 2.19.0 + resolution: "type-fest@npm:2.19.0" + checksum: 10c0/a5a7ecf2e654251613218c215c7493574594951c08e52ab9881c9df6a6da0aeca7528c213c622bc374b4e0cb5c443aa3ab758da4e3c959783ce884c3194e12cb + languageName: node + linkType: hard + +"typesafe-path@npm:^0.2.2": + version: 0.2.2 + resolution: "typesafe-path@npm:0.2.2" + checksum: 10c0/05027ea6a52a1e879da39c53fae7f5059e50cf578d586cc6c7741c3eca0b37ee2da4ef16d35ecf9f60cd0e8ca5aca98ea47902672907a19470f2260e8769b933 + languageName: node + linkType: hard + +"typescript-auto-import-cache@npm:^0.3.3": + version: 0.3.3 + resolution: "typescript-auto-import-cache@npm:0.3.3" + dependencies: + semver: "npm:^7.3.8" + checksum: 10c0/d189f61729204553bfd290d4870b37af4edeb00c426b705ef3102d8ef477d5e2c242a0387a24d48016ee5b4ebed1ca40438d993f779cc58eaa5c08667c3f45b3 + languageName: node + linkType: hard + +"typescript@npm:^5.6.2": + version: 5.6.2 + resolution: "typescript@npm:5.6.2" + bin: + tsc: bin/tsc + tsserver: bin/tsserver + checksum: 10c0/3ed8297a8c7c56b7fec282532503d1ac795239d06e7c4966b42d4330c6cf433a170b53bcf93a130a7f14ccc5235de5560df4f1045eb7f3550b46ebed16d3c5e5 + languageName: node + linkType: hard + +"typescript@patch:typescript@npm%3A^5.6.2#optional!builtin": + version: 5.6.2 + resolution: "typescript@patch:typescript@npm%3A5.6.2#optional!builtin::version=5.6.2&hash=379a07" + bin: + tsc: bin/tsc + tsserver: bin/tsserver + checksum: 10c0/e6c1662e4852e22fe4bbdca471dca3e3edc74f6f1df043135c44a18a7902037023ccb0abdfb754595ca9028df8920f2f8492c00fc3cbb4309079aae8b7de71cd + languageName: node + linkType: hard + +"uc.micro@npm:^2.0.0, uc.micro@npm:^2.1.0": + version: 2.1.0 + resolution: "uc.micro@npm:2.1.0" + checksum: 10c0/8862eddb412dda76f15db8ad1c640ccc2f47cdf8252a4a30be908d535602c8d33f9855dfcccb8b8837855c1ce1eaa563f7fa7ebe3c98fd0794351aab9b9c55fa + languageName: node + linkType: hard + +"undici-types@npm:~6.19.2": + version: 6.19.8 + resolution: "undici-types@npm:6.19.8" + checksum: 10c0/078afa5990fba110f6824823ace86073b4638f1d5112ee26e790155f481f2a868cc3e0615505b6f4282bdf74a3d8caad715fd809e870c2bb0704e3ea6082f344 + languageName: node + linkType: hard + +"unified@npm:^11.0.0, unified@npm:^11.0.4, unified@npm:^11.0.5": + version: 11.0.5 + resolution: "unified@npm:11.0.5" + dependencies: + "@types/unist": "npm:^3.0.0" + bail: "npm:^2.0.0" + devlop: "npm:^1.0.0" + extend: "npm:^3.0.0" + is-plain-obj: "npm:^4.0.0" + trough: "npm:^2.0.0" + vfile: "npm:^6.0.0" + checksum: 10c0/53c8e685f56d11d9d458a43e0e74328a4d6386af51c8ac37a3dcabec74ce5026da21250590d4aff6733ccd7dc203116aae2b0769abc18cdf9639a54ae528dfc9 + languageName: node + linkType: hard + +"unique-filename@npm:^3.0.0": + version: 3.0.0 + resolution: "unique-filename@npm:3.0.0" + dependencies: + unique-slug: "npm:^4.0.0" + checksum: 10c0/6363e40b2fa758eb5ec5e21b3c7fb83e5da8dcfbd866cc0c199d5534c42f03b9ea9ab069769cc388e1d7ab93b4eeef28ef506ab5f18d910ef29617715101884f + languageName: node + linkType: hard + +"unique-slug@npm:^4.0.0": + version: 4.0.0 + resolution: "unique-slug@npm:4.0.0" + dependencies: + imurmurhash: "npm:^0.1.4" + checksum: 10c0/cb811d9d54eb5821b81b18205750be84cb015c20a4a44280794e915f5a0a70223ce39066781a354e872df3572e8155c228f43ff0cce94c7cbf4da2cc7cbdd635 + languageName: node + linkType: hard + +"unist-util-find-after@npm:^5.0.0": + version: 5.0.0 + resolution: "unist-util-find-after@npm:5.0.0" + dependencies: + "@types/unist": "npm:^3.0.0" + unist-util-is: "npm:^6.0.0" + checksum: 10c0/a7cea473c4384df8de867c456b797ff1221b20f822e1af673ff5812ed505358b36f47f3b084ac14c3622cb879ed833b71b288e8aa71025352a2aab4c2925a6eb + languageName: node + linkType: hard + +"unist-util-is@npm:^6.0.0": + version: 6.0.0 + resolution: "unist-util-is@npm:6.0.0" + dependencies: + "@types/unist": "npm:^3.0.0" + checksum: 10c0/9419352181eaa1da35eca9490634a6df70d2217815bb5938a04af3a662c12c5607a2f1014197ec9c426fbef18834f6371bfdb6f033040fa8aa3e965300d70e7e + languageName: node + linkType: hard + +"unist-util-modify-children@npm:^4.0.0": + version: 4.0.0 + resolution: "unist-util-modify-children@npm:4.0.0" + dependencies: + "@types/unist": "npm:^3.0.0" + array-iterate: "npm:^2.0.0" + checksum: 10c0/63d44b09a2e4c674c72816d4328d668972e68cc965ea719fef1c642b66a3ebe3b102e284a3213b4920ebccff05e0f689b4eaae8a0e5c3dafcad117d1577496da + languageName: node + linkType: hard + +"unist-util-position-from-estree@npm:^2.0.0": + version: 2.0.0 + resolution: "unist-util-position-from-estree@npm:2.0.0" + dependencies: + "@types/unist": "npm:^3.0.0" + checksum: 10c0/39127bf5f0594e0a76d9241dec4f7aa26323517120ce1edd5ed91c8c1b9df7d6fb18af556e4b6250f1c7368825720ed892e2b6923be5cdc08a9bb16536dc37b3 + languageName: node + linkType: hard + +"unist-util-position@npm:^5.0.0": + version: 5.0.0 + resolution: "unist-util-position@npm:5.0.0" + dependencies: + "@types/unist": "npm:^3.0.0" + checksum: 10c0/dde3b31e314c98f12b4dc6402f9722b2bf35e96a4f2d463233dd90d7cde2d4928074a7a11eff0a5eb1f4e200f27fc1557e0a64a7e8e4da6558542f251b1b7400 + languageName: node + linkType: hard + +"unist-util-remove-position@npm:^5.0.0": + version: 5.0.0 + resolution: "unist-util-remove-position@npm:5.0.0" + dependencies: + "@types/unist": "npm:^3.0.0" + unist-util-visit: "npm:^5.0.0" + checksum: 10c0/e8c76da4399446b3da2d1c84a97c607b37d03d1d92561e14838cbe4fdcb485bfc06c06cfadbb808ccb72105a80643976d0660d1fe222ca372203075be9d71105 + languageName: node + linkType: hard + +"unist-util-stringify-position@npm:^4.0.0": + version: 4.0.0 + resolution: "unist-util-stringify-position@npm:4.0.0" + dependencies: + "@types/unist": "npm:^3.0.0" + checksum: 10c0/dfe1dbe79ba31f589108cb35e523f14029b6675d741a79dea7e5f3d098785045d556d5650ec6a8338af11e9e78d2a30df12b1ee86529cded1098da3f17ee999e + languageName: node + linkType: hard + +"unist-util-visit-children@npm:^3.0.0": + version: 3.0.0 + resolution: "unist-util-visit-children@npm:3.0.0" + dependencies: + "@types/unist": "npm:^3.0.0" + checksum: 10c0/51e95f54fbf11d414952c011c761c3960864948ad3fd2abe3989eb18b18d96b8f48e7ea5ab6f23264d1a3f4f5a1ff76312dd8f2196c78b762098403505c3abb9 + languageName: node + linkType: hard + +"unist-util-visit-parents@npm:^6.0.0, unist-util-visit-parents@npm:^6.0.1": + version: 6.0.1 + resolution: "unist-util-visit-parents@npm:6.0.1" + dependencies: + "@types/unist": "npm:^3.0.0" + unist-util-is: "npm:^6.0.0" + checksum: 10c0/51b1a5b0aa23c97d3e03e7288f0cdf136974df2217d0999d3de573c05001ef04cccd246f51d2ebdfb9e8b0ed2704451ad90ba85ae3f3177cf9772cef67f56206 + languageName: node + linkType: hard + +"unist-util-visit@npm:^5.0.0": + version: 5.0.0 + resolution: "unist-util-visit@npm:5.0.0" + dependencies: + "@types/unist": "npm:^3.0.0" + unist-util-is: "npm:^6.0.0" + unist-util-visit-parents: "npm:^6.0.0" + checksum: 10c0/51434a1d80252c1540cce6271a90fd1a106dbe624997c09ed8879279667fb0b2d3a685e02e92bf66598dcbe6cdffa7a5f5fb363af8fdf90dda6c855449ae39a5 + languageName: node + linkType: hard + +"update-browserslist-db@npm:^1.1.0": + version: 1.1.1 + resolution: "update-browserslist-db@npm:1.1.1" + dependencies: + escalade: "npm:^3.2.0" + picocolors: "npm:^1.1.0" + peerDependencies: + browserslist: ">= 4.21.0" + bin: + update-browserslist-db: cli.js + checksum: 10c0/536a2979adda2b4be81b07e311bd2f3ad5e978690987956bc5f514130ad50cac87cd22c710b686d79731e00fbee8ef43efe5fcd72baa241045209195d43dcc80 + languageName: node + linkType: hard + +"util-deprecate@npm:^1.0.1, util-deprecate@npm:^1.0.2": + version: 1.0.2 + resolution: "util-deprecate@npm:1.0.2" + checksum: 10c0/41a5bdd214df2f6c3ecf8622745e4a366c4adced864bc3c833739791aeeeb1838119af7daed4ba36428114b5c67dcda034a79c882e97e43c03e66a4dd7389942 + languageName: node + linkType: hard + +"vfile-location@npm:^5.0.0": + version: 5.0.3 + resolution: "vfile-location@npm:5.0.3" + dependencies: + "@types/unist": "npm:^3.0.0" + vfile: "npm:^6.0.0" + checksum: 10c0/1711f67802a5bc175ea69750d59863343ed43d1b1bb25c0a9063e4c70595e673e53e2ed5cdbb6dcdc370059b31605144d95e8c061b9361bcc2b036b8f63a4966 + languageName: node + linkType: hard + +"vfile-message@npm:^4.0.0": + version: 4.0.2 + resolution: "vfile-message@npm:4.0.2" + dependencies: + "@types/unist": "npm:^3.0.0" + unist-util-stringify-position: "npm:^4.0.0" + checksum: 10c0/07671d239a075f888b78f318bc1d54de02799db4e9dce322474e67c35d75ac4a5ac0aaf37b18801d91c9f8152974ea39678aa72d7198758b07f3ba04fb7d7514 + languageName: node + linkType: hard + +"vfile@npm:^6.0.0, vfile@npm:^6.0.2, vfile@npm:^6.0.3": + version: 6.0.3 + resolution: "vfile@npm:6.0.3" + dependencies: + "@types/unist": "npm:^3.0.0" + vfile-message: "npm:^4.0.0" + checksum: 10c0/e5d9eb4810623f23758cfc2205323e33552fb5972e5c2e6587babe08fe4d24859866277404fb9e2a20afb71013860d96ec806cb257536ae463c87d70022ab9ef + languageName: node + linkType: hard + +"vite@npm:^5.4.3": + version: 5.4.8 + resolution: "vite@npm:5.4.8" + dependencies: + esbuild: "npm:^0.21.3" + fsevents: "npm:~2.3.3" + postcss: "npm:^8.4.43" + rollup: "npm:^4.20.0" + peerDependencies: + "@types/node": ^18.0.0 || >=20.0.0 + less: "*" + lightningcss: ^1.21.0 + sass: "*" + sass-embedded: "*" + stylus: "*" + sugarss: "*" + terser: ^5.4.0 + dependenciesMeta: + fsevents: + optional: true + peerDependenciesMeta: + "@types/node": + optional: true + less: + optional: true + lightningcss: + optional: true + sass: + optional: true + sass-embedded: + optional: true + stylus: + optional: true + sugarss: + optional: true + terser: + optional: true + bin: + vite: bin/vite.js + checksum: 10c0/af70af6d6316a3af71f44ebe3ab343bd66450d4157af73af3b32239e1b6ec43ff6f651d7cc4193b21ed3bff2e9356a3de9e96aee53857f39922e4a2d9fad75a1 + languageName: node + linkType: hard + +"vitefu@npm:^1.0.2": + version: 1.0.2 + resolution: "vitefu@npm:1.0.2" + peerDependencies: + vite: ^3.0.0 || ^4.0.0 || ^5.0.0 + peerDependenciesMeta: + vite: + optional: true + checksum: 10c0/8e9f0ed5aff93df7ee7f035a43e2b7d6faeaea201252a52d04181c193b06b53f66e0f26bf20c0e590ee23fe66b329b188c483bdf18b2c45994897394c22a1e6f + languageName: node + linkType: hard + +"volar-service-css@npm:0.0.61": + version: 0.0.61 + resolution: "volar-service-css@npm:0.0.61" + dependencies: + vscode-css-languageservice: "npm:^6.3.0" + vscode-languageserver-textdocument: "npm:^1.0.11" + vscode-uri: "npm:^3.0.8" + peerDependencies: + "@volar/language-service": ~2.4.0 + peerDependenciesMeta: + "@volar/language-service": + optional: true + checksum: 10c0/6e1fe8e2178f8d85c6f1e4e9ad5b39ac1b085a68c216454f0f388394b40c88d12e9c3481f4a21ef95bd70e06684c87ae57b96eb025870a60d66cc85035fa0f42 + languageName: node + linkType: hard + +"volar-service-emmet@npm:0.0.61": + version: 0.0.61 + resolution: "volar-service-emmet@npm:0.0.61" + dependencies: + "@emmetio/css-parser": "npm:^0.4.0" + "@emmetio/html-matcher": "npm:^1.3.0" + "@vscode/emmet-helper": "npm:^2.9.3" + vscode-uri: "npm:^3.0.8" + peerDependencies: + "@volar/language-service": ~2.4.0 + peerDependenciesMeta: + "@volar/language-service": + optional: true + checksum: 10c0/8fc608896014caae22ab59b7c4d16474e0b1daa9e0792f84ff1a0ff4691017b9e776cf9b3fc6def88c1e8e29b5fa9f9c62d91f62f2fc896eb855d929d1b7add3 + languageName: node + linkType: hard + +"volar-service-html@npm:0.0.61": + version: 0.0.61 + resolution: "volar-service-html@npm:0.0.61" + dependencies: + vscode-html-languageservice: "npm:^5.3.0" + vscode-languageserver-textdocument: "npm:^1.0.11" + vscode-uri: "npm:^3.0.8" + peerDependencies: + "@volar/language-service": ~2.4.0 + peerDependenciesMeta: + "@volar/language-service": + optional: true + checksum: 10c0/16f253d7580811102c2eef9a606ae81792bd461d8917a02886370d36e3555916805bb9dfe79cf5b52365a04124efb8c06822429185aee5f747e9327d03fdc556 + languageName: node + linkType: hard + +"volar-service-prettier@npm:0.0.61": + version: 0.0.61 + resolution: "volar-service-prettier@npm:0.0.61" + dependencies: + vscode-uri: "npm:^3.0.8" + peerDependencies: + "@volar/language-service": ~2.4.0 + prettier: ^2.2 || ^3.0 + peerDependenciesMeta: + "@volar/language-service": + optional: true + prettier: + optional: true + checksum: 10c0/c4d2c7a60f41a546cbf6359979f92d284283ab50545a7cdc0be698ec9296105e575ea3271c724c99fe8179046574eb12e423e4b3f5765cc23523ceef6c309e7b + languageName: node + linkType: hard + +"volar-service-typescript-twoslash-queries@npm:0.0.61": + version: 0.0.61 + resolution: "volar-service-typescript-twoslash-queries@npm:0.0.61" + dependencies: + vscode-uri: "npm:^3.0.8" + peerDependencies: + "@volar/language-service": ~2.4.0 + peerDependenciesMeta: + "@volar/language-service": + optional: true + checksum: 10c0/1c55d6f0745d0f6077fcc773bfaca56c92090dc1e5a6e6ce2aa437bfe0d8649dd412b67045b5d3f7aec52e8fbb6cde9291088e1ecb7cfe942953a249b4537d28 + languageName: node + linkType: hard + +"volar-service-typescript@npm:0.0.61": + version: 0.0.61 + resolution: "volar-service-typescript@npm:0.0.61" + dependencies: + path-browserify: "npm:^1.0.1" + semver: "npm:^7.6.2" + typescript-auto-import-cache: "npm:^0.3.3" + vscode-languageserver-textdocument: "npm:^1.0.11" + vscode-nls: "npm:^5.2.0" + vscode-uri: "npm:^3.0.8" + peerDependencies: + "@volar/language-service": ~2.4.0 + peerDependenciesMeta: + "@volar/language-service": + optional: true + checksum: 10c0/c27a884c0f7cb43d456c46e9c09504e51b76d6d3bee75621a50bd10f6b771433d76640bdb8fc4ade00073f16de2d5e7ed6e88fa0994fe9ab5c0ba6fa907f461e + languageName: node + linkType: hard + +"volar-service-yaml@npm:0.0.61": + version: 0.0.61 + resolution: "volar-service-yaml@npm:0.0.61" + dependencies: + vscode-uri: "npm:^3.0.8" + yaml-language-server: "npm:~1.15.0" + peerDependencies: + "@volar/language-service": ~2.4.0 + peerDependenciesMeta: + "@volar/language-service": + optional: true + checksum: 10c0/be067b82b2389523d5e290dea3087674d3d44a1cd837e0a94794a8c81488b2f509a4115653213e05afd854d860accf653a68b2d392f6a6f83e1a99a409a61faa + languageName: node + linkType: hard + +"vscode-css-languageservice@npm:^6.3.0": + version: 6.3.1 + resolution: "vscode-css-languageservice@npm:6.3.1" + dependencies: + "@vscode/l10n": "npm:^0.0.18" + vscode-languageserver-textdocument: "npm:^1.0.12" + vscode-languageserver-types: "npm:3.17.5" + vscode-uri: "npm:^3.0.8" + checksum: 10c0/50ebc416ef6a73a36acb20978fbf72f30457c55fd1c830fbca62b4f95f66bbe387e1a9bc6e7eaea1f4b5619658dba5e44a412e1f81226f865903428b3e403a91 + languageName: node + linkType: hard + +"vscode-html-languageservice@npm:^5.2.0, vscode-html-languageservice@npm:^5.3.0": + version: 5.3.1 + resolution: "vscode-html-languageservice@npm:5.3.1" + dependencies: + "@vscode/l10n": "npm:^0.0.18" + vscode-languageserver-textdocument: "npm:^1.0.12" + vscode-languageserver-types: "npm:^3.17.5" + vscode-uri: "npm:^3.0.8" + checksum: 10c0/3830710c1f069f7a1550b5b84cd55c7735c3ab4073ebbd6709c569d507ebaade79ce118dee2d4187eb69b50a48c8df93d754622ccfc900c5277c65f1f8d26723 + languageName: node + linkType: hard + +"vscode-json-languageservice@npm:4.1.8": + version: 4.1.8 + resolution: "vscode-json-languageservice@npm:4.1.8" + dependencies: + jsonc-parser: "npm:^3.0.0" + vscode-languageserver-textdocument: "npm:^1.0.1" + vscode-languageserver-types: "npm:^3.16.0" + vscode-nls: "npm:^5.0.0" + vscode-uri: "npm:^3.0.2" + checksum: 10c0/9165703884e5eef52d4bf52294051df6623461cc7a3d458ef1f4fa3f98ac93c3a79efc8c4a15fda6ddf6e43d155c207c3c13534dcac3fe7982ddf1926dbf22a7 + languageName: node + linkType: hard + +"vscode-jsonrpc@npm:6.0.0": + version: 6.0.0 + resolution: "vscode-jsonrpc@npm:6.0.0" + checksum: 10c0/22c35873155a62e71c454ad71165683536361eaabc1f07af41cbfd83c4c3bbfe3b36b58faba2b059d8f20da61b645a8c687bdf449407196e0bdb0a080257ca69 + languageName: node + linkType: hard + +"vscode-jsonrpc@npm:8.2.0": + version: 8.2.0 + resolution: "vscode-jsonrpc@npm:8.2.0" + checksum: 10c0/0789c227057a844f5ead55c84679206227a639b9fb76e881185053abc4e9848aa487245966cc2393fcb342c4541241b015a1a2559fddd20ac1e68945c95344e6 + languageName: node + linkType: hard + +"vscode-languageserver-protocol@npm:3.16.0": + version: 3.16.0 + resolution: "vscode-languageserver-protocol@npm:3.16.0" + dependencies: + vscode-jsonrpc: "npm:6.0.0" + vscode-languageserver-types: "npm:3.16.0" + checksum: 10c0/6a1ca737d826a710271b36d72c0833dfc8f78c68416725173892195d04b358ee8eb1095d5edfb7a62c7ea01128c762b9463ee8b6b1949efe060a43fe621ea62a + languageName: node + linkType: hard + +"vscode-languageserver-protocol@npm:3.17.5, vscode-languageserver-protocol@npm:^3.17.5": + version: 3.17.5 + resolution: "vscode-languageserver-protocol@npm:3.17.5" + dependencies: + vscode-jsonrpc: "npm:8.2.0" + vscode-languageserver-types: "npm:3.17.5" + checksum: 10c0/5f38fd80da9868d706eaa4a025f4aff9c3faad34646bcde1426f915cbd8d7e8b6c3755ce3fef6eebd256ba3145426af1085305f8a76e34276d2e95aaf339a90b + languageName: node + linkType: hard + +"vscode-languageserver-textdocument@npm:^1.0.1, vscode-languageserver-textdocument@npm:^1.0.11, vscode-languageserver-textdocument@npm:^1.0.12": + version: 1.0.12 + resolution: "vscode-languageserver-textdocument@npm:1.0.12" + checksum: 10c0/534349894b059602c4d97615a1147b6c4c031141c2093e59657f54e38570f5989c21b376836f13b9375419869242e9efb4066643208b21ab1e1dee111a0f00fb + languageName: node + linkType: hard + +"vscode-languageserver-types@npm:3.16.0": + version: 3.16.0 + resolution: "vscode-languageserver-types@npm:3.16.0" + checksum: 10c0/cc1bd68a7fe94152849e434cfc6fd8471f5c17198057fc6c95814d4b1655ab2b76d577b5fcd0f1f2a5df0285f054c96b9698e6d33e8183846f152d6e7d3ecc97 + languageName: node + linkType: hard + +"vscode-languageserver-types@npm:3.17.5, vscode-languageserver-types@npm:^3.15.1, vscode-languageserver-types@npm:^3.16.0, vscode-languageserver-types@npm:^3.17.5": + version: 3.17.5 + resolution: "vscode-languageserver-types@npm:3.17.5" + checksum: 10c0/1e1260de79a2cc8de3e46f2e0182cdc94a7eddab487db5a3bd4ee716f67728e685852707d72c059721ce500447be9a46764a04f0611e94e4321ffa088eef36f8 + languageName: node + linkType: hard + +"vscode-languageserver@npm:^7.0.0": + version: 7.0.0 + resolution: "vscode-languageserver@npm:7.0.0" + dependencies: + vscode-languageserver-protocol: "npm:3.16.0" + bin: + installServerIntoExtension: bin/installServerIntoExtension + checksum: 10c0/a36f66ab2f43ff3a754ccca5030ac3ec73cf373ab3d4d65c1de59895198b3abb3760691ada71fd7837e7dbda1eb14526420b4b91fe562facabfc568a2e58a88a + languageName: node + linkType: hard + +"vscode-languageserver@npm:^9.0.1": + version: 9.0.1 + resolution: "vscode-languageserver@npm:9.0.1" + dependencies: + vscode-languageserver-protocol: "npm:3.17.5" + bin: + installServerIntoExtension: bin/installServerIntoExtension + checksum: 10c0/8a0838d77c98a211c76e54bd3a6249fc877e4e1a73322673fb0e921168d8e91de4f170f1d4ff7e8b6289d0698207afc6aba6662d4c1cd8e4bd7cae96afd6b0c2 + languageName: node + linkType: hard + +"vscode-nls@npm:^5.0.0, vscode-nls@npm:^5.2.0": + version: 5.2.0 + resolution: "vscode-nls@npm:5.2.0" + checksum: 10c0/dc9e48f58ebbc807f435d351008813a2ea0c9432d51e778bcac9163c0642f929ddb518411ad654e775ce31e24d6acfa8fb7db8893c05b42c2019894e08b050f9 + languageName: node + linkType: hard + +"vscode-uri@npm:^2.1.2": + version: 2.1.2 + resolution: "vscode-uri@npm:2.1.2" + checksum: 10c0/4ed01e79f8caee5518d7dce567280001a00c87ff75c29421ac3693c735834f17950e79f818981c591e58c6efe681e13928470037b6ae75c948bec9b398e4c8db + languageName: node + linkType: hard + +"vscode-uri@npm:^3.0.2, vscode-uri@npm:^3.0.8": + version: 3.0.8 + resolution: "vscode-uri@npm:3.0.8" + checksum: 10c0/f7f217f526bf109589969fe6e66b71e70b937de1385a1d7bb577ca3ee7c5e820d3856a86e9ff2fa9b7a0bc56a3dd8c3a9a557d3fedd7df414bc618d5e6b567f9 + languageName: node + linkType: hard + +"web-namespaces@npm:^2.0.0": + version: 2.0.1 + resolution: "web-namespaces@npm:2.0.1" + checksum: 10c0/df245f466ad83bd5cd80bfffc1674c7f64b7b84d1de0e4d2c0934fb0782e0a599164e7197a4bce310ee3342fd61817b8047ff04f076a1ce12dd470584142a4bd + languageName: node + linkType: hard + +"which-pm-runs@npm:^1.1.0": + version: 1.1.0 + resolution: "which-pm-runs@npm:1.1.0" + checksum: 10c0/b8f2f230aa49babe21cb93f169f5da13937f940b8cc7a47d2078d9d200950c0dba5ac5659bc01bdbe401e6db3adec6a97b6115215a4ca8e87fd714aebd0cabc6 + languageName: node + linkType: hard + +"which-pm@npm:^3.0.0": + version: 3.0.0 + resolution: "which-pm@npm:3.0.0" + dependencies: + load-yaml-file: "npm:^0.2.0" + checksum: 10c0/42be608abc9012b1456b99a1f3354119eb2500908e48532f873aa9d8c705d235d1b4ade62a2b28e35e90ecac1e0750a69cd6a079e3cf3e11d6bc1b601dbfda44 + languageName: node + linkType: hard + +"which@npm:^2.0.1": + version: 2.0.2 + resolution: "which@npm:2.0.2" + dependencies: + isexe: "npm:^2.0.0" + bin: + node-which: ./bin/node-which + checksum: 10c0/66522872a768b60c2a65a57e8ad184e5372f5b6a9ca6d5f033d4b0dc98aff63995655a7503b9c0a2598936f532120e81dd8cc155e2e92ed662a2b9377cc4374f + languageName: node + linkType: hard + +"which@npm:^4.0.0": + version: 4.0.0 + resolution: "which@npm:4.0.0" + dependencies: + isexe: "npm:^3.1.1" + bin: + node-which: bin/which.js + checksum: 10c0/449fa5c44ed120ccecfe18c433296a4978a7583bf2391c50abce13f76878d2476defde04d0f79db8165bdf432853c1f8389d0485ca6e8ebce3bbcded513d5e6a + languageName: node + linkType: hard + +"widest-line@npm:^4.0.1": + version: 4.0.1 + resolution: "widest-line@npm:4.0.1" + dependencies: + string-width: "npm:^5.0.1" + checksum: 10c0/7da9525ba45eaf3e4ed1a20f3dcb9b85bd9443962450694dae950f4bdd752839747bbc14713522b0b93080007de8e8af677a61a8c2114aa553ad52bde72d0f9c + languageName: node + linkType: hard + +"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0, wrap-ansi@npm:^7.0.0": + version: 7.0.0 + resolution: "wrap-ansi@npm:7.0.0" + dependencies: + ansi-styles: "npm:^4.0.0" + string-width: "npm:^4.1.0" + strip-ansi: "npm:^6.0.0" + checksum: 10c0/d15fc12c11e4cbc4044a552129ebc75ee3f57aa9c1958373a4db0292d72282f54373b536103987a4a7594db1ef6a4f10acf92978f79b98c49306a4b58c77d4da + languageName: node + linkType: hard + +"wrap-ansi@npm:^8.1.0": + version: 8.1.0 + resolution: "wrap-ansi@npm:8.1.0" + dependencies: + ansi-styles: "npm:^6.1.0" + string-width: "npm:^5.0.1" + strip-ansi: "npm:^7.0.1" + checksum: 10c0/138ff58a41d2f877eae87e3282c0630fc2789012fc1af4d6bd626eeb9a2f9a65ca92005e6e69a75c7b85a68479fe7443c7dbe1eb8fbaa681a4491364b7c55c60 + languageName: node + linkType: hard + +"wrappy@npm:1": + version: 1.0.2 + resolution: "wrappy@npm:1.0.2" + checksum: 10c0/56fece1a4018c6a6c8e28fbc88c87e0fbf4ea8fd64fc6c63b18f4acc4bd13e0ad2515189786dd2c30d3eec9663d70f4ecf699330002f8ccb547e4a18231fc9f0 + languageName: node + linkType: hard + +"xxhash-wasm@npm:^1.0.2": + version: 1.0.2 + resolution: "xxhash-wasm@npm:1.0.2" + checksum: 10c0/5ba899d9216d9897de2d61a5331b16c99226e75ce47895fc8c730bac5cb00e6e50856dd8f489c12b3012f0fc81b6894806b2e44d2eb3cc7843919793485a30d1 + languageName: node + linkType: hard + +"y18n@npm:^5.0.5": + version: 5.0.8 + resolution: "y18n@npm:5.0.8" + checksum: 10c0/4df2842c36e468590c3691c894bc9cdbac41f520566e76e24f59401ba7d8b4811eb1e34524d57e54bc6d864bcb66baab7ffd9ca42bf1eda596618f9162b91249 + languageName: node + linkType: hard + +"yallist@npm:^3.0.2": + version: 3.1.1 + resolution: "yallist@npm:3.1.1" + checksum: 10c0/c66a5c46bc89af1625476f7f0f2ec3653c1a1791d2f9407cfb4c2ba812a1e1c9941416d71ba9719876530e3340a99925f697142989371b72d93b9ee628afd8c1 + languageName: node + linkType: hard + +"yallist@npm:^4.0.0": + version: 4.0.0 + resolution: "yallist@npm:4.0.0" + checksum: 10c0/2286b5e8dbfe22204ab66e2ef5cc9bbb1e55dfc873bbe0d568aa943eb255d131890dfd5bf243637273d31119b870f49c18fcde2c6ffbb7a7a092b870dc90625a + languageName: node + linkType: hard + +"yaml-language-server@npm:~1.15.0": + version: 1.15.0 + resolution: "yaml-language-server@npm:1.15.0" + dependencies: + ajv: "npm:^8.11.0" + lodash: "npm:4.17.21" + prettier: "npm:2.8.7" + request-light: "npm:^0.5.7" + vscode-json-languageservice: "npm:4.1.8" + vscode-languageserver: "npm:^7.0.0" + vscode-languageserver-textdocument: "npm:^1.0.1" + vscode-languageserver-types: "npm:^3.16.0" + vscode-nls: "npm:^5.0.0" + vscode-uri: "npm:^3.0.2" + yaml: "npm:2.2.2" + dependenciesMeta: + prettier: + optional: true + bin: + yaml-language-server: bin/yaml-language-server + checksum: 10c0/0f01cb9503ebde941b4f9d1efc3c2df3132781f977079626d8d7b816073f4a1b4ed9a3bacfb020d39dacdf484847804045b87d5e4baadbc379c9f4194b4a06b4 + languageName: node + linkType: hard + +"yaml@npm:2.2.2": + version: 2.2.2 + resolution: "yaml@npm:2.2.2" + checksum: 10c0/a95bed9205a1f1cac11b315cb3f7ddf6b9979b85a478a18c86abf3066fd8d32c88f8de128c1ea97c2ac5f05de3268ff64e8286c241fd956851f1308044a50a9d + languageName: node + linkType: hard + +"yaml@npm:^2.5.0": + version: 2.5.1 + resolution: "yaml@npm:2.5.1" + bin: + yaml: bin.mjs + checksum: 10c0/40fba5682898dbeeb3319e358a968fe886509fab6f58725732a15f8dda3abac509f91e76817c708c9959a15f786f38ff863c1b88062d7c1162c5334a7d09cb4a + languageName: node + linkType: hard + +"yargs-parser@npm:^21.1.1": + version: 21.1.1 + resolution: "yargs-parser@npm:21.1.1" + checksum: 10c0/f84b5e48169479d2f402239c59f084cfd1c3acc197a05c59b98bab067452e6b3ea46d4dd8ba2985ba7b3d32a343d77df0debd6b343e5dae3da2aab2cdf5886b2 + languageName: node + linkType: hard + +"yargs@npm:^17.7.2": + version: 17.7.2 + resolution: "yargs@npm:17.7.2" + dependencies: + cliui: "npm:^8.0.1" + escalade: "npm:^3.1.1" + get-caller-file: "npm:^2.0.5" + require-directory: "npm:^2.1.1" + string-width: "npm:^4.2.3" + y18n: "npm:^5.0.5" + yargs-parser: "npm:^21.1.1" + checksum: 10c0/ccd7e723e61ad5965fffbb791366db689572b80cca80e0f96aad968dfff4156cd7cd1ad18607afe1046d8241e6fb2d6c08bf7fa7bfb5eaec818735d8feac8f05 + languageName: node + linkType: hard + +"yocto-queue@npm:^1.1.1": + version: 1.1.1 + resolution: "yocto-queue@npm:1.1.1" + checksum: 10c0/cb287fe5e6acfa82690acb43c283de34e945c571a78a939774f6eaba7c285bacdf6c90fbc16ce530060863984c906d2b4c6ceb069c94d1e0a06d5f2b458e2a92 + languageName: node + linkType: hard + +"zod-to-json-schema@npm:^3.23.2": + version: 3.23.3 + resolution: "zod-to-json-schema@npm:3.23.3" + peerDependencies: + zod: ^3.23.3 + checksum: 10c0/bbea65f28dd009e25940c038c73ad3a9bd5aeffd1a217dba7c44e59f3a3fe0476da3f65bbdde9bf4e65009557489e5b625420d9739871ea0c14e80c99968bf41 + languageName: node + linkType: hard + +"zod-to-ts@npm:^1.2.0": + version: 1.2.0 + resolution: "zod-to-ts@npm:1.2.0" + peerDependencies: + typescript: ^4.9.4 || ^5.0.2 + zod: ^3 + checksum: 10c0/69375a29b04ac93fcfb7df286984a287c06219b51a0a70f15088baa662378d2078f4f96730f0090713df9172f02fe84ba9767cd2e1fbbc55f7d48b2190d9b0d9 + languageName: node + linkType: hard + +"zod@npm:^3.23.8": + version: 3.23.8 + resolution: "zod@npm:3.23.8" + checksum: 10c0/8f14c87d6b1b53c944c25ce7a28616896319d95bc46a9660fe441adc0ed0a81253b02b5abdaeffedbeb23bdd25a0bf1c29d2c12dd919aef6447652dd295e3e69 + languageName: node + linkType: hard + +"zwitch@npm:^2.0.0, zwitch@npm:^2.0.4": + version: 2.0.4 + resolution: "zwitch@npm:2.0.4" + checksum: 10c0/3c7830cdd3378667e058ffdb4cf2bb78ac5711214e2725900873accb23f3dfe5f9e7e5a06dcdc5f29605da976fc45c26d9a13ca334d6eea2245a15e77b8fc06e + languageName: node + linkType: hard diff --git a/package.json b/package.json index a11ef3d90ef..14abac076e8 100644 --- a/package.json +++ b/package.json @@ -1,31 +1,33 @@ { "scripts": { "watch": "nodemon --delay 1ms -e ts -w src --exec 'yarn buildandrun'", - "build": "tsx ./src/scripts/build.ts", - "fix": "tsx ./src/scripts/troubleshooter.ts", + "build": "tsx ./scripts/build.ts", "start": "yarn build && node --enable-source-maps dist/", "gen": "concurrently --raw \"prisma generate --no-hints\" \"prisma generate --no-hints --schema prisma/robochimp.prisma\" && echo \"Generated Prisma Client\"", - "prettify": "prettier --use-tabs \"./**/*.{md,yml}\" --write", + "prettify": "prettier --use-tabs \"./**/*.{md,yml}\" --write --log-level silent", "lint": "concurrently --raw --kill-others-on-fail \"biome check --write --unsafe --diagnostic-level=error\" \"yarn prettify\" \"prisma format --schema ./prisma/robochimp.prisma\" \"prisma format --schema ./prisma/schema.prisma\"", "build:tsc": "tsc -p src", "watch:tsc": "tsc -w -p src", + "test:typecheck": "concurrently \"tsc -p tests/unit\" \"tsc -p tests/integration\"", "wipedist": "node -e \"try { require('fs').rmSync('dist', { recursive: true }) } catch(_){}\"", - "dev": "concurrently --raw --kill-others-on-fail \"yarn\" \"yarn wipedist\" \"yarn lint\" && yarn build && yarn test", - "test": "concurrently --raw --kill-others-on-fail \"tsc -p src && yarn test:circular\" \"yarn test:lint\" \"yarn test:unit\" \"tsc -p tests/integration --noEmit\" \"tsc -p tests/unit --noEmit\"", + "dev": "concurrently --raw --kill-others-on-fail \"yarn\" \"yarn wipedist\" \"yarn lint\" && concurrently \"yarn build\" \"yarn wiki\" && yarn test", + "test": "concurrently --raw --kill-others-on-fail \"tsc -p src && yarn test:circular\" \"yarn test:lint\" \"yarn test:unit\" \"yarn test:typecheck\"", "test:lint": "biome check --diagnostic-level=error", "test:unit": "vitest run --coverage --config vitest.unit.config.mts", - "test:docker": "docker compose up --build --abort-on-container-exit --remove-orphans && docker compose down --volumes --remove-orphans", + "test:docker": "docker compose up --no-attach db --no-attach redis --build --abort-on-container-exit && docker compose down -v", "test:watch": "vitest --config vitest.unit.config.mts --coverage", "buildandrun": "yarn build:esbuild && node --enable-source-maps dist", "build:esbuild": "concurrently --raw \"yarn build:main\" \"yarn build:workers\"", - "build:main": "esbuild src/index.ts src/lib/workers/index.ts --sourcemap=inline --minify --legal-comments=none --outdir=./dist --log-level=error --bundle --platform=node --loader:.node=file --external:@napi-rs/canvas --external:@prisma/robochimp --external:@prisma/client --external:zlib-sync --external:bufferutil --external:oldschooljs --external:discord.js --external:node-fetch --external:piscina", - "build:workers": "esbuild src/lib/workers/kill.worker.ts src/lib/workers/finish.worker.ts src/lib/workers/casket.worker.ts --sourcemap=inline --log-level=error --bundle --minify --legal-comments=none --outdir=./dist/lib/workers --platform=node --loader:.node=file --external:@napi-rs/canvas --external:@prisma/robochimp --external:@prisma/client --external:zlib-sync --external:bufferutil --external:oldschooljs --external:discord.js --external:node-fetch --external:piscina", + "build:main": "esbuild src/index.ts src/lib/workers/index.ts --sourcemap=inline --minify --legal-comments=none --outdir=./dist --log-level=error --bundle --platform=node --loader:.node=file --external:skia-canvas --external:@prisma/robochimp --external:@prisma/client --external:zlib-sync --external:bufferutil --external:oldschooljs --external:discord.js --external:node-fetch --external:piscina", + "build:workers": "esbuild src/lib/workers/kill.worker.ts src/lib/workers/finish.worker.ts src/lib/workers/casket.worker.ts --sourcemap=inline --log-level=error --bundle --minify --legal-comments=none --outdir=./dist/lib/workers --platform=node --loader:.node=file --external:skia-canvas --external:@prisma/robochimp --external:@prisma/client --external:zlib-sync --external:bufferutil --external:oldschooljs --external:discord.js --external:node-fetch --external:piscina", "test:circular": "dpdm --exit-code circular:1 --progress=false --warning=false --tree=false ./dist/index.js", - "test:ci:unit": "concurrently --raw --kill-others-on-fail \"yarn test:unit\" \"yarn test:lint\" \"tsc -p tests/integration\" \"tsc -p tests/unit\" \"yarn test:circular\"" + "test:ci:unit": "concurrently --raw --kill-others-on-fail \"yarn test:unit\" \"yarn test:lint\" \"tsc -p tests/integration\" \"tsc -p tests/unit\" \"yarn test:circular\"", + "spritesheet": "tsx ./scripts/spritesheet.ts", + "data": "concurrently \"tsx ./scripts/monster_table.ts\" && yarn lint", + "wiki": "tsx ./scripts/wiki.ts" }, "dependencies": { - "@napi-rs/canvas": "^0.1.53", - "@oldschoolgg/toolkit": "git+https://github.com/oldschoolgg/toolkit.git#cd7c6865229ca7dc4a66b3816586f2d3f4a4fbed", + "@oldschoolgg/toolkit": "git+https://github.com/oldschoolgg/toolkit.git#8686dc639154c528ce739c440554bc0c46c8ae79", "@prisma/client": "^5.17.0", "@sapphire/ratelimits": "^2.4.9", "@sapphire/snowflake": "^3.5.3", @@ -34,7 +36,7 @@ "@sentry/node": "^8.15.0", "ascii-table3": "^0.9.0", "bufferutil": "^4.0.8", - "discord.js": "^14.15.3", + "discord.js": "^14.16.2", "dotenv": "^16.4.5", "e": "0.2.33", "exit-hook": "^4.0.0", @@ -44,13 +46,16 @@ "murmurhash": "^2.0.1", "node-cron": "^3.0.3", "node-fetch": "^2.6.7", - "oldschooljs": "^2.5.10", + "oldschooljs": "git+https://github.com/oldschoolgg/oldschooljs.git#50fff6e124d20f8118bcc09dad385046119a9175", "p-queue": "^6.6.2", "piscina": "^4.6.1", + "postgres": "^3.4.4", "random-js": "^2.1.0", "remeda": "^2.7.0", "simple-statistics": "^7.8.3", + "skia-canvas": "^1.0.2", "sonic-boom": "^4.0.1", + "ts-morph": "^23.0.0", "zlib-sync": "^0.1.9", "zod": "^3.23.8" }, @@ -65,9 +70,12 @@ "dpdm": "^3.14.0", "esbuild": "0.21.5", "fast-glob": "^3.3.2", + "google-auth-library": "^9.14.1", + "google-spreadsheet": "^4.1.4", "nodemon": "^3.1.4", "prettier": "^3.3.2", "prisma": "^5.17.0", + "spritesmith": "^3.4.1", "tsx": "^4.16.2", "typescript": "^5.5.3", "vitest": "^2.0.3" diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 980daebb64f..4b1b2cc302f 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -1,6 +1,5 @@ generator client { - provider = "prisma-client-js" - previewFeatures = ["metrics"] + provider = "prisma-client-js" } datasource db { @@ -287,14 +286,6 @@ model NewUser { @@map("new_users") } -model PingableRole { - id Int @id @default(autoincrement()) - role_id String @unique @db.VarChar(19) - name String @db.VarChar(32) - - @@map("pingable_roles") -} - model PlayerOwnedHouse { user_id String @id @db.VarChar(19) background_id Int @default(1) @@ -609,6 +600,7 @@ enum XpGainSource { GuthixianCache ForestryEvents TuraelsTrials + MonsterKilling } model XPGain { @@ -637,13 +629,6 @@ model Metric { cpuUser Float @db.Real cpuSystem Float @db.Real cpuPercent Float @db.Real - qps Float? @db.Real - - prisma_query_total_queries Int? - prisma_pool_active_connections Int? - prisma_pool_idle_connections Int? - prisma_pool_wait_count Int? - prisma_query_active_transactions Int? @@map("metrics") } @@ -1254,6 +1239,7 @@ enum activity_type_enum { MemoryHarvest GuthixianCache TuraelsTrials + MyNotes Colosseum } diff --git a/scripts/TSVWriter.ts b/scripts/TSVWriter.ts new file mode 100644 index 00000000000..bf8536c8eea --- /dev/null +++ b/scripts/TSVWriter.ts @@ -0,0 +1,41 @@ +import { type WriteStream, createWriteStream } from 'node:fs'; + +export class TSVWriter { + private stream: WriteStream; + private buffer: string[] = []; + private bufferSize: number; + private columns: number | null = null; + + constructor(filename: string, bufferSize = 10) { + this.stream = createWriteStream(filename, { flags: 'w' }); + this.bufferSize = bufferSize; + } + + writeRow(row: string[]) { + if (!this.columns) { + this.columns = row.length; + } + if (row.length !== this.columns) { + throw new Error(`Row length mismatch. Expected ${this.columns}, got ${row.length}`); + } + this.buffer.push(row.join('\t')); + if (this.buffer.length >= this.bufferSize) { + this.flush(); + } + } + + private flush() { + if (this.buffer.length > 0) { + this.stream.write(`${this.buffer.join('\n')}\n`); + this.buffer = []; + } + } + + end() { + return new Promise((resolve, reject) => { + this.flush(); + this.stream.end(() => resolve()); + this.stream.on('error', reject); + }); + } +} diff --git a/src/scripts/build.ts b/scripts/build.ts similarity index 82% rename from src/scripts/build.ts rename to scripts/build.ts index 5756d7e67d8..6ccf1ea3b8b 100644 --- a/src/scripts/build.ts +++ b/scripts/build.ts @@ -1,13 +1,16 @@ -import '../lib/safeglobals'; +import '../src/lib/safeglobals'; import { createHash } from 'node:crypto'; import { existsSync, readFileSync, writeFileSync } from 'node:fs'; import path from 'node:path'; import fg from 'fast-glob'; -import { production } from '../config.js'; -import { BOT_TYPE } from '../lib/constants'; -import { getSystemInfo } from '../lib/systemInfo.js'; +import { production } from '../src/config'; +import { BOT_TYPE } from '../src/lib/constants'; +import { customItems } from '../src/lib/customItems/util.js'; +import { getSystemInfo } from '../src/lib/systemInfo'; +import { itemNameFromID } from '../src/lib/util.js'; +import { renderCreatablesFile } from './renderCreatablesFile.js'; import { execAsync, runTimedLoggedFn } from './scriptUtil.js'; const args = process.argv.slice(2); @@ -101,22 +104,8 @@ async function handleTypescriptCompilation() { await execAsync('yarn build:tsc'); } -async function handleCreatables() { - const allCreatablesFiles = await fg(['./src/lib/data/creatables/*.ts', './src/lib/data/creatables.ts'], { - cwd: path.join('src'), - onlyFiles: true - }); - const hash = doHash(allCreatablesFiles.join('\n')); - if (currentCache.creatablesHash !== hash || forceRebuild) { - console.log(' Rebuilding creatables.txt file'); - const { renderCreatablesFile } = await import('./renderCreatablesFile.js'); - renderCreatablesFile(); - setCacheValue('creatablesHash', hash); - } -} - async function handleCommandsJSON() { - const cmdFile = `./src/lib/data/${BOT_TYPE.toLowerCase()}.commands.json`; + const cmdFile = `data/${BOT_TYPE.toLowerCase()}.commands.json`; const currentFileHash = getFileHash(cmdFile); if (currentFileHash === null || currentCache.commandsHash !== currentFileHash) { console.log(' Updating commands json file'); @@ -136,7 +125,24 @@ async function main() { ); await runTimedLoggedFn('Yarn Installation', () => execAsync('yarn')); await runTimedLoggedFn('Typescript Compilation', handleTypescriptCompilation); - await runTimedLoggedFn('Post Build', () => Promise.all([handleCreatables(), handleCommandsJSON()])); + await runTimedLoggedFn('Post Build', () => Promise.all([handleCommandsJSON()])); + renderCreatablesFile(); + writeFileSync( + 'data/bso_items.json', + JSON.stringify( + customItems.reduce( + (acc, id) => { + acc[id] = itemNameFromID(id)!; + return acc; + }, + {} as Record + ), + null, + 4 + ), + 'utf-8' + ); + await execAsync('yarn lint'); } runTimedLoggedFn('Build', main); diff --git a/scripts/clue_table.ts b/scripts/clue_table.ts new file mode 100644 index 00000000000..ba9cad0c19b --- /dev/null +++ b/scripts/clue_table.ts @@ -0,0 +1,28 @@ +import '../src/lib/safeglobals'; +import { Bank } from 'oldschooljs'; + +import { ClueTiers } from '../src/lib/clues/clueTiers'; +import { TSVWriter } from './TSVWriter'; + +const qty = 100_000_000; + +const writer = new TSVWriter('data/clue_data.tsv'); +writer.writeRow(['Tier', 'Loot']); + +for (const clue of ClueTiers) { + const _loot = clue.table.open(qty, undefined, new Bank()); + const uniques = new Bank(); + for (const item of clue.cl) { + const amnt = _loot.amount(item); + uniques.add(item, amnt); + } + + const results: string[] = []; + for (const [item, amnt] of uniques.items().sort((a, b) => a[0].name.localeCompare(b[0].name))) { + const rate = Math.round(qty / amnt); + results.push(`${item.name} (1 in ${Math.round(rate / 3) * 3})`); + } + writer.writeRow([clue.name, results.join(' | ')]); +} + +writer.end().then(() => process.exit()); diff --git a/scripts/downloadcache.ts b/scripts/downloadcache.ts new file mode 100644 index 00000000000..d7f1e687bed --- /dev/null +++ b/scripts/downloadcache.ts @@ -0,0 +1,40 @@ +import * as fs from 'node:fs'; +import { join } from 'node:path'; +import AdmZip from 'adm-zip'; +import fetch from 'node-fetch'; + +const REPO_ZIP_URL = 'https://github.com/runelite/static.runelite.net/archive/refs/heads/gh-pages.zip'; +const TARGET_FOLDER_IN_ZIP = 'static.runelite.net-gh-pages/cache/item/icon'; +const OUTPUT_DIR = join(process.cwd(), 'tmp/icons'); +const zipPath = join(process.cwd(), 'tmp/repo.zip'); + +if (!fs.existsSync(OUTPUT_DIR)) { + fs.mkdirSync(OUTPUT_DIR, { recursive: true }); +} + +async function downloadZip() { + const resp = await fetch(REPO_ZIP_URL); + const buffer = await resp.arrayBuffer(); + fs.writeFileSync(zipPath, Buffer.from(buffer)); +} + +async function extractFolderFromZip() { + const zip = new AdmZip(zipPath); + const entries = zip.getEntries(); + + for (const entry of entries) { + if (entry.entryName.startsWith(TARGET_FOLDER_IN_ZIP) && !entry.isDirectory) { + const relativePath = entry.entryName.replace(`${TARGET_FOLDER_IN_ZIP}/`, ''); + const outputPath = join(OUTPUT_DIR, relativePath); + fs.mkdirSync(join(outputPath, '..'), { recursive: true }); + fs.writeFileSync(outputPath, entry.getData()); + } + } +} + +async function main() { + await downloadZip(); + await extractFolderFromZip(); +} + +main(); diff --git a/scripts/items b/scripts/items new file mode 100644 index 00000000000..69776df5519 --- /dev/null +++ b/scripts/items @@ -0,0 +1,5 @@ +SELECT string_agg(key, ',') AS unique_keys +FROM ( + SELECT DISTINCT jsonb_object_keys(bank::jsonb) AS key + FROM users +) AS unique_keys_subquery; diff --git a/scripts/markdown/markdown.ts b/scripts/markdown/markdown.ts new file mode 100644 index 00000000000..ad87ba24158 --- /dev/null +++ b/scripts/markdown/markdown.ts @@ -0,0 +1,101 @@ +import { isFunction } from 'e'; + +export class Tab { + private title = ''; + public content = ''; + + setTitle(title: string): this { + this.title = title; + return this; + } + + setContent(content: string | (() => string)): this { + this.content = isFunction(content) ? content() : content; + return this; + } + + toString(): string { + return ` + ${this.content} +`; + } +} + +export class Tabs { + private tabs: Tab[] = []; + + constructor(tabs: Tab[] = []) { + this.tabs = tabs; + } + + addTab(tab: Tab): this { + this.tabs.push(tab); + return this; + } + + toString(): string { + const inner = this.tabs + .filter(tab => tab.content?.length > 0) + .map(tab => tab.toString()) + .join('\n'); + return ` +${inner} +`; + } +} + +export class Table { + private headers: string[] = []; + private rows: string[][] = []; + + addHeader(...headers: string[]): this { + this.headers = headers; + return this; + } + + addRow(...row: string[]): this { + this.rows.push(row); + return this; + } + + toString(): string { + const headerLine = `| ${this.headers.join(' | ')} |`; + const separatorLine = `| ${this.headers.map(() => '---').join(' | ')} |`; + const rows = this.rows.map(row => `| ${row.join(' | ')} |`).join('\n'); + return `${headerLine}\n${separatorLine}\n${rows}\n`; + } +} + +export class Markdown { + private elements: (Tabs | Table | string | Markdown)[] = []; + private accordionTitle: string | null = null; + + setAccordion(title: string): this { + this.accordionTitle = title; + return this; + } + + addLine(str: string) { + this.elements.push(`${str}\n`); + return this; + } + + add(element: Tabs | Table | string | Markdown): this { + this.elements.push(element); + return this; + } + + toString(): string { + const inner = this.elements + .map(el => el.toString()) + .join('\n') + .replace(/(\[\[[^\]]*?)(? +${this.accordionTitle} +${inner} +`; + } + return inner; + } +} diff --git a/scripts/monster_table.ts b/scripts/monster_table.ts new file mode 100644 index 00000000000..f772996d79f --- /dev/null +++ b/scripts/monster_table.ts @@ -0,0 +1,274 @@ +import { calcPerHour } from '@oldschoolgg/toolkit'; +import type { PlayerOwnedHouse } from '@prisma/client'; +import { Time } from 'e'; +import { Bank, Items, SkillsEnum, convertBankToPerHourStats, itemID, resolveItems, toKMB } from 'oldschooljs'; + +import '../src/lib/safeglobals'; + +import { omit } from 'remeda'; +import { type BitField, PVM_METHODS } from '../src/lib/constants'; +import { degradeableItems } from '../src/lib/degradeableItems'; +import { maxMage, maxMelee, maxRange } from '../src/lib/depthsOfAtlantis'; +import { materialTypes } from '../src/lib/invention'; +import { MaterialBank } from '../src/lib/invention/MaterialBank'; +import { SlayerActivityConstants } from '../src/lib/minions/data/combatConstants'; +import killableMonsters from '../src/lib/minions/data/killableMonsters'; +import type { AttackStyles } from '../src/lib/minions/functions'; +import { SkillsArray } from '../src/lib/skilling/types'; +import { slayerMasters } from '../src/lib/slayer/slayerMasters'; +import { SlayerRewardsShop, type SlayerTaskUnlocksEnum } from '../src/lib/slayer/slayerUnlocks'; +import { ChargeBank } from '../src/lib/structures/Bank'; +import { Gear } from '../src/lib/structures/Gear'; +import { GearBank } from '../src/lib/structures/GearBank'; +import { KCBank } from '../src/lib/structures/KCBank'; +import { MUserStats } from '../src/lib/structures/MUserStats'; +import { + type MinionKillReturn, + newMinionKillCommand +} from '../src/mahoji/lib/abstracted_commands/minionKill/newMinionKill'; +import { doMonsterTrip } from '../src/tasks/minions/monsterActivity'; +import { TSVWriter } from './TSVWriter'; + +const MAX_TRIP_LENGTH = Time.Hour * 600; +const skills = ['attack', 'strength', 'defence', 'magic', 'ranged', 'hitpoints', 'slayer']; + +function round(int: number) { + return Math.round(int / 1000) * 1000; +} +const slayerUnlocks: SlayerTaskUnlocksEnum[] = SlayerRewardsShop.map(i => i.id); +const bank = new Bank(); +for (const item of Items.values()) bank.add(item.id, 1000000); +bank.add('Black chinchompa', 100000000); +const chargeBank = new ChargeBank(); +for (const deg of degradeableItems) chargeBank.add(deg.settingsKey, 1000000); +const results: { tripResult: ReturnType; commandResult: MinionKillReturn }[] = []; +const userStats = new MUserStats({} as any); + +const attackStyleSets: AttackStyles[][] = [ + [SkillsEnum.Attack, SkillsEnum.Strength, SkillsEnum.Defence], + [SkillsEnum.Ranged], + [SkillsEnum.Magic], + [SkillsEnum.Ranged, SkillsEnum.Defence], + [SkillsEnum.Magic, SkillsEnum.Defence] +]; + +const skillsAsLevels: any = {}; +for (const skill of SkillsArray) { + skillsAsLevels[skill] = 99; +} +const materials = new MaterialBank(); +for (const t of materialTypes) materials.add(t, 100000000); +const wildyGear = new Gear(maxRange.raw()); +wildyGear.equip('Hellfire bow'); +wildyGear.equip('Hellfire arrow', 10000); + +const rangeGear = new Gear({ + head: 'Gorajan archer helmet', + neck: 'Farsight snapshot necklace', + body: 'Gorajan archer top', + cape: 'Tidal collector (i)', + hands: 'Gorajan archer gloves', + legs: 'Gorajan archer legs', + feet: 'Gorajan archer boots', + '2h': 'Twisted bow', + ring: 'Ring of piercing (i)', + ammo: 'Dragon arrow' +}); +rangeGear.equip('Dragon arrow', 1000000); +const gear = { + mage: maxMage, + melee: maxMelee, + range: rangeGear, + misc: new Gear(), + skilling: new Gear(), + wildy: wildyGear, + fashion: new Gear(), + other: new Gear() +}; + +const failures = new Set(); +for (const monster of killableMonsters) { + const monsterKC = 10000; + const gearBank = new GearBank({ + chargeBank, + gear, + bank, + skillsAsLevels, + materials, + pet: itemID('Ori') + }); + + const pkEvasionExperience = 100000000; + const master = slayerMasters.find(m => m.tasks.find(t => t.monster.id === monster.id)); + const task = master?.tasks.find(t => t.monster.id === monster.id); + const currentSlayerTask = + master && task + ? { + currentTask: { + id: 1, + created_at: new Date(), + quantity: 10000, + quantity_remaining: 10000, + slayer_master_id: master.id, + monster_id: monster.id, + skipped: false, + user_id: '' + }, + assignedTask: task, + slayerMaster: master, + slayerPoints: 1000 + } + : { + currentTask: null, + assignedTask: null, + slayerMaster: null, + slayerPoints: 1 + }; + + for (const isTryingToUseWildy of [true, false]) { + if ((isTryingToUseWildy && !monster.wildy) || (monster.canBePked && !isTryingToUseWildy)) continue; + for (const inputPVMMethod of PVM_METHODS) { + for (const attackStyles of attackStyleSets) { + if (['barrage', 'burst'].includes(inputPVMMethod) && !monster.canBarrage) continue; + const bitfield: BitField[] = []; + const kcBank = new KCBank(); + const commandResult = newMinionKillCommand({ + gearBank, + attackStyles, + currentSlayerTask: currentSlayerTask as any, + monster, + isTryingToUseWildy, + monsterKC, + inputPVMMethod, + maxTripLength: MAX_TRIP_LENGTH, + pkEvasionExperience, + poh: { + pool: 29_241 + } as PlayerOwnedHouse, + inputQuantity: undefined, + combatOptions: [], + slayerUnlocks: [], + favoriteFood: resolveItems(['Shark']), + bitfield: [], + currentPeak: { peakTier: 'medium' } as any, + disabledInventions: [] + }); + if (typeof commandResult === 'string') { + if (!failures.has(commandResult)) { + console.log(commandResult); + } + failures.add(commandResult); + continue; + } + if (commandResult.quantity === null || !commandResult.quantity) { + throw new Error(`Invalid quantity: ${commandResult.quantity} for ${monster.name}`); + } + const { + bob, + usingCannon, + cannonMulti, + chinning, + hasWildySupplies, + died, + pkEncounters, + isInWilderness + } = commandResult.currentTaskOptions; + const tripResult = doMonsterTrip({ + type: 'MonsterKilling', + monster, + q: commandResult.quantity, + usingCannon, + cannonMulti, + bob, + died, + pkEncounters, + hasWildySupplies, + isInWilderness, + hasEliteCA: true, + hasKourendHard: true, + kcBank, + gearBank, + tertiaryItemPercentageChanges: new Map(), + slayerInfo: currentSlayerTask, + slayerUnlocks, + hasKourendElite: true, + userStats, + attackStyles, + duration: commandResult.duration, + bitfield, + chinning, + disabledInventions: [], + cl: new Bank() + }); + + results.push({ tripResult, commandResult }); + } + } + } +} + +function sortingKey(a: (typeof results)[0]) { + return `${a.tripResult.monster.name}.${a.commandResult.attackStyles.join('-')}.${JSON.stringify(a.commandResult.currentTaskOptions)}`; +} +results.sort((a, b) => sortingKey(a).localeCompare(sortingKey(b))); + +const headers = [ + 'Monster', + 'AttackStyle', + 'XP/hr', + ...skills.map(s => `${s} XP/hr`), + 'Options', + 'Food', + 'GP/hr', + 'Cost/hr', + 'Raw Command', + 'Raw Trip' +]; +const tsvWriter = new TSVWriter('data/monster_data.tsv'); + +tsvWriter.writeRow(headers); + +for (const { tripResult, commandResult } of results) { + const xpHr = round(calcPerHour(tripResult.updateBank.xpBank.totalXP(), commandResult.duration)); + + const options: string[] = []; + if (commandResult.currentTaskOptions.bob === SlayerActivityConstants.IceBarrage) { + options.push('Barrage'); + } + if (commandResult.currentTaskOptions.bob === SlayerActivityConstants.IceBurst) { + options.push('Burst'); + } + if (commandResult.currentTaskOptions.chinning) { + options.push('Chinning'); + } + if (commandResult.currentTaskOptions.isInWilderness) { + options.push('Is In Wilderness'); + } + + if (xpHr < 35_000) continue; + + const totalSharks = commandResult.updateBank.itemCostBank.amount('Shark'); + const sharksPerHour = calcPerHour(totalSharks, commandResult.duration); + + const styles = commandResult.attackStyles + .join('-') + .replace('attack', 'atk') + .replace('defence', 'def') + .replace('magic', 'mage') + .replace('ranged', 'range') + .replace('strength', 'str'); + + tsvWriter.writeRow([ + tripResult.monster.name, + styles, + `${toKMB(xpHr)} XP/hr`, + ...skills.map(s => toKMB(calcPerHour(tripResult.updateBank.xpBank.amount(s as any), commandResult.duration))), + options.join(' '), + `${sharksPerHour.toFixed(1)} Sharks/hr`, + `${convertBankToPerHourStats(commandResult.updateBank.itemLootBank.clone().add(commandResult.updateBank.itemLootBankNoCL), commandResult.duration)} Loot/hr`, + `${convertBankToPerHourStats(commandResult.updateBank.itemCostBank, commandResult.duration)} Cost/hr`, + JSON.stringify(omit(commandResult, ['updateBank'])), + JSON.stringify(omit(tripResult, ['updateBank', 'slayerContext', 'monster'])) + ]); +} +tsvWriter.end().then(() => process.exit()); diff --git a/src/scripts/remove-item.ts b/scripts/remove-item.ts similarity index 99% rename from src/scripts/remove-item.ts rename to scripts/remove-item.ts index 6432788661c..a469bee7e46 100644 --- a/src/scripts/remove-item.ts +++ b/scripts/remove-item.ts @@ -2,8 +2,7 @@ import '../lib/safeglobals'; import { writeFileSync } from 'node:fs'; import { EquipmentSlot } from 'oldschooljs/dist/meta/types'; - -import { GearSetupTypes } from '../lib/gear/types'; +import { GearSetupTypes } from '../src/lib/gear/types'; /* PSQL Function that needs to be created */ const extraFunctions = ` diff --git a/src/scripts/renderCommandsFile.ts b/scripts/renderCommandsFile.ts similarity index 82% rename from src/scripts/renderCommandsFile.ts rename to scripts/renderCommandsFile.ts index 39d741d36c8..e55057c9db0 100644 --- a/src/scripts/renderCommandsFile.ts +++ b/scripts/renderCommandsFile.ts @@ -2,11 +2,10 @@ import { execSync } from 'node:child_process'; import { writeFileSync } from 'node:fs'; import { stringMatches } from '@oldschoolgg/toolkit'; import { ApplicationCommandOptionType } from 'discord.js'; - -import { BOT_TYPE } from '../lib/constants'; -import { allCommands } from '../mahoji/commands/allCommands'; -import type { AbstractCommand } from '../mahoji/lib/inhibitors'; -import { convertMahojiCommandToAbstractCommand } from '../mahoji/lib/util'; +import { BOT_TYPE } from '../src/lib/constants'; +import { allCommands } from '../src/mahoji/commands/allCommands'; +import type { AbstractCommand } from '../src/mahoji/lib/inhibitors'; +import { convertMahojiCommandToAbstractCommand } from '../src/mahoji/lib/util'; async function renderCommands() { return allCommands @@ -46,7 +45,7 @@ async function renderCommands() { export async function commandsFile() { const commands = await renderCommands(); - const path = `./src/lib/data/${BOT_TYPE.toLowerCase()}.commands.json`; + const path = `data/${BOT_TYPE.toLowerCase()}.commands.json`; writeFileSync(path, `${JSON.stringify(commands, null, ' ')}\n`); execSync(`npx biome check --write ${path}`); } diff --git a/src/scripts/renderCreatablesFile.ts b/scripts/renderCreatablesFile.ts similarity index 84% rename from src/scripts/renderCreatablesFile.ts rename to scripts/renderCreatablesFile.ts index 0c00ca8b456..5ddf59208b7 100644 --- a/src/scripts/renderCreatablesFile.ts +++ b/scripts/renderCreatablesFile.ts @@ -1,9 +1,8 @@ import { writeFileSync } from 'node:fs'; import { isFunction } from 'e'; import { Bank } from 'oldschooljs'; - -import Createables from '../lib/data/createables'; -import { makeTable } from '../lib/util/smallUtils'; +import Createables from '../src/lib/data/createables'; +import { makeTable } from '../src/lib/util'; export function renderCreatablesFile() { const headers = ['Item name', 'Input Items', 'Output Items', 'GP Cost']; diff --git a/src/scripts/scriptUtil.ts b/scripts/scriptUtil.ts similarity index 93% rename from src/scripts/scriptUtil.ts rename to scripts/scriptUtil.ts index 8dd600afc41..2cba4d3805b 100644 --- a/src/scripts/scriptUtil.ts +++ b/scripts/scriptUtil.ts @@ -1,6 +1,6 @@ import { type ExecOptions, exec as execNonPromise } from 'node:child_process'; import { promisify } from 'node:util'; -import { Stopwatch } from '@oldschoolgg/toolkit'; +import { Stopwatch } from '@oldschoolgg/toolkit/structures'; const rawExecAsync = promisify(execNonPromise); diff --git a/scripts/spreadsheets.ts b/scripts/spreadsheets.ts new file mode 100644 index 00000000000..01c1b258206 --- /dev/null +++ b/scripts/spreadsheets.ts @@ -0,0 +1,91 @@ +import fs from 'node:fs'; +import readline from 'node:readline'; +import { JWT } from 'google-auth-library'; +import { GoogleSpreadsheet } from 'google-spreadsheet'; + +const credentials = JSON.parse(process.env.GOOGLE_SERVICE_ACCOUNT_KEY!); + +const SCOPES = ['https://www.googleapis.com/auth/spreadsheets', 'https://www.googleapis.com/auth/drive.file']; + +const jwt = new JWT({ + email: credentials.client_email, + key: credentials.private_key, + scopes: SCOPES +}); + +const fileToSpreadsheetMappings = [ + { + filePath: 'data/monster_data.tsv', + sheetIndex: 1, + metaCell: [1, 1] + } +]; + +async function updateMeta(doc: GoogleSpreadsheet, row: number, col: number, newValue: any) { + try { + const sheet = doc.sheetsByIndex[0]; + await sheet.loadCells(); + + const cell = sheet.getCell(row, col); + cell.value = newValue; + + await sheet.saveUpdatedCells(); + } catch (error) { + console.error(`Error updating cell: ${error}`); + } +} + +async function parseTsv(filePath: string): Promise { + const rows: any[][] = []; + const fileStream = fs.createReadStream(filePath); + const rl = readline.createInterface({ input: fileStream, crlfDelay: Number.POSITIVE_INFINITY }); + + for await (const line of rl) { + const row = line.split('\t'); + rows.push(row.map(cell => cell.trim().replace(/^"|"$/g, ''))); + } + + return rows; +} + +async function updateSpreadsheet(doc: GoogleSpreadsheet, sheetIndex: number, rows: any[][]) { + try { + const sheet = doc.sheetsByIndex[sheetIndex]; + + if (rows.length === 0) { + throw new Error('No data found in the TSV file'); + } + + const headers = rows[0]; + const dataRows = rows.slice(1); + + await sheet.clear(); + await sheet.setHeaderRow(headers); + + await sheet.addRows(dataRows); + } catch (error) { + console.error(`Failed to update spreadsheet: ${error}`); + } +} + +(async () => { + const branch = process.env.GITHUB_REF?.split('/').pop()!; + if (!['master', 'bso'].includes(branch)) return; + const spreadsheetID = + branch === 'master' + ? '1XztqUjjfR_dDD2OIgURF5YLreumPQ1J9Ez7ncDwJEE8' + : '1PdiN5y3uIdTdEfS0gYXVlO9QGz2WfckV1Y1MVIyaOTs'; + + for (const mapping of fileToSpreadsheetMappings) { + const rows = await parseTsv(mapping.filePath); + const doc = new GoogleSpreadsheet(spreadsheetID, jwt); + await doc.loadInfo(); + await updateSpreadsheet(doc, mapping.sheetIndex, rows); + await updateMeta( + doc, + mapping.metaCell[0], + mapping.metaCell[1], + new Date().toISOString().slice(0, '2024-09-07'.length) + ); + } +})(); diff --git a/scripts/spritesheet.ts b/scripts/spritesheet.ts new file mode 100644 index 00000000000..586cfc5550a --- /dev/null +++ b/scripts/spritesheet.ts @@ -0,0 +1,135 @@ +import { promises as fs } from 'node:fs'; +import * as path from 'node:path'; +import Spritesmith from 'spritesmith'; +import '../src/lib/data/itemAliases'; + +import { isFunction, uniqueArr } from 'e'; +import { Bank, Items } from 'oldschooljs'; +import { ALL_OBTAINABLE_ITEMS } from '../src/lib/allObtainableItems'; +import { allCLItems } from '../src/lib/data/Collections'; +import Buyables from '../src/lib/data/buyables/buyables'; +import Createables from '../src/lib/data/createables'; + +const manualIDs = [ + 11139, 25500, 21724, 26280, 24301, 19687, 22695, 24327, 3469, 13283, 12895, 21845, 22715, 21842, 7775, 25920, 26310, + 27576, 21046, 11862, 27574, 25633, 26256, 27584, 21841, 25054, 3462, 25048, 7774, 25044, 21846, 19697, 3451, 12892, + 13182, 13344, 6859, 20836, 20834, 9006, 24382, 11771, 27585, 27563, 22351, 28590, 13663, 26939, 22692, 19710, 1526, + 13286, 8851, 24539, 24303, 6860, 27475, 3466, 20775, 9925, 11185, 26258, 26260, 9756, 12926, 10507, 27497, 25932, + 22684, 25502, 25426, 13396, 3467, 25924, 25670, 21209, 11910, 25923, 24300, 21656, 13343, 22353, 27275, 10587, + 25430, 22713, 9789, 12793, 27583, 21389, 25424, 27588, 9921, 11019, 21719, 22820, 25930, 22698, 4565, 12956, 28190, + 11020, 26312, 13285, 12893, 22717, 28179, 9922, 3452, 28588, 24546, 25342, 12888, 27572, 9920, 22316, 13202, 28589, + 27479, 25652, 3459, 25925, 12959, 10513, 3465, 13664, 26284, 20777, 11919, 3460, 24376, 28587, 3461, 13665, 13287, + 9904, 24537, 28181, 27564, 12794, 12017, 22701, 28624, 27582, 6862, 25046, 12957, 22993, 10501, 26254, 13513, 4566, + 26282, 26314, 27578, 13655, 21874, 11141, 23448, 24428, 24380, 24372, 11137, 20779, 26388, 25604, 28336, 23446, + 27586, 25428, 24780, 25658, 12891, 27544, 12792, 3463, 6856, 25781, 3453, 13288, 26306, 11918, 3468, 11022, 4079, + 11773, 8951, 11770, 13284, 7776, 9924, 11021, 3455, 3464, 1633, 6863, 24325, 19689, 12931, 24975, 26937, 12890, + 22689, 12691, 4133, 12692, 26304, 9005, 25042, 26298, 27558, 27568, 25527, 27693, 12889, 1419, 27566, 25921, 24302, + 21844, 11772, 12887, 25606, 24304, 24374, 19691, 11863, 25840, 28134, 3450, 27580, 3458, 24384, 12896, 25541, 24977, + 22719, 3454, 6722, 20773, 25432, 27477, 25314, 1037, 6858, 25684, 25926, 8950, 25052, 12894, 28409, 10508, 23083, + 6861, 25664, 27481, 25282, 7927, 13571, 24378, 1, 24430, 25609, 19695, 11847, 20747, 21752, 24431, 20832, 27610, + 21214, 25922, 27473, 9923, 28184, 24535, 3456, 25928, 24525, 21843, 12845, 11026, 3457, 25050, 19693, 6857, 12958, + 29489, 29491, 29493, 29495, 29497, 29499, 29501, 29503, 29505, 29507, 29509, 29510, 29511, 29512, 29513, 29514, + 29515, 29516, 29517, 29518, 29519, 29521, 29522, 29523, 29524, 29525, 29526, 29527, 29528, 29529, 29530, 29531, + 29532, 29533, 29534, 29535, 29536, 29537, 29538, 29539, 29540, 29541, 29542, 29543, 29544, 29545, 29546, 29547, + 29548, 29549, 29550, 29551, 29552, 29553, 29554, 29555, 29556, 29558, 29560, 29562, 29564, 29566, 29568, 29570, + 29572, 29573, 29574, 29577, 29580, 29583, 29585, 29587, 29589, 29591, 29594, 29596, 29598, 29599, 29602, 29605, + 29607, 29609, 29611, 29613, 29615, 29617, 29619, 29622, 29625, 29628, 29631, 29634, 29637, 29640, 29643, 29648, + 29649, 29651, 29652, 29654, 29655, 29657, 29658, 29660, 29661, 29663, 29664, 29666, 29667, 29669, 29670, 29672, + 29673, 29675, 29676, 29678, 29679, 29684, 29920, 29912 +]; +const trades = Items.filter(i => Boolean(i.tradeable_on_ge)).map(i => i.id); +const itemsMustBeInSpritesheet: number[] = uniqueArr([ + ...allCLItems, + ...trades, + ...Createables.map(c => new Bank(c.outputItems).items().flatMap(i => i[0].id)).flat(2), + ...Buyables.flatMap(b => { + if (!b.outputItems) return []; + if (isFunction(b.outputItems)) { + return b + .outputItems({ countSkillsAtLeast99: () => 100 } as any) + .items() + .flatMap(i => i[0].id); + } + return b.outputItems.items().flatMap(i => i[0].id); + }), + ...manualIDs, + ...Array.from(ALL_OBTAINABLE_ITEMS) +]); + +const getPngFiles = async (dir: string): Promise => { + const files = await fs.readdir(dir); + return files.filter(file => path.extname(file).toLowerCase() === '.png').map(file => path.join(dir, file)); +}; + +const createSpriteSheet = (files: string[], outputPath: string): Promise => { + return new Promise((resolve, reject) => { + Spritesmith.run({ src: files }, async (err, result) => { + if (err) return reject(err); + try { + await fs.writeFile(outputPath, result.image); + resolve(result); + } catch (writeError) { + reject(writeError); + } + }); + }); +}; + +const generateJsonData = (result: Spritesmith.Result): Record => { + const jsonData: Record = {}; + for (const [filePath, data] of Object.entries(result.coordinates)) { + const fileName = path.basename(filePath, '.png'); + jsonData[fileName] = [data.x, data.y, data.width, data.height]; + } + return jsonData; +}; + +async function makeSpritesheet( + iconsDir: string, + outputImageFilePath: string, + outputJsonFilePath: string, + allItems?: number[] +) { + try { + const pngFiles = await getPngFiles(iconsDir); + console.log(`Found ${pngFiles.length} PNG files in the directory`); + if (pngFiles.length === 0) { + throw new Error('No PNG files found in the directory'); + } + + const filesToDo: string[] = []; + if (!allItems) allItems = pngFiles.map(file => Number.parseInt(path.basename(file, '.png'))); + for (const id of allItems) { + if (!pngFiles.some(file => file.endsWith(`${id}.png`))) { + console.log(`Item ${id} not found in spritesheet, adding...`); + } else { + filesToDo.push(`${id}.png`); + } + } + + const result = await createSpriteSheet( + filesToDo.map(p => path.join(iconsDir, p)), + outputImageFilePath + ); + const jsonData = generateJsonData(result); + await fs.writeFile(outputJsonFilePath, JSON.stringify(jsonData, null, 2)); + console.log('Spritesheet and JSON created successfully!'); + } catch (error) { + console.error('Error creating spritesheet:', error); + } +} + +makeSpritesheet( + './tmp/icons', + './src/lib/resources/images/spritesheet.png', + './src/lib/resources/images/spritesheet.json', + itemsMustBeInSpritesheet +) + .then(() => { + makeSpritesheet( + './src/lib/resources/images/bso_icons', + './src/lib/resources/images/bso_spritesheet.png', + './src/lib/resources/images/bso_spritesheet.json' + ); + }) + .then(() => process.exit()); diff --git a/scripts/tsconfig.json b/scripts/tsconfig.json new file mode 100644 index 00000000000..54477db3311 --- /dev/null +++ b/scripts/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "../tsconfig.base.json", + "compilerOptions": { + "rootDir": "..", + "composite": true, + "noEmit": true + }, + "include": ["scripts", "src/**/*"], + "exclude": ["**/node_modules"] +} diff --git a/scripts/wiki.ts b/scripts/wiki.ts new file mode 100644 index 00000000000..f33cd653825 --- /dev/null +++ b/scripts/wiki.ts @@ -0,0 +1,324 @@ +import { readFileSync, writeFileSync } from 'node:fs'; + +import '../src/lib/safeglobals'; +import { type CombatAchievement, CombatAchievements } from '../src/lib/combat_achievements/combatAchievements'; +import killableMonsters from '../src/lib/minions/data/killableMonsters'; +import { quests } from '../src/lib/minions/data/quests'; +import { sorts } from '../src/lib/sorts'; +import { Bank, Monsters, itemNameFromID, toTitleCase } from '../src/lib/util'; +import { Markdown, Tab, Tabs } from './markdown/markdown'; + +function combatAchievementHowToFinish(ca: CombatAchievement) { + if ('rng' in ca) { + return `1 in ${ca.rng.chancePerKill} chance per kill`; + } + if ('requirements' in ca) { + return ca.requirements.requirements + .map(req => ca.requirements.formatRequirement(req)) + .join(',') + .replace('Kill Count Requirement: ', '') + .replace('Minigame Requirements: ', ''); + } + throw ca; +} + +function handleMarkdownEmbed(identifier: string, filePath: string, contentToInject: string) { + const contentToReplace = readFileSync(`./docs/src/content/docs/${filePath}`, 'utf8'); + const startMarker = `[[embed.${identifier}.start]]`; + const endMarker = `[[embed.${identifier}.end]]`; + const startIndex = contentToReplace.indexOf(startMarker); + const endIndex = contentToReplace.indexOf(endMarker); + + if (startIndex === -1 || endIndex === -1) { + console.error(`Markers (not found in the file. ${filePath} ${identifier}`); + process.exit(1); + } + + const newContent = `${contentToReplace.slice(0, startIndex + startMarker.length)} +{/* DO NOT EDIT - This section is auto-generated by the build script */} +${contentToInject} +{/* DO NOT EDIT - This section is auto-generated by the build script */} +${contentToReplace.slice(endIndex)}`; + + writeFileSync(`./docs/src/content/docs/${filePath}`, newContent, 'utf8'); +} +async function renderCAMarkdown() { + let markdown = '\n'; + for (const tier of Object.values(CombatAchievements)) { + markdown += ` +| Monster | Task Name | How To Unlock | +| -- | -- | -- | +`; + for (const task of tier.tasks.sort((a, b) => a.monster.localeCompare(b.monster))) { + markdown += `| ${task.monster} | ${task.name} | ${combatAchievementHowToFinish(task)} |\n`; + } + markdown += '\n'; + } + markdown += '\n'; + handleMarkdownEmbed('ca_tasks', 'osb/combat-achievements.mdx', markdown); +} + +function escapeItemName(str: string) { + return str.replace(/\[/g, '\\[').replace(/\]/g, '\\]'); +} + +const name = (id: number) => escapeItemName(itemNameFromID(id)!); +async function renderMonstersMarkdown() { + const markdown = new Markdown(); + + for (const monster of killableMonsters + .filter(m => m.equippedItemBoosts || m.itemInBankBoosts || m.itemCost) + .filter(m => Monsters.get(m.id)!.data.combatLevel >= 80 && !m.name.includes('Revenant')) + .sort((a, b) => a.name.localeCompare(b.name))) { + const monstermd = new Markdown(); + monstermd.addLine(`## ${monster.name}`); + + const infoTab = new Tab().setTitle('Information').setContent(() => { + const md = new Markdown(); + md.addLine( + `- You can view the drops for this monster on the osrs wiki: [${monster.name}](https://oldschool.runescape.wiki/w/${encodeURIComponent(monster.name)})` + ); + md.addLine(`- You can send your minion to kill this monster using: [[/k name:${monster.name}]]`); + md.addLine(`- You can check your KC using: [[/minion kc name:${monster.name}]]`); + md.addLine(`- You can check the KC leaderboard using: [[/lb kc monster\:${monster.name}]]`); + md.addLine(`- You can check your collection log using: [[/cl name\\:${monster.name}]]`); + md.addLine(`- You can check the collection log leaderboard using: [[/lb cl cl:${monster.name}]]`); + + if (monster.canBarrage) { + md.addLine(`- You can barrage this monster [[/k name:${monster.name} method:barrage]]`); + } + if (monster.canCannon) { + md.addLine(`- You can dwarf multicannon this monster [[/k name:${monster.name} method:cannon]]`); + } + if (monster.canChinning) { + md.addLine(`- You can use chinchompas on this monster [[/k name:${monster.name} method:chinning]]`); + } + if (monster.slayerOnly) { + md.addLine('- You can only kill this monster on a slayer task'); + } + if (monster.existsInCatacombs) { + md.addLine('- If on a slayer task, this monster can be killed in the catacombs'); + } + if (monster.canBePked) { + md.addLine( + '- This monster is in the wilderness, and you can die to PKers when killing it. As such, you will always use your "wildy" gear setup when killing this monster.' + ); + } + + return md.toString(); + }); + + const costsTab = new Tab().setTitle('Costs').setContent(() => { + const md = new Markdown(); + md.addLine( + `- ${monster.healAmountNeeded ? `Requires food in your bank to kill, the amount needed is heavily reduced based on your gear/experience. ${monster.minimumHealAmount ? `You must have/use food that heals atleast ${monster.healAmountNeeded}HP` : ''}` : 'No Food Needed'}` + ); + if (monster.itemCost) { + md.addLine('**Item Cost**'); + for (const consumable of Array.isArray(monster.itemCost) ? monster.itemCost : [monster.itemCost]) { + const allConsumables = [consumable, ...[consumable.alternativeConsumables ?? []]].flat(); + md.addLine( + `- ${allConsumables.map(c => `${c.itemCost.itemIDs.map(id => `[[${name(id)}]]`).join(' ')}`).join(' or ')}` + ); + } + } + + if (monster.projectileUsage) { + md.addLine('- Uses arrows/projectiles from your range gear'); + } + + return md.toString(); + }); + + const requirementsTab = new Tab().setTitle('Requirements').setContent(() => { + const requirementsMarkdown = new Markdown(); + + if (monster.qpRequired) { + requirementsMarkdown.addLine(`[[qp:${monster.qpRequired}]]`); + } + + if (monster.levelRequirements) { + requirementsMarkdown.addLine( + Object.entries(monster.levelRequirements) + .map(([skill, lvl]) => `[[${skill}:${lvl}]]`) + .join(' ') + ); + } + + if (monster.itemsRequired && monster.itemsRequired?.length > 0) { + requirementsMarkdown.addLine('**Items Required**'); + for (const item of monster.itemsRequired) { + if (Array.isArray(item)) { + requirementsMarkdown.addLine(`- ${item.map(i => `[[${name(i)}]]`).join(' or ')}`); + } else { + requirementsMarkdown.addLine(`- [[${name(item)}]]`); + } + } + } + + if (monster.requiredQuests) { + requirementsMarkdown.addLine('**Required Quests**'); + for (const quest of monster.requiredQuests) { + requirementsMarkdown.addLine(`- ${quests.find(q => q.id === quest)!.name}`); + } + } + + return requirementsMarkdown.toString(); + }); + + const boostsTab = new Tab().setTitle('Boosts').setContent(() => { + const boostsMarkdown = new Markdown(); + + if (monster.itemInBankBoosts) { + const bankBoosts = new Markdown(); + bankBoosts.setAccordion('Item in Bank Boosts'); + bankBoosts.addLine( + 'These boosts are applied from just being in your bank, and do not need to be equipped (but can also be equipped). The best boost you can use will automatically be used.' + ); + for (const set of monster.itemInBankBoosts) { + bankBoosts.addLine('You can have one of the following boosts:'); + for (const [item, boostPercent] of new Bank(set).items().sort(sorts.quantity)) { + bankBoosts.addLine(`- ${boostPercent}% boost for [[${escapeItemName(item.name)}]]`); + } + bankBoosts.addLine('---'); + } + boostsMarkdown.add(bankBoosts); + } + + if (monster.equippedItemBoosts) { + const bankBoosts = new Markdown(); + bankBoosts.setAccordion('Equipped Item Boosts'); + bankBoosts.addLine( + 'To get these boosts, you need the item equipped in the right setup. The best boost you can use will automatically be used.' + ); + for (const set of monster.equippedItemBoosts) { + bankBoosts.addLine( + `${toTitleCase(set.gearSetup)} gear boosts${set.required ? ', it is **required** to have atleast one of these' : ''}:` + ); + for (const item of set.items.sort((a, b) => b.boostPercent - a.boostPercent)) { + bankBoosts.addLine(`- ${item.boostPercent}% boost for [[${name(item.itemID)}]]`); + } + bankBoosts.addLine('---'); + } + boostsMarkdown.add(bankBoosts); + } + + if (monster.degradeableItemUsage) { + const bankBoosts = new Markdown(); + bankBoosts.setAccordion('Degradeable/Chargeable Item Boosts'); + bankBoosts.addLine('These boosts are for items which degrade or have charges.'); + for (const set of monster.degradeableItemUsage) { + bankBoosts.addLine( + `${toTitleCase(set.gearSetup)} gear boosts${set.required ? ', it is **required** to have atleast one of these' : ''}:` + ); + for (const item of set.items.sort((a, b) => b.boostPercent - a.boostPercent)) { + bankBoosts.addLine(`- ${item.boostPercent}% boost for [[${name(item.itemID)}]]`); + } + bankBoosts.addLine('---'); + } + boostsMarkdown.add(bankBoosts); + } + + if (monster.pohBoosts) { + const pohBoosts = new Markdown(); + pohBoosts.setAccordion('POH Boosts'); + pohBoosts.addLine('These boosts are from having the right object built in your POH.'); + for (const [_pohSlot, boostGroup] of Object.entries(monster.pohBoosts).sort((a, b) => + a[0].localeCompare(b[0]) + )) { + const mdSet = new Markdown(); + mdSet.addLine(`**${toTitleCase(_pohSlot)}**`); + for (const [item, boostPercent] of Object.entries(boostGroup).sort((a, b) => b[1] - a[1])) { + mdSet.addLine(`- ${boostPercent}% boost for ${item}`); + } + pohBoosts.add(mdSet); + } + pohBoosts.addLine('---'); + boostsMarkdown.add(pohBoosts); + } + + return boostsMarkdown.toString(); + }); + const tabs = new Tabs([infoTab, costsTab, requirementsTab, boostsTab]); + monstermd.add(tabs); + monstermd.addLine('---'); + markdown.add(monstermd); + } + + handleMarkdownEmbed('monsters', 'osb/monsters.mdx', markdown.toString()); +} + +function renderQuestsMarkdown() { + const markdown = new Markdown(); + + for (const quest of quests.sort((a, b) => a.name.localeCompare(b.name))) { + const questMarkdown = new Markdown(); + questMarkdown.addLine(`## ${quest.name}`); + questMarkdown.addLine( + `You can send your minion to do this quest using [[/activities quest name:${quest.name}]]` + ); + + if (quest.skillReqs) { + questMarkdown.addLine('### Skill Requirements'); + questMarkdown.addLine( + `- Skills: ${Object.entries(quest.skillReqs) + .map(([skill, lvl]) => `[[${skill}:${lvl}]]`) + .join(' ')}` + ); + } + if (quest.ironmanSkillReqs) { + questMarkdown.addLine('### Ironman Skill Requirements'); + questMarkdown.addLine( + `${Object.entries(quest.ironmanSkillReqs) + .map(([skill, lvl]) => `[[${skill}:${lvl}]]`) + .join(' ')}` + ); + } + + if (quest.prerequisitesQuests) { + questMarkdown.addLine('### Required Quests'); + for (const req of quest.prerequisitesQuests) { + questMarkdown.addLine(`- Must have finished ${quests.find(q => q.id === req)!.name}`); + } + } + + if (quest.combatLevelReq || quest.qpReq) { + questMarkdown.addLine('### Other requirements'); + if (quest.combatLevelReq) { + questMarkdown.addLine(`- Combat Level requirement: ${quest.combatLevelReq}`); + } + if (quest.qpReq) { + questMarkdown.addLine(`- Quest Points requirement: [[qp:${quest.qpReq}]]`); + } + } + + if (quest.rewards) { + questMarkdown.addLine('### Item Rewards'); + questMarkdown.addLine( + quest.rewards + .items() + .map(([item]) => `[[${item.id}]]`) + .join(' ') + ); + } + if (quest.skillsRewards) { + questMarkdown.addLine('### XP Rewards'); + questMarkdown.addLine( + Object.entries(quest.skillsRewards) + .map(([skill, xp]) => `[[${skill}:${xp.toLocaleString()}]]`) + .join(' ') + ); + } + + markdown.add(questMarkdown); + } + + handleMarkdownEmbed('quests', 'osb/quests.mdx', markdown.toString()); +} + +async function wiki() { + renderQuestsMarkdown(); + await Promise.all([renderCAMarkdown(), renderMonstersMarkdown()]); +} + +wiki(); diff --git a/src/index.ts b/src/index.ts index 176aee36680..73fe2bbdf59 100644 --- a/src/index.ts +++ b/src/index.ts @@ -74,7 +74,18 @@ const client = new OldSchoolBotClient({ VoiceStateManager: { maxSize: 0 }, GuildInviteManager: { maxSize: 0 }, ThreadManager: { maxSize: 0 }, - ThreadMemberManager: { maxSize: 0 } + ThreadMemberManager: { maxSize: 0 }, + AutoModerationRuleManager: { maxSize: 0 }, + GuildMessageManager: { maxSize: 0 }, + GuildBanManager: { maxSize: 0 }, + GuildForumThreadManager: { maxSize: 0 }, + GuildScheduledEventManager: { maxSize: 0 }, + GuildTextThreadManager: { maxSize: 0 }, + BaseGuildEmojiManager: { maxSize: 0 }, + ReactionManager: { maxSize: 0 }, + DMMessageManager: { maxSize: 0 }, + ReactionUserManager: { maxSize: 0 }, + StageInstanceManager: { maxSize: 0 } }), sweepers: { guildMembers: { diff --git a/src/lib/MUser.ts b/src/lib/MUser.ts index 2c46ad8066d..764062001b2 100644 --- a/src/lib/MUser.ts +++ b/src/lib/MUser.ts @@ -1,25 +1,26 @@ import { PerkTier, cleanUsername, mentionCommand, seedShuffle } from '@oldschoolgg/toolkit'; -import { UserError } from '@oldschoolgg/toolkit'; import type { GearSetupType, Prisma, TameActivity, User, UserStats, xp_gains_skill_enum } from '@prisma/client'; import { userMention } from 'discord.js'; -import { Time, calcWhatPercent, objectEntries, percentChance, randArrItem, sumArr, uniqueArr } from 'e'; +import { Time, calcWhatPercent, percentChance, randArrItem, sumArr, uniqueArr } from 'e'; import { Bank } from 'oldschooljs'; import type { Item, ItemBank } from 'oldschooljs/dist/meta/types'; import { EquipmentSlot } from 'oldschooljs/dist/meta/types'; +import { UserError } from '@oldschoolgg/toolkit/structures'; import { resolveItems } from 'oldschooljs/dist/util/util'; +import { pick } from 'remeda'; import { timePerAlch } from '../mahoji/lib/abstracted_commands/alchCommand'; import { getParsedStashUnits } from '../mahoji/lib/abstracted_commands/stashUnitsCommand'; import { fetchUserStats, userStatsUpdate } from '../mahoji/mahojiSettings'; import { addXP } from './addXP'; import type { GodFavourBank, GodName } from './bso/divineDominion'; import { userIsBusy } from './busyCounterCache'; +import { partialUserCache } from './cache'; import { ClueTiers } from './clues/clueTiers'; import { type CATier, CombatAchievements } from './combat_achievements/combatAchievements'; import { BitField, projectiles } from './constants'; import { bossCLItems } from './data/Collections'; import { allPetIDs } from './data/CollectionsExport'; -import { getSimilarItems } from './data/similarItems'; import { degradeableItems } from './degradeableItems'; import { type GearSetup, type UserFullGearSetup, defaultGear } from './gear'; import { gearImages } from './gear/functions/generateGearImage'; @@ -43,11 +44,12 @@ import { getFarmingInfoFromUser } from './skilling/functions/getFarmingInfo'; import Farming from './skilling/skills/farming'; import { SkillsEnum } from './skilling/types'; import type { BankSortMethod } from './sorts'; -import type { ChargeBank, XPBank } from './structures/Banks'; +import { ChargeBank, type XPBank } from './structures/Banks'; import { Gear } from './structures/Gear'; +import { GearBank } from './structures/GearBank'; import { MTame } from './structures/MTame'; import type { Skills } from './types'; -import { addItemToBank, convertXPtoLVL, itemNameFromID } from './util'; +import { addItemToBank, convertXPtoLVL, fullGearToBank, hasSkillReqsRaw, itemNameFromID } from './util'; import { determineRunes } from './util/determineRunes'; import { findGroupOfUser } from './util/findGroupOfUser'; import { getKCByName } from './util/getKCByName'; @@ -114,7 +116,7 @@ export class MUserClass { this.updateProperties(); } - private updateProperties() { + public updateProperties() { this.bank = new Bank(this.user.bank as ItemBank); this.bank.freeze(); @@ -152,6 +154,17 @@ export class MUserClass { return gearImages.find(i => i.id === this.user.gear_template)!; } + public get gearBank() { + return new GearBank({ + gear: this.gear, + bank: this.bank, + skillsAsLevels: this.skillsAsLevels, + chargeBank: this.ownedChargeBank(), + materials: this.ownedMaterials(), + pet: this.user.minion_equippedPet + }); + } + countSkillsAtLeast99() { return Object.values(this.skillsAsLevels).filter(lvl => lvl >= 99).length; } @@ -256,20 +269,6 @@ export class MUserClass { return addXP(this, params); } - async addXPBank(params: Omit & { bank: XPBank }) { - const results = []; - for (const [id, qty] of params.bank.entries()) { - results.push( - await this.addXP({ - ...params, - amount: qty, - skillName: id as SkillsEnum - }) - ); - } - return results; - } - async getKC(monsterID: number) { const stats = await this.fetchStats({ monster_scores: true }); return (stats.monster_scores as ItemBank)[monsterID] ?? 0; @@ -341,7 +340,7 @@ GROUP BY data->>'ci';`); await userStatsUpdate( this.id, { - monster_scores: newKCs.bank + monster_scores: newKCs.toJSON() }, {} ); @@ -406,6 +405,10 @@ GROUP BY data->>'ci';`); return false; } + hasEquippedOrInBank(...args: Parameters['hasEquippedOrInBank']>) { + return this.gearBank.hasEquippedOrInBank(...args); + } + private calculateAllItemsOwned(): Bank { const bank = new Bank(this.bank); @@ -414,13 +417,7 @@ GROUP BY data->>'ci';`); bank.add(this.user.minion_equippedPet); } - for (const setup of Object.values(this.gear)) { - for (const equipped of Object.values(setup)) { - if (equipped?.item) { - bank.add(equipped.item, equipped.quantity); - } - } - } + bank.add(fullGearToBank(this.gear)); return bank; } @@ -439,23 +436,6 @@ GROUP BY data->>'ci';`); return getMinigameEntity(this.id); } - hasEquippedOrInBank(_items: string | number | (string | number)[], type: 'every' | 'one' = 'one') { - const { bank } = this; - const items = resolveItems(_items); - for (const baseID of items) { - const similarItems = getSimilarItems(baseID); - const hasOneEquipped = similarItems.some(id => this.hasEquipped(id, true)); - const hasOneInBank = similarItems.some(id => bank.has(id)); - // If only one needs to be equipped, return true now if it is equipped. - if (type === 'one' && (hasOneEquipped || hasOneInBank)) return true; - // If all need to be equipped, return false now if not equipped. - else if (type === 'every' && !hasOneEquipped && !hasOneInBank) { - return false; - } - } - return type !== 'one'; - } - getSkills(levels: boolean) { const skills: Required = { agility: Number(this.user.skills_agility), @@ -549,7 +529,7 @@ Charge your items using ${mentionCommand(globalClient, 'minion', 'charge')}.` } async addItemsToCollectionLog(itemsToAdd: Bank) { - const previousCL = new Bank(this.cl.bank); + const previousCL = this.cl.clone(); const updates = this.calculateAddItemsToCLUpdates({ items: itemsToAdd }); @@ -563,13 +543,13 @@ Charge your items using ${mentionCommand(globalClient, 'minion', 'charge')}.` }; } - async specialRemoveItems(bankToRemove: Bank, options?: { wildy?: boolean }) { + async specialRemoveItems(bankToRemove: Bank, options?: { isInWilderness?: boolean }) { bankToRemove = determineRunes(this, bankToRemove); const bankRemove = new Bank(); let dart: [Item, number] | null = null; let ammoRemove: [Item, number] | null = null; - const gearKey = options?.wildy ? 'wildy' : 'range'; + const gearKey = options?.isInWilderness ? 'wildy' : 'range'; const realCost = bankToRemove.clone(); const rangeGear = this.gear[gearKey]; const hasAvas = rangeGear.hasEquipped("Ava's assembler"); @@ -599,7 +579,9 @@ Charge your items using ${mentionCommand(globalClient, 'minion', 'charge')}.` throw new UserError('No ammo equipped.'); } if (equippedAmmo !== ammoRemove[0].id) { - throw new UserError(`Has ${itemNameFromID(equippedAmmo)}, but needs ${ammoRemove[0].name}.`); + throw new UserError( + `You have ${itemNameFromID(equippedAmmo)} equipped as your range ammo, but you need: ${ammoRemove[0].name}.` + ); } const newRangeGear = { ...this.gear[gearKey] }; const ammo = newRangeGear.ammo?.quantity; @@ -622,7 +604,7 @@ Charge your items using ${mentionCommand(globalClient, 'minion', 'charge')}.` ); newRangeGear.ammo!.quantity -= ammoRemove?.[1]; if (newRangeGear.ammo!.quantity <= 0) newRangeGear.ammo = null; - const updateKey = options?.wildy ? 'gear_wildy' : 'gear_range'; + const updateKey = options?.isInWilderness ? 'gear_wildy' : 'gear_range'; updates[updateKey] = newRangeGear as any as Prisma.InputJsonObject; } @@ -690,24 +672,17 @@ Charge your items using ${mentionCommand(globalClient, 'minion', 'charge')}.` dontAddToTempCL?: boolean; }): Prisma.UserUpdateArgs['data'] { const updates: Prisma.UserUpdateArgs['data'] = { - collectionLogBank: new Bank(this.user.collectionLogBank as ItemBank).add(items).bank + collectionLogBank: new Bank(this.user.collectionLogBank as ItemBank).add(items).toJSON() }; if (!dontAddToTempCL) { - updates.temp_cl = new Bank(this.user.temp_cl as ItemBank).add(items).bank; + updates.temp_cl = new Bank(this.user.temp_cl as ItemBank).add(items).toJSON(); } return updates; } hasSkillReqs(requirements: Skills) { - for (const [skillName, level] of objectEntries(requirements)) { - if ((skillName as string) === 'combat') { - if (this.combatLevel < level!) return false; - } else if (this.skillLevel(skillName) < level!) { - return false; - } - } - return true; + return hasSkillReqsRaw(this.skillsAsLevels, requirements); } allEquippedGearBank() { @@ -878,7 +853,7 @@ Charge your items using ${mentionCommand(globalClient, 'minion', 'charge')}.` } buildTertiaryItemChanges(hasRingOfWealthI = false, inWildy = false, onTask = false) { - const changes = new Map(); + const changes = new Map(); const tiers = Object.keys(CombatAchievements) as Array; for (const tier of tiers) { @@ -902,6 +877,25 @@ Charge your items using ${mentionCommand(globalClient, 'minion', 'charge')}.` return changes; } + ownedChargeBank() { + const chargeBank = new ChargeBank(); + for (const degradeableItem of degradeableItems) { + const charges = this.user[degradeableItem.settingsKey]; + if (charges) { + chargeBank.add(degradeableItem.settingsKey, charges); + } + } + return chargeBank; + } + + async addXPBank(xpBank: XPBank) { + const results = []; + for (const options of xpBank.xpList) { + results.push(await this.addXP(options)); + } + return results.join(' '); + } + async checkBankBackground() { if (this.bitfield.includes(BitField.isModerator)) { return; @@ -1039,10 +1033,10 @@ Charge your items using ${mentionCommand(globalClient, 'minion', 'charge')}.` }, create: { user_id: BigInt(this.id), - tame_cl_bank: totalBank.bank + tame_cl_bank: totalBank.toJSON() }, update: { - tame_cl_bank: totalBank.bank + tame_cl_bank: totalBank.toJSON() } }); @@ -1118,16 +1112,24 @@ declare global { var GlobalMUserClass: typeof MUserClass; } -async function srcMUserFetch(userID: string, updates: Prisma.UserUpdateInput = {}) { - const user = await prisma.user.upsert({ - create: { - id: userID - }, - update: updates, - where: { - id: userID - } - }); +async function srcMUserFetch(userID: string, updates?: Prisma.UserUpdateInput) { + const user = + updates !== undefined + ? await prisma.user.upsert({ + create: { + id: userID + }, + update: updates, + where: { + id: userID + } + }) + : await prisma.user.findUnique({ where: { id: userID } }); + + if (!user) { + return srcMUserFetch(userID, {}); + } + partialUserCache.set(userID, pick(user, ['bitfield', 'minion_hasBought', 'badges'])); return new MUserClass(user); } diff --git a/src/lib/PaginatedMessage.ts b/src/lib/PaginatedMessage.ts index 8f184a31fd7..7e7cef31166 100644 --- a/src/lib/PaginatedMessage.ts +++ b/src/lib/PaginatedMessage.ts @@ -1,4 +1,4 @@ -import { UserError } from '@oldschoolgg/toolkit'; +import { UserError } from '@oldschoolgg/toolkit/structures'; import type { BaseMessageOptions, ComponentType, MessageEditOptions, TextChannel } from 'discord.js'; import { ActionRowBuilder, ButtonBuilder, ButtonStyle } from 'discord.js'; import { Time, isFunction } from 'e'; diff --git a/src/lib/Task.ts b/src/lib/Task.ts index 2cca2d1123d..4c32c64110b 100644 --- a/src/lib/Task.ts +++ b/src/lib/Task.ts @@ -3,7 +3,6 @@ import { activity_type_enum } from '@prisma/client'; import type { ZodSchema } from 'zod'; import { z } from 'zod'; -import { production } from '../config'; import { aerialFishingTask } from '../tasks/minions/HunterActivity/aerialFishingActivity'; import { birdHouseTask } from '../tasks/minions/HunterActivity/birdhouseActivity'; import { driftNetTask } from '../tasks/minions/HunterActivity/driftNetActivity'; @@ -97,6 +96,7 @@ import { zalcanoTask } from '../tasks/minions/minigames/zalcanoActivity'; import { miningTask } from '../tasks/minions/miningActivity'; import { monsterTask } from '../tasks/minions/monsterActivity'; import { motherlodeMiningTask } from '../tasks/minions/motherlodeMineActivity'; +import { myNotesTask } from '../tasks/minions/myNotesActivity'; import { pickpocketTask } from '../tasks/minions/pickpocketActivity'; import { questingTask } from '../tasks/minions/questingActivity'; import { runecraftTask } from '../tasks/minions/runecraftActivity'; @@ -116,7 +116,8 @@ import { guardiansOfTheRiftTask } from './../tasks/minions/minigames/guardiansOf import { nightmareZoneTask } from './../tasks/minions/minigames/nightmareZoneActivity'; import { underwaterAgilityThievingTask } from './../tasks/minions/underwaterActivity'; import { modifyBusyCounter } from './busyCounterCache'; -import { minionActivityCache } from './constants'; +import { globalConfig, minionActivityCache } from './constants'; +import { sql } from './postgres'; import { convertStoredActivityToFlatActivity } from './settings/prisma'; import { activitySync, minionActivityCacheDelete } from './settings/settings'; import { logError } from './util/logError'; @@ -233,21 +234,14 @@ const tasks: MinionTask[] = [ memoryHarvestTask, guthixianCacheTask, turaelsTrialsTask, + myNotesTask, colosseumTask ]; export async function processPendingActivities() { - const activities: Activity[] = await prisma.activity.findMany({ - where: { - completed: false, - finish_date: production - ? { - lt: new Date() - } - : undefined - }, - take: 5 - }); + const activities: Activity[] = globalConfig.isProduction + ? await sql`SELECT * FROM activity WHERE completed = false AND finish_date < NOW() LIMIT 5;` + : await sql`SELECT * FROM activity WHERE completed = false;`; if (activities.length > 0) { await prisma.activity.updateMany({ @@ -280,7 +274,7 @@ const ActivityTaskOptionsSchema = z.object({ channelID: z.string() }); -async function completeActivity(_activity: Activity) { +export async function completeActivity(_activity: Activity) { const activity = convertStoredActivityToFlatActivity(_activity); if (_activity.completed) { diff --git a/src/lib/addXP.ts b/src/lib/addXP.ts index 202d9cced3f..380b5ca6a8d 100644 --- a/src/lib/addXP.ts +++ b/src/lib/addXP.ts @@ -1,5 +1,5 @@ import { formatOrdinal, toTitleCase } from '@oldschoolgg/toolkit'; -import { UserEventType } from '@prisma/client'; +import { type User, UserEventType } from '@prisma/client'; import { bold } from 'discord.js'; import { Time, increaseNumByPercent, noOp, notEmpty, objectValues } from 'e'; import type { Item } from 'oldschooljs/dist/meta/types'; @@ -17,6 +17,7 @@ import { skillEmoji } from './data/emojis'; import { getSimilarItems } from './data/similarItems'; import type { AddXpParams } from './minions/types'; +import { sql } from './postgres'; import Skillcapes from './skilling/skillcapes'; import Skills from './skilling/skills'; import { SkillsEnum } from './skilling/types'; @@ -371,7 +372,9 @@ export async function addXP(user: MUser, params: AddXpParams): Promise { return xpStr; } - await user.update({ [`skills_${params.skillName}`]: Math.floor(newXP) }); + await sql.unsafe(`UPDATE users SET "skills.${params.skillName}" = ${Math.floor(newXP)} WHERE id = '${user.id}';`); + (user.user as User)[`skills_${params.skillName}`] = BigInt(Math.floor(newXP)); + user.updateProperties(); if (currentXP < MAX_XP && newXP === MAX_XP && Object.values(user.skillsAsXP).every(xp => xp === MAX_XP)) { globalClient.emit( diff --git a/src/lib/allObtainableItems.ts b/src/lib/allObtainableItems.ts new file mode 100644 index 00000000000..289030a133b --- /dev/null +++ b/src/lib/allObtainableItems.ts @@ -0,0 +1,183 @@ +import { isFunction, notEmpty } from 'e'; +import { Bank, Monsters } from 'oldschooljs'; +import { Implings } from 'oldschooljs/dist/simulation/openables/Implings'; +import { flowerTable } from '../mahoji/lib/abstracted_commands/hotColdCommand'; +import { tipTable } from '../tasks/minions/minigames/gnomeRestaurantActivity'; +import { ClueTiers } from './clues/clueTiers'; +import { allCLItems } from './data/Collections'; +import { LMSBuyables } from './data/CollectionsExport'; +import Buyables from './data/buyables/buyables'; +import { armorAndItemPacks } from './data/creatables/armorPacks'; +import Createables from './data/createables'; +import { ChewedBonesLootTable } from './data/offerData'; +import { growablePets } from './growablePets'; +import killableMonsters from './minions/data/killableMonsters'; +import { Planks } from './minions/data/planks'; +import { plunderRooms } from './minions/data/plunder'; +import Potions from './minions/data/potions'; +import { EasyEncounterLoot, HardEncounterLoot, MediumEncounterLoot } from './minions/data/templeTrekking'; +import { allOpenables } from './openables'; +import { RandomEvents } from './randomEvents'; +import { shadeChestOpenables } from './shadesKeys'; +import { HighGambleTable, LowGambleTable, MediumGambleTable } from './simulation/baGamble'; +import { RawJunkTable, trawlerFish } from './simulation/fishingTrawler'; +import { rewardsGuardianTable } from './simulation/rewardsGuardian'; +import { nonUniqueTable } from './simulation/toa'; +import { Cookables } from './skilling/skills/cooking/cooking'; +import { Craftables } from './skilling/skills/crafting/craftables'; +import { allFarmingItems } from './skilling/skills/farming'; +import Fishing from './skilling/skills/fishing'; +import { Fletchables } from './skilling/skills/fletching/fletchables'; +import Herblore from './skilling/skills/herblore/herblore'; +import Hunter from './skilling/skills/hunter/hunter'; +import { Castables } from './skilling/skills/magic/castables'; +import { Enchantables } from './skilling/skills/magic/enchantables'; +import Mining from './skilling/skills/mining'; +import Runecraft from './skilling/skills/runecraft'; +import Smithing from './skilling/skills/smithing'; +import { stealables } from './skilling/skills/thieving/stealables'; +import Woodcutting from './skilling/skills/woodcutting/woodcutting'; +import { getItem, resolveItems } from './util'; + +export const ALL_OBTAINABLE_ITEMS = new Set(); +const totalBankToAdd = new Bank(); + +for (const log of Woodcutting.Logs) ALL_OBTAINABLE_ITEMS.add(log.id); +for (const fletch of Fletchables) ALL_OBTAINABLE_ITEMS.add(fletch.id); +for (const bar of Smithing.Bars) ALL_OBTAINABLE_ITEMS.add(bar.id); +for (const item of Smithing.SmithableItems) ALL_OBTAINABLE_ITEMS.add(item.id); +for (const item of Smithing.BlastableBars) ALL_OBTAINABLE_ITEMS.add(item.id); +for (const item of Buyables) { + totalBankToAdd.add(isFunction(item.outputItems) ? undefined : item.outputItems); + const buyable = getItem(item.name); + if (buyable) totalBankToAdd.add(buyable); +} +for (const item of allFarmingItems) ALL_OBTAINABLE_ITEMS.add(item); +for (const item of Createables) { + if (isFunction(item.outputItems)) continue; + totalBankToAdd.add(item.outputItems); +} +for (const item of armorAndItemPacks) { + if (isFunction(item.outputItems)) continue; + totalBankToAdd.add(item.outputItems); +} +for (const item of Hunter.Creatures) { + for (const i of item.table.allItems) ALL_OBTAINABLE_ITEMS.add(i); +} +for (const i of Cookables) { + ALL_OBTAINABLE_ITEMS.add(i.id); + ALL_OBTAINABLE_ITEMS.add(i.burntCookable); +} +for (const pot of Potions) { + for (const i of pot.items) ALL_OBTAINABLE_ITEMS.add(i); +} +for (const a of Enchantables) { + totalBankToAdd.add(a.output); +} +for (const fish of Fishing.Fishes) { + ALL_OBTAINABLE_ITEMS.add(fish.id); +} +for (const clue of ClueTiers) { + ALL_OBTAINABLE_ITEMS.add(clue.id); + ALL_OBTAINABLE_ITEMS.add(clue.scrollID); + if (clue.milestoneReward) ALL_OBTAINABLE_ITEMS.add(clue.milestoneReward.itemReward); + for (const i of clue.allItems) ALL_OBTAINABLE_ITEMS.add(i); +} +for (const a of stealables) { + for (const item of a.table.allItems) ALL_OBTAINABLE_ITEMS.add(item); +} +for (const pet of growablePets) { + for (const i of pet.stages) ALL_OBTAINABLE_ITEMS.add(i); +} +for (const i of Herblore.Mixables) { + ALL_OBTAINABLE_ITEMS.add(i.item.id); +} +for (const i of Craftables) ALL_OBTAINABLE_ITEMS.add(i.id); +for (const i of allCLItems) ALL_OBTAINABLE_ITEMS.add(i); + +for (const monster of killableMonsters) { + const mon = Monsters.get(monster.id); + if (!mon) continue; + for (const item of mon.allItems) { + ALL_OBTAINABLE_ITEMS.add(item); + } +} +for (const a of shadeChestOpenables) { + for (const i of a.allItems) ALL_OBTAINABLE_ITEMS.add(i); +} + +for (const i of flowerTable.allItems) ALL_OBTAINABLE_ITEMS.add(i); +for (const i of LMSBuyables) ALL_OBTAINABLE_ITEMS.add(i.item.id); +for (const i of Runecraft.Runes) ALL_OBTAINABLE_ITEMS.add(i.id); +for (const i of Runecraft.Tiaras) ALL_OBTAINABLE_ITEMS.add(i.id); +for (const i of ChewedBonesLootTable.allItems) ALL_OBTAINABLE_ITEMS.add(i); +for (const room of plunderRooms) { + for (const item of room.roomTable.allItems) { + ALL_OBTAINABLE_ITEMS.add(item); + } +} +for (const item of tipTable.allItems) ALL_OBTAINABLE_ITEMS.add(item); +for (const plank of Planks) ALL_OBTAINABLE_ITEMS.add(plank.inputItem); +for (const impling of Implings) { + impling.table.allItems.forEach(i => ALL_OBTAINABLE_ITEMS.add(i)); +} + +for (const item of [ + Mining.GemRockTable.allItems, + Mining.GraniteRockTable.allItems, + Mining.SandstoneRockTable.allItems, + Mining.Ores.map(i => i.id), + RandomEvents.map(i => i.loot.allItems), + RandomEvents.map(i => i.outfit), + allOpenables.map(i => [i.allItems, i.id, i.openedItem.id]), + RawJunkTable.allItems, + trawlerFish.map(i => i.id), + rewardsGuardianTable.allItems, + resolveItems([ + ...nonUniqueTable.map(i => i[0]), + 'Raw chompy', + 'Chompy chick', + 'Weeds', + 'Leaping salmon', + 'Leaping sturgeon', + 'Limestone' + ]), + LowGambleTable.allItems, + MediumGambleTable.allItems, + HighGambleTable.allItems, + EasyEncounterLoot.allItems, + MediumEncounterLoot.allItems, + HardEncounterLoot.allItems, + Woodcutting.Logs.filter(i => i.lootTable).map(i => i.lootTable?.allItems) +] + .flat(100) + .filter(notEmpty)) { + ALL_OBTAINABLE_ITEMS.add(item); +} + +for (const castable of Castables) { + if (!castable.output) continue; + totalBankToAdd.add(castable.output); +} + +for (const i of totalBankToAdd.items()) ALL_OBTAINABLE_ITEMS.add(i[0].id); + +// writeFileSync( +// 'not_in_list_but_owned.txt', +// ids +// .filter(i => !ALL_OBTAINABLE_ITEMS.has(i)) +// .map(getOSItem) +// .filter(i => i.tradeable) +// .map(i => i.name) +// .join('\n') +// ); + +// writeFileSync( +// 'in_list_but_not_owned.txt', +// Array.from(ALL_OBTAINABLE_ITEMS.values()) +// .filter(i => !ids.includes(i)) +// .map(getOSItem) +// .filter(i => i.tradeable) +// .map(i => i.name) +// .join('\n') +// ); diff --git a/src/lib/analytics.ts b/src/lib/analytics.ts index 5a09787ae7d..daf3553e9ab 100644 --- a/src/lib/analytics.ts +++ b/src/lib/analytics.ts @@ -56,7 +56,7 @@ export async function analyticsTick() { `SELECT COALESCE(SUM((bank->>'${statuette.id}')::bigint) * ${statuette.highalch}, 0) as val FROM users WHERE bank->>'${artifact.id}' IS NOT NULL` ].map(q => prisma.$queryRawUnsafe<{ val: bigint }[]>(q)) ) - ).map((v: { val: bigint }[]) => BigInt(v[0].val)); + ).map((v: { val: bigint }[]) => BigInt(v[0]?.val ?? 0)); const taskCounts = await calculateMinionTaskCounts(); const currentClientSettings = await prisma.clientStorage.upsert({ diff --git a/src/lib/bankImage.ts b/src/lib/bankImage.ts index f2609f6394d..653d830cb3b 100644 --- a/src/lib/bankImage.ts +++ b/src/lib/bankImage.ts @@ -1,17 +1,14 @@ import { existsSync } from 'node:fs'; import * as fs from 'node:fs/promises'; import * as path from 'node:path'; -import type { SKRSContext2D } from '@napi-rs/canvas'; -import { Canvas, GlobalFonts, Image, loadImage } from '@napi-rs/canvas'; -import { PerkTier, cleanString, formatItemStackQuantity, generateHexColorForCashStack } from '@oldschoolgg/toolkit'; -import { UserError } from '@oldschoolgg/toolkit'; +import { cleanString, formatItemStackQuantity, generateHexColorForCashStack } from '@oldschoolgg/toolkit'; import { AttachmentBuilder } from 'discord.js'; import { chunk, randInt, sumArr } from 'e'; import fetch from 'node-fetch'; -import { Bank } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; -import { resolveItems, toKMB } from 'oldschooljs/dist/util/util'; +import { Bank, type Item, resolveItems, toKMB } from 'oldschooljs'; +import { UserError } from '@oldschoolgg/toolkit/structures'; +import { BOT_TYPE, BitField, ItemIconPacks, PerkTier, toaPurpleItems } from '../lib/constants'; import { allCLItems } from '../lib/data/Collections'; import { filterableTypes } from '../lib/data/filterables'; import { calcWholeDisXP, findDisassemblyGroup } from '../lib/invention/disassemble'; @@ -20,12 +17,24 @@ import type { BankBackground, FlagMap, Flags } from '../lib/minions/types'; import type { BankSortMethod } from '../lib/sorts'; import { BankSortMethods, sorts } from '../lib/sorts'; import type { ItemBank } from '../lib/types'; -import { drawImageWithOutline, fillTextXTimesInCtx, getClippedRegionImage } from '../lib/util/canvasUtil'; +import { + type Canvas, + type CanvasContext, + CanvasImage, + canvasToBuffer, + createCanvas, + drawImageWithOutline, + fillTextXTimesInCtx, + getClippedRegionImage, + loadImage, + registerFont +} from '../lib/util/canvasUtil'; import itemID from '../lib/util/itemID'; import { logError } from '../lib/util/logError'; import { XPLamps } from '../mahoji/lib/abstracted_commands/lampCommand'; import { divinationEnergies } from './bso/divination'; -import { BOT_TYPE, BitField, ItemIconPacks, doaPurples, toaPurpleItems } from './constants'; +import { doaPurples } from './constants'; +import { customItems } from './customItems/util'; import { TOBUniques } from './data/tob'; import { marketPriceOfBank, marketPriceOrBotPrice } from './marketPrices'; import { SkillsEnum } from './skilling/types'; @@ -41,7 +50,7 @@ const fonts = { } as const; for (const [key, val] of Object.entries(fonts)) { - GlobalFonts.registerFromPath(val, key); + registerFont(key, val); } interface BankImageResult { @@ -66,12 +75,12 @@ const { floor, ceil } = Math; type BGSpriteName = 'dark' | 'default' | 'transparent'; export interface IBgSprite { name: BGSpriteName; - border: Image; - borderCorner: Image; - borderTitle: Image; - repeatableBg: Image; - tabBorderInactive: Image; - tabBorderActive: Image; + border: CanvasImage; + borderCorner: CanvasImage; + borderTitle: CanvasImage; + repeatableBg: CanvasImage; + tabBorderInactive: CanvasImage; + tabBorderActive: CanvasImage; oddListColor: string; } @@ -272,7 +281,7 @@ for (const energy of divinationEnergies) { } } -function drawTitle(ctx: SKRSContext2D, title: string, canvas: Canvas) { +function drawTitle(ctx: CanvasContext, title: string, canvas: Canvas) { // Draw Bank Title ctx.font = '16px RuneScape Bold 12'; const titleWidthPx = ctx.measureText(title); @@ -300,18 +309,22 @@ export type BankFlag = (typeof bankFlags)[number]; export class BankImageTask { public itemIconsList: Set; - public itemIconImagesCache: Map; + public itemIconImagesCache: Map; public backgroundImages: BankBackground[] = []; - public alternateImages: { id: number; bgId: number; image: Image }[] = []; + public alternateImages: { id: number; bgId: number; image: CanvasImage }[] = []; - public _bgSpriteData: Image = new Image(); + public _bgSpriteData: CanvasImage = new CanvasImage(); public bgSpriteList: Record = {}; - public imageHamstare: Image | null = null; - public redGlow: Image | null = null; - public bananaGlow: Image | null = null; - public glows: Map; - public treeImage!: Image; + public imageHamstare: CanvasImage | null = null; + public redGlow: CanvasImage | null = null; + public bananaGlow: CanvasImage | null = null; + public glows: Map; + public treeImage!: CanvasImage; public ready!: Promise; + public spriteSheetImage!: CanvasImage; + public spriteSheetData!: Record; + public bsoSpriteSheetImage!: CanvasImage; + public bsoSpriteSheetData!: Record; public constructor() { // This tells us simply whether the file exists or not on disk. @@ -355,6 +368,15 @@ export class BankImageTask { }; } + this.spriteSheetImage = await loadImage(await fs.readFile('./src/lib/resources/images/spritesheet.png')); + this.spriteSheetData = JSON.parse( + await fs.readFile('./src/lib/resources/images/spritesheet.json', { encoding: 'utf-8' }) + ); + + this.bsoSpriteSheetImage = await loadImage(await fs.readFile('./src/lib/resources/images/bso_spritesheet.png')); + this.bsoSpriteSheetData = JSON.parse( + await fs.readFile('./src/lib/resources/images/bso_spritesheet.json', { encoding: 'utf-8' }) + ); await this.run(); } @@ -417,7 +439,7 @@ export class BankImageTask { for (const fileName of filesInThisDir) { const themedItemID = Number.parseInt(path.parse(fileName).name); const image = await loadImage( - `./src/lib/resources/images/icon_packs/${pack.id}_${dir}/${fileName}` + await fs.readFile(`./src/lib/resources/images/icon_packs/${pack.id}_${dir}/${fileName}`) ); pack.icons.set(themedItemID, image); } @@ -425,7 +447,7 @@ export class BankImageTask { } } - async getItemImage(itemID: number, user?: MUser): Promise { + async getItemImage(itemID: number, user?: MUser): Promise { if (user && user.user.icon_pack_id !== null) { for (const pack of ItemIconPacks) { if (pack.id === user.user.icon_pack_id) { @@ -454,6 +476,94 @@ export class BankImageTask { } } + async drawItemIDSprite({ + itemID, + ctx, + x, + y, + outline, + user + }: { + itemID: number; + ctx: CanvasContext; + x: number; + y: number; + outline?: { outlineColor: string; alpha: number }; + user?: MUser; + }) { + const isCustom = customItems.includes(itemID); + const data = isCustom ? this.bsoSpriteSheetData[itemID] : this.spriteSheetData[itemID]; + const image = isCustom ? this.bsoSpriteSheetImage : this.spriteSheetImage; + const drawOptions = { + image, + sourceX: -1, + sourceY: -1, + sourceWidth: -1, + sourceHeight: -1, + destX: -1, + destY: -1 + }; + + if (!data) { + const image = await this.getItemImage(itemID); + drawOptions.sourceWidth = image.width; + drawOptions.sourceHeight = image.height; + drawOptions.sourceX = 0; + drawOptions.sourceY = 0; + drawOptions.image = image; + } else { + const [sX, sY, width, height] = data; + drawOptions.sourceX = sX; + drawOptions.sourceY = sY; + drawOptions.sourceWidth = width; + drawOptions.sourceHeight = height; + } + + drawOptions.destX = Math.floor(x + (itemSize - drawOptions.sourceWidth) / 2) + 2; + drawOptions.destY = Math.floor(y + (itemSize - drawOptions.sourceHeight) / 2); + + // GLOW + let glow = this.glows.get(itemID); + if (allSlayerMaskHelmsAndMasks.has(itemID)) { + if (slayerMaskLeaderboardCache.get(itemID) === user?.id) { + glow = this.redGlow!; + } + } + if (glow) { + const centerX = drawOptions.destX + drawOptions.sourceWidth / 2; + const centerY = drawOptions.destY + drawOptions.sourceHeight / 2; + const glowX = centerX - glow.width / 2; + const glowY = centerY - glow.width / 2; + ctx.save(); + ctx.strokeStyle = 'red'; + ctx.drawImage(glow, glowX, glowY, glow.width, glow.height); + ctx.restore(); + } + // END GLOW + + const customImage = await applyCustomItemEffects(user ?? null, itemID); + + const args = [ + drawOptions.image, + drawOptions.sourceX, + drawOptions.sourceY, + drawOptions.sourceWidth, + drawOptions.sourceHeight, + drawOptions.destX, + drawOptions.destY, + drawOptions.sourceWidth, + drawOptions.sourceHeight + ] as const; + + if (customImage) { + ctx.drawImage(customImage, drawOptions.destX, drawOptions.destY); + } else if (outline) { + drawImageWithOutline(ctx, ...args); + } else { + ctx.drawImage(...args); + } + } + async fetchAndCacheImage(itemID: number) { const imageBuffer = await fetch(`https://static.runelite.net/cache/item/icon/${itemID}.png`).then(result => result.buffer() @@ -467,7 +577,7 @@ export class BankImageTask { this.itemIconImagesCache.set(itemID, image); } - drawBorder(ctx: SKRSContext2D, sprite: IBgSprite, titleLine = true) { + drawBorder(ctx: CanvasContext, sprite: IBgSprite, titleLine = true) { // Top border ctx.save(); ctx.fillStyle = ctx.createPattern(sprite.border, 'repeat-x')!; @@ -560,7 +670,7 @@ export class BankImageTask { } async drawItems( - ctx: SKRSContext2D, + ctx: CanvasContext, compact: boolean, spacer: number, itemsPerRow: number, @@ -571,7 +681,7 @@ export class BankImageTask { mahojiFlags: BankFlag[] | undefined, weightings: Readonly | undefined, verticalSpacer = 0, - user?: MUser + _user?: MUser ) { // Draw Items ctx.textAlign = 'start'; @@ -588,37 +698,20 @@ export class BankImageTask { // 36 + 21 is the itemLength + the space between each item xLoc = 2 + 6 + (compact ? 9 : 20) + (i % itemsPerRow) * itemWidthSize; const [item, quantity] = items[i]; - const itemImage = await this.getItemImage(item.id, user); - const itemHeight = compact ? itemImage.height / 1 : itemImage.height; - const itemWidth = compact ? itemImage.width / 1 : itemImage.width; + const isNewCLItem = flags.has('showNewCL') && currentCL && !currentCL.has(item.id) && allCLItems.includes(item.id); - const x = floor(xLoc + (itemSize - itemWidth) / 2) + 2; - const y = floor(yLoc + (itemSize - itemHeight) / 2); - let glow = this.glows.get(item.id); - if (allSlayerMaskHelmsAndMasks.has(item.id)) { - if (slayerMaskLeaderboardCache.get(item.id) === user?.id) { - glow = this.redGlow!; - } - } - if (glow) { - const centerX = xLoc + itemImage.width / 2; - const centerY = yLoc + itemImage.height / 2; - const glowX = centerX - glow.width / 2; - const glowY = centerY - glow.width / 2; - ctx.strokeStyle = 'red'; - ctx.drawImage(glow, glowX, glowY, glow.width, glow.height); - } - - const imageAfterEffects = await applyCustomItemEffects(user ?? null, itemImage, item.id); + await this.drawItemIDSprite({ + itemID: item.id, + ctx, + x: xLoc, + y: yLoc, + outline: isNewCLItem ? { outlineColor: '#ac7fff', alpha: 1 } : undefined, + user: _user + }); - if (isNewCLItem) { - drawImageWithOutline(ctx, imageAfterEffects, x, y, itemWidth, itemHeight, '#ac7fff', 1); - } else { - ctx.drawImage(imageAfterEffects, x, y, itemWidth, itemHeight); - ctx.restore(); - } + ctx.restore(); // Do not draw the item qty if there is 0 of that item in the bank if (quantity !== 0) { @@ -644,10 +737,10 @@ export class BankImageTask { bottomItemText = item.id.toString(); } else if (flags.has('names') || mahojiFlags?.includes('show_names')) { bottomItemText = item.name; - } else if (mahojiFlags?.includes('invention_xp') && user) { + } else if (mahojiFlags?.includes('invention_xp') && _user) { const group = findDisassemblyGroup(item); - const inventionLevel = user.skillLevel(SkillsEnum.Invention); - const xp = group && inventionLevel >= group.data.lvl && calcWholeDisXP(user, item, quantity); + const inventionLevel = _user.skillLevel(SkillsEnum.Invention); + const xp = group && inventionLevel >= group.data.lvl && calcWholeDisXP(_user, item, quantity); if (xp) { bottomItemText = `${toKMB(xp)}XP`; } else { @@ -697,9 +790,11 @@ export class BankImageTask { const currentCL: Bank | undefined = collectionLog ?? (rawCL === undefined ? undefined : new Bank(rawCL)); if (flags.has('alch')) { - bank.filter(item => { - return item.price > 1000 && item.price < (item.highalch ?? 0) * 3; - }, true); + for (const [item] of bank.items()) { + if (!(item.price > 1000 && item.price < (item.highalch ?? 0) * 3)) { + bank.clear(item); + } + } } // Filtering @@ -709,10 +804,14 @@ export class BankImageTask { ? filterableTypes.find(type => type.aliases.some(alias => filterInput === alias)) ?? null : null; if (filter || searchQuery) { - bank.filter(item => { - if (searchQuery) return cleanString(item.name).includes(cleanString(searchQuery)); - return filter!.items(user!).includes(item.id); - }, true); + for (const [item] of bank.items()) { + if ( + filter?.items(user!).includes(item.id) || + (searchQuery && cleanString(item.name).includes(cleanString(searchQuery))) + ) { + bank.set(item.id, 0); + } + } } let items = bank.items(); @@ -807,7 +906,7 @@ export class BankImageTask { bgImage.id !== 100 && (user ? (hasBgSprite ? true : user.bitfield.includes(BitField.AlwaysSmallBank)) : true); - const canvas = new Canvas(width, useSmallBank ? canvasHeight : Math.max(331, canvasHeight)); + const canvas = createCanvas(width, useSmallBank ? canvasHeight : Math.max(331, canvasHeight)); let resizeBg = -1; if (!wide && !useSmallBank && !isTransparent && actualBackground && canvasHeight > 331) { @@ -866,7 +965,7 @@ export class BankImageTask { user ); - const image = await canvas.encode('png'); + const image = await canvasToBuffer(canvas); return { image, @@ -883,7 +982,7 @@ const chestLootTypes = [ width: 240, height: 220, purpleItems: toaPurpleItems, - position: (canvas: Canvas, image: Image) => [ + position: (canvas: Canvas, image: CanvasImage) => [ canvas.width - image.width + 25, 44 + canvas.height / 4 - image.height / 2 ], @@ -896,7 +995,7 @@ const chestLootTypes = [ width: 260, height: 180, purpleItems: TOBUniques, - position: (canvas: Canvas, image: Image) => [ + position: (canvas: Canvas, image: CanvasImage) => [ canvas.width - image.width, 55 + canvas.height / 4 - image.height / 2 ], @@ -962,7 +1061,7 @@ export async function drawChestLootImage(options: { let anyoneGotPurple = false; for (const { previousCL, loot, user, customTexts } of options.entries) { - const canvas = new Canvas(type.width, type.height); + const canvas = createCanvas(type.width, type.height); const ctx = canvas.getContext('2d'); const { sprite } = bankImageGenerator.getBgAndSprite(); @@ -982,7 +1081,7 @@ export async function drawChestLootImage(options: { const xOffset = 10; const yOffset = 45; const [iX, iY, iW, iH] = type.itemRect; - const itemCanvas = new Canvas(iW + xOffset, iH + yOffset); + const itemCanvas = createCanvas(iW + xOffset, iH + yOffset); await bankImageGenerator.drawItems( itemCanvas.getContext('2d'), @@ -1012,12 +1111,12 @@ export async function drawChestLootImage(options: { const fileName = `${anyoneGotPurple ? 'SPOILER_' : ''}chestloot-${randInt(1, 1000)}.png`; if (canvases.length === 1) { - return new AttachmentBuilder(await canvases[0].encode('png'), { + return new AttachmentBuilder(await canvasToBuffer(canvases[0]), { name: fileName }); } const spaceBetweenImages = 15; - const combinedCanvas = new Canvas( + const combinedCanvas = createCanvas( canvases[0].width * canvases.length + spaceBetweenImages * canvases.length, canvases[0].height ); @@ -1026,7 +1125,7 @@ export async function drawChestLootImage(options: { const index = canvases.indexOf(c); combinedCtx.drawImage(c, index * c.width + spaceBetweenImages * index, 0); } - return new AttachmentBuilder(await combinedCanvas.encode('png'), { + return new AttachmentBuilder(await canvasToBuffer(combinedCanvas), { name: fileName }); } diff --git a/src/lib/blacklists.ts b/src/lib/blacklists.ts index 278e74d6af5..e3543940021 100644 --- a/src/lib/blacklists.ts +++ b/src/lib/blacklists.ts @@ -15,4 +15,4 @@ export async function syncBlacklists() { } } -TimerManager.setInterval(syncBlacklists, Time.Minute * 10); +export const startBlacklistSyncing = () => TimerManager.setInterval(syncBlacklists, Time.Minute * 10); diff --git a/src/lib/bossEvents.ts b/src/lib/bossEvents.ts index ca290e16d4f..d5db5bf680e 100644 --- a/src/lib/bossEvents.ts +++ b/src/lib/bossEvents.ts @@ -1,34 +1,14 @@ import { EmbedBuilder, type TextChannel } from 'discord.js'; -import { - Time, - calcPercentOfNum, - calcWhatPercent, - chunk, - percentChance, - randArrItem, - reduceNumByPercent, - shuffleArr -} from 'e'; -import { Bank, LootTable } from 'oldschooljs'; +import { Time } from 'e'; import { OWNER_IDS, production } from '../config'; -import { - PUMPKINHEAD_HEALING_NEEDED, - PUMPKINHEAD_ID, - getPHeadDescriptor, - numberOfPHeadItemsInCL, - pumpkinHeadNonUniqueTable, - pumpkinHeadUniqueTable -} from './simulation/pumpkinHead'; +import { getPHeadDescriptor } from './simulation/pumpkinHead'; import { BossInstance, type BossOptions, type BossUser } from './structures/Boss'; -import { Gear } from './structures/Gear'; import type { NewBossOptions } from './types/minions'; -import { formatDuration, roll } from './util'; +import { formatDuration } from './util'; import getOSItem from './util/getOSItem'; import { logError } from './util/logError'; -import { sendToChannelID } from './util/webhook'; -import { LampTable } from './xpLamps'; interface BossEvent { id: number; @@ -78,208 +58,7 @@ export const scaryEatables = [ } ]; -function getScaryFoodFromBank(user: MUser, totalHealingNeeded: number, _userBank?: Bank): false | Bank { - if (OWNER_IDS.includes(user.id)) return new Bank(); - let totalHealingCalc = totalHealingNeeded; - const foodToRemove = new Bank(); - const userBank = _userBank ?? user.bank; - - const sorted = [...scaryEatables] - .filter(i => !user.user.favoriteItems.includes(i.item.id)) - .sort((i, j) => (i.healAmount > j.healAmount ? 1 : -1)) - .sort((a, b) => { - if (!userBank.has(a.item.id!)) return 1; - if (!userBank.has(b.item.id!)) return -1; - return 0; - }); - - // Gets all the eatables in the user bank - for (const eatable of sorted) { - const { id } = eatable.item; - const { healAmount } = eatable; - const amountOwned = userBank.amount(id!); - const toRemove = Math.ceil(totalHealingCalc / healAmount); - if (!amountOwned) continue; - if (amountOwned >= toRemove) { - totalHealingCalc -= Math.ceil(healAmount * toRemove); - foodToRemove.add(id!, toRemove); - break; - } else { - totalHealingCalc -= Math.ceil(healAmount * amountOwned); - foodToRemove.add(id!, amountOwned); - } - } - // Check if qty is still above 0. If it is, it means the user doesn't have enough food. - if (totalHealingCalc > 0) return false; - return foodToRemove; -} - -export const bossEvents: BossEvent[] = [ - { - id: PUMPKINHEAD_ID, - name: 'Pumpkinhead', - handleFinish: async (data, bossUsers) => { - const lootElligible = shuffleArr(bossUsers.filter(i => !percentChance(i.deathChance))); - const userLoot: Record = {}; - for (const i of lootElligible) { - userLoot[i.user.id] = new Bank(); - userLoot[i.user.id].add(pumpkinHeadNonUniqueTable.roll(5)); - if (roll(25)) { - userLoot[i.user.id].add("Choc'rock"); - } - await i.user.incrementKC(PUMPKINHEAD_ID, 1); - } - - const lootGroups = chunk(lootElligible, 4).filter(i => i.length === 4); - const uniqueItemRecipients = lootGroups.map(groupArr => randArrItem(groupArr)); - const uniqueLootStr = []; - const rerolledUsersStr = []; - - const secondChancePeople = []; - for (const lootElliPerson of lootElligible) { - if ( - !uniqueItemRecipients.includes(lootElliPerson) && - numberOfPHeadItemsInCL(lootElliPerson.user) < 2 && - lootElliPerson.user.hasEquipped('Haunted amulet') && - roll(2) - ) { - uniqueItemRecipients.push(lootElliPerson); - secondChancePeople.push(lootElliPerson); - } - } - - const failoverEmojis = ['🙈', '🙉', '🙊']; - const randomFailEmoji = () => randArrItem(failoverEmojis); - for (const recip of uniqueItemRecipients) { - const { cl } = recip.user; - const items = pumpkinHeadUniqueTable.roll(); - const numPetsInCL = cl.amount('Mini Pumpkinhead'); - let pheadDropRate = 40 * (numPetsInCL + 1); - const userPhKc = await recip.user.getKC(PUMPKINHEAD_ID); - if (numPetsInCL === 0) { - // 140 kc gets 60% - const reductionPercent = calcPercentOfNum(calcWhatPercent(Math.min(140, userPhKc), 140), 60); - pheadDropRate = Math.floor(reduceNumByPercent(pheadDropRate, reductionPercent)); - } - if (roll(pheadDropRate)) { - items.add('Mini Pumpkinhead'); - } - - let rerolled = false; - - // If no pet, and they already have 2 of this item in CL - if (items.length === 1 && cl.amount(items.items()[0][0].id) >= 2) { - // Roll them new loot - const newRoll = pumpkinHeadUniqueTable.roll(); - newRoll.remove('Mini Pumpkinhead'); - // If the new loot has no pet, and they also have 2 of this item in CL, - // they get nothing, and someone who didn't originally get a drop, now gets one, - // however, the new recipient is subject to the same rerolling happening to them. - if (newRoll.length === 1 && cl.amount(newRoll.items()[0][0].id) >= 2) { - const newRecipient = randArrItem(lootElligible.filter(u => !uniqueItemRecipients.includes(u))); - if (newRecipient && roll(2)) { - uniqueItemRecipients.push(newRecipient); - rerolledUsersStr.push(`${recip.user}'s loot got rerolled to ${newRecipient.user}!`); - } - continue; - } - - items.bank = newRoll.bank; - rerolled = true; - } - const hasPet = items.has('Mini Pumpkinhead'); - let str = `${rerolled ? '♻️ ' : ''}${recip.user} got ${items}`; - if (hasPet) str = `<:Mini_pumpkinhead:904028863724675072>**${str}**`; - if (secondChancePeople.includes(recip)) str = `<:Haunted_amulet:898407574527942677>${str}`; - uniqueLootStr.push(str); - userLoot[recip.user.id].add(items); - } - - const specialLootRecipient = randArrItem(lootElligible); - const specialLoot = new Bank() - .add('Holiday mystery box') - .add(LampTable.roll()) - .add( - new LootTable() - .add('Clue scroll (hard)', 1, 20) - .add('Clue scroll (elite)', 1, 10) - .add('Clue scroll (master)', 1, 5) - .add('Clue scroll (grandmaster)', 1, 2) - .roll() - ); - userLoot[specialLootRecipient.user.id].add(specialLoot); - - for (const [id, bank] of Object.entries(userLoot)) { - const user = bossUsers.find(u => u.user.id === id)!; - await user.user.addItemsToBank({ items: bank, collectionLog: true }); - } - - sendToChannelID(data.channelID, { - content: `<@&896845245873025067> **Your Group Finished Fighting Pumpkinhead the Pumpkinheaded Horror!** - -*Everyone* received some Halloween candy! -${specialLootRecipient.user.usernameOrMention} received ${specialLoot}. -**Unique Loot:** -${uniqueLootStr.length > 0 ? uniqueLootStr.join('\n') : 'Nobody received any unique items!'} - -**${randomFailEmoji()} Rerolled players:** -${rerolledUsersStr.length > 0 ? rerolledUsersStr.join('\n') : 'Nobody was rerolled!'} - -**Key:** These Emoji by your name mean: -<:Haunted_amulet:898407574527942677> - Your Haunted amulet activated to give you a second chance! -♻ - You already had 2+ of the selected item and got a second chance. -<:Mini_pumpkinhead:904028863724675072> - You got the pet! Congratulations 🙂`, - allowedMentions: { roles: ['896845245873025067'] } - }); - }, - bossOptions: { - id: PUMPKINHEAD_ID, - baseDuration: Time.Hour, - skillRequirements: {}, - itemBoosts: [], - customDenier: async user => { - const foodRequired = getScaryFoodFromBank(user, PUMPKINHEAD_HEALING_NEEDED); - if (!foodRequired) { - return [ - true, - `Not enough food! You need special spooky food to fight Pumpkinhead: ${scaryEatables - .map(i => `${i.item.name} (${i.healAmount} HP)`) - .join(', ')}` - ]; - } - return [false]; - }, - bisGear: new Gear(), - gearSetup: 'melee', - itemCost: async data => { - const foodRequired = getScaryFoodFromBank(data.user, PUMPKINHEAD_HEALING_NEEDED); - if (!foodRequired) { - const fakeBank = new Bank(); - for (const { item } of scaryEatables) fakeBank.add(item.id, 100); - return getScaryFoodFromBank(data.user, PUMPKINHEAD_HEALING_NEEDED, fakeBank) as Bank; - } - - return foodRequired; - }, - mostImportantStat: 'attack_crush', - food: () => new Bank(), - activity: 'BossEvent', - minSize: production ? 5 : 1, - solo: false, - canDie: true, - customDeathChance: () => { - return 5; - }, - quantity: 1, - allowMoreThan1Solo: false, - allowMoreThan1Group: false, - automaticStartTime: production ? Time.Minute * 3 : Time.Second * 30, - maxSize: 500, - skipInvalidUsers: true, - speedMaxReduction: 50 - } - } -]; +export const bossEvents: BossEvent[] = []; export async function bossActiveIsActiveOrSoonActive(id?: BossEvent['id']) { const results = await prisma.activity.findMany({ diff --git a/src/lib/boxFrenzy.ts b/src/lib/boxFrenzy.ts index d2b9fbccca3..7ef7a9adab8 100644 --- a/src/lib/boxFrenzy.ts +++ b/src/lib/boxFrenzy.ts @@ -5,6 +5,7 @@ import { Bank, Items } from 'oldschooljs'; import { MysteryBoxes } from './bsoOpenables'; import { stringMatches } from './util'; import { makeBankImage } from './util/makeBankImage'; +import { sendToChannelID } from './util/webhook'; export async function boxFrenzy(channelID: string, content: string, quantity: number) { const channel = globalClient.channels.cache.get(channelID); @@ -42,7 +43,8 @@ export async function boxFrenzy(channelID: string, content: string, quantity: nu const user = await mUserFetch(_msg.author.id); await user.addItemsToBank({ items: loot, collectionLog: true }); guessed.add(item.id); - _msg.channel.send( + sendToChannelID( + _msg.channelId, `${_msg.author}, you guessed one of the items correctly and received ${loot}.` ); } diff --git a/src/lib/boxSpawns.ts b/src/lib/boxSpawns.ts index 8822503d860..117c9711711 100644 --- a/src/lib/boxSpawns.ts +++ b/src/lib/boxSpawns.ts @@ -12,9 +12,11 @@ import { allCollectionLogsFlat } from './data/Collections'; import Createables from './data/createables'; import killableMonsters from './minions/data/killableMonsters'; import { BSOMonsters } from './minions/data/killableMonsters/custom/customMonsters'; +import { sendToChannelID } from './util/webhook'; import { LampTable } from './xpLamps'; const triviaChallenge: Challenge = async (msg: Message): Promise => { + if (!msg.channel.isSendable()) return null; const { question, correct_answer, incorrect_answers } = await fetch( 'https://opentdb.com/api.php?amount=1&category=9&difficulty=medium&type=multiple' ) @@ -30,7 +32,7 @@ const triviaChallenge: Challenge = async (msg: Message): Promise => 'https://cdn.discordapp.com/attachments/357422607982919680/1100378550189707314/534px-Mystery_box_detail.png' ); - await msg.channel.send({ embeds: [embed] }); + await sendToChannelID(msg.channelId, { embed: embed }); try { const collected = await msg.channel.awaitMessages({ @@ -43,12 +45,13 @@ const triviaChallenge: Challenge = async (msg: Message): Promise => const winner = collected.first()?.author; return winner ?? null; } catch (err) { - await msg.channel.send('Nobody answered in time, sorry!'); + await sendToChannelID(msg.channelId, 'Nobody answered in time, sorry!'); return null; } }; const itemChallenge: Challenge = async (msg: Message): Promise => { + if (!msg.channel.isSendable()) return null; const randomItem = Items.random(); const scrambed = randomItem.name .split(' ') @@ -62,7 +65,7 @@ const itemChallenge: Challenge = async (msg: Message): Promise => { 'https://cdn.discordapp.com/attachments/357422607982919680/1100378550189707314/534px-Mystery_box_detail.png' ); - await msg.channel.send({ embeds: [embed] }); + await sendToChannelID(msg.channelId, { embed }); try { const collected = await msg.channel.awaitMessages({ @@ -75,12 +78,13 @@ const itemChallenge: Challenge = async (msg: Message): Promise => { const winner = collected.first()?.author; return winner ?? null; } catch (err) { - await msg.channel.send('Nobody answered in time, sorry!'); + await sendToChannelID(msg.channelId, 'Nobody answered in time, sorry!'); return null; } }; const createdChallenge: Challenge = async (msg: Message): Promise => { + if (!msg.channel.isSendable()) return null; const all = Createables.filter( i => ['revert', 'fix', '(', 'unlock', 'unpack', 'pouch', ' set', 'graceful'].every( @@ -141,6 +145,7 @@ const monsters = [...Object.values(BSOMonsters), ...killableMonsters] const monsterDropChallenge: Challenge = async (msg: Message): Promise => { const monster = randArrItem(monsters); + if (!msg.channel.isSendable()) return null; const items = shuffleArr(monster.allItems).slice(0, 3); const validMonsters = monsters.filter(mon => items.every(t => mon.allItems.includes(t))); @@ -165,14 +170,14 @@ const monsterDropChallenge: Challenge = async (msg: Message): Promise => { const cl = randArrItem(allCollectionLogsFlat); - + if (!msg.channel.isSendable()) return null; const embed = new EmbedBuilder() .setTitle('Reply with the answer for a reward!') .setDescription(`Name any item from this collection log: ${cl.name}`) @@ -180,7 +185,7 @@ const collectionLogChallenge: Challenge = async (msg: Message): Promise user.gear[e[1]].hasEquipped(e[0], true)); + for (const [outfit, setup] of gorajanBoosts) { + if (allGorajan || (attackStyle === setup && user.gear[setup].hasEquipped(outfit, true))) { + goraBoost = true; + break; + } + } + return goraBoost; +} diff --git a/src/lib/bso/handleDTD.ts b/src/lib/bso/handleDTD.ts new file mode 100644 index 00000000000..1eedb20c140 --- /dev/null +++ b/src/lib/bso/handleDTD.ts @@ -0,0 +1,61 @@ +import type { Prisma } from '@prisma/client'; +import { findBingosWithUserParticipating } from '../../mahoji/lib/bingo/BingoManager'; +import { userStatsUpdate } from '../../mahoji/mahojiSettings'; +import { BSOMonsters } from '../minions/data/killableMonsters/custom/customMonsters'; +import type { KillableMonster } from '../minions/types'; +import { itemID } from '../util'; + +export async function handleDTD(monster: KillableMonster, user: MUser) { + const rangeSetup = { ...user.gear.range.raw() }; + if (rangeSetup.weapon?.item === itemID('Deathtouched dart')) { + const bingos = await findBingosWithUserParticipating(user.id); + if (bingos.some(bingo => bingo.isActive())) { + return 'You cannot use Deathtouched darts while in an active Bingo.'; + } + if (rangeSetup.weapon.quantity > 1) { + rangeSetup.weapon.quantity--; + } else { + rangeSetup.weapon = null; + } + await user.update({ + gear_range: rangeSetup as Prisma.InputJsonObject + }); + + if (monster.name === 'Koschei the deathless') { + return ( + 'You send your minion off to fight Koschei with a Deathtouched dart, they stand a safe distance and throw the dart - Koschei immediately locks' + + ' eyes with your minion and grabs the dart mid-air, and throws it back, killing your minion instantly.' + ); + } + + if (monster.name === 'Solis') { + return 'The dart melts into a crisp dust before coming into contact with Solis.'; + } + + if (monster.name === 'Celestara') { + return 'Your minion threw the dart at the moon, it did not reach.'; + } + + if (monster.name === 'Yeti') { + return 'You send your minion off to fight Yeti with a Deathtouched dart, they stand a safe distance and throw the dart - the cold, harsh wind blows it out of the air. Your minion runs back to you in fear.'; + } + + if ([BSOMonsters.Akumu.id, BSOMonsters.Venatrix.id].includes(monster.id)) { + return 'This monster is temporarily unable to be killed with a Deathtouched dart.'; + } + + await userStatsUpdate(user.id, { + death_touched_darts_used: { + increment: 1 + } + }); + + return true; + } + + if (monster.name === 'Koschei the deathless') { + return 'You send your minion off to fight Koschei, before they even get close, they feel an immense, powerful fear and return back.'; + } + + return false; +} diff --git a/src/lib/bso/inventionEffects.ts b/src/lib/bso/inventionEffects.ts new file mode 100644 index 00000000000..8fa0970949a --- /dev/null +++ b/src/lib/bso/inventionEffects.ts @@ -0,0 +1,176 @@ +import { Time, increaseNumByPercent, percentChance, sumArr } from 'e'; +import { Bank } from 'oldschooljs'; +import { ClueTiers } from '../clues/clueTiers'; +import { BitField } from '../constants'; +import { InventionID, inventionBoosts, inventionItemBoostRaw } from '../invention/inventions'; +import { bones } from '../skilling/skills/prayer'; +import type { GearBank } from '../structures/GearBank'; +import type { UpdateBank } from '../structures/UpdateBank'; +import { toKMB } from '../util'; +import getOSItem from '../util/getOSItem'; +import { assert } from '../util/logError'; + +export function clueUpgraderEffect({ + gearBank, + messages, + disabledInventions, + updateBank, + type +}: { + disabledInventions: number[]; + gearBank: GearBank; + updateBank: UpdateBank; + messages: string[]; + bitfield: BitField[] | readonly BitField[]; + type: 'pvm' | 'pickpocketing'; +}) { + if (!gearBank.bank.has('Clue upgrader') || disabledInventions.includes(InventionID.ClueUpgrader)) return false; + const upgradedClues = new Bank(); + const removeBank = new Bank(); + let durationForCost = 0; + + const fn = type === 'pvm' ? inventionBoosts.clueUpgrader.chance : inventionBoosts.clueUpgrader.pickPocketChance; + for (let i = 0; i < 5; i++) { + const clueTier = ClueTiers[i]; + if (!updateBank.itemLootBank.has(clueTier.scrollID)) continue; + for (let t = 0; t < updateBank.itemLootBank.amount(clueTier.scrollID); t++) { + if (percentChance(fn(clueTier))) { + removeBank.add(clueTier.scrollID); + upgradedClues.add(ClueTiers[i + 1].scrollID); + durationForCost += inventionBoosts.clueUpgrader.durationCalc(clueTier); + } + } + } + if (upgradedClues.length === 0) return false; + const boostRes = inventionItemBoostRaw({ + gearBank, + inventionID: InventionID.ClueUpgrader, + duration: durationForCost, + disabledInventions + }); + if (!boostRes.success) return false; + updateBank.clientStatsBankUpdates.clue_upgrader_loot = upgradedClues; + updateBank.userStatsBankUpdates.clue_upgrader_bank = upgradedClues; + updateBank.itemLootBank.add(upgradedClues); + assert(updateBank.itemLootBank.has(removeBank)); + updateBank.itemLootBank.remove(removeBank); + updateBank.materialsCostBank.add(boostRes.materialCost!); + const totalCluesUpgraded = sumArr(upgradedClues.items().map(i => i[1])); + messages.push(`<:Clue_upgrader:986830303001722880> Upgraded ${totalCluesUpgraded} clues (${boostRes.messages})`); +} + +const hideLeatherMap = [ + [getOSItem('Green dragonhide'), getOSItem('Green dragon leather')], + [getOSItem('Blue dragonhide'), getOSItem('Blue dragon leather')], + [getOSItem('Red dragonhide'), getOSItem('Red dragon leather')], + [getOSItem('Black dragonhide'), getOSItem('Black dragon leather')], + [getOSItem('Royal dragonhide'), getOSItem('Royal dragon leather')] +] as const; + +export function portableTannerEffect({ + gearBank, + duration, + messages, + disabledInventions, + updateBank +}: { + disabledInventions: number[]; + gearBank: GearBank; + updateBank: UpdateBank; + duration: number; + messages: string[]; + bitfield: BitField[] | readonly BitField[]; +}) { + if (!gearBank.bank.has('Portable tanner')) return; + const boostRes = inventionItemBoostRaw({ + gearBank, + inventionID: InventionID.PortableTanner, + duration, + disabledInventions + }); + + if (!boostRes.success || !boostRes.materialCost) return; + + const toAdd = new Bank(); + for (const [hide, leather] of hideLeatherMap) { + const qty = updateBank.itemLootBank.amount(hide.id); + if (qty > 0) { + updateBank.itemLootBank.remove(hide.id, qty); + toAdd.add(leather.id, qty); + } + } + + if (toAdd.length === 0) return; + + updateBank.userStatsBankUpdates.portable_tanner_bank = toAdd; + updateBank.clientStatsBankUpdates.portable_tanner_loot = toAdd; + updateBank.itemLootBank.add(toAdd); + updateBank.materialsCostBank.add(boostRes.materialCost); + messages.push(`Portable Tanner turned the hides into leathers (${boostRes.messages})`); +} + +export function bonecrusherEffect({ + gearBank, + duration, + messages, + bitfield, + disabledInventions, + updateBank +}: { + disabledInventions: number[]; + gearBank: GearBank; + updateBank: UpdateBank; + duration: number; + messages: string[]; + bitfield: BitField[] | readonly BitField[]; +}) { + if (!gearBank.hasEquippedOrInBank(['Gorajan bonecrusher', 'Superior bonecrusher'], 'one')) return; + if (bitfield.includes(BitField.DisabledGorajanBoneCrusher)) return; + let hasSuperior = gearBank.bank.has('Superior bonecrusher'); + + let totalXP = 0; + for (const bone of bones) { + const amount = updateBank.itemLootBank.amount(bone.inputId); + if (amount > 0) { + totalXP += bone.xp * amount * 4; + updateBank.itemLootBank.remove(bone.inputId, amount); + } + } + if (totalXP === 0) return; + + const durationForCost = totalXP * 16.8; + const inventionResult = + hasSuperior && durationForCost > Time.Minute + ? inventionItemBoostRaw({ + gearBank, + inventionID: InventionID.SuperiorBonecrusher, + duration: durationForCost, + disabledInventions + }) + : { success: false }; + + if (!inventionResult.success || !inventionResult.materialCost) { + hasSuperior = false; + } else { + totalXP = increaseNumByPercent(totalXP, inventionBoosts.superiorBonecrusher.xpBoostPercent); + updateBank.materialsCostBank.add(inventionResult.materialCost); + } + + totalXP *= 5; + + updateBank.userStats.bonecrusher_prayer_xp = { + increment: Math.floor(totalXP) + }; + + updateBank.xpBank.add('prayer', totalXP, { duration, minimal: true, multiplier: false }); + + messages.push( + `${toKMB(totalXP)} Prayer XP ${ + hasSuperior + ? `+${inventionBoosts.superiorBonecrusher.xpBoostPercent}% more from Superior bonecrusher${ + inventionResult.messages ? ` (${inventionResult.messages.join(', ')})` : '' + }` + : ' from Gorajan bonecrusher' + }` + ); +} diff --git a/src/lib/bso/misc.ts b/src/lib/bso/misc.ts new file mode 100644 index 00000000000..54d07480011 --- /dev/null +++ b/src/lib/bso/misc.ts @@ -0,0 +1,15 @@ +import { gorajanArcherOutfit, gorajanOccultOutfit, gorajanWarriorOutfit } from '../data/CollectionsExport'; +import { GearStat, type OffenceGearStat, type PrimaryGearSetupType } from '../gear'; + +export const gorajanBoosts = [ + [gorajanArcherOutfit, 'range'], + [gorajanWarriorOutfit, 'melee'], + [gorajanOccultOutfit, 'mage'] +] as const; + +export const gearstatToSetup = new Map() + .set(GearStat.AttackStab, 'melee') + .set(GearStat.AttackSlash, 'melee') + .set(GearStat.AttackCrush, 'melee') + .set(GearStat.AttackMagic, 'mage') + .set(GearStat.AttackRanged, 'range'); diff --git a/src/lib/bso/pvmEffects.ts b/src/lib/bso/pvmEffects.ts new file mode 100644 index 00000000000..6be8950fad8 --- /dev/null +++ b/src/lib/bso/pvmEffects.ts @@ -0,0 +1,143 @@ +import type { UserStats } from '@prisma/client'; +import { Time, increaseNumByPercent, roll } from 'e'; +import { Bank, Monsters } from 'oldschooljs'; +import { MonsterAttribute } from 'oldschooljs/dist/meta/monsterData'; + +import type { SlayerContext } from '../../tasks/minions/monsterActivity'; +import type { BitField } from '../constants'; +import { slayerMaskHelms } from '../data/slayerMaskHelms'; +import type { KillableMonster } from '../minions/types'; +import { SlayerTaskUnlocksEnum } from '../slayer/slayerUnlocks'; +import type { GearBank } from '../structures/GearBank'; +import type { UpdateBank } from '../structures/UpdateBank'; +import type { ItemBank } from '../types'; +import { clAdjustedDroprate } from '../util'; +import { bonecrusherEffect, clueUpgraderEffect, portableTannerEffect } from './inventionEffects'; + +export type MidPVMEffectArgs = { + gearBank: GearBank; + updateBank: UpdateBank; + messages: string[]; + disabledInventions: number[]; + duration: number; + bitfield: BitField[] | readonly BitField[]; + slayerContext: SlayerContext; + quantity: number; + monster: KillableMonster; + cl: Bank; + userStats: UserStats; + slayerUnlocks: SlayerTaskUnlocksEnum[]; +}; + +export function oriEffect({ + gearBank, + quantity, + duration, + messages +}: Pick) { + if (!gearBank.usingPet('Ori')) return quantity; + let newQuantity = quantity; + + if (duration > Time.Minute * 5) { + // Original boost for 5+ minute task: + newQuantity = Math.ceil(increaseNumByPercent(quantity, 25)); + } else { + // 25% chance at extra kill otherwise: + for (let i = 0; i < quantity; i++) { + if (roll(4)) { + newQuantity++; + } + } + } + messages.push(`${newQuantity - quantity}x bonus kills from Ori`); + return newQuantity; +} + +export function rollForBSOThings(args: MidPVMEffectArgs) { + const { monster, duration, cl, updateBank, messages } = args; + bonecrusherEffect(args); + portableTannerEffect(args); + clueUpgraderEffect({ ...args, type: 'pvm' }); + slayerMasksHelms(args); + + if (monster.id === Monsters.Vorkath.id && roll(6000)) { + updateBank.itemLootBank.add(23_941); + } + + const minutes = Math.ceil(duration / Time.Minute); + const osjsMon = Monsters.get(monster.id); + if (osjsMon?.data.attributes.includes(MonsterAttribute.Dragon)) { + const dropRate = clAdjustedDroprate(cl, 'Klik', 8500, 1.5); + for (let i = 0; i < minutes; i++) { + if (roll(dropRate)) { + updateBank.itemLootBank.add('Klik'); + break; + } + } + } + + if (monster.id === 290) { + for (let i = 0; i < minutes; i++) { + if (roll(6000)) { + updateBank.itemLootBank.add('Dwarven ore'); + break; + } + } + } + + if (monster.name.toLowerCase() === 'zulrah') { + for (let i = 0; i < minutes; i++) { + if (roll(5500)) { + updateBank.itemLootBank.add('Brock'); + break; + } + } + } + + if (updateBank.itemLootBank.has('Brock')) { + messages.push('<:brock:787310793183854594> On the way to Zulrah, you found a Badger that wants to join you.'); + } + + if (updateBank.itemLootBank.has('Klik')) { + messages.push('<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures.'); + } +} + +export function slayerMasksHelms({ + monster, + slayerContext, + slayerUnlocks, + updateBank, + gearBank, + userStats, + messages +}: MidPVMEffectArgs) { + if ( + !slayerContext.isOnTask || + !slayerContext.effectiveSlayed || + !slayerUnlocks.includes(SlayerTaskUnlocksEnum.Maskuerade) + ) + return; + const bankToAdd = new Bank().add(monster.id, slayerContext.effectiveSlayed); + const maskHelmForThisMonster = slayerMaskHelms.find(i => i.monsters.includes(monster.id)); + const matchingMaskOrHelm = + maskHelmForThisMonster && + gearBank.hasEquippedOrInBank([maskHelmForThisMonster.mask.id, maskHelmForThisMonster.helm.id]) + ? maskHelmForThisMonster + : null; + const oldMaskScores = new Bank(userStats.on_task_with_mask_monster_scores as ItemBank); + const newMaskScores = oldMaskScores.clone().add(bankToAdd); + if (maskHelmForThisMonster && !gearBank.hasEquippedOrInBank(maskHelmForThisMonster.mask.id)) { + for (let i = 0; i < slayerContext.effectiveSlayed; i++) { + if (roll(maskHelmForThisMonster.maskDropRate)) { + updateBank.itemLootBank.add(maskHelmForThisMonster.mask.id); + messages.push(`You unlocked the ${maskHelmForThisMonster.mask.name} mask!`); + break; + } + } + } + updateBank.userStats.on_task_monster_scores = new Bank(userStats.on_task_monster_scores as ItemBank) + .add(bankToAdd) + .toJSON(); + updateBank.userStats.on_task_with_mask_monster_scores = matchingMaskOrHelm ? newMaskScores.toJSON() : undefined; +} diff --git a/src/lib/bsoOpenables.ts b/src/lib/bsoOpenables.ts index 02c522a66dc..366521158f9 100644 --- a/src/lib/bsoOpenables.ts +++ b/src/lib/bsoOpenables.ts @@ -1,11 +1,11 @@ import { randArrItem, roll } from 'e'; -import { Bank, Items, LootTable } from 'oldschooljs'; -import TreeHerbSeedTable from 'oldschooljs/dist/simulation/subtables/TreeHerbSeedTable'; +import { Bank, Items, LootTable, TreeHerbSeedTable } from 'oldschooljs'; import { divinationEnergies } from './bso/divination'; import { Emoji, OSB_VIRTUS_IDS } from './constants'; import { allPetIDs, + allPetsCL, chambersOfXericCL, cmbClothes, customBossesDropsThatCantBeDroppedInMBs, @@ -51,64 +51,20 @@ export const magicCreateCrate = new LootTable() .add('Clue scroll (medium)', 1) .add(RuneTable, [1, 10], 3); -export const PMBTable = new LootTable() - .oneIn(MR_E_DROPRATE_FROM_PMB, 'Mr. E') - .add('Heron') - .add('Rock golem') - .add('Beaver') - .add('Baby chinchompa') - .add('Giant squirrel') - .add('Tangleroot') - .add('Rocky') - .add('Rift guardian') - .add("Pet k'ril tsutsaroth") - .add('Pet general graardor') - .add('Pet zilyana') - .add("Pet kree'arra") - .add('Pet dagannoth rex') - .add('Pet dagannoth prime') - .add('Pet dagannoth supreme') - .add('Pet snakeling') - .add('Vorki') - .add('Pet dark core') - .add('Olmlet') - .add("Lil' zik") - .add('Kalphite princess') - .add('Baby mole') - .add('Sraracha') - .add("Vet'ion jr.") - .add('Callisto cub') - .add('Venenatis spiderling') - .add("Scorpia's offspring") - .add('Prince black dragon') - .add('Pet chaos elemental') - .add('Skotos') - .add('Tzrek-jad') - .add('Jal-nib-rek') - .add('Noon') - .add('Abyssal orphan') - .add('Pet kraken') - .add('Hellpuppy') - .add('Pet smoke devil') - .add('Ikkle hydra') - .add('Bloodhound') - .add('Herbi') - .add('Chompy chick') - .add('Pet penance queen') - .add('Phoenix') - .add('Smolcano') - .add('Youngllef') - .add('Little nightmare') - .add("Lil' creator") - .add('Tiny tempor') - .add('Abyssal protector') - .add("Tumeken's guardian") - .add('Muphin') - .add('Baron') - .add('Butch') - .add("Lil'viathan") - .add('Wisp') - .add('Scurry'); +export const PMBTable = new LootTable().oneIn(MR_E_DROPRATE_FROM_PMB, 'Mr. E'); + +for (const pet of allPetsCL) { + PMBTable.add(pet); +} + +export const IronmanPMBTable = new LootTable() + .add(PMBTable, 1, PMBTable.length) + .add('Smokey') + .add('Craig') + .add('Hoppy') + .add('Flappy') + .add('Cob') + .add('Gregoyle'); const DwarvenCrateTable = new LootTable() .add('Dwarven ore') @@ -216,15 +172,6 @@ const testerGiftTable = new LootTable() .add('Tradeable mystery box', [1, 3]) .add(baseTGBTable); -export const IronmanPMBTable = new LootTable() - .add(PMBTable, 1, PMBTable.length) - .add('Smokey') - .add('Craig') - .add('Hoppy') - .add('Flappy') - .add('Cob') - .add('Gregoyle'); - const MonkeyCrateTable = new LootTable() .add('Avocado seed', [2, 5], 2) .add('Lychee seed', [2, 5], 2) @@ -710,17 +657,10 @@ for (const item of Items.values()) { } } -export const allMbTables = [...new Set([...tmbTable, ...umbTable, ...embTable])]; -export const itemSearchMbTable = [ - ...new Set([ - ...tmbTable, - ...umbTable, - ...embTable, - ...PMBTable.allItems, - ...ClothingMysteryBoxTable.allItems, - ...baseHolidayItems.allItems - ]) -]; +export const combinedTmbUmbEmbTables = [...new Set([...tmbTable, ...umbTable, ...embTable])]; +const nonPMBMbTable = [...combinedTmbUmbEmbTables, ...ClothingMysteryBoxTable.allItems, ...baseHolidayItems.allItems]; +export const allMbTables = [...new Set([...nonPMBMbTable, ...PMBTable.allItems])]; +export const allIronmanMbTables = [...new Set([...nonPMBMbTable, ...IronmanPMBTable.allItems])]; function makeOutputFromArrayOfItemIDs(fn: () => number, quantity: number) { const loot = new Bank(); diff --git a/src/lib/cache.ts b/src/lib/cache.ts new file mode 100644 index 00000000000..d8a8d975386 --- /dev/null +++ b/src/lib/cache.ts @@ -0,0 +1,7 @@ +import type { PerkTier } from '@oldschoolgg/toolkit'; +import type { User } from '@prisma/client'; + +export const perkTierCache = new Map(); + +export type PartialUser = Pick; +export const partialUserCache = new Map(); diff --git a/src/lib/clues/clueTiers.ts b/src/lib/clues/clueTiers.ts index e268e16d1b8..8a0f127fab3 100644 --- a/src/lib/clues/clueTiers.ts +++ b/src/lib/clues/clueTiers.ts @@ -1,18 +1,25 @@ import { Time } from 'e'; -import { Clues } from 'oldschooljs'; -import type { BeginnerCasket } from 'oldschooljs/dist/simulation/clues/Beginner'; -import { BeginnerClueTable } from 'oldschooljs/dist/simulation/clues/Beginner'; -import type { EasyCasket } from 'oldschooljs/dist/simulation/clues/Easy'; -import { EasyClueTable } from 'oldschooljs/dist/simulation/clues/Easy'; -import type { EliteCasket } from 'oldschooljs/dist/simulation/clues/Elite'; -import { EliteClueTable } from 'oldschooljs/dist/simulation/clues/Elite'; -import type { HardCasket } from 'oldschooljs/dist/simulation/clues/Hard'; -import { HardClueTable } from 'oldschooljs/dist/simulation/clues/Hard'; -import type { MasterCasket } from 'oldschooljs/dist/simulation/clues/Master'; -import { MasterClueTable } from 'oldschooljs/dist/simulation/clues/Master'; -import type { MediumCasket } from 'oldschooljs/dist/simulation/clues/Medium'; -import { MediumClueTable } from 'oldschooljs/dist/simulation/clues/Medium'; +import { + BeginnerCasket, + Clues, + EasyCasket, + EliteCasket, + HardCasket, + type LootTable, + MasterCasket, + MediumCasket +} from 'oldschooljs'; +import { + cluesBeginnerCL, + cluesEasyCL, + cluesElderCL, + cluesEliteCL, + cluesGrandmasterCL, + cluesHardCL, + cluesMasterCL, + cluesMediumCL +} from '../data/CollectionsExport'; import { type ElderClue, ElderClueTable } from '../simulation/elderClue'; import { GrandmasterClueTable } from '../simulation/grandmasterClue'; import itemID from '../util/itemID'; @@ -31,7 +38,7 @@ interface ClueMilestoneReward { export interface ClueTier { name: 'Beginner' | 'Easy' | 'Medium' | 'Hard' | 'Elite' | 'Master' | 'Grandmaster' | 'Elder'; - table: BeginnerCasket | EasyCasket | MediumCasket | HardCasket | EliteCasket | MasterCasket | ElderClue; + table: LootTable | ElderClue; id: number; scrollID: number; timeToFinish: number; @@ -44,6 +51,7 @@ export interface ClueTier { implings?: number[]; qtyForGrandmasters: number; trickableItems?: number[]; + cl: number[]; } export const ClueTiers: ClueTier[] = [ @@ -55,11 +63,12 @@ export const ClueTiers: ClueTier[] = [ scrollID: 23_182, timeToFinish: Time.Minute * 2.5, mimicChance: false, - allItems: BeginnerClueTable.allItems, + allItems: BeginnerCasket.allItems, stashUnits: beginnerStashes, reqs: beginnerReqs, implings: resolveItems(['Baby impling jar', 'Young impling jar']), - qtyForGrandmasters: 0 + qtyForGrandmasters: 0, + cl: cluesBeginnerCL }, { name: 'Easy', @@ -73,11 +82,12 @@ export const ClueTiers: ClueTier[] = [ scoreNeeded: 500 }, mimicChance: false, - allItems: EasyClueTable.allItems, + allItems: EasyCasket.allItems, stashUnits: easyStashes, reqs: beginnerReqs, implings: resolveItems(['Baby impling jar', 'Young impling jar', 'Gourmet impling jar']), - qtyForGrandmasters: 300 + qtyForGrandmasters: 300, + cl: cluesEasyCL }, { name: 'Medium', @@ -91,11 +101,12 @@ export const ClueTiers: ClueTier[] = [ scoreNeeded: 400 }, mimicChance: false, - allItems: MediumClueTable.allItems, + allItems: MediumCasket.allItems, stashUnits: mediumStashes, reqs: beginnerReqs, implings: resolveItems(['Earth impling jar', 'Essence impling jar', 'Eclectic impling jar']), - qtyForGrandmasters: 250 + qtyForGrandmasters: 250, + cl: cluesMediumCL }, { name: 'Hard', @@ -105,11 +116,12 @@ export const ClueTiers: ClueTier[] = [ scrollID: 2722, timeToFinish: Time.Minute * 12.5, mimicChance: false, - allItems: HardClueTable.allItems, + allItems: HardCasket.allItems, stashUnits: hardStashes, reqs: beginnerReqs, implings: resolveItems(['Nature impling jar', 'Magpie impling jar', 'Ninja impling jar']), - qtyForGrandmasters: 200 + qtyForGrandmasters: 200, + cl: cluesHardCL }, { name: 'Elite', @@ -123,11 +135,12 @@ export const ClueTiers: ClueTier[] = [ scoreNeeded: 200 }, mimicChance: 35, - allItems: EliteClueTable.allItems, + allItems: EliteCasket.allItems, stashUnits: eliteStashes, reqs: beginnerReqs, implings: resolveItems(['Crystal impling jar', 'Dragon impling jar']), - qtyForGrandmasters: 150 + qtyForGrandmasters: 150, + cl: cluesEliteCL }, { name: 'Master', @@ -141,10 +154,11 @@ export const ClueTiers: ClueTier[] = [ scoreNeeded: 100 }, mimicChance: 15, - allItems: MasterClueTable.allItems, + allItems: MasterCasket.allItems, stashUnits: masterStashes, reqs: beginnerReqs, - qtyForGrandmasters: 100 + qtyForGrandmasters: 100, + cl: cluesMasterCL }, { name: 'Grandmaster', @@ -164,7 +178,8 @@ export const ClueTiers: ClueTier[] = [ 'First age cape', 'First age bracelet', 'First age ring' - ]) + ]), + cl: cluesGrandmasterCL }, { name: 'Elder', @@ -177,6 +192,7 @@ export const ClueTiers: ClueTier[] = [ allItems: resolveItems([...ElderClueTable.allItems, 'Clue bag', 'Inventors tools', 'Elder knowledge', 'Octo']), stashUnits: masterStashes, reqs: beginnerReqs, - qtyForGrandmasters: 0 + qtyForGrandmasters: 0, + cl: cluesElderCL } ]; diff --git a/src/lib/clues/clueUtils.ts b/src/lib/clues/clueUtils.ts index 1ce9e08c3d2..7289d00f73e 100644 --- a/src/lib/clues/clueUtils.ts +++ b/src/lib/clues/clueUtils.ts @@ -4,8 +4,8 @@ import type { Bank } from 'oldschooljs'; import { BitField } from '../constants'; import { ClueTiers } from './clueTiers'; -export function getClueScoresFromOpenables(openableScores: Bank, mutate = false) { - return openableScores.filter(item => Boolean(ClueTiers.find(ct => ct.id === item.id)), mutate); +export function getClueScoresFromOpenables(openableScores: Bank) { + return openableScores.filter(item => Boolean(ClueTiers.find(ct => ct.id === item.id))); } export function buildClueButtons(loot: Bank | null, perkTier: number, user: MUser) { diff --git a/src/lib/collectionLogTask.ts b/src/lib/collectionLogTask.ts index 23c18c65eff..784105be5f5 100644 --- a/src/lib/collectionLogTask.ts +++ b/src/lib/collectionLogTask.ts @@ -1,5 +1,3 @@ -import type { SKRSContext2D } from '@napi-rs/canvas'; -import { Canvas } from '@napi-rs/canvas'; import { formatItemStackQuantity, generateHexColorForCashStack } from '@oldschoolgg/toolkit'; import type { CommandResponse } from '@oldschoolgg/toolkit'; import { calcWhatPercent, objectEntries } from 'e'; @@ -8,7 +6,14 @@ import { Util } from 'oldschooljs'; import { allCollectionLogs, getCollection, getTotalCl } from '../lib/data/Collections'; import type { IToReturnCollection } from '../lib/data/CollectionsExport'; -import { fillTextXTimesInCtx, getClippedRegion, measureTextWidth } from '../lib/util/canvasUtil'; +import { + type CanvasContext, + canvasToBuffer, + createCanvas, + fillTextXTimesInCtx, + getClippedRegion, + measureTextWidth +} from '../lib/util/canvasUtil'; import getOSItem from '../lib/util/getOSItem'; import type { IBgSprite } from './bankImage'; import type { MUserStats } from './structures/MUserStats'; @@ -30,11 +35,11 @@ export const CollectionLogFlags = [ class CollectionLogTask { run() {} - drawBorder(ctx: SKRSContext2D, sprite: IBgSprite) { + drawBorder(ctx: CanvasContext, sprite: IBgSprite) { return bankImageGenerator.drawBorder(ctx, sprite); } - drawSquare(ctx: SKRSContext2D, x: number, y: number, w: number, h: number, pixelSize = 1, hollow = true) { + drawSquare(ctx: CanvasContext, x: number, y: number, w: number, h: number, pixelSize = 1, hollow = true) { ctx.save(); if (hollow) { ctx.translate(0.5, 0.5); @@ -52,7 +57,7 @@ class CollectionLogTask { ctx.restore(); } - drawText(ctx: SKRSContext2D, text: string, x: number, y: number) { + drawText(ctx: CanvasContext, text: string, x: number, y: number) { const baseFill = ctx.fillStyle; ctx.fillStyle = '#000000'; fillTextXTimesInCtx(ctx, text, x + 1, y + 1); @@ -72,7 +77,7 @@ class CollectionLogTask { }; // Create base canvas - const canvasList = new Canvas(200, leftHeight); + const canvasList = createCanvas(200, leftHeight); // Get the canvas context const ctxl = canvasList.getContext('2d'); ctxl.font = '16px OSRSFontCompact'; @@ -201,7 +206,7 @@ class CollectionLogTask { ); // Create base canvas - const canvas = new Canvas(canvasWidth, canvasHeight); + const canvas = createCanvas(canvasWidth, canvasHeight); // Get the canvas context const ctx = canvas.getContext('2d'); ctx.font = '16px OSRSFontCompact'; @@ -470,7 +475,7 @@ class CollectionLogTask { } return { - files: [{ attachment: await canvas.encode('png'), name: `${type}_log_${new Date().valueOf()}.png` }] + files: [{ attachment: await canvasToBuffer(canvas), name: `${type}_log_${new Date().valueOf()}.png` }] }; } diff --git a/src/lib/colosseum.ts b/src/lib/colosseum.ts index 18cd4c14579..fed6cff94c5 100644 --- a/src/lib/colosseum.ts +++ b/src/lib/colosseum.ts @@ -1,6 +1,5 @@ import { exponentialPercentScale, formatDuration, mentionCommand } from '@oldschoolgg/toolkit'; -import { UserError } from '@oldschoolgg/toolkit'; -import { GeneralBank, type GeneralBankType } from '@oldschoolgg/toolkit'; +import { GeneralBank, type GeneralBankType, UserError } from '@oldschoolgg/toolkit/structures'; import { Time, calcPercentOfNum, @@ -18,6 +17,8 @@ import { Bank, LootTable } from 'oldschooljs'; import type { EquipmentSlot } from 'oldschooljs/dist/meta/types'; import { userStatsBankUpdate } from '../mahoji/mahojiSettings'; +import { gorajanGearBoost } from './bso/gorajanGearBoost'; +import { getSimilarItems } from './data/similarItems'; import { degradeChargeBank } from './degradeableItems'; import type { GearSetupType } from './gear/types'; import { trackLoot } from './lootTrack'; @@ -26,6 +27,7 @@ import { ChargeBank } from './structures/Bank'; import type { ItemBank, Skills } from './types'; import type { ColoTaskOptions } from './types/minions'; import addSubTaskToActivityTask from './util/addSubTaskToActivityTask'; +import { calcMaxTripLength } from './util/calcMaxTripLength'; import resolveItems from './util/resolveItems'; import { formatSkillRequirements, itemNameFromID } from './util/smallUtils'; import { updateBankSetting } from './util/updateBankSetting'; @@ -288,7 +290,7 @@ export const colosseumWaves: Wave[] = [ } ]; -function calculateDeathChance(waveKC: number, hasBF: boolean, hasSGS: boolean): number { +function calculateDeathChance(waveKC: number, hasBF: boolean, hasSGS: boolean, hasBulwark: boolean): number { const cappedKc = Math.min(Math.max(waveKC, 0), 150); const baseChance = 80; const kcReduction = 80 * (1 - Math.exp(-1.5 * cappedKc)); @@ -301,6 +303,9 @@ function calculateDeathChance(waveKC: number, hasBF: boolean, hasSGS: boolean): if (hasBF) { newChance = reduceNumByPercent(newChance, 5); } + if (hasBulwark) { + newChance = reduceNumByPercent(newChance, 20); + } return clamp(newChance, 1, 80); } @@ -369,58 +374,102 @@ interface ColosseumResult { scytheCharges: number; venatorBowCharges: number; bloodFuryCharges: number; + voidCharges: number; } -export const startColosseumRun = (options: { +export const colosseumWaveTime = (options: { kcBank: ColosseumWaveBank; hasScythe: boolean; hasTBow: boolean; hasVenBow: boolean; - hasBF: boolean; hasClaws: boolean; - hasSGS: boolean; hasTorture: boolean; - scytheCharges: number; - venatorBowCharges: number; - bloodFuryCharges: number; -}): ColosseumResult => { + hasHFB: boolean; + hasVoidStaff: boolean; + hasSungodAxe: boolean; + hasGora: boolean; + hasBHook: boolean; +}): number => { const waveTwelveKC = options.kcBank.amount(12); - - const bank = new Bank(); - - const addedWaveKCBank = new ColosseumWaveBank(); let waveDuration = calculateTimeInMs(waveTwelveKC) / 12; - if (!options.hasScythe) { + // reduce wave by 30% for axe (Effectively 40% boost since waveDuration wasn't increased by 10%) + if (options.hasSungodAxe) { + waveDuration = reduceNumByPercent(waveDuration, 30); + } else if (!options.hasScythe) { waveDuration = increaseNumByPercent(waveDuration, 10); } - if (!options.hasTBow) { + // reduce wave by 12% for HFB (Effectively 22% boost since waveDuration wasn't increased by 10%) + if (options.hasHFB) { + waveDuration = reduceNumByPercent(waveDuration, 12); + } else if (!options.hasTBow) { waveDuration = increaseNumByPercent(waveDuration, 10); } + if (options.hasVoidStaff) { + waveDuration = reduceNumByPercent(waveDuration, 12); + } + if (options.hasGora) { + waveDuration = reduceNumByPercent(waveDuration, 10); + } if (!options.hasVenBow) { waveDuration = increaseNumByPercent(waveDuration, 7); } if (!options.hasClaws) { waveDuration = increaseNumByPercent(waveDuration, 4); } - if (!options.hasTorture) { + if (!options.hasTorture || !options.hasBHook) { waveDuration = increaseNumByPercent(waveDuration, 5); } + return waveDuration; +}; + +export const startColosseumRun = (options: { + kcBank: ColosseumWaveBank; + hasScythe: boolean; + hasTBow: boolean; + hasVenBow: boolean; + hasBF: boolean; + hasClaws: boolean; + hasSGS: boolean; + hasTorture: boolean; + voidCharges: number; + scytheCharges: number; + venatorBowCharges: number; + bloodFuryCharges: number; + hasHFB: boolean; + hasVoidStaff: boolean; + hasSungodAxe: boolean; + hasGora: boolean; + hasBHook: boolean; + hasBulwark: boolean; +}): ColosseumResult => { + const bank = new Bank(); + const addedWaveKCBank = new ColosseumWaveBank(); + + const waveDuration = colosseumWaveTime({ + kcBank: options.kcBank, + hasScythe: options.hasScythe, + hasTBow: options.hasTBow, + hasVenBow: options.hasVenBow, + hasClaws: options.hasClaws, + hasTorture: options.hasTorture, + hasHFB: options.hasHFB, + hasVoidStaff: options.hasVoidStaff, + hasSungodAxe: options.hasSungodAxe, + hasGora: options.hasGora, + hasBHook: options.hasBHook + }); const fakeDuration = 12 * waveDuration; const deathChances: number[] = []; let realDuration = 0; let maxGlory = 0; - // Calculate charges used - const scytheCharges = 300; - const calculateVenCharges = () => 50; - for (const wave of colosseumWaves) { realDuration += waveDuration; const kcForThisWave = options.kcBank.amount(wave.waveNumber); maxGlory = Math.max(calculateGlory(options.kcBank, wave), maxGlory); - const deathChance = calculateDeathChance(kcForThisWave, options.hasBF, options.hasSGS); + const deathChance = calculateDeathChance(kcForThisWave, options.hasBF, options.hasSGS, options.hasBulwark); deathChances.push(deathChance); if (percentChance(deathChance)) { @@ -433,9 +482,10 @@ export const startColosseumRun = (options: { realDuration, totalDeathChance: combinedChance(deathChances), deathChances, - scytheCharges: options.hasScythe ? scytheCharges : 0, - venatorBowCharges: options.hasVenBow ? calculateVenCharges() : 0, - bloodFuryCharges: options.hasBF ? scytheCharges * 3 : 0 + scytheCharges: options.hasScythe ? options.scytheCharges : 0, + venatorBowCharges: options.hasVenBow ? options.venatorBowCharges : 0, + bloodFuryCharges: options.hasBF ? options.scytheCharges * 3 : 0, + voidCharges: options.hasVoidStaff ? options.voidCharges : 0 }; } addedWaveKCBank.add(wave.waveNumber); @@ -450,10 +500,10 @@ export const startColosseumRun = (options: { realDuration, totalDeathChance: combinedChance(deathChances), deathChances, - - scytheCharges: options.hasScythe ? scytheCharges : 0, - venatorBowCharges: options.hasVenBow ? calculateVenCharges() : 0, - bloodFuryCharges: options.hasBF ? scytheCharges * 3 : 0 + scytheCharges: options.hasScythe ? options.scytheCharges : 0, + venatorBowCharges: options.hasVenBow ? options.venatorBowCharges : 0, + bloodFuryCharges: options.hasBF ? options.scytheCharges * 3 : 0, + voidCharges: options.hasVoidStaff ? options.voidCharges : 0 }; } } @@ -461,7 +511,7 @@ export const startColosseumRun = (options: { throw new Error('Colosseum run did not end correctly.'); }; -export async function colosseumCommand(user: MUser, channelID: string) { +export async function colosseumCommand(user: MUser, channelID: string, quantity: number | undefined) { if (user.minionIsBusy) { return `${user.usernameOrMention} is busy`; } @@ -490,58 +540,70 @@ export async function colosseumCommand(user: MUser, channelID: string) { const requiredItems: Partial>>> = { melee: { - head: resolveItems(['Torva full helm', 'Neitiznot faceguard', 'Justiciar faceguard']), cape: resolveItems(['Infernal cape', 'Fire cape']), - neck: resolveItems(['Amulet of blood fury', 'Amulet of torture']), + head: resolveItems(['Torva full helm', 'Neitiznot faceguard', 'Justiciar faceguard']), + neck: resolveItems(["Brawler's hook necklace", 'Amulet of blood fury', 'Amulet of torture']), body: resolveItems(['Torva platebody', 'Bandos chestplate']), legs: resolveItems(['Torva platelegs', 'Bandos tassets']), - feet: resolveItems(['Primordial boots']), - ring: resolveItems(['Ultor ring', 'Berserker ring (i)']) + feet: resolveItems(['Torva boots', 'Primordial boots']), + hands: resolveItems(['Torva gloves', 'Ferocious gloves', 'Barrows gloves']), + ring: resolveItems(['Ignis ring', 'Ultor ring', 'Berserker ring']) }, range: { - cape: resolveItems(["Dizana's quiver", "Ava's assembler"]), - head: resolveItems(['Masori mask (f)', 'Masori mask', 'Armadyl helmet']), - neck: resolveItems(['Necklace of anguish']), - body: resolveItems(['Masori body (f)', 'Masori body', 'Armadyl chestplate']), - legs: resolveItems(['Masori chaps (f)', 'Masori chaps', 'Armadyl chainskirt']), - feet: resolveItems(['Pegasian boots']), - ring: resolveItems(['Venator ring', 'Archers ring (i)']) + cape: resolveItems(["Ava's assembler"]), + head: resolveItems(['Pernix cowl', 'Masori mask', 'Armadyl helmet']), + neck: resolveItems(['Farsight snapshot necklace', 'Necklace of anguish']), + body: resolveItems(['Pernix body', 'Masori body', 'Armadyl chestplate']), + legs: resolveItems(['Pernix chaps', 'Masori chaps', 'Armadyl chainskirt']), + feet: resolveItems(['Pernix boots', 'Pegasian boots']), + hands: resolveItems(['Pernix gloves', 'Zaryte vambraces', 'Barrows gloves']), + ring: resolveItems(['Ring of piercing', 'Venator ring', 'Archers ring']) } }; - const meleeWeapons = resolveItems(['Scythe of vitur', 'Blade of saeldor (c)']); - const rangeWeapons = resolveItems(['Twisted bow', 'Bow of faerdhinen (c)']); + const meleeWeapons = resolveItems([ + 'Axe of the high sungod', + 'Scythe of vitur', + 'Soulreaper axe', + 'Blade of saeldor (c)' + ]); + const rangeWeapons = resolveItems(['Hellfire bow', 'Zaryte bow', 'Twisted bow', 'Bow of faerdhinen (c)']); for (const [gearType, gearNeeded] of objectEntries(requiredItems)) { const gear = user.gear[gearType]; if (!gearNeeded) continue; for (const items of objectValues(gearNeeded)) { if (!items) continue; - if (!items.some(g => gear.hasEquipped(g))) { - return `You need one of these equipped in your ${gearType} setup to enter the Colosseum: ${items + if (!items.some(g => gear.hasEquipped(g, true))) { + const simGear = items.flatMap(i => getSimilarItems(i)); + const gearNeeded = [...new Set([...simGear])]; + return `You need one of these equipped in your ${gearType} setup to enter the Colosseum: ${gearNeeded .map(itemNameFromID) .join(', ')}.`; } } } - if (!meleeWeapons.some(i => user.gear.melee.hasEquipped(i, true, true))) { - return `You need one of these equipped in your melee setup to enter the Colosseum: ${meleeWeapons + if (!meleeWeapons.some(i => user.gear.melee.hasEquipped(i, true))) { + const simMeleeWeapon = meleeWeapons.flatMap(itemID => getSimilarItems(itemID)); + const meleeWeaponNeeded = [...new Set([...simMeleeWeapon])]; + return `You need one of these equipped in your melee setup to enter the Colosseum: ${meleeWeaponNeeded .map(itemNameFromID) .join(', ')}.`; } - if (!rangeWeapons.some(i => user.gear.range.hasEquipped(i, true, true))) { - return `You need one of these equipped in your range setup to enter the Colosseum: ${rangeWeapons + if (!rangeWeapons.some(i => user.gear.range.hasEquipped(i, true))) { + const simRangeWeapon = rangeWeapons.flatMap(itemID => getSimilarItems(itemID)); + const rangeWeaponNeeded = [...new Set([...simRangeWeapon])]; + return `You need one of these equipped in your range setup to enter the Colosseum: ${rangeWeaponNeeded .map(itemNameFromID) .join(', ')}.`; } - const messages: string[] = []; - + //OSB boost items: const hasBF = user.gear.melee.hasEquipped('Amulet of blood fury', true, false); const hasScythe = user.gear.melee.hasEquipped('Scythe of vitur', true, true); - const hasTBow = user.gear.range.hasEquipped('Twisted bow', true, true); + const hasTBow = user.gear.range.hasEquipped('Twisted bow', true, false); function calculateVenCharges() { return 50; } @@ -553,82 +615,163 @@ export async function colosseumCommand(user: MUser, channelID: string) { const bloodFuryCharges = scytheCharges * 3; const venatorBowCharges = calculateVenCharges(); - const res = startColosseumRun({ - kcBank: new ColosseumWaveBank((await user.fetchStats({ colo_kc_bank: true })).colo_kc_bank as ItemBank), + //BSO boost items: + const hasSungodAxe = user.gear.melee.hasEquipped('Axe of the high sungod', true, true); + const hasHFB = user.gear.range.hasEquipped('Hellfire bow', true, true); + const hasVoidStaff = user.gear.mage.hasEquipped('Void Staff', true, true); + const hasGora = gorajanGearBoost(user, 'Colosseum'); + const hasBHook = !hasBF && user.gear.melee.hasEquipped("Brawler's hook necklace"); + const hasBulwark = user.owns('Infernal bulwark'); + const voidCharges = 35; + + // Get trip time and calculate max attempts the user can do per trip + const kcBank: ColosseumWaveBank = new ColosseumWaveBank( + (await user.fetchStats({ colo_kc_bank: true })).colo_kc_bank as ItemBank + ); + const waveDuration = colosseumWaveTime({ + kcBank, hasScythe, hasTBow, hasVenBow, - hasBF, hasClaws, - hasSGS, hasTorture, - scytheCharges, - venatorBowCharges, - bloodFuryCharges + hasHFB, + hasVoidStaff, + hasSungodAxe, + hasGora, + hasBHook }); - const minutes = res.realDuration / Time.Minute; + const oneColoTripTime = waveDuration * 12; + const maxUserTripTime = calcMaxTripLength(user, 'MonsterKilling'); + const maxColoQty = Math.max(1, Math.floor(maxUserTripTime / oneColoTripTime)); + if (!quantity || quantity > maxColoQty) { + quantity = maxColoQty; + } + // get all the results and cost from each attempt const chargeBank = new ChargeBank(); - const cost = new Bank().add('Saradomin brew(4)', 6).add('Super restore(4)', 8).add('Super combat potion(4)'); + const cost = new Bank(); + const results: ColosseumResult[] = []; + for (let i = 0; i < quantity; i++) { + const res = startColosseumRun({ + kcBank, + hasScythe, + hasTBow, + hasVenBow, + hasBF, + hasClaws, + hasSGS, + hasTorture, + scytheCharges, + venatorBowCharges, + bloodFuryCharges, + voidCharges, + hasHFB, + hasVoidStaff, + hasSungodAxe, + hasGora, + hasBHook, + hasBulwark + }); + results.push(res); + const minutes = res.realDuration / Time.Minute; + + // Calculate resources needed for 1 attempt + cost.add('Saradomin brew(4)', 6).add('Super restore(4)', 8).add('Super combat potion(4)'); + if (user.bank.has('Ranging potion(4)')) { + cost.add('Ranging potion(4)'); + } else if (user.bank.has('Bastion potion(4)')) { + cost.add('Bastion potion(4)'); + } else { + return 'You need to have a Ranging potion(4) or Bastion potion(4) in your bank.'; + } + if (hasHFB) cost.add('Hellfire arrow', Math.ceil(minutes * 3.5)); + if (hasTBow) cost.add('Dragon arrow', Math.ceil(minutes * 3)); + if (hasVoidStaff) chargeBank.add('void_staff_charges', voidCharges); + if (hasScythe) chargeBank.add('scythe_of_vitur_charges', scytheCharges); + if (hasBF) chargeBank.add('blood_fury_charges', bloodFuryCharges); + if (hasVenBow) { + chargeBank.add('venator_bow_charges', calculateVenCharges()); + cost.add(hasHFB ? 'Hellfire arrow' : 'Dragon arrow', hasHFB ? 40 : 50); + } + } - if (user.bank.has('Ranging potion(4)')) { - cost.add('Ranging potion(4)'); - } else if (user.bank.has('Bastion potion(4)')) { - cost.add('Bastion potion(4)'); + // Generate various messages + const costStr: string[] = []; + const boosts: string[] = []; + const missedBoosts: string[] = []; + const deathBoosts: string[] = []; + const missedDeathBoosts: string[] = []; + + if (hasSungodAxe) { + boosts.push('+40% for Axe of the high sungod'); + } else if (hasScythe) { + boosts.push('+10% for Scythe'); + missedBoosts.push('+40% for Axe of the high sungod'); } else { - return 'You need to have a Ranging potion(4) or Bastion potion(4) in your bank.'; + missedBoosts.push('+10% for Scythe, +40% for Axe of the high sungod'); } - if (hasScythe) { - messages.push('10% boost for Scythe'); - chargeBank.add('scythe_of_vitur_charges', scytheCharges); + if (hasHFB) { + boosts.push('+22% for Hellfire bow'); + } else if (hasTBow) { + boosts.push('+10% for TBow'); + missedBoosts.push('+22% for Hellfirebow'); } else { - messages.push('Missed 10% Scythe boost. If you have one, charge it and equip to melee.'); + missedBoosts.push('+10% for TBow, +20% for Hellfire bow'); } - if (hasTBow) { - messages.push('10% boost for TBow'); - const arrowsNeeded = Math.ceil(minutes * 3); - cost.add('Dragon arrow', arrowsNeeded); + + if (hasVoidStaff) { + boosts.push('+12% for Void staff'); } else { - messages.push( - 'Missed 10% TBow boost. If you have one, equip it to range. You also need dragon arrows equipped.' - ); + missedBoosts.push('12% for Void staff'); } + + if (hasGora) { + boosts.push('+10% for Gorajan'); + } else { + missedBoosts.push('+10% for Gorajan'); + } + if (hasVenBow) { - messages.push('7% boost for Venator bow'); - chargeBank.add('venator_bow_charges', calculateVenCharges()); - cost.add('Dragon arrow', 50); + boosts.push('+7% boost for Venator bow'); } else { - messages.push( - 'Missed 7% Venator bow boost. If you have one, charge it and keep it in your bank. You also need at least 50 dragon arrows equipped.' + missedBoosts.push( + `+7% for Venator bow (You also need atleast ${hasHFB ? '40' : '50'} ${hasHFB ? 'Hellfire arrow' : 'Dragon arrow'} equipped)` ); } - if (hasClaws) { - messages.push('4% boost for Dragon claws'); + if (hasTorture || hasBHook) { + boosts.push(`5% boost for ${hasBHook ? "Brawler's" : 'Torture'}`); } else { - messages.push('Missed 4% Dragon claws boost.'); + missedBoosts.push("Missed 5% Brawler's/Torture boost"); } - if (hasTorture) { - messages.push('5% boost for Torture'); + if (hasClaws) { + boosts.push('+4% for Dragon claws'); } else { - messages.push('Missed 5% Torture boost.'); + missedBoosts.push('+4% for Dragon claws'); } - if (user.gear.melee.hasEquipped('Amulet of blood fury')) { - chargeBank.add('blood_fury_charges', bloodFuryCharges); - messages.push('-5% death chance for blood fury'); + if (hasBF) { + deathBoosts.push('-5% for blood fury'); } else { - messages.push('Missed -5% death chance for blood fury. If you have one, add charges and equip it to melee.'); + missedDeathBoosts.push('-5% for blood fury'); } if (hasSGS) { - messages.push('-5% death chance for Saradomin godsword'); + deathBoosts.push('-5% for Saradomin godsword'); + } else { + missedDeathBoosts.push('-5% for Saradomin godsword'); + } + + if (hasBulwark) { + deathBoosts.push('-20% for Infernal bulwark'); } else { - messages.push('Missed -5% death chance boost for Saradomin godsword.'); + missedDeathBoosts.push('-20% for Infernal bulwark'); } + // attempt to remove resources and charges from the user const realCost = new Bank(); try { const result = await user.specialRemoveItems(cost); @@ -639,8 +782,19 @@ export async function colosseumCommand(user: MUser, channelID: string) { } throw err; } - messages.push(`Removed ${realCost}`); + costStr.push(`**Removed:** ${realCost}`); + + if (chargeBank.length() > 0) { + const hasChargesResult = user.hasCharges(chargeBank); + if (!hasChargesResult.hasCharges) { + return hasChargesResult.fullUserString!; + } + + const degradeResults = await degradeChargeBank(user, chargeBank); + costStr.push(degradeResults.map(i => i.userMessage).join(', ')); + } + // update user stats await updateBankSetting('colo_cost', realCost); await userStatsBankUpdate(user, 'colo_cost', realCost); await trackLoot({ @@ -656,31 +810,54 @@ export async function colosseumCommand(user: MUser, channelID: string) { ] }); - if (chargeBank.length() > 0) { - const hasChargesResult = user.hasCharges(chargeBank); - if (!hasChargesResult.hasCharges) { - return hasChargesResult.fullUserString!; - } - - const degradeResults = await degradeChargeBank(user, chargeBank); - messages.push(degradeResults.map(i => i.userMessage).join(', ')); + let totalDuration = 0; + let totalFakeDuration = 0; + let maxGlory = 0; + const diedAt: (number | null)[] = []; + const totalLoot = new Bank(); + let totalScytheCharges = 0; + let totalVenatorBowCharges = 0; + let totalBloodFuryCharges = 0; + let totalVoidStaffCharges = 0; + + // go through the results and combine them + for (const result of results) { + totalDuration += result.realDuration; + totalFakeDuration += result.fakeDuration; + if (result.maxGlory > maxGlory) maxGlory = result.maxGlory; + diedAt.push(result.diedAt); + if (result.loot) totalLoot.add(result.loot); + totalScytheCharges += result.scytheCharges; + totalVenatorBowCharges += result.venatorBowCharges; + totalBloodFuryCharges += result.bloodFuryCharges; + totalVoidStaffCharges += result.voidCharges; } await addSubTaskToActivityTask({ userID: user.id, channelID, - duration: res.realDuration, + duration: totalDuration, type: 'Colosseum', - fakeDuration: res.fakeDuration, - maxGlory: res.maxGlory, - diedAt: res.diedAt ?? undefined, - loot: res.loot?.bank, - scytheCharges: res.scytheCharges, - venatorBowCharges: res.venatorBowCharges, - bloodFuryCharges: res.bloodFuryCharges + quantity, + fakeDuration: totalFakeDuration, + maxGlory, + diedAt: diedAt, + loot: totalLoot.toJSON(), + scytheCharges: totalScytheCharges, + venatorBowCharges: totalVenatorBowCharges, + bloodFuryCharges: totalBloodFuryCharges, + voidStaffCharges: totalVoidStaffCharges }); - return `${user.minionName} is now attempting the Colosseum. They will finish in around ${formatDuration( - res.fakeDuration - )}, unless they die early. ${messages.join(', ')}`; + if (missedBoosts.length === 0) missedBoosts.push('None'); + if (missedDeathBoosts.length === 0) missedDeathBoosts.push('None'); + + return ( + `${user.minionName} is now ${quantity > 1 ? `doing ${quantity} attempts at` : 'attempting'} the Colosseum. They will finish in around ${formatDuration(totalFakeDuration)}, unless they die early.\n\n` + + `**Boosts:** ${boosts.join(', ')}.\n` + + `**Missed Boosts:** ${missedBoosts.join(', ')}.\n` + + `**Death Reduction:** ${deathBoosts.join(', ')}.\n` + + `**Missed Death Reduction:** ${missedDeathBoosts.join(', ')}.\n\n` + + `${costStr.join(', ')}` + ); } diff --git a/src/lib/combat_achievements/combatAchievements.ts b/src/lib/combat_achievements/combatAchievements.ts index 5aef785fb0c..001bdde2557 100644 --- a/src/lib/combat_achievements/combatAchievements.ts +++ b/src/lib/combat_achievements/combatAchievements.ts @@ -1,7 +1,7 @@ import type { activity_type_enum } from '@prisma/client'; import { deepClone, notEmpty, roll, sumArr } from 'e'; -import type { Item } from 'oldschooljs/dist/meta/types'; +import type { Item } from 'oldschooljs'; import type { Requirements } from '../structures/Requirements'; import type { ActivityTaskData, TOAOptions } from '../types/minions'; import { assert } from '../util'; @@ -47,7 +47,7 @@ export type CombatAchievement = { | { rng: { chancePerKill: number; - hasChance: activity_type_enum | ((data: ActivityTaskData, user: MUser) => boolean); + hasChance: activity_type_enum | ((data: ActivityTaskData, user: MUser, index: number) => boolean); }; } | { @@ -161,14 +161,13 @@ const indexesWithRng = entries.flatMap(i => i[1].tasks.filter(t => 'rng' in t)); export const combatAchievementTripEffect = async ({ data, messages, user }: Parameters[0]) => { const dataCopy = deepClone(data); - if (dataCopy.type === 'Inferno' && !dataCopy.diedPreZuk && !dataCopy.diedZuk) { - (dataCopy as any).q = 1; - } - if (dataCopy.type === 'Colosseum') { - (dataCopy as any).q = 1; + + let quantity = 1; + if ('q' in dataCopy) { + quantity = (dataCopy as any).q; + } else if ('quantity' in dataCopy) { + quantity = (dataCopy as any).quantity; } - if (!('q' in dataCopy)) return; - let quantity = Number(dataCopy.q); if (Number.isNaN(quantity)) return; if (data.type === 'TombsOfAmascut') { @@ -194,12 +193,12 @@ export const combatAchievementTripEffect = async ({ data, messages, user }: Para if (qty === 0) break; if (user.user.completed_ca_task_ids.includes(task.id)) continue; if (!('rng' in task)) continue; - const hasChance = - typeof task.rng.hasChance === 'string' - ? dataCopy.type === task.rng.hasChance - : task.rng.hasChance(dataCopy, user); - if (!hasChance) continue; for (let i = 0; i < qty; i++) { + const hasChance = + typeof task.rng.hasChance === 'string' + ? dataCopy.type === task.rng.hasChance + : task.rng.hasChance(dataCopy, user, i); + if (!hasChance) continue; if (roll(task.rng.chancePerKill)) { completedTasks.push(task); qty--; diff --git a/src/lib/combat_achievements/elite.ts b/src/lib/combat_achievements/elite.ts index 7000c5a5dcc..e23bc67b7aa 100644 --- a/src/lib/combat_achievements/elite.ts +++ b/src/lib/combat_achievements/elite.ts @@ -1,10 +1,17 @@ import { Monsters } from 'oldschooljs'; -import { MIMIC_MONSTER_ID, NIGHTMARE_ID, PHOSANI_NIGHTMARE_ID, ZALCANO_ID, demonBaneWeapons } from '../constants'; +import { + MIMIC_MONSTER_ID, + NIGHTMARE_ID, + PHOSANI_NIGHTMARE_ID, + ZALCANO_ID, + clawWeapon, + demonBaneWeapons +} from '../constants'; import { NexMonster } from '../nex'; import { SkillsEnum } from '../skilling/types'; import { Requirements } from '../structures/Requirements'; -import type { ActivityTaskData, GauntletOptions, NightmareActivityTaskOptions, TOAOptions } from '../types/minions'; +import type { GauntletOptions, NightmareActivityTaskOptions, TOAOptions } from '../types/minions'; import { anyoneDiedInTOARaid } from '../util'; import { isCertainMonsterTrip } from './caUtils'; import type { CombatAchievement } from './combatAchievements'; @@ -1494,7 +1501,11 @@ export const eliteCombatAchievements: CombatAchievement[] = [ monster: 'Colosseum', rng: { chancePerKill: 5, - hasChance: 'Colosseum' + hasChance: (data, user, index) => + user.hasEquippedOrInBank(clawWeapon, 'one') && + data.type === 'Colosseum' && + Array.isArray(data.diedAt) && + data.diedAt[index]! > 1 } }, { @@ -1505,8 +1516,8 @@ export const eliteCombatAchievements: CombatAchievement[] = [ monster: 'Colosseum', rng: { chancePerKill: 12, - hasChance: (data: ActivityTaskData) => - data.type === 'Colosseum' && (!data.diedAt || (Boolean(data.diedAt) && data.diedAt > 7)) + hasChance: (data, _user, index) => + data.type === 'Colosseum' && (!data.diedAt || (Array.isArray(data.diedAt) && data.diedAt[index]! > 7)) } }, { @@ -1517,8 +1528,53 @@ export const eliteCombatAchievements: CombatAchievement[] = [ monster: 'Colosseum', rng: { chancePerKill: 12, - hasChance: (data: ActivityTaskData) => - data.type === 'Colosseum' && (!data.diedAt || (Boolean(data.diedAt) && data.diedAt > 4)) + hasChance: (data, _user, index) => + data.type === 'Colosseum' && (!data.diedAt || (Array.isArray(data.diedAt) && data.diedAt[index]! > 4)) + } + }, + { + id: 1132, + name: 'Araxxor Veteran', + desc: 'Complete Wave 4 without taking avoidable damage from a Manticore.', + type: 'kill_count', + monster: 'Araxxor', + requirements: new Requirements().add({ + kcRequirement: { + [Monsters.Araxxor.id]: 25 + } + }) + }, + { + id: 1133, + name: 'Araxxor Speed-Trialist', + desc: 'Complete Wave 4 without taking avoidable damage from a Manticore.', + type: 'speed', + monster: 'Araxxor', + rng: { + chancePerKill: 200, + hasChance: isCertainMonsterTrip(Monsters.Araxxor.id) + } + }, + { + id: 1134, + name: 'Relaxxor', + desc: 'Kill Araxxor after destroying six eggs.', + type: 'restriction', + monster: 'Araxxor', + rng: { + chancePerKill: 200, + hasChance: isCertainMonsterTrip(Monsters.Araxxor.id) + } + }, + { + id: 1135, + name: 'Relaxxor', + desc: 'Kill Araxxor after destroying six eggs.', + type: 'restriction', + monster: 'Araxxor', + rng: { + chancePerKill: 200, + hasChance: isCertainMonsterTrip(Monsters.Araxxor.id) } } ]; diff --git a/src/lib/combat_achievements/grandmaster.ts b/src/lib/combat_achievements/grandmaster.ts index e0a689ed4ee..ccd1e664dba 100644 --- a/src/lib/combat_achievements/grandmaster.ts +++ b/src/lib/combat_achievements/grandmaster.ts @@ -1,10 +1,9 @@ import { Time } from 'e'; -import { Monsters } from 'oldschooljs'; +import { Bank, Monsters } from 'oldschooljs'; import { PHOSANI_NIGHTMARE_ID } from '../constants'; import { Requirements } from '../structures/Requirements'; import type { - ActivityTaskData, GauntletOptions, NexTaskOptions, NightmareActivityTaskOptions, @@ -12,7 +11,6 @@ import type { TOAOptions, TheatreOfBloodTaskOptions } from '../types/minions'; -import { anyoneDiedInTOARaid } from '../util'; import { isCertainMonsterTrip } from './caUtils'; import type { CombatAchievement } from './combatAchievements'; @@ -48,8 +46,14 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ type: 'speed', monster: 'Chambers of Xeric', rng: { - chancePerKill: 55, - hasChance: 'Raids' + chancePerKill: 1, + hasChance: data => + (data.type === 'Raids' && + (data as RaidsOptions).users.length >= 5 && + data.duration < Time.Minute * 12.5 * (data.quantity ?? 1)) || + (data.type === 'Raids' && + ((data as RaidsOptions).maxSizeInput ?? 0) >= 5 && + data.duration < Time.Minute * 12.5 * (data.quantity ?? 1)) } }, { @@ -71,8 +75,11 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ type: 'speed', monster: 'Chambers of Xeric', rng: { - chancePerKill: 55, - hasChance: data => data.type === 'Raids' && (data as RaidsOptions).users.length === 1 + chancePerKill: 1, + hasChance: data => + data.type === 'Raids' && + (data as RaidsOptions).users.length === 1 && + data.duration < Time.Minute * 17 * (data.quantity ?? 1) } }, { @@ -82,8 +89,14 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ type: 'speed', monster: 'Chambers of Xeric', rng: { - chancePerKill: 55, - hasChance: 'Raids' + chancePerKill: 1, + hasChance: data => + (data.type === 'Raids' && + (data as RaidsOptions).users.length >= 3 && + data.duration < Time.Minute * 14.5 * (data.quantity ?? 1)) || + (data.type === 'Raids' && + ((data as RaidsOptions).maxSizeInput ?? 0) >= 3 && + data.duration < Time.Minute * 14.5 * (data.quantity ?? 1)) } }, { @@ -93,11 +106,12 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ type: 'speed', monster: 'Chambers of Xeric: Challenge Mode', rng: { - chancePerKill: 30, + chancePerKill: 1, hasChance: data => data.type === 'Raids' && (data as RaidsOptions).challengeMode && - (data as RaidsOptions).users.length === 1 + (data as RaidsOptions).users.length === 1 && + data.duration < Time.Minute * 38.5 * (data.quantity ?? 1) } }, { @@ -119,8 +133,16 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ type: 'speed', monster: 'Chambers of Xeric: Challenge Mode', rng: { - chancePerKill: 30, - hasChance: data => data.type === 'Raids' && (data as RaidsOptions).challengeMode + chancePerKill: 1, + hasChance: data => + (data.type === 'Raids' && + (data as RaidsOptions).challengeMode && + (data as RaidsOptions).users.length >= 3 && + data.duration < Time.Minute * 27 * (data.quantity ?? 1)) || + (data.type === 'Raids' && + (data as RaidsOptions).challengeMode && + ((data as RaidsOptions).maxSizeInput ?? 0) >= 3 && + data.duration < Time.Minute * 27 * (data.quantity ?? 1)) } }, { @@ -130,8 +152,16 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ type: 'speed', monster: 'Chambers of Xeric: Challenge Mode', rng: { - chancePerKill: 30, - hasChance: data => data.type === 'Raids' && (data as RaidsOptions).challengeMode + chancePerKill: 1, + hasChance: data => + (data.type === 'Raids' && + (data as RaidsOptions).challengeMode && + (data as RaidsOptions).users.length >= 5 && + data.duration < Time.Minute * 25 * (data.quantity ?? 1)) || + (data.type === 'Raids' && + (data as RaidsOptions).challengeMode && + ((data as RaidsOptions).maxSizeInput ?? 0) >= 5 && + data.duration < Time.Minute * 25 * (data.quantity ?? 1)) } }, { @@ -696,13 +726,9 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ desc: 'Complete the Tombs of Amascut at raid level 500 or above without anyone dying.', type: 'mechanical', monster: 'Tombs of Amascut: Expert Mode', - rng: { - chancePerKill: 1, - hasChance: data => - data.type === 'TombsOfAmascut' && - (data as TOAOptions).raidLevel >= 500 && - !anyoneDiedInTOARaid(data as TOAOptions) - } + requirements: new Requirements().add({ + clRequirement: new Bank().add('Cursed phalanx', 1) + }) }, { id: 3060, @@ -848,7 +874,7 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ monster: 'TzKal-Zuk', rng: { chancePerKill: 10, - hasChance: 'Inferno' + hasChance: data => data.type === 'Inferno' && !data.diedPreZuk && !data.diedZuk } }, { @@ -859,7 +885,7 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ monster: 'TzKal-Zuk', rng: { chancePerKill: 12, - hasChance: 'Inferno' + hasChance: data => data.type === 'Inferno' && !data.diedPreZuk && !data.diedZuk } }, { @@ -881,7 +907,7 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ monster: 'TzKal-Zuk', rng: { chancePerKill: 6, - hasChance: 'Inferno' + hasChance: data => data.type === 'Inferno' && !data.diedPreZuk && !data.diedZuk } }, { @@ -892,7 +918,7 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ monster: 'TzKal-Zuk', rng: { chancePerKill: 3, - hasChance: 'Inferno' + hasChance: data => data.type === 'Inferno' && !data.diedPreZuk && !data.diedZuk } }, { @@ -915,7 +941,7 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ monster: 'TzKal-Zuk', rng: { chancePerKill: 6, - hasChance: 'Inferno' + hasChance: data => data.type === 'Inferno' && !data.diedPreZuk && !data.diedZuk } }, { @@ -1037,8 +1063,11 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ monster: 'Colosseum', rng: { chancePerKill: 1, - hasChance: (data: ActivityTaskData) => - data.type === 'Colosseum' && !data.diedAt && data.duration < Time.Minute * 24 + hasChance: (data, _user, index) => + data.type === 'Colosseum' && + Array.isArray(data.diedAt) && + !data.diedAt[index] && + data.duration < Time.Minute * 24 * data.quantity } }, { @@ -1049,7 +1078,8 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ monster: 'Colosseum', rng: { chancePerKill: 15, - hasChance: (data: ActivityTaskData) => data.type === 'Colosseum' && !data.diedAt + hasChance: (data, _user, index) => + data.type === 'Colosseum' && Array.isArray(data.diedAt) && !data.diedAt[index] } }, { @@ -1060,7 +1090,8 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ monster: 'Colosseum', rng: { chancePerKill: 30, - hasChance: (data: ActivityTaskData) => data.type === 'Colosseum' && !data.diedAt + hasChance: (data, _user, index) => + data.type === 'Colosseum' && Array.isArray(data.diedAt) && !data.diedAt[index] } }, { @@ -1071,7 +1102,8 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ monster: 'Colosseum', rng: { chancePerKill: 20, - hasChance: (data: ActivityTaskData) => data.type === 'Colosseum' && !data.diedAt + hasChance: (data, _user, index) => + data.type === 'Colosseum' && Array.isArray(data.diedAt) && !data.diedAt[index] } }, { @@ -1085,5 +1117,38 @@ export const grandmasterCombatAchievements: CombatAchievement[] = [ colosseum: 10 } }) + }, + { + id: 3095, + name: 'Araxxor Speed-Runner', + desc: 'Kill Araxxor 6 times in 10:00.', + type: 'speed', + monster: 'Araxxor', + rng: { + chancePerKill: 500, + hasChance: isCertainMonsterTrip(Monsters.Araxxor.id) + } + }, + { + id: 3096, + name: 'Perfect Araxxor 2', + desc: 'Kill Araxxor perfectly, without hitting it during the enrage phase.', + type: 'perfection', + monster: 'Araxxor', + rng: { + chancePerKill: 1000, + hasChance: isCertainMonsterTrip(Monsters.Araxxor.id) + } + }, + { + id: 3097, + name: 'Swimming in Venom', + desc: 'Kill Araxxor without the boss ever moving.', + type: 'restriction', + monster: 'Araxxor', + rng: { + chancePerKill: 1000, + hasChance: isCertainMonsterTrip(Monsters.Araxxor.id) + } } ]; diff --git a/src/lib/combat_achievements/master.ts b/src/lib/combat_achievements/master.ts index 4eaf20b8bb1..0227eb1952d 100644 --- a/src/lib/combat_achievements/master.ts +++ b/src/lib/combat_achievements/master.ts @@ -2,11 +2,10 @@ import { Time } from 'e'; import { Monsters } from 'oldschooljs'; import { resolveItems } from 'oldschooljs/dist/util/util'; -import { NIGHTMARE_ID, PHOSANI_NIGHTMARE_ID } from '../constants'; +import { NIGHTMARE_ID, PHOSANI_NIGHTMARE_ID, spearWeapon } from '../constants'; import { NexMonster } from '../nex'; import { Requirements } from '../structures/Requirements'; import type { - ActivityTaskData, GauntletOptions, MonsterActivityTaskOptions, NightmareActivityTaskOptions, @@ -1324,7 +1323,7 @@ export const masterCombatAchievements: CombatAchievement[] = [ monster: 'TzKal-Zuk', rng: { chancePerKill: 10, - hasChance: 'Inferno' + hasChance: data => data.type === 'Inferno' && !data.diedPreZuk && !data.diedZuk } }, { @@ -1472,8 +1471,8 @@ export const masterCombatAchievements: CombatAchievement[] = [ monster: 'Colosseum', rng: { chancePerKill: 15, - hasChance: (data: ActivityTaskData) => - data.type === 'Colosseum' && (!data.diedAt || (Boolean(data.diedAt) && data.diedAt > 11)) + hasChance: (data, _user, index) => + data.type === 'Colosseum' && (!data.diedAt || (Array.isArray(data.diedAt) && data.diedAt[index]! > 11)) } }, { @@ -1484,7 +1483,8 @@ export const masterCombatAchievements: CombatAchievement[] = [ monster: 'Colosseum', rng: { chancePerKill: 15, - hasChance: (data: ActivityTaskData) => data.type === 'Colosseum' && !data.diedAt + hasChance: (data, _user, index) => + data.type === 'Colosseum' && Array.isArray(data.diedAt) && !data.diedAt[index] } }, { @@ -1495,7 +1495,11 @@ export const masterCombatAchievements: CombatAchievement[] = [ monster: 'Colosseum', rng: { chancePerKill: 15, - hasChance: (data: ActivityTaskData) => data.type === 'Colosseum' && !data.diedAt + hasChance: (data, user, index) => + user.hasEquippedOrInBank(spearWeapon, 'one') && + data.type === 'Colosseum' && + Array.isArray(data.diedAt) && + !data.diedAt[index] } }, { @@ -1518,8 +1522,77 @@ export const masterCombatAchievements: CombatAchievement[] = [ monster: 'Colosseum', rng: { chancePerKill: 1, - hasChance: (data: ActivityTaskData) => - data.type === 'Colosseum' && !data.diedAt && data.duration < Time.Minute * 28 + hasChance: (data, _user, index) => + data.type === 'Colosseum' && + (!data.diedAt || (Array.isArray(data.diedAt) && !data.diedAt[index])) && + data.duration < Time.Minute * 28 * data.quantity } + }, + { + id: 2134, + name: 'Araxyte Betrayal', + desc: 'Have an Araxyte kill three other Araxytes.', + type: 'mechanical', + monster: 'Araxxor', + rng: { + chancePerKill: 250, + hasChance: isCertainMonsterTrip(Monsters.Araxxor.id) + } + }, + { + id: 2135, + name: 'Perfect Araxxor', + desc: "Kill Araxxor perfectly, without taking damage from Araxxor's Mage & Range attacks, melee attack off prayer, araxyte minions damage, or damage from acid pools.", + type: 'perfection', + monster: 'Araxxor', + rng: { + chancePerKill: 400, + hasChance: isCertainMonsterTrip(Monsters.Araxxor.id) + } + }, + { + id: 2136, + name: 'Let it seep in', + desc: 'Kill Araxxor without ever having venom or poison immunity.', + type: 'restriction', + monster: 'Araxxor', + rng: { + chancePerKill: 400, + hasChance: isCertainMonsterTrip(Monsters.Araxxor.id) + } + }, + { + id: 2137, + name: 'Arachnid Lover', + desc: 'Kill Araxxor 10 times without leaving.', + type: 'stamina', + monster: 'Araxxor', + rng: { + chancePerKill: 400, + hasChance: isCertainMonsterTrip(Monsters.Araxxor.id) + } + }, + { + id: 2138, + name: 'Araxxor Speed-Chaser', + desc: 'Kill Araxxor 5 times in 10:00.', + type: 'speed', + monster: 'Araxxor', + rng: { + chancePerKill: 400, + hasChance: isCertainMonsterTrip(Monsters.Araxxor.id) + } + }, + { + id: 2139, + name: 'Araxxor Master', + desc: ' Kill Araxxor 75 times.', + type: 'kill_count', + monster: 'Araxxor', + requirements: new Requirements().add({ + kcRequirement: { + [Monsters.Araxxor.id]: 75 + } + }) } ]; diff --git a/src/lib/compCape.ts b/src/lib/compCape.ts index 159cb0b6c77..27675bc6aaf 100644 --- a/src/lib/compCape.ts +++ b/src/lib/compCape.ts @@ -501,6 +501,20 @@ for (const [name, key] of petTripSource) { }); } miscRequirements + .add({ + name: 'Buy a Music cape', + has: ({ stats }) => { + const itemsBought = new Bank(stats.userStats.buy_loot_bank as ItemBank); + if (!itemsBought.has('Music cape')) { + return [ + { + reason: 'You need to buy a Music cape.' + } + ]; + } + return []; + } + }) .add({ name: 'Buy a trimmed Music cape', has: ({ stats }) => { diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 1ea31a6f879..957859f35b1 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -1,10 +1,9 @@ import { execSync } from 'node:child_process'; import path from 'node:path'; import { isMainThread } from 'node:worker_threads'; -import type { Image } from '@napi-rs/canvas'; -import { PerkTier, SimpleTable, StoreBitfield, dateFm } from '@oldschoolgg/toolkit'; +import { PerkTier, StoreBitfield, dateFm } from '@oldschoolgg/toolkit'; import type { CommandOptions } from '@oldschoolgg/toolkit'; -import type { Prisma } from '@prisma/client'; +import { SimpleTable } from '@oldschoolgg/toolkit/structures'; import type { APIButtonComponent, APIInteractionDataResolvedChannel, APIRole } from 'discord.js'; import { ButtonBuilder, ButtonStyle, ComponentType } from 'discord.js'; import * as dotenv from 'dotenv'; @@ -13,14 +12,14 @@ import { Items } from 'oldschooljs'; import { convertLVLtoXP, getItemOrThrow } from 'oldschooljs/dist/util/util'; import { z } from 'zod'; +import type { Prisma } from '@prisma/client'; +import { resolveItems } from 'oldschooljs/dist/util/util'; import { DISCORD_SETTINGS, production } from '../config'; import type { AbstractCommand } from '../mahoji/lib/inhibitors'; import { customItems } from './customItems/util'; import { SkillsEnum } from './skilling/types'; import type { ActivityTaskData } from './types/minions'; -import resolveItems from './util/resolveItems'; - -import '../lib/data/itemAliases'; +import type { CanvasImage } from './util/canvasUtil'; export { PerkTier }; @@ -79,7 +78,8 @@ export const Roles = { EventOrganizer: '1149907536749801542', TopTamer: '1054356709222666240', TopMysterious: '1074592096968785960', - TopGlobalCL: '848966773885763586' + TopGlobalCL: '848966773885763586', + TopFarmer: '894194259731828786' }; export enum DefaultPingableRoles { @@ -545,7 +545,8 @@ export const BadgesEnum = { TopMinigame: 11, SotWTrophy: 12, Slayer: 13, - TopGiveawayer: 14 + TopGiveawayer: 14, + Farmer: 15 } as const; export const badges: { [key: number]: string } = { @@ -563,7 +564,8 @@ export const badges: { [key: number]: string } = { [BadgesEnum.TopMinigame]: Emoji.MinigameIcon, [BadgesEnum.SotWTrophy]: Emoji.SOTWTrophy, [BadgesEnum.Slayer]: Emoji.Slayer, - [BadgesEnum.TopGiveawayer]: Emoji.SantaHat + [BadgesEnum.TopGiveawayer]: Emoji.SantaHat, + [BadgesEnum.Farmer]: Emoji.Farming }; export const MAX_XP = 5_000_000_000; @@ -657,6 +659,9 @@ export const projectiles = { } as const; export type ProjectileType = keyof typeof projectiles; +export const spearWeapon = resolveItems(['Crystal halberd', 'Zamorakian hasta', 'Zamorakian spear']); +export const clawWeapon = resolveItems(['Dragon claws']); // TODO: Add Burning claws once OSJS updated + export const PHOSANI_NIGHTMARE_ID = 9416; const COMMANDS_TO_NOT_TRACK = [['minion', ['k', 'kill', 'clue', 'info']]]; export function shouldTrackCommand(command: AbstractCommand, args: CommandOptions) { @@ -713,7 +718,7 @@ export function getCommandArgs( export const GLOBAL_BSO_XP_MULTIPLIER = 5; export const DISABLED_COMMANDS = new Set(); -export const PVM_METHODS = ['barrage', 'cannon', 'burst', 'none'] as const; +export const PVM_METHODS = ['barrage', 'cannon', 'burst', 'chinning', 'none'] as const; export type PvMMethod = (typeof PVM_METHODS)[number]; export const NMZ_STRATEGY = ['experience', 'points'] as const; @@ -849,7 +854,7 @@ export const OSB_VIRTUS_IDS = [26_241, 26_243, 26_245]; export const YETI_ID = 129_521; export const KING_GOLDEMAR_GUARD_ID = 30_913; -export const gitHash = execSync('git rev-parse HEAD').toString().trim(); +export const gitHash = process.env.TEST ? 'TESTGITHASH' : execSync('git rev-parse HEAD').toString().trim(); const gitRemote = BOT_TYPE === 'BSO' ? 'gc/oldschoolbot-secret' : 'oldschoolgg/oldschoolbot'; const GIT_BRANCH = BOT_TYPE === 'BSO' ? 'bso' : 'master'; @@ -880,7 +885,7 @@ export const ItemIconPacks = [ name: 'Halloween', storeBitfield: StoreBitfield.HalloweenItemIconPack, id: 'halloween', - icons: new Map() + icons: new Map() } ]; diff --git a/src/lib/customItems/customItems.ts b/src/lib/customItems/customItems.ts index e45c4730e70..2ef069a7a32 100644 --- a/src/lib/customItems/customItems.ts +++ b/src/lib/customItems/customItems.ts @@ -2980,8 +2980,7 @@ setCustomItem( { customItemData: { cantDropFromMysteryBoxes: true - }, - examine: "Almost sounds like there's screaming coming from inside it..." + } }, 100_000_000 ); @@ -3471,7 +3470,8 @@ setCustomItem( 'Graceful hood', { customItemData: { - cantDropFromMysteryBoxes: true + cantDropFromMysteryBoxes: true, + isDiscontinued: true } }, 100_000 @@ -3483,7 +3483,8 @@ setCustomItem( 'Graceful top', { customItemData: { - cantDropFromMysteryBoxes: true + cantDropFromMysteryBoxes: true, + isDiscontinued: true } }, 100_000 @@ -3495,7 +3496,8 @@ setCustomItem( 'Graceful legs', { customItemData: { - cantDropFromMysteryBoxes: true + cantDropFromMysteryBoxes: true, + isDiscontinued: true } }, 100_000 @@ -3507,7 +3509,8 @@ setCustomItem( 'Graceful cape', { customItemData: { - cantDropFromMysteryBoxes: true + cantDropFromMysteryBoxes: true, + isDiscontinued: true } }, 100_000 @@ -3519,7 +3522,8 @@ setCustomItem( 'Graceful boots', { customItemData: { - cantDropFromMysteryBoxes: true + cantDropFromMysteryBoxes: true, + isDiscontinued: true } }, 100_000 @@ -3531,7 +3535,8 @@ setCustomItem( 'Graceful gloves', { customItemData: { - cantDropFromMysteryBoxes: true + cantDropFromMysteryBoxes: true, + isDiscontinued: true } }, 100_000 @@ -3958,8 +3963,7 @@ setCustomItem( { customItemData: { cantDropFromMysteryBoxes: true - }, - examine: 'A dangerous power emits from this book... beware.' + } }, 1000 ); @@ -12784,3 +12788,48 @@ setCustomItem( }, 100_000 ); + +setCustomItem( + 73_223, + 'Tidal collector (i)', + 'Tidal collector', + { + customItemData: { + cantDropFromMysteryBoxes: true, + isSuperUntradeable: true + }, + equipment: { + attack_stab: 0, + attack_slash: 0, + attack_crush: 0, + attack_magic: 0, + attack_ranged: 25, + defence_stab: 1, + defence_slash: 1, + defence_crush: 1, + defence_magic: 8, + defence_ranged: 2, + melee_strength: 0, + ranged_strength: 6, + magic_damage: 0, + prayer: 0, + slot: EquipmentSlot.Cape, + requirements: { + ranged: 120 + } + } + }, + 100_000 +); + +setCustomItem( + 73_224, + 'Pernix components', + 'Coal', + { + customItemData: { + cantDropFromMysteryBoxes: true + } + }, + 100_000 +); diff --git a/src/lib/customItems/nonCustomChanges.ts b/src/lib/customItems/nonCustomChanges.ts index f057fa918a5..b514fe9b514 100644 --- a/src/lib/customItems/nonCustomChanges.ts +++ b/src/lib/customItems/nonCustomChanges.ts @@ -1,6 +1,6 @@ -import { modifyItem } from '@oldschoolgg/toolkit'; +import { Items } from 'oldschooljs'; -modifyItem('Seed pack', { +Items.modifyItem('Seed pack', { customItemData: { isSuperUntradeable: true, cantDropFromMysteryBoxes: true diff --git a/src/lib/customItems/util.ts b/src/lib/customItems/util.ts index 4bd1fad908f..81a59c6653f 100644 --- a/src/lib/customItems/util.ts +++ b/src/lib/customItems/util.ts @@ -1,10 +1,7 @@ -import { cleanString as deepCleanString } from '@oldschoolgg/toolkit'; +import { replaceWhitespaceAndUppercase } from '@oldschoolgg/toolkit'; import type { DeepPartial } from '@sapphire/utilities'; import deepMerge from 'deepmerge'; -import { Items } from 'oldschooljs'; -import type { Item, ItemRequirements } from 'oldschooljs/dist/meta/types'; -import { itemNameMap } from 'oldschooljs/dist/structures/Items'; -import { cleanString } from 'oldschooljs/dist/util/cleanString'; +import { type Item, type ItemRequirements, Items, itemNameMap } from 'oldschooljs'; import getOSItem from '../util/getOSItem'; @@ -21,7 +18,7 @@ export const hasSet: Item[] = []; // Prevent old item names from matching customItems export function isDeletedItemName(nameToTest: string) { - const cleanNameToTest = deepCleanString(nameToTest); + const cleanNameToTest = replaceWhitespaceAndUppercase(nameToTest); if (overwrittenItemNames.get(cleanNameToTest)) { return true; } @@ -44,12 +41,12 @@ export function setCustomItem(id: number, name: string, baseItem: string, newIte // Track names of re-mapped items to break the link: const oldItem = Items.get(id); - if (oldItem && deepCleanString(oldItem.name) !== deepCleanString(name)) { + if (oldItem && replaceWhitespaceAndUppercase(oldItem.name) !== replaceWhitespaceAndUppercase(name)) { // If the custom item has the same name as the original item don't break the link - overwrittenItemNames.set(deepCleanString(oldItem.name), oldItem); + overwrittenItemNames.set(replaceWhitespaceAndUppercase(oldItem.name), oldItem); } Items.set(id, data); - const cleanName = cleanString(name); + const cleanName = replaceWhitespaceAndUppercase(name); itemNameMap.set(cleanName, id); itemNameMap.set(name, id); diff --git a/src/lib/data/Collections.ts b/src/lib/data/Collections.ts index f6ab509895a..5f1266a1239 100644 --- a/src/lib/data/Collections.ts +++ b/src/lib/data/Collections.ts @@ -1,13 +1,12 @@ +import { stringMatches } from '@oldschoolgg/toolkit'; import { calcWhatPercent, isObject, notEmpty, removeFromArr, sumArr, uniqueArr } from 'e'; -import { Bank, Clues, Monsters } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; -import { ChambersOfXeric } from 'oldschooljs/dist/simulation/misc/ChambersOfXeric'; -import type Monster from 'oldschooljs/dist/structures/Monster'; - +import { Bank, ChambersOfXeric, Clues, type Item, type Monster, Monsters } from 'oldschooljs'; +import { resolveItems } from 'oldschooljs/dist/util/util'; import { divinationEnergies, portents } from '../bso/divination'; -import { type ClueTier, ClueTiers } from '../clues/clueTiers'; +import type { ClueTier } from '../clues/clueTiers'; +import { ClueTiers } from '../clues/clueTiers'; import type { CollectionLogType } from '../collectionLogTask'; -import { PHOSANI_NIGHTMARE_ID, ZALCANO_ID } from '../constants'; +import { OSB_VIRTUS_IDS, PHOSANI_NIGHTMARE_ID, ZALCANO_ID } from '../constants'; import { discontinuedDyes, dyedItems } from '../dyedItems'; import { growablePetsCL } from '../growablePets'; import { implingsCL } from '../implings'; @@ -47,9 +46,7 @@ import smithables from '../skilling/skills/smithing/smithables'; import { SkillsEnum } from '../skilling/types'; import { MUserStats } from '../structures/MUserStats'; import type { ItemBank } from '../types'; -import { stringMatches } from '../util'; import getOSItem from '../util/getOSItem'; -import resolveItems from '../util/resolveItems'; import { shuffleRandom } from '../util/smallUtils'; import type { FormatProgressFunction, ICollection, ILeftListStatus, IToReturnCollection } from './CollectionsExport'; import { @@ -59,6 +56,7 @@ import { akumuCL, alchemicalHydraCL, allPetsCL, + araxxorCL, balthazarsBigBonanzaCL, barbarianAssaultCL, barrowsChestCL, @@ -78,6 +76,7 @@ import { chompyBirdsCL, cluesBeginnerCL, cluesEasyCL, + cluesElderCL, cluesEliteCL, cluesEliteRareCL, cluesGrandmasterCL, @@ -143,6 +142,7 @@ import { monkeyRumbleCL, motherlodeMineCL, muspahCL, + myNotesCL, naxxusCL, nexCL, nihilizCL, @@ -242,6 +242,12 @@ export const allCollectionLogs: ICollection = { items: alchemicalHydraCL, fmtProg: kcProg(Monsters.AlchemicalHydra) }, + Araxxor: { + alias: [...Monsters.Araxxor.aliases, 'rax'], + allItems: uniqueArr([...araxxorCL, ...Monsters.Araxxor.allItems]), + items: araxxorCL, + fmtProg: kcProg(Monsters.Araxxor) + }, 'Barrows Chests': { alias: Monsters.Barrows.aliases, kcActivity: Monsters.Barrows.name, @@ -365,7 +371,7 @@ export const allCollectionLogs: ICollection = { Default: [Monsters.DukeSucellus.name, Monsters.AwakenedDukeSucellus.name], Awakened: Monsters.AwakenedDukeSucellus.name }, - allItems: Monsters.DukeSucellus.allItems, + allItems: Monsters.DukeSucellus.allItems.filter(item => !OSB_VIRTUS_IDS.includes(item)), items: dukeSucellusCL, fmtProg: ({ stats }) => [ `${stats.kcBank[Monsters.DukeSucellus.id] ?? 0} KC`, @@ -378,7 +384,7 @@ export const allCollectionLogs: ICollection = { Default: [Monsters.TheLeviathan.name, Monsters.AwakenedTheLeviathan.name], Awakened: Monsters.AwakenedTheLeviathan.name }, - allItems: Monsters.TheLeviathan.allItems, + allItems: Monsters.TheLeviathan.allItems.filter(item => !OSB_VIRTUS_IDS.includes(item)), items: theLeviathanCL, fmtProg: ({ stats }) => [ `${stats.kcBank[Monsters.TheLeviathan.id] ?? 0} KC`, @@ -391,7 +397,7 @@ export const allCollectionLogs: ICollection = { Default: [Monsters.Vardorvis.name, Monsters.AwakenedVardorvis.name], Awakened: Monsters.AwakenedVardorvis.name }, - allItems: Monsters.Vardorvis.allItems, + allItems: Monsters.Vardorvis.allItems.filter(item => !OSB_VIRTUS_IDS.includes(item)), items: vardorvisCL, fmtProg: ({ stats }) => [ `${stats.kcBank[Monsters.Vardorvis.id] ?? 0} KC`, @@ -410,7 +416,7 @@ export const allCollectionLogs: ICollection = { Default: [Monsters.TheWhisperer.name, Monsters.AwakenedTheWhisperer.name], Awakened: Monsters.AwakenedTheWhisperer.name }, - allItems: Monsters.TheWhisperer.allItems, + allItems: Monsters.TheWhisperer.allItems.filter(item => !OSB_VIRTUS_IDS.includes(item)), items: theWhispererCL, fmtProg: ({ stats }) => [ `${stats.kcBank[Monsters.TheWhisperer.id] ?? 0} KC`, @@ -937,49 +943,13 @@ export const allCollectionLogs: ICollection = { kcActivity: { Default: async (_, __, { openableScores }) => openableScores.amount(73_124) }, - items: resolveItems([ - 'Lord marshal boots', - 'Lord marshal gloves', - 'Lord marshal trousers', - 'Lord marshal top', - 'Lord marshal cap', - 'Akumu mask', - 'Commander boots', - 'Commander gloves', - 'Commander trousers', - 'Commander top', - 'Commander cap', - 'Apple parasol', - 'Watermelon parasol', - 'Lemon parasol', - 'Strawberry parasol', - 'Blueberry parasol', - 'Grape parasol', - 'Coconut parasol', - 'Detective hat', - 'Detective trenchcoat', - 'Detective pants', - '2nd age range legs', - '2nd age range top', - '2nd age range coif', - '2nd age bow', - '2nd age mage top', - '2nd age mage bottom', - '2nd age mage mask', - '2nd age staff', - 'First age robe top', - 'First age robe bottom', - 'Clue bag', - 'Inventors tools', - 'Elder knowledge', - 'Octo' - ]), + items: cluesElderCL, isActivity: true, fmtProg: clueProg(['Elder']) }, 'Grandmaster Treasure Trails': { alias: ['grandmaster', 'clues grandmaster', 'clue grandmaster', 'clue gm', 'gm'], - allItems: GrandmasterClueTable.table.allItems, + allItems: GrandmasterClueTable.allItems, kcActivity: { Default: async (_, __, { openableScores }) => openableScores.amount(19_838) }, @@ -1348,6 +1318,51 @@ export const allCollectionLogs: ICollection = { items: motherlodeMineCL, fmtProg: kcProg(Monsters.DemonicGorilla) }, + 'My Notes': { + alias: ['my notes'], + items: myNotesCL + }, + 'Random Events': { + alias: ['random'], + items: randomEventsCL + }, + Revenants: { + alias: ['revs'], + kcActivity: { + Default: async user => { + const stats = await user.fetchStats({ monster_scores: true }); + return sumArr( + [ + Monsters.RevenantImp.id, + Monsters.RevenantGoblin.id, + Monsters.RevenantPyrefiend.id, + Monsters.RevenantHobgoblin.id, + Monsters.RevenantCyclops.id, + Monsters.RevenantHellhound.id, + Monsters.RevenantDemon.id, + Monsters.RevenantOrk.id, + Monsters.RevenantDarkBeast.id, + Monsters.RevenantKnight.id, + Monsters.RevenantDragon.id + ].map(i => (stats.monster_scores as ItemBank)[i] ?? 0) + ); + } + }, + allItems: [ + ...Monsters.RevenantImp.allItems, + ...Monsters.RevenantGoblin.allItems, + ...Monsters.RevenantPyrefiend.allItems, + ...Monsters.RevenantHobgoblin.allItems, + ...Monsters.RevenantCyclops.allItems, + ...Monsters.RevenantHellhound.allItems, + ...Monsters.RevenantDemon.allItems, + ...Monsters.RevenantOrk.allItems, + ...Monsters.RevenantDarkBeast.allItems, + ...Monsters.RevenantKnight.allItems, + ...Monsters.RevenantDragon.allItems + ], + items: revenantsCL + }, 'Rooftop Agility': { alias: ['rooftop', 'laps', 'agility', 'agil'], items: rooftopAgilityCL, @@ -1522,7 +1537,7 @@ export const allCollectionLogs: ICollection = { ...Monsters.TheWhisperer.allItems, ...Monsters.Vardorvis.allItems, ...Monsters.DukeSucellus.allItems - ], + ].filter(item => !OSB_VIRTUS_IDS.includes(item)), items: [...theLeviathanCL, ...theWhispererCL, ...vardorvisCL, ...dukeSucellusCL] }, Creatables: { diff --git a/src/lib/data/CollectionsExport.ts b/src/lib/data/CollectionsExport.ts index 9ddeef70875..c33f973e076 100644 --- a/src/lib/data/CollectionsExport.ts +++ b/src/lib/data/CollectionsExport.ts @@ -3,6 +3,7 @@ import { Bank } from 'oldschooljs'; import type { Item } from 'oldschooljs/dist/meta/types'; import { resolveItems } from 'oldschooljs/dist/util/util'; +import { removeDiscontinuedItems } from '../bso/bsoUtil'; import { growablePets } from '../growablePets'; import { stoneSpirits } from '../minions/data/stoneSpirits'; import type { MinigameScore } from '../settings/minigames'; @@ -1115,6 +1116,44 @@ export const cluesGrandmasterRareCL = resolveItems([ 'Shadow dye' ]); +export const cluesElderCL = resolveItems([ + 'Lord marshal boots', + 'Lord marshal gloves', + 'Lord marshal trousers', + 'Lord marshal top', + 'Lord marshal cap', + 'Akumu mask', + 'Commander boots', + 'Commander gloves', + 'Commander trousers', + 'Commander top', + 'Commander cap', + 'Apple parasol', + 'Watermelon parasol', + 'Lemon parasol', + 'Strawberry parasol', + 'Blueberry parasol', + 'Grape parasol', + 'Coconut parasol', + 'Detective hat', + 'Detective trenchcoat', + 'Detective pants', + '2nd age range legs', + '2nd age range top', + '2nd age range coif', + '2nd age bow', + '2nd age mage top', + '2nd age mage bottom', + '2nd age mage mask', + '2nd age staff', + 'First age robe top', + 'First age robe bottom', + 'Clue bag', + 'Inventors tools', + 'Elder knowledge', + 'Octo' +]); + export const cluesHardRareCL = resolveItems([ '3rd age range coif', '3rd age range top', @@ -1347,6 +1386,7 @@ export const barbarianAssaultCL = resolveItems([ ]); export const brimhavenAgilityArenaCL = resolveItems([ 'Agility arena ticket', + 'Brimhaven voucher', "Pirate's hook", 'Brimhaven graceful hood', 'Brimhaven graceful top', @@ -1850,6 +1890,10 @@ export const motherlodeMineCL = resolveItems([ 'Prospector legs', 'Prospector boots' ]); +export const myNotesCL = resolveItems([ + 11_341, 11_342, 11_343, 11_344, 11_345, 11_346, 11_347, 11_348, 11_349, 11_350, 11_351, 11_352, 11_353, 11_354, + 11_355, 11_356, 11_357, 11_358, 11_359, 11_360, 11_361, 11_362, 11_363, 11_364, 11_365, 11_366 +]); export const randomEventsCL = resolveItems([ 'Camo top', 'Camo bottoms', @@ -2017,7 +2061,8 @@ export const slayerCL = resolveItems([ 'Ancient ceremonial top', 'Ancient ceremonial legs', 'Ancient ceremonial gloves', - 'Ancient ceremonial boots' + 'Ancient ceremonial boots', + 'Aranea boots' ]); export const tzHaarCL = resolveItems([ 'Obsidian cape', @@ -2608,14 +2653,16 @@ export const customBossesDropsThatCantBeDroppedInMBs = [ export const holidayCL = allHolidayItems; -export const gracefulCL = resolveItems([ - ...gracefulHoods, - ...gracefulTops, - ...gracefulLegs, - ...gracefulFeet, - ...gracefulHands, - ...gracefulCapes -]).filter(id => !resolveItems(['Max cape', 'Agility cape', 'Agility cape(t)', 'Agility master cape']).includes(id)); +export const gracefulCL = removeDiscontinuedItems( + resolveItems([ + ...gracefulHoods, + ...gracefulTops, + ...gracefulLegs, + ...gracefulFeet, + ...gracefulHands, + ...gracefulCapes + ]).filter(id => !resolveItems(['Max cape', 'Agility cape', 'Agility cape(t)', 'Agility master cape']).includes(id)) +); export const gorajanWarriorOutfit = resolveItems([ 'Gorajan warrior helmet', @@ -3191,9 +3238,9 @@ export const skillingMiscCL = resolveItems([ 'Dwarven gauntlets' ]); -export const crackerCL = PartyhatTable.allItems; +export const crackerCL = resolveItems([...PartyhatTable.allItems, 'Partyhat & specs', 'Partyhat set']); -export const leaguesCL = resolveItems(['Fuzzy dice', 'Karambinana']); +export const leaguesCL = resolveItems(['Brain lee', 'Fuzzy dice', 'Karambinana']); export const upgradedDragonstoneOutfit = resolveItems([ 'Dragonstone full helm(u)', 'Dragonstone platebody(u)', @@ -3261,3 +3308,16 @@ export const divinersOutfit = resolveItems([ "Diviner's handwear", "Diviner's footwear" ]); + +export const araxxorCL = resolveItems([ + 'Nid', + 'Araxyte venom sack', + 'Spider cave teleport', + 'Araxyte fang', + 'Noxious point', + 'Noxious blade', + 'Noxious pommel', + 'Araxyte head', + 'Jar of venom', + 'Coagulated venom' +]); diff --git a/src/lib/data/bso.commands.json b/src/lib/data/bso.commands.json index d523c7b5dfb..02639276932 100644 --- a/src/lib/data/bso.commands.json +++ b/src/lib/data/bso.commands.json @@ -6,6 +6,7 @@ "plank_make", "chompy_hunt", "champions_challenge", + "my_notes", "warriors_guild", "camdozaal", "collect", diff --git a/src/lib/data/buyables/buyables.ts b/src/lib/data/buyables/buyables.ts index 5e2d986b100..95400956d0b 100644 --- a/src/lib/data/buyables/buyables.ts +++ b/src/lib/data/buyables/buyables.ts @@ -51,8 +51,8 @@ const randomEventBuyables: Buyable[] = [ 'Frog token': 1 }), outputItems: new Bank({ - 'Prince tunic': 1, - 'Prince leggings': 1 + 'Royal frog tunic': 1, + 'Royal frog leggings': 1 }) }, { @@ -61,8 +61,8 @@ const randomEventBuyables: Buyable[] = [ 'Frog token': 1 }), outputItems: new Bank({ - 'Princess blouse': 1, - 'Princess skirt': 1 + 'Royal frog blouse': 1, + 'Royal frog skirt': 1 }) }, { diff --git a/src/lib/data/buyables/capes.ts b/src/lib/data/buyables/capes.ts index b7e5bf99c6c..0b2510db77a 100644 --- a/src/lib/data/buyables/capes.ts +++ b/src/lib/data/buyables/capes.ts @@ -103,6 +103,10 @@ export const capeBuyables: Buyable[] = [ }), gpCost: 99_000, customReq: async user => { + const meetsReqs = await musicCapeRequirements.check(await Requirements.fetchRequiredData(user)); + if (!meetsReqs.hasAll) { + return [false, `You don't meet the requirements to buy this: \n${meetsReqs.rendered}`]; + } if (user.QP < MAX_QP) { return [false, "You can't buy this because you haven't completed all the quests!"]; } diff --git a/src/lib/data/cox.ts b/src/lib/data/cox.ts index 6f5bbe69aaa..f64ff0f795d 100644 --- a/src/lib/data/cox.ts +++ b/src/lib/data/cox.ts @@ -8,8 +8,8 @@ import { reduceNumByPercent, shuffleArr } from 'e'; -import { Bank } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; +import { Bank, type Item } from 'oldschooljs'; + import type { ChambersOfXericOptions } from 'oldschooljs/dist/simulation/misc/ChambersOfXeric'; import { checkUserCanUseDegradeableItem } from '../degradeableItems'; diff --git a/src/lib/data/creatables/armorPacks.ts b/src/lib/data/creatables/armorPacks.ts index fcb48303dc4..039f8864154 100644 --- a/src/lib/data/creatables/armorPacks.ts +++ b/src/lib/data/creatables/armorPacks.ts @@ -1,5 +1,4 @@ -import { Bank } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; +import { Bank, type Item } from 'oldschooljs'; import getOSItem from '../../util/getOSItem'; import itemID from '../../util/itemID'; @@ -2366,7 +2365,8 @@ export const armorAndItemPacks: Createable[] = [ }, outputItems: { [itemID('Partyhat set')]: 1 - } + }, + noCreatablesCl: true }, { name: 'Unpack halloween mask set', @@ -2581,6 +2581,10 @@ const armorSetsSrc: { unpacked: Bank; packed: Item }[] = [ .add('Virtus boots') .add('Virtus gloves'), packed: getOSItem('Virtus armour set') + }, + { + unpacked: new Bank().add('Sunfire fanatic helm').add('Sunfire fanatic cuirass').add('Sunfire fanatic chausses'), + packed: getOSItem('Sunfire fanatic armour set') } ]; @@ -2589,14 +2593,13 @@ for (const set of armorSetsSrc) { name: set.packed.name, inputItems: set.unpacked, outputItems: new Bank().add(set.packed.id, 1), - type: 'pack', - noCl: true + type: 'pack' }); armorAndItemPacks.push({ name: `Unpack ${set.packed.name}`, inputItems: new Bank().add(set.packed.id, 1), outputItems: set.unpacked, - noCl: true, - type: 'unpack' + type: 'unpack', + noCl: true }); } diff --git a/src/lib/data/creatables/bsoItems.ts b/src/lib/data/creatables/bsoItems.ts index d04966f66ee..974363a5b62 100644 --- a/src/lib/data/creatables/bsoItems.ts +++ b/src/lib/data/creatables/bsoItems.ts @@ -24,8 +24,8 @@ for (const { baseItem, dyedVersions } of dyedItems) { for (const dyedVersion of dyedVersions) { dyeCreatables.push({ name: dyedVersion.item.name, - inputItems: new Bank().add(baseItem.id).add(dyedVersion.dye.id).bank, - outputItems: new Bank().add(dyedVersion.item.id).bank + inputItems: new Bank().add(baseItem.id).add(dyedVersion.dye.id).toJSON(), + outputItems: new Bank().add(dyedVersion.item.id).toJSON() }); } } @@ -75,7 +75,7 @@ const nexCreatables: Createable[] = [ name: `Revert ${getOSItem(piece).name}`, inputItems: new Bank().add(piece), outputItems: { - [itemID('Armadylean components')]: 1 + [itemID('Pernix components')]: 1 }, forceAddToCl: true })), @@ -1192,23 +1192,7 @@ const dragonBoneCreatables: Createable[] = [ } ]; -const divineWaterBones = [ - 'Bones', - 'Big bones', - 'Jogre bones', - 'Babydragon bones', - 'Dragon bones', - 'Wyrm bones', - 'Wyvern bones', - 'Drake bones', - 'Lava dragon bones', - 'Hydra bones', - 'Dagannoth bones', - 'Superior dragon bones', - 'Abyssal dragon bones', - 'Frost dragon bones', - 'Royal dragon bones' -]; +const divineWaterBones = bones.map(bone => bone.name); function divineWaterInputItems(user: MUser, preferredBone?: Bone) { const userBank = user.bank; @@ -1390,6 +1374,16 @@ export const BsoCreateables: Createable[] = [ name: 'Clue scroll (elder)', inputItems: new Bank().add('Elder scroll piece', 3), outputItems: new Bank().add('Clue scroll (elder)') + }, + { + name: 'Tidal collector (i)', + inputItems: new Bank() + .add('Masori components', 4) + .add("Blessed dizana's quiver", 5) + .add('Tidal collector') + .add('Armadylean components', 10) + .add('Pernix components', 3), + outputItems: new Bank().add('Tidal collector (i)') } ]; diff --git a/src/lib/data/creatables/dragonfireShields.ts b/src/lib/data/creatables/dragonfireShields.ts index 3535c014d1b..aef73409206 100644 --- a/src/lib/data/creatables/dragonfireShields.ts +++ b/src/lib/data/creatables/dragonfireShields.ts @@ -44,7 +44,7 @@ export const dragonFireShieldCreatables: Createable[] = [ inputItems: new Bank({ 'Bottled dragonbreath': 1, 'Uncharged dragonfire shield': 1 - }).bank, + }), outputItems: new Bank({ 'Dragonfire shield': 1 }) @@ -54,7 +54,7 @@ export const dragonFireShieldCreatables: Createable[] = [ inputItems: new Bank({ 'Bottled dragonbreath': 1, 'Uncharged dragonfire ward': 1 - }).bank, + }), outputItems: new Bank({ 'Dragonfire ward': 1 }) @@ -65,7 +65,7 @@ export const dragonFireShieldCreatables: Createable[] = [ 'Bottled dragonbreath': 1, Numulite: 5000, 'Uncharged ancient wyvern shield': 1 - }).bank, + }), outputItems: new Bank({ 'Ancient wyvern shield': 1 }) diff --git a/src/lib/data/creatables/shadesOfMorton.ts b/src/lib/data/creatables/shadesOfMorton.ts index 735a213c60c..db216408194 100644 --- a/src/lib/data/creatables/shadesOfMorton.ts +++ b/src/lib/data/creatables/shadesOfMorton.ts @@ -15,7 +15,7 @@ export const shadesOfMortonCreatables: Createable[] = [ name: 'Steel coffin', inputItems: new Bank({ 'Steel locks': 1, - 'Bronze coffin': 1 + 'Broken coffin': 1 }), outputItems: new Bank({ 'Steel coffin': 1 }) }, @@ -23,7 +23,7 @@ export const shadesOfMortonCreatables: Createable[] = [ name: 'Black coffin', inputItems: new Bank({ 'Black locks': 1, - 'Steel coffin': 1 + 'Broken coffin': 1 }), outputItems: new Bank({ 'Black coffin': 1 }) }, @@ -31,7 +31,7 @@ export const shadesOfMortonCreatables: Createable[] = [ name: 'Silver coffin', inputItems: new Bank({ 'Silver locks': 1, - 'Black coffin': 1 + 'Broken coffin': 1 }), outputItems: new Bank({ 'Silver coffin': 1 }) }, @@ -39,7 +39,7 @@ export const shadesOfMortonCreatables: Createable[] = [ name: 'Gold coffin', inputItems: new Bank({ 'Gold locks': 1, - 'Silver coffin': 1 + 'Broken coffin': 1 }), outputItems: new Bank({ 'Gold coffin': 1 }) }, diff --git a/src/lib/data/creatablesTable.txt b/src/lib/data/creatablesTable.txt index 79bc325bd86..caae90c2c21 100644 --- a/src/lib/data/creatablesTable.txt +++ b/src/lib/data/creatablesTable.txt @@ -1,29 +1,28 @@ -+-------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+ | Item name | Input Items | Output Items | GP Cost | -+-------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+ +|-------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------| | Godsword blade | 1x Godsword shard 1, 1x Godsword shard 2, 1x Godsword shard 3 | 1x Godsword blade | 0 | -| Armadyl godsword | 1x Godsword blade, 1x Armadyl hilt | 1x Armadyl godsword | 0 | -| Bandos godsword | 1x Godsword blade, 1x Bandos hilt | 1x Bandos godsword | 0 | +| Armadyl godsword | 1x Armadyl hilt, 1x Godsword blade | 1x Armadyl godsword | 0 | +| Bandos godsword | 1x Bandos hilt, 1x Godsword blade | 1x Bandos godsword | 0 | | Saradomin godsword | 1x Godsword blade, 1x Saradomin hilt | 1x Saradomin godsword | 0 | | Zamorak godsword | 1x Godsword blade, 1x Zamorak hilt | 1x Zamorak godsword | 0 | -| Ancient godsword | 1x Godsword blade, 1x Ancient hilt | 1x Ancient godsword | 0 | +| Ancient godsword | 1x Ancient hilt, 1x Godsword blade | 1x Ancient godsword | 0 | | Infernal pickaxe | 1x Dragon pickaxe, 1x Smouldering stone | 1x Infernal pickaxe | 0 | | Malediction ward | 1x Malediction shard 1, 1x Malediction shard 2, 1x Malediction shard 3 | 1x Malediction ward | 0 | | Odium ward | 1x Odium shard 1, 1x Odium shard 2, 1x Odium shard 3 | 1x Odium ward | 0 | -| Crystal key | 1x Tooth half of key, 1x Loop half of key | 1x Crystal key | 0 | -| Master clue | 1x Clue scroll (easy), 1x Clue scroll (hard), 1x Clue scroll (medium), 1x Clue scroll (elite) | 1x Clue scroll (master) | 0 | +| Crystal key | 1x Loop half of key, 1x Tooth half of key | 1x Crystal key | 0 | +| Master clue | 1x Clue scroll (easy), 1x Clue scroll (elite), 1x Clue scroll (hard), 1x Clue scroll (medium) | 1x Clue scroll (master) | 0 | | Infernal axe | 1x Dragon axe, 1x Smouldering stone | 1x Infernal axe | 0 | -| Infernal harpoon | 1x Smouldering stone, 1x Dragon harpoon | 1x Infernal harpoon | 0 | -| Hell cat ears | 1x Red dye, 1x Cat ears | 1x Hell cat ears | 0 | +| Infernal harpoon | 1x Dragon harpoon, 1x Smouldering stone | 1x Infernal harpoon | 0 | +| Hell cat ears | 1x Cat ears, 1x Red dye | 1x Hell cat ears | 0 | | Small pouch | No items | 1x Small pouch | 0 | | Medium pouch | No items | 1x Medium pouch | 0 | | Large pouch | No items | 1x Large pouch | 0 | | Giant pouch | No items | 1x Giant pouch | 0 | -| Colossal pouch | 1x Small pouch, 1x Medium pouch, 1x Large pouch, 1x Giant pouch, 1x Abyssal needle | 1x Colossal pouch | 0 | -| Blessed spirit shield | 1x Spirit shield, 1x Holy elixir | 1x Blessed spirit shield | 0 | -| Spectral spirit shield | 1x Spectral sigil, 1x Blessed spirit shield | 1x Spectral spirit shield | 0 | +| Colossal pouch | 1x Abyssal needle, 1x Giant pouch, 1x Large pouch, 1x Medium pouch, 1x Small pouch | 1x Colossal pouch | 0 | +| Blessed spirit shield | 1x Holy elixir, 1x Spirit shield | 1x Blessed spirit shield | 0 | +| Spectral spirit shield | 1x Blessed spirit shield, 1x Spectral sigil | 1x Spectral spirit shield | 0 | | Arcane spirit shield | 1x Arcane sigil, 1x Blessed spirit shield | 1x Arcane spirit shield | 0 | -| Elysian spirit shield | 1x Elysian sigil, 1x Blessed spirit shield | 1x Elysian spirit shield | 0 | +| Elysian spirit shield | 1x Blessed spirit shield, 1x Elysian sigil | 1x Elysian spirit shield | 0 | | Holy book | 1x Saradomin page 1, 1x Saradomin page 2, 1x Saradomin page 3, 1x Saradomin page 4 | 1x Holy book | 0 | | Book of balance | 1x Guthix page 1, 1x Guthix page 2, 1x Guthix page 3, 1x Guthix page 4 | 1x Book of balance | 0 | | Unholy book | 1x Zamorak page 1, 1x Zamorak page 2, 1x Zamorak page 3, 1x Zamorak page 4 | 1x Unholy book | 0 | @@ -31,13 +30,13 @@ | Book of war | 1x Bandos page 1, 1x Bandos page 2, 1x Bandos page 3, 1x Bandos page 4 | 1x Book of war | 0 | | Book of darkness | 1x Ancient page 1, 1x Ancient page 2, 1x Ancient page 3, 1x Ancient page 4 | 1x Book of darkness | 0 | | Ava's accumulator | 75x Steel arrow | 1x Ava's accumulator | 0 | -| Ava's assembler | 75x Mithril arrow, 1x Ava's accumulator, 1x Vorkath's head | 1x Ava's assembler | 0 | +| Ava's assembler | 1x Ava's accumulator, 75x Mithril arrow, 1x Vorkath's head | 1x Ava's assembler | 0 | | Dragon sq shield | 1x Shield left half, 1x Shield right half | 1x Dragon sq shield | 0 | -| Dragon kiteshield | 1x Dragon sq shield, 1x Dragon metal shard, 1x Dragon metal slice | 1x Dragon kiteshield | 0 | -| Dragon platebody | 1x Dragon chainbody, 1x Dragon metal shard, 1x Dragon metal lump | 1x Dragon platebody | 0 | -| Coconut milk | 1x Vial, 1x Coconut | 1x Coconut milk, 1x Coconut shell | 0 | +| Dragon kiteshield | 1x Dragon metal shard, 1x Dragon metal slice, 1x Dragon sq shield | 1x Dragon kiteshield | 0 | +| Dragon platebody | 1x Dragon chainbody, 1x Dragon metal lump, 1x Dragon metal shard | 1x Dragon platebody | 0 | +| Coconut milk | 1x Coconut, 1x Vial | 1x Coconut milk, 1x Coconut shell | 0 | | Zamorakian hasta | 1x Zamorakian spear | 1x Zamorakian hasta | 300000 | -| Ultracompost | 2x Volcanic ash, 1x Supercompost | 1x Ultracompost | 0 | +| Ultracompost | 1x Supercompost, 2x Volcanic ash | 1x Ultracompost | 0 | | Tomatoes(5) | 5x Tomato | 1x Tomatoes(5) | 0 | | Tomato | 1x Tomatoes(5) | 5x Tomato | 0 | | Apples(5) | 5x Cooking apple | 1x Apples(5) | 0 | @@ -58,57 +57,64 @@ | Bucket of sand (2kg) | 2x Bucket, 1x Sandstone (2kg) | 2x Bucket of sand | 100 | | Bucket of sand (5kg) | 4x Bucket, 1x Sandstone (5kg) | 4x Bucket of sand | 200 | | Bucket of sand (10kg) | 8x Bucket, 1x Sandstone (10kg) | 8x Bucket of sand | 400 | -| Eldritch nightmare staff | 1x Nightmare staff, 1x Eldritch orb | 1x Eldritch nightmare staff | 0 | -| Harmonised nightmare staff | 1x Nightmare staff, 1x Harmonised orb | 1x Harmonised nightmare staff | 0 | +| Eldritch nightmare staff | 1x Eldritch orb, 1x Nightmare staff | 1x Eldritch nightmare staff | 0 | +| Harmonised nightmare staff | 1x Harmonised orb, 1x Nightmare staff | 1x Harmonised nightmare staff | 0 | | Volatile nightmare staff | 1x Nightmare staff, 1x Volatile orb | 1x Volatile nightmare staff | 0 | -| Zamorak's grapes | 1x Grapes, 1x Bologa's blessing | 1x Zamorak's grapes | 0 | +| Zamorak's grapes | 1x Bologa's blessing, 1x Grapes | 1x Zamorak's grapes | 0 | | Toad's legs | 1x Swamp toad | 1x Toad's legs | 0 | -| Pegasian boots | 1x Ranger boots, 1x Pegasian crystal | 1x Pegasian boots | 0 | +| Pegasian boots | 1x Pegasian crystal, 1x Ranger boots | 1x Pegasian boots | 0 | | Primordial boots | 1x Dragon boots, 1x Primordial crystal | 1x Primordial boots | 0 | -| Eternal boots | 1x Infinity boots, 1x Eternal crystal | 1x Eternal boots | 0 | +| Eternal boots | 1x Eternal crystal, 1x Infinity boots | 1x Eternal boots | 0 | | Partyhat & specs | 1x Blue partyhat, 1x Sagacious spectacles | 1x Partyhat & specs | 0 | | Ivandis Flail | 1x Emerald, 1x Silver sickle | 1x Ivandis flail | 0 | -| Blisterwood Flail | 1x Ruby, 1x Ivandis flail | 1x Blisterwood flail | 0 | -| Spirit angler headband | 1,200x Spirit flakes, 1x Angler hat | 1x Spirit angler headband | 0 | -| Spirit angler top | 1,200x Spirit flakes, 1x Angler top | 1x Spirit angler top | 0 | -| Spirit angler waders | 1,200x Spirit flakes, 1x Angler waders | 1x Spirit angler waders | 0 | -| Spirit angler boots | 1,200x Spirit flakes, 1x Angler boots | 1x Spirit angler boots | 0 | +| Blisterwood Flail | 1x Ivandis flail, 1x Ruby | 1x Blisterwood flail | 0 | +| Spirit angler headband | 1x Angler hat, 1.2k Spirit flakes | 1x Spirit angler headband | 0 | +| Spirit angler top | 1x Angler top, 1.2k Spirit flakes | 1x Spirit angler top | 0 | +| Spirit angler waders | 1x Angler waders, 1.2k Spirit flakes | 1x Spirit angler waders | 0 | +| Spirit angler boots | 1x Angler boots, 1.2k Spirit flakes | 1x Spirit angler boots | 0 | | Bottled dragonbreath | 10x Dragonfruit, 1x Vial | 1x Bottled dragonbreath | 0 | -| Ring of endurance | 125x Stamina potion(4), 1x Ring of endurance (uncharged) | 1x Ring of endurance | 0 | -| Fish sack barrel | 1x Fish sack, 1x Fish barrel | 1x Fish sack barrel | 0 | -| Kodai wand | 1x Master wand, 1x Kodai insignia | 1x Kodai wand | 0 | +| Ring of endurance | 1x Ring of endurance (uncharged), 125x Stamina potion(4) | 1x Ring of endurance | 0 | +| Fish sack barrel | 1x Fish barrel, 1x Fish sack | 1x Fish sack barrel | 0 | +| Kodai wand | 1x Kodai insignia, 1x Master wand | 1x Kodai wand | 0 | | Salve amulet (e) | 1x Salve amulet | 1x Salve amulet (e) | 0 | | Salve amulet(ei) | 1x Salve amulet(i) | 1x Salve amulet(ei) | 0 | | Ring of wealth (i) | 1x Ring of wealth, 1x Ring of wealth scroll | 1x Ring of wealth (i) | 50000 | | Strange hallowed tome | 1x Mysterious page 1, 1x Mysterious page 2, 1x Mysterious page 3, 1x Mysterious page 4, 1x Mysterious page 5 | 1x Strange hallowed tome | 0 | -| Frozen key | 1x Frozen key piece (armadyl), 1x Frozen key piece (bandos), 1x Frozen key piece (zamorak), 1x Frozen key piece (saradomin) | 1x Frozen key | 0 | +| Frozen key | 1x Frozen key piece (armadyl), 1x Frozen key piece (bandos), 1x Frozen key piece (saradomin), 1x Frozen key piece (zamorak) | 1x Frozen key | 0 | | Ecumenical key | 50x Ecumenical key shard | 1x Ecumenical key | 0 | | Daeyalt essence | 1x Daeyalt shard | 1x Daeyalt essence | 0 | -| Celestial signet | 1,000x Stardust, 100x Crystal shard, 1x Elven signet, 1x Celestial ring | 1x Celestial signet | 0 | +| Celestial signet | 1x Celestial ring, 100x Crystal shard, 1x Elven signet, 1k Stardust | 1x Celestial signet | 0 | | Eternal teleport crystal | 100x Crystal shard, 1x Enhanced crystal teleport seed | 1x Eternal teleport crystal | 0 | -| Saturated heart | 150,000x Ancient essence, 1x Imbued heart | 1x Saturated heart | 0 | -| Trident of the swamp | 1x Trident of the seas (full), 1x Magic fang | 1x Trident of the swamp | 0 | +| Saturated heart | 150k Ancient essence, 1x Imbued heart | 1x Saturated heart | 0 | +| Trident of the swamp | 1x Magic fang, 1x Trident of the seas (full) | 1x Trident of the swamp | 0 | | Golden cape | 7x Golden cape shard | 1x Golden cape | 0 | -| Voidwaker | 500,000x Coins, 1x Voidwaker hilt, 1x Voidwaker blade, 1x Voidwaker gem | 1x Voidwaker | 0 | -| Accursed sceptre (u) | 500,000x Coins, 1x Thammaron's sceptre (u), 1x Skull of vet'ion | 1x Accursed sceptre (u) | 0 | -| Ursine chainmace (u) | 500,000x Coins, 1x Viggora's chainmace (u), 1x Claws of callisto | 1x Ursine chainmace (u) | 0 | -| Webweaver bow (u) | 500,000x Coins, 1x Craw's bow (u), 1x Fangs of venenatis | 1x Webweaver bow (u) | 0 | +| Voidwaker | 500k Coins, 1x Voidwaker blade, 1x Voidwaker gem, 1x Voidwaker hilt | 1x Voidwaker | 0 | +| Accursed sceptre (u) | 500k Coins, 1x Skull of vet'ion, 1x Thammaron's sceptre (u) | 1x Accursed sceptre (u) | 0 | +| Ursine chainmace (u) | 1x Claws of callisto, 500k Coins, 1x Viggora's chainmace (u) | 1x Ursine chainmace (u) | 0 | +| Webweaver bow (u) | 500k Coins, 1x Craw's bow (u), 1x Fangs of venenatis | 1x Webweaver bow (u) | 0 | | Bone mace | 1x Rune mace, 1x Scurrius' spine | 1x Bone mace | 0 | -| Bone shortbow | 1x Yew shortbow, 1x Scurrius' spine | 1x Bone shortbow | 0 | -| Bone staff | 1,000x Chaos rune, 1x Battlestaff, 1x Scurrius' spine | 1x Bone staff | 0 | +| Bone shortbow | 1x Scurrius' spine, 1x Yew shortbow | 1x Bone shortbow | 0 | +| Bone staff | 1x Battlestaff, 1k Chaos rune, 1x Scurrius' spine | 1x Bone staff | 0 | | Venator bow (uncharged) | 5x Venator shard | 1x Venator bow (uncharged) | 0 | -| Blessed dizana's quiver | 150,000x Sunfire splinters, 1x Dizana's quiver (uncharged) | 1x Blessed dizana's quiver | 0 | -| Dizana's max cape | 1x Max cape, 1x Max hood, 1x Blessed dizana's quiver | 1x Dizana's max cape, 1x Dizana's max hood | 0 | -| Revert tanzanite fang | 1x Tanzanite fang | 20,000x Zulrah's scales | 0 | -| Revert toxic blowpipe (empty) | 1x Toxic blowpipe (empty) | 20,000x Zulrah's scales | 0 | -| Revert magic fang | 1x Magic fang | 20,000x Zulrah's scales | 0 | -| Revert serpentine visage | 1x Serpentine visage | 20,000x Zulrah's scales | 0 | -| Revert serpentine helm (uncharged) | 1x Serpentine helm (uncharged) | 20,000x Zulrah's scales | 0 | -| Revert ancient icon | 1x Ancient icon | 5,000x Ancient essence | 0 | -| Revert venator shard | 1x Venator shard | 50,000x Ancient essence | 0 | +| Blessed dizana's quiver | 1x Dizana's quiver (uncharged), 150k Sunfire splinters | 1x Blessed dizana's quiver | 0 | +| Dizana's max cape | 1x Blessed dizana's quiver, 1x Max cape, 1x Max hood | 1x Dizana's max cape, 1x Dizana's max hood | 0 | +| Noxious halberd | 1x Noxious blade, 1x Noxious point, 1x Noxious pommel | 1x Noxious halberd | 0 | +| Araxyte slayer helmet | 1x Araxyte head, 1x Slayer helmet | 1x Araxyte slayer helmet | 0 | +| Araxyte slayer helmet (i) | 1x Araxyte head, 1x Slayer helmet (i) | 1x Araxyte slayer helmet (i) | 0 | +| Rax | 1x Coagulated venom, 1x Nid | 1x Rax | 0 | +| Revert Rax | 1x Rax | 1x Coagulated venom, 1x Nid | 0 | +| Amulet of rancour (s) | 1x Amulet of rancour | 1x Amulet of rancour (s) | 0 | +| Revert Amulet of rancour (s) | 1x Amulet of rancour (s) | 1x Amulet of rancour | 0 | +| Revert tanzanite fang | 1x Tanzanite fang | 20k Zulrah's scales | 0 | +| Revert toxic blowpipe (empty) | 1x Toxic blowpipe (empty) | 20k Zulrah's scales | 0 | +| Revert magic fang | 1x Magic fang | 20k Zulrah's scales | 0 | +| Revert serpentine visage | 1x Serpentine visage | 20k Zulrah's scales | 0 | +| Revert serpentine helm (uncharged) | 1x Serpentine helm (uncharged) | 20k Zulrah's scales | 0 | +| Revert ancient icon | 1x Ancient icon | 5k Ancient essence | 0 | +| Revert venator shard | 1x Venator shard | 50k Ancient essence | 0 | | Revert volatile nightmare staff | 1x Volatile nightmare staff | 1x Nightmare staff, 1x Volatile orb | 0 | -| Revert harmonised nightmare staff | 1x Harmonised nightmare staff | 1x Nightmare staff, 1x Harmonised orb | 0 | -| Revert eldritch nightmare staff | 1x Eldritch nightmare staff | 1x Nightmare staff, 1x Eldritch orb | 0 | +| Revert harmonised nightmare staff | 1x Harmonised nightmare staff | 1x Harmonised orb, 1x Nightmare staff | 0 | +| Revert eldritch nightmare staff | 1x Eldritch nightmare staff | 1x Eldritch orb, 1x Nightmare staff | 0 | | Revert red decorative full helm | 1x Red decorative full helm | 5x Castle wars ticket | 0 | | Revert red decorative helm | 1x Red decorative helm | 4x Castle wars ticket | 0 | | Revert red decorative body | 1x Red decorative body | 8x Castle wars ticket | 0 | @@ -150,38 +156,38 @@ | Revert guthix halo | 1x Guthix halo | 75x Castle wars ticket | 0 | | Revert partyhat & specs | 1x Partyhat & specs | 1x Blue partyhat, 1x Sagacious spectacles | 0 | | Revert zamorakian hasta | 1x Zamorakian hasta | 1x Zamorakian spear | 0 | -| Revert armadyl godsword | 1x Armadyl godsword | 1x Godsword blade, 1x Armadyl hilt | 0 | -| Revert bandos godsword | 1x Bandos godsword | 1x Godsword blade, 1x Bandos hilt | 0 | +| Revert armadyl godsword | 1x Armadyl godsword | 1x Armadyl hilt, 1x Godsword blade | 0 | +| Revert bandos godsword | 1x Bandos godsword | 1x Bandos hilt, 1x Godsword blade | 0 | | Revert saradomin godsword | 1x Saradomin godsword | 1x Godsword blade, 1x Saradomin hilt | 0 | | Revert zamorak godsword | 1x Zamorak godsword | 1x Godsword blade, 1x Zamorak hilt | 0 | -| Revert Fish sack barrel | 1x Fish sack barrel | 1x Fish sack, 1x Fish barrel | 0 | +| Revert Fish sack barrel | 1x Fish sack barrel | 1x Fish barrel, 1x Fish sack | 0 | | Revert midnight | 1x Midnight | 1x Noon | 0 | -| Revert baby mole-rat | 1x Mole skin, 1x Baby mole-rat | 1x Baby mole | 0 | +| Revert baby mole-rat | 1x Baby mole-rat, 1x Mole skin | 1x Baby mole | 0 | | Revert tzrek-zuk | 1x Tzrek-zuk | 1x Jal-nib-rek | 0 | | Revert little parasite | 1x Little parasite | 1x Little nightmare, 1x Parasitic egg | 0 | | Revert ziggy | 1x White berries, 1x Ziggy | 1x Rocky | 0 | -| Revert red | 1x White berries, 1x Red | 1x Rocky | 0 | +| Revert red | 1x Red, 1x White berries | 1x Rocky | 0 | | Revert great blue heron | 1x Great blue heron | 1x Heron | 0 | -| Revert greatish guardian | 1x Greatish guardian | 1x Rift guardian, 1x Guardian's eye | 0 | +| Revert greatish guardian | 1x Greatish guardian | 1x Guardian's eye, 1x Rift guardian | 0 | | Revert xeric's talisman (inert) | 1x Xeric's talisman (inert) | 100x Lizardman fang | 0 | -| Revert Dizana's quiver (uncharged) | 1x Dizana's quiver (uncharged) | 4,000x Sunfire splinters | 0 | -| Crystal pickaxe | 120x Crystal shard, 1x Dragon pickaxe, 1x Crystal tool seed | 1x Crystal pickaxe | 0 | -| Crystal harpoon | 120x Crystal shard, 1x Dragon harpoon, 1x Crystal tool seed | 1x Crystal harpoon | 0 | -| Crystal axe | 120x Crystal shard, 1x Dragon axe, 1x Crystal tool seed | 1x Crystal axe | 0 | -| Enhanced crystal key | 10x Crystal shard, 1x Crystal key | 1x Enhanced crystal key | 0 | -| Blade of saeldor (c) | 1,000x Crystal shard, 1x Blade of saeldor (inactive) | 1x Blade of saeldor (c) | 0 | +| Revert Dizana's quiver (uncharged) | 1x Dizana's quiver (uncharged) | 4k Sunfire splinters | 0 | +| Crystal pickaxe | 120x Crystal shard, 1x Crystal tool seed, 1x Dragon pickaxe | 1x Crystal pickaxe | 0 | +| Crystal harpoon | 120x Crystal shard, 1x Crystal tool seed, 1x Dragon harpoon | 1x Crystal harpoon | 0 | +| Crystal axe | 120x Crystal shard, 1x Crystal tool seed, 1x Dragon axe | 1x Crystal axe | 0 | +| Enhanced crystal key | 1x Crystal key, 10x Crystal shard | 1x Enhanced crystal key | 0 | +| Blade of saeldor (c) | 1x Blade of saeldor (inactive), 1k Crystal shard | 1x Blade of saeldor (c) | 0 | | Revert blade of saeldor (c) | 1x Blade of saeldor (c) | 1x Blade of saeldor (inactive) | 0 | -| Bow of faerdhinen (c) | 2,000x Crystal shard, 1x Bow of faerdhinen (inactive) | 1x Bow of faerdhinen (c) | 0 | +| Bow of faerdhinen (c) | 1x Bow of faerdhinen (inactive), 2k Crystal shard | 1x Bow of faerdhinen (c) | 0 | | Revert bow of faerdhinen (c) | 1x Bow of faerdhinen (c) | 1x Bow of faerdhinen (inactive) | 0 | | Blade of saeldor (inactive) | 100x Crystal shard, 1x Enhanced crystal weapon seed | 1x Blade of saeldor (inactive) | 0 | -| Revert blade of saeldor (inactive) | 250x Crystal shard, 1x Blade of saeldor (inactive) | 1x Enhanced crystal weapon seed | 0 | +| Revert blade of saeldor (inactive) | 1x Blade of saeldor (inactive), 250x Crystal shard | 1x Enhanced crystal weapon seed | 0 | | Bow of faerdhinen (inactive) | 100x Crystal shard, 1x Enhanced crystal weapon seed | 1x Bow of faerdhinen (inactive) | 0 | -| Revert bow of faerdhinen (inactive) | 250x Crystal shard, 1x Bow of faerdhinen (inactive) | 1x Enhanced crystal weapon seed | 0 | +| Revert bow of faerdhinen (inactive) | 1x Bow of faerdhinen (inactive), 250x Crystal shard | 1x Enhanced crystal weapon seed | 0 | | Crystal halberd | 40x Crystal shard, 1x Crystal weapon seed | 1x Crystal halberd | 0 | | Crystal bow | 40x Crystal shard, 1x Crystal weapon seed | 1x Crystal bow | 0 | -| Crystal helm | 150x Crystal shard, 1x Crystal armour seed | 1x Crystal helm | 0 | -| Crystal legs | 300x Crystal shard, 2x Crystal armour seed | 1x Crystal legs | 0 | -| Crystal body | 450x Crystal shard, 3x Crystal armour seed | 1x Crystal body | 0 | +| Crystal helm | 1x Crystal armour seed, 150x Crystal shard | 1x Crystal helm | 0 | +| Crystal legs | 2x Crystal armour seed, 300x Crystal shard | 1x Crystal legs | 0 | +| Crystal body | 3x Crystal armour seed, 450x Crystal shard | 1x Crystal body | 0 | | Dragon defender (t) | 1x Dragon defender, 1x Dragon defender ornament kit | 1x Dragon defender (t) | 0 | | Revert dragon defender (t) | 1x Dragon defender (t) | 1x Dragon defender, 1x Dragon defender ornament kit | 0 | | Rune defender (t) | 1x Rune defender, 1x Rune defender ornament kit | 1x Rune defender (t) | 0 | @@ -200,10 +206,10 @@ | Revert dragon boots (g) | 1x Dragon boots (g) | 1x Dragon boots, 1x Dragon boots ornament kit | 0 | | Dragon scimitar (or) | 1x Dragon scimitar, 1x Dragon scimitar ornament kit | 1x Dragon scimitar (or) | 0 | | Revert dragon scimitar (or) | 1x Dragon scimitar (or) | 1x Dragon scimitar, 1x Dragon scimitar ornament kit | 0 | -| Dragon platelegs (g) | 1x Dragon platelegs, 1x Dragon legs/skirt ornament kit | 1x Dragon platelegs (g) | 0 | -| Revert dragon platelegs (g) | 1x Dragon platelegs (g) | 1x Dragon platelegs, 1x Dragon legs/skirt ornament kit | 0 | -| Dragon plateskirt (g) | 1x Dragon plateskirt, 1x Dragon legs/skirt ornament kit | 1x Dragon plateskirt (g) | 0 | -| Revert dragon plateskirt (g) | 1x Dragon plateskirt (g) | 1x Dragon plateskirt, 1x Dragon legs/skirt ornament kit | 0 | +| Dragon platelegs (g) | 1x Dragon legs/skirt ornament kit, 1x Dragon platelegs | 1x Dragon platelegs (g) | 0 | +| Revert dragon platelegs (g) | 1x Dragon platelegs (g) | 1x Dragon legs/skirt ornament kit, 1x Dragon platelegs | 0 | +| Dragon plateskirt (g) | 1x Dragon legs/skirt ornament kit, 1x Dragon plateskirt | 1x Dragon plateskirt (g) | 0 | +| Revert dragon plateskirt (g) | 1x Dragon plateskirt (g) | 1x Dragon legs/skirt ornament kit, 1x Dragon plateskirt | 0 | | Dragon chainbody (g) | 1x Dragon chainbody, 1x Dragon chainbody ornament kit | 1x Dragon chainbody (g) | 0 | | Revert dragon chainbody (g) | 1x Dragon chainbody (g) | 1x Dragon chainbody, 1x Dragon chainbody ornament kit | 0 | | Amulet of fury (or) | 1x Amulet of fury, 1x Fury ornament kit | 1x Amulet of fury (or) | 0 | @@ -218,8 +224,8 @@ | Revert armadyl godsword (or) | 1x Armadyl godsword (or) | 1x Armadyl godsword, 1x Armadyl godsword ornament kit | 0 | | Amulet of torture (or) | 1x Amulet of torture, 1x Torture ornament kit | 1x Amulet of torture (or) | 0 | | Revert amulet of torture (or) | 1x Amulet of torture (or) | 1x Amulet of torture, 1x Torture ornament kit | 0 | -| Necklace of anguish (or) | 1x Necklace of anguish, 1x Anguish ornament kit | 1x Necklace of anguish (or) | 0 | -| Revert necklace of anguish (or) | 1x Necklace of anguish (or) | 1x Necklace of anguish, 1x Anguish ornament kit | 0 | +| Necklace of anguish (or) | 1x Anguish ornament kit, 1x Necklace of anguish | 1x Necklace of anguish (or) | 0 | +| Revert necklace of anguish (or) | 1x Necklace of anguish (or) | 1x Anguish ornament kit, 1x Necklace of anguish | 0 | | Tormented bracelet (or) | 1x Tormented bracelet, 1x Tormented ornament kit | 1x Tormented bracelet (or) | 0 | | Revert tormented bracelet (or) | 1x Tormented bracelet (or) | 1x Tormented bracelet, 1x Tormented ornament kit | 0 | | Occult necklace (or) | 1x Occult necklace, 1x Occult ornament kit | 1x Occult necklace (or) | 0 | @@ -234,25 +240,25 @@ | Revert tzhaar-ket-om (t) | 1x Tzhaar-ket-om (t) | 1x Tzhaar-ket-om, 1x Tzhaar-ket-om ornament kit | 0 | | Berserker necklace (or) | 1x Berserker necklace, 1x Berserker necklace ornament kit | 1x Berserker necklace (or) | 0 | | Revert berserker necklace (or) | 1x Berserker necklace (or) | 1x Berserker necklace, 1x Berserker necklace ornament kit | 0 | -| Dark infinity hat | 1x Infinity hat, 1x Dark infinity colour kit | 1x Dark infinity hat | 0 | -| Revert dark infinity hat | 1x Dark infinity hat | 1x Infinity hat, 1x Dark infinity colour kit | 0 | -| Dark infinity top | 1x Infinity top, 1x Dark infinity colour kit | 1x Dark infinity top | 0 | -| Revert dark infinity top | 1x Dark infinity top | 1x Infinity top, 1x Dark infinity colour kit | 0 | -| Dark infinity bottoms | 1x Infinity bottoms, 1x Dark infinity colour kit | 1x Dark infinity bottoms | 0 | -| Revert dark infinity bottoms | 1x Dark infinity bottoms | 1x Infinity bottoms, 1x Dark infinity colour kit | 0 | +| Dark infinity hat | 1x Dark infinity colour kit, 1x Infinity hat | 1x Dark infinity hat | 0 | +| Revert dark infinity hat | 1x Dark infinity hat | 1x Dark infinity colour kit, 1x Infinity hat | 0 | +| Dark infinity top | 1x Dark infinity colour kit, 1x Infinity top | 1x Dark infinity top | 0 | +| Revert dark infinity top | 1x Dark infinity top | 1x Dark infinity colour kit, 1x Infinity top | 0 | +| Dark infinity bottoms | 1x Dark infinity colour kit, 1x Infinity bottoms | 1x Dark infinity bottoms | 0 | +| Revert dark infinity bottoms | 1x Dark infinity bottoms | 1x Dark infinity colour kit, 1x Infinity bottoms | 0 | | Light infinity hat | 1x Infinity hat, 1x Light infinity colour kit | 1x Light infinity hat | 0 | | Revert light infinity hat | 1x Light infinity hat | 1x Infinity hat, 1x Light infinity colour kit | 0 | | Light infinity top | 1x Infinity top, 1x Light infinity colour kit | 1x Light infinity top | 0 | | Revert light infinity top | 1x Light infinity top | 1x Infinity top, 1x Light infinity colour kit | 0 | | Light infinity bottoms | 1x Infinity bottoms, 1x Light infinity colour kit | 1x Light infinity bottoms | 0 | | Revert light infinity bottoms | 1x Light infinity bottoms | 1x Infinity bottoms, 1x Light infinity colour kit | 0 | -| Polar camouflage gear | 4x Polar kebbit fur | 1x Polar camo top, 1x Polar camo legs | 40 | -| Woodland camouflage gear | 4x Common kebbit fur | 1x Wood camo top, 1x Wood camo legs | 40 | -| Jungle camouflage gear | 4x Feldip weasel fur | 1x Jungle camo top, 1x Jungle camo legs | 40 | -| Desert camouflage gear | 4x Desert devil fur | 1x Desert camo top, 1x Desert camo legs | 40 | -| Larupia hunter gear | 2x Tatty larupia fur, 1x Larupia fur | 1x Larupia legs, 1x Larupia top, 1x Larupia hat | 700 | -| Graahk hunter gear | 2x Tatty graahk fur, 1x Graahk fur | 1x Graahk legs, 1x Graahk top, 1x Graahk headdress | 1000 | -| Kyatt hunter gear | 2x Tatty kyatt fur, 1x Kyatt fur | 1x Kyatt legs, 1x Kyatt top, 1x Kyatt hat | 1400 | +| Polar camouflage gear | 4x Polar kebbit fur | 1x Polar camo legs, 1x Polar camo top | 40 | +| Woodland camouflage gear | 4x Common kebbit fur | 1x Wood camo legs, 1x Wood camo top | 40 | +| Jungle camouflage gear | 4x Feldip weasel fur | 1x Jungle camo legs, 1x Jungle camo top | 40 | +| Desert camouflage gear | 4x Desert devil fur | 1x Desert camo legs, 1x Desert camo top | 40 | +| Larupia hunter gear | 1x Larupia fur, 2x Tatty larupia fur | 1x Larupia hat, 1x Larupia legs, 1x Larupia top | 700 | +| Graahk hunter gear | 1x Graahk fur, 2x Tatty graahk fur | 1x Graahk headdress, 1x Graahk legs, 1x Graahk top | 1000 | +| Kyatt hunter gear | 1x Kyatt fur, 2x Tatty kyatt fur | 1x Kyatt hat, 1x Kyatt legs, 1x Kyatt top | 1400 | | Spotted cape | 2x Spotted kebbit fur | 1x Spotted cape | 400 | | Spottier cape | 2x Dashing kebbit fur | 1x Spottier cape | 800 | | Gloves of silence | 2x Dark kebbit fur | 1x Gloves of silence | 600 | @@ -273,37 +279,37 @@ | Lil' sot | 1x Sanguine dust | 1x Lil' sot | 0 | | Lil' xarp | 1x Sanguine dust | 1x Lil' xarp | 0 | | Midnight | 1x Noon | 1x Midnight | 0 | -| Baby mole-rat | 1x Mole claw, 1x Baby mole | 1x Baby mole-rat | 0 | +| Baby mole-rat | 1x Baby mole, 1x Mole claw | 1x Baby mole-rat | 0 | | Tzrek-zuk | 1x Jal-nib-rek | 1x Tzrek-zuk | 0 | | Little parasite | 1x Little nightmare, 1x Parasitic egg | 1x Little parasite | 0 | | Ziggy | 1x Poison ivy berries, 1x Rocky | 1x Ziggy | 0 | | Red | 1x Redberries, 1x Rocky | 1x Red | 0 | -| Great blue heron | 3,000x Spirit flakes, 1x Heron | 1x Great blue heron | 0 | -| Greatish guardian | 1x Rift guardian, 1x Guardian's eye | 1x Greatish guardian | 0 | +| Great blue heron | 1x Heron, 3k Spirit flakes | 1x Great blue heron | 0 | +| Greatish guardian | 1x Guardian's eye, 1x Rift guardian | 1x Greatish guardian | 0 | | Dark totem | 1x Dark totem base, 1x Dark totem middle, 1x Dark totem top | 1x Dark totem | 0 | -| Dragon hunter lance | 1x Zamorakian hasta, 1x Hydra's claw | 1x Dragon hunter lance | 0 | +| Dragon hunter lance | 1x Hydra's claw, 1x Zamorakian hasta | 1x Dragon hunter lance | 0 | | Ferocious gloves | 1x Hydra leather | 1x Ferocious gloves | 0 | | Revert ferocious gloves | 1x Ferocious gloves | 1x Hydra leather | 0 | | Uncut zenyte | 1x Onyx, 1x Zenyte shard | 1x Uncut zenyte | 0 | -| Neitiznot faceguard | 1x Helm of neitiznot, 1x Basilisk jaw | 1x Neitiznot faceguard | 0 | -| Revert neitiznot faceguard | 1x Neitiznot faceguard | 1x Helm of neitiznot, 1x Basilisk jaw | 0 | +| Neitiznot faceguard | 1x Basilisk jaw, 1x Helm of neitiznot | 1x Neitiznot faceguard | 0 | +| Revert neitiznot faceguard | 1x Neitiznot faceguard | 1x Basilisk jaw, 1x Helm of neitiznot | 0 | | Arclight | 3x Ancient shard, 1x Darklight | 1x Arclight | 0 | -| Boots of brimstone | 1x Drake's claw, 1x Boots of stone | 1x Boots of brimstone | 0 | -| Devout boots | 1x Holy sandals, 1x Drake's tooth | 1x Devout boots | 0 | -| Uncharged toxic trident | 1x Uncharged trident, 1x Magic fang | 1x Uncharged toxic trident | 0 | -| Bryophyta's staff | 1,000x Nature rune, 1x Battlestaff, 1x Bryophyta's essence | 1x Bryophyta's staff | 0 | -| Toxic staff (uncharged) | 1x Staff of the dead, 1x Magic fang | 1x Toxic staff (uncharged) | 0 | +| Boots of brimstone | 1x Boots of stone, 1x Drake's claw | 1x Boots of brimstone | 0 | +| Devout boots | 1x Drake's tooth, 1x Holy sandals | 1x Devout boots | 0 | +| Uncharged toxic trident | 1x Magic fang, 1x Uncharged trident | 1x Uncharged toxic trident | 0 | +| Bryophyta's staff | 1x Battlestaff, 1x Bryophyta's essence, 1k Nature rune | 1x Bryophyta's staff | 0 | +| Toxic staff (uncharged) | 1x Magic fang, 1x Staff of the dead | 1x Toxic staff (uncharged) | 0 | | Abyssal tentacle | 1x Abyssal whip, 1x Kraken tentacle | 1x Abyssal tentacle | 0 | -| Brimstone ring | 1x Hydra's heart, 1x Hydra's fang, 1x Hydra's eye | 1x Brimstone ring | 0 | +| Brimstone ring | 1x Hydra's eye, 1x Hydra's fang, 1x Hydra's heart | 1x Brimstone ring | 0 | | Guardian boots | 1x Bandos boots, 1x Black tourmaline core | 1x Guardian boots | 0 | -| Abyssal bludgeon | 1x Bludgeon spine, 1x Bludgeon claw, 1x Bludgeon axon | 1x Abyssal bludgeon | 0 | +| Abyssal bludgeon | 1x Bludgeon axon, 1x Bludgeon claw, 1x Bludgeon spine | 1x Abyssal bludgeon | 0 | | Uncharged black mask | 1x Black mask (10) | 1x Black mask | 0 | -| Slayer ring (8) | 1x Gold bar, 1x Enchanted gem | 1x Slayer ring (8) | 0 | -| Slayer ring (eternal) | 1x Gold bar, 1x Eternal gem | 1x Slayer ring (eternal) | 0 | -| Slayer helmet | 1x Enchanted gem, 1x Facemask, 1x Earmuffs, 1x Nose peg, 1x Spiny helmet, 1x Black mask | 1x Slayer helmet | 0 | -| Slayer helmet (i) | 1x Enchanted gem, 1x Facemask, 1x Earmuffs, 1x Nose peg, 1x Spiny helmet, 1x Black mask (i) | 1x Slayer helmet (i) | 0 | -| Revert slayer helmet | 1x Slayer helmet | 1x Enchanted gem, 1x Facemask, 1x Earmuffs, 1x Nose peg, 1x Spiny helmet, 1x Black mask | 0 | -| Revert slayer helmet (i) | 1x Slayer helmet (i) | 1x Enchanted gem, 1x Facemask, 1x Earmuffs, 1x Nose peg, 1x Spiny helmet, 1x Black mask (i) | 0 | +| Slayer ring (8) | 1x Enchanted gem, 1x Gold bar | 1x Slayer ring (8) | 0 | +| Slayer ring (eternal) | 1x Eternal gem, 1x Gold bar | 1x Slayer ring (eternal) | 0 | +| Slayer helmet | 1x Black mask, 1x Earmuffs, 1x Enchanted gem, 1x Facemask, 1x Nose peg, 1x Spiny helmet | 1x Slayer helmet | 0 | +| Slayer helmet (i) | 1x Black mask (i), 1x Earmuffs, 1x Enchanted gem, 1x Facemask, 1x Nose peg, 1x Spiny helmet | 1x Slayer helmet (i) | 0 | +| Revert slayer helmet | 1x Slayer helmet | 1x Black mask, 1x Earmuffs, 1x Enchanted gem, 1x Facemask, 1x Nose peg, 1x Spiny helmet | 0 | +| Revert slayer helmet (i) | 1x Slayer helmet (i) | 1x Black mask (i), 1x Earmuffs, 1x Enchanted gem, 1x Facemask, 1x Nose peg, 1x Spiny helmet | 0 | | Black slayer helmet | 1x Kbd heads, 1x Slayer helmet | 1x Black slayer helmet | 0 | | Black slayer helmet (i) | 1x Kbd heads, 1x Slayer helmet (i) | 1x Black slayer helmet (i) | 0 | | Revert black slayer helmet | 1x Black slayer helmet | 1x Kbd heads, 1x Slayer helmet | 0 | @@ -316,228 +322,228 @@ | Red slayer helmet (i) | 1x Abyssal head, 1x Slayer helmet (i) | 1x Red slayer helmet (i) | 0 | | Revert red slayer helmet | 1x Red slayer helmet | 1x Abyssal head, 1x Slayer helmet | 0 | | Revert red slayer helmet (i) | 1x Red slayer helmet (i) | 1x Abyssal head, 1x Slayer helmet (i) | 0 | -| Purple slayer helmet | 1x Slayer helmet, 1x Dark claw | 1x Purple slayer helmet | 0 | -| Purple slayer helmet (i) | 1x Slayer helmet (i), 1x Dark claw | 1x Purple slayer helmet (i) | 0 | -| Revert purple slayer helmet | 1x Purple slayer helmet | 1x Slayer helmet, 1x Dark claw | 0 | -| Revert purple slayer helmet (i) | 1x Purple slayer helmet (i) | 1x Slayer helmet (i), 1x Dark claw | 0 | +| Purple slayer helmet | 1x Dark claw, 1x Slayer helmet | 1x Purple slayer helmet | 0 | +| Purple slayer helmet (i) | 1x Dark claw, 1x Slayer helmet (i) | 1x Purple slayer helmet (i) | 0 | +| Revert purple slayer helmet | 1x Purple slayer helmet | 1x Dark claw, 1x Slayer helmet | 0 | +| Revert purple slayer helmet (i) | 1x Purple slayer helmet (i) | 1x Dark claw, 1x Slayer helmet (i) | 0 | | Turquoise slayer helmet | 1x Slayer helmet, 1x Vorkath's head | 1x Turquoise slayer helmet | 0 | | Turquoise slayer helmet (i) | 1x Slayer helmet (i), 1x Vorkath's head | 1x Turquoise slayer helmet (i) | 0 | | Revert turquoise slayer helmet | 1x Turquoise slayer helmet | 1x Slayer helmet, 1x Vorkath's head | 0 | | Revert turquoise slayer helmet (i) | 1x Turquoise slayer helmet (i) | 1x Slayer helmet (i), 1x Vorkath's head | 0 | -| Hydra slayer helmet | 1x Slayer helmet, 1x Alchemical hydra heads | 1x Hydra slayer helmet | 0 | -| Hydra slayer helmet (i) | 1x Slayer helmet (i), 1x Alchemical hydra heads | 1x Hydra slayer helmet (i) | 0 | -| Revert hydra slayer helmet | 1x Hydra slayer helmet | 1x Slayer helmet, 1x Alchemical hydra heads | 0 | -| Revert hydra slayer helmet (i) | 1x Hydra slayer helmet (i) | 1x Slayer helmet (i), 1x Alchemical hydra heads | 0 | +| Hydra slayer helmet | 1x Alchemical hydra heads, 1x Slayer helmet | 1x Hydra slayer helmet | 0 | +| Hydra slayer helmet (i) | 1x Alchemical hydra heads, 1x Slayer helmet (i) | 1x Hydra slayer helmet (i) | 0 | +| Revert hydra slayer helmet | 1x Hydra slayer helmet | 1x Alchemical hydra heads, 1x Slayer helmet | 0 | +| Revert hydra slayer helmet (i) | 1x Hydra slayer helmet (i) | 1x Alchemical hydra heads, 1x Slayer helmet (i) | 0 | | Twisted slayer helmet | 1x Slayer helmet, 1x Twisted horns | 1x Twisted slayer helmet | 0 | | Twisted slayer helmet (i) | 1x Slayer helmet (i), 1x Twisted horns | 1x Twisted slayer helmet (i) | 0 | | Revert twisted slayer helmet | 1x Twisted slayer helmet | 1x Slayer helmet, 1x Twisted horns | 0 | | Revert twisted slayer helmet (i) | 1x Twisted slayer helmet (i) | 1x Slayer helmet (i), 1x Twisted horns | 0 | | Ardougne max cape | 1x Max cape, 1x Max hood | 1x Ardougne max cape, 1x Ardougne max hood | 0 | -| Infernal max cape | 1x Max cape, 1x Max hood | 1x Infernal max hood, 1x Infernal max cape | 0 | +| Infernal max cape | 1x Max cape, 1x Max hood | 1x Infernal max cape, 1x Infernal max hood | 0 | | Assembler max cape | 1x Max cape, 1x Max hood | 1x Assembler max cape, 1x Assembler max hood | 0 | | Imbued guthix max cape | 1x Max cape, 1x Max hood | 1x Imbued guthix max cape, 1x Imbued guthix max hood | 0 | | Imbued saradomin max cape | 1x Max cape, 1x Max hood | 1x Imbued saradomin max cape, 1x Imbued saradomin max hood | 0 | | Imbued zamorak max cape | 1x Max cape, 1x Max hood | 1x Imbued zamorak max cape, 1x Imbued zamorak max hood | 0 | | Mythical max cape | 1x Max cape, 1x Max hood, 1x Mythical cape | 1x Mythical max cape, 1x Mythical max hood | 0 | | Fire max cape | 1x Fire cape, 1x Max cape, 1x Max hood | 1x Fire max cape, 1x Fire max hood | 0 | -| Masori assembler max cape | 1x Max cape, 1x Max hood, 1x Masori assembler | 1x Masori assembler max cape, 1x Masori assembler max hood | 0 | +| Masori assembler max cape | 1x Masori assembler, 1x Max cape, 1x Max hood | 1x Masori assembler max cape, 1x Masori assembler max hood | 0 | | Uncharged dragonfire shield | 1x Anti-dragon shield, 1x Draconic visage | 1x Uncharged dragonfire shield | 0 | | Uncharged dragonfire ward | 1x Anti-dragon shield, 1x Skeletal visage | 1x Uncharged dragonfire ward | 0 | | Uncharged ancient wyvern shield | 1x Elemental shield, 1x Wyvern visage | 1x Uncharged ancient wyvern shield | 0 | -| Dragonfire shield | 1x Uncharged dragonfire shield, 1x Bottled dragonbreath | 1x Dragonfire shield | 0 | -| Dragonfire ward | 1x Uncharged dragonfire ward, 1x Bottled dragonbreath | 1x Dragonfire ward | 0 | -| Ancient wyvern shield | 5,000x Numulite, 1x Uncharged ancient wyvern shield, 1x Bottled dragonbreath | 1x Ancient wyvern shield | 0 | -| Bracelet of ethereum | 2,000x Revenant ether, 1x Bracelet of ethereum (uncharged) | 1x Bracelet of ethereum | 0 | +| Dragonfire shield | 1x Bottled dragonbreath, 1x Uncharged dragonfire shield | 1x Dragonfire shield | 0 | +| Dragonfire ward | 1x Bottled dragonbreath, 1x Uncharged dragonfire ward | 1x Dragonfire ward | 0 | +| Ancient wyvern shield | 1x Bottled dragonbreath, 5k Numulite, 1x Uncharged ancient wyvern shield | 1x Ancient wyvern shield | 0 | +| Bracelet of ethereum | 1x Bracelet of ethereum (uncharged), 2k Revenant ether | 1x Bracelet of ethereum | 0 | | Revenant ether | 1x Bracelet of ethereum (uncharged) | 250x Revenant ether | 0 | -| Viggora's chainmace | 7,000x Revenant ether, 1x Viggora's chainmace (u) | 1x Viggora's chainmace | 0 | -| Revert viggora's chainmace | 1x Viggora's chainmace | 7,000x Revenant ether, 1x Viggora's chainmace (u) | 0 | -| Ursine chainmace | 7,000x Revenant ether, 1x Ursine chainmace (u) | 1x Ursine chainmace | 0 | -| Revert ursine chainmace | 1x Ursine chainmace | 7,000x Revenant ether, 1x Ursine chainmace (u) | 0 | -| Revert viggora's chainmace (u) | 1x Viggora's chainmace (u) | 7,500x Revenant ether | 0 | -| Craw's bow | 7,000x Revenant ether, 1x Craw's bow (u) | 1x Craw's bow | 0 | -| Revert craw's bow | 1x Craw's bow | 7,000x Revenant ether, 1x Craw's bow (u) | 0 | -| Webweaver bow | 7,000x Revenant ether, 1x Webweaver bow (u) | 1x Webweaver bow | 0 | -| Revert webweaver bow | 1x Webweaver bow | 7,000x Revenant ether, 1x Webweaver bow (u) | 0 | -| Revert craw's bow (u) | 1x Craw's bow (u) | 7,500x Revenant ether | 0 | -| Thammaron's sceptre | 7,000x Revenant ether, 1x Thammaron's sceptre (u) | 1x Thammaron's sceptre | 0 | -| Revert thammaron's sceptre | 1x Thammaron's sceptre | 7,000x Revenant ether, 1x Thammaron's sceptre (u) | 0 | -| Accursed sceptre | 7,000x Revenant ether, 1x Accursed sceptre (u) | 1x Accursed sceptre | 0 | -| Revert accursed sceptre | 1x Accursed sceptre | 7,000x Revenant ether, 1x Accursed sceptre (u) | 0 | -| Revert thammaron's sceptre (u) | 1x Thammaron's sceptre (u) | 7,500x Revenant ether | 0 | -| Unpack bronze set (lg) | 1x Bronze set (lg) | 1x Bronze platelegs, 1x Bronze platebody, 1x Bronze full helm, 1x Bronze kiteshield | 0 | -| Bronze set (lg) | 1x Bronze platelegs, 1x Bronze platebody, 1x Bronze full helm, 1x Bronze kiteshield | 1x Bronze set (lg) | 0 | -| Unpack bronze set (sk) | 1x Bronze set (sk) | 1x Bronze plateskirt, 1x Bronze platebody, 1x Bronze full helm, 1x Bronze kiteshield | 0 | -| Bronze set (sk) | 1x Bronze plateskirt, 1x Bronze platebody, 1x Bronze full helm, 1x Bronze kiteshield | 1x Bronze set (sk) | 0 | -| Unpack bronze trimmed set (lg) | 1x Bronze trimmed set (lg) | 1x Bronze platebody (t), 1x Bronze platelegs (t), 1x Bronze full helm (t), 1x Bronze kiteshield (t) | 0 | -| Bronze trimmed set (lg) | 1x Bronze platebody (t), 1x Bronze platelegs (t), 1x Bronze full helm (t), 1x Bronze kiteshield (t) | 1x Bronze trimmed set (lg) | 0 | -| Unpack bronze trimmed set (sk) | 1x Bronze trimmed set (sk) | 1x Bronze platebody (t), 1x Bronze plateskirt (t), 1x Bronze full helm (t), 1x Bronze kiteshield (t) | 0 | -| Bronze trimmed set (sk) | 1x Bronze platebody (t), 1x Bronze plateskirt (t), 1x Bronze full helm (t), 1x Bronze kiteshield (t) | 1x Bronze trimmed set (sk) | 0 | -| Unpack bronze gold-trimmed set (lg) | 1x Bronze gold-trimmed set (lg) | 1x Bronze platebody (g), 1x Bronze platelegs (g), 1x Bronze full helm (g), 1x Bronze kiteshield (g) | 0 | -| Bronze gold-trimmed set (lg) | 1x Bronze platebody (g), 1x Bronze platelegs (g), 1x Bronze full helm (g), 1x Bronze kiteshield (g) | 1x Bronze gold-trimmed set (lg) | 0 | -| Unpack bronze gold-trimmed set (sk) | 1x Bronze gold-trimmed set (sk) | 1x Bronze platebody (g), 1x Bronze plateskirt (g), 1x Bronze full helm (g), 1x Bronze kiteshield (g) | 0 | -| Bronze gold-trimmed set (sk) | 1x Bronze platebody (g), 1x Bronze plateskirt (g), 1x Bronze full helm (g), 1x Bronze kiteshield (g) | 1x Bronze gold-trimmed set (sk) | 0 | -| Unpack iron set (lg) | 1x Iron set (lg) | 1x Iron platelegs, 1x Iron platebody, 1x Iron full helm, 1x Iron kiteshield | 0 | -| Iron set (lg) | 1x Iron platelegs, 1x Iron platebody, 1x Iron full helm, 1x Iron kiteshield | 1x Iron set (lg) | 0 | -| Unpack iron set (sk) | 1x Iron set (sk) | 1x Iron plateskirt, 1x Iron platebody, 1x Iron full helm, 1x Iron kiteshield | 0 | -| Iron set (sk) | 1x Iron plateskirt, 1x Iron platebody, 1x Iron full helm, 1x Iron kiteshield | 1x Iron set (sk) | 0 | -| Unpack iron trimmed set (lg) | 1x Iron trimmed set (lg) | 1x Iron platebody (t), 1x Iron platelegs (t), 1x Iron full helm (t), 1x Iron kiteshield (t) | 0 | -| Iron trimmed set (lg) | 1x Iron platebody (t), 1x Iron platelegs (t), 1x Iron full helm (t), 1x Iron kiteshield (t) | 1x Iron trimmed set (lg) | 0 | -| Unpack iron trimmed set (sk) | 1x Iron trimmed set (sk) | 1x Iron platebody (t), 1x Iron plateskirt (t), 1x Iron full helm (t), 1x Iron kiteshield (t) | 0 | -| Iron trimmed set (sk) | 1x Iron platebody (t), 1x Iron plateskirt (t), 1x Iron full helm (t), 1x Iron kiteshield (t) | 1x Iron trimmed set (sk) | 0 | -| Unpack iron gold-trimmed set (lg) | 1x Iron gold-trimmed set (lg) | 1x Iron platebody (g), 1x Iron platelegs (g), 1x Iron full helm (g), 1x Iron kiteshield (g) | 0 | -| Iron gold-trimmed set (lg) | 1x Iron platebody (g), 1x Iron platelegs (g), 1x Iron full helm (g), 1x Iron kiteshield (g) | 1x Iron gold-trimmed set (lg) | 0 | -| Unpack iron gold-trimmed set (sk) | 1x Iron gold-trimmed set (sk) | 1x Iron platebody (g), 1x Iron plateskirt (g), 1x Iron full helm (g), 1x Iron kiteshield (g) | 0 | -| Iron gold-trimmed set (sk) | 1x Iron platebody (g), 1x Iron plateskirt (g), 1x Iron full helm (g), 1x Iron kiteshield (g) | 1x Iron gold-trimmed set (sk) | 0 | -| Unpack steel set (lg) | 1x Steel set (lg) | 1x Steel platelegs, 1x Steel platebody, 1x Steel full helm, 1x Steel kiteshield | 0 | -| Steel set (lg) | 1x Steel platelegs, 1x Steel platebody, 1x Steel full helm, 1x Steel kiteshield | 1x Steel set (lg) | 0 | -| Unpack steel set (sk) | 1x Steel set (sk) | 1x Steel plateskirt, 1x Steel platebody, 1x Steel full helm, 1x Steel kiteshield | 0 | -| Steel set (sk) | 1x Steel plateskirt, 1x Steel platebody, 1x Steel full helm, 1x Steel kiteshield | 1x Steel set (sk) | 0 | -| Unpack steel trimmed set (lg) | 1x Steel trimmed set (lg) | 1x Steel platebody (t), 1x Steel platelegs (t), 1x Steel full helm (t), 1x Steel kiteshield (t) | 0 | -| Steel trimmed set (lg) | 1x Steel platebody (t), 1x Steel platelegs (t), 1x Steel full helm (t), 1x Steel kiteshield (t) | 1x Steel trimmed set (lg) | 0 | -| Unpack steel trimmed set (sk) | 1x Steel trimmed set (sk) | 1x Steel platebody (t), 1x Steel plateskirt (t), 1x Steel full helm (t), 1x Steel kiteshield (t) | 0 | -| Steel trimmed set (sk) | 1x Steel platebody (t), 1x Steel plateskirt (t), 1x Steel full helm (t), 1x Steel kiteshield (t) | 1x Steel trimmed set (sk) | 0 | -| Unpack steel gold-trimmed set (lg) | 1x Steel gold-trimmed set (lg) | 1x Steel platebody (g), 1x Steel platelegs (g), 1x Steel full helm (g), 1x Steel kiteshield (g) | 0 | -| Steel gold-trimmed set (lg) | 1x Steel platebody (g), 1x Steel platelegs (g), 1x Steel full helm (g), 1x Steel kiteshield (g) | 1x Steel gold-trimmed set (lg) | 0 | -| Unpack steel gold-trimmed set (sk) | 1x Steel gold-trimmed set (sk) | 1x Steel platebody (g), 1x Steel plateskirt (g), 1x Steel full helm (g), 1x Steel kiteshield (g) | 0 | -| Steel gold-trimmed set (sk) | 1x Steel platebody (g), 1x Steel plateskirt (g), 1x Steel full helm (g), 1x Steel kiteshield (g) | 1x Steel gold-trimmed set (sk) | 0 | -| Unpack black set (lg) | 1x Black set (lg) | 1x Black platelegs, 1x Black platebody, 1x Black full helm, 1x Black kiteshield | 0 | -| Black set (lg) | 1x Black platelegs, 1x Black platebody, 1x Black full helm, 1x Black kiteshield | 1x Black set (lg) | 0 | -| Unpack black set (sk) | 1x Black set (sk) | 1x Black plateskirt, 1x Black platebody, 1x Black full helm, 1x Black kiteshield | 0 | -| Black set (sk) | 1x Black plateskirt, 1x Black platebody, 1x Black full helm, 1x Black kiteshield | 1x Black set (sk) | 0 | -| Unpack black trimmed set (lg) | 1x Black trimmed set (lg) | 1x Black platebody (t), 1x Black platelegs (t), 1x Black full helm (t), 1x Black kiteshield (t) | 0 | -| Black trimmed set (lg) | 1x Black platebody (t), 1x Black platelegs (t), 1x Black full helm (t), 1x Black kiteshield (t) | 1x Black trimmed set (lg) | 0 | -| Unpack black trimmed set (sk) | 1x Black trimmed set (sk) | 1x Black platebody (t), 1x Black full helm (t), 1x Black kiteshield (t), 1x Black plateskirt (t) | 0 | -| Black trimmed set (sk) | 1x Black platebody (t), 1x Black full helm (t), 1x Black kiteshield (t), 1x Black plateskirt (t) | 1x Black trimmed set (sk) | 0 | -| Unpack black gold-trimmed set (lg) | 1x Black gold-trimmed set (lg) | 1x Black platebody (g), 1x Black platelegs (g), 1x Black full helm (g), 1x Black kiteshield (g) | 0 | -| Black gold-trimmed set (lg) | 1x Black platebody (g), 1x Black platelegs (g), 1x Black full helm (g), 1x Black kiteshield (g) | 1x Black gold-trimmed set (lg) | 0 | -| Unpack black gold-trimmed set (sk) | 1x Black gold-trimmed set (sk) | 1x Black platebody (g), 1x Black full helm (g), 1x Black kiteshield (g), 1x Black plateskirt (g) | 0 | -| Black gold-trimmed set (sk) | 1x Black platebody (g), 1x Black full helm (g), 1x Black kiteshield (g), 1x Black plateskirt (g) | 1x Black gold-trimmed set (sk) | 0 | -| Unpack mithril set (lg) | 1x Mithril set (lg) | 1x Mithril platelegs, 1x Mithril platebody, 1x Mithril full helm, 1x Mithril kiteshield | 0 | -| Mithril set (lg) | 1x Mithril platelegs, 1x Mithril platebody, 1x Mithril full helm, 1x Mithril kiteshield | 1x Mithril set (lg) | 0 | -| Unpack mithril set (sk) | 1x Mithril set (sk) | 1x Mithril plateskirt, 1x Mithril platebody, 1x Mithril full helm, 1x Mithril kiteshield | 0 | -| Mithril set (sk) | 1x Mithril plateskirt, 1x Mithril platebody, 1x Mithril full helm, 1x Mithril kiteshield | 1x Mithril set (sk) | 0 | -| Unpack mithril trimmed set (lg) | 1x Mithril trimmed set (lg) | 1x Mithril platebody (t), 1x Mithril platelegs (t), 1x Mithril kiteshield (t), 1x Mithril full helm (t) | 0 | -| Mithril trimmed set (lg) | 1x Mithril platebody (t), 1x Mithril platelegs (t), 1x Mithril kiteshield (t), 1x Mithril full helm (t) | 1x Mithril trimmed set (lg) | 0 | -| Unpack mithril trimmed set (sk) | 1x Mithril trimmed set (sk) | 1x Mithril platebody (t), 1x Mithril kiteshield (t), 1x Mithril full helm (t), 1x Mithril plateskirt (t) | 0 | -| Mithril trimmed set (sk) | 1x Mithril platebody (t), 1x Mithril kiteshield (t), 1x Mithril full helm (t), 1x Mithril plateskirt (t) | 1x Mithril trimmed set (sk) | 0 | -| Unpack mithril gold-trimmed set (lg) | 1x Mithril gold-trimmed set (lg) | 1x Mithril platebody (g), 1x Mithril platelegs (g), 1x Mithril kiteshield (g), 1x Mithril full helm (g) | 0 | -| Mithril gold-trimmed set (lg) | 1x Mithril platebody (g), 1x Mithril platelegs (g), 1x Mithril kiteshield (g), 1x Mithril full helm (g) | 1x Mithril gold-trimmed set (lg) | 0 | -| Unpack mithril gold-trimmed set (sk) | 1x Mithril gold-trimmed set (sk) | 1x Mithril platebody (g), 1x Mithril kiteshield (g), 1x Mithril full helm (g), 1x Mithril plateskirt (g) | 0 | -| Mithril gold-trimmed set (sk) | 1x Mithril platebody (g), 1x Mithril kiteshield (g), 1x Mithril full helm (g), 1x Mithril plateskirt (g) | 1x Mithril gold-trimmed set (sk) | 0 | -| Unpack adamant set (lg) | 1x Adamant set (lg) | 1x Adamant platelegs, 1x Adamant platebody, 1x Adamant full helm, 1x Adamant kiteshield | 0 | -| Adamant set (lg) | 1x Adamant platelegs, 1x Adamant platebody, 1x Adamant full helm, 1x Adamant kiteshield | 1x Adamant set (lg) | 0 | -| Unpack adamant set (sk) | 1x Adamant set (sk) | 1x Adamant plateskirt, 1x Adamant platebody, 1x Adamant full helm, 1x Adamant kiteshield | 0 | -| Adamant set (sk) | 1x Adamant plateskirt, 1x Adamant platebody, 1x Adamant full helm, 1x Adamant kiteshield | 1x Adamant set (sk) | 0 | -| Unpack adamant trimmed set (lg) | 1x Adamant trimmed set (lg) | 1x Adamant platebody (t), 1x Adamant platelegs (t), 1x Adamant kiteshield (t), 1x Adamant full helm (t) | 0 | -| Adamant trimmed set (lg) | 1x Adamant platebody (t), 1x Adamant platelegs (t), 1x Adamant kiteshield (t), 1x Adamant full helm (t) | 1x Adamant trimmed set (lg) | 0 | -| Unpack adamant trimmed set (sk) | 1x Adamant trimmed set (sk) | 1x Adamant platebody (t), 1x Adamant kiteshield (t), 1x Adamant full helm (t), 1x Adamant plateskirt (t) | 0 | -| Adamant trimmed set (sk) | 1x Adamant platebody (t), 1x Adamant kiteshield (t), 1x Adamant full helm (t), 1x Adamant plateskirt (t) | 1x Adamant trimmed set (sk) | 0 | -| Unpack adamant gold-trimmed set (lg) | 1x Adamant gold-trimmed set (lg) | 1x Adamant platebody (g), 1x Adamant platelegs (g), 1x Adamant kiteshield (g), 1x Adamant full helm (g) | 0 | -| Adamant gold-trimmed set (lg) | 1x Adamant platebody (g), 1x Adamant platelegs (g), 1x Adamant kiteshield (g), 1x Adamant full helm (g) | 1x Adamant gold-trimmed set (lg) | 0 | -| Unpack adamant gold-trimmed set (sk) | 1x Adamant gold-trimmed set (sk) | 1x Adamant platebody (g), 1x Adamant kiteshield (g), 1x Adamant full helm (g), 1x Adamant plateskirt (g) | 0 | -| Adamant gold-trimmed set (sk) | 1x Adamant platebody (g), 1x Adamant kiteshield (g), 1x Adamant full helm (g), 1x Adamant plateskirt (g) | 1x Adamant gold-trimmed set (sk) | 0 | -| Unpack rune armour set (lg) | 1x Rune armour set (lg) | 1x Rune platelegs, 1x Rune platebody, 1x Rune full helm, 1x Rune kiteshield | 0 | -| Rune armour set (lg) | 1x Rune platelegs, 1x Rune platebody, 1x Rune full helm, 1x Rune kiteshield | 1x Rune armour set (lg) | 0 | -| Unpack rune armour set (sk) | 1x Rune armour set (sk) | 1x Rune plateskirt, 1x Rune platebody, 1x Rune full helm, 1x Rune kiteshield | 0 | -| Rune armour set (sk) | 1x Rune plateskirt, 1x Rune platebody, 1x Rune full helm, 1x Rune kiteshield | 1x Rune armour set (sk) | 0 | -| Unpack rune trimmed set (lg) | 1x Rune trimmed set (lg) | 1x Rune platebody (t), 1x Rune platelegs (t), 1x Rune full helm (t), 1x Rune kiteshield (t) | 0 | -| Rune trimmed set (lg) | 1x Rune platebody (t), 1x Rune platelegs (t), 1x Rune full helm (t), 1x Rune kiteshield (t) | 1x Rune trimmed set (lg) | 0 | -| Unpack rune trimmed set (sk) | 1x Rune trimmed set (sk) | 1x Rune platebody (t), 1x Rune full helm (t), 1x Rune kiteshield (t), 1x Rune plateskirt (t) | 0 | -| Rune trimmed set (sk) | 1x Rune platebody (t), 1x Rune full helm (t), 1x Rune kiteshield (t), 1x Rune plateskirt (t) | 1x Rune trimmed set (sk) | 0 | -| Unpack rune gold-trimmed set (lg) | 1x Rune gold-trimmed set (lg) | 1x Rune platebody (g), 1x Rune platelegs (g), 1x Rune full helm (g), 1x Rune kiteshield (g) | 0 | -| Rune gold-trimmed set (lg) | 1x Rune platebody (g), 1x Rune platelegs (g), 1x Rune full helm (g), 1x Rune kiteshield (g) | 1x Rune gold-trimmed set (lg) | 0 | -| Unpack rune gold-trimmed set (sk) | 1x Rune gold-trimmed set (sk) | 1x Rune platebody (g), 1x Rune full helm (g), 1x Rune kiteshield (g), 1x Rune plateskirt (g) | 0 | -| Rune gold-trimmed set (sk) | 1x Rune platebody (g), 1x Rune full helm (g), 1x Rune kiteshield (g), 1x Rune plateskirt (g) | 1x Rune gold-trimmed set (sk) | 0 | -| Unpack gilded armour set (lg) | 1x Gilded armour set (lg) | 1x Gilded platebody, 1x Gilded platelegs, 1x Gilded full helm, 1x Gilded kiteshield | 0 | -| Gilded armour set (lg) | 1x Gilded platebody, 1x Gilded platelegs, 1x Gilded full helm, 1x Gilded kiteshield | 1x Gilded armour set (lg) | 0 | -| Unpack gilded armour set (sk) | 1x Gilded armour set (sk) | 1x Gilded platebody, 1x Gilded plateskirt, 1x Gilded full helm, 1x Gilded kiteshield | 0 | -| Gilded armour set (sk) | 1x Gilded platebody, 1x Gilded plateskirt, 1x Gilded full helm, 1x Gilded kiteshield | 1x Gilded armour set (sk) | 0 | -| Unpack guthix armour set (lg) | 1x Guthix armour set (lg) | 1x Guthix platebody, 1x Guthix platelegs, 1x Guthix full helm, 1x Guthix kiteshield | 0 | -| Guthix armour set (lg) | 1x Guthix platebody, 1x Guthix platelegs, 1x Guthix full helm, 1x Guthix kiteshield | 1x Guthix armour set (lg) | 0 | -| Unpack guthix armour set (sk) | 1x Guthix armour set (sk) | 1x Guthix platebody, 1x Guthix full helm, 1x Guthix kiteshield, 1x Guthix plateskirt | 0 | -| Guthix armour set (sk) | 1x Guthix platebody, 1x Guthix full helm, 1x Guthix kiteshield, 1x Guthix plateskirt | 1x Guthix armour set (sk) | 0 | -| Unpack saradomin armour set (lg) | 1x Saradomin armour set (lg) | 1x Saradomin platebody, 1x Saradomin platelegs, 1x Saradomin full helm, 1x Saradomin kiteshield | 0 | -| Saradomin armour set (lg) | 1x Saradomin platebody, 1x Saradomin platelegs, 1x Saradomin full helm, 1x Saradomin kiteshield | 1x Saradomin armour set (lg) | 0 | -| Unpack saradomin armour set (sk) | 1x Saradomin armour set (sk) | 1x Saradomin platebody, 1x Saradomin full helm, 1x Saradomin kiteshield, 1x Saradomin plateskirt | 0 | -| Saradomin armour set (sk) | 1x Saradomin platebody, 1x Saradomin full helm, 1x Saradomin kiteshield, 1x Saradomin plateskirt | 1x Saradomin armour set (sk) | 0 | -| Unpack zamorak armour set (lg) | 1x Zamorak armour set (lg) | 1x Zamorak platebody, 1x Zamorak platelegs, 1x Zamorak full helm, 1x Zamorak kiteshield | 0 | -| Zamorak armour set (lg) | 1x Zamorak platebody, 1x Zamorak platelegs, 1x Zamorak full helm, 1x Zamorak kiteshield | 1x Zamorak armour set (lg) | 0 | -| Unpack zamorak armour set (sk) | 1x Zamorak armour set (sk) | 1x Zamorak platebody, 1x Zamorak full helm, 1x Zamorak kiteshield, 1x Zamorak plateskirt | 0 | -| Zamorak armour set (sk) | 1x Zamorak platebody, 1x Zamorak full helm, 1x Zamorak kiteshield, 1x Zamorak plateskirt | 1x Zamorak armour set (sk) | 0 | -| Unpack ancient rune armour set (lg) | 1x Ancient rune armour set (lg) | 1x Ancient platebody, 1x Ancient platelegs, 1x Ancient full helm, 1x Ancient kiteshield | 0 | -| Ancient rune armour set (lg) | 1x Ancient platebody, 1x Ancient platelegs, 1x Ancient full helm, 1x Ancient kiteshield | 1x Ancient rune armour set (lg) | 0 | -| Unpack ancient rune armour set (sk) | 1x Ancient rune armour set (sk) | 1x Ancient platebody, 1x Ancient plateskirt, 1x Ancient full helm, 1x Ancient kiteshield | 0 | -| Ancient rune armour set (sk) | 1x Ancient platebody, 1x Ancient plateskirt, 1x Ancient full helm, 1x Ancient kiteshield | 1x Ancient rune armour set (sk) | 0 | -| Unpack armadyl rune armour set (lg) | 1x Armadyl rune armour set (lg) | 1x Armadyl platebody, 1x Armadyl platelegs, 1x Armadyl full helm, 1x Armadyl kiteshield | 0 | -| Armadyl rune armour set (lg) | 1x Armadyl platebody, 1x Armadyl platelegs, 1x Armadyl full helm, 1x Armadyl kiteshield | 1x Armadyl rune armour set (lg) | 0 | -| Unpack armadyl rune armour set (sk) | 1x Armadyl rune armour set (sk) | 1x Armadyl platebody, 1x Armadyl plateskirt, 1x Armadyl full helm, 1x Armadyl kiteshield | 0 | -| Armadyl rune armour set (sk) | 1x Armadyl platebody, 1x Armadyl plateskirt, 1x Armadyl full helm, 1x Armadyl kiteshield | 1x Armadyl rune armour set (sk) | 0 | -| Unpack bandos rune armour set (lg) | 1x Bandos rune armour set (lg) | 1x Bandos platebody, 1x Bandos platelegs, 1x Bandos full helm, 1x Bandos kiteshield | 0 | -| Bandos rune armour set (lg) | 1x Bandos platebody, 1x Bandos platelegs, 1x Bandos full helm, 1x Bandos kiteshield | 1x Bandos rune armour set (lg) | 0 | -| Unpack bandos rune armour set (sk) | 1x Bandos rune armour set (sk) | 1x Bandos platebody, 1x Bandos plateskirt, 1x Bandos full helm, 1x Bandos kiteshield | 0 | -| Bandos rune armour set (sk) | 1x Bandos platebody, 1x Bandos plateskirt, 1x Bandos full helm, 1x Bandos kiteshield | 1x Bandos rune armour set (sk) | 0 | -| Unpack dragon armour set (lg) | 1x Dragon armour set (lg) | 1x Dragon platelegs, 1x Dragon full helm, 1x Dragon platebody, 1x Dragon kiteshield | 0 | -| Dragon armour set (lg) | 1x Dragon platelegs, 1x Dragon full helm, 1x Dragon platebody, 1x Dragon kiteshield | 1x Dragon armour set (lg) | 0 | -| Unpack dragon armour set (sk) | 1x Dragon armour set (sk) | 1x Dragon plateskirt, 1x Dragon full helm, 1x Dragon platebody, 1x Dragon kiteshield | 0 | -| Dragon armour set (sk) | 1x Dragon plateskirt, 1x Dragon full helm, 1x Dragon platebody, 1x Dragon kiteshield | 1x Dragon armour set (sk) | 0 | -| Unpack verac's armour set | 1x Verac's armour set | 1x Verac's helm, 1x Verac's flail, 1x Verac's brassard, 1x Verac's plateskirt | 0 | -| Verac's armour set | 1x Verac's helm, 1x Verac's flail, 1x Verac's brassard, 1x Verac's plateskirt | 1x Verac's armour set | 0 | -| Unpack dharok's armour set | 1x Dharok's armour set | 1x Dharok's helm, 1x Dharok's greataxe, 1x Dharok's platebody, 1x Dharok's platelegs | 0 | -| Dharok's armour set | 1x Dharok's helm, 1x Dharok's greataxe, 1x Dharok's platebody, 1x Dharok's platelegs | 1x Dharok's armour set | 0 | -| Unpack guthan's armour set | 1x Guthan's armour set | 1x Guthan's helm, 1x Guthan's warspear, 1x Guthan's platebody, 1x Guthan's chainskirt | 0 | -| Guthan's armour set | 1x Guthan's helm, 1x Guthan's warspear, 1x Guthan's platebody, 1x Guthan's chainskirt | 1x Guthan's armour set | 0 | -| Unpack ahrim's armour set | 1x Ahrim's armour set | 1x Ahrim's hood, 1x Ahrim's staff, 1x Ahrim's robetop, 1x Ahrim's robeskirt | 0 | -| Ahrim's armour set | 1x Ahrim's hood, 1x Ahrim's staff, 1x Ahrim's robetop, 1x Ahrim's robeskirt | 1x Ahrim's armour set | 0 | -| Unpack torag's armour set | 1x Torag's armour set | 1x Torag's helm, 1x Torag's hammers, 1x Torag's platebody, 1x Torag's platelegs | 0 | -| Torag's armour set | 1x Torag's helm, 1x Torag's hammers, 1x Torag's platebody, 1x Torag's platelegs | 1x Torag's armour set | 0 | -| Unpack karil's armour set | 1x Karil's armour set | 1x Karil's coif, 1x Karil's crossbow, 1x Karil's leathertop, 1x Karil's leatherskirt | 0 | -| Karil's armour set | 1x Karil's coif, 1x Karil's crossbow, 1x Karil's leathertop, 1x Karil's leatherskirt | 1x Karil's armour set | 0 | +| Viggora's chainmace | 7k Revenant ether, 1x Viggora's chainmace (u) | 1x Viggora's chainmace | 0 | +| Revert viggora's chainmace | 1x Viggora's chainmace | 7k Revenant ether, 1x Viggora's chainmace (u) | 0 | +| Ursine chainmace | 7k Revenant ether, 1x Ursine chainmace (u) | 1x Ursine chainmace | 0 | +| Revert ursine chainmace | 1x Ursine chainmace | 7k Revenant ether, 1x Ursine chainmace (u) | 0 | +| Revert viggora's chainmace (u) | 1x Viggora's chainmace (u) | 7.5k Revenant ether | 0 | +| Craw's bow | 1x Craw's bow (u), 7k Revenant ether | 1x Craw's bow | 0 | +| Revert craw's bow | 1x Craw's bow | 1x Craw's bow (u), 7k Revenant ether | 0 | +| Webweaver bow | 7k Revenant ether, 1x Webweaver bow (u) | 1x Webweaver bow | 0 | +| Revert webweaver bow | 1x Webweaver bow | 7k Revenant ether, 1x Webweaver bow (u) | 0 | +| Revert craw's bow (u) | 1x Craw's bow (u) | 7.5k Revenant ether | 0 | +| Thammaron's sceptre | 7k Revenant ether, 1x Thammaron's sceptre (u) | 1x Thammaron's sceptre | 0 | +| Revert thammaron's sceptre | 1x Thammaron's sceptre | 7k Revenant ether, 1x Thammaron's sceptre (u) | 0 | +| Accursed sceptre | 1x Accursed sceptre (u), 7k Revenant ether | 1x Accursed sceptre | 0 | +| Revert accursed sceptre | 1x Accursed sceptre | 1x Accursed sceptre (u), 7k Revenant ether | 0 | +| Revert thammaron's sceptre (u) | 1x Thammaron's sceptre (u) | 7.5k Revenant ether | 0 | +| Unpack bronze set (lg) | 1x Bronze set (lg) | 1x Bronze full helm, 1x Bronze kiteshield, 1x Bronze platebody, 1x Bronze platelegs | 0 | +| Bronze set (lg) | 1x Bronze full helm, 1x Bronze kiteshield, 1x Bronze platebody, 1x Bronze platelegs | 1x Bronze set (lg) | 0 | +| Unpack bronze set (sk) | 1x Bronze set (sk) | 1x Bronze full helm, 1x Bronze kiteshield, 1x Bronze platebody, 1x Bronze plateskirt | 0 | +| Bronze set (sk) | 1x Bronze full helm, 1x Bronze kiteshield, 1x Bronze platebody, 1x Bronze plateskirt | 1x Bronze set (sk) | 0 | +| Unpack bronze trimmed set (lg) | 1x Bronze trimmed set (lg) | 1x Bronze full helm (t), 1x Bronze kiteshield (t), 1x Bronze platebody (t), 1x Bronze platelegs (t) | 0 | +| Bronze trimmed set (lg) | 1x Bronze full helm (t), 1x Bronze kiteshield (t), 1x Bronze platebody (t), 1x Bronze platelegs (t) | 1x Bronze trimmed set (lg) | 0 | +| Unpack bronze trimmed set (sk) | 1x Bronze trimmed set (sk) | 1x Bronze full helm (t), 1x Bronze kiteshield (t), 1x Bronze platebody (t), 1x Bronze plateskirt (t) | 0 | +| Bronze trimmed set (sk) | 1x Bronze full helm (t), 1x Bronze kiteshield (t), 1x Bronze platebody (t), 1x Bronze plateskirt (t) | 1x Bronze trimmed set (sk) | 0 | +| Unpack bronze gold-trimmed set (lg) | 1x Bronze gold-trimmed set (lg) | 1x Bronze full helm (g), 1x Bronze kiteshield (g), 1x Bronze platebody (g), 1x Bronze platelegs (g) | 0 | +| Bronze gold-trimmed set (lg) | 1x Bronze full helm (g), 1x Bronze kiteshield (g), 1x Bronze platebody (g), 1x Bronze platelegs (g) | 1x Bronze gold-trimmed set (lg) | 0 | +| Unpack bronze gold-trimmed set (sk) | 1x Bronze gold-trimmed set (sk) | 1x Bronze full helm (g), 1x Bronze kiteshield (g), 1x Bronze platebody (g), 1x Bronze plateskirt (g) | 0 | +| Bronze gold-trimmed set (sk) | 1x Bronze full helm (g), 1x Bronze kiteshield (g), 1x Bronze platebody (g), 1x Bronze plateskirt (g) | 1x Bronze gold-trimmed set (sk) | 0 | +| Unpack iron set (lg) | 1x Iron set (lg) | 1x Iron full helm, 1x Iron kiteshield, 1x Iron platebody, 1x Iron platelegs | 0 | +| Iron set (lg) | 1x Iron full helm, 1x Iron kiteshield, 1x Iron platebody, 1x Iron platelegs | 1x Iron set (lg) | 0 | +| Unpack iron set (sk) | 1x Iron set (sk) | 1x Iron full helm, 1x Iron kiteshield, 1x Iron platebody, 1x Iron plateskirt | 0 | +| Iron set (sk) | 1x Iron full helm, 1x Iron kiteshield, 1x Iron platebody, 1x Iron plateskirt | 1x Iron set (sk) | 0 | +| Unpack iron trimmed set (lg) | 1x Iron trimmed set (lg) | 1x Iron full helm (t), 1x Iron kiteshield (t), 1x Iron platebody (t), 1x Iron platelegs (t) | 0 | +| Iron trimmed set (lg) | 1x Iron full helm (t), 1x Iron kiteshield (t), 1x Iron platebody (t), 1x Iron platelegs (t) | 1x Iron trimmed set (lg) | 0 | +| Unpack iron trimmed set (sk) | 1x Iron trimmed set (sk) | 1x Iron full helm (t), 1x Iron kiteshield (t), 1x Iron platebody (t), 1x Iron plateskirt (t) | 0 | +| Iron trimmed set (sk) | 1x Iron full helm (t), 1x Iron kiteshield (t), 1x Iron platebody (t), 1x Iron plateskirt (t) | 1x Iron trimmed set (sk) | 0 | +| Unpack iron gold-trimmed set (lg) | 1x Iron gold-trimmed set (lg) | 1x Iron full helm (g), 1x Iron kiteshield (g), 1x Iron platebody (g), 1x Iron platelegs (g) | 0 | +| Iron gold-trimmed set (lg) | 1x Iron full helm (g), 1x Iron kiteshield (g), 1x Iron platebody (g), 1x Iron platelegs (g) | 1x Iron gold-trimmed set (lg) | 0 | +| Unpack iron gold-trimmed set (sk) | 1x Iron gold-trimmed set (sk) | 1x Iron full helm (g), 1x Iron kiteshield (g), 1x Iron platebody (g), 1x Iron plateskirt (g) | 0 | +| Iron gold-trimmed set (sk) | 1x Iron full helm (g), 1x Iron kiteshield (g), 1x Iron platebody (g), 1x Iron plateskirt (g) | 1x Iron gold-trimmed set (sk) | 0 | +| Unpack steel set (lg) | 1x Steel set (lg) | 1x Steel full helm, 1x Steel kiteshield, 1x Steel platebody, 1x Steel platelegs | 0 | +| Steel set (lg) | 1x Steel full helm, 1x Steel kiteshield, 1x Steel platebody, 1x Steel platelegs | 1x Steel set (lg) | 0 | +| Unpack steel set (sk) | 1x Steel set (sk) | 1x Steel full helm, 1x Steel kiteshield, 1x Steel platebody, 1x Steel plateskirt | 0 | +| Steel set (sk) | 1x Steel full helm, 1x Steel kiteshield, 1x Steel platebody, 1x Steel plateskirt | 1x Steel set (sk) | 0 | +| Unpack steel trimmed set (lg) | 1x Steel trimmed set (lg) | 1x Steel full helm (t), 1x Steel kiteshield (t), 1x Steel platebody (t), 1x Steel platelegs (t) | 0 | +| Steel trimmed set (lg) | 1x Steel full helm (t), 1x Steel kiteshield (t), 1x Steel platebody (t), 1x Steel platelegs (t) | 1x Steel trimmed set (lg) | 0 | +| Unpack steel trimmed set (sk) | 1x Steel trimmed set (sk) | 1x Steel full helm (t), 1x Steel kiteshield (t), 1x Steel platebody (t), 1x Steel plateskirt (t) | 0 | +| Steel trimmed set (sk) | 1x Steel full helm (t), 1x Steel kiteshield (t), 1x Steel platebody (t), 1x Steel plateskirt (t) | 1x Steel trimmed set (sk) | 0 | +| Unpack steel gold-trimmed set (lg) | 1x Steel gold-trimmed set (lg) | 1x Steel full helm (g), 1x Steel kiteshield (g), 1x Steel platebody (g), 1x Steel platelegs (g) | 0 | +| Steel gold-trimmed set (lg) | 1x Steel full helm (g), 1x Steel kiteshield (g), 1x Steel platebody (g), 1x Steel platelegs (g) | 1x Steel gold-trimmed set (lg) | 0 | +| Unpack steel gold-trimmed set (sk) | 1x Steel gold-trimmed set (sk) | 1x Steel full helm (g), 1x Steel kiteshield (g), 1x Steel platebody (g), 1x Steel plateskirt (g) | 0 | +| Steel gold-trimmed set (sk) | 1x Steel full helm (g), 1x Steel kiteshield (g), 1x Steel platebody (g), 1x Steel plateskirt (g) | 1x Steel gold-trimmed set (sk) | 0 | +| Unpack black set (lg) | 1x Black set (lg) | 1x Black full helm, 1x Black kiteshield, 1x Black platebody, 1x Black platelegs | 0 | +| Black set (lg) | 1x Black full helm, 1x Black kiteshield, 1x Black platebody, 1x Black platelegs | 1x Black set (lg) | 0 | +| Unpack black set (sk) | 1x Black set (sk) | 1x Black full helm, 1x Black kiteshield, 1x Black platebody, 1x Black plateskirt | 0 | +| Black set (sk) | 1x Black full helm, 1x Black kiteshield, 1x Black platebody, 1x Black plateskirt | 1x Black set (sk) | 0 | +| Unpack black trimmed set (lg) | 1x Black trimmed set (lg) | 1x Black full helm (t), 1x Black kiteshield (t), 1x Black platebody (t), 1x Black platelegs (t) | 0 | +| Black trimmed set (lg) | 1x Black full helm (t), 1x Black kiteshield (t), 1x Black platebody (t), 1x Black platelegs (t) | 1x Black trimmed set (lg) | 0 | +| Unpack black trimmed set (sk) | 1x Black trimmed set (sk) | 1x Black full helm (t), 1x Black kiteshield (t), 1x Black platebody (t), 1x Black plateskirt (t) | 0 | +| Black trimmed set (sk) | 1x Black full helm (t), 1x Black kiteshield (t), 1x Black platebody (t), 1x Black plateskirt (t) | 1x Black trimmed set (sk) | 0 | +| Unpack black gold-trimmed set (lg) | 1x Black gold-trimmed set (lg) | 1x Black full helm (g), 1x Black kiteshield (g), 1x Black platebody (g), 1x Black platelegs (g) | 0 | +| Black gold-trimmed set (lg) | 1x Black full helm (g), 1x Black kiteshield (g), 1x Black platebody (g), 1x Black platelegs (g) | 1x Black gold-trimmed set (lg) | 0 | +| Unpack black gold-trimmed set (sk) | 1x Black gold-trimmed set (sk) | 1x Black full helm (g), 1x Black kiteshield (g), 1x Black platebody (g), 1x Black plateskirt (g) | 0 | +| Black gold-trimmed set (sk) | 1x Black full helm (g), 1x Black kiteshield (g), 1x Black platebody (g), 1x Black plateskirt (g) | 1x Black gold-trimmed set (sk) | 0 | +| Unpack mithril set (lg) | 1x Mithril set (lg) | 1x Mithril full helm, 1x Mithril kiteshield, 1x Mithril platebody, 1x Mithril platelegs | 0 | +| Mithril set (lg) | 1x Mithril full helm, 1x Mithril kiteshield, 1x Mithril platebody, 1x Mithril platelegs | 1x Mithril set (lg) | 0 | +| Unpack mithril set (sk) | 1x Mithril set (sk) | 1x Mithril full helm, 1x Mithril kiteshield, 1x Mithril platebody, 1x Mithril plateskirt | 0 | +| Mithril set (sk) | 1x Mithril full helm, 1x Mithril kiteshield, 1x Mithril platebody, 1x Mithril plateskirt | 1x Mithril set (sk) | 0 | +| Unpack mithril trimmed set (lg) | 1x Mithril trimmed set (lg) | 1x Mithril full helm (t), 1x Mithril kiteshield (t), 1x Mithril platebody (t), 1x Mithril platelegs (t) | 0 | +| Mithril trimmed set (lg) | 1x Mithril full helm (t), 1x Mithril kiteshield (t), 1x Mithril platebody (t), 1x Mithril platelegs (t) | 1x Mithril trimmed set (lg) | 0 | +| Unpack mithril trimmed set (sk) | 1x Mithril trimmed set (sk) | 1x Mithril full helm (t), 1x Mithril kiteshield (t), 1x Mithril platebody (t), 1x Mithril plateskirt (t) | 0 | +| Mithril trimmed set (sk) | 1x Mithril full helm (t), 1x Mithril kiteshield (t), 1x Mithril platebody (t), 1x Mithril plateskirt (t) | 1x Mithril trimmed set (sk) | 0 | +| Unpack mithril gold-trimmed set (lg) | 1x Mithril gold-trimmed set (lg) | 1x Mithril full helm (g), 1x Mithril kiteshield (g), 1x Mithril platebody (g), 1x Mithril platelegs (g) | 0 | +| Mithril gold-trimmed set (lg) | 1x Mithril full helm (g), 1x Mithril kiteshield (g), 1x Mithril platebody (g), 1x Mithril platelegs (g) | 1x Mithril gold-trimmed set (lg) | 0 | +| Unpack mithril gold-trimmed set (sk) | 1x Mithril gold-trimmed set (sk) | 1x Mithril full helm (g), 1x Mithril kiteshield (g), 1x Mithril platebody (g), 1x Mithril plateskirt (g) | 0 | +| Mithril gold-trimmed set (sk) | 1x Mithril full helm (g), 1x Mithril kiteshield (g), 1x Mithril platebody (g), 1x Mithril plateskirt (g) | 1x Mithril gold-trimmed set (sk) | 0 | +| Unpack adamant set (lg) | 1x Adamant set (lg) | 1x Adamant full helm, 1x Adamant kiteshield, 1x Adamant platebody, 1x Adamant platelegs | 0 | +| Adamant set (lg) | 1x Adamant full helm, 1x Adamant kiteshield, 1x Adamant platebody, 1x Adamant platelegs | 1x Adamant set (lg) | 0 | +| Unpack adamant set (sk) | 1x Adamant set (sk) | 1x Adamant full helm, 1x Adamant kiteshield, 1x Adamant platebody, 1x Adamant plateskirt | 0 | +| Adamant set (sk) | 1x Adamant full helm, 1x Adamant kiteshield, 1x Adamant platebody, 1x Adamant plateskirt | 1x Adamant set (sk) | 0 | +| Unpack adamant trimmed set (lg) | 1x Adamant trimmed set (lg) | 1x Adamant full helm (t), 1x Adamant kiteshield (t), 1x Adamant platebody (t), 1x Adamant platelegs (t) | 0 | +| Adamant trimmed set (lg) | 1x Adamant full helm (t), 1x Adamant kiteshield (t), 1x Adamant platebody (t), 1x Adamant platelegs (t) | 1x Adamant trimmed set (lg) | 0 | +| Unpack adamant trimmed set (sk) | 1x Adamant trimmed set (sk) | 1x Adamant full helm (t), 1x Adamant kiteshield (t), 1x Adamant platebody (t), 1x Adamant plateskirt (t) | 0 | +| Adamant trimmed set (sk) | 1x Adamant full helm (t), 1x Adamant kiteshield (t), 1x Adamant platebody (t), 1x Adamant plateskirt (t) | 1x Adamant trimmed set (sk) | 0 | +| Unpack adamant gold-trimmed set (lg) | 1x Adamant gold-trimmed set (lg) | 1x Adamant full helm (g), 1x Adamant kiteshield (g), 1x Adamant platebody (g), 1x Adamant platelegs (g) | 0 | +| Adamant gold-trimmed set (lg) | 1x Adamant full helm (g), 1x Adamant kiteshield (g), 1x Adamant platebody (g), 1x Adamant platelegs (g) | 1x Adamant gold-trimmed set (lg) | 0 | +| Unpack adamant gold-trimmed set (sk) | 1x Adamant gold-trimmed set (sk) | 1x Adamant full helm (g), 1x Adamant kiteshield (g), 1x Adamant platebody (g), 1x Adamant plateskirt (g) | 0 | +| Adamant gold-trimmed set (sk) | 1x Adamant full helm (g), 1x Adamant kiteshield (g), 1x Adamant platebody (g), 1x Adamant plateskirt (g) | 1x Adamant gold-trimmed set (sk) | 0 | +| Unpack rune armour set (lg) | 1x Rune armour set (lg) | 1x Rune full helm, 1x Rune kiteshield, 1x Rune platebody, 1x Rune platelegs | 0 | +| Rune armour set (lg) | 1x Rune full helm, 1x Rune kiteshield, 1x Rune platebody, 1x Rune platelegs | 1x Rune armour set (lg) | 0 | +| Unpack rune armour set (sk) | 1x Rune armour set (sk) | 1x Rune full helm, 1x Rune kiteshield, 1x Rune platebody, 1x Rune plateskirt | 0 | +| Rune armour set (sk) | 1x Rune full helm, 1x Rune kiteshield, 1x Rune platebody, 1x Rune plateskirt | 1x Rune armour set (sk) | 0 | +| Unpack rune trimmed set (lg) | 1x Rune trimmed set (lg) | 1x Rune full helm (t), 1x Rune kiteshield (t), 1x Rune platebody (t), 1x Rune platelegs (t) | 0 | +| Rune trimmed set (lg) | 1x Rune full helm (t), 1x Rune kiteshield (t), 1x Rune platebody (t), 1x Rune platelegs (t) | 1x Rune trimmed set (lg) | 0 | +| Unpack rune trimmed set (sk) | 1x Rune trimmed set (sk) | 1x Rune full helm (t), 1x Rune kiteshield (t), 1x Rune platebody (t), 1x Rune plateskirt (t) | 0 | +| Rune trimmed set (sk) | 1x Rune full helm (t), 1x Rune kiteshield (t), 1x Rune platebody (t), 1x Rune plateskirt (t) | 1x Rune trimmed set (sk) | 0 | +| Unpack rune gold-trimmed set (lg) | 1x Rune gold-trimmed set (lg) | 1x Rune full helm (g), 1x Rune kiteshield (g), 1x Rune platebody (g), 1x Rune platelegs (g) | 0 | +| Rune gold-trimmed set (lg) | 1x Rune full helm (g), 1x Rune kiteshield (g), 1x Rune platebody (g), 1x Rune platelegs (g) | 1x Rune gold-trimmed set (lg) | 0 | +| Unpack rune gold-trimmed set (sk) | 1x Rune gold-trimmed set (sk) | 1x Rune full helm (g), 1x Rune kiteshield (g), 1x Rune platebody (g), 1x Rune plateskirt (g) | 0 | +| Rune gold-trimmed set (sk) | 1x Rune full helm (g), 1x Rune kiteshield (g), 1x Rune platebody (g), 1x Rune plateskirt (g) | 1x Rune gold-trimmed set (sk) | 0 | +| Unpack gilded armour set (lg) | 1x Gilded armour set (lg) | 1x Gilded full helm, 1x Gilded kiteshield, 1x Gilded platebody, 1x Gilded platelegs | 0 | +| Gilded armour set (lg) | 1x Gilded full helm, 1x Gilded kiteshield, 1x Gilded platebody, 1x Gilded platelegs | 1x Gilded armour set (lg) | 0 | +| Unpack gilded armour set (sk) | 1x Gilded armour set (sk) | 1x Gilded full helm, 1x Gilded kiteshield, 1x Gilded platebody, 1x Gilded plateskirt | 0 | +| Gilded armour set (sk) | 1x Gilded full helm, 1x Gilded kiteshield, 1x Gilded platebody, 1x Gilded plateskirt | 1x Gilded armour set (sk) | 0 | +| Unpack guthix armour set (lg) | 1x Guthix armour set (lg) | 1x Guthix full helm, 1x Guthix kiteshield, 1x Guthix platebody, 1x Guthix platelegs | 0 | +| Guthix armour set (lg) | 1x Guthix full helm, 1x Guthix kiteshield, 1x Guthix platebody, 1x Guthix platelegs | 1x Guthix armour set (lg) | 0 | +| Unpack guthix armour set (sk) | 1x Guthix armour set (sk) | 1x Guthix full helm, 1x Guthix kiteshield, 1x Guthix platebody, 1x Guthix plateskirt | 0 | +| Guthix armour set (sk) | 1x Guthix full helm, 1x Guthix kiteshield, 1x Guthix platebody, 1x Guthix plateskirt | 1x Guthix armour set (sk) | 0 | +| Unpack saradomin armour set (lg) | 1x Saradomin armour set (lg) | 1x Saradomin full helm, 1x Saradomin kiteshield, 1x Saradomin platebody, 1x Saradomin platelegs | 0 | +| Saradomin armour set (lg) | 1x Saradomin full helm, 1x Saradomin kiteshield, 1x Saradomin platebody, 1x Saradomin platelegs | 1x Saradomin armour set (lg) | 0 | +| Unpack saradomin armour set (sk) | 1x Saradomin armour set (sk) | 1x Saradomin full helm, 1x Saradomin kiteshield, 1x Saradomin platebody, 1x Saradomin plateskirt | 0 | +| Saradomin armour set (sk) | 1x Saradomin full helm, 1x Saradomin kiteshield, 1x Saradomin platebody, 1x Saradomin plateskirt | 1x Saradomin armour set (sk) | 0 | +| Unpack zamorak armour set (lg) | 1x Zamorak armour set (lg) | 1x Zamorak full helm, 1x Zamorak kiteshield, 1x Zamorak platebody, 1x Zamorak platelegs | 0 | +| Zamorak armour set (lg) | 1x Zamorak full helm, 1x Zamorak kiteshield, 1x Zamorak platebody, 1x Zamorak platelegs | 1x Zamorak armour set (lg) | 0 | +| Unpack zamorak armour set (sk) | 1x Zamorak armour set (sk) | 1x Zamorak full helm, 1x Zamorak kiteshield, 1x Zamorak platebody, 1x Zamorak plateskirt | 0 | +| Zamorak armour set (sk) | 1x Zamorak full helm, 1x Zamorak kiteshield, 1x Zamorak platebody, 1x Zamorak plateskirt | 1x Zamorak armour set (sk) | 0 | +| Unpack ancient rune armour set (lg) | 1x Ancient rune armour set (lg) | 1x Ancient full helm, 1x Ancient kiteshield, 1x Ancient platebody, 1x Ancient platelegs | 0 | +| Ancient rune armour set (lg) | 1x Ancient full helm, 1x Ancient kiteshield, 1x Ancient platebody, 1x Ancient platelegs | 1x Ancient rune armour set (lg) | 0 | +| Unpack ancient rune armour set (sk) | 1x Ancient rune armour set (sk) | 1x Ancient full helm, 1x Ancient kiteshield, 1x Ancient platebody, 1x Ancient plateskirt | 0 | +| Ancient rune armour set (sk) | 1x Ancient full helm, 1x Ancient kiteshield, 1x Ancient platebody, 1x Ancient plateskirt | 1x Ancient rune armour set (sk) | 0 | +| Unpack armadyl rune armour set (lg) | 1x Armadyl rune armour set (lg) | 1x Armadyl full helm, 1x Armadyl kiteshield, 1x Armadyl platebody, 1x Armadyl platelegs | 0 | +| Armadyl rune armour set (lg) | 1x Armadyl full helm, 1x Armadyl kiteshield, 1x Armadyl platebody, 1x Armadyl platelegs | 1x Armadyl rune armour set (lg) | 0 | +| Unpack armadyl rune armour set (sk) | 1x Armadyl rune armour set (sk) | 1x Armadyl full helm, 1x Armadyl kiteshield, 1x Armadyl platebody, 1x Armadyl plateskirt | 0 | +| Armadyl rune armour set (sk) | 1x Armadyl full helm, 1x Armadyl kiteshield, 1x Armadyl platebody, 1x Armadyl plateskirt | 1x Armadyl rune armour set (sk) | 0 | +| Unpack bandos rune armour set (lg) | 1x Bandos rune armour set (lg) | 1x Bandos full helm, 1x Bandos kiteshield, 1x Bandos platebody, 1x Bandos platelegs | 0 | +| Bandos rune armour set (lg) | 1x Bandos full helm, 1x Bandos kiteshield, 1x Bandos platebody, 1x Bandos platelegs | 1x Bandos rune armour set (lg) | 0 | +| Unpack bandos rune armour set (sk) | 1x Bandos rune armour set (sk) | 1x Bandos full helm, 1x Bandos kiteshield, 1x Bandos platebody, 1x Bandos plateskirt | 0 | +| Bandos rune armour set (sk) | 1x Bandos full helm, 1x Bandos kiteshield, 1x Bandos platebody, 1x Bandos plateskirt | 1x Bandos rune armour set (sk) | 0 | +| Unpack dragon armour set (lg) | 1x Dragon armour set (lg) | 1x Dragon full helm, 1x Dragon kiteshield, 1x Dragon platebody, 1x Dragon platelegs | 0 | +| Dragon armour set (lg) | 1x Dragon full helm, 1x Dragon kiteshield, 1x Dragon platebody, 1x Dragon platelegs | 1x Dragon armour set (lg) | 0 | +| Unpack dragon armour set (sk) | 1x Dragon armour set (sk) | 1x Dragon full helm, 1x Dragon kiteshield, 1x Dragon platebody, 1x Dragon plateskirt | 0 | +| Dragon armour set (sk) | 1x Dragon full helm, 1x Dragon kiteshield, 1x Dragon platebody, 1x Dragon plateskirt | 1x Dragon armour set (sk) | 0 | +| Unpack verac's armour set | 1x Verac's armour set | 1x Verac's brassard, 1x Verac's flail, 1x Verac's helm, 1x Verac's plateskirt | 0 | +| Verac's armour set | 1x Verac's brassard, 1x Verac's flail, 1x Verac's helm, 1x Verac's plateskirt | 1x Verac's armour set | 0 | +| Unpack dharok's armour set | 1x Dharok's armour set | 1x Dharok's greataxe, 1x Dharok's helm, 1x Dharok's platebody, 1x Dharok's platelegs | 0 | +| Dharok's armour set | 1x Dharok's greataxe, 1x Dharok's helm, 1x Dharok's platebody, 1x Dharok's platelegs | 1x Dharok's armour set | 0 | +| Unpack guthan's armour set | 1x Guthan's armour set | 1x Guthan's chainskirt, 1x Guthan's helm, 1x Guthan's platebody, 1x Guthan's warspear | 0 | +| Guthan's armour set | 1x Guthan's chainskirt, 1x Guthan's helm, 1x Guthan's platebody, 1x Guthan's warspear | 1x Guthan's armour set | 0 | +| Unpack ahrim's armour set | 1x Ahrim's armour set | 1x Ahrim's hood, 1x Ahrim's robeskirt, 1x Ahrim's robetop, 1x Ahrim's staff | 0 | +| Ahrim's armour set | 1x Ahrim's hood, 1x Ahrim's robeskirt, 1x Ahrim's robetop, 1x Ahrim's staff | 1x Ahrim's armour set | 0 | +| Unpack torag's armour set | 1x Torag's armour set | 1x Torag's hammers, 1x Torag's helm, 1x Torag's platebody, 1x Torag's platelegs | 0 | +| Torag's armour set | 1x Torag's hammers, 1x Torag's helm, 1x Torag's platebody, 1x Torag's platelegs | 1x Torag's armour set | 0 | +| Unpack karil's armour set | 1x Karil's armour set | 1x Karil's coif, 1x Karil's crossbow, 1x Karil's leatherskirt, 1x Karil's leathertop | 0 | +| Karil's armour set | 1x Karil's coif, 1x Karil's crossbow, 1x Karil's leatherskirt, 1x Karil's leathertop | 1x Karil's armour set | 0 | | Unpack inquisitor's armour set | 1x Inquisitor's armour set | 1x Inquisitor's great helm, 1x Inquisitor's hauberk, 1x Inquisitor's plateskirt | 0 | | Inquisitor's armour set | 1x Inquisitor's great helm, 1x Inquisitor's hauberk, 1x Inquisitor's plateskirt | 1x Inquisitor's armour set | 0 | -| Unpack justiciar armour set | 1x Justiciar armour set | 1x Justiciar faceguard, 1x Justiciar chestguard, 1x Justiciar legguards | 0 | -| Justiciar armour set | 1x Justiciar faceguard, 1x Justiciar chestguard, 1x Justiciar legguards | 1x Justiciar armour set | 0 | +| Unpack justiciar armour set | 1x Justiciar armour set | 1x Justiciar chestguard, 1x Justiciar faceguard, 1x Justiciar legguards | 0 | +| Justiciar armour set | 1x Justiciar chestguard, 1x Justiciar faceguard, 1x Justiciar legguards | 1x Justiciar armour set | 0 | | Unpack obsidian armour set | 1x Obsidian armour set | 1x Obsidian helmet, 1x Obsidian platebody, 1x Obsidian platelegs | 0 | | Obsidian armour set | 1x Obsidian helmet, 1x Obsidian platebody, 1x Obsidian platelegs | 1x Obsidian armour set | 0 | -| Unpack dragonstone armour set | 1x Dragonstone armour set | 1x Dragonstone full helm, 1x Dragonstone platebody, 1x Dragonstone platelegs, 1x Dragonstone boots, 1x Dragonstone gauntlets | 0 | -| Dragonstone armour set | 1x Dragonstone full helm, 1x Dragonstone platebody, 1x Dragonstone platelegs, 1x Dragonstone boots, 1x Dragonstone gauntlets | 1x Dragonstone armour set | 0 | -| Unpack initiate harness m | 1x Initiate harness m | 1x Initiate sallet, 1x Initiate hauberk, 1x Initiate cuisse | 0 | -| Initiate harness m | 1x Initiate sallet, 1x Initiate hauberk, 1x Initiate cuisse | 1x Initiate harness m | 0 | -| Unpack proselyte harness m | 1x Proselyte harness m | 1x Proselyte sallet, 1x Proselyte hauberk, 1x Proselyte cuisse | 0 | -| Proselyte harness m | 1x Proselyte sallet, 1x Proselyte hauberk, 1x Proselyte cuisse | 1x Proselyte harness m | 0 | -| Unpack proselyte harness f | 1x Proselyte harness f | 1x Proselyte sallet, 1x Proselyte hauberk, 1x Proselyte tasset | 0 | -| Proselyte harness f | 1x Proselyte sallet, 1x Proselyte hauberk, 1x Proselyte tasset | 1x Proselyte harness f | 0 | -| Unpack green dragonhide set | 1x Green dragonhide set | 1x Green d'hide vambraces, 1x Green d'hide chaps, 1x Green d'hide body | 0 | -| Green dragonhide set | 1x Green d'hide vambraces, 1x Green d'hide chaps, 1x Green d'hide body | 1x Green dragonhide set | 0 | -| Unpack blue dragonhide set | 1x Blue dragonhide set | 1x Blue d'hide vambraces, 1x Blue d'hide chaps, 1x Blue d'hide body | 0 | -| Blue dragonhide set | 1x Blue d'hide vambraces, 1x Blue d'hide chaps, 1x Blue d'hide body | 1x Blue dragonhide set | 0 | -| Unpack red dragonhide set | 1x Red dragonhide set | 1x Red d'hide vambraces, 1x Red d'hide chaps, 1x Red d'hide body | 0 | -| Red dragonhide set | 1x Red d'hide vambraces, 1x Red d'hide chaps, 1x Red d'hide body | 1x Red dragonhide set | 0 | -| Unpack black dragonhide set | 1x Black dragonhide set | 1x Black d'hide vambraces, 1x Black d'hide chaps, 1x Black d'hide body | 0 | -| Black dragonhide set | 1x Black d'hide vambraces, 1x Black d'hide chaps, 1x Black d'hide body | 1x Black dragonhide set | 0 | -| Unpack gilded dragonhide set | 1x Gilded dragonhide set | 1x Gilded d'hide vambraces, 1x Gilded d'hide body, 1x Gilded d'hide chaps | 0 | -| Gilded dragonhide set | 1x Gilded d'hide vambraces, 1x Gilded d'hide body, 1x Gilded d'hide chaps | 1x Gilded dragonhide set | 0 | -| Unpack guthix dragonhide set | 1x Guthix dragonhide set | 1x Guthix bracers, 1x Guthix d'hide body, 1x Guthix chaps, 1x Guthix coif | 0 | -| Guthix dragonhide set | 1x Guthix bracers, 1x Guthix d'hide body, 1x Guthix chaps, 1x Guthix coif | 1x Guthix dragonhide set | 0 | -| Unpack saradomin dragonhide set | 1x Saradomin dragonhide set | 1x Saradomin bracers, 1x Saradomin d'hide body, 1x Saradomin chaps, 1x Saradomin coif | 0 | -| Saradomin dragonhide set | 1x Saradomin bracers, 1x Saradomin d'hide body, 1x Saradomin chaps, 1x Saradomin coif | 1x Saradomin dragonhide set | 0 | -| Unpack zamorak dragonhide set | 1x Zamorak dragonhide set | 1x Zamorak bracers, 1x Zamorak d'hide body, 1x Zamorak chaps, 1x Zamorak coif | 0 | -| Zamorak dragonhide set | 1x Zamorak bracers, 1x Zamorak d'hide body, 1x Zamorak chaps, 1x Zamorak coif | 1x Zamorak dragonhide set | 0 | -| Unpack ancient dragonhide set | 1x Ancient dragonhide set | 1x Ancient bracers, 1x Ancient d'hide body, 1x Ancient chaps, 1x Ancient coif | 0 | -| Ancient dragonhide set | 1x Ancient bracers, 1x Ancient d'hide body, 1x Ancient chaps, 1x Ancient coif | 1x Ancient dragonhide set | 0 | -| Unpack armadyl dragonhide set | 1x Armadyl dragonhide set | 1x Armadyl bracers, 1x Armadyl d'hide body, 1x Armadyl chaps, 1x Armadyl coif | 0 | -| Armadyl dragonhide set | 1x Armadyl bracers, 1x Armadyl d'hide body, 1x Armadyl chaps, 1x Armadyl coif | 1x Armadyl dragonhide set | 0 | -| Unpack bandos dragonhide set | 1x Bandos dragonhide set | 1x Bandos bracers, 1x Bandos d'hide body, 1x Bandos chaps, 1x Bandos coif | 0 | -| Bandos dragonhide set | 1x Bandos bracers, 1x Bandos d'hide body, 1x Bandos chaps, 1x Bandos coif | 1x Bandos dragonhide set | 0 | -| Unpack mystic set (blue) | 1x Mystic set (blue) | 1x Mystic hat, 1x Mystic robe top, 1x Mystic robe bottom, 1x Mystic gloves, 1x Mystic boots | 0 | -| Mystic set (blue) | 1x Mystic hat, 1x Mystic robe top, 1x Mystic robe bottom, 1x Mystic gloves, 1x Mystic boots | 1x Mystic set (blue) | 0 | -| Unpack mystic set (dark) | 1x Mystic set (dark) | 1x Mystic hat (dark), 1x Mystic robe top (dark), 1x Mystic robe bottom (dark), 1x Mystic gloves (dark), 1x Mystic boots (dark) | 0 | -| Mystic set (dark) | 1x Mystic hat (dark), 1x Mystic robe top (dark), 1x Mystic robe bottom (dark), 1x Mystic gloves (dark), 1x Mystic boots (dark) | 1x Mystic set (dark) | 0 | -| Unpack mystic set (light) | 1x Mystic set (light) | 1x Mystic hat (light), 1x Mystic robe top (light), 1x Mystic robe bottom (light), 1x Mystic gloves (light), 1x Mystic boots (light) | 0 | -| Mystic set (light) | 1x Mystic hat (light), 1x Mystic robe top (light), 1x Mystic robe bottom (light), 1x Mystic gloves (light), 1x Mystic boots (light) | 1x Mystic set (light) | 0 | -| Unpack mystic set (dusk) | 1x Mystic set (dusk) | 1x Mystic hat (dusk), 1x Mystic robe top (dusk), 1x Mystic robe bottom (dusk), 1x Mystic gloves (dusk), 1x Mystic boots (dusk) | 0 | -| Mystic set (dusk) | 1x Mystic hat (dusk), 1x Mystic robe top (dusk), 1x Mystic robe bottom (dusk), 1x Mystic gloves (dusk), 1x Mystic boots (dusk) | 1x Mystic set (dusk) | 0 | -| Unpack ancestral robes set | 1x Ancestral robes set | 1x Ancestral hat, 1x Ancestral robe top, 1x Ancestral robe bottom | 0 | -| Ancestral robes set | 1x Ancestral hat, 1x Ancestral robe top, 1x Ancestral robe bottom | 1x Ancestral robes set | 0 | +| Unpack dragonstone armour set | 1x Dragonstone armour set | 1x Dragonstone boots, 1x Dragonstone full helm, 1x Dragonstone gauntlets, 1x Dragonstone platebody, 1x Dragonstone platelegs | 0 | +| Dragonstone armour set | 1x Dragonstone boots, 1x Dragonstone full helm, 1x Dragonstone gauntlets, 1x Dragonstone platebody, 1x Dragonstone platelegs | 1x Dragonstone armour set | 0 | +| Unpack initiate harness m | 1x Initiate harness m | 1x Initiate cuisse, 1x Initiate hauberk, 1x Initiate sallet | 0 | +| Initiate harness m | 1x Initiate cuisse, 1x Initiate hauberk, 1x Initiate sallet | 1x Initiate harness m | 0 | +| Unpack proselyte harness m | 1x Proselyte harness m | 1x Proselyte cuisse, 1x Proselyte hauberk, 1x Proselyte sallet | 0 | +| Proselyte harness m | 1x Proselyte cuisse, 1x Proselyte hauberk, 1x Proselyte sallet | 1x Proselyte harness m | 0 | +| Unpack proselyte harness f | 1x Proselyte harness f | 1x Proselyte hauberk, 1x Proselyte sallet, 1x Proselyte tasset | 0 | +| Proselyte harness f | 1x Proselyte hauberk, 1x Proselyte sallet, 1x Proselyte tasset | 1x Proselyte harness f | 0 | +| Unpack green dragonhide set | 1x Green dragonhide set | 1x Green d'hide body, 1x Green d'hide chaps, 1x Green d'hide vambraces | 0 | +| Green dragonhide set | 1x Green d'hide body, 1x Green d'hide chaps, 1x Green d'hide vambraces | 1x Green dragonhide set | 0 | +| Unpack blue dragonhide set | 1x Blue dragonhide set | 1x Blue d'hide body, 1x Blue d'hide chaps, 1x Blue d'hide vambraces | 0 | +| Blue dragonhide set | 1x Blue d'hide body, 1x Blue d'hide chaps, 1x Blue d'hide vambraces | 1x Blue dragonhide set | 0 | +| Unpack red dragonhide set | 1x Red dragonhide set | 1x Red d'hide body, 1x Red d'hide chaps, 1x Red d'hide vambraces | 0 | +| Red dragonhide set | 1x Red d'hide body, 1x Red d'hide chaps, 1x Red d'hide vambraces | 1x Red dragonhide set | 0 | +| Unpack black dragonhide set | 1x Black dragonhide set | 1x Black d'hide body, 1x Black d'hide chaps, 1x Black d'hide vambraces | 0 | +| Black dragonhide set | 1x Black d'hide body, 1x Black d'hide chaps, 1x Black d'hide vambraces | 1x Black dragonhide set | 0 | +| Unpack gilded dragonhide set | 1x Gilded dragonhide set | 1x Gilded d'hide body, 1x Gilded d'hide chaps, 1x Gilded d'hide vambraces | 0 | +| Gilded dragonhide set | 1x Gilded d'hide body, 1x Gilded d'hide chaps, 1x Gilded d'hide vambraces | 1x Gilded dragonhide set | 0 | +| Unpack guthix dragonhide set | 1x Guthix dragonhide set | 1x Guthix bracers, 1x Guthix chaps, 1x Guthix coif, 1x Guthix d'hide body | 0 | +| Guthix dragonhide set | 1x Guthix bracers, 1x Guthix chaps, 1x Guthix coif, 1x Guthix d'hide body | 1x Guthix dragonhide set | 0 | +| Unpack saradomin dragonhide set | 1x Saradomin dragonhide set | 1x Saradomin bracers, 1x Saradomin chaps, 1x Saradomin coif, 1x Saradomin d'hide body | 0 | +| Saradomin dragonhide set | 1x Saradomin bracers, 1x Saradomin chaps, 1x Saradomin coif, 1x Saradomin d'hide body | 1x Saradomin dragonhide set | 0 | +| Unpack zamorak dragonhide set | 1x Zamorak dragonhide set | 1x Zamorak bracers, 1x Zamorak chaps, 1x Zamorak coif, 1x Zamorak d'hide body | 0 | +| Zamorak dragonhide set | 1x Zamorak bracers, 1x Zamorak chaps, 1x Zamorak coif, 1x Zamorak d'hide body | 1x Zamorak dragonhide set | 0 | +| Unpack ancient dragonhide set | 1x Ancient dragonhide set | 1x Ancient bracers, 1x Ancient chaps, 1x Ancient coif, 1x Ancient d'hide body | 0 | +| Ancient dragonhide set | 1x Ancient bracers, 1x Ancient chaps, 1x Ancient coif, 1x Ancient d'hide body | 1x Ancient dragonhide set | 0 | +| Unpack armadyl dragonhide set | 1x Armadyl dragonhide set | 1x Armadyl bracers, 1x Armadyl chaps, 1x Armadyl coif, 1x Armadyl d'hide body | 0 | +| Armadyl dragonhide set | 1x Armadyl bracers, 1x Armadyl chaps, 1x Armadyl coif, 1x Armadyl d'hide body | 1x Armadyl dragonhide set | 0 | +| Unpack bandos dragonhide set | 1x Bandos dragonhide set | 1x Bandos bracers, 1x Bandos chaps, 1x Bandos coif, 1x Bandos d'hide body | 0 | +| Bandos dragonhide set | 1x Bandos bracers, 1x Bandos chaps, 1x Bandos coif, 1x Bandos d'hide body | 1x Bandos dragonhide set | 0 | +| Unpack mystic set (blue) | 1x Mystic set (blue) | 1x Mystic boots, 1x Mystic gloves, 1x Mystic hat, 1x Mystic robe bottom, 1x Mystic robe top | 0 | +| Mystic set (blue) | 1x Mystic boots, 1x Mystic gloves, 1x Mystic hat, 1x Mystic robe bottom, 1x Mystic robe top | 1x Mystic set (blue) | 0 | +| Unpack mystic set (dark) | 1x Mystic set (dark) | 1x Mystic boots (dark), 1x Mystic gloves (dark), 1x Mystic hat (dark), 1x Mystic robe bottom (dark), 1x Mystic robe top (dark) | 0 | +| Mystic set (dark) | 1x Mystic boots (dark), 1x Mystic gloves (dark), 1x Mystic hat (dark), 1x Mystic robe bottom (dark), 1x Mystic robe top (dark) | 1x Mystic set (dark) | 0 | +| Unpack mystic set (light) | 1x Mystic set (light) | 1x Mystic boots (light), 1x Mystic gloves (light), 1x Mystic hat (light), 1x Mystic robe bottom (light), 1x Mystic robe top (light) | 0 | +| Mystic set (light) | 1x Mystic boots (light), 1x Mystic gloves (light), 1x Mystic hat (light), 1x Mystic robe bottom (light), 1x Mystic robe top (light) | 1x Mystic set (light) | 0 | +| Unpack mystic set (dusk) | 1x Mystic set (dusk) | 1x Mystic boots (dusk), 1x Mystic gloves (dusk), 1x Mystic hat (dusk), 1x Mystic robe bottom (dusk), 1x Mystic robe top (dusk) | 0 | +| Mystic set (dusk) | 1x Mystic boots (dusk), 1x Mystic gloves (dusk), 1x Mystic hat (dusk), 1x Mystic robe bottom (dusk), 1x Mystic robe top (dusk) | 1x Mystic set (dusk) | 0 | +| Unpack ancestral robes set | 1x Ancestral robes set | 1x Ancestral hat, 1x Ancestral robe bottom, 1x Ancestral robe top | 0 | +| Ancestral robes set | 1x Ancestral hat, 1x Ancestral robe bottom, 1x Ancestral robe top | 1x Ancestral robes set | 0 | | Unpack book of balance page set | 1x Book of balance page set | 1x Guthix page 1, 1x Guthix page 2, 1x Guthix page 3, 1x Guthix page 4 | 0 | | Book of balance page set | 1x Guthix page 1, 1x Guthix page 2, 1x Guthix page 3, 1x Guthix page 4 | 1x Book of balance page set | 0 | | Unpack holy book page set | 1x Holy book page set | 1x Saradomin page 1, 1x Saradomin page 2, 1x Saradomin page 3, 1x Saradomin page 4 | 0 | @@ -550,81 +556,83 @@ | Book of law page set | 1x Armadyl page 1, 1x Armadyl page 2, 1x Armadyl page 3, 1x Armadyl page 4 | 1x Book of law page set | 0 | | Unpack book of war page set | 1x Book of war page set | 1x Bandos page 1, 1x Bandos page 2, 1x Bandos page 3, 1x Bandos page 4 | 0 | | Book of war page set | 1x Bandos page 1, 1x Bandos page 2, 1x Bandos page 3, 1x Bandos page 4 | 1x Book of war page set | 0 | -| Unpack partyhat set | 1x Partyhat set | 1x Red partyhat, 1x Yellow partyhat, 1x Blue partyhat, 1x Green partyhat, 1x Purple partyhat, 1x White partyhat | 0 | -| Partyhat set | 1x Red partyhat, 1x Yellow partyhat, 1x Blue partyhat, 1x Green partyhat, 1x Purple partyhat, 1x White partyhat | 1x Partyhat set | 0 | -| Unpack halloween mask set | 1x Halloween mask set | 1x Green halloween mask, 1x Blue halloween mask, 1x Red halloween mask | 0 | -| Halloween mask set | 1x Green halloween mask, 1x Blue halloween mask, 1x Red halloween mask | 1x Halloween mask set | 0 | -| Unpack combat potion set | 1x Combat potion set | 1x Strength potion(4), 1x Attack potion(4), 1x Defence potion(4) | 0 | -| Combat potion set | 1x Strength potion(4), 1x Attack potion(4), 1x Defence potion(4) | 1x Combat potion set | 0 | -| Unpack super potion set | 1x Super potion set | 1x Super attack(4), 1x Super strength(4), 1x Super defence(4) | 0 | -| Super potion set | 1x Super attack(4), 1x Super strength(4), 1x Super defence(4) | 1x Super potion set | 0 | -| Unpack dwarf cannon set | 1x Dwarf cannon set | 1x Cannon base, 1x Cannon stand, 1x Cannon barrels, 1x Cannon furnace | 0 | -| Dwarf cannon set | 1x Cannon base, 1x Cannon stand, 1x Cannon barrels, 1x Cannon furnace | 1x Dwarf cannon set | 0 | -| Dagon'hai robes set | 1x Dagon'hai hat, 1x Dagon'hai robe top, 1x Dagon'hai robe bottom | 1x Dagon'hai robes set | 0 | -| Unpack Dagon'hai robes set | 1x Dagon'hai robes set | 1x Dagon'hai hat, 1x Dagon'hai robe top, 1x Dagon'hai robe bottom | 0 | -| Masori armour set (f) | 1x Masori mask (f), 1x Masori body (f), 1x Masori chaps (f) | 1x Masori armour set (f) | 0 | -| Unpack Masori armour set (f) | 1x Masori armour set (f) | 1x Masori mask (f), 1x Masori body (f), 1x Masori chaps (f) | 0 | -| Clown set | 1x Clown hat, 1x Clown leggings, 1x Clown shirt, 1x Clown feet | 1x Clown set | 0 | -| Unpack Clown set | 1x Clown set | 1x Clown hat, 1x Clown leggings, 1x Clown shirt, 1x Clown feet | 0 | +| Unpack partyhat set | 1x Partyhat set | 1x Blue partyhat, 1x Green partyhat, 1x Purple partyhat, 1x Red partyhat, 1x White partyhat, 1x Yellow partyhat | 0 | +| Partyhat set | 1x Blue partyhat, 1x Green partyhat, 1x Purple partyhat, 1x Red partyhat, 1x White partyhat, 1x Yellow partyhat | 1x Partyhat set | 0 | +| Unpack halloween mask set | 1x Halloween mask set | 1x Blue halloween mask, 1x Green halloween mask, 1x Red halloween mask | 0 | +| Halloween mask set | 1x Blue halloween mask, 1x Green halloween mask, 1x Red halloween mask | 1x Halloween mask set | 0 | +| Unpack combat potion set | 1x Combat potion set | 1x Attack potion(4), 1x Defence potion(4), 1x Strength potion(4) | 0 | +| Combat potion set | 1x Attack potion(4), 1x Defence potion(4), 1x Strength potion(4) | 1x Combat potion set | 0 | +| Unpack super potion set | 1x Super potion set | 1x Super attack(4), 1x Super defence(4), 1x Super strength(4) | 0 | +| Super potion set | 1x Super attack(4), 1x Super defence(4), 1x Super strength(4) | 1x Super potion set | 0 | +| Unpack dwarf cannon set | 1x Dwarf cannon set | 1x Cannon barrels, 1x Cannon base, 1x Cannon furnace, 1x Cannon stand | 0 | +| Dwarf cannon set | 1x Cannon barrels, 1x Cannon base, 1x Cannon furnace, 1x Cannon stand | 1x Dwarf cannon set | 0 | +| Dagon'hai robes set | 1x Dagon'hai hat, 1x Dagon'hai robe bottom, 1x Dagon'hai robe top | 1x Dagon'hai robes set | 0 | +| Unpack Dagon'hai robes set | 1x Dagon'hai robes set | 1x Dagon'hai hat, 1x Dagon'hai robe bottom, 1x Dagon'hai robe top | 0 | +| Masori armour set (f) | 1x Masori body (f), 1x Masori chaps (f), 1x Masori mask (f) | 1x Masori armour set (f) | 0 | +| Unpack Masori armour set (f) | 1x Masori armour set (f) | 1x Masori body (f), 1x Masori chaps (f), 1x Masori mask (f) | 0 | +| Clown set | 1x Clown feet, 1x Clown hat, 1x Clown leggings, 1x Clown shirt | 1x Clown set | 0 | +| Unpack Clown set | 1x Clown set | 1x Clown feet, 1x Clown hat, 1x Clown leggings, 1x Clown shirt | 0 | | Acrobat set | 1x Acrobat hood, 1x Acrobat pants, 1x Acrobat shirt, 1x Acrobat shoes | 1x Acrobat set | 0 | | Unpack Acrobat set | 1x Acrobat set | 1x Acrobat hood, 1x Acrobat pants, 1x Acrobat shirt, 1x Acrobat shoes | 0 | -| Ringmaster set | 1x Ringmaster pants, 1x Ringmaster shirt, 1x Ringmaster boots, 1x Ringmaster hat | 1x Ringmaster set | 0 | -| Unpack Ringmaster set | 1x Ringmaster set | 1x Ringmaster pants, 1x Ringmaster shirt, 1x Ringmaster boots, 1x Ringmaster hat | 0 | -| Acrylic set | 1x Acrylic hood, 1x Acrylic top, 1x Acrylic bottom, 1x Acrylic boots | 1x Acrylic set | 0 | -| Unpack Acrylic set | 1x Acrylic set | 1x Acrylic hood, 1x Acrylic top, 1x Acrylic bottom, 1x Acrylic boots | 0 | -| Warpriest of Zamorak set | 1x Warpriest of Zamorak helm, 1x Warpriest of Zamorak cuirass, 1x Warpriest of Zamorak greaves, 1x Warpriest of Zamorak boots, 1x Warpriest of Zamorak gauntlets, 1x Warpriest of Zamorak cape | 1x Warpriest of Zamorak set | 0 | -| Unpack Warpriest of Zamorak set | 1x Warpriest of Zamorak set | 1x Warpriest of Zamorak helm, 1x Warpriest of Zamorak cuirass, 1x Warpriest of Zamorak greaves, 1x Warpriest of Zamorak boots, 1x Warpriest of Zamorak gauntlets, 1x Warpriest of Zamorak cape | 0 | -| Warpriest of Saradomin set | 1x Warpriest of Saradomin helm, 1x Warpriest of Saradomin cuirass, 1x Warpriest of Saradomin greaves, 1x Warpriest of Saradomin boots, 1x Warpriest of Saradomin gauntlets, 1x Warpriest of Saradomin cape | 1x Warpriest of Saradomin set | 0 | -| Unpack Warpriest of Saradomin set | 1x Warpriest of Saradomin set | 1x Warpriest of Saradomin helm, 1x Warpriest of Saradomin cuirass, 1x Warpriest of Saradomin greaves, 1x Warpriest of Saradomin boots, 1x Warpriest of Saradomin gauntlets, 1x Warpriest of Saradomin cape | 0 | -| Warpriest of Armadyl set | 1x Warpriest of Armadyl helm, 1x Warpriest of Armadyl cuirass, 1x Warpriest of Armadyl greaves, 1x Warpriest of Armadyl boots, 1x Warpriest of Armadyl gauntlets, 1x Warpriest of Armadyl cape | 1x Warpriest of Armadyl set | 0 | -| Unpack Warpriest of Armadyl set | 1x Warpriest of Armadyl set | 1x Warpriest of Armadyl helm, 1x Warpriest of Armadyl cuirass, 1x Warpriest of Armadyl greaves, 1x Warpriest of Armadyl boots, 1x Warpriest of Armadyl gauntlets, 1x Warpriest of Armadyl cape | 0 | -| Warpriest of Bandos set | 1x Warpriest of Bandos helm, 1x Warpriest of Bandos cuirass, 1x Warpriest of Bandos greaves, 1x Warpriest of Bandos boots, 1x Warpriest of Bandos gauntlets, 1x Warpriest of Bandos cape | 1x Warpriest of Bandos set | 0 | -| Unpack Warpriest of Bandos set | 1x Warpriest of Bandos set | 1x Warpriest of Bandos helm, 1x Warpriest of Bandos cuirass, 1x Warpriest of Bandos greaves, 1x Warpriest of Bandos boots, 1x Warpriest of Bandos gauntlets, 1x Warpriest of Bandos cape | 0 | -| Dwarven armour set | 1x Dwarven full helm, 1x Dwarven platebody, 1x Dwarven platelegs, 1x Dwarven boots, 1x Dwarven gloves | 1x Dwarven armour set | 0 | -| Unpack Dwarven armour set | 1x Dwarven armour set | 1x Dwarven full helm, 1x Dwarven platebody, 1x Dwarven platelegs, 1x Dwarven boots, 1x Dwarven gloves | 0 | +| Ringmaster set | 1x Ringmaster boots, 1x Ringmaster hat, 1x Ringmaster pants, 1x Ringmaster shirt | 1x Ringmaster set | 0 | +| Unpack Ringmaster set | 1x Ringmaster set | 1x Ringmaster boots, 1x Ringmaster hat, 1x Ringmaster pants, 1x Ringmaster shirt | 0 | +| Acrylic set | 1x Acrylic boots, 1x Acrylic bottom, 1x Acrylic hood, 1x Acrylic top | 1x Acrylic set | 0 | +| Unpack Acrylic set | 1x Acrylic set | 1x Acrylic boots, 1x Acrylic bottom, 1x Acrylic hood, 1x Acrylic top | 0 | +| Warpriest of Zamorak set | 1x Warpriest of Zamorak boots, 1x Warpriest of Zamorak cape, 1x Warpriest of Zamorak cuirass, 1x Warpriest of Zamorak gauntlets, 1x Warpriest of Zamorak greaves, 1x Warpriest of Zamorak helm | 1x Warpriest of Zamorak set | 0 | +| Unpack Warpriest of Zamorak set | 1x Warpriest of Zamorak set | 1x Warpriest of Zamorak boots, 1x Warpriest of Zamorak cape, 1x Warpriest of Zamorak cuirass, 1x Warpriest of Zamorak gauntlets, 1x Warpriest of Zamorak greaves, 1x Warpriest of Zamorak helm | 0 | +| Warpriest of Saradomin set | 1x Warpriest of Saradomin boots, 1x Warpriest of Saradomin cape, 1x Warpriest of Saradomin cuirass, 1x Warpriest of Saradomin gauntlets, 1x Warpriest of Saradomin greaves, 1x Warpriest of Saradomin helm | 1x Warpriest of Saradomin set | 0 | +| Unpack Warpriest of Saradomin set | 1x Warpriest of Saradomin set | 1x Warpriest of Saradomin boots, 1x Warpriest of Saradomin cape, 1x Warpriest of Saradomin cuirass, 1x Warpriest of Saradomin gauntlets, 1x Warpriest of Saradomin greaves, 1x Warpriest of Saradomin helm | 0 | +| Warpriest of Armadyl set | 1x Warpriest of Armadyl boots, 1x Warpriest of Armadyl cape, 1x Warpriest of Armadyl cuirass, 1x Warpriest of Armadyl gauntlets, 1x Warpriest of Armadyl greaves, 1x Warpriest of Armadyl helm | 1x Warpriest of Armadyl set | 0 | +| Unpack Warpriest of Armadyl set | 1x Warpriest of Armadyl set | 1x Warpriest of Armadyl boots, 1x Warpriest of Armadyl cape, 1x Warpriest of Armadyl cuirass, 1x Warpriest of Armadyl gauntlets, 1x Warpriest of Armadyl greaves, 1x Warpriest of Armadyl helm | 0 | +| Warpriest of Bandos set | 1x Warpriest of Bandos boots, 1x Warpriest of Bandos cape, 1x Warpriest of Bandos cuirass, 1x Warpriest of Bandos gauntlets, 1x Warpriest of Bandos greaves, 1x Warpriest of Bandos helm | 1x Warpriest of Bandos set | 0 | +| Unpack Warpriest of Bandos set | 1x Warpriest of Bandos set | 1x Warpriest of Bandos boots, 1x Warpriest of Bandos cape, 1x Warpriest of Bandos cuirass, 1x Warpriest of Bandos gauntlets, 1x Warpriest of Bandos greaves, 1x Warpriest of Bandos helm | 0 | +| Dwarven armour set | 1x Dwarven boots, 1x Dwarven full helm, 1x Dwarven gloves, 1x Dwarven platebody, 1x Dwarven platelegs | 1x Dwarven armour set | 0 | +| Unpack Dwarven armour set | 1x Dwarven armour set | 1x Dwarven boots, 1x Dwarven full helm, 1x Dwarven gloves, 1x Dwarven platebody, 1x Dwarven platelegs | 0 | | Drygore longsword set | 1x Drygore longsword, 1x Offhand drygore longsword | 1x Drygore longsword set | 0 | | Unpack Drygore longsword set | 1x Drygore longsword set | 1x Drygore longsword, 1x Offhand drygore longsword | 0 | | Drygore rapier set | 1x Drygore rapier, 1x Offhand drygore rapier | 1x Drygore rapier set | 0 | | Unpack Drygore rapier set | 1x Drygore rapier set | 1x Drygore rapier, 1x Offhand drygore rapier | 0 | | Drygore mace set | 1x Drygore mace, 1x Offhand drygore mace | 1x Drygore mace set | 0 | | Unpack Drygore mace set | 1x Drygore mace set | 1x Drygore mace, 1x Offhand drygore mace | 0 | -| Torva armour set | 1x Torva full helm, 1x Torva platebody, 1x Torva platelegs, 1x Torva boots, 1x Torva gloves | 1x Torva armour set | 0 | -| Unpack Torva armour set | 1x Torva armour set | 1x Torva full helm, 1x Torva platebody, 1x Torva platelegs, 1x Torva boots, 1x Torva gloves | 0 | -| Pernix armour set | 1x Pernix cowl, 1x Pernix body, 1x Pernix boots, 1x Pernix gloves, 1x Pernix chaps | 1x Pernix armour set | 0 | -| Unpack Pernix armour set | 1x Pernix armour set | 1x Pernix cowl, 1x Pernix body, 1x Pernix boots, 1x Pernix gloves, 1x Pernix chaps | 0 | -| Virtus armour set | 1x Virtus mask, 1x Virtus robe top, 1x Virtus robe legs, 1x Virtus gloves, 1x Virtus boots | 1x Virtus armour set | 0 | -| Unpack Virtus armour set | 1x Virtus armour set | 1x Virtus mask, 1x Virtus robe top, 1x Virtus robe legs, 1x Virtus gloves, 1x Virtus boots | 0 | -| Divine spirit shield | 1x Divine sigil, 1x Blessed spirit shield | 1x Divine spirit shield | 0 | +| Torva armour set | 1x Torva boots, 1x Torva full helm, 1x Torva gloves, 1x Torva platebody, 1x Torva platelegs | 1x Torva armour set | 0 | +| Unpack Torva armour set | 1x Torva armour set | 1x Torva boots, 1x Torva full helm, 1x Torva gloves, 1x Torva platebody, 1x Torva platelegs | 0 | +| Pernix armour set | 1x Pernix body, 1x Pernix boots, 1x Pernix chaps, 1x Pernix cowl, 1x Pernix gloves | 1x Pernix armour set | 0 | +| Unpack Pernix armour set | 1x Pernix armour set | 1x Pernix body, 1x Pernix boots, 1x Pernix chaps, 1x Pernix cowl, 1x Pernix gloves | 0 | +| Virtus armour set | 1x Virtus boots, 1x Virtus gloves, 1x Virtus mask, 1x Virtus robe legs, 1x Virtus robe top | 1x Virtus armour set | 0 | +| Unpack Virtus armour set | 1x Virtus armour set | 1x Virtus boots, 1x Virtus gloves, 1x Virtus mask, 1x Virtus robe legs, 1x Virtus robe top | 0 | +| Sunfire fanatic armour set | 1x Sunfire fanatic chausses, 1x Sunfire fanatic cuirass, 1x Sunfire fanatic helm | 1x Sunfire fanatic armour set | 0 | +| Unpack Sunfire fanatic armour set | 1x Sunfire fanatic armour set | 1x Sunfire fanatic chausses, 1x Sunfire fanatic cuirass, 1x Sunfire fanatic helm | 0 | +| Divine spirit shield | 1x Blessed spirit shield, 1x Divine sigil | 1x Divine spirit shield | 0 | | Heart crystal | 1x Chunk of crystal, 1x Hunk of crystal, 1x Lump of crystal | 1x Heart crystal | 0 | | Vasa cloak | Unknown/Dynamic | 1x Vasa cloak | 0 | | Bryophyta's staff(i) | 1x Bryophyta's staff, 1x Magus scroll | 1x Bryophyta's staff(i) | 0 | | Ignis ring(i) | 1x Ignis ring, 1x Magus scroll | 1x Ignis ring(i) | 0 | -| Abyssal pouch | 1x Giant pouch, 1x Abyssal thread | 1x Abyssal pouch | 0 | +| Abyssal pouch | 1x Abyssal thread, 1x Giant pouch | 1x Abyssal pouch | 0 | | Elder pouch | 1x Abyssal pouch, 1x Elder thread | 1x Elder pouch | 0 | | Bucket of sand | 1x Bucket, 1x Sand | 1x Bucket of sand | 0 | | Breadcrumbs | 1x Bread | 4x Breadcrumbs | 0 | -| Infernal bulwark | 5x Onyx, 1x Dinh's bulwark, 1x Infernal core | 1x Infernal bulwark | 0 | -| TzKal cape | 20x Onyx, 1x Infernal cape, 1x Abyssal cape, 1x TzKal-Zuk's skin | 1x TzKal cape | 0 | -| Infernal slayer helmet | 30x Onyx, 1x Black mask, 1x Head of TzKal Zuk | 1x Infernal slayer helmet | 0 | -| Infernal slayer helmet(i) | 10x Onyx, 3x Gorajan shards, 1x Torva full helm, 1x Pernix cowl, 1x Virtus mask, 1x Infernal slayer helmet, 1x Magus scroll | 1x Infernal slayer helmet(i) | 0 | -| Royal crossbow | 1x Chaotic crossbow, 1x Royal torsion spring, 1x Royal sight, 1x Royal frame, 1x Royal bolt stabiliser | 1x Royal crossbow | 0 | -| Polypore staff | 7,000x Polypore spore, 1x Polypore stick | 1x Polypore staff | 0 | +| Infernal bulwark | 1x Dinh's bulwark, 1x Infernal core, 5x Onyx | 1x Infernal bulwark | 0 | +| TzKal cape | 1x Abyssal cape, 1x Infernal cape, 20x Onyx, 1x TzKal-Zuk's skin | 1x TzKal cape | 0 | +| Infernal slayer helmet | 1x Black mask, 1x Head of TzKal Zuk, 30x Onyx | 1x Infernal slayer helmet | 0 | +| Infernal slayer helmet(i) | 3x Gorajan shards, 1x Infernal slayer helmet, 1x Magus scroll, 10x Onyx, 1x Pernix cowl, 1x Torva full helm, 1x Virtus mask | 1x Infernal slayer helmet(i) | 0 | +| Royal crossbow | 1x Chaotic crossbow, 1x Royal bolt stabiliser, 1x Royal frame, 1x Royal sight, 1x Royal torsion spring | 1x Royal crossbow | 0 | +| Polypore staff | 7k Polypore spore, 1x Polypore stick | 1x Polypore staff | 0 | | Golden partyhat | 7x Golden shard | 1x Golden partyhat | 0 | -| Crystal fishing rod | 1x Crystal tool seed, 1x Contest rod | 1x Crystal fishing rod | 0 | -| Void staff (u) | 750x Dark animica, 1x Virtus wand, 1x Dark crystal | 1x Void staff (u) | 0 | +| Crystal fishing rod | 1x Contest rod, 1x Crystal tool seed | 1x Crystal fishing rod | 0 | +| Void staff (u) | 750x Dark animica, 1x Dark crystal, 1x Virtus wand | 1x Void staff (u) | 0 | | Void staff | 1x Void staff (u) | 1x Void staff | 0 | | Revert void staff | 1x Void staff | 1x Void staff (u) | 0 | -| Abyssal tome | 1x Virtus book, 1x Tattered tome | 1x Abyssal tome | 0 | +| Abyssal tome | 1x Tattered tome, 1x Virtus book | 1x Abyssal tome | 0 | | Spellbound ring(i) | 1x Magus scroll, 1x Spellbound ring | 1x Spellbound ring(i) | 0 | -| Black swan | 1x Squid dye, 1x Seer | 1x Black swan | 0 | +| Black swan | 1x Seer, 1x Squid dye | 1x Black swan | 0 | | Nexterminator | 1x Bloodsoaked feather | 1x Nexterminator | 0 | | Seamonkey staff (t1) | 1x Polypore staff | 1x Seamonkey staff (t1) | 0 | | Seamonkey staff (t2) | 1x Oceanic relic, 1x Seamonkey staff (t1) | 1x Seamonkey staff (t2) | 0 | | Seamonkey staff (t3) | 1x Aquifer aegis, 1x Seamonkey staff (t2) | 1x Seamonkey staff (t3) | 0 | -| Arcane blast necklace | 1x Occult necklace, 1x Chaotic remnant | 1x Arcane blast necklace | 0 | -| Farsight snapshot necklace | 1x Necklace of anguish, 1x Chaotic remnant | 1x Farsight snapshot necklace | 0 | +| Arcane blast necklace | 1x Chaotic remnant, 1x Occult necklace | 1x Arcane blast necklace | 0 | +| Farsight snapshot necklace | 1x Chaotic remnant, 1x Necklace of anguish | 1x Farsight snapshot necklace | 0 | | Brawler's hook necklace | 1x Amulet of torture, 1x Chaotic remnant | 1x Brawler's hook necklace | 0 | -| Gorajan bonecrusher | 3x Gorajan shards, 1x Gorajan bonecrusher (u) | 1x Gorajan bonecrusher | 0 | +| Gorajan bonecrusher | 1x Gorajan bonecrusher (u), 3x Gorajan shards | 1x Gorajan bonecrusher | 0 | | Revert gorajan bonecrusher | 1x Gorajan bonecrusher (u) | 1x Gorajan shards | 0 | | Fix fire cape | 1x Fire cape (broken) | 1x Fire cape | 0 | | Fix fire max cape | 1x Fire max cape (broken) | 1x Fire max cape | 100000000 | @@ -647,164 +655,164 @@ | Fix void mage helm | 1x Void mage helm (broken) | 1x Void mage helm | 100000000 | | Fix void ranger helm | 1x Void ranger helm (broken) | 1x Void ranger helm | 100000000 | | Fix void melee helm | 1x Void melee helm (broken) | 1x Void melee helm | 100000000 | -| Fix hellfire bow | 1x Smouldering stone, 1x Ignecarus dragonclaw, 1x Dragon's fury, 1x Hellfire bow (broken) | 1x Hellfire bow | 200000000 | -| Fix hellfire bownana | 1x Smouldering stone, 1x Hellfire bownana (broken), 1x Ignecarus dragonclaw, 1x Dragon's fury | 1x Hellfire bownana | 200000000 | +| Fix hellfire bow | 1x Dragon's fury, 1x Hellfire bow (broken), 1x Ignecarus dragonclaw, 1x Smouldering stone | 1x Hellfire bow | 200000000 | +| Fix hellfire bownana | 1x Dragon's fury, 1x Hellfire bownana (broken), 1x Ignecarus dragonclaw, 1x Smouldering stone | 1x Hellfire bownana | 200000000 | | Unlock dragon defender | 1x Dragon defender (l) | 1x Dragon defender | 0 | -| Unpack twisted relichunter (t1) armour set | 1x Twisted relic hunter (t1) armour set | 1x Twisted hat (t1), 1x Twisted coat (t1), 1x Twisted trousers (t1), 1x Twisted boots (t1) | 0 | -| Twisted relichunter (t1) armour set | 1x Twisted hat (t1), 1x Twisted coat (t1), 1x Twisted trousers (t1), 1x Twisted boots (t1) | 1x Twisted relic hunter (t1) armour set | 0 | -| Unpack twisted relichunter (t2) armour set | 1x Twisted relic hunter (t2) armour set | 1x Twisted hat (t2), 1x Twisted coat (t2), 1x Twisted trousers (t2), 1x Twisted boots (t2) | 0 | -| Twisted relichunter (t2) armour set | 1x Twisted hat (t2), 1x Twisted coat (t2), 1x Twisted trousers (t2), 1x Twisted boots (t2) | 1x Twisted relic hunter (t2) armour set | 0 | -| Unpack twisted relichunter (t3) armour set | 1x Twisted relic hunter (t3) armour set | 1x Twisted hat (t3), 1x Twisted coat (t3), 1x Twisted trousers (t3), 1x Twisted boots (t3) | 0 | -| Twisted relichunter (t3) armour set | 1x Twisted hat (t3), 1x Twisted coat (t3), 1x Twisted trousers (t3), 1x Twisted boots (t3) | 1x Twisted relic hunter (t3) armour set | 0 | -| Unpack trailblazer relichunter (t1) armour set | 1x Trailblazer relic hunter (t1) armour set | 1x Trailblazer hood (t1), 1x Trailblazer top (t1), 1x Trailblazer trousers (t1), 1x Trailblazer boots (t1) | 0 | -| Trailblazer relichunter (t1) armour set | 1x Trailblazer hood (t1), 1x Trailblazer top (t1), 1x Trailblazer trousers (t1), 1x Trailblazer boots (t1) | 1x Trailblazer relic hunter (t1) armour set | 0 | -| Unpack trailblazer relichunter (t2) armour set | 1x Trailblazer relic hunter (t2) armour set | 1x Trailblazer hood (t2), 1x Trailblazer top (t2), 1x Trailblazer trousers (t2), 1x Trailblazer boots (t2) | 0 | -| Trailblazer relichunter (t2) armour set | 1x Trailblazer hood (t2), 1x Trailblazer top (t2), 1x Trailblazer trousers (t2), 1x Trailblazer boots (t2) | 1x Trailblazer relic hunter (t2) armour set | 0 | -| Unpack trailblazer relichunter (t3) armour set | 1x Trailblazer relic hunter (t3) armour set | 1x Trailblazer hood (t3), 1x Trailblazer top (t3), 1x Trailblazer trousers (t3), 1x Trailblazer boots (t3) | 0 | -| Trailblazer relichunter (t3) armour set | 1x Trailblazer hood (t3), 1x Trailblazer top (t3), 1x Trailblazer trousers (t3), 1x Trailblazer boots (t3) | 1x Trailblazer relic hunter (t3) armour set | 0 | -| Unpack dagon'hai robes set | 1x Dagon'hai robes set | 1x Dagon'hai hat, 1x Dagon'hai robe top, 1x Dagon'hai robe bottom | 0 | -| Dagon'hai robes set | 1x Dagon'hai hat, 1x Dagon'hai robe top, 1x Dagon'hai robe bottom | 1x Dagon'hai robes set | 0 | -| Drygore rapier (blood) | 1x Drygore rapier, 1x Blood dye | 1x Drygore rapier (blood) | 0 | +| Unpack twisted relichunter (t1) armour set | 1x Twisted relic hunter (t1) armour set | 1x Twisted boots (t1), 1x Twisted coat (t1), 1x Twisted hat (t1), 1x Twisted trousers (t1) | 0 | +| Twisted relichunter (t1) armour set | 1x Twisted boots (t1), 1x Twisted coat (t1), 1x Twisted hat (t1), 1x Twisted trousers (t1) | 1x Twisted relic hunter (t1) armour set | 0 | +| Unpack twisted relichunter (t2) armour set | 1x Twisted relic hunter (t2) armour set | 1x Twisted boots (t2), 1x Twisted coat (t2), 1x Twisted hat (t2), 1x Twisted trousers (t2) | 0 | +| Twisted relichunter (t2) armour set | 1x Twisted boots (t2), 1x Twisted coat (t2), 1x Twisted hat (t2), 1x Twisted trousers (t2) | 1x Twisted relic hunter (t2) armour set | 0 | +| Unpack twisted relichunter (t3) armour set | 1x Twisted relic hunter (t3) armour set | 1x Twisted boots (t3), 1x Twisted coat (t3), 1x Twisted hat (t3), 1x Twisted trousers (t3) | 0 | +| Twisted relichunter (t3) armour set | 1x Twisted boots (t3), 1x Twisted coat (t3), 1x Twisted hat (t3), 1x Twisted trousers (t3) | 1x Twisted relic hunter (t3) armour set | 0 | +| Unpack trailblazer relichunter (t1) armour set | 1x Trailblazer relic hunter (t1) armour set | 1x Trailblazer boots (t1), 1x Trailblazer hood (t1), 1x Trailblazer top (t1), 1x Trailblazer trousers (t1) | 0 | +| Trailblazer relichunter (t1) armour set | 1x Trailblazer boots (t1), 1x Trailblazer hood (t1), 1x Trailblazer top (t1), 1x Trailblazer trousers (t1) | 1x Trailblazer relic hunter (t1) armour set | 0 | +| Unpack trailblazer relichunter (t2) armour set | 1x Trailblazer relic hunter (t2) armour set | 1x Trailblazer boots (t2), 1x Trailblazer hood (t2), 1x Trailblazer top (t2), 1x Trailblazer trousers (t2) | 0 | +| Trailblazer relichunter (t2) armour set | 1x Trailblazer boots (t2), 1x Trailblazer hood (t2), 1x Trailblazer top (t2), 1x Trailblazer trousers (t2) | 1x Trailblazer relic hunter (t2) armour set | 0 | +| Unpack trailblazer relichunter (t3) armour set | 1x Trailblazer relic hunter (t3) armour set | 1x Trailblazer boots (t3), 1x Trailblazer hood (t3), 1x Trailblazer top (t3), 1x Trailblazer trousers (t3) | 0 | +| Trailblazer relichunter (t3) armour set | 1x Trailblazer boots (t3), 1x Trailblazer hood (t3), 1x Trailblazer top (t3), 1x Trailblazer trousers (t3) | 1x Trailblazer relic hunter (t3) armour set | 0 | +| Unpack dagon'hai robes set | 1x Dagon'hai robes set | 1x Dagon'hai hat, 1x Dagon'hai robe bottom, 1x Dagon'hai robe top | 0 | +| Dagon'hai robes set | 1x Dagon'hai hat, 1x Dagon'hai robe bottom, 1x Dagon'hai robe top | 1x Dagon'hai robes set | 0 | +| Drygore rapier (blood) | 1x Blood dye, 1x Drygore rapier | 1x Drygore rapier (blood) | 0 | | Drygore rapier (ice) | 1x Drygore rapier, 1x Ice dye | 1x Drygore rapier (ice) | 0 | | Drygore rapier (shadow) | 1x Drygore rapier, 1x Shadow dye | 1x Drygore rapier (shadow) | 0 | | Drygore rapier (3a) | 1x Drygore rapier, 1x Third age dye | 1x Drygore rapier (3a) | 0 | -| Drygore rapier (xmas) | 1x Drygore rapier, 1x Christmas dye | 1x Drygore rapier (xmas) | 0 | -| Offhand drygore rapier (blood) | 1x Offhand drygore rapier, 1x Blood dye | 1x Offhand drygore rapier (blood) | 0 | -| Offhand drygore rapier (ice) | 1x Offhand drygore rapier, 1x Ice dye | 1x Offhand drygore rapier (ice) | 0 | +| Drygore rapier (xmas) | 1x Christmas dye, 1x Drygore rapier | 1x Drygore rapier (xmas) | 0 | +| Offhand drygore rapier (blood) | 1x Blood dye, 1x Offhand drygore rapier | 1x Offhand drygore rapier (blood) | 0 | +| Offhand drygore rapier (ice) | 1x Ice dye, 1x Offhand drygore rapier | 1x Offhand drygore rapier (ice) | 0 | | Offhand drygore rapier (shadow) | 1x Offhand drygore rapier, 1x Shadow dye | 1x Offhand drygore rapier (shadow) | 0 | | Offhand drygore rapier (3a) | 1x Offhand drygore rapier, 1x Third age dye | 1x Offhand drygore rapier (3a) | 0 | -| Offhand drygore rapier (xmas) | 1x Offhand drygore rapier, 1x Christmas dye | 1x Offhand drygore rapier (xmas) | 0 | -| Drygore mace (blood) | 1x Drygore mace, 1x Blood dye | 1x Drygore mace (blood) | 0 | +| Offhand drygore rapier (xmas) | 1x Christmas dye, 1x Offhand drygore rapier | 1x Offhand drygore rapier (xmas) | 0 | +| Drygore mace (blood) | 1x Blood dye, 1x Drygore mace | 1x Drygore mace (blood) | 0 | | Drygore mace (ice) | 1x Drygore mace, 1x Ice dye | 1x Drygore mace (ice) | 0 | | Drygore mace (shadow) | 1x Drygore mace, 1x Shadow dye | 1x Drygore mace (shadow) | 0 | | Drygore mace (3a) | 1x Drygore mace, 1x Third age dye | 1x Drygore mace (3a) | 0 | -| Drygore mace (xmas) | 1x Drygore mace, 1x Christmas dye | 1x Drygore mace (xmas) | 0 | -| Offhand drygore mace (blood) | 1x Offhand drygore mace, 1x Blood dye | 1x Offhand drygore mace (blood) | 0 | -| Offhand drygore mace (ice) | 1x Offhand drygore mace, 1x Ice dye | 1x Offhand drygore mace (ice) | 0 | +| Drygore mace (xmas) | 1x Christmas dye, 1x Drygore mace | 1x Drygore mace (xmas) | 0 | +| Offhand drygore mace (blood) | 1x Blood dye, 1x Offhand drygore mace | 1x Offhand drygore mace (blood) | 0 | +| Offhand drygore mace (ice) | 1x Ice dye, 1x Offhand drygore mace | 1x Offhand drygore mace (ice) | 0 | | Offhand drygore mace (shadow) | 1x Offhand drygore mace, 1x Shadow dye | 1x Offhand drygore mace (shadow) | 0 | | Offhand drygore mace (3a) | 1x Offhand drygore mace, 1x Third age dye | 1x Offhand drygore mace (3a) | 0 | -| Offhand drygore mace (xmas) | 1x Offhand drygore mace, 1x Christmas dye | 1x Offhand drygore mace (xmas) | 0 | -| Drygore longsword (blood) | 1x Drygore longsword, 1x Blood dye | 1x Drygore longsword (blood) | 0 | +| Offhand drygore mace (xmas) | 1x Christmas dye, 1x Offhand drygore mace | 1x Offhand drygore mace (xmas) | 0 | +| Drygore longsword (blood) | 1x Blood dye, 1x Drygore longsword | 1x Drygore longsword (blood) | 0 | | Drygore longsword (ice) | 1x Drygore longsword, 1x Ice dye | 1x Drygore longsword (ice) | 0 | | Drygore longsword (shadow) | 1x Drygore longsword, 1x Shadow dye | 1x Drygore longsword (shadow) | 0 | | Drygore longsword (3a) | 1x Drygore longsword, 1x Third age dye | 1x Drygore longsword (3a) | 0 | -| Drygore longsword (xmas) | 1x Drygore longsword, 1x Christmas dye | 1x Drygore longsword (xmas) | 0 | -| Offhand drygore longsword (blood) | 1x Offhand drygore longsword, 1x Blood dye | 1x Offhand drygore longsword (blood) | 0 | -| Offhand drygore longsword (ice) | 1x Offhand drygore longsword, 1x Ice dye | 1x Offhand drygore longsword (ice) | 0 | +| Drygore longsword (xmas) | 1x Christmas dye, 1x Drygore longsword | 1x Drygore longsword (xmas) | 0 | +| Offhand drygore longsword (blood) | 1x Blood dye, 1x Offhand drygore longsword | 1x Offhand drygore longsword (blood) | 0 | +| Offhand drygore longsword (ice) | 1x Ice dye, 1x Offhand drygore longsword | 1x Offhand drygore longsword (ice) | 0 | | Offhand drygore longsword (shadow) | 1x Offhand drygore longsword, 1x Shadow dye | 1x Offhand drygore longsword (shadow) | 0 | | Offhand drygore longsword (3a) | 1x Offhand drygore longsword, 1x Third age dye | 1x Offhand drygore longsword (3a) | 0 | -| Offhand drygore longsword (xmas) | 1x Offhand drygore longsword, 1x Christmas dye | 1x Offhand drygore longsword (xmas) | 0 | -| Dwarven warhammer (blood) | 1x Dwarven warhammer, 1x Blood dye | 1x Dwarven warhammer (blood) | 0 | +| Offhand drygore longsword (xmas) | 1x Christmas dye, 1x Offhand drygore longsword | 1x Offhand drygore longsword (xmas) | 0 | +| Dwarven warhammer (blood) | 1x Blood dye, 1x Dwarven warhammer | 1x Dwarven warhammer (blood) | 0 | | Dwarven warhammer (ice) | 1x Dwarven warhammer, 1x Ice dye | 1x Dwarven warhammer (ice) | 0 | | Dwarven warhammer (shadow) | 1x Dwarven warhammer, 1x Shadow dye | 1x Dwarven warhammer (shadow) | 0 | | Dwarven warhammer (3a) | 1x Dwarven warhammer, 1x Third age dye | 1x Dwarven warhammer (3a) | 0 | | Dwarven warnana | 1x Dwarven warhammer, 1x Monkey dye | 1x Dwarven warnana | 0 | | Dwarven warhammer (volcanic) | 1x Dwarven warhammer, 1x Volcanic dye | 1x Dwarven warhammer (volcanic) | 0 | -| Ho-ho hammer | 1x Dwarven warhammer, 1x Christmas dye | 1x Ho-ho hammer | 0 | +| Ho-ho hammer | 1x Christmas dye, 1x Dwarven warhammer | 1x Ho-ho hammer | 0 | | Dwarven pumpkinsmasher | 1x Dwarven warhammer, 1x Spooky dye | 1x Dwarven pumpkinsmasher | 0 | -| Twisted bow (ice) | 1x Twisted bow, 1x Ice dye | 1x Twisted bow (ice) | 0 | -| Twisted bow (shadow) | 1x Twisted bow, 1x Shadow dye | 1x Twisted bow (shadow) | 0 | -| Twisted bow (blood) | 1x Twisted bow, 1x Blood dye | 1x Twisted bow (blood) | 0 | -| Twisted bow (3a) | 1x Twisted bow, 1x Third age dye | 1x Twisted bow (3a) | 0 | -| Twisted bownana | 1x Twisted bow, 1x Monkey dye | 1x Twisted bownana | 0 | -| Zaryte bow (ice) | 1x Zaryte bow, 1x Ice dye | 1x Zaryte bow (ice) | 0 | -| Zaryte bow (shadow) | 1x Zaryte bow, 1x Shadow dye | 1x Zaryte bow (shadow) | 0 | -| Zaryte bow (blood) | 1x Zaryte bow, 1x Blood dye | 1x Zaryte bow (blood) | 0 | -| Zaryte bow (3a) | 1x Zaryte bow, 1x Third age dye | 1x Zaryte bow (3a) | 0 | -| Zaryte bownana | 1x Zaryte bow, 1x Monkey dye | 1x Zaryte bownana | 0 | +| Twisted bow (ice) | 1x Ice dye, 1x Twisted bow | 1x Twisted bow (ice) | 0 | +| Twisted bow (shadow) | 1x Shadow dye, 1x Twisted bow | 1x Twisted bow (shadow) | 0 | +| Twisted bow (blood) | 1x Blood dye, 1x Twisted bow | 1x Twisted bow (blood) | 0 | +| Twisted bow (3a) | 1x Third age dye, 1x Twisted bow | 1x Twisted bow (3a) | 0 | +| Twisted bownana | 1x Monkey dye, 1x Twisted bow | 1x Twisted bownana | 0 | +| Zaryte bow (ice) | 1x Ice dye, 1x Zaryte bow | 1x Zaryte bow (ice) | 0 | +| Zaryte bow (shadow) | 1x Shadow dye, 1x Zaryte bow | 1x Zaryte bow (shadow) | 0 | +| Zaryte bow (blood) | 1x Blood dye, 1x Zaryte bow | 1x Zaryte bow (blood) | 0 | +| Zaryte bow (3a) | 1x Third age dye, 1x Zaryte bow | 1x Zaryte bow (3a) | 0 | +| Zaryte bownana | 1x Monkey dye, 1x Zaryte bow | 1x Zaryte bownana | 0 | | Hellfire bownana | 1x Hellfire bow, 1x Monkey dye | 1x Hellfire bownana | 0 | -| Mistleboe | 1x Hellfire bow, 1x Christmas dye | 1x Mistleboe | 0 | -| Hellfire bow (ice) | 1x Ice dye, 1x Hellfire bow | 1x Hellfire bow (ice) | 0 | +| Mistleboe | 1x Christmas dye, 1x Hellfire bow | 1x Mistleboe | 0 | +| Hellfire bow (ice) | 1x Hellfire bow, 1x Ice dye | 1x Hellfire bow (ice) | 0 | | Hellfire bow (Oceanic) | 1x Hellfire bow, 1x Oceanic dye | 1x Hellfire bow (Oceanic) | 0 | | Demonic piercer | 1x Hellfire bow, 1x Spooky dye | 1x Demonic piercer | 0 | -| Zaryte crossbow (xmas) | 1x Zaryte crossbow, 1x Christmas dye | 1x Zaryte crossbow (xmas) | 0 | -| Vasa cloak (xmas) | 1x Vasa cloak, 1x Christmas dye | 1x Vasa cloak (xmas) | 0 | +| Zaryte crossbow (xmas) | 1x Christmas dye, 1x Zaryte crossbow | 1x Zaryte crossbow (xmas) | 0 | +| Vasa cloak (xmas) | 1x Christmas dye, 1x Vasa cloak | 1x Vasa cloak (xmas) | 0 | | Vasa cloak (zamorak) | 1x Vasa cloak, 1x Zamorak egg | 1x Vasa cloak (zamorak) | 0 | -| Vasa cloak (saradomin) | 1x Vasa cloak, 1x Saradomin egg | 1x Vasa cloak (saradomin) | 0 | -| Santa claws | 1x Dragon claws, 1x Christmas dye | 1x Santa claws | 0 | -| TzKal cape (Oceanic) | 1x TzKal cape, 1x Oceanic dye | 1x TzKal cape (Oceanic) | 0 | +| Vasa cloak (saradomin) | 1x Saradomin egg, 1x Vasa cloak | 1x Vasa cloak (saradomin) | 0 | +| Santa claws | 1x Christmas dye, 1x Dragon claws | 1x Santa claws | 0 | +| TzKal cape (Oceanic) | 1x Oceanic dye, 1x TzKal cape | 1x TzKal cape (Oceanic) | 0 | | TzKal cape (Volcanic) | 1x TzKal cape, 1x Volcanic dye | 1x TzKal cape (Volcanic) | 0 | -| TzKal cape (spooky) | 1x TzKal cape, 1x Spooky dye | 1x TzKal cape (spooky) | 0 | -| Gorajan warrior helmet (Primal) | 1x Gorajan warrior helmet, 1x Dungeoneering dye | 1x Gorajan warrior helmet (Primal) | 0 | +| TzKal cape (spooky) | 1x Spooky dye, 1x TzKal cape | 1x TzKal cape (spooky) | 0 | +| Gorajan warrior helmet (Primal) | 1x Dungeoneering dye, 1x Gorajan warrior helmet | 1x Gorajan warrior helmet (Primal) | 0 | | Gorajan warrior helmet (Oceanic) | 1x Gorajan warrior helmet, 1x Oceanic dye | 1x Gorajan warrior helmet (Oceanic) | 0 | -| Gorajan warrior top (Primal) | 1x Gorajan warrior top, 1x Dungeoneering dye | 1x Gorajan warrior top (Primal) | 0 | +| Gorajan warrior top (Primal) | 1x Dungeoneering dye, 1x Gorajan warrior top | 1x Gorajan warrior top (Primal) | 0 | | Gorajan warrior top (Oceanic) | 1x Gorajan warrior top, 1x Oceanic dye | 1x Gorajan warrior top (Oceanic) | 0 | -| Gorajan warrior legs (Primal) | 1x Gorajan warrior legs, 1x Dungeoneering dye | 1x Gorajan warrior legs (Primal) | 0 | +| Gorajan warrior legs (Primal) | 1x Dungeoneering dye, 1x Gorajan warrior legs | 1x Gorajan warrior legs (Primal) | 0 | | Gorajan warrior legs (Oceanic) | 1x Gorajan warrior legs, 1x Oceanic dye | 1x Gorajan warrior legs (Oceanic) | 0 | -| Gorajan warrior gloves (Primal) | 1x Gorajan warrior gloves, 1x Dungeoneering dye | 1x Gorajan warrior gloves (Primal) | 0 | +| Gorajan warrior gloves (Primal) | 1x Dungeoneering dye, 1x Gorajan warrior gloves | 1x Gorajan warrior gloves (Primal) | 0 | | Gorajan warrior gloves (Oceanic) | 1x Gorajan warrior gloves, 1x Oceanic dye | 1x Gorajan warrior gloves (Oceanic) | 0 | -| Gorajan warrior boots (Primal) | 1x Gorajan warrior boots, 1x Dungeoneering dye | 1x Gorajan warrior boots (Primal) | 0 | +| Gorajan warrior boots (Primal) | 1x Dungeoneering dye, 1x Gorajan warrior boots | 1x Gorajan warrior boots (Primal) | 0 | | Gorajan warrior boots (Oceanic) | 1x Gorajan warrior boots, 1x Oceanic dye | 1x Gorajan warrior boots (Oceanic) | 0 | -| Gorajan occult helmet (Celestial) | 1x Gorajan occult helmet, 1x Dungeoneering dye | 1x Gorajan occult helmet (Celestial) | 0 | +| Gorajan occult helmet (Celestial) | 1x Dungeoneering dye, 1x Gorajan occult helmet | 1x Gorajan occult helmet (Celestial) | 0 | | Gorajan occult helmet (Oceanic) | 1x Gorajan occult helmet, 1x Oceanic dye | 1x Gorajan occult helmet (Oceanic) | 0 | -| Gorajan occult top (Celestial) | 1x Gorajan occult top, 1x Dungeoneering dye | 1x Gorajan occult top (Celestial) | 0 | +| Gorajan occult top (Celestial) | 1x Dungeoneering dye, 1x Gorajan occult top | 1x Gorajan occult top (Celestial) | 0 | | Gorajan occult top (Oceanic) | 1x Gorajan occult top, 1x Oceanic dye | 1x Gorajan occult top (Oceanic) | 0 | -| Gorajan occult legs (Celestial) | 1x Gorajan occult legs, 1x Dungeoneering dye | 1x Gorajan occult legs (Celestial) | 0 | +| Gorajan occult legs (Celestial) | 1x Dungeoneering dye, 1x Gorajan occult legs | 1x Gorajan occult legs (Celestial) | 0 | | Gorajan occult legs (Oceanic) | 1x Gorajan occult legs, 1x Oceanic dye | 1x Gorajan occult legs (Oceanic) | 0 | -| Gorajan occult gloves (Celestial) | 1x Gorajan occult gloves, 1x Dungeoneering dye | 1x Gorajan occult gloves (Celestial) | 0 | +| Gorajan occult gloves (Celestial) | 1x Dungeoneering dye, 1x Gorajan occult gloves | 1x Gorajan occult gloves (Celestial) | 0 | | Gorajan occult gloves (Oceanic) | 1x Gorajan occult gloves, 1x Oceanic dye | 1x Gorajan occult gloves (Oceanic) | 0 | -| Gorajan occult boots (Celestial) | 1x Gorajan occult boots, 1x Dungeoneering dye | 1x Gorajan occult boots (Celestial) | 0 | +| Gorajan occult boots (Celestial) | 1x Dungeoneering dye, 1x Gorajan occult boots | 1x Gorajan occult boots (Celestial) | 0 | | Gorajan occult boots (Oceanic) | 1x Gorajan occult boots, 1x Oceanic dye | 1x Gorajan occult boots (Oceanic) | 0 | -| Gorajan archer helmet (Sagittarian) | 1x Gorajan archer helmet, 1x Dungeoneering dye | 1x Gorajan archer helmet (Sagittarian) | 0 | +| Gorajan archer helmet (Sagittarian) | 1x Dungeoneering dye, 1x Gorajan archer helmet | 1x Gorajan archer helmet (Sagittarian) | 0 | | Gorajan archer helmet (Oceanic) | 1x Gorajan archer helmet, 1x Oceanic dye | 1x Gorajan archer helmet (Oceanic) | 0 | -| Gorajan archer top (Sagittarian) | 1x Gorajan archer top, 1x Dungeoneering dye | 1x Gorajan archer top (Sagittarian) | 0 | +| Gorajan archer top (Sagittarian) | 1x Dungeoneering dye, 1x Gorajan archer top | 1x Gorajan archer top (Sagittarian) | 0 | | Gorajan archer top (Oceanic) | 1x Gorajan archer top, 1x Oceanic dye | 1x Gorajan archer top (Oceanic) | 0 | -| Gorajan archer legs (Sagittarian) | 1x Gorajan archer legs, 1x Dungeoneering dye | 1x Gorajan archer legs (Sagittarian) | 0 | +| Gorajan archer legs (Sagittarian) | 1x Dungeoneering dye, 1x Gorajan archer legs | 1x Gorajan archer legs (Sagittarian) | 0 | | Gorajan archer legs (Oceanic) | 1x Gorajan archer legs, 1x Oceanic dye | 1x Gorajan archer legs (Oceanic) | 0 | -| Gorajan archer gloves (Sagittarian) | 1x Gorajan archer gloves, 1x Dungeoneering dye | 1x Gorajan archer gloves (Sagittarian) | 0 | +| Gorajan archer gloves (Sagittarian) | 1x Dungeoneering dye, 1x Gorajan archer gloves | 1x Gorajan archer gloves (Sagittarian) | 0 | | Gorajan archer gloves (Oceanic) | 1x Gorajan archer gloves, 1x Oceanic dye | 1x Gorajan archer gloves (Oceanic) | 0 | -| Gorajan archer boots (Sagittarian) | 1x Gorajan archer boots, 1x Dungeoneering dye | 1x Gorajan archer boots (Sagittarian) | 0 | +| Gorajan archer boots (Sagittarian) | 1x Dungeoneering dye, 1x Gorajan archer boots | 1x Gorajan archer boots (Sagittarian) | 0 | | Gorajan archer boots (Oceanic) | 1x Gorajan archer boots, 1x Oceanic dye | 1x Gorajan archer boots (Oceanic) | 0 | | Dwarven full helm (Volcanic) | 1x Dwarven full helm, 1x Volcanic dye | 1x Dwarven full helm (Volcanic) | 0 | | Dwarven platebody (Volcanic) | 1x Dwarven platebody, 1x Volcanic dye | 1x Dwarven platebody (Volcanic) | 0 | | Dwarven platelegs (Volcanic) | 1x Dwarven platelegs, 1x Volcanic dye | 1x Dwarven platelegs (Volcanic) | 0 | | Dwarven gloves (Volcanic) | 1x Dwarven gloves, 1x Volcanic dye | 1x Dwarven gloves (Volcanic) | 0 | | Dwarven boots (Volcanic) | 1x Dwarven boots, 1x Volcanic dye | 1x Dwarven boots (Volcanic) | 0 | -| Dwarven pickaxe (xmas) | 1x Dwarven pickaxe, 1x Christmas dye | 1x Dwarven pickaxe (xmas) | 0 | +| Dwarven pickaxe (xmas) | 1x Christmas dye, 1x Dwarven pickaxe | 1x Dwarven pickaxe (xmas) | 0 | | Infernal slayer helmet(i) (ice) | 1x Ice dye, 1x Infernal slayer helmet(i) | 1x Infernal slayer helmet(i) (ice) | 0 | -| Infernal slayer helmet(i) (xmas) | 1x Infernal slayer helmet(i), 1x Christmas dye | 1x Infernal slayer helmet(i) (xmas) | 0 | +| Infernal slayer helmet(i) (xmas) | 1x Christmas dye, 1x Infernal slayer helmet(i) | 1x Infernal slayer helmet(i) (xmas) | 0 | | The Grim Reaper | 1x Scythe of vitur, 1x Spooky dye | 1x The Grim Reaper | 0 | -| Deathly collector | 1x Tidal collector, 1x Spooky dye | 1x Deathly collector | 0 | +| Deathly collector | 1x Spooky dye, 1x Tidal collector | 1x Deathly collector | 0 | | Ganodermic visor | 500x Ganodermic flake, 1x Mycelium visor web | 1x Ganodermic visor | 0 | -| Ganodermic poncho | 5,000x Ganodermic flake, 1x Mycelium poncho web | 1x Ganodermic poncho | 0 | -| Ganodermic leggings | 1,500x Ganodermic flake, 1x Mycelium leggings web | 1x Ganodermic leggings | 0 | +| Ganodermic poncho | 5k Ganodermic flake, 1x Mycelium poncho web | 1x Ganodermic poncho | 0 | +| Ganodermic leggings | 1.5k Ganodermic flake, 1x Mycelium leggings web | 1x Ganodermic leggings | 0 | | Grifolic visor | 500x Grifolic flake, 1x Mycelium visor web | 1x Grifolic visor | 0 | -| Grifolic poncho | 5,000x Grifolic flake, 1x Mycelium poncho web | 1x Grifolic poncho | 0 | -| Grifolic leggings | 1,500x Grifolic flake, 1x Mycelium leggings web | 1x Grifolic leggings | 0 | +| Grifolic poncho | 5k Grifolic flake, 1x Mycelium poncho web | 1x Grifolic poncho | 0 | +| Grifolic leggings | 1.5k Grifolic flake, 1x Mycelium leggings web | 1x Grifolic leggings | 0 | | Dragonbone boots | 1x Dragon boots, 1x Dragonbone upgrade kit | 1x Dragonbone boots | 0 | | Dragonbone full helm | 1x Dragon full helm, 1x Dragonbone upgrade kit | 1x Dragonbone full helm | 0 | | Dragonbone platebody | 1x Dragon platebody, 1x Dragonbone upgrade kit | 1x Dragonbone platebody | 0 | | Dragonbone platelegs | 1x Dragon platelegs, 1x Dragonbone upgrade kit | 1x Dragonbone platelegs | 0 | | Dragonbone gloves | 1x Dragon gloves, 1x Dragonbone upgrade kit | 1x Dragonbone gloves | 0 | -| Dragonbone mage boots | 1x Infinity boots, 1x Dragonbone upgrade kit | 1x Dragonbone mage boots | 0 | -| Dragonbone mage gloves | 1x Infinity gloves, 1x Dragonbone upgrade kit | 1x Dragonbone mage gloves | 0 | -| Dragonbone mage bottoms | 1x Infinity bottoms, 1x Dragonbone upgrade kit | 1x Dragonbone mage bottoms | 0 | -| Dragonbone mage hat | 1x Infinity hat, 1x Dragonbone upgrade kit | 1x Dragonbone mage hat | 0 | -| Dragonbone mage top | 1x Infinity top, 1x Dragonbone upgrade kit | 1x Dragonbone mage top | 0 | +| Dragonbone mage boots | 1x Dragonbone upgrade kit, 1x Infinity boots | 1x Dragonbone mage boots | 0 | +| Dragonbone mage gloves | 1x Dragonbone upgrade kit, 1x Infinity gloves | 1x Dragonbone mage gloves | 0 | +| Dragonbone mage bottoms | 1x Dragonbone upgrade kit, 1x Infinity bottoms | 1x Dragonbone mage bottoms | 0 | +| Dragonbone mage hat | 1x Dragonbone upgrade kit, 1x Infinity hat | 1x Dragonbone mage hat | 0 | +| Dragonbone mage top | 1x Dragonbone upgrade kit, 1x Infinity top | 1x Dragonbone mage top | 0 | | Royal dragon platebody | 1x Ruined dragon armour lump, 1x Ruined dragon armour shard, 1x Ruined dragon armour slice | 1x Royal dragon platebody | 0 | -| Frosty | 50x Snowball, 1x Snowman top hat, 1x Festive scarf | 1x Frosty | 0 | +| Frosty | 1x Festive scarf, 50x Snowball, 1x Snowman top hat | 1x Frosty | 0 | | Virtus wand | 1x Kodai wand, 1x Virtus crystal | 1x Virtus wand | 0 | | Virtus book | 1x Mage's book, 1x Virtus crystal | 1x Virtus book | 0 | -| Pernix cowl | 1x Pernix cowl (broken), 1x Armadylean components | 1x Pernix cowl | 0 | -| Pernix body | 1x Pernix body (broken), 1x Armadylean components | 1x Pernix body | 0 | -| Pernix chaps | 1x Pernix chaps (broken), 1x Armadylean components | 1x Pernix chaps | 0 | -| Pernix boots | 1x Pernix boots (broken), 1x Armadylean components | 1x Pernix boots | 0 | -| Pernix gloves | 1x Pernix gloves (broken), 1x Armadylean components | 1x Pernix gloves | 0 | +| Pernix cowl | 1x Armadylean components, 1x Pernix cowl (broken) | 1x Pernix cowl | 0 | +| Pernix body | 1x Armadylean components, 1x Pernix body (broken) | 1x Pernix body | 0 | +| Pernix chaps | 1x Armadylean components, 1x Pernix chaps (broken) | 1x Pernix chaps | 0 | +| Pernix boots | 1x Armadylean components, 1x Pernix boots (broken) | 1x Pernix boots | 0 | +| Pernix gloves | 1x Armadylean components, 1x Pernix gloves (broken) | 1x Pernix gloves | 0 | | Torva full helm | 1x Bandosian components, 1x Torva full helm (broken) | 1x Torva full helm | 0 | | Torva platebody | 1x Bandosian components, 1x Torva platebody (broken) | 1x Torva platebody | 0 | | Torva platelegs | 1x Bandosian components, 1x Torva platelegs (broken) | 1x Torva platelegs | 0 | | Torva boots | 1x Bandosian components, 1x Torva boots (broken) | 1x Torva boots | 0 | | Torva gloves | 1x Bandosian components, 1x Torva gloves (broken) | 1x Torva gloves | 0 | -| Virtus mask | 1x Virtus mask (broken), 1x Ancestral components | 1x Virtus mask | 0 | -| Virtus robe top | 1x Virtus robe top (broken), 1x Ancestral components | 1x Virtus robe top | 0 | -| Virtus robe legs | 1x Virtus robe legs (broken), 1x Ancestral components | 1x Virtus robe legs | 0 | -| Virtus boots | 1x Virtus boots (broken), 1x Ancestral components | 1x Virtus boots | 0 | -| Virtus gloves | 1x Virtus gloves (broken), 1x Ancestral components | 1x Virtus gloves | 0 | -| Revert Pernix cowl (broken) | 1x Pernix cowl (broken) | 1x Armadylean components | 0 | -| Revert Pernix body (broken) | 1x Pernix body (broken) | 1x Armadylean components | 0 | -| Revert Pernix chaps (broken) | 1x Pernix chaps (broken) | 1x Armadylean components | 0 | -| Revert Pernix boots (broken) | 1x Pernix boots (broken) | 1x Armadylean components | 0 | -| Revert Pernix gloves (broken) | 1x Pernix gloves (broken) | 1x Armadylean components | 0 | +| Virtus mask | 1x Ancestral components, 1x Virtus mask (broken) | 1x Virtus mask | 0 | +| Virtus robe top | 1x Ancestral components, 1x Virtus robe top (broken) | 1x Virtus robe top | 0 | +| Virtus robe legs | 1x Ancestral components, 1x Virtus robe legs (broken) | 1x Virtus robe legs | 0 | +| Virtus boots | 1x Ancestral components, 1x Virtus boots (broken) | 1x Virtus boots | 0 | +| Virtus gloves | 1x Ancestral components, 1x Virtus gloves (broken) | 1x Virtus gloves | 0 | +| Revert Pernix cowl (broken) | 1x Pernix cowl (broken) | 1x Pernix components | 0 | +| Revert Pernix body (broken) | 1x Pernix body (broken) | 1x Pernix components | 0 | +| Revert Pernix chaps (broken) | 1x Pernix chaps (broken) | 1x Pernix components | 0 | +| Revert Pernix boots (broken) | 1x Pernix boots (broken) | 1x Pernix components | 0 | +| Revert Pernix gloves (broken) | 1x Pernix gloves (broken) | 1x Pernix components | 0 | | Revert Torva full helm (broken) | 1x Torva full helm (broken) | 1x Bandosian components | 0 | | Revert Torva platebody (broken) | 1x Torva platebody (broken) | 1x Bandosian components | 0 | | Revert Torva platelegs (broken) | 1x Torva platelegs (broken) | 1x Bandosian components | 0 | @@ -828,44 +836,52 @@ | Revert masori chaps | 1x Masori chaps | 3x Masori components | 0 | | Divine water | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Bones) | Unknown/Dynamic | 1x Divine water | 0 | +| Divine water (Wolf bones) | Unknown/Dynamic | 1x Divine water | 0 | +| Divine water (Monkey bones) | Unknown/Dynamic | 1x Divine water | 0 | +| Divine water (Bat bones) | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Big bones) | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Jogre bones) | Unknown/Dynamic | 1x Divine water | 0 | +| Divine water (Zogre bones) | Unknown/Dynamic | 1x Divine water | 0 | +| Divine water (Shaikahan bones) | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Babydragon bones) | Unknown/Dynamic | 1x Divine water | 0 | -| Divine water (Dragon bones) | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Wyrm bones) | Unknown/Dynamic | 1x Divine water | 0 | +| Divine water (Dragon bones) | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Wyvern bones) | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Drake bones) | Unknown/Dynamic | 1x Divine water | 0 | +| Divine water (Fayrg bones) | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Lava dragon bones) | Unknown/Dynamic | 1x Divine water | 0 | +| Divine water (Raurg bones) | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Hydra bones) | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Dagannoth bones) | Unknown/Dynamic | 1x Divine water | 0 | +| Divine water (Ourg bones) | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Superior dragon bones) | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Abyssal dragon bones) | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Frost dragon bones) | Unknown/Dynamic | 1x Divine water | 0 | | Divine water (Royal dragon bones) | Unknown/Dynamic | 1x Divine water | 0 | | Crystal dust | 1x Crystal shard | 10x Crystal dust | 0 | -| Dagannoth slayer helm | 1x Slayer helmet, 1x Dagannoth mask | 1x Dagannoth slayer helm | 0 | -| Jelly slayer helm | 1x Slayer helmet, 1x Jelly mask | 1x Jelly slayer helm | 0 | -| Abyssal slayer helm | 1x Slayer helmet, 1x Abyssal mask | 1x Abyssal slayer helm | 0 | -| Black demonical slayer helm | 1x Slayer helmet, 1x Black demonical mask | 1x Black demonical slayer helm | 0 | +| Dagannoth slayer helm | 1x Dagannoth mask, 1x Slayer helmet | 1x Dagannoth slayer helm | 0 | +| Jelly slayer helm | 1x Jelly mask, 1x Slayer helmet | 1x Jelly slayer helm | 0 | +| Abyssal slayer helm | 1x Abyssal mask, 1x Slayer helmet | 1x Abyssal slayer helm | 0 | +| Black demonical slayer helm | 1x Black demonical mask, 1x Slayer helmet | 1x Black demonical slayer helm | 0 | | Troll slayer helm | 1x Slayer helmet, 1x Troll mask | 1x Troll slayer helm | 0 | -| Ganodermic slayer helm | 1x Slayer helmet, 1x Ganodermic mask | 1x Ganodermic slayer helm | 0 | -| Gargoyle slayer helm | 1x Slayer helmet, 1x Gargoyle mask | 1x Gargoyle slayer helm | 0 | -| Dark beast slayer helm | 1x Slayer helmet, 1x Dark beast mask | 1x Dark beast slayer helm | 0 | -| Dust devil slayer helm | 1x Slayer helmet, 1x Dust devil mask | 1x Dust devil slayer helm | 0 | -| Crawling hand slayer helm | 1x Slayer helmet, 1x Crawling hand mask | 1x Crawling hand slayer helm | 0 | -| Basilisk slayer helm | 1x Slayer helmet, 1x Basilisk mask | 1x Basilisk slayer helm | 0 | -| Bloodveld slayer helm | 1x Slayer helmet, 1x Bloodveld mask | 1x Bloodveld slayer helm | 0 | -| Banshee slayer helm | 1x Slayer helmet, 1x Banshee's mask | 1x Banshee slayer helm | 0 | -| Cockatrice slayer helm | 1x Slayer helmet, 1x Cockatrice mask | 1x Cockatrice slayer helm | 0 | -| Aberrant slayer helm | 1x Slayer helmet, 1x Aberrant mask | 1x Aberrant slayer helm | 0 | -| Kurask slayer helm | 1x Slayer helmet, 1x Kurask mask | 1x Kurask slayer helm | 0 | -| Titan ballista | 3x Monkey tail, 1x Heavy ballista | 1x Titan ballista | 0 | +| Ganodermic slayer helm | 1x Ganodermic mask, 1x Slayer helmet | 1x Ganodermic slayer helm | 0 | +| Gargoyle slayer helm | 1x Gargoyle mask, 1x Slayer helmet | 1x Gargoyle slayer helm | 0 | +| Dark beast slayer helm | 1x Dark beast mask, 1x Slayer helmet | 1x Dark beast slayer helm | 0 | +| Dust devil slayer helm | 1x Dust devil mask, 1x Slayer helmet | 1x Dust devil slayer helm | 0 | +| Crawling hand slayer helm | 1x Crawling hand mask, 1x Slayer helmet | 1x Crawling hand slayer helm | 0 | +| Basilisk slayer helm | 1x Basilisk mask, 1x Slayer helmet | 1x Basilisk slayer helm | 0 | +| Bloodveld slayer helm | 1x Bloodveld mask, 1x Slayer helmet | 1x Bloodveld slayer helm | 0 | +| Banshee slayer helm | 1x Banshee's mask, 1x Slayer helmet | 1x Banshee slayer helm | 0 | +| Cockatrice slayer helm | 1x Cockatrice mask, 1x Slayer helmet | 1x Cockatrice slayer helm | 0 | +| Aberrant slayer helm | 1x Aberrant mask, 1x Slayer helmet | 1x Aberrant slayer helm | 0 | +| Kurask slayer helm | 1x Kurask mask, 1x Slayer helmet | 1x Kurask slayer helm | 0 | +| Titan ballista | 1x Heavy ballista, 3x Monkey tail | 1x Titan ballista | 0 | | Piercing trident | 3x Ignecarus dragonclaw, 2x Merfolk trident | 1x Piercing trident | 0 | | Atlantean trident | 1x Oceanic relic, 1x Piercing trident | 1x Atlantean trident | 0 | | Shark tooth necklace | 5x Shark tooth | 1x Shark tooth necklace | 0 | -| Ring of piercing | 10x Archers ring, 6x Masori components, 3x Armadylean components, 1x Aquifer aegis | 1x Ring of piercing | 0 | +| Ring of piercing | 1x Aquifer aegis, 10x Archers ring, 3x Armadylean components, 6x Masori components | 1x Ring of piercing | 0 | | Ring of piercing (i) | 1x Magus scroll, 1x Ring of piercing | 1x Ring of piercing (i) | 0 | -| Tidal collector | 10x Armadylean components, 10x Masori components, 1x Abyssal cape, 1x Masori assembler, 1x Shark jaw | 1x Tidal collector | 0 | +| Tidal collector | 1x Abyssal cape, 10x Armadylean components, 1x Masori assembler, 10x Masori components, 1x Shark jaw | 1x Tidal collector | 0 | | Revert completionist cape | 1x Completionist cape, 1x Completionist hood | Unknown/Dynamic | 0 | | Revert completionist cape (t) | 1x Completionist cape (t), 1x Completionist hood (t) | 1x Completionist cape, 1x Completionist hood | 0 | | Ghostly zombie gloves | 100x Ghostweave | 1x Ghostly zombie gloves | 0 | @@ -922,148 +938,149 @@ | Revert Flickering energy | 1x Flickering energy | 3x Atomic energy | 0 | | Boon of flickering energy | 500x Pale energy | 1x Boon of flickering energy | 0 | | Revert Bright energy | 1x Bright energy | 6x Atomic energy | 0 | -| Boon of bright energy | 1,000x Flickering energy | 1x Boon of bright energy | 0 | +| Boon of bright energy | 1k Flickering energy | 1x Boon of bright energy | 0 | | Revert Glowing energy | 1x Glowing energy | 11x Atomic energy | 0 | -| Boon of glowing energy | 1,500x Bright energy | 1x Boon of glowing energy | 0 | +| Boon of glowing energy | 1.5k Bright energy | 1x Boon of glowing energy | 0 | | Revert Sparkling energy | 1x Sparkling energy | 18x Atomic energy | 0 | -| Boon of sparkling energy | 2,000x Glowing energy | 1x Boon of sparkling energy | 0 | +| Boon of sparkling energy | 2k Glowing energy | 1x Boon of sparkling energy | 0 | | Revert Gleaming energy | 1x Gleaming energy | 28x Atomic energy | 0 | -| Boon of gleaming energy | 2,500x Sparkling energy | 1x Boon of gleaming energy | 0 | +| Boon of gleaming energy | 2.5k Sparkling energy | 1x Boon of gleaming energy | 0 | | Revert Vibrant energy | 1x Vibrant energy | 42x Atomic energy | 0 | -| Boon of vibrant energy | 3,000x Gleaming energy | 1x Boon of vibrant energy | 0 | +| Boon of vibrant energy | 3k Gleaming energy | 1x Boon of vibrant energy | 0 | | Revert Lustrous energy | 1x Lustrous energy | 61x Atomic energy | 0 | -| Boon of lustrous energy | 3,500x Vibrant energy | 1x Boon of lustrous energy | 0 | +| Boon of lustrous energy | 3.5k Vibrant energy | 1x Boon of lustrous energy | 0 | | Revert Elder energy | 1x Elder energy | 72x Atomic energy | 0 | -| Boon of elder energy | 3,750x Lustrous energy | 1x Boon of elder energy | 0 | +| Boon of elder energy | 3.8k Lustrous energy | 1x Boon of elder energy | 0 | | Revert Brilliant energy | 1x Brilliant energy | 85x Atomic energy | 0 | -| Boon of brilliant energy | 4,000x Elder energy | 1x Boon of brilliant energy | 0 | +| Boon of brilliant energy | 4k Elder energy | 1x Boon of brilliant energy | 0 | | Revert Radiant energy | 1x Radiant energy | 99x Atomic energy | 0 | -| Boon of radiant energy | 4,250x Brilliant energy | 1x Boon of radiant energy | 0 | +| Boon of radiant energy | 4.3k Brilliant energy | 1x Boon of radiant energy | 0 | | Revert Luminous energy | 1x Luminous energy | 115x Atomic energy | 0 | -| Boon of luminous energy | 4,500x Radiant energy | 1x Boon of luminous energy | 0 | +| Boon of luminous energy | 4.5k Radiant energy | 1x Boon of luminous energy | 0 | | Revert Incandescent energy | 1x Incandescent energy | 133x Atomic energy | 0 | -| Boon of incandescent energy | 4,750x Luminous energy | 1x Boon of incandescent energy | 0 | +| Boon of incandescent energy | 4.8k Luminous energy | 1x Boon of incandescent energy | 0 | | Revert Ancient energy | 1x Ancient energy | 394x Atomic energy | 0 | -| Boon of ancient energy | 5,500x Incandescent energy | 1x Boon of ancient energy | 0 | -| Cache portent | 500x Radiant energy, 50x Molten glass, 20x Elder rune | 1x Cache portent | 0 | -| Graceful portent | 500x Luminous energy, 30x Super energy(4), 20x Elder rune | 1x Graceful portent | 0 | -| Rogues portent | 520x Elder rune, 200x Ancient energy | 1x Rogues portent | 0 | +| Boon of ancient energy | 5.5k Incandescent energy | 1x Boon of ancient energy | 0 | +| Cache portent | 20x Elder rune, 50x Molten glass, 500x Radiant energy | 1x Cache portent | 0 | +| Graceful portent | 20x Elder rune, 500x Luminous energy, 30x Super energy(4) | 1x Graceful portent | 0 | +| Rogues portent | 200x Ancient energy, 520x Elder rune | 1x Rogues portent | 0 | | Dungeon portent | 512x Ancient energy, 20x Elder rune | 1x Dungeon portent | 0 | -| Lucky portent | 256x Incandescent energy, 20x Elder rune | 1x Lucky portent | 0 | +| Lucky portent | 20x Elder rune, 256x Incandescent energy | 1x Lucky portent | 0 | | Rebirth portent | 512x Ancient energy, 20x Elder rune | 1x Rebirth portent | 0 | -| Spiritual mining portent | 1,200x Incandescent energy, 20x Elder rune | 1x Spiritual mining portent | 0 | -| Pacifist hunting portent | 1,000x Incandescent energy, 30x Rocktail, 20x Elder rune | 1x Pacifist hunting portent | 0 | -| Sundial scimitar | 30,000x Atomic energy, 7,500x Solite, 1x Dragon scimitar | 1x Sundial scimitar | 0 | +| Spiritual mining portent | 20x Elder rune, 1.2k Incandescent energy | 1x Spiritual mining portent | 0 | +| Pacifist hunting portent | 20x Elder rune, 1k Incandescent energy, 30x Rocktail | 1x Pacifist hunting portent | 0 | +| Sundial scimitar | 30k Atomic energy, 1x Dragon scimitar, 7.5k Solite | 1x Sundial scimitar | 0 | | Offhand spidergore rapier | 1x Offhand drygore rapier, 1x Spiders leg bottom | 1x Offhand spidergore rapier | 0 | | Lumina (Materials) | 30x Elder rune | 1x Lumina | 0 | | Clue scroll (elder) | 3x Elder scroll piece | 1x Clue scroll (elder) | 0 | -| Lumina (Elder logs) | 30x Elder rune, 5x Elder logs | 1x Lumina | 0 | +| Tidal collector (i) | 10x Armadylean components, 5x Blessed dizana's quiver, 4x Masori components, 3x Pernix components, 1x Tidal collector | 1x Tidal collector (i) | 0 | +| Lumina (Elder logs) | 5x Elder logs, 30x Elder rune | 1x Lumina | 0 | | Lumina (Redwood logs) | 30x Elder rune, 10x Redwood logs | 1x Lumina | 0 | -| Lumina (Magic logs) | 30x Magic logs, 30x Elder rune | 1x Lumina | 0 | -| Lumina (Yew logs) | 50x Yew logs, 30x Elder rune | 1x Lumina | 0 | +| Lumina (Magic logs) | 30x Elder rune, 30x Magic logs | 1x Lumina | 0 | +| Lumina (Yew logs) | 30x Elder rune, 50x Yew logs | 1x Lumina | 0 | | Revert Support cape | 1x Support cape | Unknown/Dynamic | 0 | | Revert Gatherer's cape | 1x Gatherer's cape | Unknown/Dynamic | 0 | | Revert Combatant's cape | 1x Combatant's cape | Unknown/Dynamic | 0 | | Revert Artisan's cape | 1x Artisan's cape | Unknown/Dynamic | 0 | -| Graceful | 260x Mark of grace | 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 0 | +| Graceful | 260x Mark of grace | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top | 0 | | Graceful hood | 35x Mark of grace | 1x Graceful hood | 0 | | Graceful top | 55x Mark of grace | 1x Graceful top | 0 | | Graceful legs | 60x Mark of grace | 1x Graceful legs | 0 | | Graceful gloves | 30x Mark of grace | 1x Graceful gloves | 0 | | Graceful boots | 40x Mark of grace | 1x Graceful boots | 0 | | Graceful cape | 40x Mark of grace | 1x Graceful cape | 0 | -| Revert graceful | 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 208x Mark of grace | 0 | +| Revert graceful | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top | 208x Mark of grace | 0 | | Revert graceful hood | 1x Graceful hood | 28x Mark of grace | 0 | | Revert graceful top | 1x Graceful top | 44x Mark of grace | 0 | | Revert graceful legs | 1x Graceful legs | 48x Mark of grace | 0 | | Revert graceful gloves | 1x Graceful gloves | 24x Mark of grace | 0 | | Revert graceful boots | 1x Graceful boots | 32x Mark of grace | 0 | | Revert graceful cape | 1x Graceful cape | 32x Mark of grace | 0 | -| Dark Graceful | 6x Dark dye, 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 1x Dark graceful hood, 1x Dark graceful cape, 1x Dark graceful top, 1x Dark graceful legs, 1x Dark graceful gloves, 1x Dark graceful boots | 0 | -| Dark Graceful hood | 1x Graceful hood, 1x Dark dye | 1x Dark graceful hood | 0 | -| Dark graceful top | 1x Graceful top, 1x Dark dye | 1x Dark graceful top | 0 | -| Dark graceful legs | 1x Graceful legs, 1x Dark dye | 1x Dark graceful legs | 0 | -| Dark graceful gloves | 1x Graceful gloves, 1x Dark dye | 1x Dark graceful gloves | 0 | -| Dark graceful boots | 1x Graceful boots, 1x Dark dye | 1x Dark graceful boots | 0 | -| Dark graceful cape | 1x Graceful cape, 1x Dark dye | 1x Dark graceful cape | 0 | -| Arceuus graceful | 90x Mark of grace, 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 1x Arceuus graceful hood, 1x Arceuus graceful cape, 1x Arceuus graceful top, 1x Arceuus graceful legs, 1x Arceuus graceful gloves, 1x Arceuus graceful boots | 0 | -| Arceuus graceful hood | 15x Mark of grace, 1x Graceful hood | 1x Arceuus graceful hood | 0 | -| Arceuus graceful top | 15x Mark of grace, 1x Graceful top | 1x Arceuus graceful top | 0 | -| Arceuus graceful legs | 15x Mark of grace, 1x Graceful legs | 1x Arceuus graceful legs | 0 | -| Arceuus graceful gloves | 15x Mark of grace, 1x Graceful gloves | 1x Arceuus graceful gloves | 0 | -| Arceuus graceful boots | 15x Mark of grace, 1x Graceful boots | 1x Arceuus graceful boots | 0 | -| Arceuus graceful cape | 15x Mark of grace, 1x Graceful cape | 1x Arceuus graceful cape | 0 | -| Revert arceuus graceful | 1x Arceuus graceful hood, 1x Arceuus graceful cape, 1x Arceuus graceful top, 1x Arceuus graceful legs, 1x Arceuus graceful gloves, 1x Arceuus graceful boots | 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 0 | +| Dark Graceful | 6x Dark dye, 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top | 1x Dark graceful boots, 1x Dark graceful cape, 1x Dark graceful gloves, 1x Dark graceful hood, 1x Dark graceful legs, 1x Dark graceful top | 0 | +| Dark Graceful hood | 1x Dark dye, 1x Graceful hood | 1x Dark graceful hood | 0 | +| Dark graceful top | 1x Dark dye, 1x Graceful top | 1x Dark graceful top | 0 | +| Dark graceful legs | 1x Dark dye, 1x Graceful legs | 1x Dark graceful legs | 0 | +| Dark graceful gloves | 1x Dark dye, 1x Graceful gloves | 1x Dark graceful gloves | 0 | +| Dark graceful boots | 1x Dark dye, 1x Graceful boots | 1x Dark graceful boots | 0 | +| Dark graceful cape | 1x Dark dye, 1x Graceful cape | 1x Dark graceful cape | 0 | +| Arceuus graceful | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top, 90x Mark of grace | 1x Arceuus graceful boots, 1x Arceuus graceful cape, 1x Arceuus graceful gloves, 1x Arceuus graceful hood, 1x Arceuus graceful legs, 1x Arceuus graceful top | 0 | +| Arceuus graceful hood | 1x Graceful hood, 15x Mark of grace | 1x Arceuus graceful hood | 0 | +| Arceuus graceful top | 1x Graceful top, 15x Mark of grace | 1x Arceuus graceful top | 0 | +| Arceuus graceful legs | 1x Graceful legs, 15x Mark of grace | 1x Arceuus graceful legs | 0 | +| Arceuus graceful gloves | 1x Graceful gloves, 15x Mark of grace | 1x Arceuus graceful gloves | 0 | +| Arceuus graceful boots | 1x Graceful boots, 15x Mark of grace | 1x Arceuus graceful boots | 0 | +| Arceuus graceful cape | 1x Graceful cape, 15x Mark of grace | 1x Arceuus graceful cape | 0 | +| Revert arceuus graceful | 1x Arceuus graceful boots, 1x Arceuus graceful cape, 1x Arceuus graceful gloves, 1x Arceuus graceful hood, 1x Arceuus graceful legs, 1x Arceuus graceful top | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top | 0 | | Revert arceuus graceful hood | 1x Arceuus graceful hood | 1x Graceful hood | 0 | | Revert arceuus graceful top | 1x Arceuus graceful top | 1x Graceful top | 0 | | Revert arceuus graceful legs | 1x Arceuus graceful legs | 1x Graceful legs | 0 | | Revert arceuus graceful gloves | 1x Arceuus graceful gloves | 1x Graceful gloves | 0 | | Revert arceuus graceful boots | 1x Arceuus graceful boots | 1x Graceful boots | 0 | | Revert arceuus graceful cape | 1x Arceuus graceful cape | 1x Graceful cape | 0 | -| Piscarilius graceful | 90x Mark of grace, 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 1x Piscarilius graceful hood, 1x Piscarilius graceful cape, 1x Piscarilius graceful top, 1x Piscarilius graceful legs, 1x Piscarilius graceful gloves, 1x Piscarilius graceful boots | 0 | -| Piscarilius graceful hood | 15x Mark of grace, 1x Graceful hood | 1x Piscarilius graceful hood | 0 | -| Piscarilius graceful top | 15x Mark of grace, 1x Graceful top | 1x Piscarilius graceful top | 0 | -| Piscarilius graceful legs | 15x Mark of grace, 1x Graceful legs | 1x Piscarilius graceful legs | 0 | -| Piscarilius graceful gloves | 15x Mark of grace, 1x Graceful gloves | 1x Piscarilius graceful gloves | 0 | -| Piscarilius graceful boots | 15x Mark of grace, 1x Graceful boots | 1x Piscarilius graceful boots | 0 | -| Piscarilius graceful cape | 15x Mark of grace, 1x Graceful cape | 1x Piscarilius graceful cape | 0 | -| Revert Piscarilius graceful | 1x Piscarilius graceful hood, 1x Piscarilius graceful cape, 1x Piscarilius graceful top, 1x Piscarilius graceful legs, 1x Piscarilius graceful gloves, 1x Piscarilius graceful boots | 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 0 | +| Piscarilius graceful | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top, 90x Mark of grace | 1x Piscarilius graceful boots, 1x Piscarilius graceful cape, 1x Piscarilius graceful gloves, 1x Piscarilius graceful hood, 1x Piscarilius graceful legs, 1x Piscarilius graceful top | 0 | +| Piscarilius graceful hood | 1x Graceful hood, 15x Mark of grace | 1x Piscarilius graceful hood | 0 | +| Piscarilius graceful top | 1x Graceful top, 15x Mark of grace | 1x Piscarilius graceful top | 0 | +| Piscarilius graceful legs | 1x Graceful legs, 15x Mark of grace | 1x Piscarilius graceful legs | 0 | +| Piscarilius graceful gloves | 1x Graceful gloves, 15x Mark of grace | 1x Piscarilius graceful gloves | 0 | +| Piscarilius graceful boots | 1x Graceful boots, 15x Mark of grace | 1x Piscarilius graceful boots | 0 | +| Piscarilius graceful cape | 1x Graceful cape, 15x Mark of grace | 1x Piscarilius graceful cape | 0 | +| Revert Piscarilius graceful | 1x Piscarilius graceful boots, 1x Piscarilius graceful cape, 1x Piscarilius graceful gloves, 1x Piscarilius graceful hood, 1x Piscarilius graceful legs, 1x Piscarilius graceful top | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top | 0 | | Revert Piscarilius graceful hood | 1x Piscarilius graceful hood | 1x Graceful hood | 0 | | Revert Piscarilius graceful top | 1x Piscarilius graceful top | 1x Graceful top | 0 | | Revert Piscarilius graceful legs | 1x Piscarilius graceful legs | 1x Graceful legs | 0 | | Revert Piscarilius graceful gloves | 1x Piscarilius graceful gloves | 1x Graceful gloves | 0 | | Revert Piscarilius graceful boots | 1x Piscarilius graceful boots | 1x Graceful boots | 0 | | Revert Piscarilius graceful cape | 1x Piscarilius graceful cape | 1x Graceful cape | 0 | -| Lovakengj graceful | 90x Mark of grace, 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 1x Lovakengj graceful hood, 1x Lovakengj graceful cape, 1x Lovakengj graceful top, 1x Lovakengj graceful legs, 1x Lovakengj graceful gloves, 1x Lovakengj graceful boots | 0 | -| Lovakengj graceful hood | 15x Mark of grace, 1x Graceful hood | 1x Lovakengj graceful hood | 0 | -| Lovakengj graceful top | 15x Mark of grace, 1x Graceful top | 1x Lovakengj graceful top | 0 | -| Lovakengj graceful legs | 15x Mark of grace, 1x Graceful legs | 1x Lovakengj graceful legs | 0 | -| Lovakengj graceful gloves | 15x Mark of grace, 1x Graceful gloves | 1x Lovakengj graceful gloves | 0 | -| Lovakengj graceful boots | 15x Mark of grace, 1x Graceful boots | 1x Lovakengj graceful boots | 0 | -| Lovakengj graceful cape | 15x Mark of grace, 1x Graceful cape | 1x Lovakengj graceful cape | 0 | -| Revert Lovakengj graceful | 1x Lovakengj graceful hood, 1x Lovakengj graceful cape, 1x Lovakengj graceful top, 1x Lovakengj graceful legs, 1x Lovakengj graceful gloves, 1x Lovakengj graceful boots | 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 0 | +| Lovakengj graceful | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top, 90x Mark of grace | 1x Lovakengj graceful boots, 1x Lovakengj graceful cape, 1x Lovakengj graceful gloves, 1x Lovakengj graceful hood, 1x Lovakengj graceful legs, 1x Lovakengj graceful top | 0 | +| Lovakengj graceful hood | 1x Graceful hood, 15x Mark of grace | 1x Lovakengj graceful hood | 0 | +| Lovakengj graceful top | 1x Graceful top, 15x Mark of grace | 1x Lovakengj graceful top | 0 | +| Lovakengj graceful legs | 1x Graceful legs, 15x Mark of grace | 1x Lovakengj graceful legs | 0 | +| Lovakengj graceful gloves | 1x Graceful gloves, 15x Mark of grace | 1x Lovakengj graceful gloves | 0 | +| Lovakengj graceful boots | 1x Graceful boots, 15x Mark of grace | 1x Lovakengj graceful boots | 0 | +| Lovakengj graceful cape | 1x Graceful cape, 15x Mark of grace | 1x Lovakengj graceful cape | 0 | +| Revert Lovakengj graceful | 1x Lovakengj graceful boots, 1x Lovakengj graceful cape, 1x Lovakengj graceful gloves, 1x Lovakengj graceful hood, 1x Lovakengj graceful legs, 1x Lovakengj graceful top | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top | 0 | | Revert Lovakengj graceful hood | 1x Lovakengj graceful hood | 1x Graceful hood | 0 | | Revert Lovakengj graceful top | 1x Lovakengj graceful top | 1x Graceful top | 0 | | Revert Lovakengj graceful legs | 1x Lovakengj graceful legs | 1x Graceful legs | 0 | | Revert Lovakengj graceful gloves | 1x Lovakengj graceful gloves | 1x Graceful gloves | 0 | | Revert Lovakengj graceful boots | 1x Lovakengj graceful boots | 1x Graceful boots | 0 | | Revert Lovakengj graceful cape | 1x Lovakengj graceful cape | 1x Graceful cape | 0 | -| Shayzien graceful | 90x Mark of grace, 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 1x Shayzien graceful hood, 1x Shayzien graceful cape, 1x Shayzien graceful top, 1x Shayzien graceful legs, 1x Shayzien graceful gloves, 1x Shayzien graceful boots | 0 | -| Shayzien graceful hood | 15x Mark of grace, 1x Graceful hood | 1x Shayzien graceful hood | 0 | -| Shayzien graceful top | 15x Mark of grace, 1x Graceful top | 1x Shayzien graceful top | 0 | -| Shayzien graceful legs | 15x Mark of grace, 1x Graceful legs | 1x Shayzien graceful legs | 0 | -| Shayzien graceful gloves | 15x Mark of grace, 1x Graceful gloves | 1x Shayzien graceful gloves | 0 | -| Shayzien graceful boots | 15x Mark of grace, 1x Graceful boots | 1x Shayzien graceful boots | 0 | -| Shayzien graceful cape | 15x Mark of grace, 1x Graceful cape | 1x Shayzien graceful cape | 0 | -| Revert Shayzien graceful | 1x Shayzien graceful hood, 1x Shayzien graceful cape, 1x Shayzien graceful top, 1x Shayzien graceful legs, 1x Shayzien graceful gloves, 1x Shayzien graceful boots | 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 0 | +| Shayzien graceful | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top, 90x Mark of grace | 1x Shayzien graceful boots, 1x Shayzien graceful cape, 1x Shayzien graceful gloves, 1x Shayzien graceful hood, 1x Shayzien graceful legs, 1x Shayzien graceful top | 0 | +| Shayzien graceful hood | 1x Graceful hood, 15x Mark of grace | 1x Shayzien graceful hood | 0 | +| Shayzien graceful top | 1x Graceful top, 15x Mark of grace | 1x Shayzien graceful top | 0 | +| Shayzien graceful legs | 1x Graceful legs, 15x Mark of grace | 1x Shayzien graceful legs | 0 | +| Shayzien graceful gloves | 1x Graceful gloves, 15x Mark of grace | 1x Shayzien graceful gloves | 0 | +| Shayzien graceful boots | 1x Graceful boots, 15x Mark of grace | 1x Shayzien graceful boots | 0 | +| Shayzien graceful cape | 1x Graceful cape, 15x Mark of grace | 1x Shayzien graceful cape | 0 | +| Revert Shayzien graceful | 1x Shayzien graceful boots, 1x Shayzien graceful cape, 1x Shayzien graceful gloves, 1x Shayzien graceful hood, 1x Shayzien graceful legs, 1x Shayzien graceful top | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top | 0 | | Revert Shayzien graceful hood | 1x Shayzien graceful hood | 1x Graceful hood | 0 | | Revert Shayzien graceful top | 1x Shayzien graceful top | 1x Graceful top | 0 | | Revert Shayzien graceful legs | 1x Shayzien graceful legs | 1x Graceful legs | 0 | | Revert Shayzien graceful gloves | 1x Shayzien graceful gloves | 1x Graceful gloves | 0 | | Revert Shayzien graceful boots | 1x Shayzien graceful boots | 1x Graceful boots | 0 | | Revert Shayzien graceful cape | 1x Shayzien graceful cape | 1x Graceful cape | 0 | -| Hosidius graceful | 90x Mark of grace, 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 1x Hosidius graceful hood, 1x Hosidius graceful cape, 1x Hosidius graceful top, 1x Hosidius graceful legs, 1x Hosidius graceful gloves, 1x Hosidius graceful boots | 0 | -| Hosidius graceful hood | 15x Mark of grace, 1x Graceful hood | 1x Hosidius graceful hood | 0 | -| Hosidius graceful top | 15x Mark of grace, 1x Graceful top | 1x Hosidius graceful top | 0 | -| Hosidius graceful legs | 15x Mark of grace, 1x Graceful legs | 1x Hosidius graceful legs | 0 | -| Hosidius graceful gloves | 15x Mark of grace, 1x Graceful gloves | 1x Hosidius graceful gloves | 0 | -| Hosidius graceful boots | 15x Mark of grace, 1x Graceful boots | 1x Hosidius graceful boots | 0 | -| Hosidius graceful cape | 15x Mark of grace, 1x Graceful cape | 1x Hosidius graceful cape | 0 | -| Revert Hosidius graceful | 1x Hosidius graceful hood, 1x Hosidius graceful cape, 1x Hosidius graceful top, 1x Hosidius graceful legs, 1x Hosidius graceful gloves, 1x Hosidius graceful boots | 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 0 | +| Hosidius graceful | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top, 90x Mark of grace | 1x Hosidius graceful boots, 1x Hosidius graceful cape, 1x Hosidius graceful gloves, 1x Hosidius graceful hood, 1x Hosidius graceful legs, 1x Hosidius graceful top | 0 | +| Hosidius graceful hood | 1x Graceful hood, 15x Mark of grace | 1x Hosidius graceful hood | 0 | +| Hosidius graceful top | 1x Graceful top, 15x Mark of grace | 1x Hosidius graceful top | 0 | +| Hosidius graceful legs | 1x Graceful legs, 15x Mark of grace | 1x Hosidius graceful legs | 0 | +| Hosidius graceful gloves | 1x Graceful gloves, 15x Mark of grace | 1x Hosidius graceful gloves | 0 | +| Hosidius graceful boots | 1x Graceful boots, 15x Mark of grace | 1x Hosidius graceful boots | 0 | +| Hosidius graceful cape | 1x Graceful cape, 15x Mark of grace | 1x Hosidius graceful cape | 0 | +| Revert Hosidius graceful | 1x Hosidius graceful boots, 1x Hosidius graceful cape, 1x Hosidius graceful gloves, 1x Hosidius graceful hood, 1x Hosidius graceful legs, 1x Hosidius graceful top | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top | 0 | | Revert Hosidius graceful hood | 1x Hosidius graceful hood | 1x Graceful hood | 0 | | Revert Hosidius graceful top | 1x Hosidius graceful top | 1x Graceful top | 0 | | Revert Hosidius graceful legs | 1x Hosidius graceful legs | 1x Graceful legs | 0 | | Revert Hosidius graceful gloves | 1x Hosidius graceful gloves | 1x Graceful gloves | 0 | | Revert Hosidius graceful boots | 1x Hosidius graceful boots | 1x Graceful boots | 0 | | Revert Hosidius graceful cape | 1x Hosidius graceful cape | 1x Graceful cape | 0 | -| Kourend graceful | 90x Mark of grace, 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 1x Kourend graceful hood, 1x Kourend graceful cape, 1x Kourend graceful top, 1x Kourend graceful legs, 1x Kourend graceful gloves, 1x Kourend graceful boots | 0 | -| Kourend graceful hood | 15x Mark of grace, 1x Graceful hood | 1x Kourend graceful hood | 0 | -| Kourend graceful top | 15x Mark of grace, 1x Graceful top | 1x Kourend graceful top | 0 | -| Kourend graceful legs | 15x Mark of grace, 1x Graceful legs | 1x Kourend graceful legs | 0 | -| Kourend graceful gloves | 15x Mark of grace, 1x Graceful gloves | 1x Kourend graceful gloves | 0 | -| Kourend graceful boots | 15x Mark of grace, 1x Graceful boots | 1x Kourend graceful boots | 0 | -| Kourend graceful cape | 15x Mark of grace, 1x Graceful cape | 1x Kourend graceful cape | 0 | -| Revert Kourend graceful | 1x Kourend graceful hood, 1x Kourend graceful cape, 1x Kourend graceful top, 1x Kourend graceful legs, 1x Kourend graceful gloves, 1x Kourend graceful boots | 1x Graceful hood, 1x Graceful cape, 1x Graceful top, 1x Graceful legs, 1x Graceful gloves, 1x Graceful boots | 0 | +| Kourend graceful | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top, 90x Mark of grace | 1x Kourend graceful boots, 1x Kourend graceful cape, 1x Kourend graceful gloves, 1x Kourend graceful hood, 1x Kourend graceful legs, 1x Kourend graceful top | 0 | +| Kourend graceful hood | 1x Graceful hood, 15x Mark of grace | 1x Kourend graceful hood | 0 | +| Kourend graceful top | 1x Graceful top, 15x Mark of grace | 1x Kourend graceful top | 0 | +| Kourend graceful legs | 1x Graceful legs, 15x Mark of grace | 1x Kourend graceful legs | 0 | +| Kourend graceful gloves | 1x Graceful gloves, 15x Mark of grace | 1x Kourend graceful gloves | 0 | +| Kourend graceful boots | 1x Graceful boots, 15x Mark of grace | 1x Kourend graceful boots | 0 | +| Kourend graceful cape | 1x Graceful cape, 15x Mark of grace | 1x Kourend graceful cape | 0 | +| Revert Kourend graceful | 1x Kourend graceful boots, 1x Kourend graceful cape, 1x Kourend graceful gloves, 1x Kourend graceful hood, 1x Kourend graceful legs, 1x Kourend graceful top | 1x Graceful boots, 1x Graceful cape, 1x Graceful gloves, 1x Graceful hood, 1x Graceful legs, 1x Graceful top | 0 | | Revert Kourend graceful hood | 1x Kourend graceful hood | 1x Graceful hood | 0 | | Revert Kourend graceful top | 1x Kourend graceful top | 1x Graceful top | 0 | | Revert Kourend graceful legs | 1x Kourend graceful legs | 1x Graceful legs | 0 | @@ -1078,26 +1095,26 @@ | Revert scythe of vitur | 1x Scythe of vitur | 1x Scythe of vitur (uncharged) | 0 | | Holy scythe of vitur | 1x Holy scythe of vitur (uncharged) | 1x Holy scythe of vitur | 0 | | Revert holy scythe of vitur | 1x Holy scythe of vitur | 1x Holy scythe of vitur (uncharged) | 0 | -| Revert holy scythe of vitur (uncharged) | 1x Holy scythe of vitur (uncharged) | 1x Scythe of vitur (uncharged), 1x Holy ornament kit | 0 | +| Revert holy scythe of vitur (uncharged) | 1x Holy scythe of vitur (uncharged) | 1x Holy ornament kit, 1x Scythe of vitur (uncharged) | 0 | | Sanguine scythe of vitur | 1x Sanguine scythe of vitur (uncharged) | 1x Sanguine scythe of vitur | 0 | | Revert sanguine scythe of vitur | 1x Sanguine scythe of vitur | 1x Sanguine scythe of vitur (uncharged) | 0 | -| Sanguine scythe of vitur (uncharged) | 1x Scythe of vitur (uncharged), 1x Sanguine ornament kit | 1x Sanguine scythe of vitur (uncharged) | 0 | -| Revert sanguine scythe of vitur (uncharged) | 1x Sanguine scythe of vitur (uncharged) | 1x Scythe of vitur (uncharged), 1x Sanguine ornament kit | 0 | -| Holy scythe of vitur (uncharged) | 1x Scythe of vitur (uncharged), 1x Holy ornament kit | 1x Holy scythe of vitur (uncharged) | 0 | -| Holy sanguinesti staff (uncharged) | 1x Sanguinesti staff (uncharged), 1x Holy ornament kit | 1x Holy sanguinesti staff (uncharged) | 0 | -| Revert holy sanguinesti staff (uncharged) | 1x Holy sanguinesti staff (uncharged) | 1x Sanguinesti staff (uncharged), 1x Holy ornament kit | 0 | -| Avernic defender | 1x Dragon defender, 1x Avernic defender hilt | 1x Avernic defender | 0 | +| Sanguine scythe of vitur (uncharged) | 1x Sanguine ornament kit, 1x Scythe of vitur (uncharged) | 1x Sanguine scythe of vitur (uncharged) | 0 | +| Revert sanguine scythe of vitur (uncharged) | 1x Sanguine scythe of vitur (uncharged) | 1x Sanguine ornament kit, 1x Scythe of vitur (uncharged) | 0 | +| Holy scythe of vitur (uncharged) | 1x Holy ornament kit, 1x Scythe of vitur (uncharged) | 1x Holy scythe of vitur (uncharged) | 0 | +| Holy sanguinesti staff (uncharged) | 1x Holy ornament kit, 1x Sanguinesti staff (uncharged) | 1x Holy sanguinesti staff (uncharged) | 0 | +| Revert holy sanguinesti staff (uncharged) | 1x Holy sanguinesti staff (uncharged) | 1x Holy ornament kit, 1x Sanguinesti staff (uncharged) | 0 | +| Avernic defender | 1x Avernic defender hilt, 1x Dragon defender | 1x Avernic defender | 0 | | Revert avernic defender | 1x Avernic defender | 1x Dragon defender | 0 | | Holy ghrazi rapier | 1x Ghrazi rapier, 1x Holy ornament kit | 1x Holy ghrazi rapier | 0 | | Revert holy ghrazi rapier | 1x Holy ghrazi rapier | 1x Ghrazi rapier, 1x Holy ornament kit | 0 | -| Granite maul (or) | 1x Granite maul, 1x Granite clamp | 1x Granite maul (or) | 0 | +| Granite maul (or) | 1x Granite clamp, 1x Granite maul | 1x Granite maul (or) | 0 | | Granite maul (ornate handle) | 1x Granite maul, 1x Ornate maul handle | 1x Granite maul (ornate handle) | 0 | | Granite maul (or) (ornate handle) | 1x Granite clamp, 1x Granite maul (ornate handle) | 1x Granite maul (or) (ornate handle) | 0 | | Mystic steam staff (or) (lms) | 1x Mystic steam staff, 1x Steam staff upgrade kit | 1x Mystic steam staff (or) | 0 | | Revert mystic steam staff (or) | 1x Mystic steam staff (or) | 1x Mystic steam staff | 0 | | Steam battlestaff (or) | 1x Steam battlestaff, 1x Steam staff upgrade kit | 1x Steam battlestaff (or) | 0 | | Revert steam battlestaff (or) | 1x Steam battlestaff (or) | 1x Steam battlestaff | 0 | -| Mystic lava staff (or) (lms) | 1x Mystic lava staff, 1x Lava staff upgrade kit | 1x Mystic lava staff (or) | 0 | +| Mystic lava staff (or) (lms) | 1x Lava staff upgrade kit, 1x Mystic lava staff | 1x Mystic lava staff (or) | 0 | | Revert mystic lava staff (or) | 1x Mystic lava staff (or) | 1x Mystic lava staff | 0 | | Lava battlestaff (or) | 1x Lava battlestaff, 1x Lava staff upgrade kit | 1x Lava battlestaff (or) | 0 | | Revert lava battlestaff (or) | 1x Lava battlestaff (or) | 1x Lava battlestaff | 0 | @@ -1109,7 +1126,7 @@ | Revert odium ward (or) | 1x Odium ward (or) | 1x Odium ward | 0 | | Dark bow (green) | 1x Dark bow, 1x Green dark bow paint | 1x Dark bow (green) | 0 | | Revert dark bow (green) | 1x Dark bow (green) | 1x Dark bow | 0 | -| Dark bow (blue) | 1x Dark bow, 1x Blue dark bow paint | 1x Dark bow (blue) | 0 | +| Dark bow (blue) | 1x Blue dark bow paint, 1x Dark bow | 1x Dark bow (blue) | 0 | | Revert dark bow (blue) | 1x Dark bow (blue) | 1x Dark bow | 0 | | Dark bow (yellow) | 1x Dark bow, 1x Yellow dark bow paint | 1x Dark bow (yellow) | 0 | | Revert dark bow (yellow) | 1x Dark bow (yellow) | 1x Dark bow | 0 | @@ -1119,7 +1136,7 @@ | Revert volcanic abyssal whip | 1x Volcanic abyssal whip | 1x Abyssal whip | 0 | | Frozen abyssal whip | 1x Abyssal whip, 1x Frozen whip mix | 1x Frozen abyssal whip | 0 | | Revert frozen abyssal whip | 1x Frozen abyssal whip | 1x Abyssal whip | 0 | -| Staff of balance | 1x Staff of the dead, 1x Guthixian icon | 1x Staff of balance | 0 | +| Staff of balance | 1x Guthixian icon, 1x Staff of the dead | 1x Staff of balance | 0 | | Saradomin's blessed sword | 1x Saradomin sword, 1x Saradomin's tear | 1x Saradomin's blessed sword | 0 | | Magic shortbow (i) | 1x Magic shortbow, 1x Magic shortbow scroll | 1x Magic shortbow (i) | 0 | | Looting bag | 1x Looting bag note | 1x Looting bag | 0 | @@ -1136,13 +1153,13 @@ | Mystic smoke staff | 1x Smoke battlestaff | 1x Mystic smoke staff | 40000 | | Mystic steam staff | 1x Steam battlestaff | 1x Mystic steam staff | 40000 | | Mystic steam staff (or) | 1x Steam battlestaff (or) | 1x Mystic steam staff (or) | 40000 | -| Ancient godsword | 1x Godsword blade, 1x Ancient hilt | 1x Ancient godsword | 0 | -| Zaryte crossbow | 250x Nihil shard, 1x Armadyl crossbow, 1x Nihil horn | 1x Zaryte crossbow | 0 | +| Ancient godsword | 1x Ancient hilt, 1x Godsword blade | 1x Ancient godsword | 0 | +| Zaryte crossbow | 1x Armadyl crossbow, 1x Nihil horn, 250x Nihil shard | 1x Zaryte crossbow | 0 | | Revert crystal weapon seed | 1x Crystal weapon seed | 10x Crystal shard | 0 | | Revert crystal tool seed | 1x Crystal tool seed | 100x Crystal shard | 0 | | Revert enhanced crystal teleport seed | 1x Enhanced crystal teleport seed | 150x Crystal shard | 0 | | Revert crystal armour seed | 1x Crystal armour seed | 250x Crystal shard | 0 | -| Revert enhanced crystal weapon seed | 1x Enhanced crystal weapon seed | 1,500x Crystal shard | 0 | +| Revert enhanced crystal weapon seed | 1x Enhanced crystal weapon seed | 1.5k Crystal shard | 0 | | Golden prospector boots | 1x Prospector boots, 1x Star fragment | 1x Golden prospector boots | 0 | | Golden prospector helmet | 1x Prospector helmet, 1x Star fragment | 1x Golden prospector helmet | 0 | | Golden prospector jacket | 1x Prospector jacket, 1x Star fragment | 1x Golden prospector jacket | 0 | @@ -1173,26 +1190,26 @@ | Revert Book of war (or) | 1x Book of war (or) | 1x Book of war, 1x Shattered relics variety ornament kit | 0 | | Holy book (or) | 1x Holy book, 1x Shattered relics variety ornament kit | 1x Holy book (or) | 0 | | Revert Holy book (or) | 1x Holy book (or) | 1x Holy book, 1x Shattered relics variety ornament kit | 0 | -| Unholy book (or) | 1x Unholy book, 1x Shattered relics variety ornament kit | 1x Unholy book (or) | 0 | -| Revert Unholy book (or) | 1x Unholy book (or) | 1x Unholy book, 1x Shattered relics variety ornament kit | 0 | +| Unholy book (or) | 1x Shattered relics variety ornament kit, 1x Unholy book | 1x Unholy book (or) | 0 | +| Revert Unholy book (or) | 1x Unholy book (or) | 1x Shattered relics variety ornament kit, 1x Unholy book | 0 | | Rune crossbow (or) | 1x Rune crossbow, 1x Shattered relics variety ornament kit | 1x Rune crossbow (or) | 0 | | Revert Rune crossbow (or) | 1x Rune crossbow (or) | 1x Rune crossbow, 1x Shattered relics variety ornament kit | 0 | | Elite void robe (or) | 1x Elite void robe, 1x Shattered relics void ornament kit | 1x Elite void robe (or) | 0 | | Revert Elite void robe (or) | 1x Elite void robe (or) | 1x Elite void robe, 1x Shattered relics void ornament kit | 0 | | Elite void top (or) | 1x Elite void top, 1x Shattered relics void ornament kit | 1x Elite void top (or) | 0 | | Revert Elite void top (or)) | 1x Elite void top (or) | 1x Elite void top, 1x Shattered relics void ornament kit | 0 | -| Void knight gloves (or) | 1x Void knight gloves, 1x Shattered relics void ornament kit | 1x Void knight gloves (or) | 0 | -| Revert Void knight gloves (or) | 1x Void knight gloves (or) | 1x Void knight gloves, 1x Shattered relics void ornament kit | 0 | -| Void knight top (or) | 1x Void knight top, 1x Shattered relics void ornament kit | 1x Void knight top (or) | 0 | -| Revert Void knight top (or) | 1x Void knight top (or) | 1x Void knight top, 1x Shattered relics void ornament kit | 0 | -| Void knight robe (or) | 1x Void knight robe, 1x Shattered relics void ornament kit | 1x Void knight robe (or) | 0 | -| Revert Void knight robe (or) | 1x Void knight robe (or) | 1x Void knight robe, 1x Shattered relics void ornament kit | 0 | -| Void mage helm (or) | 1x Void mage helm, 1x Shattered relics void ornament kit | 1x Void mage helm (or) | 0 | -| Revert Void mage helm (or) | 1x Void mage helm (or) | 1x Void mage helm, 1x Shattered relics void ornament kit | 0 | -| Void melee helm (or) | 1x Void melee helm, 1x Shattered relics void ornament kit | 1x Void melee helm (or) | 0 | -| Revert Void melee helm (or) | 1x Void melee helm (or) | 1x Void melee helm, 1x Shattered relics void ornament kit | 0 | -| Void ranger helm (or) | 1x Void ranger helm, 1x Shattered relics void ornament kit | 1x Void ranger helm (or) | 0 | -| Revert Void ranger helm (or) | 1x Void ranger helm (or) | 1x Void ranger helm, 1x Shattered relics void ornament kit | 0 | +| Void knight gloves (or) | 1x Shattered relics void ornament kit, 1x Void knight gloves | 1x Void knight gloves (or) | 0 | +| Revert Void knight gloves (or) | 1x Void knight gloves (or) | 1x Shattered relics void ornament kit, 1x Void knight gloves | 0 | +| Void knight top (or) | 1x Shattered relics void ornament kit, 1x Void knight top | 1x Void knight top (or) | 0 | +| Revert Void knight top (or) | 1x Void knight top (or) | 1x Shattered relics void ornament kit, 1x Void knight top | 0 | +| Void knight robe (or) | 1x Shattered relics void ornament kit, 1x Void knight robe | 1x Void knight robe (or) | 0 | +| Revert Void knight robe (or) | 1x Void knight robe (or) | 1x Shattered relics void ornament kit, 1x Void knight robe | 0 | +| Void mage helm (or) | 1x Shattered relics void ornament kit, 1x Void mage helm | 1x Void mage helm (or) | 0 | +| Revert Void mage helm (or) | 1x Void mage helm (or) | 1x Shattered relics void ornament kit, 1x Void mage helm | 0 | +| Void melee helm (or) | 1x Shattered relics void ornament kit, 1x Void melee helm | 1x Void melee helm (or) | 0 | +| Revert Void melee helm (or) | 1x Void melee helm (or) | 1x Shattered relics void ornament kit, 1x Void melee helm | 0 | +| Void ranger helm (or) | 1x Shattered relics void ornament kit, 1x Void ranger helm | 1x Void ranger helm (or) | 0 | +| Revert Void ranger helm (or) | 1x Void ranger helm (or) | 1x Shattered relics void ornament kit, 1x Void ranger helm | 0 | | Cannon barrels (or) | 1x Cannon barrels, 1x Shattered cannon ornament kit | 1x Cannon barrels (or) | 0 | | Revert Cannon barrels (or) | 1x Cannon barrels (or) | 1x Cannon barrels, 1x Shattered cannon ornament kit | 0 | | Cannon base (or) | 1x Cannon base, 1x Shattered cannon ornament kit | 1x Cannon base (or) | 0 | @@ -1211,15 +1228,15 @@ | Revert Mystic robe bottom (or) | 1x Mystic robe bottom (or) | 1x Mystic robe bottom, 1x Shattered relics mystic ornament kit | 0 | | Mystic robe top (or) | 1x Mystic robe top, 1x Shattered relics mystic ornament kit | 1x Mystic robe top (or) | 0 | | Revert Mystic robe top (or) | 1x Mystic robe top (or) | 1x Mystic robe top, 1x Shattered relics mystic ornament kit | 0 | -| Unpack Twisted relic hunter (t1) armour set | 1x Twisted relic hunter (t1) armour set | 1x Twisted hat (t1), 1x Twisted coat (t1), 1x Twisted trousers (t1), 1x Twisted boots (t1) | 0 | -| Unpack Twisted relic hunter (t2) armour set | 1x Twisted relic hunter (t2) armour set | 1x Twisted hat (t2), 1x Twisted coat (t2), 1x Twisted trousers (t2), 1x Twisted boots (t2) | 0 | -| Unpack Twisted relic hunter (t3) armour set | 1x Twisted relic hunter (t3) armour set | 1x Twisted hat (t3), 1x Twisted coat (t3), 1x Twisted trousers (t3), 1x Twisted boots (t3) | 0 | -| Unpack Trailblazer relic hunter (t1) armour set | 1x Trailblazer relic hunter (t1) armour set | 1x Trailblazer hood (t1), 1x Trailblazer top (t1), 1x Trailblazer trousers (t1), 1x Trailblazer boots (t1) | 0 | -| Unpack Trailblazer relic hunter (t2) armour set | 1x Trailblazer relic hunter (t2) armour set | 1x Trailblazer hood (t2), 1x Trailblazer top (t2), 1x Trailblazer trousers (t2), 1x Trailblazer boots (t2) | 0 | -| Unpack Trailblazer relic hunter (t3) armour set | 1x Trailblazer relic hunter (t3) armour set | 1x Trailblazer hood (t3), 1x Trailblazer top (t3), 1x Trailblazer trousers (t3), 1x Trailblazer boots (t3) | 0 | -| Unpack Shattered relic hunter (t1) armour set | 1x Shattered relic hunter (t1) armour set | 1x Shattered hood (t1), 1x Shattered top (t1), 1x Shattered trousers (t1), 1x Shattered boots (t1) | 0 | -| Unpack Shattered relic hunter (t2) armour set | 1x Shattered relic hunter (t2) armour set | 1x Shattered hood (t2), 1x Shattered top (t2), 1x Shattered trousers (t2), 1x Shattered boots (t2) | 0 | -| Unpack Shattered relic hunter (t3) armour set | 1x Shattered relic hunter (t3) armour set | 1x Shattered hood (t3), 1x Shattered top (t3), 1x Shattered trousers (t3), 1x Shattered boots (t3) | 0 | +| Unpack Twisted relic hunter (t1) armour set | 1x Twisted relic hunter (t1) armour set | 1x Twisted boots (t1), 1x Twisted coat (t1), 1x Twisted hat (t1), 1x Twisted trousers (t1) | 0 | +| Unpack Twisted relic hunter (t2) armour set | 1x Twisted relic hunter (t2) armour set | 1x Twisted boots (t2), 1x Twisted coat (t2), 1x Twisted hat (t2), 1x Twisted trousers (t2) | 0 | +| Unpack Twisted relic hunter (t3) armour set | 1x Twisted relic hunter (t3) armour set | 1x Twisted boots (t3), 1x Twisted coat (t3), 1x Twisted hat (t3), 1x Twisted trousers (t3) | 0 | +| Unpack Trailblazer relic hunter (t1) armour set | 1x Trailblazer relic hunter (t1) armour set | 1x Trailblazer boots (t1), 1x Trailblazer hood (t1), 1x Trailblazer top (t1), 1x Trailblazer trousers (t1) | 0 | +| Unpack Trailblazer relic hunter (t2) armour set | 1x Trailblazer relic hunter (t2) armour set | 1x Trailblazer boots (t2), 1x Trailblazer hood (t2), 1x Trailblazer top (t2), 1x Trailblazer trousers (t2) | 0 | +| Unpack Trailblazer relic hunter (t3) armour set | 1x Trailblazer relic hunter (t3) armour set | 1x Trailblazer boots (t3), 1x Trailblazer hood (t3), 1x Trailblazer top (t3), 1x Trailblazer trousers (t3) | 0 | +| Unpack Shattered relic hunter (t1) armour set | 1x Shattered relic hunter (t1) armour set | 1x Shattered boots (t1), 1x Shattered hood (t1), 1x Shattered top (t1), 1x Shattered trousers (t1) | 0 | +| Unpack Shattered relic hunter (t2) armour set | 1x Shattered relic hunter (t2) armour set | 1x Shattered boots (t2), 1x Shattered hood (t2), 1x Shattered top (t2), 1x Shattered trousers (t2) | 0 | +| Unpack Shattered relic hunter (t3) armour set | 1x Shattered relic hunter (t3) armour set | 1x Shattered boots (t3), 1x Shattered hood (t3), 1x Shattered top (t3), 1x Shattered trousers (t3) | 0 | | Trailblazer graceful hood | 1x Graceful hood, 1x Trailblazer graceful ornament kit | 1x Trailblazer graceful hood | 0 | | Revert Trailblazer graceful hood | 1x Trailblazer graceful hood | 1x Graceful hood, 1x Trailblazer graceful ornament kit | 0 | | Trailblazer graceful cape | 1x Graceful cape, 1x Trailblazer graceful ornament kit | 1x Trailblazer graceful cape | 0 | @@ -1256,28 +1273,28 @@ | Abyssal blue dye (using Abyssal red dye) | 1x Abyssal red dye | 1x Abyssal blue dye | 0 | | Abyssal red dye (using Abyssal green dye) | 1x Abyssal green dye | 1x Abyssal red dye | 0 | | Abyssal red dye (using Abyssal blue dye) | 1x Abyssal blue dye | 1x Abyssal red dye | 0 | -| Runite igne claws | 30x Runite bar, 10x Leather, 1x Igne gear frame | 1x Runite igne claws | 0 | -| Dragon igne claws | 10x Leather, 1x Dragon claws, 1x Runite igne claws | 1x Dragon igne claws | 0 | -| Barrows igne claws | 10x Leather, 1x Dragon igne claws | 1x Barrows igne claws | 0 | -| Volcanic igne claws | 250x Obsidian shards, 10x Leather, 2x Volcanic shards, 1x Barrows igne claws | 1x Volcanic igne claws | 0 | +| Runite igne claws | 1x Igne gear frame, 10x Leather, 30x Runite bar | 1x Runite igne claws | 0 | +| Dragon igne claws | 1x Dragon claws, 10x Leather, 1x Runite igne claws | 1x Dragon igne claws | 0 | +| Barrows igne claws | 1x Dragon igne claws, 10x Leather | 1x Barrows igne claws | 0 | +| Volcanic igne claws | 1x Barrows igne claws, 10x Leather, 250x Obsidian shards, 2x Volcanic shards | 1x Volcanic igne claws | 0 | | Drygore igne claws | 10x Leather, 1x Volcanic igne claws | 1x Drygore igne claws | 0 | -| Dwarven igne claws | 10x Leather, 1x Drygore igne claws | 1x Dwarven igne claws | 0 | -| Gorajan igne claws | 10x Leather, 2x Gorajan shards, 1x Dwarven igne claws | 1x Gorajan igne claws | 0 | -| Dragon igne armor | 10x Leather, 1x Igne gear frame | 1x Dragon igne armor | 0 | -| Barrows igne armor | 10x Leather, 1x Dragon igne armor | 1x Barrows igne armor | 0 | -| Volcanic igne armor | 250x Obsidian shards, 10x Leather, 2x Volcanic shards, 1x Barrows igne armor | 1x Volcanic igne armor | 0 | +| Dwarven igne claws | 1x Drygore igne claws, 10x Leather | 1x Dwarven igne claws | 0 | +| Gorajan igne claws | 1x Dwarven igne claws, 2x Gorajan shards, 10x Leather | 1x Gorajan igne claws | 0 | +| Dragon igne armor | 1x Igne gear frame, 10x Leather | 1x Dragon igne armor | 0 | +| Barrows igne armor | 1x Dragon igne armor, 10x Leather | 1x Barrows igne armor | 0 | +| Volcanic igne armor | 1x Barrows igne armor, 10x Leather, 250x Obsidian shards, 2x Volcanic shards | 1x Volcanic igne armor | 0 | | Justiciar igne armor | 10x Leather, 1x Volcanic igne armor | 1x Justiciar igne armor | 0 | -| Drygore igne armor | 10x Leather, 1x Justiciar igne armor | 1x Drygore igne armor | 0 | -| Dwarven igne armor | 10x Leather, 1x Drygore igne armor | 1x Dwarven igne armor | 0 | -| Gorajan igne armor | 10x Leather, 2x Gorajan shards, 1x Dwarven igne armor | 1x Gorajan igne armor | 0 | +| Drygore igne armor | 1x Justiciar igne armor, 10x Leather | 1x Drygore igne armor | 0 | +| Dwarven igne armor | 1x Drygore igne armor, 10x Leather | 1x Dwarven igne armor | 0 | +| Gorajan igne armor | 1x Dwarven igne armor, 2x Gorajan shards, 10x Leather | 1x Gorajan igne armor | 0 | | Demonic jibwings | 10x Dark totem | 1x Demonic jibwings | 0 | | Abyssal jibwings | 10x Ancient shard, 1x Magical artifact | 1x Abyssal jibwings | 0 | -| 3rd age jibwings | 1,000x Gold bar | 1x 3rd age jibwings | 0 | -| 3rd age jibwings (e) | 1,000x Ignecarus scales, 1x 3rd age jibwings | 1x 3rd age jibwings (e) | 0 | -| Demonic jibwings (e) | 1,000x Ignecarus scales, 1x Demonic jibwings | 1x Demonic jibwings (e) | 0 | -| Abyssal jibwings (e) | 1,000x Ignecarus scales, 1x Abyssal jibwings | 1x Abyssal jibwings (e) | 0 | -| Divine ring | 1,000,000x Atomic energy | 1x Divine ring | 0 | -| Impling locator | 200,000x Atomic energy, 1,000x Elder rune | 1x Impling locator | 0 | +| 3rd age jibwings | 1k Gold bar | 1x 3rd age jibwings | 0 | +| 3rd age jibwings (e) | 1x 3rd age jibwings, 1k Ignecarus scales | 1x 3rd age jibwings (e) | 0 | +| Demonic jibwings (e) | 1x Demonic jibwings, 1k Ignecarus scales | 1x Demonic jibwings (e) | 0 | +| Abyssal jibwings (e) | 1x Abyssal jibwings, 1k Ignecarus scales | 1x Abyssal jibwings (e) | 0 | +| Divine ring | 1m Atomic energy | 1x Divine ring | 0 | +| Impling locator | 200k Atomic energy, 1k Elder rune | 1x Impling locator | 0 | | Revert Runite igne claws | 1x Runite igne claws | 1x Igne gear frame | 0 | | Revert Dragon igne claws | 1x Dragon igne claws | 1x Igne gear frame | 0 | | Revert Barrows igne claws | 1x Barrows igne claws | 1x Igne gear frame | 0 | @@ -1292,20 +1309,20 @@ | Revert Drygore igne armor | 1x Drygore igne armor | 1x Igne gear frame | 0 | | Revert Dwarven igne armor | 1x Dwarven igne armor | 1x Igne gear frame | 0 | | Revert Gorajan igne armor | 1x Gorajan igne armor | 1x Igne gear frame | 0 | -| Volcanic pickaxe | 250x Obsidian shards, 2x Volcanic shards, 1x Dwarven pickaxe | 1x Volcanic pickaxe | 0 | -| Offhand volcanic pickaxe | 150x Obsidian shards, 1x Dwarven pickaxe, 1x Volcanic shards | 1x Offhand volcanic pickaxe | 0 | +| Volcanic pickaxe | 1x Dwarven pickaxe, 250x Obsidian shards, 2x Volcanic shards | 1x Volcanic pickaxe | 0 | +| Offhand volcanic pickaxe | 1x Dwarven pickaxe, 150x Obsidian shards, 1x Volcanic shards | 1x Offhand volcanic pickaxe | 0 | | Moktang totem | 20x Elder rune | 1x Moktang totem | 0 | | Dragonstone full helm(u) | 1x Dragonstone full helm, 1x Dragonstone upgrade kit | 1x Dragonstone full helm(u) | 0 | | Dragonstone platebody(u) | 1x Dragonstone platebody, 1x Dragonstone upgrade kit | 1x Dragonstone platebody(u) | 0 | | Dragonstone platelegs(u) | 1x Dragonstone platelegs, 1x Dragonstone upgrade kit | 1x Dragonstone platelegs(u) | 0 | | Dragonstone boots(u) | 1x Dragonstone boots, 1x Dragonstone upgrade kit | 1x Dragonstone boots(u) | 0 | | Dragonstone gauntlets(u) | 1x Dragonstone gauntlets, 1x Dragonstone upgrade kit | 1x Dragonstone gauntlets(u) | 0 | -| Bronze coffin | 1x Bronze locks, 1x Broken coffin | 1x Bronze coffin | 0 | -| Steel coffin | 1x Steel locks, 1x Bronze coffin | 1x Steel coffin | 0 | -| Black coffin | 1x Black locks, 1x Steel coffin | 1x Black coffin | 0 | -| Silver coffin | 1x Silver locks, 1x Black coffin | 1x Silver coffin | 0 | -| Gold coffin | 1x Gold locks, 1x Silver coffin | 1x Gold coffin | 0 | -| Necromancer outfit | 50x Fine cloth, 3x Necromancer kit, 1x Dagon'hai robes set | 1x Necromancer hood, 1x Necromancer robe top, 1x Necromancer robe bottom | 0 | +| Bronze coffin | 1x Broken coffin, 1x Bronze locks | 1x Bronze coffin | 0 | +| Steel coffin | 1x Broken coffin, 1x Steel locks | 1x Steel coffin | 0 | +| Black coffin | 1x Black locks, 1x Broken coffin | 1x Black coffin | 0 | +| Silver coffin | 1x Broken coffin, 1x Silver locks | 1x Silver coffin | 0 | +| Gold coffin | 1x Broken coffin, 1x Gold locks | 1x Gold coffin | 0 | +| Necromancer outfit | 1x Dagon'hai robes set, 50x Fine cloth, 3x Necromancer kit | 1x Necromancer hood, 1x Necromancer robe bottom, 1x Necromancer robe top | 0 | | Necromancer's air staff | 1x Mystic air staff, 1x Shade skull | 1x Necromancer's air staff | 0 | | Revert Necromancer's air staff | 1x Necromancer's air staff | 1x Mystic air staff, 1x Shade skull | 0 | | Necromancer's earth staff | 1x Mystic earth staff, 1x Shade skull | 1x Necromancer's earth staff | 0 | @@ -1326,43 +1343,43 @@ | Revert Skeletal battlestaff of earth | 1x Skeletal battlestaff of earth | 1x Earth battlestaff, 1x Shade skull | 0 | | Skeletal battlestaff of fire | 1x Fire battlestaff, 1x Shade skull | 1x Skeletal battlestaff of fire | 0 | | Revert Skeletal battlestaff of fire | 1x Skeletal battlestaff of fire | 1x Fire battlestaff, 1x Shade skull | 0 | -| Skeletal battlestaff of water | 1x Water battlestaff, 1x Shade skull | 1x Skeletal battlestaff of water | 0 | -| Revert Skeletal battlestaff of water | 1x Skeletal battlestaff of water | 1x Water battlestaff, 1x Shade skull | 0 | +| Skeletal battlestaff of water | 1x Shade skull, 1x Water battlestaff | 1x Skeletal battlestaff of water | 0 | +| Revert Skeletal battlestaff of water | 1x Skeletal battlestaff of water | 1x Shade skull, 1x Water battlestaff | 0 | | Skeletal lava battlestaff | 1x Lava battlestaff, 1x Shade skull | 1x Skeletal lava battlestaff | 0 | | Revert Skeletal lava battlestaff | 1x Skeletal lava battlestaff | 1x Lava battlestaff, 1x Shade skull | 0 | | Skeletal mud battlestaff | 1x Mud battlestaff, 1x Shade skull | 1x Skeletal mud battlestaff | 0 | | Revert Skeletal mud battlestaff | 1x Skeletal mud battlestaff | 1x Mud battlestaff, 1x Shade skull | 0 | -| Skeletal steam battlestaff | 1x Steam battlestaff, 1x Shade skull | 1x Skeletal steam battlestaff | 0 | -| Revert Skeletal steam battlestaff | 1x Skeletal steam battlestaff | 1x Steam battlestaff, 1x Shade skull | 0 | +| Skeletal steam battlestaff | 1x Shade skull, 1x Steam battlestaff | 1x Skeletal steam battlestaff | 0 | +| Revert Skeletal steam battlestaff | 1x Skeletal steam battlestaff | 1x Shade skull, 1x Steam battlestaff | 0 | | Masori assembler | 1x Ava's assembler, 1x Masori crafting kit | 1x Masori assembler | 0 | -| Osmumten's fang (or) | 1x Osmumten's fang, 1x Cursed phalanx | 1x Osmumten's fang (or) | 0 | -| Elidinis' ward (f) | 10,000x Soul rune, 1x Arcane sigil, 1x Elidinis' ward | 1x Elidinis' ward (f) | 0 | +| Osmumten's fang (or) | 1x Cursed phalanx, 1x Osmumten's fang | 1x Osmumten's fang (or) | 0 | +| Elidinis' ward (f) | 1x Arcane sigil, 1x Elidinis' ward, 10k Soul rune | 1x Elidinis' ward (f) | 0 | | Revert Elidinis' ward (f) | 1x Elidinis' ward (f) | 1x Arcane sigil, 1x Elidinis' ward | 0 | | Elidinis' ward (or) | 1x Elidinis' ward (f), 1x Menaphite ornament kit | 1x Elidinis' ward (or) | 0 | | Revert Elidinis' ward (or) | 1x Elidinis' ward (or) | 1x Elidinis' ward (f), 1x Menaphite ornament kit | 0 | | Divine rune pouch | 1x Rune pouch, 1x Thread of elidinis | 1x Divine rune pouch | 0 | -| Masori mask (f) | 1x Masori mask, 1x Armadylean plate | 1x Masori mask (f) | 0 | +| Masori mask (f) | 1x Armadylean plate, 1x Masori mask | 1x Masori mask (f) | 0 | | Masori body (f) | 4x Armadylean plate, 1x Masori body | 1x Masori body (f) | 0 | | Masori chaps (f) | 3x Armadylean plate, 1x Masori chaps | 1x Masori chaps (f) | 0 | | Revert Armadyl helmet (to plates) | 1x Armadyl helmet | 1x Armadylean plate | 0 | | Revert Armadyl chestplate (to plates) | 1x Armadyl chestplate | 4x Armadylean plate | 0 | | Revert Armadyl chainskirt (to plates) | 1x Armadyl chainskirt | 3x Armadylean plate | 0 | -| Keris partisan of breaching | 1x Keris partisan, 1x Breach of the scarab | 1x Keris partisan of breaching | 0 | -| Keris partisan of corruption | 1x Keris partisan, 1x Eye of the corruptor | 1x Keris partisan of corruption | 0 | -| Keris partisan of the sun | 1x Keris partisan, 1x Jewel of the sun | 1x Keris partisan of the sun | 0 | +| Keris partisan of breaching | 1x Breach of the scarab, 1x Keris partisan | 1x Keris partisan of breaching | 0 | +| Keris partisan of corruption | 1x Eye of the corruptor, 1x Keris partisan | 1x Keris partisan of corruption | 0 | +| Keris partisan of the sun | 1x Jewel of the sun, 1x Keris partisan | 1x Keris partisan of the sun | 0 | | Revert Masori assembler | 1x Masori assembler | 1x Ava's assembler, 1x Masori crafting kit | 0 | -| Akkhito | 1x Tumeken's guardian, 1x Remnant of akkha | 1x Akkhito | 0 | -| Revert Akkhito | 1x Akkhito | 1x Tumeken's guardian, 1x Remnant of akkha | 0 | -| Babi | 1x Tumeken's guardian, 1x Remnant of ba-ba | 1x Babi | 0 | -| Revert Babi | 1x Babi | 1x Tumeken's guardian, 1x Remnant of ba-ba | 0 | -| Kephriti | 1x Tumeken's guardian, 1x Remnant of kephri | 1x Kephriti | 0 | -| Revert Kephriti | 1x Kephriti | 1x Tumeken's guardian, 1x Remnant of kephri | 0 | -| Tumeken's damaged guardian | 1x Tumeken's guardian, 1x Ancient remnant | 1x Tumeken's damaged guardian | 0 | -| Revert Tumeken's damaged guardian | 1x Tumeken's damaged guardian | 1x Tumeken's guardian, 1x Ancient remnant | 0 | -| Elidinis' damaged guardian | 1x Tumeken's guardian, 1x Ancient remnant | 1x Elidinis' damaged guardian | 0 | -| Revert Elidinis' damaged guardian | 1x Elidinis' damaged guardian | 1x Tumeken's guardian, 1x Ancient remnant | 0 | -| Zebo | 1x Tumeken's guardian, 1x Remnant of zebak | 1x Zebo | 0 | -| Revert Zebo | 1x Zebo | 1x Tumeken's guardian, 1x Remnant of zebak | 0 | +| Akkhito | 1x Remnant of akkha, 1x Tumeken's guardian | 1x Akkhito | 0 | +| Revert Akkhito | 1x Akkhito | 1x Remnant of akkha, 1x Tumeken's guardian | 0 | +| Babi | 1x Remnant of ba-ba, 1x Tumeken's guardian | 1x Babi | 0 | +| Revert Babi | 1x Babi | 1x Remnant of ba-ba, 1x Tumeken's guardian | 0 | +| Kephriti | 1x Remnant of kephri, 1x Tumeken's guardian | 1x Kephriti | 0 | +| Revert Kephriti | 1x Kephriti | 1x Remnant of kephri, 1x Tumeken's guardian | 0 | +| Tumeken's damaged guardian | 1x Ancient remnant, 1x Tumeken's guardian | 1x Tumeken's damaged guardian | 0 | +| Revert Tumeken's damaged guardian | 1x Tumeken's damaged guardian | 1x Ancient remnant, 1x Tumeken's guardian | 0 | +| Elidinis' damaged guardian | 1x Ancient remnant, 1x Tumeken's guardian | 1x Elidinis' damaged guardian | 0 | +| Revert Elidinis' damaged guardian | 1x Elidinis' damaged guardian | 1x Ancient remnant, 1x Tumeken's guardian | 0 | +| Zebo | 1x Remnant of zebak, 1x Tumeken's guardian | 1x Zebo | 0 | +| Revert Zebo | 1x Zebo | 1x Remnant of zebak, 1x Tumeken's guardian | 0 | | Revert Arcane spirit shield | 1x Arcane spirit shield | 1x Arcane sigil | 0 | | Bloodbark helm | 250x Blood rune, 1x Splitbark helm | 1x Bloodbark helm | 0 | | Bloodbark body | 500x Blood rune, 1x Splitbark body | 1x Bloodbark body | 0 | @@ -1375,29 +1392,29 @@ | Swampbark boots | 100x Nature rune, 1x Splitbark boots | 1x Swampbark boots | 0 | | Swampbark gauntlets | 100x Nature rune, 1x Splitbark gauntlets | 1x Swampbark gauntlets | 0 | | Warrior icon | 1x Warrior ring | 1x Warrior icon | 0 | -| Bellator icon | 500x Blood rune, 1x Bellator vestige, 1x Warrior icon | 1x Bellator icon | 0 | -| Bellator ring | 3x Chromium ingot, 1x Bellator icon | 1x Bellator ring | 0 | +| Bellator icon | 1x Bellator vestige, 500x Blood rune, 1x Warrior icon | 1x Bellator icon | 0 | +| Bellator ring | 1x Bellator icon, 3x Chromium ingot | 1x Bellator ring | 0 | | Berserker icon | 1x Berserker ring | 1x Berserker icon | 0 | -| Ultor icon | 500x Blood rune, 1x Ultor vestige, 1x Berserker icon | 1x Ultor icon | 0 | +| Ultor icon | 1x Berserker icon, 500x Blood rune, 1x Ultor vestige | 1x Ultor icon | 0 | | Ultor ring | 3x Chromium ingot, 1x Ultor icon | 1x Ultor ring | 0 | | Seers icon | 1x Seers ring | 1x Seers icon | 0 | | Magus icon | 500x Blood rune, 1x Magus vestige, 1x Seers icon | 1x Magus icon | 0 | | Magus ring | 3x Chromium ingot, 1x Magus icon | 1x Magus ring | 0 | -| Sanguine torva full helm | 20,000x Blood rune, 1x Torva full helm | 1x Sanguine torva full helm | 0 | -| Sanguine torva platebody | 20,000x Blood rune, 1x Torva platebody | 1x Sanguine torva platebody | 0 | -| Sanguine torva platelegs | 20,000x Blood rune, 1x Torva platelegs | 1x Sanguine torva platelegs | 0 | +| Sanguine torva full helm | 20k Blood rune, 1x Torva full helm | 1x Sanguine torva full helm | 0 | +| Sanguine torva platebody | 20k Blood rune, 1x Torva platebody | 1x Sanguine torva platebody | 0 | +| Sanguine torva platelegs | 20k Blood rune, 1x Torva platelegs | 1x Sanguine torva platelegs | 0 | | Archer icon | 1x Archers ring | 1x Archer icon | 0 | -| Venator icon | 500x Blood rune, 1x Venator vestige, 1x Archer icon | 1x Venator icon | 0 | +| Venator icon | 1x Archer icon, 500x Blood rune, 1x Venator vestige | 1x Venator icon | 0 | | Venator ring | 3x Chromium ingot, 1x Venator icon | 1x Venator ring | 0 | -| Soulreaper axe | 2,000x Blood rune, 1x Executioner's axe head, 1x Eye of the duke, 1x Siren's staff, 1x Leviathan's lure | 1x Soulreaper axe | 0 | +| Soulreaper axe | 2k Blood rune, 1x Executioner's axe head, 1x Eye of the duke, 1x Leviathan's lure, 1x Siren's staff | 1x Soulreaper axe | 0 | | Tztok slayer helmet | 1x Slayer helmet | 1x Tztok slayer helmet | 0 | | Revert Tztok slayer helmet | 1x Tztok slayer helmet | 1x Slayer helmet | 0 | | Tztok slayer helmet (i) | 1x Slayer helmet (i) | 1x Tztok slayer helmet (i) | 0 | | Revert Tztok slayer helmet (i) | 1x Tztok slayer helmet (i) | 1x Slayer helmet (i) | 0 | | Dragon hunter crossbow (t) | 1x Dragon hunter crossbow, 1x Vorkath's head | 1x Dragon hunter crossbow (t) | 0 | | Revert Dragon hunter crossbow (t) | 1x Dragon hunter crossbow (t) | 1x Dragon hunter crossbow, 1x Vorkath's head | 0 | -| Dragon hunter crossbow (b) | 1x Kbd heads, 1x Dragon hunter crossbow | 1x Dragon hunter crossbow (b) | 0 | -| Revert Dragon hunter crossbow (b) | 1x Dragon hunter crossbow (b) | 1x Kbd heads, 1x Dragon hunter crossbow | 0 | +| Dragon hunter crossbow (b) | 1x Dragon hunter crossbow, 1x Kbd heads | 1x Dragon hunter crossbow (b) | 0 | +| Revert Dragon hunter crossbow (b) | 1x Dragon hunter crossbow (b) | 1x Dragon hunter crossbow, 1x Kbd heads | 0 | | Tzkal slayer helmet | 1x Slayer helmet | 1x Tzkal slayer helmet | 0 | | Revert Tzkal slayer helmet | 1x Tzkal slayer helmet | 1x Slayer helmet | 0 | | Tzkal slayer helmet (i) | 1x Slayer helmet (i) | 1x Tzkal slayer helmet (i) | 0 | @@ -1412,20 +1429,20 @@ | Revert Ghommal's avernic defender 6 | 1x Ghommal's avernic defender 6 | 1x Avernic defender, 1x Ghommal's hilt 6 | 0 | | Secateurs attachment | 1x Iron bar, 1x Secateurs blade | 50x Secateurs attachment | 0 | | Nature offerings | 1x Dwarf weed, 1x Ritual mulch | 40x Nature offerings | 0 | -| Sturdy harness | 45x Steel nails, 3x Adamantite bar, 2x Rope, 1x Log brace | 1x Sturdy harness | 0 | +| Sturdy harness | 3x Adamantite bar, 1x Log brace, 2x Rope, 45x Steel nails | 1x Sturdy harness | 0 | | Forestry basket | 1x Forestry kit, 1x Log basket, 1x Sturdy harness | 1x Forestry basket | 0 | -| Clothes pouch | 1x Thread, 1x Leather, 1x Clothes pouch blueprint | 1x Clothes pouch | 0 | +| Clothes pouch | 1x Clothes pouch blueprint, 1x Leather, 1x Thread | 1x Clothes pouch | 0 | | Pheasant hat | 15x Pheasant tail feathers, 1x Thread | 1x Pheasant hat | 0 | | Pheasant legs | 15x Pheasant tail feathers, 1x Thread | 1x Pheasant legs | 0 | | Pheasant boots | 15x Pheasant tail feathers, 1x Thread | 1x Pheasant boots | 0 | | Pheasant cape | 15x Pheasant tail feathers, 1x Thread | 1x Pheasant cape | 0 | | Bronze felling axe | 1x Bronze axe, 1x Felling axe handle | 1x Bronze felling axe | 0 | -| Iron felling axe | 1x Iron axe, 1x Felling axe handle | 1x Iron felling axe | 0 | -| Steel felling axe | 1x Steel axe, 1x Felling axe handle | 1x Steel felling axe | 0 | +| Iron felling axe | 1x Felling axe handle, 1x Iron axe | 1x Iron felling axe | 0 | +| Steel felling axe | 1x Felling axe handle, 1x Steel axe | 1x Steel felling axe | 0 | | Black felling axe | 1x Black axe, 1x Felling axe handle | 1x Black felling axe | 0 | -| Mithril felling axe | 1x Mithril axe, 1x Felling axe handle | 1x Mithril felling axe | 0 | +| Mithril felling axe | 1x Felling axe handle, 1x Mithril axe | 1x Mithril felling axe | 0 | | Adamant felling axe | 1x Adamant axe, 1x Felling axe handle | 1x Adamant felling axe | 0 | -| Rune felling axe | 1x Rune axe, 1x Felling axe handle | 1x Rune felling axe | 0 | +| Rune felling axe | 1x Felling axe handle, 1x Rune axe | 1x Rune felling axe | 0 | | Dragon felling axe | 1x Dragon axe, 1x Felling axe handle | 1x Dragon felling axe | 0 | | Crystal felling axe | 1x Crystal axe, 1x Felling axe handle | 1x Crystal felling axe | 0 | | 3rd age felling axe | 1x 3rd age axe, 1x Felling axe handle | 1x 3rd age felling axe | 0 | @@ -1433,10 +1450,9 @@ | Revert Pheasant | 1x Pheasant | 1x Beaver, 1x Golden pheasant egg | 0 | | Fox | 1x Beaver, 1x Fox whistle | 1x Fox | 0 | | Revert Fox | 1x Fox | 1x Beaver, 1x Fox whistle | 0 | -| Barronite mace | 1,500x Barronite shards, 1x Barronite head, 1x Barronite handle, 1x Barronite guard | 1x Barronite mace | 0 | -| Imcando hammer | 1,500x Barronite shards, 1x Imcando hammer (broken) | 1x Imcando hammer | 0 | +| Barronite mace | 1x Barronite guard, 1x Barronite handle, 1x Barronite head, 1.5k Barronite shards | 1x Barronite mace | 0 | +| Imcando hammer | 1.5k Barronite shards, 1x Imcando hammer (broken) | 1x Imcando hammer | 0 | | Axe handle base | 1x Dwarven bar, 1x Volcanic shards | 1x Axe handle base | 0 | -| Axe handle | 30x Athelas paste, 10x Ent hide, 1x Perfect chitin, 1x Axe handle base | 1x Axe handle | 0 | -| Axe of the high sungod (u) | 1x Sun-god axe head, 1x Axe handle | 1x Axe of the high sungod (u) | 0 | -| Axe of the high sungod | 2,000,000x Atomic energy, 1x Axe of the high sungod (u) | 1x Axe of the high sungod | 0 | -+-------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------+ +| Axe handle | 30x Athelas paste, 1x Axe handle base, 10x Ent hide, 1x Perfect chitin | 1x Axe handle | 0 | +| Axe of the high sungod (u) | 1x Axe handle, 1x Sun-god axe head | 1x Axe of the high sungod (u) | 0 | +| Axe of the high sungod | 2m Atomic energy, 1x Axe of the high sungod (u) | 1x Axe of the high sungod | 0 | diff --git a/src/lib/data/createables.ts b/src/lib/data/createables.ts index f9fd0ce0891..bca67fad940 100644 --- a/src/lib/data/createables.ts +++ b/src/lib/data/createables.ts @@ -1,11 +1,11 @@ import { isFunction, uniqueArr } from 'e'; -import { Bank } from 'oldschooljs'; +import { Bank, resolveItems } from 'oldschooljs'; import { BitField, discontinuedItems } from '../constants'; import { allDyedItems } from '../dyedItems'; import type { MaterialBank } from '../invention/MaterialBank'; import { blisterwoodRequirements, ivandisRequirements } from '../minions/data/templeTrekking'; -import type { SlayerTaskUnlocksEnum } from '../slayer/slayerUnlocks'; +import { SlayerTaskUnlocksEnum } from '../slayer/slayerUnlocks'; import type { ItemBank, Skills } from '../types'; import getOSItem from '../util/getOSItem'; import itemID from '../util/itemID'; @@ -48,6 +48,7 @@ export interface Createable { requiredSlayerUnlocks?: SlayerTaskUnlocksEnum[]; maxCanOwn?: number; materialCost?: MaterialBank; + noCreatablesCl?: boolean; onCreate?: (qty: number, user: MUser) => Promise<{ result: boolean; message: string }>; type?: 'pack' | 'unpack'; customReq?: (user: MUser) => Promise; @@ -2110,7 +2111,8 @@ const Createables: Createable[] = [ }, outputItems: { [itemID('Partyhat & specs')]: 1 - } + }, + noCreatablesCl: true }, { name: 'Ivandis Flail', @@ -2416,6 +2418,62 @@ const Createables: Createable[] = [ inputItems: new Bank().add("Blessed dizana's quiver").add('Max cape').add('Max hood').freeze(), outputItems: new Bank().add("Dizana's max cape").add("Dizana's max hood").freeze() }, + { + name: 'Noxious halberd', + inputItems: new Bank().add('Noxious point').add('Noxious blade').add('Noxious pommel').freeze(), + outputItems: new Bank().add('Noxious halberd').freeze(), + requiredSkills: { + smithing: 72, + crafting: 72 + } + }, + { + name: 'Araxyte slayer helmet', + inputItems: new Bank().add('Slayer helmet').add('Araxyte head').freeze(), + outputItems: new Bank().add('Araxyte slayer helmet').freeze(), + requiredSlayerUnlocks: [SlayerTaskUnlocksEnum.EyeSeeYou] + }, + { + name: 'Araxyte slayer helmet (i)', + inputItems: new Bank().add('Slayer helmet (i)').add('Araxyte head').freeze(), + outputItems: new Bank().add('Araxyte slayer helmet (i)').freeze(), + requiredSlayerUnlocks: [SlayerTaskUnlocksEnum.EyeSeeYou] + }, + { + name: 'Rax', + inputItems: new Bank().add('Coagulated venom').add('Nid').freeze(), + outputItems: new Bank().add('Rax').freeze() + }, + { + name: 'Revert Rax', + inputItems: new Bank().add('Rax').freeze(), + outputItems: new Bank().add('Coagulated venom').add('Nid').freeze(), + noCl: true + }, + { + name: 'Amulet of rancour (s)', + inputItems: new Bank().add('Amulet of rancour').freeze(), + outputItems: new Bank().add('Amulet of rancour (s)').freeze(), + customReq: async user => { + const requiredItems = resolveItems([ + 'Amulet of rancour', + 'Aranea boots', + 'Araxyte slayer helmet', + 'Noxious halberd', + 'Rax' + ]); + if (!requiredItems.every(item => user.owns(item))) { + return `You need to own all these items to create the Amulet of rancour (s): ${requiredItems.map(item => itemNameFromID(item)).join(', ')}.`; + } + return null; + } + }, + { + name: 'Revert Amulet of rancour (s)', + inputItems: new Bank().add('Amulet of rancour (s)').freeze(), + outputItems: new Bank().add('Amulet of rancour').freeze(), + noCl: true + }, ...Reverteables, ...crystalTools, ...ornamentKits, @@ -2454,7 +2512,7 @@ const Createables: Createable[] = [ export default Createables; export const creatablesCL = uniqueArr( - Createables.filter(i => i.noCl !== true) + Createables.filter(i => i.noCl !== true && i.noCreatablesCl !== true) .flatMap(i => (isFunction(i.outputItems) ? [] : new Bank(i.outputItems).items().map(i => i[0].id))) .filter(i => !discontinuedItems.includes(i) && !allDyedItems.includes(i)) ); diff --git a/src/lib/data/eatables.ts b/src/lib/data/eatables.ts index d77bd3de8f6..ec0ed6b5782 100644 --- a/src/lib/data/eatables.ts +++ b/src/lib/data/eatables.ts @@ -1,10 +1,11 @@ +import type { GearBank } from '../structures/GearBank'; import itemID from '../util/itemID'; export interface Eatable { name: string; id: number; raw: number | null; - healAmount: ((user: MUser) => number) | number; + healAmount: ((user: GearBank) => number) | number; pvmBoost?: number; wildyOnly?: boolean; } @@ -269,8 +270,8 @@ export const Eatables: readonly Eatable[] = [ name: 'Anglerfish', id: itemID('Anglerfish'), raw: itemID('Raw anglerfish'), - healAmount: (user: MUser) => { - const hp = user.skillLevel('hitpoints'); + healAmount: (user: GearBank) => { + const hp = user.skillsAsLevels.hitpoints; let c = 2; if (hp > 10) c = 2; if (hp > 25) c = 4; @@ -285,8 +286,8 @@ export const Eatables: readonly Eatable[] = [ { name: 'Blighted anglerfish', id: itemID('Blighted anglerfish'), - healAmount: (user: MUser) => { - const hp = user.skillLevel('hitpoints'); + healAmount: (user: GearBank) => { + const hp = user.skillsAsLevels.hitpoints; let c = 2; if (hp > 10) c = 2; if (hp > 25) c = 4; diff --git a/src/lib/data/filterables.ts b/src/lib/data/filterables.ts index 56bfadc1598..3e534cd0de0 100644 --- a/src/lib/data/filterables.ts +++ b/src/lib/data/filterables.ts @@ -5,6 +5,8 @@ import { HardClueTable } from 'oldschooljs/dist/simulation/clues/Hard'; import { MasterClueTable } from 'oldschooljs/dist/simulation/clues/Master'; import { MediumClueTable } from 'oldschooljs/dist/simulation/clues/Medium'; +import { uniqueArr } from 'e'; +import { Lampables } from '../../mahoji/lib/abstracted_commands/lampCommand'; import { tmbTable, umbTable } from '../bsoOpenables'; import { customItems } from '../customItems/util'; import { type DisassembleFlag, disassembleFlagMaterials, materialTypes } from '../invention'; @@ -241,7 +243,7 @@ const gems = resolveItems([ 'Zenyte shard' ]); -const craftingItems = Craftables.flatMap(item => Object.keys(item.inputItems.bank).map(key => Number.parseInt(key))); +const craftingItems = Craftables.flatMap(item => item.inputItems.itemIDs); const craftingItemsSet = [...new Set(craftingItems)]; @@ -365,7 +367,7 @@ export const seedsFilter = resolveItems([ const allPotions = Potions.flatMap(potion => potion.items); const potions = [...new Set(allPotions)]; -const grimyHerbs = Grimy.flatMap(grimy => Object.keys(grimy.inputItems.bank).map(key => Number.parseInt(key))); +const grimyHerbs = Grimy.flatMap(grimy => grimy.inputItems.itemIDs); const cleanHerbs = Grimy.flatMap(clean => clean.item.id); cleanHerbs.push(itemID('Athelas')); @@ -374,9 +376,9 @@ const herbs = [...new Set(grimyHerbs), ...new Set(cleanHerbs)]; const unfPots = unfinishedPotions.flatMap(unf => unf.item.id); const unfPotions = resolveItems(['Vial of water', ...new Set(unfPots)]); -const allSecondaries = PotionsMixable.flatMap(item => - Object.keys(item.inputItems.bank).map(key => Number.parseInt(key)) -).filter(item => !potions.includes(item) && !unfPotions.includes(item) && !herbs.includes(item)); +const allSecondaries = PotionsMixable.flatMap(item => item.inputItems.itemIDs).filter( + item => !potions.includes(item) && !unfPotions.includes(item) && !herbs.includes(item) +); export const secondaries = [...new Set(allSecondaries)]; @@ -413,9 +415,7 @@ const bones = resolveItems([ 'Frost dragon bones' ]); -const fletchingItems = Fletchables.flatMap(item => Object.keys(item.inputItems.bank).map(key => Number.parseInt(key))); - -const fletchingItemsSet = [...new Set(fletchingItems)]; +const fletchingItemsSet = uniqueArr(Fletchables.flatMap(item => item.inputItems.itemIDs)); const skilling = resolveItems([ 'Rune essence', @@ -1019,6 +1019,16 @@ export const baseFilters: Filterable[] = [ aliases: ['lamps'], items: () => XPLamps.map(i => i.itemID) }, + { + name: 'Lamps', + aliases: ['lamps'], + items: () => Lampables.flatMap(i => i.items) + }, + { + name: 'Openables', + aliases: ['opens'], + items: () => allOpenables.map(i => i.id) + }, { name: 'Favourite Alchs', aliases: ['favourite alchs', 'favalchs'], diff --git a/src/lib/data/itemAliases.ts b/src/lib/data/itemAliases.ts index 0c46bdcfb91..bd1c1ea05c6 100644 --- a/src/lib/data/itemAliases.ts +++ b/src/lib/data/itemAliases.ts @@ -1,17 +1,9 @@ -import { deepMerge, modifyItem } from '@oldschoolgg/toolkit'; -import { omit } from 'lodash'; -import { EItem, Items } from 'oldschooljs'; -import { allTeamCapes } from 'oldschooljs/dist/data/itemConstants'; -import { itemNameMap } from 'oldschooljs/dist/structures/Items'; -import { cleanString } from 'oldschooljs/dist/util/cleanString'; +import { replaceWhitespaceAndUppercase } from '@oldschoolgg/toolkit'; +import { EItem, Items, allTeamCapes, itemNameMap } from 'oldschooljs'; import { getItemOrThrow, resolveItems } from 'oldschooljs/dist/util/util'; - -import { customItems } from '../customItems/util'; +import { mergeDeep, omit } from 'remeda'; export function setItemAlias(id: number, name: string | string[], rename = true) { - if (customItems.length === 0) { - throw new Error('Custom items have not been loaded yet.'); - } const existingItem = Items.get(id); if (!existingItem) { throw new Error(`Tried to add item alias for a non-existant item: ${name} ${id}`); @@ -21,12 +13,12 @@ export function setItemAlias(id: number, name: string | string[], rename = true) if (typeof name === 'string') { firstName = name; itemNameMap.set(name, id); - itemNameMap.set(cleanString(name), id); + itemNameMap.set(replaceWhitespaceAndUppercase(name), id); } else { for (const _name of name) { if (!firstName) firstName = _name; itemNameMap.set(_name, id); - itemNameMap.set(cleanString(_name), id); + itemNameMap.set(replaceWhitespaceAndUppercase(_name), id); } } // Update the item name to it's first alias @@ -36,6 +28,9 @@ export function setItemAlias(id: number, name: string | string[], rename = true) name: firstName!, id }); + if (Items.get(id)!.name !== firstName) { + throw new Error(`Failed to set item alias for item ${id}`); + } } } @@ -423,7 +418,7 @@ export const allTrophyItems = resolveItems([ ]); for (const item of allTrophyItems) { - modifyItem(item, { + Items.modifyItem(item, { tradeable: false, tradeable_on_ge: false, customItemData: { @@ -455,7 +450,7 @@ declare module 'oldschooljs/dist/meta/types' { } for (const item of allTeamCapes) { - modifyItem(item.id, { + Items.modifyItem(item.id, { price: 100 }); if (getItemOrThrow(item.id).price !== 100) { @@ -485,5 +480,5 @@ export const itemDataSwitches = [ for (const items of itemDataSwitches) { const from = getItemOrThrow(items.from); const to = getItemOrThrow(items.to); - modifyItem(to.id, deepMerge(omit(to, 'id'), omit(from, 'id'))); + Items.modifyItem(to.id, mergeDeep(omit(to, ['id']), omit(from, ['id']))); } diff --git a/src/lib/data/offerData.ts b/src/lib/data/offerData.ts index b9a3cac1064..0b990bd67d4 100644 --- a/src/lib/data/offerData.ts +++ b/src/lib/data/offerData.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { resolveItems } from 'oldschooljs/dist/util/util'; import itemID from '../util/itemID'; @@ -21,7 +21,7 @@ const UnsiredLootTable = new LootTable() .add('Bludgeon claw', 1, 62) .add('Jar of miasma', 1, 13); -const ChewedBonesLootTable = new LootTable() +export const ChewedBonesLootTable = new LootTable() .oneIn(256, 'Dragon full helm') .add('Adamant knife', 20, 3) .add('Adamant dart(p)', 20, 3) diff --git a/src/lib/data/similarItems.ts b/src/lib/data/similarItems.ts index dad8b723334..8e8e5f873ca 100644 --- a/src/lib/data/similarItems.ts +++ b/src/lib/data/similarItems.ts @@ -39,7 +39,8 @@ const slayerHelmSimilar = resolveItems([ 'Infernal slayer helmet', 'Tztok slayer helmet', 'Vampyric slayer helmet', - 'Tzkal slayer helmet' + 'Tzkal slayer helmet', + 'Araxyte slayer helmet' ]); const slayerHelmSimilarI = resolveItems([ 'Black slayer helmet (i)', @@ -53,7 +54,8 @@ const slayerHelmSimilarI = resolveItems([ 'Infernal slayer helmet(i)', 'Tztok slayer helmet (i)', 'Vampyric slayer helmet (i)', - 'Tzkal slayer helmet (i)' + 'Tzkal slayer helmet (i)', + 'Araxyte slayer helmet (i)' ]); const bowfaCorruptSimilar = resolveItems([ 25_869, // Red, 'duplicate' according to osrsbox item-search @@ -125,7 +127,7 @@ const source: [string, (string | number)[]][] = [ ['Occult necklace', ['Occult necklace (or)']], ['Dragon hunter crossbow', ['Dragon hunter crossbow (t)', 'Dragon hunter crossbow (b)']], ['Armadyl crossbow', ['Zaryte crossbow']], - ['Dragon pickaxe', ['Dragon pickaxe(or)', 12_797, '3rd age pickaxe', 'Infernal pickaxe']], + ['Dragon pickaxe', ['Dragon pickaxe(or)', 12_797, 'Crystal pickaxe', '3rd age pickaxe', 'Infernal pickaxe']], ['Steam battlestaff', [12_795]], ['Lava battlestaff', [21_198]], ['Odium ward', [12_807]], @@ -199,16 +201,21 @@ const source: [string, (string | number)[]][] = [ ['Fire cape', ['Fire max cape', 'Fire max cape (l)']], ['Infernal cape', ['Infernal max cape', 'Infernal max cape (l)', 'TzKal cape']], ['Ardougne cloak 4', ['Ardougne max cape']], - ["Ava's accumulator", ['Accumulator max cape', 'Tidal collector']], + ['Tidal collector', ['Tidal collector (i)']], + ["Ava's accumulator", ['Accumulator max cape', 'Tidal collector', 'Tidal collector (i)']], [ "Ava's assembler", [ + "Combatant's cape", + 'Ranged master cape', 'Assembler max cape', 'Assembler max cape (l)', 'Masori assembler', 'Masori assembler max cape', "Blessed dizana's quiver", - "Dizana's max cape" + "Dizana's max cape", + 'Tidal collector', + 'Tidal collector (i)' ] ], ['Mythical cape', ['Mythical max cape']], @@ -303,6 +310,25 @@ const source: [string, (string | number)[]][] = [ 'Void staff (u)' ] ], + ['Attack cape', ['Max cape', 'Attack cape(t)']], + ['Farming cape', ['Max cape', 'Farming cape(t)']], + ['Agility master cape', ['Support cape']], + ['Dungeoneering master cape', ['Support cape']], + ['Thieving master cape', ['Support cape']], + ['Slayer master cape', ['Support cape']], + ['Farming master cape', ["Gatherer's cape"]], + ['Fishing master cape', ["Gatherer's cape"]], + ['Hunter master cape', ["Gatherer's cape"]], + ['Mining master cape', ["Gatherer's cape"]], + ['Woodcutting master cape', ["Gatherer's cape"]], + ['Divination master cape', ["Gatherer's cape"]], + ['Attack master cape', ["Combatant's cape"]], + ['Hitpoints master cape', ["Combatant's cape"]], + ['Defence master cape', ["Combatant's cape"]], + ['Magic master cape', ["Combatant's cape"]], + ['Prayer master cape', ["Combatant's cape"]], + ['Ranged master cape', ["Combatant's cape"]], + ['Strength master cape', ["Combatant's cape"]], [ "Ava's assembler", [ @@ -315,6 +341,14 @@ const source: [string, (string | number)[]][] = [ 'Tidal collector' ] ], + ['Crafting master cape', ["Artisan's cape"]], + ['Construction master cape', ["Artisan's cape"]], + ['Cooking master cape', ["Artisan's cape"]], + ['Firemaking master cape', ["Artisan's cape"]], + ['Fletching master cape', ["Artisan's cape"]], + ['Herblore master cape', ["Artisan's cape"]], + ['Runecraft master cape', ["Artisan's cape"]], + ['Smithing master cape', ["Artisan's cape"]], ['Torva full helm', ['Gorajan warrior helmet', 'Infernal slayer helmet(i)']], ['Torva platebody', ['Gorajan warrior top']], ['Torva platelegs', ['Gorajan warrior legs']], @@ -364,7 +398,6 @@ const source: [string, (string | number)[]][] = [ ['Gorajan archer helmet', ['Infernal slayer helmet(i)']], ['Gorajan occult helmet', ['Infernal slayer helmet(i)']], ['Gorajan warrior helmet', ['Infernal slayer helmet(i)']], - ['Ring of suffering (i)', ['Ring of suffering (ri)']], ['Scythe of vitur', [...scytheChargedSimilar]], ['Scythe of vitur (uncharged)', [...scytheUnchargedSimilar]], ['Sanguinesti staff', ['Holy sanguinesti staff']], @@ -397,8 +430,11 @@ const source: [string, (string | number)[]][] = [ ['Rune pouch', ['Divine rune pouch']], ['Ghrazi rapier', ['Holy ghrazi rapier']], ["Inventors' backpack", ['Invention master cape']], + ['Berserker ring', ['Berserker ring (i)']], + ['Archers ring', ['Archers ring (i)']], ['Ignis ring', ['Ignis ring (i)']], ['Ring of piercing', ['Ring of piercing (i)']], + ["Karil's coif", ['Armadyl helmet', 'Masori mask (f)', 'Masori mask']], ["Karil's leathertop", ['Armadyl chestplate', 'Masori body (f)', 'Masori body']], ["Karil's leatherskirt", ['Armadyl chainskirt', 'Masori chaps (f)', 'Masori chaps']], @@ -425,11 +461,12 @@ const source: [string, (string | number)[]][] = [ ["Gatherer's cape", ['Completionist cape', 'Completionist cape (t)']], ['Support cape', ['Completionist cape', 'Completionist cape (t)']], ["Artisan's cape", ['Completionist cape', 'Completionist cape (t)']], - ['Achievement diary cape', ['Achievement diary cape(t)', 'Completionist cape', 'Completionist cape (t)']], - ['Music cape', ['Music cape (t)', 'Completionist cape', 'Completionist cape (t)']], - ['Quest point cape', ['Quest point cape (t)', 'Master quest cape', 'Completionist cape', 'Completionist cape (t)']], - ['Master quest cape', ['Completionist cape', 'Completionist cape (t)']], - ['Completionist cape', ['Completionist cape (t)']] + ['Log basket', ['Forestry basket']], + ['Forestry kit', ['Forestry basket']], + ['Dwarven greataxe', ['Drygore axe']], + ['Ring of stone', ['Ring of coins', 'Crate ring', 'Ring of nature', 'Snowman ring', 'Ring of 3rd age']], + ['Ring of suffering (i)', ['Ring of suffering (ri)']], + ['Amulet of rancour', ['Amulet of rancour (s)']] ]; // Build skill cape & master cape similar items. This also handles comp and comp(t) receiving all skillcape and master cape perks. diff --git a/src/lib/data/slayerMaskHelms.ts b/src/lib/data/slayerMaskHelms.ts index c5401e97f6a..d9fc6377d18 100644 --- a/src/lib/data/slayerMaskHelms.ts +++ b/src/lib/data/slayerMaskHelms.ts @@ -1,6 +1,5 @@ import { Monsters } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; -import type Monster from 'oldschooljs/dist/structures/Monster'; +import type { Item, Monster } from 'oldschooljs/dist/meta/types'; import { BSOMonsters } from '../minions/data/killableMonsters/custom/customMonsters'; import { slayerMasters } from '../slayer/slayerMasters'; diff --git a/src/lib/data/tob.ts b/src/lib/data/tob.ts index bcbbc43be5d..20abe3882f8 100644 --- a/src/lib/data/tob.ts +++ b/src/lib/data/tob.ts @@ -2,11 +2,11 @@ import { Time, calcPercentOfNum, calcWhatPercent, randFloat, randInt, reduceNumB import { Bank } from 'oldschooljs'; import { randomVariation } from 'oldschooljs/dist/util'; -import { resolveItems } from 'oldschooljs/dist/util/util'; import type { GearStats } from '../gear/types'; import { inventionBoosts } from '../invention/inventions'; import { blowpipeDarts } from '../minions/functions/blowpipeCommand'; import { Gear, constructGearSetup } from '../structures/Gear'; +import { resolveItems } from '../util'; import getOSItem from '../util/getOSItem'; import { logError } from '../util/logError'; import { gorajanArcherOutfit, gorajanOccultOutfit, gorajanWarriorOutfit, pernixOutfit } from './CollectionsExport'; @@ -199,7 +199,7 @@ export const TOBMaxRangeGear = constructGearSetup({ head: 'Pernix cowl', neck: 'Necklace of anguish', body: 'Pernix body', - cape: 'Tidal collector', + cape: 'Tidal collector (i)', hands: 'Pernix gloves', legs: 'Pernix chaps', feet: 'Pernix boots', diff --git a/src/lib/degradeableItems.ts b/src/lib/degradeableItems.ts index 78786b4437f..3cb26f5a7ea 100644 --- a/src/lib/degradeableItems.ts +++ b/src/lib/degradeableItems.ts @@ -1,11 +1,10 @@ import { Time, percentChance } from 'e'; -import { Bank } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; -import type Monster from 'oldschooljs/dist/structures/Monster'; +import { Bank, type Item, type Monster } from 'oldschooljs'; -import type { GearSetupType } from './gear/types'; +import type { GearSetupType, PrimaryGearSetupType } from './gear/types'; import type { KillableMonster } from './minions/types'; import type { ChargeBank } from './structures/Banks'; +import type { GearBank } from './structures/GearBank'; import { assert } from './util'; import getOSItem from './util/getOSItem'; import itemID from './util/itemID'; @@ -45,19 +44,19 @@ export interface DegradeableItem { interface DegradeableItemPVMBoost { item: Item; degradeable: DegradeableItem; - attackStyle: GearSetupType; + attackStyle: PrimaryGearSetupType; charges: ({ killableMon, osjsMonster, totalHP, duration, - user + gearBank }: { killableMon?: KillableMonster; osjsMonster?: Monster; totalHP: number; duration: number; - user: MUser; + gearBank: GearBank; }) => number; boost: number; } @@ -308,16 +307,23 @@ export const degradeablePvmBoostItems: DegradeableItemPVMBoost[] = [ degradeable: degradeableItems.find(di => di.item.id === itemID('Void staff'))!, attackStyle: 'mage', boost: 8, - charges: ({ duration, user }) => { - const mageGear = user.gear.mage; + charges: ({ duration, gearBank }) => { + const mageGear = gearBank.gear.mage; const minutesDuration = Math.ceil(duration / Time.Minute); - if (user.hasEquipped('Magic master cape')) { + if (gearBank.hasEquipped('Magic master cape')) { return Math.ceil(minutesDuration / 3); } else if (mageGear.hasEquipped('Vasa cloak')) { return Math.ceil(minutesDuration / 2); } return minutesDuration; } + }, + { + item: getOSItem('Amulet of blood fury'), + degradeable: degradeableItems.find(di => di.item.id === itemID('Amulet of blood fury'))!, + attackStyle: 'melee', + charges: ({ totalHP }) => totalHP / 25, + boost: 2 } ]; @@ -476,7 +482,7 @@ export async function refundChargeBank(user: MUser, chargeBank: ChargeBank): Pro const newCharges = currentCharges + chargesToRefund; // Prepare result message - const userMessage = `Refunded ${chargesToRefund} charges for ${degItem.item.name}.`; + const userMessage = `Refunded ${chargesToRefund} charges for ${degItem.item.name}`; // Create result object const result: RefundResult = { diff --git a/src/lib/depthsOfAtlantis.ts b/src/lib/depthsOfAtlantis.ts index 32c769ea50a..ffc90734b67 100644 --- a/src/lib/depthsOfAtlantis.ts +++ b/src/lib/depthsOfAtlantis.ts @@ -65,7 +65,7 @@ export const maxRange = new Gear({ head: 'Gorajan archer helmet', neck: 'Farsight snapshot necklace', body: 'Gorajan archer top', - cape: 'Tidal collector', + cape: 'Tidal collector (i)', hands: 'Gorajan archer gloves', legs: 'Gorajan archer legs', feet: 'Gorajan archer boots', @@ -325,10 +325,15 @@ export const DOARooms: AtlantisRoom[] = [ percent: 7, has: user => user.gear.range.hasEquipped('Ring of piercing') }, + { + name: 'Tidal collector (i)', + percent: 12, + has: user => user.gear.range.hasEquipped('Tidal collector (i)', true, false) + }, { name: 'Tidal collector', percent: 7, - has: user => user.gear.range.hasEquipped('Tidal collector') + has: user => user.gear.range.hasEquipped('Tidal collector', true, false) }, { name: '120 Fishing', diff --git a/src/lib/events.ts b/src/lib/events.ts index 7434c77e62a..c0e109c0a21 100644 --- a/src/lib/events.ts +++ b/src/lib/events.ts @@ -1,17 +1,17 @@ import { channelIsSendable, mentionCommand } from '@oldschoolgg/toolkit'; -import { UserError } from '@oldschoolgg/toolkit'; import type { BaseMessageOptions, Message } from 'discord.js'; import { ButtonBuilder, ButtonStyle, EmbedBuilder, bold, time } from 'discord.js'; import { Time, isFunction } from 'e'; import { Items } from 'oldschooljs'; import { Cooldowns } from '../mahoji/lib/Cooldowns'; +import { UserError } from '@oldschoolgg/toolkit/structures'; import { command_name_enum } from '@prisma/client'; import { minionStatusCommand } from '../mahoji/lib/abstracted_commands/minionStatusCommand'; import { giveBoxResetTime, itemContractResetTime, spawnLampResetTime } from './MUser'; import { boxSpawnHandler } from './boxSpawns'; import { getGuthixianCacheInterval, userHasDoneCurrentGuthixianCache } from './bso/guthixianCache'; -import { IronmanPMBTable, itemSearchMbTable } from './bsoOpenables'; +import { allIronmanMbTables, allMbTables } from './bsoOpenables'; import { BitField, Emoji, globalConfig } from './constants'; import { customItems } from './customItems/util'; import { DOUBLE_LOOT_FINISH_TIME_CACHE, isDoubleLootActive } from './doubleLoot'; @@ -152,14 +152,11 @@ const mentionCommands: MentionCommand[] = [ if (isCustom) icons.push(Emoji.BSO); if (((sacrificedBank as ItemBank)[item.id] ?? 0) > 0) icons.push(Emoji.Incinerator); - if (user.isIronman) { - itemSearchMbTable.push(...IronmanPMBTable.allItems); - } - const price = toKMB(Math.floor(item.price)); const wikiURL = isCustom ? '' : `[Wiki Page](${item.wiki_url}) `; + const searchMbTable = user.isIronman ? allIronmanMbTables : allMbTables; let str = `${index + 1}. ${item.name} ID[${item.id}] Price[${price}] ${ - itemSearchMbTable.includes(item.id) ? Emoji.MysteryBox : '' + searchMbTable.includes(item.id) ? Emoji.MysteryBox : '' } ${wikiURL}${icons.join(' ')}`; if (gettedItem.id === item.id) { str = bold(str); diff --git a/src/lib/finishables.ts b/src/lib/finishables.ts index 3e729cca579..8fa34403f30 100644 --- a/src/lib/finishables.ts +++ b/src/lib/finishables.ts @@ -1,12 +1,15 @@ import { stringMatches } from '@oldschoolgg/toolkit'; import { notEmpty, randArrItem, roll } from 'e'; -import { Bank, Monsters } from 'oldschooljs'; -import BeginnerClueTable from 'oldschooljs/dist/simulation/clues/Beginner'; -import EasyClueTable from 'oldschooljs/dist/simulation/clues/Easy'; -import EliteClueTable from 'oldschooljs/dist/simulation/clues/Elite'; -import HardClueTable from 'oldschooljs/dist/simulation/clues/Hard'; -import MasterCasket from 'oldschooljs/dist/simulation/clues/Master'; -import MediumClueTable from 'oldschooljs/dist/simulation/clues/Medium'; +import { + Bank, + BeginnerCasket, + EasyCasket, + EliteCasket, + HardCasket, + MasterCasket, + MediumCasket, + Monsters +} from 'oldschooljs'; import { ChambersOfXeric, Nightmare } from 'oldschooljs/dist/simulation/misc'; import { EliteMimicTable, MasterMimicTable } from 'oldschooljs/dist/simulation/misc/Mimic'; @@ -48,7 +51,6 @@ import { gauntlet } from './simulation/gauntlet'; import { getTemporossLoot } from './simulation/tempoross'; import { TheatreOfBlood } from './simulation/tob'; import { WintertodtCrate } from './simulation/wintertodt'; -import { calculateTripConsumableCost } from './util/calculateTripConsumableCost'; import getOSItem from './util/getOSItem'; import itemID from './util/itemID'; @@ -151,7 +153,7 @@ export const finishables: Finishable[] = [ const loot = new Bank( WintertodtCrate.open({ points: 500, - itemsOwned: accumulatedLoot.bank, + itemsOwned: accumulatedLoot, skills: { herblore: 99, firemaking: 99, @@ -207,25 +209,25 @@ export const finishables: Finishable[] = [ name: 'Beginner Clue Scolls', cl: cluesBeginnerCL, aliases: ['beginner clues', 'beginner clue', 'beginner clue scroll', 'beginner clue scrolls'], - kill: () => BeginnerClueTable.open() + kill: () => BeginnerCasket.roll() }, { name: 'Easy Clue Scolls', cl: cluesEasyCL, aliases: ['easy clues', 'easy clue', 'easy clue scroll', 'easy clue scrolls'], - kill: () => EasyClueTable.open() + kill: () => EasyCasket.roll() }, { name: 'Medium Clue Scolls', cl: cluesMediumCL, aliases: ['medium clues', 'medium clue', 'medium clue scroll', 'medium clue scrolls'], - kill: () => MediumClueTable.open() + kill: () => MediumCasket.roll() }, { name: 'Hard Clue Scolls', cl: cluesHardCL, aliases: ['hard clues', 'hard clue', 'hard clue scroll', 'hard clue scrolls'], - kill: () => HardClueTable.open() + kill: () => HardCasket.roll() }, { name: 'Elite Clue Scolls', @@ -233,9 +235,9 @@ export const finishables: Finishable[] = [ aliases: ['elite clues', 'elite clue', 'elite clue scroll', 'elite clue scrolls'], kill: () => { if (roll(35)) { - return EliteMimicTable.roll().add(EliteClueTable.open()); + return EliteMimicTable.roll().add(EliteCasket.roll()); } - return EliteClueTable.open(); + return EliteCasket.roll(); } }, { @@ -244,9 +246,9 @@ export const finishables: Finishable[] = [ aliases: ['master clues', 'master clue', 'master clue scroll', 'master clue scrolls'], kill: () => { if (roll(15)) { - return MasterMimicTable.roll().add(MasterCasket.open()); + return MasterMimicTable.roll().add(MasterCasket.roll()); } - return MasterCasket.open(); + return MasterCasket.roll(); } }, { @@ -322,13 +324,10 @@ for (const mon of monsterPairedCLs) { if (killableMonster?.healAmountNeeded) { cost.add('Swordfish', Math.ceil(killableMonster.healAmountNeeded / 14)); } - if (killableMonster?.itemCost) { - cost.add(calculateTripConsumableCost(killableMonster.itemCost, 1, killableMonster.timeToFinish)); - } - const loot = 'kill' in mon.mon ? mon.mon.kill(1, {}) : mon.mon.table.roll(); + const loot = 'kill' in mon.mon ? mon.mon.kill(1, {}) : mon.mon.table.roll(1); if (killableMonster?.specialLoot) { - killableMonster.specialLoot({ ownedItems: accumulatedLoot, loot, quantity: 1, cl: accumulatedLoot }); + killableMonster.specialLoot({ ownedItems: accumulatedLoot, loot, quantity: 1, cl: new Bank() }); } return { loot, cost }; } diff --git a/src/lib/geImage.ts b/src/lib/geImage.ts index fb0e5224bdd..072baa34232 100644 --- a/src/lib/geImage.ts +++ b/src/lib/geImage.ts @@ -1,15 +1,21 @@ import * as fs from 'node:fs/promises'; -import type { Image, SKRSContext2D } from '@napi-rs/canvas'; -import { Canvas, loadImage } from '@napi-rs/canvas'; import { formatItemStackQuantity, generateHexColorForCashStack, toTitleCase } from '@oldschoolgg/toolkit'; import type { GEListing, GETransaction } from '@prisma/client'; import type { GEListingWithTransactions } from './../mahoji/commands/ge'; import { GrandExchange } from './grandExchange'; -import { fillTextXTimesInCtx } from './util/canvasUtil'; +import { + type Canvas, + type CanvasContext, + type CanvasImage, + canvasToBuffer, + createCanvas, + fillTextXTimesInCtx, + loadImage +} from './util/canvasUtil'; import getOSItem from './util/getOSItem'; -function drawTitle(ctx: SKRSContext2D, title: string, canvas: Canvas) { +function drawTitle(ctx: CanvasContext, title: string, canvas: Canvas) { // Draw Page Title ctx.font = '16px RuneScape Bold 12'; const titleWidthPx = ctx.measureText(title); @@ -22,13 +28,13 @@ function drawTitle(ctx: SKRSContext2D, title: string, canvas: Canvas) { } class GeImageTask { - public geInterface: Image | null = null; - public geSlotLocked: Image | null = null; - public geSlotOpen: Image | null = null; - public geSlotActive: Image | null = null; - public geProgressShadow: Image | null = null; - public geIconBuy: Image | null = null; - public geIconSell: Image | null = null; + public geInterface: CanvasImage | null = null; + public geSlotLocked: CanvasImage | null = null; + public geSlotOpen: CanvasImage | null = null; + public geSlotActive: CanvasImage | null = null; + public geProgressShadow: CanvasImage | null = null; + public geIconBuy: CanvasImage | null = null; + public geIconSell: CanvasImage | null = null; async init() { await this.prepare(); @@ -58,7 +64,7 @@ class GeImageTask { ); } - drawText(ctx: SKRSContext2D, text: string, x: number, y: number, maxWidth: number | undefined, lineHeight: number) { + drawText(ctx: CanvasContext, text: string, x: number, y: number, maxWidth: number | undefined, lineHeight: number) { // If max width is set, we have to line break the text const textLines = []; const measuredText = ctx.measureText(text); @@ -85,7 +91,7 @@ class GeImageTask { } async getSlotImage( - ctx: SKRSContext2D, + ctx: CanvasContext, slot: number, locked: boolean, listing: GEListingWithTransactions | undefined @@ -192,7 +198,7 @@ class GeImageTask { let { user, page, activeListings } = opts; const { slots, maxPossible } = await GrandExchange.calculateSlotsOfUser(user); const canvasImage = this.geInterface!; - const canvas = new Canvas(canvasImage.width, canvasImage.height); + const canvas = createCanvas(canvasImage.width, canvasImage.height); const ctx = canvas.getContext('2d'); ctx.font = '16px OSRSFontCompact'; ctx.imageSmoothingEnabled = false; @@ -224,7 +230,7 @@ class GeImageTask { x++; if (i > (page - 1) * chunkSize + 8) break; } - const image = await canvas.encode('png'); + const image = await canvasToBuffer(canvas); return image; } diff --git a/src/lib/gear/functions/generateGearImage.ts b/src/lib/gear/functions/generateGearImage.ts index bec8624b400..7d2952878ec 100644 --- a/src/lib/gear/functions/generateGearImage.ts +++ b/src/lib/gear/functions/generateGearImage.ts @@ -1,6 +1,5 @@ import * as fs from 'node:fs'; import * as fsPromises from 'node:fs/promises'; -import { Canvas, type Image, loadImage } from '@napi-rs/canvas'; import { toTitleCase } from '@oldschoolgg/toolkit'; import { randInt } from 'e'; import { EquipmentSlot, type Item } from 'oldschooljs/dist/meta/types'; @@ -15,7 +14,17 @@ import { } from '..'; import { monkeyTiers } from '../../monkeyRumble'; import { Gear } from '../../structures/Gear'; -import { calcAspectRatioFit, drawItemQuantityText, drawTitleText, fillTextXTimesInCtx } from '../../util/canvasUtil'; +import { + type Canvas, + type CanvasImage, + calcAspectRatioFit, + canvasToBuffer, + createCanvas, + drawItemQuantityText, + drawTitleText, + fillTextXTimesInCtx, + loadImage +} from '../../util/canvasUtil'; import { applyCustomItemEffects } from '../../util/customItemEffects'; import getOSItem from '../../util/getOSItem'; import { allSlayerMaskHelmsAndMasks, slayerMaskLeaderboardCache } from '../../util/slayerMaskLeaderboard'; @@ -98,7 +107,7 @@ function drawText(canvas: Canvas, text: string, x: number, y: number, maxStat = } } -async function drawStats(canvas: Canvas, gearStats: GearStats, alternateImage: Image | null) { +async function drawStats(canvas: Canvas, gearStats: GearStats, alternateImage: CanvasImage | null) { const ctx = canvas.getContext('2d'); if (alternateImage) { @@ -210,7 +219,7 @@ async function drawStats(canvas: Canvas, gearStats: GearStats, alternateImage: I interface TransmogItem { item: Item; - image: Promise; + image: Promise; maxHeight?: number; } const transmogItems: TransmogItem[] = [ @@ -255,7 +264,7 @@ export async function generateGearImage( const gearStats = gearSetup instanceof Gear ? gearSetup.stats : new Gear(gearSetup).stats; const gearTemplateImage = await loadImage(user.gearTemplate.template); - const canvas = new Canvas(gearTemplateImage.width, gearTemplateImage.height); + const canvas = createCanvas(gearTemplateImage.width, gearTemplateImage.height); const ctx = canvas.getContext('2d'); ctx.imageSmoothingEnabled = false; @@ -311,7 +320,7 @@ export async function generateGearImage( // Draw items if (petID) { const image = await bankImageGenerator.getItemImage(petID, user); - const imageAfterEffects = await applyCustomItemEffects(user, image, petID); + const imageAfterEffects = (await applyCustomItemEffects(user, petID)) ?? image; ctx.drawImage( imageAfterEffects, (transMogImage ? 200 : 0) + 178 + slotSize / 2 - image.width / 2, @@ -334,7 +343,7 @@ export async function generateGearImage( x += 200; } - let glow: Image | null = null; + let glow: CanvasImage | null = null; if (allSlayerMaskHelmsAndMasks.has(item.item)) { if (slayerMaskLeaderboardCache.get(item.item) === user?.id) { glow = bankImageGenerator.redGlow; @@ -349,7 +358,7 @@ export async function generateGearImage( ctx.drawImage(glow, glowX, glowY, glow.width, glow.height); } - const imageAfterEffects = await applyCustomItemEffects(user, image, item.item); + const imageAfterEffects = (await applyCustomItemEffects(user, item.item)) ?? image; ctx.drawImage(imageAfterEffects, x, y, image.width, image.height); if (item.quantity > 1) { @@ -357,7 +366,7 @@ export async function generateGearImage( } } - return canvas.encode('png'); + return canvasToBuffer(canvas); } export async function generateAllGearImage(user: MUser) { @@ -369,7 +378,7 @@ export async function generateAllGearImage(user: MUser) { const hexColor = user.user.bank_bg_hex; const gearTemplateImage = await loadImage(user.gearTemplate.templateCompact); - const canvas = new Canvas((gearTemplateImage.width + 10) * 4 + 20, Number(gearTemplateImage.height) * 2 + 70); + const canvas = createCanvas((gearTemplateImage.width + 10) * 4 + 20, Number(gearTemplateImage.height) * 2 + 70); const ctx = canvas.getContext('2d'); ctx.imageSmoothingEnabled = false; @@ -418,7 +427,7 @@ export async function generateAllGearImage(user: MUser) { const item = gear[enumName]; if (!item) continue; const preImage = await bankImageGenerator.getItemImage(item.item, user); - const image = await applyCustomItemEffects(user, preImage, item.item); + const image = (await applyCustomItemEffects(user, item.item)) ?? preImage; let [x, y] = slotCoordinatesCompact[enumName]; x = x + slotSize / 2 - image.width / 2; y = y + slotSize / 2 - image.height / 2; @@ -445,5 +454,5 @@ export async function generateAllGearImage(user: MUser) { if (!userBg.transparent) bankImageGenerator.drawBorder(ctx, bgSprite, false); - return canvas.encode('png'); + return canvasToBuffer(canvas); } diff --git a/src/lib/gear/types.ts b/src/lib/gear/types.ts index 31f0fac9895..407c7c66f58 100644 --- a/src/lib/gear/types.ts +++ b/src/lib/gear/types.ts @@ -10,6 +10,9 @@ export const GearSetupTypes = ['melee', 'range', 'mage', 'misc', 'skilling', 'wi export type GearSetupType = (typeof GearSetupTypes)[number]; +export const PrimaryGearSetupTypes = ['melee', 'range', 'mage'] as const; +export type PrimaryGearSetupType = (typeof PrimaryGearSetupTypes)[number]; + export enum GearStat { AttackStab = 'attack_stab', AttackSlash = 'attack_slash', diff --git a/src/lib/getCurrentPeak.ts b/src/lib/getCurrentPeak.ts new file mode 100644 index 00000000000..ed8bf4116c2 --- /dev/null +++ b/src/lib/getCurrentPeak.ts @@ -0,0 +1,15 @@ +import type { Peak } from './tickers'; + +export function getCurrentPeak() { + const cachedPeakInterval: Peak[] = globalClient._peakIntervalCache; + let currentPeak = cachedPeakInterval[0]; + const date = new Date().getTime(); + for (const peak of cachedPeakInterval) { + if (peak.startTime < date && peak.finishTime > date) { + currentPeak = peak; + break; + } + } + + return currentPeak; +} diff --git a/src/lib/globals.ts b/src/lib/globals.ts index f75e85a675d..0115afd8b6c 100644 --- a/src/lib/globals.ts +++ b/src/lib/globals.ts @@ -1,5 +1,5 @@ import { isMainThread } from 'node:worker_threads'; -import { TSRedis } from '@oldschoolgg/toolkit/TSRedis'; +import { TSRedis } from '@oldschoolgg/toolkit/structures'; import { PrismaClient } from '@prisma/client'; import { PrismaClient as RobochimpPrismaClient } from '@prisma/robochimp'; @@ -20,7 +20,7 @@ function makePrismaClient(): PrismaClient { } return new PrismaClient({ - log: ['info', 'warn', 'error'] + log: ['warn', 'error'] }); } global.prisma = global.prisma || makePrismaClient(); @@ -32,7 +32,7 @@ function makeRobochimpPrismaClient(): RobochimpPrismaClient { } return new RobochimpPrismaClient({ - log: ['info', 'warn', 'error'] + log: ['warn', 'error'] }); } global.roboChimpClient = global.roboChimpClient || makeRobochimpPrismaClient(); diff --git a/src/lib/grandExchange.ts b/src/lib/grandExchange.ts index 556a979e915..8f916b99567 100644 --- a/src/lib/grandExchange.ts +++ b/src/lib/grandExchange.ts @@ -562,9 +562,10 @@ ${type} ${toKMB(quantity)} ${item.name} for ${toKMB(price)} each, for a total of buyerListing.asking_price_per_item }] SellerPrice[${ sellerListing.asking_price_per_item - }] TotalPriceBeforeTax[${totalPriceBeforeTax}] QuantityToBuy[${quantityToBuy}] TotalTaxPaid[${totalTaxPaid}] BuyerRefund[${buyerRefund}] BuyerLoot[${JSON.stringify(buyerLoot)}] SellerLoot[${sellerLoot}] CurrentGEBank[${JSON.stringify(geBank)}] BankToRemoveFromGeBank[${JSON.stringify(bankToRemoveFromGeBank.bank)}] ExpectedAfterBank[${ - geBank.clone().remove(bankToRemoveFromGeBank).bank - }]`; + }] TotalPriceBeforeTax[${totalPriceBeforeTax}] QuantityToBuy[${quantityToBuy}] TotalTaxPaid[${totalTaxPaid}] BuyerRefund[${buyerRefund}] BuyerLoot[${JSON.stringify(buyerLoot)}] SellerLoot[${sellerLoot}] CurrentGEBank[${JSON.stringify(geBank)}] BankToRemoveFromGeBank[${JSON.stringify(bankToRemoveFromGeBank.toJSON())}] ExpectedAfterBank[${geBank + .clone() + .remove(bankToRemoveFromGeBank) + .toJSON()}]`; assert( bankToRemoveFromGeBank.amount('Coins') === Number(buyerListing.asking_price_per_item) * quantityToBuy, @@ -582,13 +583,13 @@ ${type} ${toKMB(quantity)} ${item.name} for ${toKMB(price)} each, for a total of } this.log( - `Completing a transaction, removing ${JSON.stringify(bankToRemoveFromGeBank.bank)} from the GE bank, ${totalTaxPaid} in taxed gp. The current GE bank is ${JSON.stringify(geBank.bank)}. ${debug}`, + `Completing a transaction, removing ${JSON.stringify(bankToRemoveFromGeBank.toJSON())} from the GE bank, ${totalTaxPaid} in taxed gp. The current GE bank is ${JSON.stringify(geBank.toJSON())}. ${debug}`, { totalPriceAfterTax, totalTaxPaid, totalPriceBeforeTax, bankToRemoveFromGeBank: bankToRemoveFromGeBank.toString(), - currentGEBank: JSON.stringify(geBank.bank) + currentGEBank: JSON.stringify(geBank.toJSON()) } ); @@ -644,7 +645,9 @@ ${type} ${toKMB(quantity)} ${item.name} for ${toKMB(price)} each, for a total of sanityCheckTransaction(newTx); - this.log(`Transaction completed, the new G.E bank is ${JSON.stringify((await this.fetchOwnedBank()).bank)}.`); + this.log( + `Transaction completed, the new G.E bank is ${JSON.stringify((await this.fetchOwnedBank()).toJSON())}.` + ); const buyerUser = await mUserFetch(buyerListing.user_id); const sellerUser = await mUserFetch(sellerListing.user_id); @@ -867,7 +870,7 @@ ${type} ${toKMB(quantity)} ${item.name} for ${toKMB(price)} each, for a total of shouldHave.add(listing.item_id, listing.quantity_remaining); } - this.log(`Expected G.E Bank: ${JSON.stringify(shouldHave.bank)}`); + this.log(`Expected G.E Bank: ${JSON.stringify(shouldHave.toJSON())}`); if (!currentBank.equals(shouldHave)) { if (!currentBank.has(shouldHave)) { throw new Error( diff --git a/src/lib/invention/groups/Clothing.ts b/src/lib/invention/groups/Clothing.ts index eac4530b9ab..fe24879be71 100644 --- a/src/lib/invention/groups/Clothing.ts +++ b/src/lib/invention/groups/Clothing.ts @@ -112,7 +112,7 @@ export const Clothing: DisassemblySourceGroup = { 'Rogue mask', 'Rogue top', 'Rogue trousers', - 'Rose tinted lens', + 'Rose tinted glasses', 'Royal crown', 'Green elegant blouse', 'Green elegant legs', diff --git a/src/lib/invention/inventions.ts b/src/lib/invention/inventions.ts index b16b634222f..1edda205451 100644 --- a/src/lib/invention/inventions.ts +++ b/src/lib/invention/inventions.ts @@ -7,6 +7,7 @@ import type { Item } from 'oldschooljs/dist/meta/types'; import type { IMaterialBank, MaterialType } from '.'; import { type ClueTier, ClueTiers } from '../clues/clueTiers'; +import type { GearBank } from '../structures/GearBank'; import type { ItemBank } from '../types'; import { formatDuration, stringMatches, toKMB } from '../util'; import { mahojiClientSettingsFetch, mahojiClientSettingsUpdate } from '../util/clientSettings'; @@ -559,7 +560,8 @@ export async function transactMaterialsFromUser({ if (addToDisassembledItemsBank) { updateObject.disassembled_items_bank = addToDisassembledItemsBank .clone() - .add(user.user.disassembled_items_bank as ItemBank).bank; + .add(user.user.disassembled_items_bank as ItemBank) + .toJSON(); } if (addToResearchedMaterialsBank && remove) { updateObject.researched_materials_bank = remove @@ -627,12 +629,11 @@ type InventionItemBoostResult = success: false; }; -export function canAffordInventionBoost(user: MUser, inventionID: InventionID, duration: number) { +export function canAffordInventionBoostRaw(materialsOwned: MaterialBank, inventionID: InventionID, duration: number) { const invention = Inventions.find(i => i.id === inventionID)!; if (invention.usageCostMultiplier === null) { throw new Error('Tried to calculate cost of invention that has no cost.'); } - const materialsOwned = user.materialsOwned(); const materialCost = new MaterialBank(); let multiplier = Math.ceil(duration / (Time.Minute * 3)); multiplier = clamp(Math.floor(multiplier * invention.usageCostMultiplier), 1, 1000); @@ -655,22 +656,32 @@ export function canAffordInventionBoost(user: MUser, inventionID: InventionID, d }; } -export async function inventionItemBoost({ - user, +export function canAffordInventionBoost(user: MUser, inventionID: InventionID, duration: number) { + return canAffordInventionBoostRaw(user.materialsOwned(), inventionID, duration); +} + +export function inventionItemBoostRaw({ + gearBank, inventionID, - duration + duration, + disabledInventions }: { - user: MUser; + gearBank: GearBank; inventionID: InventionID; duration: number; -}): Promise { - const { materialCost, canAfford, invention } = await canAffordInventionBoost(user, inventionID, duration); + disabledInventions: number[]; +}) { + const { materialCost, canAfford, invention } = canAffordInventionBoostRaw( + gearBank.materials, + inventionID, + duration + ); // If it has to be equipped, and isn't, or has to be in bank, and isn't, fail. if ( - user.user.disabled_inventions.includes(invention.id) || - (invention.flags.includes('equipped') && !user.hasEquipped(invention.item.id)) || - (invention.flags.includes('bank') && !user.hasEquippedOrInBank([invention.item.id])) + disabledInventions.includes(invention.id) || + (invention.flags.includes('equipped') && !gearBank.hasEquipped(invention.item.id)) || + (invention.flags.includes('bank') && !gearBank.hasEquippedOrInBank([invention.item.id])) ) { return { success: false }; } @@ -682,7 +693,7 @@ export async function inventionItemBoost({ } const messages: string[] = [`Removed ${materialCost}`]; - if (user.hasEquippedOrInBank('Invention master cape')) { + if (gearBank.hasEquippedOrInBank('Invention master cape')) { materialCost.mutReduceAllValuesByPercent(inventionBoosts.inventionMasterCape.materialCostReductionPercent); messages.shift(); messages.unshift(`Removed ${materialCost}`); @@ -691,6 +702,27 @@ export async function inventionItemBoost({ ); } + return { success: true, materialCost, messages, invention }; +} + +export async function inventionItemBoost({ + user, + inventionID, + duration +}: { + user: MUser; + inventionID: InventionID; + duration: number; +}): Promise { + const result = inventionItemBoostRaw({ + gearBank: user.gearBank, + inventionID, + duration, + disabledInventions: user.user.disabled_inventions + }); + if (!result.success || !result.messages) return { success: false }; + + const { materialCost, messages } = result; try { await transactMaterialsFromUser({ user, diff --git a/src/lib/leagues/leaguesUtils.ts b/src/lib/leagues/leaguesUtils.ts index fe36b35157b..c80db6706ed 100644 --- a/src/lib/leagues/leaguesUtils.ts +++ b/src/lib/leagues/leaguesUtils.ts @@ -1,6 +1,5 @@ import type { Minigame, PlayerOwnedHouse, Tame, User, UserStats, activity_type_enum } from '@prisma/client'; -import { Bank } from 'oldschooljs'; -import type Monster from 'oldschooljs/dist/structures/Monster'; +import { Bank, type Monster } from 'oldschooljs'; import type { ParsedUnit } from '../../mahoji/lib/abstracted_commands/stashUnitsCommand'; import type { personalSpellCastStats } from '../../mahoji/lib/abstracted_commands/statCommand'; diff --git a/src/lib/lootTrack.ts b/src/lib/lootTrack.ts index c35cbffa033..cd647ec3a07 100644 --- a/src/lib/lootTrack.ts +++ b/src/lib/lootTrack.ts @@ -64,7 +64,7 @@ async function trackIndividualsLoot({ key, total_kc: data.changeType === 'loot' ? data.kc : 0, total_duration: duration, - [data.changeType]: bankToAdd.bank, + [data.changeType]: bankToAdd.toJSON(), type: data.type, user_id: userID } @@ -88,7 +88,7 @@ async function trackIndividualsLoot({ increment: data.kc } : undefined, - [data.changeType]: new Bank(current?.[data.changeType] as ItemBank | undefined).add(bankToAdd).bank, + [data.changeType]: new Bank(current?.[data.changeType] as ItemBank | undefined).add(bankToAdd).toJSON(), user_id: userID } }); diff --git a/src/lib/metrics.ts b/src/lib/metrics.ts index 9bf21dfa479..6c0bc08d3ab 100644 --- a/src/lib/metrics.ts +++ b/src/lib/metrics.ts @@ -51,22 +51,12 @@ function getCPUMetrics() { } export async function collectMetrics() { - const prismaMetrics = await prisma.$metrics.json(); - const transformed = Object.fromEntries( - [...prismaMetrics.counters, ...prismaMetrics.gauges, ...prismaMetrics.histograms].map(i => [i.key, i.value]) - ); - const metrics: Omit = { eventLoopDelayMin: h.min * 1e-6, eventLoopDelayMax: h.max * 1e-6, eventLoopDelayMean: h.mean * 1e-6, ...getMemoryMetrics(), - ...getCPUMetrics(), - prisma_query_total_queries: transformed.query_total_queries as number, - prisma_pool_active_connections: transformed.pool_active_connections as number, - prisma_pool_idle_connections: transformed.pool_idle_connections as number, - prisma_pool_wait_count: transformed.pool_wait_count as number, - prisma_query_active_transactions: transformed.query_active_transactions as number + ...getCPUMetrics() }; h.reset(); diff --git a/src/lib/minions/data/combatConstants.ts b/src/lib/minions/data/combatConstants.ts index e5c17dc884b..6939415ccae 100644 --- a/src/lib/minions/data/combatConstants.ts +++ b/src/lib/minions/data/combatConstants.ts @@ -90,3 +90,8 @@ export const superiorCannonSingleConsumables: Consumable = { itemCost: new Bank().add('Cannonball', 1), qtyPerMinute: 20 }; + +export const superiorCannonMultiConsumables: Consumable = { + itemCost: new Bank().add('Cannonball', 1), + qtyPerMinute: 60 +}; diff --git a/src/lib/minions/data/killableMonsters/bosses/dt.ts b/src/lib/minions/data/killableMonsters/bosses/dt.ts index 44ac00bf79b..c1bd1869b39 100644 --- a/src/lib/minions/data/killableMonsters/bosses/dt.ts +++ b/src/lib/minions/data/killableMonsters/bosses/dt.ts @@ -1,15 +1,13 @@ import { Time, roll } from 'e'; -import { Bank, Monsters } from 'oldschooljs'; -import { VirtusTable } from 'oldschooljs/dist/simulation/subtables/VirtusTable'; +import { Bank, Monsters, deepResolveItems, resolveItems } from 'oldschooljs'; -import { deepResolveItems, resolveItems } from 'oldschooljs/dist/util/util'; import { OSB_VIRTUS_IDS } from '../../../../constants'; import { dukeSucellusCL, theLeviathanCL, theWhispererCL, vardorvisCL } from '../../../../data/CollectionsExport'; import { GearStat } from '../../../../gear/types'; import { SkillsEnum } from '../../../../skilling/types'; +import { getOSItem } from '../../../../util/getOSItem'; import itemID from '../../../../util/itemID'; -import { removeItemsFromLootTable } from '../../../../util/smallUtils'; -import type { KillableMonster } from '../../../types'; +import type { KillableMonster, KillableMonsterEffect } from '../../../types'; import { QuestID } from '../../quests'; const awakenedDeathProps = { @@ -19,6 +17,25 @@ const awakenedDeathProps = { highestDeathChance: 95 }; +function makeTabletEffect(itemName: string): KillableMonster['effect'] { + const item = getOSItem(itemName); + return ({ quantity, gearBank }: Parameters['0']): ReturnType => { + if (gearBank.bank.has(item)) return; + let gotTab = false; + for (let i = 0; i < quantity; i++) { + if (roll(25)) { + gotTab = true; + break; + } + } + if (!gotTab) return; + return { + messages: [`You got a ${item.name}!`], + loot: new Bank().add(item) + }; + }; +} + export const desertTreasureKillableBosses: KillableMonster[] = [ { id: Monsters.DukeSucellus.id, @@ -77,19 +94,7 @@ export const desertTreasureKillableBosses: KillableMonster[] = [ healAmountNeeded: 45 * 20, attackStyleToUse: GearStat.AttackSlash, attackStylesUsed: [GearStat.AttackSlash], - effect: async ({ quantity, user, loot, messages }) => { - if (user.bank.has('Frozen tablet') && user.cl.has('Frozen tablet')) return; - let gotTab = false; - for (let i = 0; i < quantity; i++) { - if (roll(25)) { - gotTab = true; - break; - } - } - if (!gotTab) return; - loot.add('Frozen tablet'); - messages.push('You got a Frozen tablet!'); - }, + effect: makeTabletEffect('Frozen tablet'), requiredQuests: [QuestID.DesertTreasureII], degradeableItemUsage: [ { @@ -106,6 +111,11 @@ export const desertTreasureKillableBosses: KillableMonster[] = [ deathProps: { hardness: 0.6, steepness: 0.99 + }, + specialLoot: ({ loot }) => { + for (const virtusItem of OSB_VIRTUS_IDS) { + loot.set(virtusItem, 0); + } } }, { @@ -161,19 +171,7 @@ export const desertTreasureKillableBosses: KillableMonster[] = [ healAmountNeeded: 45 * 20 * 2.5, attackStyleToUse: GearStat.AttackSlash, attackStylesUsed: [GearStat.AttackSlash], - effect: async ({ quantity, user, loot, messages }) => { - if (user.bank.has('Frozen tablet') && user.cl.has('Frozen tablet')) return; - let gotTab = false; - for (let i = 0; i < quantity; i++) { - if (roll(25)) { - gotTab = true; - break; - } - } - if (!gotTab) return; - loot.add('Frozen tablet'); - messages.push('You got a Frozen tablet!'); - }, + effect: makeTabletEffect('Frozen tablet'), requiredQuests: [QuestID.DesertTreasureII], degradeableItemUsage: [ { @@ -191,7 +189,12 @@ export const desertTreasureKillableBosses: KillableMonster[] = [ itemCost: new Bank().add("Awakener's orb"), qtyPerKill: 1 }, - deathProps: awakenedDeathProps + deathProps: awakenedDeathProps, + specialLoot: ({ loot }) => { + for (const virtusItem of OSB_VIRTUS_IDS) { + loot.set(virtusItem, 0); + } + } }, { id: Monsters.TheLeviathan.id, @@ -263,23 +266,16 @@ export const desertTreasureKillableBosses: KillableMonster[] = [ healAmountNeeded: 45 * 20 * 2.5, attackStyleToUse: GearStat.AttackRanged, attackStylesUsed: [GearStat.AttackRanged], - effect: async ({ quantity, user, loot, messages }) => { - if (user.bank.has('Scarred tablet') && user.cl.has('Scarred tablet')) return; - let gotTab = false; - for (let i = 0; i < quantity; i++) { - if (roll(25)) { - gotTab = true; - break; - } - } - if (!gotTab) return; - loot.add('Scarred tablet'); - messages.push('You got a Scarred tablet!'); - }, + effect: makeTabletEffect('Scarred tablet'), requiredQuests: [QuestID.DesertTreasureII], deathProps: { hardness: 0.6, steepness: 0.99 + }, + specialLoot: ({ loot }) => { + for (const virtusItem of OSB_VIRTUS_IDS) { + loot.set(virtusItem, 0); + } } }, { @@ -352,25 +348,18 @@ export const desertTreasureKillableBosses: KillableMonster[] = [ healAmountNeeded: 45 * 20, attackStyleToUse: GearStat.AttackRanged, attackStylesUsed: [GearStat.AttackRanged], - effect: async ({ quantity, user, loot, messages }) => { - if (user.bank.has('Scarred tablet') && user.cl.has('Scarred tablet')) return; - let gotTab = false; - for (let i = 0; i < quantity; i++) { - if (roll(25)) { - gotTab = true; - break; - } - } - if (!gotTab) return; - loot.add('Scarred tablet'); - messages.push('You got a Scarred tablet!'); - }, + effect: makeTabletEffect('Scarred tablet'), requiredQuests: [QuestID.DesertTreasureII], itemCost: { itemCost: new Bank().add("Awakener's orb"), qtyPerKill: 1 }, - deathProps: awakenedDeathProps + deathProps: awakenedDeathProps, + specialLoot: ({ loot }) => { + for (const virtusItem of OSB_VIRTUS_IDS) { + loot.set(virtusItem, 0); + } + } }, { id: Monsters.TheWhisperer.id, @@ -442,19 +431,7 @@ export const desertTreasureKillableBosses: KillableMonster[] = [ healAmountNeeded: 55 * 20, attackStyleToUse: GearStat.AttackMagic, attackStylesUsed: [GearStat.AttackMagic], - effect: async ({ quantity, user, loot, messages }) => { - if (user.bank.has('Sirenic tablet') && user.cl.has('Sirenic tablet')) return; - let gotTab = false; - for (let i = 0; i < quantity; i++) { - if (roll(25)) { - gotTab = true; - break; - } - } - if (!gotTab) return; - loot.add('Sirenic tablet'); - messages.push('You got a Sirenic tablet!'); - }, + effect: makeTabletEffect('Sirenic tablet'), requiredQuests: [QuestID.DesertTreasureII], degradeableItemUsage: [ { @@ -485,6 +462,11 @@ export const desertTreasureKillableBosses: KillableMonster[] = [ deathProps: { hardness: 0.6, steepness: 0.99 + }, + specialLoot: ({ loot }) => { + for (const virtusItem of OSB_VIRTUS_IDS) { + loot.set(virtusItem, 0); + } } }, { @@ -557,19 +539,7 @@ export const desertTreasureKillableBosses: KillableMonster[] = [ healAmountNeeded: 45 * 20 * 2.5, attackStyleToUse: GearStat.AttackMagic, attackStylesUsed: [GearStat.AttackMagic], - effect: async ({ quantity, user, loot, messages }) => { - if (user.bank.has('Sirenic tablet') && user.cl.has('Sirenic tablet')) return; - let gotTab = false; - for (let i = 0; i < quantity; i++) { - if (roll(25)) { - gotTab = true; - break; - } - } - if (!gotTab) return; - loot.add('Sirenic tablet'); - messages.push('You got a Sirenic tablet!'); - }, + effect: makeTabletEffect('Sirenic tablet'), requiredQuests: [QuestID.DesertTreasureII], degradeableItemUsage: [ { @@ -660,19 +630,7 @@ export const desertTreasureKillableBosses: KillableMonster[] = [ healAmountNeeded: 45 * 20, attackStyleToUse: GearStat.AttackSlash, attackStylesUsed: [GearStat.AttackSlash], - effect: async ({ quantity, user, loot, messages }) => { - if (user.bank.has('Strangled tablet') && user.cl.has('Strangled tablet')) return; - let gotTab = false; - for (let i = 0; i < quantity; i++) { - if (roll(25)) { - gotTab = true; - break; - } - } - if (!gotTab) return; - loot.add('Strangled tablet'); - messages.push('You got a Strangled tablet!'); - }, + effect: makeTabletEffect('Strangled tablet'), requiredQuests: [QuestID.DesertTreasureII], degradeableItemUsage: [ { @@ -689,6 +647,11 @@ export const desertTreasureKillableBosses: KillableMonster[] = [ deathProps: { hardness: 0.6, steepness: 0.99 + }, + specialLoot: ({ loot }) => { + for (const virtusItem of OSB_VIRTUS_IDS) { + loot.set(virtusItem, 0); + } } }, { @@ -744,19 +707,7 @@ export const desertTreasureKillableBosses: KillableMonster[] = [ healAmountNeeded: 45 * 20 * 2.5, attackStyleToUse: GearStat.AttackSlash, attackStylesUsed: [GearStat.AttackSlash], - effect: async ({ quantity, user, loot, messages }) => { - if (user.bank.has('Strangled tablet') && user.cl.has('Strangled tablet')) return; - let gotTab = false; - for (let i = 0; i < quantity; i++) { - if (roll(25)) { - gotTab = true; - break; - } - } - if (!gotTab) return; - loot.add('Strangled tablet'); - messages.push('You got a Strangled tablet!'); - }, + effect: makeTabletEffect('Strangled tablet'), requiredQuests: [QuestID.DesertTreasureII], degradeableItemUsage: [ { @@ -774,9 +725,11 @@ export const desertTreasureKillableBosses: KillableMonster[] = [ itemCost: new Bank().add("Awakener's orb"), qtyPerKill: 1 }, - deathProps: awakenedDeathProps + deathProps: awakenedDeathProps, + specialLoot: ({ loot }) => { + for (const virtusItem of OSB_VIRTUS_IDS) { + loot.set(virtusItem, 0); + } + } } ]; - -// Remove virtus from drop tables -removeItemsFromLootTable(VirtusTable, OSB_VIRTUS_IDS); diff --git a/src/lib/minions/data/killableMonsters/bosses/misc.ts b/src/lib/minions/data/killableMonsters/bosses/misc.ts index f119624f176..7f49b5fea60 100644 --- a/src/lib/minions/data/killableMonsters/bosses/misc.ts +++ b/src/lib/minions/data/killableMonsters/bosses/misc.ts @@ -1,12 +1,12 @@ import { Time, roll } from 'e'; -import { Bank, Monsters } from 'oldschooljs'; -import SimpleMonster from 'oldschooljs/dist/structures/SimpleMonster'; +import { Bank, Monsters, SimpleMonster } from 'oldschooljs'; import { deepResolveItems, resolveItems } from 'oldschooljs/dist/util/util'; import { corporealBeastCL, muspahCL } from '../../../../data/CollectionsExport'; import { GearStat } from '../../../../gear/types'; import { CorporealBeastTable } from '../../../../simulation/Corp'; import { SkillsEnum } from '../../../../skilling/types'; +import { Gear } from '../../../../structures/Gear'; import itemID from '../../../../util/itemID'; import type { KillableMonster } from '../../../types'; @@ -165,10 +165,8 @@ const killableBosses: KillableMonster[] = [ qpRequired: 0, itemInBankBoosts: [ { - [itemID('Dragon warhammer')]: 10 - }, - { - [itemID('Elder maul')]: 5 + [itemID('Dragon warhammer')]: 10, + [itemID('Elder maul')]: 12 }, { [itemID('Keris partisan of breaching')]: 5 @@ -213,7 +211,7 @@ const killableBosses: KillableMonster[] = [ wildy: false, difficultyRating: 6, - itemsRequired: resolveItems(['Zamorakian spear']), + itemsRequired: deepResolveItems([['Zamorakian spear', "Osmumten's fang"]]), notifyDrops: resolveItems([ 'Spectral sigil', 'Arcane sigil', @@ -223,7 +221,69 @@ const killableBosses: KillableMonster[] = [ 'Jar of spirits' ]), qpRequired: 0, - itemInBankBoosts: [{ [itemID('Dragon warhammer')]: 10 }, { [itemID('Bandos godsword')]: 5 }], + itemInBankBoosts: [ + { + [itemID('Dragon warhammer')]: 10, + [itemID('Elder maul')]: 12 + }, + { + [itemID('Bandos godsword')]: 5, + [itemID('Voidwaker')]: 6 + } + ], + equippedItemBoosts: [ + { + items: [ + { boostPercent: 10, itemID: itemID("Osmumten's fang") }, + { boostPercent: 8, itemID: itemID('Noxious halberd') } + ], + gearSetup: 'melee' + }, + { + items: [{ boostPercent: 8, itemID: itemID('Elysian spirit shield') }], + gearSetup: 'melee' + }, + { + items: [{ boostPercent: 2, itemID: itemID('Torva full helm') }], + gearSetup: 'melee' + }, + { + items: [{ boostPercent: 3, itemID: itemID('Masori body (f)') }], + gearSetup: 'melee' + }, + { + items: [{ boostPercent: 3, itemID: itemID('Masori chaps (f)') }], + gearSetup: 'melee' + }, + { + items: [{ boostPercent: 2, itemID: itemID('Infernal cape') }], + gearSetup: 'melee' + }, + { + items: [{ boostPercent: 1, itemID: itemID('Ring of suffering (i)') }], + gearSetup: 'melee' + }, + { + items: [{ boostPercent: 1, itemID: itemID('Barrows gloves') }], + gearSetup: 'melee' + }, + { + items: [{ boostPercent: 1, itemID: itemID('Primordial boots') }], + gearSetup: 'melee' + } + ], + degradeableItemUsage: [ + { + required: false, + gearSetup: 'melee', + items: [ + { + itemID: itemID('Amulet of blood fury'), + boostPercent: 8 + } + ] + } + ], groupKillable: true, respawnTime: 20_000, levelRequirements: { @@ -373,6 +433,10 @@ const killableBosses: KillableMonster[] = [ required: true, gearSetup: 'mage', items: [ + { + itemID: itemID('Void Staff'), + boostPercent: 20 + }, { itemID: itemID("Tumeken's shadow"), boostPercent: 15 @@ -400,11 +464,15 @@ const killableBosses: KillableMonster[] = [ }, equippedItemBoosts: [ { - items: [{ boostPercent: 10, itemID: itemID('Twisted bow') }], + items: [ + { boostPercent: 15, itemID: itemID('Hellfire bow') }, + { boostPercent: 10, itemID: itemID('Twisted bow') } + ], gearSetup: 'range' }, { items: [ + { boostPercent: 15, itemID: itemID('Hellfire arrow') }, { boostPercent: 10, itemID: itemID('Dragon arrow') }, { boostPercent: 6, itemID: itemID('Amethyst arrow') } ], @@ -412,6 +480,8 @@ const killableBosses: KillableMonster[] = [ }, { items: [ + { boostPercent: 10, itemID: itemID('Gorajan archer top') }, + { boostPercent: 8, itemID: itemID('Pernix body') }, { boostPercent: 6, itemID: itemID('Masori body (f)') }, { boostPercent: 3, itemID: itemID('Masori body') } ], @@ -419,6 +489,8 @@ const killableBosses: KillableMonster[] = [ }, { items: [ + { boostPercent: 10, itemID: itemID('Gorajan archer legs') }, + { boostPercent: 8, itemID: itemID('Pernix chaps') }, { boostPercent: 6, itemID: itemID('Masori chaps (f)') }, { boostPercent: 3, itemID: itemID('Masori chaps') } ], @@ -426,48 +498,69 @@ const killableBosses: KillableMonster[] = [ }, { items: [ - { boostPercent: 11, itemID: itemID("Tumeken's shadow") }, - { boostPercent: 6, itemID: itemID('Sanguinesti staff') } + { boostPercent: 10, itemID: itemID('Gorajan occult top') }, + { boostPercent: 8, itemID: itemID('Virtus robe top') }, + { boostPercent: 6, itemID: itemID('Ancestral robe top') } ], gearSetup: 'mage' }, { - items: [{ boostPercent: 6, itemID: itemID('Ancestral robe top') }], + items: [ + { boostPercent: 10, itemID: itemID('Gorajan occult legs') }, + { boostPercent: 8, itemID: itemID('Virtus robe legs') }, + { boostPercent: 6, itemID: itemID('Ancestral robe bottom') } + ], gearSetup: 'mage' }, { - items: [{ boostPercent: 6, itemID: itemID('Ancestral robe bottom') }], - gearSetup: 'mage' + items: [ + { boostPercent: 6, itemID: itemID('Tidal collector') }, + { boostPercent: 3, itemID: itemID("Ava's assembler") } + ], + gearSetup: 'range' }, { - items: [{ boostPercent: 3, itemID: itemID("Ava's assembler") }], + items: [ + { boostPercent: 5, itemID: itemID('Gorajan archer gloves') }, + { boostPercent: 3, itemID: itemID('Zaryte vambraces') } + ], gearSetup: 'range' }, { - items: [{ boostPercent: 3, itemID: itemID('Zaryte vambraces') }], - gearSetup: 'range' + items: [ + { boostPercent: 5, itemID: itemID('Gorajan occult gloves') }, + { boostPercent: 3, itemID: itemID('Tormented bracelet') } + ], + gearSetup: 'mage' }, { - items: [{ boostPercent: 3, itemID: itemID('Pegasian boots') }], + items: [ + { boostPercent: 5, itemID: itemID('Gorajan archer boots') }, + { boostPercent: 3, itemID: itemID('Pegasian boots') } + ], gearSetup: 'range' }, { - items: [{ boostPercent: 3, itemID: itemID('Eternal boots') }], + items: [ + { boostPercent: 5, itemID: itemID('Gorajan occult boots') }, + { boostPercent: 3, itemID: itemID('Eternal boots') } + ], gearSetup: 'mage' } ], - effect: async ({ quantity, user, messages }) => { - if (user.bank.has('Charged ice')) return; - let gotIce = false; + effect: ({ quantity, gearBank }) => { + if (gearBank.bank.has('Charged ice')) return; + const loot = new Bank(); for (let i = 0; i < quantity; i++) { if (roll(20)) { - gotIce = true; + loot.add('Charged ice'); break; } } - if (!gotIce) return; - await user.addItemsToBank({ items: new Bank().add('Charged ice'), collectionLog: true }); - messages.push('You got a Charged ice for killing the Phantom Muspah in under 3 minutes!'); + return { + messages: ['You got a Charged ice for killing the Phantom Muspah in under 3 minutes!'], + loot + }; }, healAmountNeeded: 150 }, @@ -476,13 +569,242 @@ const killableBosses: KillableMonster[] = [ name: Monsters.Scurrius.name, aliases: Monsters.Scurrius.aliases, timeToFinish: Time.Minute * 2, + respawnTime: 20_000, table: Monsters.Scurrius, notifyDrops: resolveItems(['Scurry']), qpRequired: 0, + equippedItemBoosts: [ + { + items: [ + { boostPercent: 15, itemID: itemID('Scythe of vitur') }, + { boostPercent: 12, itemID: itemID('Soulreaper axe') }, + { boostPercent: 5, itemID: itemID('Bone mace') } + ], + gearSetup: 'melee' + }, + { + items: [ + { boostPercent: 5, itemID: itemID('Avernic defender') }, + { boostPercent: 3, itemID: itemID('Dragon defender') } + ], + gearSetup: 'melee' + }, + { + items: [ + { boostPercent: 4, itemID: itemID('Amulet of torture') }, + { boostPercent: 2, itemID: itemID('Amulet of fury') } + ], + gearSetup: 'melee' + }, + { + items: [ + { boostPercent: 4, itemID: itemID('Ferocious gloves') }, + { boostPercent: 2, itemID: itemID('Barrows gloves') } + ], + gearSetup: 'melee' + }, + { + items: [ + { boostPercent: 4, itemID: itemID('Infernal cape') }, + { boostPercent: 2, itemID: itemID('Fire cape') } + ], + gearSetup: 'melee' + } + ], levelRequirements: { prayer: 43 }, - defaultAttackStyles: [SkillsEnum.Attack] + defaultAttackStyles: [SkillsEnum.Attack], + customMonsterHP: 575, + combatXpMultiplier: 1.2, + healAmountNeeded: 20 + }, + { + id: Monsters.Araxxor.id, + name: Monsters.Araxxor.name, + aliases: Monsters.Araxxor.aliases, + timeToFinish: Time.Minute * 3, + respawnTime: 2000, + table: Monsters.Araxxor, + notifyDrops: resolveItems(['Nid']), + qpRequired: 200, + deathProps: { + hardness: 0.2, + steepness: 0.99 + }, + equippedItemBoosts: [ + { + items: [ + { boostPercent: 18, itemID: itemID("Inquisitor's mace") }, + { boostPercent: 15, itemID: itemID('Soulreaper axe') }, + { boostPercent: 10, itemID: itemID('Abyssal bludgeon') }, + { boostPercent: 7, itemID: itemID('Ursine chainmace') }, + { boostPercent: 1, itemID: itemID('Sarachnis cudgel') } + ], + gearSetup: 'melee', + required: true + }, + { + items: [{ boostPercent: 5, itemID: itemID('Avernic defender') }], + gearSetup: 'melee' + }, + { + items: [ + { boostPercent: 4, itemID: itemID('Amulet of rancour') }, + { boostPercent: 2, itemID: itemID('Amulet of torture') } + ], + gearSetup: 'melee', + required: true + }, + { + items: [ + { boostPercent: 4, itemID: itemID('Infernal cape') }, + { boostPercent: 2, itemID: itemID('Fire cape') } + ], + gearSetup: 'melee', + required: true + }, + { + items: [ + { boostPercent: 4, itemID: itemID('Ferocious gloves') }, + { boostPercent: 2, itemID: itemID('Barrows gloves') } + ], + gearSetup: 'melee', + required: true + }, + { + items: resolveItems(["Inquisitor's hauberk", 'Torva platebody', 'Bandos chestplate']).map(id => ({ + boostPercent: 2, + itemID: id + })), + gearSetup: 'melee', + required: true + }, + { + items: resolveItems(["Inquisitor's plateskirt", 'Torva platelegs', 'Bandos tassets']).map(id => ({ + boostPercent: 2, + itemID: id + })), + gearSetup: 'melee', + required: true + }, + { + items: resolveItems(['Primordial boots']).map(id => ({ boostPercent: 2, itemID: id })), + gearSetup: 'melee', + required: true + } + ], + itemInBankBoosts: [ + { + [itemID('Elder maul')]: 5, + [itemID('Dragon warhammer')]: 4, + [itemID('Dragon claws')]: 3 + } + ], + degradeableItemUsage: [ + { + required: false, + gearSetup: 'melee', + items: [ + { + itemID: itemID('Scythe of vitur'), + boostPercent: 25 + } + ] + } + ], + levelRequirements: { + prayer: 70, + slayer: 92, + attack: 85, + strength: 85, + defence: 80, + hitpoints: 90, + woodcutting: 62, + fletching: 60, + crafting: 56, + agility: 52, + magic: 49 + }, + defaultAttackStyles: [SkillsEnum.Attack], + customMonsterHP: 575, + combatXpMultiplier: 1.2, + healAmountNeeded: 20 * 200, + slayerOnly: true, + minimumGearRequirements: { + melee: { + ...new Gear({ + head: 'Slayer helmet (i)', + neck: 'Amulet of fury', + cape: 'Fire cape', + body: 'Bandos chestplate', + legs: 'Bandos tassets', + hands: 'Ferocious gloves', + feet: 'Dragon boots', + ring: 'Berserker ring (i)', + ammo: "Rada's blessing 3" + }).stats, + defence_magic: 0, + prayer: 0, + defence_crush: 0, + defence_ranged: 0, + defence_slash: 0, + defence_stab: 0 + } + }, + specialLoot: ({ loot, ownedItems, cl }) => { + if (loot.has('Coagulated venom') && (ownedItems.has('Coagulated venom') || ownedItems.has('Rax'))) { + loot.set('Coagulated venom', 0); + } + const noxPieces = resolveItems(['Noxious point', 'Noxious blade', 'Noxious pommel']); + const ownedPieces = noxPieces.filter(p => cl.has(p)); + if (ownedPieces.length === 3) return; + const unownedPieces = noxPieces.filter(p => !cl.has(p)); + const pieceToReplace = ownedPieces.find(p => loot.has(p)); + if (!pieceToReplace) return; + loot.set(unownedPieces[0], 1); + loot.set(pieceToReplace, 0); + }, + itemCost: [ + { + itemCost: new Bank().add('Extended anti-venom+(4)'), + qtyPerKill: 0.05, + alternativeConsumables: [ + { + itemCost: new Bank().add('Anti-venom+(4)'), + qtyPerMinute: 0.05 * 2 + } + ] + }, + { + itemCost: new Bank().add('Super restore(4)'), + qtyPerKill: 0.2, + alternativeConsumables: [ + { + itemCost: new Bank().add('Prayer potion(4)'), + qtyPerKill: 0.2 + } + ] + }, + { + itemCost: new Bank().add('Super combat potion(4)'), + qtyPerKill: 0.125 + }, + { + itemCost: new Bank().add('Cooked karambwan'), + qtyPerKill: 0.24 + }, + { + itemCost: new Bank().add('Anglerfish'), + qtyPerKill: 0.1 + }, + { + itemCost: new Bank().add('Spider cave teleport'), + qtyPerKill: 0.05, + boostPercent: 10, + optional: true + } + ] } ]; diff --git a/src/lib/minions/data/killableMonsters/chaeldarMonsters.ts b/src/lib/minions/data/killableMonsters/chaeldarMonsters.ts index 5eced686ef9..fa77647781f 100644 --- a/src/lib/minions/data/killableMonsters/chaeldarMonsters.ts +++ b/src/lib/minions/data/killableMonsters/chaeldarMonsters.ts @@ -428,7 +428,8 @@ export const chaeldarMonsters: KillableMonster[] = [ itemCost: { itemCost: new Bank().add('Dark totem', 1), qtyPerKill: 1 }, healAmountNeeded: 20 * 15, attackStyleToUse: GearStat.AttackSlash, - attackStylesUsed: [GearStat.AttackSlash, GearStat.AttackMagic] + attackStylesUsed: [GearStat.AttackSlash, GearStat.AttackMagic], + maxQuantity: 1 }, { id: Monsters.TzHaarKet.id, diff --git a/src/lib/minions/data/killableMonsters/custom/AbyssalDragon.ts b/src/lib/minions/data/killableMonsters/custom/AbyssalDragon.ts index 98f5f90bb86..0a6a94af405 100644 --- a/src/lib/minions/data/killableMonsters/custom/AbyssalDragon.ts +++ b/src/lib/minions/data/killableMonsters/custom/AbyssalDragon.ts @@ -1,8 +1,4 @@ -import { RareTable } from 'oldschooljs/dist/simulation/clues/Beginner'; -import { GemTable } from 'oldschooljs/dist/simulation/subtables/RareDropTable'; -import TreeHerbSeedTable from 'oldschooljs/dist/simulation/subtables/TreeHerbSeedTable'; -import WyvernHerbTable from 'oldschooljs/dist/simulation/subtables/WyvernHerbTable'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { GemTable, LootTable, RareTable, TreeHerbSeedTable, WyvernHerbTable } from 'oldschooljs'; const petTrollTable = new LootTable().add('Ori', 1, 1).add('Abyssal head', 1, 9); diff --git a/src/lib/minions/data/killableMonsters/custom/Nihiliz.ts b/src/lib/minions/data/killableMonsters/custom/Nihiliz.ts index c9cc834a29f..6d98316e0cc 100644 --- a/src/lib/minions/data/killableMonsters/custom/Nihiliz.ts +++ b/src/lib/minions/data/killableMonsters/custom/Nihiliz.ts @@ -1,5 +1,4 @@ -import RareSeedTable from 'oldschooljs/dist/simulation/subtables/RareSeedTable'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable, RareSeedTable } from 'oldschooljs'; const clueTable = new LootTable() .add('Clue scroll (master)', [1, 3], 1) diff --git a/src/lib/minions/data/killableMonsters/custom/SeaKraken.ts b/src/lib/minions/data/killableMonsters/custom/SeaKraken.ts index 4d51acda884..1368d19d44d 100644 --- a/src/lib/minions/data/killableMonsters/custom/SeaKraken.ts +++ b/src/lib/minions/data/killableMonsters/custom/SeaKraken.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; export const FishTable = new LootTable() .add('Raw sea turtle', [1, 10]) diff --git a/src/lib/minions/data/killableMonsters/custom/SunMoon.ts b/src/lib/minions/data/killableMonsters/custom/SunMoon.ts index daeb4adbffc..e0c0a08d253 100644 --- a/src/lib/minions/data/killableMonsters/custom/SunMoon.ts +++ b/src/lib/minions/data/killableMonsters/custom/SunMoon.ts @@ -31,6 +31,7 @@ celesMinGear.equip('Ignis ring(i)'); celesMinGear.equip('Soulreaper axe'); export const Solis: CustomMonster = { + isCustom: true, id: 129_124, baseMonster: Monsters.AbyssalSire, name: 'Solis', @@ -63,7 +64,7 @@ export const Solis: CustomMonster = { lowestDeathChance: 10, highestDeathChance: 80 }, - minimumFoodHealAmount: 22, + minimumHealAmount: 22, allItems: resolveItems(['Solite', 'Eagle egg', 'Sun-metal scraps']), minimumGearRequirements: { melee: { @@ -102,6 +103,7 @@ export const Solis: CustomMonster = { }; export const Celestara: CustomMonster = { + isCustom: true, id: 129_125, baseMonster: Monsters.AbyssalSire, name: 'Celestara', @@ -138,7 +140,7 @@ export const Celestara: CustomMonster = { lowestDeathChance: 5, highestDeathChance: 65 }, - minimumFoodHealAmount: 22, + minimumHealAmount: 22, allItems: resolveItems(['Lunite', 'Moonlight essence', 'Moondash charm', 'Noom']), minimumGearRequirements: { melee: { diff --git a/src/lib/minions/data/killableMonsters/custom/TormentedDemon.ts b/src/lib/minions/data/killableMonsters/custom/TormentedDemon.ts index c9c5f60fe29..b74066eea27 100644 --- a/src/lib/minions/data/killableMonsters/custom/TormentedDemon.ts +++ b/src/lib/minions/data/killableMonsters/custom/TormentedDemon.ts @@ -1,13 +1,12 @@ import { Time } from 'e'; -import { Bank, LootTable, Monsters } from 'oldschooljs'; -import RareDropTable from 'oldschooljs/dist/simulation/subtables/RareDropTable'; -import { resolveNameBank } from 'oldschooljs/dist/util'; +import { Bank, LootTable, Monsters, RareDropTable, resolveNameBank } from 'oldschooljs'; import { GearStat } from '../../../../gear'; import { GrimyHerbTable, lowRuneHighAdamantTable, runeAlchablesTable } from '../../../../simulation/sharedTables'; import type { CustomMonster } from './customMonsters'; export const TormentedDemon: CustomMonster = { + isCustom: true, id: 941_944, name: 'Tormented Demon', aliases: ['tormented demon', 'td'], diff --git a/src/lib/minions/data/killableMonsters/custom/Treebeard.ts b/src/lib/minions/data/killableMonsters/custom/Treebeard.ts index 3443a4c8fbb..10e4079dd20 100644 --- a/src/lib/minions/data/killableMonsters/custom/Treebeard.ts +++ b/src/lib/minions/data/killableMonsters/custom/Treebeard.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { HighSeedPackTable, LowSeedPackTable, MediumSeedPackTable } from '../../../../data/seedPackTables'; diff --git a/src/lib/minions/data/killableMonsters/custom/VladimirDrakan.ts b/src/lib/minions/data/killableMonsters/custom/VladimirDrakan.ts index 85448184852..97de291dceb 100644 --- a/src/lib/minions/data/killableMonsters/custom/VladimirDrakan.ts +++ b/src/lib/minions/data/killableMonsters/custom/VladimirDrakan.ts @@ -53,6 +53,7 @@ const table = new LootTable() .add('Adamantite stone spirit', 3); export const VladimirDrakan: CustomMonster = { + isCustom: true, id: 291_242, baseMonster: Monsters.AbyssalSire, name: 'Vladimir Drakan', diff --git a/src/lib/minions/data/killableMonsters/custom/Yeti.ts b/src/lib/minions/data/killableMonsters/custom/Yeti.ts index 3dcaf290cde..6a67531d483 100644 --- a/src/lib/minions/data/killableMonsters/custom/Yeti.ts +++ b/src/lib/minions/data/killableMonsters/custom/Yeti.ts @@ -1,9 +1,5 @@ import { Time } from 'e'; -import { Monsters } from 'oldschooljs'; -import HerbDropTable from 'oldschooljs/dist/simulation/subtables/HerbDropTable'; -import { GemTable } from 'oldschooljs/dist/simulation/subtables/RareDropTable'; -import UncommonSeedDropTable from 'oldschooljs/dist/simulation/subtables/UncommonSeedDropTable'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { GemTable, HerbDropTable, LootTable, Monsters, UncommonSeedDropTable } from 'oldschooljs'; import { BitField, YETI_ID } from '../../../../constants'; import { GearStat } from '../../../../gear'; @@ -53,6 +49,7 @@ export const YetiLootTable = new LootTable() .tertiary(5013, 'Curved bone'); export const Yeti: CustomMonster = { + isCustom: true, id: YETI_ID, name: 'Yeti', aliases: ['yeti'], diff --git a/src/lib/minions/data/killableMonsters/custom/bosses/Akumu.ts b/src/lib/minions/data/killableMonsters/custom/bosses/Akumu.ts index 2f0cb554f13..ff10166cac5 100644 --- a/src/lib/minions/data/killableMonsters/custom/bosses/Akumu.ts +++ b/src/lib/minions/data/killableMonsters/custom/bosses/Akumu.ts @@ -1,6 +1,5 @@ import { Time } from 'e'; -import { Bank, Monsters } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { Bank, LootTable, Monsters } from 'oldschooljs'; import { MysteryBoxes } from '../../../../../bsoOpenables'; import { GearStat } from '../../../../../gear'; @@ -25,6 +24,7 @@ export const AkumuLootTable = new LootTable() ); export const Akumu: CustomMonster = { + isCustom: true, id: 93_135, baseMonster: Monsters.AbyssalSire, name: 'Akumu', @@ -54,7 +54,7 @@ export const Akumu: CustomMonster = { lowestDeathChance: 5, highestDeathChance: 65 }, - minimumFoodHealAmount: 22, + minimumHealAmount: 22, allItems: resolveItems([]), minimumGearRequirements: { melee: {} diff --git a/src/lib/minions/data/killableMonsters/custom/bosses/Ignecarus.ts b/src/lib/minions/data/killableMonsters/custom/bosses/Ignecarus.ts index 5721b18378a..797cf4f10c7 100644 --- a/src/lib/minions/data/killableMonsters/custom/bosses/Ignecarus.ts +++ b/src/lib/minions/data/killableMonsters/custom/bosses/Ignecarus.ts @@ -1,5 +1,5 @@ import { Monsters } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { runeAlchablesTable } from '../../../../../simulation/sharedTables'; import resolveItems from '../../../../../util/resolveItems'; diff --git a/src/lib/minions/data/killableMonsters/custom/bosses/KalphiteKing.ts b/src/lib/minions/data/killableMonsters/custom/bosses/KalphiteKing.ts index 2d020aea622..f3c122edc8e 100644 --- a/src/lib/minions/data/killableMonsters/custom/bosses/KalphiteKing.ts +++ b/src/lib/minions/data/killableMonsters/custom/bosses/KalphiteKing.ts @@ -1,6 +1,6 @@ import { Time } from 'e'; import { Monsters } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { kalphiteKingCL } from '../../../../../data/CollectionsExport'; import { GearStat } from '../../../../../gear'; diff --git a/src/lib/minions/data/killableMonsters/custom/bosses/KingGoldemar.ts b/src/lib/minions/data/killableMonsters/custom/bosses/KingGoldemar.ts index 4f723758cc2..f2047eafff2 100644 --- a/src/lib/minions/data/killableMonsters/custom/bosses/KingGoldemar.ts +++ b/src/lib/minions/data/killableMonsters/custom/bosses/KingGoldemar.ts @@ -1,5 +1,5 @@ import { Monsters } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { MysteryBoxes } from '../../../../../bsoOpenables'; import setCustomMonster from '../../../../../util/setCustomMonster'; diff --git a/src/lib/minions/data/killableMonsters/custom/bosses/Koschei.ts b/src/lib/minions/data/killableMonsters/custom/bosses/Koschei.ts index ce604df5b38..b63d1ea3ed0 100644 --- a/src/lib/minions/data/killableMonsters/custom/bosses/Koschei.ts +++ b/src/lib/minions/data/killableMonsters/custom/bosses/Koschei.ts @@ -1,12 +1,12 @@ import { Monsters } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import setCustomMonster from '../../../../../util/setCustomMonster'; export const koscheiTable = new LootTable().add('Fremennik blade'); - -setCustomMonster(234_262, 'Koschei the deathless', koscheiTable, Monsters.GeneralGraardor, { - id: 234_262, +export const KOSCHEI_ID = 234_262; +setCustomMonster(KOSCHEI_ID, 'Koschei the deathless', koscheiTable, Monsters.GeneralGraardor, { + id: KOSCHEI_ID, name: 'Koschei the deathless', aliases: ['koschei the deathless', 'koschei', 'ko'] }); diff --git a/src/lib/minions/data/killableMonsters/custom/bosses/Naxxus.ts b/src/lib/minions/data/killableMonsters/custom/bosses/Naxxus.ts index 7f791c00a29..5cc06deaf92 100644 --- a/src/lib/minions/data/killableMonsters/custom/bosses/Naxxus.ts +++ b/src/lib/minions/data/killableMonsters/custom/bosses/Naxxus.ts @@ -1,6 +1,6 @@ import { Time } from 'e'; import { Monsters } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { GearStat } from '../../../../../gear'; import resolveItems from '../../../../../util/resolveItems'; diff --git a/src/lib/minions/data/killableMonsters/custom/bosses/VasaMagus.ts b/src/lib/minions/data/killableMonsters/custom/bosses/VasaMagus.ts index 2f811fb276f..e025d601ded 100644 --- a/src/lib/minions/data/killableMonsters/custom/bosses/VasaMagus.ts +++ b/src/lib/minions/data/killableMonsters/custom/bosses/VasaMagus.ts @@ -1,6 +1,4 @@ -import { Monsters } from 'oldschooljs'; -import RareDropTable from 'oldschooljs/dist/simulation/subtables/RareDropTable'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable, Monsters, RareDropTable } from 'oldschooljs'; import { MysteryBoxes } from '../../../../../bsoOpenables'; import setCustomMonster from '../../../../../util/setCustomMonster'; diff --git a/src/lib/minions/data/killableMonsters/custom/bosses/Venatrix.ts b/src/lib/minions/data/killableMonsters/custom/bosses/Venatrix.ts index a1b5fee1831..342a28cc3fc 100644 --- a/src/lib/minions/data/killableMonsters/custom/bosses/Venatrix.ts +++ b/src/lib/minions/data/killableMonsters/custom/bosses/Venatrix.ts @@ -1,6 +1,5 @@ import { Time } from 'e'; -import { Bank, Monsters } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { Bank, LootTable, Monsters } from 'oldschooljs'; import { BitField } from '../../../../../constants'; import { GearStat } from '../../../../../gear'; @@ -24,6 +23,7 @@ export const VenatrixLootTable = new LootTable() .tertiary(100, 'Elder scroll piece'); export const Venatrix: CustomMonster = { + isCustom: true, id: 93_183, baseMonster: Monsters.AbyssalSire, name: 'Venatrix', @@ -54,7 +54,7 @@ export const Venatrix: CustomMonster = { lowestDeathChance: 5, highestDeathChance: 65 }, - minimumFoodHealAmount: 22, + minimumHealAmount: 22, allItems: resolveItems([]), minimumGearRequirements: { melee: {} diff --git a/src/lib/minions/data/killableMonsters/custom/customMonsters.ts b/src/lib/minions/data/killableMonsters/custom/customMonsters.ts index dbe005d703d..bfc5e2531d5 100644 --- a/src/lib/minions/data/killableMonsters/custom/customMonsters.ts +++ b/src/lib/minions/data/killableMonsters/custom/customMonsters.ts @@ -1,6 +1,5 @@ -import type { LootTable } from 'oldschooljs'; +import type { LootTable, Monster } from 'oldschooljs'; import type { MonsterData } from 'oldschooljs/dist/meta/monsterData'; -import type Monster from 'oldschooljs/dist/structures/Monster'; import setCustomMonster, { makeKillTable } from '../../../../util/setCustomMonster'; import type { KillableMonster } from '../../../types'; @@ -9,18 +8,13 @@ import { customDemiBosses } from './demiBosses'; import { MiscCustomMonsters } from './misc'; import { resourceDungeonMonsters } from './resourceDungeons'; -declare module 'oldschooljs/dist/structures/Monster' { - export default interface Monster { - isCustom?: true; - } -} - export interface CustomMonster extends Readonly, 'table'>> { readonly table: LootTable; readonly baseMonster: Monster; readonly hp?: number; readonly customMonsterData?: Partial; readonly allItems?: number[]; + isCustom: true; } export const customKillableMonsters: KillableMonster[] = []; diff --git a/src/lib/minions/data/killableMonsters/custom/demiBosses.ts b/src/lib/minions/data/killableMonsters/custom/demiBosses.ts index 793d141bd1a..396b060bfad 100644 --- a/src/lib/minions/data/killableMonsters/custom/demiBosses.ts +++ b/src/lib/minions/data/killableMonsters/custom/demiBosses.ts @@ -1,8 +1,5 @@ import { Time } from 'e'; -import { LootTable, Monsters } from 'oldschooljs'; -import { MonsterAttribute } from 'oldschooljs/dist/meta/monsterData'; -import RareDropTable from 'oldschooljs/dist/simulation/subtables/RareDropTable'; -import { itemID, resolveNameBank } from 'oldschooljs/dist/util'; +import { LootTable, MonsterAttribute, Monsters, RareDropTable, itemID, resolveNameBank } from 'oldschooljs'; import { BitField } from '../../../../constants'; import { HighSeedPackTable } from '../../../../data/seedPackTables'; @@ -16,6 +13,7 @@ import { TreebeardLootTable } from './Treebeard'; import type { CustomMonster } from './customMonsters'; const SeaKraken: CustomMonster = { + isCustom: true, id: 53_466_534, name: 'Sea Kraken', aliases: ['sea kraken'], @@ -51,6 +49,7 @@ const SeaKraken: CustomMonster = { }; const Malygos: CustomMonster = { + isCustom: true, id: 707_070, name: 'Malygos', aliases: ['abyssal dragon', 'abyss drag', 'mally', 'maly', 'malygos'], @@ -108,6 +107,7 @@ const Malygos: CustomMonster = { }; const Treebeard: CustomMonster = { + isCustom: true, id: 932_122, name: 'Treebeard', aliases: ['treebeard', 'tree'], @@ -145,6 +145,7 @@ const Treebeard: CustomMonster = { }; export const QueenBlackDragon: CustomMonster = { + isCustom: true, id: 192_195, name: 'Queen Black Dragon', aliases: ['queen black dragon', 'qbd', 'qdb'], @@ -217,6 +218,7 @@ export const QueenBlackDragon: CustomMonster = { }; const Nihiliz: CustomMonster = { + isCustom: true, id: 708_080, name: 'Nihiliz', aliases: ['nihiliz', 'shadow nihil boss', 'mini nex', 'nihilist'], @@ -280,6 +282,7 @@ const Nihiliz: CustomMonster = { }; const QueenGoldemar: CustomMonster = { + isCustom: true, id: 22_193, name: 'Queen Goldemar', aliases: ['queen goldemar'], diff --git a/src/lib/minions/data/killableMonsters/custom/misc.ts b/src/lib/minions/data/killableMonsters/custom/misc.ts index 5dd88626363..b884f61a5db 100644 --- a/src/lib/minions/data/killableMonsters/custom/misc.ts +++ b/src/lib/minions/data/killableMonsters/custom/misc.ts @@ -14,6 +14,7 @@ import { Venatrix } from './bosses/Venatrix'; import type { CustomMonster } from './customMonsters'; export const CockroachSoldier: CustomMonster = { + isCustom: true, id: 31_621, name: 'Cockroach soldier', aliases: ['cockroach soldier', 'cs'], @@ -36,6 +37,7 @@ export const CockroachSoldier: CustomMonster = { }; export const EliteBlackKnight: CustomMonster = { + isCustom: true, id: 31_651, name: 'Elite Black Knight', aliases: ['ebk', 'elite black knight'], diff --git a/src/lib/minions/data/killableMonsters/custom/resourceDungeons.ts b/src/lib/minions/data/killableMonsters/custom/resourceDungeons.ts index 475feac43a1..6578d267e20 100644 --- a/src/lib/minions/data/killableMonsters/custom/resourceDungeons.ts +++ b/src/lib/minions/data/killableMonsters/custom/resourceDungeons.ts @@ -1,7 +1,5 @@ import { Time } from 'e'; -import { Bank, LootTable, Monsters } from 'oldschooljs'; -import RareDropTable from 'oldschooljs/dist/simulation/subtables/RareDropTable'; -import { itemID } from 'oldschooljs/dist/util'; +import { Bank, LootTable, Monsters, RareDropTable, itemID, itemTupleToTable } from 'oldschooljs'; import { HighSeedPackTable, LowSeedPackTable, MediumSeedPackTable } from '../../../../data/seedPackTables'; import { GearStat } from '../../../../gear'; @@ -21,6 +19,7 @@ function neemCost(extraCost?: Bank) { } const FrostDragon: CustomMonster = { + isCustom: true, id: 345_232, baseMonster: Monsters.LavaDragon, name: 'Frost Dragon', @@ -80,6 +79,7 @@ const FrostDragon: CustomMonster = { }; const RumPumpedCrab: CustomMonster = { + isCustom: true, id: 918_501, baseMonster: Monsters.BrineRat, name: 'Rum-pumped crab', @@ -104,6 +104,7 @@ const RumPumpedCrab: CustomMonster = { }; const FungalRodent: CustomMonster = { + isCustom: true, id: 669_279, baseMonster: Monsters.BrineRat, name: 'Fungal Rodent', @@ -131,6 +132,7 @@ const FungalRodent: CustomMonster = { }; const InfestedAxe: CustomMonster = { + isCustom: true, id: 194_820, baseMonster: Monsters.AbyssalDemon, name: 'Infested axe', @@ -158,6 +160,7 @@ const InfestedAxe: CustomMonster = { }; const FungalMage: CustomMonster = { + isCustom: true, id: 341_749, baseMonster: Monsters.AbyssalDemon, name: 'Fungal mage', @@ -189,6 +192,7 @@ const FungalMage: CustomMonster = { }; const Grifolaroo: CustomMonster = { + isCustom: true, id: 819_581, baseMonster: Monsters.DarkBeast, name: 'Grifolaroo', @@ -201,10 +205,12 @@ const Grifolaroo: CustomMonster = { .tertiary(200, 'Clue scroll (master)') .tertiary(230, new LootTable().add('Grifolic gloves').add('Grifolic orb')) .oneIn(64, 'Morchella mushroom spore') - .add([ - ['Chaos rune', [5, 60]], - ['Death rune', [5, 60]] - ]) + .add( + itemTupleToTable([ + ['Chaos rune', [5, 60]], + ['Death rune', [5, 60]] + ]) + ) .add(LowSeedPackTable) .add(MediumSeedPackTable) .add('Polypore spore', [1, 500]) @@ -223,6 +229,7 @@ const Grifolaroo: CustomMonster = { }; const Grifolapine: CustomMonster = { + isCustom: true, id: 721_932, baseMonster: Monsters.DarkBeast, name: 'Grifolapine', @@ -253,6 +260,7 @@ const Grifolapine: CustomMonster = { }; const GanodermicRunt: CustomMonster = { + isCustom: true, id: 129_129, baseMonster: Monsters.DarkBeast, name: 'Ganodermic Runt', @@ -264,10 +272,12 @@ const GanodermicRunt: CustomMonster = { .every('Bones') .tertiary(360, 'Clue scroll (grandmaster)') .tertiary(230, new LootTable().add('Ganodermic gloves').add('Ganodermic boots')) - .add([ - ['Blood rune', [5, 60]], - ['Death rune', [5, 60]] - ]) + .add( + itemTupleToTable([ + ['Blood rune', [5, 60]], + ['Death rune', [5, 60]] + ]) + ) .oneIn(64, 'Morchella mushroom spore') .add(HighSeedPackTable) .add('Gorajian mushroom', 5) @@ -286,6 +296,7 @@ const GanodermicRunt: CustomMonster = { }; const GanodermicBeast: CustomMonster = { + isCustom: true, id: 194_825, baseMonster: Monsters.DarkBeast, name: 'Ganodermic Beast', @@ -299,10 +310,12 @@ const GanodermicBeast: CustomMonster = { .tertiary(400, 'Long bone') .tertiary(380, 'Clue scroll (grandmaster)') .tertiary(230, new LootTable().add('Ganodermic gloves').add('Ganodermic boots').add('Polypore stick')) - .add([ - ['Blood rune', [5, 60]], - ['Death rune', [5, 60]] - ]) + .add( + itemTupleToTable([ + ['Blood rune', [5, 60]], + ['Death rune', [5, 60]] + ]) + ) .add(HighSeedPackTable) .oneIn(64, 'Tombshroom spore') .add('Gorajian mushroom', 12) diff --git a/src/lib/minions/data/killableMonsters/index.ts b/src/lib/minions/data/killableMonsters/index.ts index c23aa06e33f..70b64821923 100644 --- a/src/lib/minions/data/killableMonsters/index.ts +++ b/src/lib/minions/data/killableMonsters/index.ts @@ -438,3 +438,5 @@ export const effectiveMonsters = [ id: MOKTANG_ID } ]; + +export const allKillableMonsterIDs = new Set(effectiveMonsters.map(m => m.id)); diff --git a/src/lib/minions/data/killableMonsters/konarMonsters.ts b/src/lib/minions/data/killableMonsters/konarMonsters.ts index 49c0aa5656d..aee47059eb3 100644 --- a/src/lib/minions/data/killableMonsters/konarMonsters.ts +++ b/src/lib/minions/data/killableMonsters/konarMonsters.ts @@ -249,12 +249,6 @@ export const konarMonsters: KillableMonster[] = [ }, slayerOnly: true, superior: Monsters.NuclearSmokeDevil, - itemInBankBoosts: [ - { - [itemID('Kodai wand')]: 12, - [itemID('Staff of the dead')]: 8 - } - ], healAmountNeeded: 16, attackStyleToUse: GearStat.AttackMagic, attackStylesUsed: [GearStat.AttackMagic], diff --git a/src/lib/minions/data/killableMonsters/low.ts b/src/lib/minions/data/killableMonsters/low.ts index 0e4b8dd7f02..bf3f145de0e 100644 --- a/src/lib/minions/data/killableMonsters/low.ts +++ b/src/lib/minions/data/killableMonsters/low.ts @@ -25,6 +25,8 @@ const killableMonsters: KillableMonster[] = [ timeToFinish: Time.Second * 19.5, table: Monsters.Jogre, wildy: false, + canCannon: true, + cannonMulti: true, difficultyRating: 1, qpRequired: 0, respawnTime: Time.Second * 1.5, @@ -161,6 +163,24 @@ const killableMonsters: KillableMonster[] = [ [itemID('Arclight')]: 10 } ] + }, + { + id: Monsters.Araxyte.id, + name: Monsters.Araxyte.name, + aliases: Monsters.Araxyte.aliases, + timeToFinish: Time.Second * 6, + table: Monsters.Araxyte, + qpRequired: 1, + healAmountNeeded: 100, + attackStyleToUse: GearStat.AttackCrush, + attackStylesUsed: [GearStat.AttackStab], + levelRequirements: { + slayer: 92 + }, + cannonMulti: true, + canCannon: true, + superior: Monsters.DreadbornAraxyte, + canBarrage: true } ]; diff --git a/src/lib/minions/data/killableMonsters/reanimated.ts b/src/lib/minions/data/killableMonsters/reanimated.ts index e92845dccc0..c94552f6be5 100644 --- a/src/lib/minions/data/killableMonsters/reanimated.ts +++ b/src/lib/minions/data/killableMonsters/reanimated.ts @@ -2,7 +2,7 @@ import { Time } from 'e'; import { Bank, Monsters } from 'oldschooljs'; import { GearStat } from '../../../gear/types'; -import { SkillsEnum } from '../../../skilling/types'; +import { XPBank } from '../../../structures/Bank'; import type { KillableMonster } from '../../types'; const renanimatedMonstersRaw = [ @@ -193,19 +193,16 @@ for (const { mon, magicLvl, cost, prayerXP, magicXP } of renanimatedMonstersRaw) levelRequirements: { magic: magicLvl }, - effect: async ({ quantity, user, messages, data }) => { - let xpStr = await user.addXP({ - skillName: SkillsEnum.Prayer, - amount: prayerXP * quantity, - duration: data.duration - }); - xpStr += ' '; - xpStr += await user.addXP({ - skillName: SkillsEnum.Magic, - amount: magicXP * quantity, - duration: data.duration - }); - messages.push(xpStr); + effect: ({ quantity }) => { + const xpBank = new XPBank(); + xpBank.add('prayer', prayerXP * quantity); + xpBank.add('magic', magicXP * quantity); + return { + xpBank, + messages: [ + `You reanimated ${quantity}x ${mon.name} and received ${prayerXP * quantity} Prayer XP and ${magicXP * quantity} Magic XP.` + ] + }; } }); } diff --git a/src/lib/minions/data/killableMonsters/vannakaMonsters.ts b/src/lib/minions/data/killableMonsters/vannakaMonsters.ts index 8893da4fd3d..7f3dc4a9f17 100644 --- a/src/lib/minions/data/killableMonsters/vannakaMonsters.ts +++ b/src/lib/minions/data/killableMonsters/vannakaMonsters.ts @@ -118,12 +118,6 @@ export const vannakaMonsters: KillableMonster[] = [ attackStylesUsed: [GearStat.AttackCrush], canCannon: true, canBarrage: true, - itemInBankBoosts: [ - { - [itemID('Kodai wand')]: 12, - [itemID('Staff of the dead')]: 8 - } - ], pkActivityRating: 4, pkBaseDeathChance: 3, revsWeaponBoost: true, @@ -459,12 +453,6 @@ export const vannakaMonsters: KillableMonster[] = [ slayer: 65 }, superior: Monsters.ChokeDevil, - itemInBankBoosts: [ - { - [itemID('Kodai wand')]: 15, - [itemID('Staff of the dead')]: 10 - } - ], canCannon: true, cannonMulti: false, canBarrage: true, @@ -640,9 +628,7 @@ export const vannakaMonsters: KillableMonster[] = [ qpRequired: 0, itemInBankBoosts: [ { - [itemID('Arclight')]: 10, - [itemID('Staff of the dead')]: 15, - [itemID('Kodai wand')]: 20 + [itemID('Arclight')]: 10 } ], existsInCatacombs: true, diff --git a/src/lib/minions/data/plunder.ts b/src/lib/minions/data/plunder.ts index cc0b9480cac..e67ac1f1e7a 100644 --- a/src/lib/minions/data/plunder.ts +++ b/src/lib/minions/data/plunder.ts @@ -1,9 +1,8 @@ import { randInt } from 'e'; import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { SkillsEnum } from '../../skilling/types'; -import type { ItemBank } from '../../types'; import { roll, skillingPetDropRate } from '../../util'; import type { MUserClass } from './../../MUser'; @@ -127,7 +126,7 @@ export const plunderBoosts = new Bank({ "Pharaoh's sceptre": 5 }); -export function lootRoom(user: MUserClass, room: number): [ItemBank, number] { +export function lootRoom(user: MUserClass, room: number): [Bank, number] { const loot = new Bank(); const roomObj = plunderRooms[room - 1]; const { petDropRate } = skillingPetDropRate(user, SkillsEnum.Thieving, roomObj.rockyChance); @@ -146,5 +145,5 @@ export function lootRoom(user: MUserClass, room: number): [ItemBank, number] { for (let i = 0; i < amountUrns; i++) { loot.add(roomObj.roomTable.roll()); } - return [loot.bank, amountUrns]; + return [loot, amountUrns]; } diff --git a/src/lib/minions/data/potions.ts b/src/lib/minions/data/potions.ts index cda87774b38..482ade6437c 100644 --- a/src/lib/minions/data/potions.ts +++ b/src/lib/minions/data/potions.ts @@ -254,6 +254,15 @@ const Potions = [ 'Super antifire potion(4)' ]) }, + { + name: 'Extended anti-venom+', + items: resolveItems([ + 'Extended anti-venom+(1)', + 'Extended anti-venom+(2)', + 'Extended anti-venom+(3)', + 'Extended anti-venom+(4)' + ]) + }, { name: 'Anti-venom+', items: resolveItems(['Anti-venom+(1)', 'Anti-venom+(2)', 'Anti-venom+(3)', 'Anti-venom+(4)']) diff --git a/src/lib/minions/data/quests.ts b/src/lib/minions/data/quests.ts index 0bc83656323..fdadb8ebf8c 100644 --- a/src/lib/minions/data/quests.ts +++ b/src/lib/minions/data/quests.ts @@ -11,9 +11,7 @@ interface Quest { ironmanSkillReqs?: Skills; qpReq?: number; rewards?: Bank; - skillsRewards?: { - [skill: string]: number; - }; + skillsRewards?: Partial; combatLevelReq?: number; prerequisitesQuests?: QuestID[]; calcTime: (user: MUser) => number; @@ -27,7 +25,11 @@ export enum QuestID { TheRibbitingTaleOfALillyPadLabourDispute = 5, PerilousMoons = 6, AtFirstLight = 7, - TwilightsPromise = 8 + TwilightsPromise = 8, + TheHeartofDarkness = 9, + DeathOnTheIsle = 10, + MeatAndGreet = 11, + EthicallyAcquiredAntiquities = 12 } export const quests: Quest[] = [ @@ -209,6 +211,77 @@ export const quests: Quest[] = [ } return duration; } + }, + { + id: QuestID.TheHeartofDarkness, + qp: 2, + name: 'The Heart of Darkness', + skillsRewards: { + mining: 8000, + thieving: 8000, + slayer: 8000, + agility: 8000 + }, + combatLevelReq: 40, + prerequisitesQuests: [QuestID.TwilightsPromise], + calcTime: () => { + return Time.Minute * 30; + }, + skillReqs: { + mining: 55, + thieving: 48, + slayer: 48, + agility: 46 + } + }, + { + id: QuestID.DeathOnTheIsle, + qp: 2, + name: 'Death on the Isle', + skillsRewards: { + thieving: 10_000, + agility: 7500, + crafting: 5000 + }, + combatLevelReq: 40, + prerequisitesQuests: [QuestID.ChildrenOfTheSun], + calcTime: () => { + return Time.Minute * 30; + }, + skillReqs: { + thieving: 34, + agility: 32 + }, + rewards: new Bank().add("Butler's tray").add('Costume needle') + }, + { + id: QuestID.MeatAndGreet, + qp: 1, + name: 'Meat And Greet', + skillsRewards: { + cooking: 8000 + }, + combatLevelReq: 40, + prerequisitesQuests: [QuestID.ChildrenOfTheSun], + calcTime: () => { + return Time.Minute * 30; + } + }, + { + id: QuestID.EthicallyAcquiredAntiquities, + qp: 1, + name: 'Ethically Acquired Antiquities', + skillsRewards: { + thieving: 6000 + }, + skillReqs: { + thieving: 25 + }, + combatLevelReq: 40, + prerequisitesQuests: [QuestID.ChildrenOfTheSun], + calcTime: () => { + return Time.Minute * 30; + } } ]; diff --git a/src/lib/minions/data/sepulchre.ts b/src/lib/minions/data/sepulchre.ts index ce1af1057f0..4744eb65cb7 100644 --- a/src/lib/minions/data/sepulchre.ts +++ b/src/lib/minions/data/sepulchre.ts @@ -1,11 +1,8 @@ import { Time, randInt, roll } from 'e'; -import { Bank } from 'oldschooljs'; -import HerbDropTable from 'oldschooljs/dist/simulation/subtables/HerbDropTable'; -import RareDropTable from 'oldschooljs/dist/simulation/subtables/RareDropTable'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { Bank, HerbDropTable } from 'oldschooljs'; +import { LootTable } from 'oldschooljs'; -import { resolveItems } from 'oldschooljs/dist/util/util'; -import type { ItemBank } from '../../types'; +import { itemTupleToTable, resolveItems } from 'oldschooljs/dist/util/util'; const LowTierCoffin = new LootTable() .add("Monk's robe top") @@ -58,16 +55,15 @@ const MasterTierCoffin = new LootTable() const GrandmasterTierCoffin = new LootTable() .add('Stamina potion(4)', [2, 4]) .add( - [ + itemTupleToTable([ ['Super restore(4)', 3], ['Saradomin brew(4)', 1] - ], + ]), [2, 6] ) .add('Prayer potion(4)', [4, 8]) .add('Rocktail', [10, 20]) .add('Raw rocktail', [20, 30]) - .add(RareDropTable, [2, 6]) .add(HerbDropTable, [2, 10]) .add('Coins', [250_000, 500_000]); @@ -185,7 +181,7 @@ const pages = resolveItems([ 'Mysterious page 5' ]); -export function openCoffin(floor: number, user: MUser): ItemBank { +export function openCoffin(floor: number, user: MUser): Bank { const loot = new Bank(); const floorObj = sepulchreFloors[floor - 1]; if (roll(floorObj.lockpickCoffinChance)) { @@ -204,5 +200,5 @@ export function openCoffin(floor: number, user: MUser): ItemBank { } } } - return loot.bank; + return loot; } diff --git a/src/lib/minions/data/templeTrekking.ts b/src/lib/minions/data/templeTrekking.ts index f18c002e1a2..cd24f2edfad 100644 --- a/src/lib/minions/data/templeTrekking.ts +++ b/src/lib/minions/data/templeTrekking.ts @@ -1,6 +1,6 @@ import { Time } from 'e'; import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { GearStat } from '../../gear/types'; import type { Skills } from '../../types'; diff --git a/src/lib/minions/functions/autoFarmFilters.ts b/src/lib/minions/functions/autoFarmFilters.ts index 46ceef3ecae..a248b25b3c0 100644 --- a/src/lib/minions/functions/autoFarmFilters.ts +++ b/src/lib/minions/functions/autoFarmFilters.ts @@ -16,7 +16,7 @@ export function replant( const [numOfPatches] = calcNumOfPatches(p, user, user.QP); if (numOfPatches === 0) return false; const reqItems = new Bank(p.inputItems).multiply(numOfPatches); - if (!userBank.has(reqItems.bank)) return false; + if (!userBank.has(reqItems)) return false; const patchData = patchesDetailed.find(_p => _p.patchName === p.seedType)!; if (patchData.ready === true && p.name === patchData.plant?.name) return true; return false; @@ -26,7 +26,7 @@ export function allFarm(p: Plant, farmingLevel: number, user: MUserClass, userBa if (p.level > farmingLevel) return false; const [numOfPatches] = calcNumOfPatches(p, user, user.QP); if (numOfPatches === 0) return false; - const reqItems = new Bank(p.inputItems).multiply(numOfPatches); - if (!userBank.has(reqItems.bank)) return false; + const reqItems = p.inputItems.clone().multiply(numOfPatches); + if (!userBank.has(reqItems)) return false; return true; } diff --git a/src/lib/minions/functions/blowpipeCommand.ts b/src/lib/minions/functions/blowpipeCommand.ts index 140608de2bc..731095bacb2 100644 --- a/src/lib/minions/functions/blowpipeCommand.ts +++ b/src/lib/minions/functions/blowpipeCommand.ts @@ -126,7 +126,7 @@ async function addCommand(user: MUser, itemName: string, quantity = 1) { currentData.dartQuantity += itemsToRemove.amount(dart[0].id); } validateBlowpipeData(currentData); - if (!userBank.has(itemsToRemove.bank)) { + if (!userBank.has(itemsToRemove)) { return `You don't own ${itemsToRemove}.`; } await user.removeItemsFromBank(itemsToRemove); diff --git a/src/lib/minions/functions/calculateMonsterFood.ts b/src/lib/minions/functions/calculateMonsterFood.ts index 1d6fb6341fd..96580e68bd1 100644 --- a/src/lib/minions/functions/calculateMonsterFood.ts +++ b/src/lib/minions/functions/calculateMonsterFood.ts @@ -4,12 +4,13 @@ import { inverseOfOffenceStat } from '../../gear/functions/inverseOfStat'; import type { GearSetupType } from '../../gear/types'; import { GearStat } from '../../gear/types'; import { maxDefenceStats, maxOffenceStats } from '../../structures/Gear'; +import type { GearBank } from '../../structures/GearBank'; import { readableStatName } from '../../util/smallUtils'; import type { KillableMonster } from '../types'; const { floor, max } = Math; -export default function calculateMonsterFood(monster: Readonly, user: MUser): [number, string] { +export function calculateMonsterFoodRaw(gearBank: GearBank, monster: Readonly): [number, string] { let { healAmountNeeded, attackStyleToUse, attackStylesUsed } = monster; if (!healAmountNeeded || !attackStyleToUse || !attackStylesUsed) { @@ -34,7 +35,7 @@ export default function calculateMonsterFood(monster: Readonly, } if (monster.wildy) gearToCheck = 'wildy'; - const gearStats = user.gear[gearToCheck].stats; + const gearStats = gearBank.gear[gearToCheck].stats; let totalPercentOfGearLevel = 0; let totalOffensivePercent = 0; @@ -58,7 +59,7 @@ export default function calculateMonsterFood(monster: Readonly, healAmountNeeded = floor(reduceNumByPercent(healAmountNeeded, totalPercentOfGearLevel)); healAmountNeeded = floor(reduceNumByPercent(healAmountNeeded, totalOffensivePercent)); - const hasAbyssalCape = user.hasEquipped('Abyssal cape'); + const hasAbyssalCape = gearBank.hasEquipped('Abyssal cape'); if (hasAbyssalCape) { healAmountNeeded = Math.floor(healAmountNeeded * 0.5); } @@ -74,3 +75,7 @@ export default function calculateMonsterFood(monster: Readonly, }` ]; } + +export default function calculateMonsterFood(monster: Readonly, user: MUser): [number, string] { + return calculateMonsterFoodRaw(user.gearBank, monster); +} diff --git a/src/lib/minions/functions/getUserFoodFromBank.ts b/src/lib/minions/functions/getUserFoodFromBank.ts index 0734550108a..b818aeadea2 100644 --- a/src/lib/minions/functions/getUserFoodFromBank.ts +++ b/src/lib/minions/functions/getUserFoodFromBank.ts @@ -1,16 +1,17 @@ import { Bank } from 'oldschooljs'; import { Eatables } from '../../data/eatables'; +import type { GearBank } from '../../structures/GearBank'; -export function getRealHealAmount(user: MUser, healAmount: ((user: MUser) => number) | number) { +export function getRealHealAmount(gearBank: GearBank, healAmount: ((user: GearBank) => number) | number) { if (typeof healAmount === 'number') { return healAmount; } - return healAmount(user); + return healAmount(gearBank); } export default function getUserFoodFromBank({ - user, + gearBank, totalHealingNeeded, favoriteFood, minimumHealAmount, @@ -18,7 +19,7 @@ export default function getUserFoodFromBank({ unavailableBank, raw }: { - user: MUser; + gearBank: GearBank; totalHealingNeeded: number; favoriteFood: readonly number[]; minimumHealAmount?: number; @@ -26,7 +27,7 @@ export default function getUserFoodFromBank({ unavailableBank?: Bank; raw?: boolean; }): false | Bank { - let userBank = user.bank; + let userBank = gearBank.bank; if (unavailableBank) userBank = userBank.clone().remove(unavailableBank); let totalHealingCalc = totalHealingNeeded; const foodToRemove = new Bank(); @@ -34,7 +35,9 @@ export default function getUserFoodFromBank({ const key = raw ? 'raw' : 'id'; let sorted = [...Eatables.filter(e => (isWilderness ? true : !e.wildyOnly))] .filter(eat => (raw ? eat.raw !== null : true)) - .sort((i, j) => (getRealHealAmount(user, i.healAmount) > getRealHealAmount(user, j.healAmount) ? 1 : -1)) + .sort((i, j) => + getRealHealAmount(gearBank, i.healAmount) > getRealHealAmount(gearBank, j.healAmount) ? 1 : -1 + ) .sort((k, l) => { if (isWilderness) { if (k.wildyOnly && !l.wildyOnly) return -1; @@ -54,14 +57,16 @@ export default function getUserFoodFromBank({ }); if (minimumHealAmount) { - sorted = sorted.filter(i => getRealHealAmount(user, i.healAmount) >= minimumHealAmount); + sorted = sorted.filter(i => + typeof i.healAmount === 'number' ? i.healAmount : i.healAmount(gearBank) >= minimumHealAmount + ); } // Gets all the eatables in the user bank for (const eatable of sorted) { const id = raw ? eatable.raw : eatable.id; if (!id && raw) continue; - const healAmount = typeof eatable.healAmount === 'number' ? eatable.healAmount : eatable.healAmount(user); + const healAmount = getRealHealAmount(gearBank, eatable.healAmount); const amountOwned = userBank.amount(id!); const toRemove = Math.ceil(totalHealingCalc / healAmount); if (!amountOwned) continue; diff --git a/src/lib/minions/functions/hasEnoughFoodForMonster.ts b/src/lib/minions/functions/hasEnoughFoodForMonster.ts index f5bf2567141..9049aea1594 100644 --- a/src/lib/minions/functions/hasEnoughFoodForMonster.ts +++ b/src/lib/minions/functions/hasEnoughFoodForMonster.ts @@ -11,7 +11,7 @@ export default function hasEnoughFoodForMonster( if (monster.healAmountNeeded) { return ( getUserFoodFromBank({ - user, + gearBank: user.gearBank, totalHealingNeeded: Math.ceil(calculateMonsterFood(monster, user)[0] / totalPartySize) * quantity, favoriteFood: user.user.favorite_food }) !== false diff --git a/src/lib/minions/functions/index.ts b/src/lib/minions/functions/index.ts index a2433b00070..d74fa6e2332 100644 --- a/src/lib/minions/functions/index.ts +++ b/src/lib/minions/functions/index.ts @@ -1,10 +1,11 @@ import type { User } from '@prisma/client'; -import { Monsters } from 'oldschooljs'; -import type Monster from 'oldschooljs/dist/structures/Monster'; +import { type Monster, Monsters } from 'oldschooljs'; -import { NIGHTMARES_HP } from '../../constants'; +import { NIGHTMARES_HP, type PvMMethod } from '../../constants'; +import { GearStat, type OffenceGearStat, type PrimaryGearSetupType } from '../../gear'; import { NexMonster } from '../../nex'; import { SkillsEnum } from '../../skilling/types'; +import { XPBank } from '../../structures/XPBank'; import { randomVariation } from '../../util'; import { xpCannonVaryPercent, xpPercentToCannon, xpPercentToCannonM } from '../data/combatConstants'; import killableMonsters from '../data/killableMonsters'; @@ -14,12 +15,12 @@ import KingGoldemar from '../data/killableMonsters/custom/bosses/KingGoldemar'; import { NAXXUS_HP, Naxxus } from '../data/killableMonsters/custom/bosses/Naxxus'; import { VasaMagus } from '../data/killableMonsters/custom/bosses/VasaMagus'; import { BSOMonsters } from '../data/killableMonsters/custom/customMonsters'; -import type { AddMonsterXpParams, KillableMonster, ResolveAttackStylesParams } from '../types'; +import type { AddMonsterXpParams, KillableMonster } from '../types'; export { default as calculateMonsterFood } from './calculateMonsterFood'; export { default as reducedTimeForGroup } from './reducedTimeForGroup'; -const attackStylesArr = [ +export const attackStylesArr = [ SkillsEnum.Attack, SkillsEnum.Strength, SkillsEnum.Defence, @@ -40,51 +41,43 @@ const miscHpMap: Record = { [Naxxus.id]: NAXXUS_HP }; -function meleeOnly(user: MUser): AttackStyles[] { - const skills = user.getAttackStyles(); +function meleeOnly(skills: AttackStyles[]): AttackStyles[] { if (skills.some(skill => skill === SkillsEnum.Ranged || skill === SkillsEnum.Magic)) { return [SkillsEnum.Attack, SkillsEnum.Strength, SkillsEnum.Defence]; } return skills; } -export function resolveAttackStyles( - user: MUser, - params: ResolveAttackStylesParams -): [KillableMonster | undefined, Monster | undefined, AttackStyles[]] { - if (params.monsterID === KingGoldemar.id) return [undefined, undefined, meleeOnly(user)]; - if (params.monsterID === VasaMagus.id) return [undefined, undefined, [SkillsEnum.Magic]]; - if (params.monsterID === NexMonster.id) return [undefined, undefined, [SkillsEnum.Ranged]]; - if (params.monsterID === KalphiteKingMonster.id) return [undefined, undefined, meleeOnly(user)]; - if (params.monsterID === Naxxus.id) { - return [undefined, undefined, [SkillsEnum.Attack, SkillsEnum.Strength, SkillsEnum.Defence, SkillsEnum.Magic]]; - } - - const killableMon = params.monsterID ? killableMonsters.find(m => m.id === params.monsterID) : undefined; - if (!killableMon) { - return [undefined, undefined, [SkillsEnum.Attack, SkillsEnum.Strength, SkillsEnum.Defence]]; +export function resolveAttackStyles({ + monster, + boostMethod, + attackStyles: inputAttackStyle +}: ResolveAttackStylesParams): AttackStyles[] { + if (monster?.id === KingGoldemar.id) return meleeOnly(inputAttackStyle); + if (monster?.id === VasaMagus.id) return [SkillsEnum.Magic]; + if (monster?.id === NexMonster.id) return [SkillsEnum.Ranged]; + if (monster?.id === KalphiteKingMonster.id) return meleeOnly(inputAttackStyle); + if (monster?.id === Naxxus.id) { + return [SkillsEnum.Attack, SkillsEnum.Strength, SkillsEnum.Defence, SkillsEnum.Magic]; } - - const osjsMon = params.monsterID ? Monsters.get(params.monsterID) : undefined; - // The styles chosen by this user to use. - let attackStyles = user.getAttackStyles(); + let attackStyles = inputAttackStyle ?? []; // The default attack styles to use for this monster, defaults to shared (melee) const monsterStyles = - killableMon?.defaultAttackStyles ?? - attackStylesArr.filter(i => !killableMon?.disallowedAttackStyles?.includes(i)).slice(0, 1); + monster?.defaultAttackStyles ?? + attackStylesArr.filter(i => !monster?.disallowedAttackStyles?.includes(i)).slice(0, 1); // If their attack style can't be used on this monster, or they have no selected attack styles selected, // use the monsters default attack style. - if (attackStyles.length === 0 || attackStyles.some(s => killableMon?.disallowedAttackStyles?.includes(s))) { + if (attackStyles.length === 0 || attackStyles.some(s => monster?.disallowedAttackStyles?.includes(s))) { attackStyles = monsterStyles; } // Automatically use magic if barrage/burst is chosen if ( - params.boostMethod && - (params.boostMethod.includes('barrage') || params.boostMethod.includes('burst')) && + boostMethod && + (boostMethod.includes('barrage') || boostMethod.includes('burst')) && !attackStyles.includes(SkillsEnum.Magic) ) { if (attackStyles.includes(SkillsEnum.Defence)) { @@ -93,17 +86,40 @@ export function resolveAttackStyles( attackStyles = [SkillsEnum.Magic]; } } - return [killableMon, osjsMon, attackStyles]; + + if (attackStyles.includes(SkillsEnum.Magic) && attackStyles.includes(SkillsEnum.Ranged)) { + attackStyles = [SkillsEnum.Magic]; + } + return attackStyles; } -export async function addMonsterXP(user: MUser, params: AddMonsterXpParams) { - const boostMethod = params.burstOrBarrage ? ['barrage'] : ['none']; +interface ResolveAttackStylesParams { + boostMethod?: PvMMethod[] | readonly PvMMethod[]; + attackStyles: AttackStyles[]; + monster?: KillableMonster; +} - const [, osjsMon, attackStyles] = resolveAttackStyles(user, { - monsterID: params.monsterID, - boostMethod +export function addMonsterXPRaw(params: { + monsterID: number; + quantity: number; + duration: number; + isOnTask: boolean; + taskQuantity: number | null; + minimal?: boolean; + usingCannon?: boolean; + cannonMulti?: boolean; + burstOrBarrage?: number; + superiorCount?: number; + attackStyles: AttackStyles[]; +}) { + const boostMethod = params.burstOrBarrage ? (['barrage'] as const) : (['none'] as const); + const maybeMonster = killableMonsters.find(m => m.id === params.monsterID); + const maybeOSJSMonster = Monsters.get(params.monsterID); + const attackStyles = resolveAttackStyles({ + monster: maybeMonster, + boostMethod, + attackStyles: params.attackStyles }); - const monster = killableMonsters.find(mon => mon.id === params.monsterID); let hp = miscHpMap[params.monsterID] ?? 1; let xpMultiplier = 1; const cannonQty = params.cannonMulti @@ -116,8 +132,8 @@ export async function addMonsterXP(user: MUser, params: AddMonsterXpParams) { let normalQty = 0; let superiorQty = 0; let osjsSuperior: Monster | undefined = undefined; - if (params.isOnTask && params.superiorCount && monster?.superior) { - osjsSuperior = monster.superior; + if (params.isOnTask && params.superiorCount && maybeMonster?.superior) { + osjsSuperior = maybeMonster.superior; if (osjsSuperior?.data?.hitpoints && osjsSuperior?.data?.slayerXP) { normalQty = params.quantity - cannonQty - params.superiorCount; superiorQty = params.superiorCount; @@ -129,13 +145,13 @@ export async function addMonsterXP(user: MUser, params: AddMonsterXpParams) { } // Calculate regular monster XP - if (monster?.customMonsterHP) { - hp = monster.customMonsterHP; - } else if (osjsMon?.data?.hitpoints) { - hp = osjsMon.data.hitpoints; + if (maybeMonster?.customMonsterHP) { + hp = maybeMonster.customMonsterHP; + } else if (maybeOSJSMonster?.data?.hitpoints) { + hp = maybeOSJSMonster.data.hitpoints; } - if (monster?.combatXpMultiplier) { - xpMultiplier = monster.combatXpMultiplier; + if (maybeMonster?.combatXpMultiplier) { + xpMultiplier = maybeMonster.combatXpMultiplier; } // Calculate superior XP: @@ -149,25 +165,21 @@ export async function addMonsterXP(user: MUser, params: AddMonsterXpParams) { const totalXP = hp * 4 * normalQty * xpMultiplier + superiorXp; const xpPerSkill = totalXP / attackStyles.length; - const res: string[] = []; + const xpBank = new XPBank(); for (const style of attackStyles) { - res.push( - await user.addXP({ - skillName: style, - amount: Math.floor(xpPerSkill), - duration: params.duration, - minimal: params.minimal ?? true - }) - ); + xpBank.add(style, Math.floor(xpPerSkill), { + duration: params.duration, + minimal: params.minimal ?? true + }); } if (params.isOnTask) { let newSlayerXP = 0; if (miscHpMap[params.monsterID]) { newSlayerXP += params.taskQuantity! * miscHpMap[params.monsterID]; - } else if (osjsMon?.data?.slayerXP) { - newSlayerXP += params.taskQuantity! * osjsMon.data.slayerXP; + } else if (maybeOSJSMonster?.data?.slayerXP) { + newSlayerXP += params.taskQuantity! * maybeOSJSMonster.data.slayerXP; } else { newSlayerXP += params.taskQuantity! * hp; } @@ -181,42 +193,43 @@ export async function addMonsterXP(user: MUser, params: AddMonsterXpParams) { if (params.monsterID === Monsters.AbyssalSire.id) { newSlayerXP += params.taskQuantity! * 200; } - res.push( - await user.addXP({ - skillName: SkillsEnum.Slayer, - amount: newSlayerXP + superiorSlayXp, - duration: params.duration, - minimal: params.minimal ?? true - }) - ); - } - - res.push( - await user.addXP({ - skillName: SkillsEnum.Hitpoints, - amount: Math.floor(hp * normalQty * 1.33 * xpMultiplier + superiorXp / 3), + xpBank.add('slayer', newSlayerXP + superiorSlayXp, { duration: params.duration, minimal: params.minimal ?? true - }) - ); + }); + } + + xpBank.add('hitpoints', Math.floor(hp * normalQty * 1.33 * xpMultiplier + superiorXp / 3), { + duration: params.duration, + minimal: params.minimal ?? true + }); // Add cannon xp last so it's easy to distinguish if (params.usingCannon) { - res.push( - await user.addXP({ - skillName: SkillsEnum.Ranged, - amount: Math.floor(hp * 2 * cannonQty), - duration: params.duration, - minimal: params.minimal ?? true - }) - ); + xpBank.add('ranged', Math.floor(hp * 2 * cannonQty), { + duration: params.duration, + minimal: params.minimal ?? true + }); } - return `**XP Gains:** ${res.join(' ')}`; + return xpBank; +} + +export async function addMonsterXP(user: MUser, params: AddMonsterXpParams) { + const res = addMonsterXPRaw({ ...params, attackStyles: user.getAttackStyles() }); + const result = await user.addXPBank(res); + return `**XP Gains:** ${result}`; } -export function convertAttackStylesToSetup(styles: AttackStyles | User['attack_style']): 'melee' | 'range' | 'mage' { - if (styles.includes(SkillsEnum.Magic)) return 'mage'; - if (styles.includes(SkillsEnum.Ranged)) return 'range'; - return 'melee'; +const gearStyleMap = { melee: GearStat.AttackCrush, mage: GearStat.AttackMagic, range: GearStat.AttackRanged } as const; + +export function getAttackStylesContext(styles: AttackStyles | User['attack_style']) { + let primaryStyle: PrimaryGearSetupType = 'melee'; + if (styles.includes(SkillsEnum.Magic)) primaryStyle = 'mage'; + else if (styles.includes(SkillsEnum.Ranged)) primaryStyle = 'range'; + const relevantGearStat: OffenceGearStat = gearStyleMap[primaryStyle]; + return { + primaryStyle, + relevantGearStat + }; } diff --git a/src/lib/minions/functions/reducedTimeForGroup.ts b/src/lib/minions/functions/reducedTimeForGroup.ts index 4628e61a52c..8b93430af41 100644 --- a/src/lib/minions/functions/reducedTimeForGroup.ts +++ b/src/lib/minions/functions/reducedTimeForGroup.ts @@ -19,8 +19,8 @@ export default async function reducedTimeForGroup( messages.push(`${users[i].usernameOrMention} has no pool`); continue; } - const [boosts] = calcPOHBoosts(poh, monster.pohBoosts!); - reductionMultiplier += boosts / 100; + const { boost } = calcPOHBoosts(poh, monster.pohBoosts!); + reductionMultiplier += boost / 100; } } @@ -29,7 +29,7 @@ export default async function reducedTimeForGroup( const userKc = await user.getKC(monster.id); const [, userKcReduction] = reducedTimeFromKC(monster, userKc); let userItemBoost = 0; - for (const [, boostAmount] of Object.entries(resolveAvailableItemBoosts(user, monster))) { + for (const [, boostAmount] of resolveAvailableItemBoosts(user.gearBank, monster).items()) { userItemBoost += boostAmount; } // 1 per user, i/15 for incentive to group (more people compounding i bonus), then add the users kc and item boost percent diff --git a/src/lib/minions/functions/removeFoodFromUser.ts b/src/lib/minions/functions/removeFoodFromUser.ts index 4b813ae3ddf..b32d5d34f61 100644 --- a/src/lib/minions/functions/removeFoodFromUser.ts +++ b/src/lib/minions/functions/removeFoodFromUser.ts @@ -1,38 +1,36 @@ -import { UserError } from '@oldschoolgg/toolkit'; import { objectEntries, reduceNumByPercent } from 'e'; import type { Bank } from 'oldschooljs'; import { itemID } from 'oldschooljs/dist/util'; +import { UserError } from '@oldschoolgg/toolkit/structures'; import { Emoji } from '../../constants'; import { Eatables } from '../../data/eatables'; import type { GearSetupType } from '../../gear/types'; +import type { GearBank } from '../../structures/GearBank'; import { updateBankSetting } from '../../util/updateBankSetting'; import getUserFoodFromBank, { getRealHealAmount } from './getUserFoodFromBank'; -export default async function removeFoodFromUser({ - user, +export function removeFoodFromUserRaw({ totalHealingNeeded, - healPerAction, - activityName, attackStylesUsed, learningPercentage, isWilderness, unavailableBank, + gearBank, + favoriteFood, minimumHealAmount }: { - user: MUser; + favoriteFood: number[]; + gearBank: GearBank; totalHealingNeeded: number; - healPerAction: number; - activityName: string; attackStylesUsed: GearSetupType[]; learningPercentage?: number; isWilderness?: boolean; unavailableBank?: Bank; minimumHealAmount?: number; -}): Promise<{ foodRemoved: Bank; reductions: string[]; reductionRatio: number }> { +}) { const originalTotalHealing = totalHealingNeeded; - const rawGear = user.gear; - const gearSetupsUsed = objectEntries(rawGear).filter(entry => attackStylesUsed.includes(entry[0])); + const gearSetupsUsed = objectEntries(gearBank.gear).filter(entry => attackStylesUsed.includes(entry[0])); const reductions = []; const elyUsed = gearSetupsUsed.some(entry => entry[1].shield?.item === itemID('Elysian spirit shield')); if (elyUsed) { @@ -41,7 +39,11 @@ export default async function removeFoodFromUser({ } if ( gearSetupsUsed.some(i => i[0] === 'melee') && - rawGear.melee.hasEquipped(['Justiciar faceguard', 'Justiciar chestguard', 'Justiciar legguards'], true, true) + gearBank.gear.melee.hasEquipped( + ['Justiciar faceguard', 'Justiciar chestguard', 'Justiciar legguards'], + true, + true + ) ) { totalHealingNeeded = reduceNumByPercent(totalHealingNeeded, 6.5); reductions.push('-6.5% for Justiciar'); @@ -51,10 +53,8 @@ export default async function removeFoodFromUser({ totalHealingNeeded = reduceNumByPercent(totalHealingNeeded, learningPercentage); reductions.push(`-${learningPercentage}% for experience`); } - const favoriteFood = user.user.favorite_food; - const foodToRemove = getUserFoodFromBank({ - user, + gearBank, totalHealingNeeded, favoriteFood, minimumHealAmount, @@ -62,24 +62,64 @@ export default async function removeFoodFromUser({ unavailableBank }); if (!foodToRemove) { + return null; + } else { + return { + foodToRemove, + reductions, + reductionRatio: totalHealingNeeded / originalTotalHealing + }; + } +} + +export default async function removeFoodFromUser({ + user, + totalHealingNeeded, + healPerAction, + activityName, + attackStylesUsed, + learningPercentage, + isWilderness, + unavailableBank, + minimumHealAmount +}: { + user: MUser; + totalHealingNeeded: number; + healPerAction: number; + activityName: string; + attackStylesUsed: GearSetupType[]; + learningPercentage?: number; + isWilderness?: boolean; + unavailableBank?: Bank; + minimumHealAmount?: number; +}): Promise<{ foodRemoved: Bank; reductions: string[]; reductionRatio: number }> { + const result = removeFoodFromUserRaw({ + gearBank: user.gearBank, + totalHealingNeeded, + attackStylesUsed, + learningPercentage, + isWilderness, + unavailableBank, + favoriteFood: user.user.favorite_food + }); + if (!result) { throw new UserError( `You don't have enough food to do ${activityName}! You need enough food to heal at least ${totalHealingNeeded} HP (${healPerAction} per action). You can use these food items${ minimumHealAmount ? ` (Each food item must heal atleast ${minimumHealAmount}HP)` : '' }: ${Eatables.filter(food => { if (!minimumHealAmount) return true; - return getRealHealAmount(user, food.healAmount) >= minimumHealAmount; + return getRealHealAmount(user.gearBank, food.healAmount) >= minimumHealAmount; }) .map(i => i.name) .join(', ')}.` ); } else { - await transactItems({ userID: user.id, itemsToRemove: foodToRemove }); - await updateBankSetting('economyStats_PVMCost', foodToRemove); - + await transactItems({ userID: user.id, itemsToRemove: result.foodToRemove }); + await updateBankSetting('economyStats_PVMCost', result.foodToRemove); return { - foodRemoved: foodToRemove, - reductions, - reductionRatio: totalHealingNeeded / originalTotalHealing + foodRemoved: result.foodToRemove, + reductions: result.reductions, + reductionRatio: result.reductionRatio }; } } diff --git a/src/lib/minions/types.ts b/src/lib/minions/types.ts index 1bffbea1c10..1705aca364e 100644 --- a/src/lib/minions/types.ts +++ b/src/lib/minions/types.ts @@ -1,9 +1,6 @@ -import type { Image } from '@napi-rs/canvas'; import type { PerkTier, StoreBitfield } from '@oldschoolgg/toolkit'; import type { GearSetupType, XpGainSource } from '@prisma/client'; -import type { Bank, MonsterKillOptions } from 'oldschooljs'; -import type { Item, ItemBank } from 'oldschooljs/dist/meta/types'; -import type SimpleMonster from 'oldschooljs/dist/structures/SimpleMonster'; +import type { Bank, Item, ItemBank, MonsterKillOptions, SimpleMonster } from 'oldschooljs'; import type { ClueTier } from '../clues/clueTiers'; import type { BitField } from '../constants'; @@ -11,16 +8,27 @@ import type { GearStat, OffenceGearStat } from '../gear'; import type { POHBoosts } from '../poh'; import type { MinigameName } from '../settings/minigames'; import type { LevelRequirements, SkillsEnum } from '../skilling/types'; +import type { XPBank } from '../structures/Bank'; +import type { GearBank } from '../structures/GearBank'; import type { MUserStats } from '../structures/MUserStats'; +import type { UpdateBank } from '../structures/UpdateBank'; import type { ArrayItemsResolved, Skills } from '../types'; -import type { MonsterActivityTaskOptions } from '../types/minions'; import type { calculateSimpleMonsterDeathChance } from '../util'; +import type { CanvasImage } from '../util/canvasUtil'; import type { BSOMonsters } from './data/killableMonsters/custom/customMonsters'; import type { QuestID } from './data/quests'; import type { AttackStyles } from './functions'; +export type KillableMonsterEffect = (opts: { + gearBank: GearBank; + quantity: number; + monster: KillableMonster; + loot: Bank; + updateBank: UpdateBank; +}) => void | { xpBank?: XPBank; loot?: Bank; messages: string[] }; + export type BankBackground = { - image: Image | null; + image: CanvasImage | null; id: number; name: string; available: boolean; @@ -28,7 +36,7 @@ export type BankBackground = { perkTierNeeded?: PerkTier; gpCost?: number; itemCost?: Bank; - repeatImage?: Image | null; + repeatImage?: CanvasImage | null; bitfield?: BitField; sacValueRequired?: number; skillsNeeded?: Skills; @@ -39,7 +47,7 @@ export type BankBackground = { } & ( | { hasPurple: true; - purpleImage: Image | null; + purpleImage: CanvasImage | null; } | { hasPurple?: null; @@ -92,6 +100,7 @@ export interface KillableMonster { * How much healing (health points restored) is needed per kill. */ healAmountNeeded?: number; + minimumHealAmount?: number; attackStyleToUse?: OffenceGearStat; attackStylesUsed?: OffenceGearStat[]; /** @@ -106,7 +115,7 @@ export interface KillableMonster { disallowedAttackStyles?: AttackStyles[]; customMonsterHP?: number; combatXpMultiplier?: number; - itemCost?: Consumable; + itemCost?: Consumable | Consumable[]; superior?: SimpleMonster; slayerOnly?: boolean; canChinning?: boolean; @@ -114,14 +123,7 @@ export interface KillableMonster { canCannon?: boolean; cannonMulti?: boolean; specialLoot?: (data: { loot: Bank; ownedItems: Bank; quantity: number; cl: Bank }) => void; - effect?: (opts: { - messages: string[]; - user: MUser; - quantity: number; - monster: KillableMonster; - loot: Bank; - data: MonsterActivityTaskOptions; - }) => Promise; + effect?: KillableMonsterEffect; degradeableItemUsage?: { required: boolean; gearSetup: GearSetupType; @@ -135,6 +137,7 @@ export interface KillableMonster { equippedItemBoosts?: { gearSetup: GearSetupType; items: { boostPercent: number; itemID: number }[]; + required?: boolean; }[]; requiredQuests?: QuestID[]; deathProps?: Omit['0'], 'currentKC'>; @@ -142,12 +145,12 @@ export interface KillableMonster { wildySlayerCave?: boolean; requiredBitfield?: BitField; - minimumFoodHealAmount?: number; minimumWeaponShieldStats?: Partial>>; tameCantKill?: true; customRequirement?: (user: MUser) => Promise; setupsUsed?: GearSetupType[]; kcRequirements?: Partial>; + maxQuantity?: number; } /* * Monsters will have an array of Consumables @@ -161,6 +164,8 @@ export interface Consumable { // For staff of the dead / kodai isRuneCost?: boolean; alternativeConsumables?: Consumable[]; + boostPercent?: number; + optional?: boolean; } export interface AddXpParams { @@ -187,11 +192,6 @@ export interface AddMonsterXpParams { superiorCount?: number; } -export interface ResolveAttackStylesParams { - monsterID: number | undefined; - boostMethod?: string[]; -} - export interface BlowpipeData { scales: number; dartQuantity: number; diff --git a/src/lib/monkeyRumble.ts b/src/lib/monkeyRumble.ts index 45c4f61307b..2e4b4fa8a54 100644 --- a/src/lib/monkeyRumble.ts +++ b/src/lib/monkeyRumble.ts @@ -1,10 +1,9 @@ import fs from 'node:fs/promises'; -import { Canvas, type Image, loadImage } from '@napi-rs/canvas'; import { toTitleCase } from '@oldschoolgg/toolkit'; import { randArrItem, randInt, roll } from 'e'; import type { Item } from 'oldschooljs/dist/meta/types'; -import { printWrappedText } from './util/canvasUtil'; +import { type CanvasImage, canvasToBuffer, createCanvas, loadImage, printWrappedText } from './util/canvasUtil'; import { textBoxFile } from './util/chatHeadImage'; import getOSItem from './util/getOSItem'; @@ -12,7 +11,7 @@ interface MonkeyTier { id: number; name: string; greegrees: Item[]; - image: Promise; + image: Promise; strengthLevelReq: number; gamesReq: number; } @@ -181,7 +180,7 @@ export const specialHeads: [Promise, number][] = [1234, 1467, 3542].map( ]); export async function monkeyHeadImage({ monkey, content }: { monkey: Monkey; content: string }) { - const canvas = new Canvas(519, 142); + const canvas = createCanvas(519, 142); const ctx = canvas.getContext('2d'); ctx.imageSmoothingEnabled = false; const bg = await textBoxFile; @@ -195,7 +194,7 @@ export async function monkeyHeadImage({ monkey, content }: { monkey: Monkey; con ctx.fillStyle = '#000'; printWrappedText(ctx, content, 316, 58, 361); - return canvas.encode('png'); + return canvasToBuffer(canvas); } export interface Monkey { diff --git a/src/lib/nex.ts b/src/lib/nex.ts index 3b7ed75e46e..4df2500d0ea 100644 --- a/src/lib/nex.ts +++ b/src/lib/nex.ts @@ -1,6 +1,5 @@ import { Time } from 'e'; -import RareDropTable from 'oldschooljs/dist/simulation/subtables/RareDropTable'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable, RareDropTable } from 'oldschooljs'; import { brokenPernixOutfit, diff --git a/src/lib/openables.ts b/src/lib/openables.ts index c329bbcb037..60feac1901c 100644 --- a/src/lib/openables.ts +++ b/src/lib/openables.ts @@ -1,14 +1,19 @@ import { formatOrdinal } from '@oldschoolgg/toolkit'; -import { percentChance, randInt, roll } from 'e'; -import { Bank, LootTable, Openables } from 'oldschooljs'; +import { + Bank, + BrimstoneChest, + EliteMimicTable, + LarransChest, + LootTable, + MasterMimicTable, + Openables +} from 'oldschooljs'; import { SkillsEnum } from 'oldschooljs/dist/constants'; import type { Item, ItemBank, OpenableOpenOptions } from 'oldschooljs/dist/meta/types'; -import { Mimic } from 'oldschooljs/dist/simulation/misc'; -import BrimstoneChest, { BrimstoneChestOpenable } from 'oldschooljs/dist/simulation/openables/BrimstoneChest'; import { HallowedSackTable } from 'oldschooljs/dist/simulation/openables/HallowedSack'; import { Implings } from 'oldschooljs/dist/simulation/openables/Implings'; -import LarransChest, { LarransChestOpenable } from 'oldschooljs/dist/simulation/openables/LarransChest'; +import { randInt } from 'e'; import { bsoOpenables } from './bsoOpenables'; import { ClueTiers } from './clues/clueTiers'; import { Emoji, Events, MIMIC_MONSTER_ID } from './constants'; @@ -25,7 +30,7 @@ import { SpoilsOfWarTable } from './simulation/misc'; import { openSeedPack } from './skilling/functions/calcFarmingContracts'; -import { itemID } from './util'; +import { itemID, percentChance, roll } from './util'; import getOSItem from './util/getOSItem'; import resolveItems from './util/resolveItems'; @@ -156,14 +161,18 @@ for (const clueTier of ClueTiers) { } } // Roll loot, and calculate how many bonus rolls were received: - loot.add(clueTier.table.open(includeBuggedRolls ? totalRolls + quantity : totalRolls, user)); + clueTier.table.roll(includeBuggedRolls ? totalRolls + quantity : totalRolls, { + targetBank: loot, + cl: user.cl + }); const extraClueRolls = totalRolls - quantity; let mimicNumber = 0; if (clueTier.mimicChance) { + const table = clueTier.name === 'Master' ? MasterMimicTable : EliteMimicTable; for (let i = 0; i < quantity; i++) { if (roll(clueTier.mimicChance)) { - loot.add(Mimic.open(clueTier.name as 'master' | 'elite')); + loot.add(table.roll()); mimicNumber++; } } @@ -196,7 +205,7 @@ for (const clueTier of ClueTiers) { // Here we check if the loot has any ultra-rares (3rd age, gilded, bloodhound), // and send a notification if they got one. - const announcedLoot = loot.filter(i => clueItemsToNotifyOf.includes(i.id), false); + const announcedLoot = loot.filter(i => clueItemsToNotifyOf.includes(i.id)); if (gotMilestoneReward) { announcedLoot.add(clueTier.milestoneReward?.itemReward); } @@ -239,12 +248,11 @@ const osjsOpenables: UnifiedOpenable[] = [ ): Promise<{ bank: Bank; }> => { - const chest = new BrimstoneChestOpenable(BrimstoneChest); const fishLvl = args.user.skillLevel(SkillsEnum.Fishing); const brimstoneOptions: OpenableOpenOptions = { fishLvl }; - const openLoot: Bank = chest.open(args.quantity, brimstoneOptions); + const openLoot: Bank = BrimstoneChest.open(args.quantity, brimstoneOptions); return { bank: openLoot }; }, @@ -324,13 +332,12 @@ const osjsOpenables: UnifiedOpenable[] = [ ): Promise<{ bank: Bank; }> => { - const chest = new LarransChestOpenable(LarransChest); const fishLvl = args.user.skillLevel(SkillsEnum.Fishing); const larransOptions: OpenableOpenOptions = { fishLvl, chestSize: 'big' }; - const openLoot: Bank = chest.open(args.quantity, larransOptions); + const openLoot: Bank = LarransChest.open(args.quantity, larransOptions); return { bank: openLoot }; }, @@ -376,6 +383,14 @@ const osjsOpenables: UnifiedOpenable[] = [ output: nestTable, allItems: nestTable.allItems }, + { + name: 'Amylase pack', + id: 12641, + openedItem: getOSItem(12641), + aliases: ['amylase pack', 'amylase'], + output: new LootTable().every('Amylase crystal', 100), + allItems: resolveItems(['Amylase crystal']) + }, { name: 'Ogre coffin', id: 4850, diff --git a/src/lib/paintColors.ts b/src/lib/paintColors.ts index f801f7a0719..6c5ee8845dd 100644 --- a/src/lib/paintColors.ts +++ b/src/lib/paintColors.ts @@ -1,8 +1,8 @@ -import { type Image, createCanvas } from '@napi-rs/canvas'; import { LootTable } from 'oldschooljs'; import type { Item } from 'oldschooljs/dist/meta/types'; import { setCustomItem } from './customItems/util'; +import { type CanvasImage, createCanvas } from './util/canvasUtil'; import getOSItem from './util/getOSItem'; interface PaintColor { @@ -47,7 +47,11 @@ for (const paintColor of paintColors) { export const paintColorsMap = new Map(paintColors.map(i => [i.itemId, i])); -export const applyPaintToItemIcon = async (img: Image, tintColor: [number, number, number], blackTolerance = 4) => { +export const applyPaintToItemIcon = async ( + img: CanvasImage, + tintColor: [number, number, number], + blackTolerance = 4 +) => { const canvas = createCanvas(img.width, img.height); const ctx = canvas.getContext('2d'); const [r, g, b] = tintColor; diff --git a/src/lib/party.ts b/src/lib/party.ts index f1736a5974f..101653087a1 100644 --- a/src/lib/party.ts +++ b/src/lib/party.ts @@ -1,5 +1,5 @@ import { makeComponents } from '@oldschoolgg/toolkit'; -import { UserError } from '@oldschoolgg/toolkit'; +import { UserError } from '@oldschoolgg/toolkit/structures'; import { TimerManager } from '@sapphire/timer-manager'; import type { TextChannel } from 'discord.js'; import { ButtonBuilder, ButtonStyle, ComponentType, InteractionCollector } from 'discord.js'; @@ -46,7 +46,7 @@ export async function setupParty(channel: TextChannel, leaderUser: MUser, option await Promise.all(usersWhoConfirmed.map(u => getUsername(u))) ).join( ', ' - )}\n\nThis party will automatically depart in 2 minutes, or if the leader clicks the start (start early) or stop button.`, + )}\n\nThis party will automatically depart in 5 minutes, or if the leader clicks the start (start early) or stop button.`, components: makeComponents(buttons.map(i => i.button)), allowedMentions: { users: [] diff --git a/src/lib/perkTiers.ts b/src/lib/perkTiers.ts index 0ba31ddaa64..3e50238d6bc 100644 --- a/src/lib/perkTiers.ts +++ b/src/lib/perkTiers.ts @@ -1,4 +1,5 @@ import { SupportServer } from '../config'; +import { perkTierCache } from './cache'; import { BitField, PerkTier, Roles } from './constants'; import { roboChimpCache } from './perkTier'; @@ -13,7 +14,7 @@ export const allPerkBitfields: BitField[] = [ BitField.BothBotsMaxedFreeTierOnePerks ]; -export function getUsersPerkTier(user: MUser): PerkTier | 0 { +function getUsersPerkTierRaw(user: MUser): PerkTier | 0 { if ([BitField.isModerator].some(bit => user.bitfield.includes(bit))) { return PerkTier.Four; } @@ -66,3 +67,9 @@ export function getUsersPerkTier(user: MUser): PerkTier | 0 { return Math.max(...elligibleTiers, 0); } + +export function getUsersPerkTier(user: MUser): PerkTier | 0 { + const perkTier = getUsersPerkTierRaw(user); + perkTierCache.set(user.id, perkTier); + return perkTier; +} diff --git a/src/lib/poh/index.ts b/src/lib/poh/index.ts index 3771203a461..20a0d81afa8 100644 --- a/src/lib/poh/index.ts +++ b/src/lib/poh/index.ts @@ -137,7 +137,7 @@ export const getPOHObject = (idOrName: number | string) => { export type POHBoosts = Partial>>; -export function calcPOHBoosts(poh: PlayerOwnedHouse, boosts: POHBoosts): [number, string[]] { +export function calcPOHBoosts(poh: PlayerOwnedHouse, boosts: POHBoosts) { let boost = 0; const messages = []; for (const [slot, objBoosts] of objectEntries(boosts)) { @@ -149,5 +149,5 @@ export function calcPOHBoosts(poh: PlayerOwnedHouse, boosts: POHBoosts): [number } } } - return [boost, messages]; + return { boost, messages }; } diff --git a/src/lib/pohImage.ts b/src/lib/pohImage.ts index 542c98b9f55..ada59ece104 100644 --- a/src/lib/pohImage.ts +++ b/src/lib/pohImage.ts @@ -1,11 +1,17 @@ import * as fs from 'node:fs'; import path from 'node:path'; -import type { Image, SKRSContext2D } from '@napi-rs/canvas'; -import { Canvas, loadImage } from '@napi-rs/canvas'; import { objectEntries, randInt } from 'e'; import { DUNGEON_FLOOR_Y, GROUND_FLOOR_Y, HOUSE_WIDTH, Placeholders, TOP_FLOOR_Y } from './poh'; -import { loadAndCacheLocalImage } from './util/canvasUtil'; +import { + type Canvas, + type CanvasContext, + type CanvasImage, + canvasToBuffer, + createCanvas, + loadAndCacheLocalImage, + loadImage +} from './util/canvasUtil'; import { getActivityOfUser } from './util/minionIsBusy'; import type { PlayerOwnedHouse } from '.prisma/client'; @@ -31,8 +37,8 @@ const FOLDERS = [ ]; class PoHImage { - public imageCache: Map = new Map(); - public bgImages: Image[] = []; + public imageCache: Map = new Map(); + public bgImages: CanvasImage[] = []; initPromise: Promise | null = this.init(); initFinished = false; @@ -53,9 +59,9 @@ class PoHImage { this.initFinished = true; } - generateCanvas(bgId: number): [Canvas, SKRSContext2D] { + generateCanvas(bgId: number): [Canvas, CanvasContext] { const bgImage = this.bgImages[bgId - 1]!; - const canvas = new Canvas(bgImage.width, bgImage.height); + const canvas = createCanvas(bgImage.width, bgImage.height); const ctx = canvas.getContext('2d'); ctx.imageSmoothingEnabled = false; @@ -124,7 +130,7 @@ class PoHImage { const [x, y] = this.randMinionCoords(); ctx.drawImage(image, x - image.width, y - image.height, image.width, image.height); } - return canvas.encode('png'); + return canvasToBuffer(canvas); } } diff --git a/src/lib/postgres.ts b/src/lib/postgres.ts new file mode 100644 index 00000000000..7d6d9b5e0d2 --- /dev/null +++ b/src/lib/postgres.ts @@ -0,0 +1,4 @@ +import { noOp } from 'e'; +import postgres from 'postgres'; + +export const sql = postgres((process.env.DATABASE_URL as string).split('?')[0], { onnotice: noOp, max: 1 }); diff --git a/src/lib/preStartup.ts b/src/lib/preStartup.ts index b47aefc1f01..540d83a62c5 100644 --- a/src/lib/preStartup.ts +++ b/src/lib/preStartup.ts @@ -3,6 +3,7 @@ import { syncCustomPrices } from '../mahoji/lib/events'; import { syncActivityCache } from './Task'; import { cacheBadges } from './badges'; import { syncBlacklists } from './blacklists'; +import { globalConfig } from './constants'; import { GrandExchange } from './grandExchange'; import { cacheGEPrices } from './marketPrices'; import { populateRoboChimpCache } from './perkTier'; @@ -14,6 +15,11 @@ import { syncDisabledCommands } from './util/syncDisabledCommands'; export const preStartup = logWrapFn('PreStartup', async () => { await Promise.all([ + prisma.clientStorage.upsert({ + where: { id: globalConfig.clientID }, + create: { id: globalConfig.clientID }, + update: {} + }), syncActiveUserIDs(), syncActivityCache(), runStartupScripts(), diff --git a/src/lib/randomEvents.ts b/src/lib/randomEvents.ts index 7abff77db06..6711e22bf6f 100644 --- a/src/lib/randomEvents.ts +++ b/src/lib/randomEvents.ts @@ -2,6 +2,7 @@ import { activity_type_enum } from '@prisma/client'; import { Time, randArrItem, roll } from 'e'; import { LRUCache } from 'lru-cache'; import { Bank } from 'oldschooljs'; +import { LootTable } from 'oldschooljs'; import { beekeeperOutfit, camoOutfit, @@ -9,7 +10,6 @@ import { mimeOutfit, zombieOutfit } from 'oldschooljs/dist/data/itemConstants'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; import { userStatsBankUpdate } from '../mahoji/mahojiSettings'; import { BitField } from './constants'; diff --git a/src/lib/resources/images/bank_backgrounds/1017.jpg b/src/lib/resources/images/bank_backgrounds/1017.jpg index 754d45c9f52..44e802e002e 100644 Binary files a/src/lib/resources/images/bank_backgrounds/1017.jpg and b/src/lib/resources/images/bank_backgrounds/1017.jpg differ diff --git a/src/lib/resources/images/bso_icons/10092.png b/src/lib/resources/images/bso_icons/10092.png new file mode 100644 index 00000000000..37d25bc7f0d Binary files /dev/null and b/src/lib/resources/images/bso_icons/10092.png differ diff --git a/src/lib/resources/images/bso_icons/10329.png b/src/lib/resources/images/bso_icons/10329.png new file mode 100644 index 00000000000..f948bfb4672 Binary files /dev/null and b/src/lib/resources/images/bso_icons/10329.png differ diff --git a/src/lib/resources/images/bso_icons/11157.png b/src/lib/resources/images/bso_icons/11157.png new file mode 100644 index 00000000000..2256678f8aa Binary files /dev/null and b/src/lib/resources/images/bso_icons/11157.png differ diff --git a/src/lib/resources/images/bso_icons/11196.png b/src/lib/resources/images/bso_icons/11196.png new file mode 100644 index 00000000000..2b3e0762ab7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/11196.png differ diff --git a/src/lib/resources/images/bso_icons/121234.png b/src/lib/resources/images/bso_icons/121234.png new file mode 100644 index 00000000000..7c97b0d3f35 Binary files /dev/null and b/src/lib/resources/images/bso_icons/121234.png differ diff --git a/src/lib/resources/images/bso_icons/121521.png b/src/lib/resources/images/bso_icons/121521.png new file mode 100644 index 00000000000..676b04b6dbf Binary files /dev/null and b/src/lib/resources/images/bso_icons/121521.png differ diff --git a/src/lib/resources/images/bso_icons/122001.png b/src/lib/resources/images/bso_icons/122001.png new file mode 100644 index 00000000000..724af6330e5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/122001.png differ diff --git a/src/lib/resources/images/bso_icons/122002.png b/src/lib/resources/images/bso_icons/122002.png new file mode 100644 index 00000000000..9f64272da40 Binary files /dev/null and b/src/lib/resources/images/bso_icons/122002.png differ diff --git a/src/lib/resources/images/bso_icons/122003.png b/src/lib/resources/images/bso_icons/122003.png new file mode 100644 index 00000000000..084cf027f14 Binary files /dev/null and b/src/lib/resources/images/bso_icons/122003.png differ diff --git a/src/lib/resources/images/bso_icons/12592.png b/src/lib/resources/images/bso_icons/12592.png new file mode 100644 index 00000000000..10571b802fa Binary files /dev/null and b/src/lib/resources/images/bso_icons/12592.png differ diff --git a/src/lib/resources/images/bso_icons/12594.png b/src/lib/resources/images/bso_icons/12594.png new file mode 100644 index 00000000000..9cdafb3ae9f Binary files /dev/null and b/src/lib/resources/images/bso_icons/12594.png differ diff --git a/src/lib/resources/images/bso_icons/13345.png b/src/lib/resources/images/bso_icons/13345.png new file mode 100644 index 00000000000..6f306c5bf16 Binary files /dev/null and b/src/lib/resources/images/bso_icons/13345.png differ diff --git a/src/lib/resources/images/bso_icons/152616.png b/src/lib/resources/images/bso_icons/152616.png new file mode 100644 index 00000000000..ff0a50ebb11 Binary files /dev/null and b/src/lib/resources/images/bso_icons/152616.png differ diff --git a/src/lib/resources/images/bso_icons/1579.png b/src/lib/resources/images/bso_icons/1579.png new file mode 100644 index 00000000000..75370dc8478 Binary files /dev/null and b/src/lib/resources/images/bso_icons/1579.png differ diff --git a/src/lib/resources/images/bso_icons/1808.png b/src/lib/resources/images/bso_icons/1808.png new file mode 100644 index 00000000000..203f3b03570 Binary files /dev/null and b/src/lib/resources/images/bso_icons/1808.png differ diff --git a/src/lib/resources/images/bso_icons/1809.png b/src/lib/resources/images/bso_icons/1809.png new file mode 100644 index 00000000000..7c5351528fb Binary files /dev/null and b/src/lib/resources/images/bso_icons/1809.png differ diff --git a/src/lib/resources/images/bso_icons/1810.png b/src/lib/resources/images/bso_icons/1810.png new file mode 100644 index 00000000000..df2ed7c82ed Binary files /dev/null and b/src/lib/resources/images/bso_icons/1810.png differ diff --git a/src/lib/resources/images/bso_icons/19567.png b/src/lib/resources/images/bso_icons/19567.png new file mode 100644 index 00000000000..a4fa8344c73 Binary files /dev/null and b/src/lib/resources/images/bso_icons/19567.png differ diff --git a/src/lib/resources/images/bso_icons/19837.png b/src/lib/resources/images/bso_icons/19837.png new file mode 100644 index 00000000000..409fc54d5a7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/19837.png differ diff --git a/src/lib/resources/images/bso_icons/19838.png b/src/lib/resources/images/bso_icons/19838.png new file mode 100644 index 00000000000..6a9e4d752b0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/19838.png differ diff --git a/src/lib/resources/images/bso_icons/19839.png b/src/lib/resources/images/bso_icons/19839.png new file mode 100644 index 00000000000..96f00c759e6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/19839.png differ diff --git a/src/lib/resources/images/bso_icons/19939.png b/src/lib/resources/images/bso_icons/19939.png new file mode 100644 index 00000000000..1565259fa00 Binary files /dev/null and b/src/lib/resources/images/bso_icons/19939.png differ diff --git a/src/lib/resources/images/bso_icons/21313.png b/src/lib/resources/images/bso_icons/21313.png new file mode 100644 index 00000000000..ab89329e5b0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/21313.png differ diff --git a/src/lib/resources/images/bso_icons/21642.png b/src/lib/resources/images/bso_icons/21642.png new file mode 100644 index 00000000000..321d948cf21 Binary files /dev/null and b/src/lib/resources/images/bso_icons/21642.png differ diff --git a/src/lib/resources/images/bso_icons/21807.png b/src/lib/resources/images/bso_icons/21807.png new file mode 100644 index 00000000000..f0f790b4203 Binary files /dev/null and b/src/lib/resources/images/bso_icons/21807.png differ diff --git a/src/lib/resources/images/bso_icons/22320.png b/src/lib/resources/images/bso_icons/22320.png new file mode 100644 index 00000000000..756289b6b2c Binary files /dev/null and b/src/lib/resources/images/bso_icons/22320.png differ diff --git a/src/lib/resources/images/bso_icons/22949.png b/src/lib/resources/images/bso_icons/22949.png new file mode 100644 index 00000000000..94ccb10ec28 Binary files /dev/null and b/src/lib/resources/images/bso_icons/22949.png differ diff --git a/src/lib/resources/images/bso_icons/23516.png b/src/lib/resources/images/bso_icons/23516.png new file mode 100644 index 00000000000..c481c8c0968 Binary files /dev/null and b/src/lib/resources/images/bso_icons/23516.png differ diff --git a/src/lib/resources/images/bso_icons/2404.png b/src/lib/resources/images/bso_icons/2404.png new file mode 100644 index 00000000000..e31c74ec7b6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/2404.png differ diff --git a/src/lib/resources/images/bso_icons/2409.png b/src/lib/resources/images/bso_icons/2409.png new file mode 100644 index 00000000000..db612503b50 Binary files /dev/null and b/src/lib/resources/images/bso_icons/2409.png differ diff --git a/src/lib/resources/images/bso_icons/24199.png b/src/lib/resources/images/bso_icons/24199.png new file mode 100644 index 00000000000..d6170dfa196 Binary files /dev/null and b/src/lib/resources/images/bso_icons/24199.png differ diff --git a/src/lib/resources/images/bso_icons/24210.png b/src/lib/resources/images/bso_icons/24210.png new file mode 100644 index 00000000000..0e9cb1cf644 Binary files /dev/null and b/src/lib/resources/images/bso_icons/24210.png differ diff --git a/src/lib/resources/images/bso_icons/24212.png b/src/lib/resources/images/bso_icons/24212.png new file mode 100644 index 00000000000..84cd1f6b3b2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/24212.png differ diff --git a/src/lib/resources/images/bso_icons/24214.png b/src/lib/resources/images/bso_icons/24214.png new file mode 100644 index 00000000000..1535ed733fb Binary files /dev/null and b/src/lib/resources/images/bso_icons/24214.png differ diff --git a/src/lib/resources/images/bso_icons/2423.png b/src/lib/resources/images/bso_icons/2423.png new file mode 100644 index 00000000000..88e8191599c Binary files /dev/null and b/src/lib/resources/images/bso_icons/2423.png differ diff --git a/src/lib/resources/images/bso_icons/244.png b/src/lib/resources/images/bso_icons/244.png new file mode 100644 index 00000000000..d9282a3b5c5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/244.png differ diff --git a/src/lib/resources/images/bso_icons/2832.png b/src/lib/resources/images/bso_icons/2832.png new file mode 100644 index 00000000000..fded5b011a8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/2832.png differ diff --git a/src/lib/resources/images/bso_icons/2834.png b/src/lib/resources/images/bso_icons/2834.png new file mode 100644 index 00000000000..1f5f4abfaa5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/2834.png differ diff --git a/src/lib/resources/images/bso_icons/2836.png b/src/lib/resources/images/bso_icons/2836.png new file mode 100644 index 00000000000..5294ea57893 Binary files /dev/null and b/src/lib/resources/images/bso_icons/2836.png differ diff --git a/src/lib/resources/images/bso_icons/2838.png b/src/lib/resources/images/bso_icons/2838.png new file mode 100644 index 00000000000..a220554a72b Binary files /dev/null and b/src/lib/resources/images/bso_icons/2838.png differ diff --git a/src/lib/resources/images/bso_icons/3062.png b/src/lib/resources/images/bso_icons/3062.png new file mode 100644 index 00000000000..30fba0d4eeb Binary files /dev/null and b/src/lib/resources/images/bso_icons/3062.png differ diff --git a/src/lib/resources/images/bso_icons/3454.png b/src/lib/resources/images/bso_icons/3454.png new file mode 100644 index 00000000000..e5283c38b18 Binary files /dev/null and b/src/lib/resources/images/bso_icons/3454.png differ diff --git a/src/lib/resources/images/bso_icons/3469.png b/src/lib/resources/images/bso_icons/3469.png new file mode 100644 index 00000000000..bf6480afee7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/3469.png differ diff --git a/src/lib/resources/images/bso_icons/3713.png b/src/lib/resources/images/bso_icons/3713.png new file mode 100644 index 00000000000..9500721e634 Binary files /dev/null and b/src/lib/resources/images/bso_icons/3713.png differ diff --git a/src/lib/resources/images/bso_icons/3714.png b/src/lib/resources/images/bso_icons/3714.png new file mode 100644 index 00000000000..53629fd7f99 Binary files /dev/null and b/src/lib/resources/images/bso_icons/3714.png differ diff --git a/src/lib/resources/images/bso_icons/40000.png b/src/lib/resources/images/bso_icons/40000.png new file mode 100644 index 00000000000..af79d8fa522 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40000.png differ diff --git a/src/lib/resources/images/bso_icons/40001.png b/src/lib/resources/images/bso_icons/40001.png new file mode 100644 index 00000000000..5e80367e783 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40001.png differ diff --git a/src/lib/resources/images/bso_icons/40002.png b/src/lib/resources/images/bso_icons/40002.png new file mode 100644 index 00000000000..a65a4280243 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40002.png differ diff --git a/src/lib/resources/images/bso_icons/40003.png b/src/lib/resources/images/bso_icons/40003.png new file mode 100644 index 00000000000..c434b6b3de1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40003.png differ diff --git a/src/lib/resources/images/bso_icons/40004.png b/src/lib/resources/images/bso_icons/40004.png new file mode 100644 index 00000000000..31082f1c41c Binary files /dev/null and b/src/lib/resources/images/bso_icons/40004.png differ diff --git a/src/lib/resources/images/bso_icons/40005.png b/src/lib/resources/images/bso_icons/40005.png new file mode 100644 index 00000000000..f71bc5139fe Binary files /dev/null and b/src/lib/resources/images/bso_icons/40005.png differ diff --git a/src/lib/resources/images/bso_icons/40006.png b/src/lib/resources/images/bso_icons/40006.png new file mode 100644 index 00000000000..e157cd3070f Binary files /dev/null and b/src/lib/resources/images/bso_icons/40006.png differ diff --git a/src/lib/resources/images/bso_icons/40007.png b/src/lib/resources/images/bso_icons/40007.png new file mode 100644 index 00000000000..f2045684736 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40007.png differ diff --git a/src/lib/resources/images/bso_icons/40008.png b/src/lib/resources/images/bso_icons/40008.png new file mode 100644 index 00000000000..cb4bc924b31 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40008.png differ diff --git a/src/lib/resources/images/bso_icons/40009.png b/src/lib/resources/images/bso_icons/40009.png new file mode 100644 index 00000000000..27b0bf44de7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40009.png differ diff --git a/src/lib/resources/images/bso_icons/40010.png b/src/lib/resources/images/bso_icons/40010.png new file mode 100644 index 00000000000..56e069ab9c2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40010.png differ diff --git a/src/lib/resources/images/bso_icons/40011.png b/src/lib/resources/images/bso_icons/40011.png new file mode 100644 index 00000000000..14b1a19c1fe Binary files /dev/null and b/src/lib/resources/images/bso_icons/40011.png differ diff --git a/src/lib/resources/images/bso_icons/40012.png b/src/lib/resources/images/bso_icons/40012.png new file mode 100644 index 00000000000..598337b2898 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40012.png differ diff --git a/src/lib/resources/images/bso_icons/40013.png b/src/lib/resources/images/bso_icons/40013.png new file mode 100644 index 00000000000..92a6ffae58d Binary files /dev/null and b/src/lib/resources/images/bso_icons/40013.png differ diff --git a/src/lib/resources/images/bso_icons/40014.png b/src/lib/resources/images/bso_icons/40014.png new file mode 100644 index 00000000000..3c6f1abfae1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40014.png differ diff --git a/src/lib/resources/images/bso_icons/40015.png b/src/lib/resources/images/bso_icons/40015.png new file mode 100644 index 00000000000..951c9e7bdb8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40015.png differ diff --git a/src/lib/resources/images/bso_icons/40016.png b/src/lib/resources/images/bso_icons/40016.png new file mode 100644 index 00000000000..6385ee355e6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40016.png differ diff --git a/src/lib/resources/images/bso_icons/40017.png b/src/lib/resources/images/bso_icons/40017.png new file mode 100644 index 00000000000..260e8d7ec6d Binary files /dev/null and b/src/lib/resources/images/bso_icons/40017.png differ diff --git a/src/lib/resources/images/bso_icons/40018.png b/src/lib/resources/images/bso_icons/40018.png new file mode 100644 index 00000000000..a430ff67c65 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40018.png differ diff --git a/src/lib/resources/images/bso_icons/40019.png b/src/lib/resources/images/bso_icons/40019.png new file mode 100644 index 00000000000..a0d7eedf780 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40019.png differ diff --git a/src/lib/resources/images/bso_icons/40020.png b/src/lib/resources/images/bso_icons/40020.png new file mode 100644 index 00000000000..60e8456affa Binary files /dev/null and b/src/lib/resources/images/bso_icons/40020.png differ diff --git a/src/lib/resources/images/bso_icons/40021.png b/src/lib/resources/images/bso_icons/40021.png new file mode 100644 index 00000000000..0a6a8c9d098 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40021.png differ diff --git a/src/lib/resources/images/bso_icons/40022.png b/src/lib/resources/images/bso_icons/40022.png new file mode 100644 index 00000000000..b92710d39c5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40022.png differ diff --git a/src/lib/resources/images/bso_icons/40023.png b/src/lib/resources/images/bso_icons/40023.png new file mode 100644 index 00000000000..e081d7f44b0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40023.png differ diff --git a/src/lib/resources/images/bso_icons/40024.png b/src/lib/resources/images/bso_icons/40024.png new file mode 100644 index 00000000000..bfbcc6ec488 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40024.png differ diff --git a/src/lib/resources/images/bso_icons/40025.png b/src/lib/resources/images/bso_icons/40025.png new file mode 100644 index 00000000000..f7c480cfee6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40025.png differ diff --git a/src/lib/resources/images/bso_icons/40026.png b/src/lib/resources/images/bso_icons/40026.png new file mode 100644 index 00000000000..2538450852e Binary files /dev/null and b/src/lib/resources/images/bso_icons/40026.png differ diff --git a/src/lib/resources/images/bso_icons/40027.png b/src/lib/resources/images/bso_icons/40027.png new file mode 100644 index 00000000000..e0b6fc002bc Binary files /dev/null and b/src/lib/resources/images/bso_icons/40027.png differ diff --git a/src/lib/resources/images/bso_icons/40028.png b/src/lib/resources/images/bso_icons/40028.png new file mode 100644 index 00000000000..2538450852e Binary files /dev/null and b/src/lib/resources/images/bso_icons/40028.png differ diff --git a/src/lib/resources/images/bso_icons/40029.png b/src/lib/resources/images/bso_icons/40029.png new file mode 100644 index 00000000000..b8111d6f8d4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40029.png differ diff --git a/src/lib/resources/images/bso_icons/40030.png b/src/lib/resources/images/bso_icons/40030.png new file mode 100644 index 00000000000..679cc7dc7f7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40030.png differ diff --git a/src/lib/resources/images/bso_icons/40031.png b/src/lib/resources/images/bso_icons/40031.png new file mode 100644 index 00000000000..2538450852e Binary files /dev/null and b/src/lib/resources/images/bso_icons/40031.png differ diff --git a/src/lib/resources/images/bso_icons/40032.png b/src/lib/resources/images/bso_icons/40032.png new file mode 100644 index 00000000000..2538450852e Binary files /dev/null and b/src/lib/resources/images/bso_icons/40032.png differ diff --git a/src/lib/resources/images/bso_icons/40033.png b/src/lib/resources/images/bso_icons/40033.png new file mode 100644 index 00000000000..00e0e330751 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40033.png differ diff --git a/src/lib/resources/images/bso_icons/40034.png b/src/lib/resources/images/bso_icons/40034.png new file mode 100644 index 00000000000..3840d85850a Binary files /dev/null and b/src/lib/resources/images/bso_icons/40034.png differ diff --git a/src/lib/resources/images/bso_icons/40035.png b/src/lib/resources/images/bso_icons/40035.png new file mode 100644 index 00000000000..9e85e1396b8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40035.png differ diff --git a/src/lib/resources/images/bso_icons/40036.png b/src/lib/resources/images/bso_icons/40036.png new file mode 100644 index 00000000000..16444b7c992 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40036.png differ diff --git a/src/lib/resources/images/bso_icons/40037.png b/src/lib/resources/images/bso_icons/40037.png new file mode 100644 index 00000000000..c86606ede13 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40037.png differ diff --git a/src/lib/resources/images/bso_icons/40038.png b/src/lib/resources/images/bso_icons/40038.png new file mode 100644 index 00000000000..2538450852e Binary files /dev/null and b/src/lib/resources/images/bso_icons/40038.png differ diff --git a/src/lib/resources/images/bso_icons/40039.png b/src/lib/resources/images/bso_icons/40039.png new file mode 100644 index 00000000000..dbff4af7351 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40039.png differ diff --git a/src/lib/resources/images/bso_icons/40040.png b/src/lib/resources/images/bso_icons/40040.png new file mode 100644 index 00000000000..b85608aad62 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40040.png differ diff --git a/src/lib/resources/images/bso_icons/40042.png b/src/lib/resources/images/bso_icons/40042.png new file mode 100644 index 00000000000..788dde3b211 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40042.png differ diff --git a/src/lib/resources/images/bso_icons/40043.png b/src/lib/resources/images/bso_icons/40043.png new file mode 100644 index 00000000000..9aea9d29c1a Binary files /dev/null and b/src/lib/resources/images/bso_icons/40043.png differ diff --git a/src/lib/resources/images/bso_icons/40044.png b/src/lib/resources/images/bso_icons/40044.png new file mode 100644 index 00000000000..518f09ac93a Binary files /dev/null and b/src/lib/resources/images/bso_icons/40044.png differ diff --git a/src/lib/resources/images/bso_icons/40045.png b/src/lib/resources/images/bso_icons/40045.png new file mode 100644 index 00000000000..9e6c52197bb Binary files /dev/null and b/src/lib/resources/images/bso_icons/40045.png differ diff --git a/src/lib/resources/images/bso_icons/40046.png b/src/lib/resources/images/bso_icons/40046.png new file mode 100644 index 00000000000..f8eb4131d39 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40046.png differ diff --git a/src/lib/resources/images/bso_icons/40047.png b/src/lib/resources/images/bso_icons/40047.png new file mode 100644 index 00000000000..2e4665c505d Binary files /dev/null and b/src/lib/resources/images/bso_icons/40047.png differ diff --git a/src/lib/resources/images/bso_icons/40048.png b/src/lib/resources/images/bso_icons/40048.png new file mode 100644 index 00000000000..db42edd13d2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40048.png differ diff --git a/src/lib/resources/images/bso_icons/40049.png b/src/lib/resources/images/bso_icons/40049.png new file mode 100644 index 00000000000..915062e1b3b Binary files /dev/null and b/src/lib/resources/images/bso_icons/40049.png differ diff --git a/src/lib/resources/images/bso_icons/40050.png b/src/lib/resources/images/bso_icons/40050.png new file mode 100644 index 00000000000..fecfd2e3e7f Binary files /dev/null and b/src/lib/resources/images/bso_icons/40050.png differ diff --git a/src/lib/resources/images/bso_icons/40051.png b/src/lib/resources/images/bso_icons/40051.png new file mode 100644 index 00000000000..3834cb13c0c Binary files /dev/null and b/src/lib/resources/images/bso_icons/40051.png differ diff --git a/src/lib/resources/images/bso_icons/40052.png b/src/lib/resources/images/bso_icons/40052.png new file mode 100644 index 00000000000..2538450852e Binary files /dev/null and b/src/lib/resources/images/bso_icons/40052.png differ diff --git a/src/lib/resources/images/bso_icons/40053.png b/src/lib/resources/images/bso_icons/40053.png new file mode 100644 index 00000000000..0f463e25873 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40053.png differ diff --git a/src/lib/resources/images/bso_icons/40054.png b/src/lib/resources/images/bso_icons/40054.png new file mode 100644 index 00000000000..139de223577 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40054.png differ diff --git a/src/lib/resources/images/bso_icons/40055.png b/src/lib/resources/images/bso_icons/40055.png new file mode 100644 index 00000000000..f29a1acc14c Binary files /dev/null and b/src/lib/resources/images/bso_icons/40055.png differ diff --git a/src/lib/resources/images/bso_icons/40056.png b/src/lib/resources/images/bso_icons/40056.png new file mode 100644 index 00000000000..acb71022522 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40056.png differ diff --git a/src/lib/resources/images/bso_icons/40057.png b/src/lib/resources/images/bso_icons/40057.png new file mode 100644 index 00000000000..ead092c46c7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40057.png differ diff --git a/src/lib/resources/images/bso_icons/40058.png b/src/lib/resources/images/bso_icons/40058.png new file mode 100644 index 00000000000..7fd02f96010 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40058.png differ diff --git a/src/lib/resources/images/bso_icons/40059.png b/src/lib/resources/images/bso_icons/40059.png new file mode 100644 index 00000000000..7aed32b00bc Binary files /dev/null and b/src/lib/resources/images/bso_icons/40059.png differ diff --git a/src/lib/resources/images/bso_icons/40060.png b/src/lib/resources/images/bso_icons/40060.png new file mode 100644 index 00000000000..734bd7cd0d6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40060.png differ diff --git a/src/lib/resources/images/bso_icons/40061.png b/src/lib/resources/images/bso_icons/40061.png new file mode 100644 index 00000000000..ec47b3731ed Binary files /dev/null and b/src/lib/resources/images/bso_icons/40061.png differ diff --git a/src/lib/resources/images/bso_icons/40062.png b/src/lib/resources/images/bso_icons/40062.png new file mode 100644 index 00000000000..e1b33f70935 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40062.png differ diff --git a/src/lib/resources/images/bso_icons/40063.png b/src/lib/resources/images/bso_icons/40063.png new file mode 100644 index 00000000000..a002e8a8515 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40063.png differ diff --git a/src/lib/resources/images/bso_icons/40064.png b/src/lib/resources/images/bso_icons/40064.png new file mode 100644 index 00000000000..af60a09832b Binary files /dev/null and b/src/lib/resources/images/bso_icons/40064.png differ diff --git a/src/lib/resources/images/bso_icons/40065.png b/src/lib/resources/images/bso_icons/40065.png new file mode 100644 index 00000000000..acd98a05b6a Binary files /dev/null and b/src/lib/resources/images/bso_icons/40065.png differ diff --git a/src/lib/resources/images/bso_icons/40066.png b/src/lib/resources/images/bso_icons/40066.png new file mode 100644 index 00000000000..a20beeedbdb Binary files /dev/null and b/src/lib/resources/images/bso_icons/40066.png differ diff --git a/src/lib/resources/images/bso_icons/40067.png b/src/lib/resources/images/bso_icons/40067.png new file mode 100644 index 00000000000..c5db75073e3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40067.png differ diff --git a/src/lib/resources/images/bso_icons/40068.png b/src/lib/resources/images/bso_icons/40068.png new file mode 100644 index 00000000000..17d31ad426a Binary files /dev/null and b/src/lib/resources/images/bso_icons/40068.png differ diff --git a/src/lib/resources/images/bso_icons/40069.png b/src/lib/resources/images/bso_icons/40069.png new file mode 100644 index 00000000000..d6fdec28e80 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40069.png differ diff --git a/src/lib/resources/images/bso_icons/40070.png b/src/lib/resources/images/bso_icons/40070.png new file mode 100644 index 00000000000..48fc53d7695 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40070.png differ diff --git a/src/lib/resources/images/bso_icons/40071.png b/src/lib/resources/images/bso_icons/40071.png new file mode 100644 index 00000000000..bbfefda662a Binary files /dev/null and b/src/lib/resources/images/bso_icons/40071.png differ diff --git a/src/lib/resources/images/bso_icons/40072.png b/src/lib/resources/images/bso_icons/40072.png new file mode 100644 index 00000000000..85c2778fa88 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40072.png differ diff --git a/src/lib/resources/images/bso_icons/40073.png b/src/lib/resources/images/bso_icons/40073.png new file mode 100644 index 00000000000..8e5aa79eeb9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40073.png differ diff --git a/src/lib/resources/images/bso_icons/40074.png b/src/lib/resources/images/bso_icons/40074.png new file mode 100644 index 00000000000..59073eb60ad Binary files /dev/null and b/src/lib/resources/images/bso_icons/40074.png differ diff --git a/src/lib/resources/images/bso_icons/40075.png b/src/lib/resources/images/bso_icons/40075.png new file mode 100644 index 00000000000..53760c62582 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40075.png differ diff --git a/src/lib/resources/images/bso_icons/40076.png b/src/lib/resources/images/bso_icons/40076.png new file mode 100644 index 00000000000..d020ff54c0d Binary files /dev/null and b/src/lib/resources/images/bso_icons/40076.png differ diff --git a/src/lib/resources/images/bso_icons/40077.png b/src/lib/resources/images/bso_icons/40077.png new file mode 100644 index 00000000000..ae5ae897eec Binary files /dev/null and b/src/lib/resources/images/bso_icons/40077.png differ diff --git a/src/lib/resources/images/bso_icons/40078.png b/src/lib/resources/images/bso_icons/40078.png new file mode 100644 index 00000000000..d13060179d0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40078.png differ diff --git a/src/lib/resources/images/bso_icons/40079.png b/src/lib/resources/images/bso_icons/40079.png new file mode 100644 index 00000000000..823dfe20194 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40079.png differ diff --git a/src/lib/resources/images/bso_icons/40080.png b/src/lib/resources/images/bso_icons/40080.png new file mode 100644 index 00000000000..830f2a1bdaf Binary files /dev/null and b/src/lib/resources/images/bso_icons/40080.png differ diff --git a/src/lib/resources/images/bso_icons/40081.png b/src/lib/resources/images/bso_icons/40081.png new file mode 100644 index 00000000000..d7c884241e0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40081.png differ diff --git a/src/lib/resources/images/bso_icons/40082.png b/src/lib/resources/images/bso_icons/40082.png new file mode 100644 index 00000000000..f654d128fbb Binary files /dev/null and b/src/lib/resources/images/bso_icons/40082.png differ diff --git a/src/lib/resources/images/bso_icons/40083.png b/src/lib/resources/images/bso_icons/40083.png new file mode 100644 index 00000000000..44c3ab96fc1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40083.png differ diff --git a/src/lib/resources/images/bso_icons/40084.png b/src/lib/resources/images/bso_icons/40084.png new file mode 100644 index 00000000000..708a25b312a Binary files /dev/null and b/src/lib/resources/images/bso_icons/40084.png differ diff --git a/src/lib/resources/images/bso_icons/40105.png b/src/lib/resources/images/bso_icons/40105.png new file mode 100644 index 00000000000..ad83b521057 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40105.png differ diff --git a/src/lib/resources/images/bso_icons/40106.png b/src/lib/resources/images/bso_icons/40106.png new file mode 100644 index 00000000000..79516e8daf2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40106.png differ diff --git a/src/lib/resources/images/bso_icons/40107.png b/src/lib/resources/images/bso_icons/40107.png new file mode 100644 index 00000000000..8d6fd52a279 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40107.png differ diff --git a/src/lib/resources/images/bso_icons/40108.png b/src/lib/resources/images/bso_icons/40108.png new file mode 100644 index 00000000000..53396f94add Binary files /dev/null and b/src/lib/resources/images/bso_icons/40108.png differ diff --git a/src/lib/resources/images/bso_icons/40109.png b/src/lib/resources/images/bso_icons/40109.png new file mode 100644 index 00000000000..162c3fd37ba Binary files /dev/null and b/src/lib/resources/images/bso_icons/40109.png differ diff --git a/src/lib/resources/images/bso_icons/40110.png b/src/lib/resources/images/bso_icons/40110.png new file mode 100644 index 00000000000..7ed00f8ce75 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40110.png differ diff --git a/src/lib/resources/images/bso_icons/40111.png b/src/lib/resources/images/bso_icons/40111.png new file mode 100644 index 00000000000..2c326ce8072 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40111.png differ diff --git a/src/lib/resources/images/bso_icons/40112.png b/src/lib/resources/images/bso_icons/40112.png new file mode 100644 index 00000000000..f83ee442de1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40112.png differ diff --git a/src/lib/resources/images/bso_icons/40113.png b/src/lib/resources/images/bso_icons/40113.png new file mode 100644 index 00000000000..70af75008f6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40113.png differ diff --git a/src/lib/resources/images/bso_icons/40114.png b/src/lib/resources/images/bso_icons/40114.png new file mode 100644 index 00000000000..40f86d0e7e9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/40114.png differ diff --git a/src/lib/resources/images/bso_icons/41053.png b/src/lib/resources/images/bso_icons/41053.png new file mode 100644 index 00000000000..9a58a543565 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41053.png differ diff --git a/src/lib/resources/images/bso_icons/41054.png b/src/lib/resources/images/bso_icons/41054.png new file mode 100644 index 00000000000..a09ba849988 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41054.png differ diff --git a/src/lib/resources/images/bso_icons/41055.png b/src/lib/resources/images/bso_icons/41055.png new file mode 100644 index 00000000000..ceb8f90745c Binary files /dev/null and b/src/lib/resources/images/bso_icons/41055.png differ diff --git a/src/lib/resources/images/bso_icons/41056.png b/src/lib/resources/images/bso_icons/41056.png new file mode 100644 index 00000000000..f5c3c30e483 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41056.png differ diff --git a/src/lib/resources/images/bso_icons/41057.png b/src/lib/resources/images/bso_icons/41057.png new file mode 100644 index 00000000000..2f508173e31 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41057.png differ diff --git a/src/lib/resources/images/bso_icons/41058.png b/src/lib/resources/images/bso_icons/41058.png new file mode 100644 index 00000000000..718449467cb Binary files /dev/null and b/src/lib/resources/images/bso_icons/41058.png differ diff --git a/src/lib/resources/images/bso_icons/41059.png b/src/lib/resources/images/bso_icons/41059.png new file mode 100644 index 00000000000..1bbc7e059c2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41059.png differ diff --git a/src/lib/resources/images/bso_icons/41060.png b/src/lib/resources/images/bso_icons/41060.png new file mode 100644 index 00000000000..033c94d7850 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41060.png differ diff --git a/src/lib/resources/images/bso_icons/41061.png b/src/lib/resources/images/bso_icons/41061.png new file mode 100644 index 00000000000..b2e6f6f52f6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41061.png differ diff --git a/src/lib/resources/images/bso_icons/41062.png b/src/lib/resources/images/bso_icons/41062.png new file mode 100644 index 00000000000..9801bb2bdc8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41062.png differ diff --git a/src/lib/resources/images/bso_icons/41063.png b/src/lib/resources/images/bso_icons/41063.png new file mode 100644 index 00000000000..5099b2e1b0b Binary files /dev/null and b/src/lib/resources/images/bso_icons/41063.png differ diff --git a/src/lib/resources/images/bso_icons/41064.png b/src/lib/resources/images/bso_icons/41064.png new file mode 100644 index 00000000000..9b9c8942766 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41064.png differ diff --git a/src/lib/resources/images/bso_icons/41065.png b/src/lib/resources/images/bso_icons/41065.png new file mode 100644 index 00000000000..aa9375f665f Binary files /dev/null and b/src/lib/resources/images/bso_icons/41065.png differ diff --git a/src/lib/resources/images/bso_icons/41066.png b/src/lib/resources/images/bso_icons/41066.png new file mode 100644 index 00000000000..5b3c3345e92 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41066.png differ diff --git a/src/lib/resources/images/bso_icons/41067.png b/src/lib/resources/images/bso_icons/41067.png new file mode 100644 index 00000000000..41ecbd8f949 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41067.png differ diff --git a/src/lib/resources/images/bso_icons/41068.png b/src/lib/resources/images/bso_icons/41068.png new file mode 100644 index 00000000000..a3b04a247af Binary files /dev/null and b/src/lib/resources/images/bso_icons/41068.png differ diff --git a/src/lib/resources/images/bso_icons/41069.png b/src/lib/resources/images/bso_icons/41069.png new file mode 100644 index 00000000000..03126f2b599 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41069.png differ diff --git a/src/lib/resources/images/bso_icons/41070.png b/src/lib/resources/images/bso_icons/41070.png new file mode 100644 index 00000000000..cfcacafaeca Binary files /dev/null and b/src/lib/resources/images/bso_icons/41070.png differ diff --git a/src/lib/resources/images/bso_icons/41071.png b/src/lib/resources/images/bso_icons/41071.png new file mode 100644 index 00000000000..d6e7d795819 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41071.png differ diff --git a/src/lib/resources/images/bso_icons/41072.png b/src/lib/resources/images/bso_icons/41072.png new file mode 100644 index 00000000000..90f63ca4319 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41072.png differ diff --git a/src/lib/resources/images/bso_icons/41073.png b/src/lib/resources/images/bso_icons/41073.png new file mode 100644 index 00000000000..9eb53afe309 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41073.png differ diff --git a/src/lib/resources/images/bso_icons/41074.png b/src/lib/resources/images/bso_icons/41074.png new file mode 100644 index 00000000000..9e664beef6f Binary files /dev/null and b/src/lib/resources/images/bso_icons/41074.png differ diff --git a/src/lib/resources/images/bso_icons/41075.png b/src/lib/resources/images/bso_icons/41075.png new file mode 100644 index 00000000000..d473f7bc2eb Binary files /dev/null and b/src/lib/resources/images/bso_icons/41075.png differ diff --git a/src/lib/resources/images/bso_icons/41076.png b/src/lib/resources/images/bso_icons/41076.png new file mode 100644 index 00000000000..58238a7f9f4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41076.png differ diff --git a/src/lib/resources/images/bso_icons/41077.png b/src/lib/resources/images/bso_icons/41077.png new file mode 100644 index 00000000000..2dc970d36af Binary files /dev/null and b/src/lib/resources/images/bso_icons/41077.png differ diff --git a/src/lib/resources/images/bso_icons/41078.png b/src/lib/resources/images/bso_icons/41078.png new file mode 100644 index 00000000000..ea49c78331c Binary files /dev/null and b/src/lib/resources/images/bso_icons/41078.png differ diff --git a/src/lib/resources/images/bso_icons/41079.png b/src/lib/resources/images/bso_icons/41079.png new file mode 100644 index 00000000000..aaa7cd9da0c Binary files /dev/null and b/src/lib/resources/images/bso_icons/41079.png differ diff --git a/src/lib/resources/images/bso_icons/41080.png b/src/lib/resources/images/bso_icons/41080.png new file mode 100644 index 00000000000..9a852bd104a Binary files /dev/null and b/src/lib/resources/images/bso_icons/41080.png differ diff --git a/src/lib/resources/images/bso_icons/41081.png b/src/lib/resources/images/bso_icons/41081.png new file mode 100644 index 00000000000..655a29bc39a Binary files /dev/null and b/src/lib/resources/images/bso_icons/41081.png differ diff --git a/src/lib/resources/images/bso_icons/41082.png b/src/lib/resources/images/bso_icons/41082.png new file mode 100644 index 00000000000..15986271b6c Binary files /dev/null and b/src/lib/resources/images/bso_icons/41082.png differ diff --git a/src/lib/resources/images/bso_icons/41083.png b/src/lib/resources/images/bso_icons/41083.png new file mode 100644 index 00000000000..0f11ea6f453 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41083.png differ diff --git a/src/lib/resources/images/bso_icons/41084.png b/src/lib/resources/images/bso_icons/41084.png new file mode 100644 index 00000000000..3abc3dab2f4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41084.png differ diff --git a/src/lib/resources/images/bso_icons/41085.png b/src/lib/resources/images/bso_icons/41085.png new file mode 100644 index 00000000000..c940480090f Binary files /dev/null and b/src/lib/resources/images/bso_icons/41085.png differ diff --git a/src/lib/resources/images/bso_icons/41086.png b/src/lib/resources/images/bso_icons/41086.png new file mode 100644 index 00000000000..d459f021182 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41086.png differ diff --git a/src/lib/resources/images/bso_icons/41087.png b/src/lib/resources/images/bso_icons/41087.png new file mode 100644 index 00000000000..1a266ba797e Binary files /dev/null and b/src/lib/resources/images/bso_icons/41087.png differ diff --git a/src/lib/resources/images/bso_icons/41088.png b/src/lib/resources/images/bso_icons/41088.png new file mode 100644 index 00000000000..8d33065564e Binary files /dev/null and b/src/lib/resources/images/bso_icons/41088.png differ diff --git a/src/lib/resources/images/bso_icons/41089.png b/src/lib/resources/images/bso_icons/41089.png new file mode 100644 index 00000000000..394dd95822c Binary files /dev/null and b/src/lib/resources/images/bso_icons/41089.png differ diff --git a/src/lib/resources/images/bso_icons/41100.png b/src/lib/resources/images/bso_icons/41100.png new file mode 100644 index 00000000000..59089519689 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41100.png differ diff --git a/src/lib/resources/images/bso_icons/41101.png b/src/lib/resources/images/bso_icons/41101.png new file mode 100644 index 00000000000..356292ed262 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41101.png differ diff --git a/src/lib/resources/images/bso_icons/41102.png b/src/lib/resources/images/bso_icons/41102.png new file mode 100644 index 00000000000..0ea7d51bb3c Binary files /dev/null and b/src/lib/resources/images/bso_icons/41102.png differ diff --git a/src/lib/resources/images/bso_icons/41103.png b/src/lib/resources/images/bso_icons/41103.png new file mode 100644 index 00000000000..f16c6d3d211 Binary files /dev/null and b/src/lib/resources/images/bso_icons/41103.png differ diff --git a/src/lib/resources/images/bso_icons/41104.png b/src/lib/resources/images/bso_icons/41104.png new file mode 100644 index 00000000000..18c870e400a Binary files /dev/null and b/src/lib/resources/images/bso_icons/41104.png differ diff --git a/src/lib/resources/images/bso_icons/4149.png b/src/lib/resources/images/bso_icons/4149.png new file mode 100644 index 00000000000..334fc7f81ca Binary files /dev/null and b/src/lib/resources/images/bso_icons/4149.png differ diff --git a/src/lib/resources/images/bso_icons/4272.png b/src/lib/resources/images/bso_icons/4272.png new file mode 100644 index 00000000000..2eff3b04d95 Binary files /dev/null and b/src/lib/resources/images/bso_icons/4272.png differ diff --git a/src/lib/resources/images/bso_icons/4273.png b/src/lib/resources/images/bso_icons/4273.png new file mode 100644 index 00000000000..471c13c3dc9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/4273.png differ diff --git a/src/lib/resources/images/bso_icons/432.png b/src/lib/resources/images/bso_icons/432.png new file mode 100644 index 00000000000..241d528184b Binary files /dev/null and b/src/lib/resources/images/bso_icons/432.png differ diff --git a/src/lib/resources/images/bso_icons/45003.png b/src/lib/resources/images/bso_icons/45003.png new file mode 100644 index 00000000000..412cbc3fff1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/45003.png differ diff --git a/src/lib/resources/images/bso_icons/45004.png b/src/lib/resources/images/bso_icons/45004.png new file mode 100644 index 00000000000..5eb869a1ab5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/45004.png differ diff --git a/src/lib/resources/images/bso_icons/45005.png b/src/lib/resources/images/bso_icons/45005.png new file mode 100644 index 00000000000..f8ab2a53689 Binary files /dev/null and b/src/lib/resources/images/bso_icons/45005.png differ diff --git a/src/lib/resources/images/bso_icons/45006.png b/src/lib/resources/images/bso_icons/45006.png new file mode 100644 index 00000000000..f65b8cf1d92 Binary files /dev/null and b/src/lib/resources/images/bso_icons/45006.png differ diff --git a/src/lib/resources/images/bso_icons/45007.png b/src/lib/resources/images/bso_icons/45007.png new file mode 100644 index 00000000000..4479a2d7c4c Binary files /dev/null and b/src/lib/resources/images/bso_icons/45007.png differ diff --git a/src/lib/resources/images/bso_icons/45008.png b/src/lib/resources/images/bso_icons/45008.png new file mode 100644 index 00000000000..263f4036b57 Binary files /dev/null and b/src/lib/resources/images/bso_icons/45008.png differ diff --git a/src/lib/resources/images/bso_icons/45009.png b/src/lib/resources/images/bso_icons/45009.png new file mode 100644 index 00000000000..52f3d612e4e Binary files /dev/null and b/src/lib/resources/images/bso_icons/45009.png differ diff --git a/src/lib/resources/images/bso_icons/45010.png b/src/lib/resources/images/bso_icons/45010.png new file mode 100644 index 00000000000..5fd056b13ba Binary files /dev/null and b/src/lib/resources/images/bso_icons/45010.png differ diff --git a/src/lib/resources/images/bso_icons/45100.png b/src/lib/resources/images/bso_icons/45100.png new file mode 100644 index 00000000000..2d5979e6982 Binary files /dev/null and b/src/lib/resources/images/bso_icons/45100.png differ diff --git a/src/lib/resources/images/bso_icons/45101.png b/src/lib/resources/images/bso_icons/45101.png new file mode 100644 index 00000000000..bfc65b87731 Binary files /dev/null and b/src/lib/resources/images/bso_icons/45101.png differ diff --git a/src/lib/resources/images/bso_icons/45102.png b/src/lib/resources/images/bso_icons/45102.png new file mode 100644 index 00000000000..0e1d7f04bf0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/45102.png differ diff --git a/src/lib/resources/images/bso_icons/45103.png b/src/lib/resources/images/bso_icons/45103.png new file mode 100644 index 00000000000..cf0fc16859b Binary files /dev/null and b/src/lib/resources/images/bso_icons/45103.png differ diff --git a/src/lib/resources/images/bso_icons/45104.png b/src/lib/resources/images/bso_icons/45104.png new file mode 100644 index 00000000000..192720b171f Binary files /dev/null and b/src/lib/resources/images/bso_icons/45104.png differ diff --git a/src/lib/resources/images/bso_icons/45105.png b/src/lib/resources/images/bso_icons/45105.png new file mode 100644 index 00000000000..5da3d78cedf Binary files /dev/null and b/src/lib/resources/images/bso_icons/45105.png differ diff --git a/src/lib/resources/images/bso_icons/45106.png b/src/lib/resources/images/bso_icons/45106.png new file mode 100644 index 00000000000..b42c643e9c9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/45106.png differ diff --git a/src/lib/resources/images/bso_icons/45107.png b/src/lib/resources/images/bso_icons/45107.png new file mode 100644 index 00000000000..094e69b8bea Binary files /dev/null and b/src/lib/resources/images/bso_icons/45107.png differ diff --git a/src/lib/resources/images/bso_icons/45108.png b/src/lib/resources/images/bso_icons/45108.png new file mode 100644 index 00000000000..97b09ce30d9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/45108.png differ diff --git a/src/lib/resources/images/bso_icons/47000.png b/src/lib/resources/images/bso_icons/47000.png new file mode 100644 index 00000000000..928de253acb Binary files /dev/null and b/src/lib/resources/images/bso_icons/47000.png differ diff --git a/src/lib/resources/images/bso_icons/47001.png b/src/lib/resources/images/bso_icons/47001.png new file mode 100644 index 00000000000..d25d251bccf Binary files /dev/null and b/src/lib/resources/images/bso_icons/47001.png differ diff --git a/src/lib/resources/images/bso_icons/47002.png b/src/lib/resources/images/bso_icons/47002.png new file mode 100644 index 00000000000..8168d4306ee Binary files /dev/null and b/src/lib/resources/images/bso_icons/47002.png differ diff --git a/src/lib/resources/images/bso_icons/47010.png b/src/lib/resources/images/bso_icons/47010.png new file mode 100644 index 00000000000..6af919e0964 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47010.png differ diff --git a/src/lib/resources/images/bso_icons/472.png b/src/lib/resources/images/bso_icons/472.png new file mode 100644 index 00000000000..5df155974d3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/472.png differ diff --git a/src/lib/resources/images/bso_icons/474.png b/src/lib/resources/images/bso_icons/474.png new file mode 100644 index 00000000000..aac09b4a11b Binary files /dev/null and b/src/lib/resources/images/bso_icons/474.png differ diff --git a/src/lib/resources/images/bso_icons/47500.png b/src/lib/resources/images/bso_icons/47500.png new file mode 100644 index 00000000000..3b27192c4ae Binary files /dev/null and b/src/lib/resources/images/bso_icons/47500.png differ diff --git a/src/lib/resources/images/bso_icons/47501.png b/src/lib/resources/images/bso_icons/47501.png new file mode 100644 index 00000000000..d4743fdec54 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47501.png differ diff --git a/src/lib/resources/images/bso_icons/47502.png b/src/lib/resources/images/bso_icons/47502.png new file mode 100644 index 00000000000..7943465ecf5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47502.png differ diff --git a/src/lib/resources/images/bso_icons/47503.png b/src/lib/resources/images/bso_icons/47503.png new file mode 100644 index 00000000000..8cb4968b6b9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47503.png differ diff --git a/src/lib/resources/images/bso_icons/47504.png b/src/lib/resources/images/bso_icons/47504.png new file mode 100644 index 00000000000..90dab88863e Binary files /dev/null and b/src/lib/resources/images/bso_icons/47504.png differ diff --git a/src/lib/resources/images/bso_icons/47505.png b/src/lib/resources/images/bso_icons/47505.png new file mode 100644 index 00000000000..d9cf4265b47 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47505.png differ diff --git a/src/lib/resources/images/bso_icons/47506.png b/src/lib/resources/images/bso_icons/47506.png new file mode 100644 index 00000000000..fe31d6a4e9e Binary files /dev/null and b/src/lib/resources/images/bso_icons/47506.png differ diff --git a/src/lib/resources/images/bso_icons/47507.png b/src/lib/resources/images/bso_icons/47507.png new file mode 100644 index 00000000000..2f2eb186204 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47507.png differ diff --git a/src/lib/resources/images/bso_icons/47508.png b/src/lib/resources/images/bso_icons/47508.png new file mode 100644 index 00000000000..81789abe314 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47508.png differ diff --git a/src/lib/resources/images/bso_icons/47509.png b/src/lib/resources/images/bso_icons/47509.png new file mode 100644 index 00000000000..bf21e9d2e3e Binary files /dev/null and b/src/lib/resources/images/bso_icons/47509.png differ diff --git a/src/lib/resources/images/bso_icons/47510.png b/src/lib/resources/images/bso_icons/47510.png new file mode 100644 index 00000000000..924301e5215 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47510.png differ diff --git a/src/lib/resources/images/bso_icons/47511.png b/src/lib/resources/images/bso_icons/47511.png new file mode 100644 index 00000000000..e1788742df6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47511.png differ diff --git a/src/lib/resources/images/bso_icons/47512.png b/src/lib/resources/images/bso_icons/47512.png new file mode 100644 index 00000000000..0295f7dbfd5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47512.png differ diff --git a/src/lib/resources/images/bso_icons/47513.png b/src/lib/resources/images/bso_icons/47513.png new file mode 100644 index 00000000000..631196b0b22 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47513.png differ diff --git a/src/lib/resources/images/bso_icons/47514.png b/src/lib/resources/images/bso_icons/47514.png new file mode 100644 index 00000000000..575cf5a2475 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47514.png differ diff --git a/src/lib/resources/images/bso_icons/47515.png b/src/lib/resources/images/bso_icons/47515.png new file mode 100644 index 00000000000..cee057c6e32 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47515.png differ diff --git a/src/lib/resources/images/bso_icons/47516.png b/src/lib/resources/images/bso_icons/47516.png new file mode 100644 index 00000000000..96e2528f990 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47516.png differ diff --git a/src/lib/resources/images/bso_icons/47517.png b/src/lib/resources/images/bso_icons/47517.png new file mode 100644 index 00000000000..5e116b78bc8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47517.png differ diff --git a/src/lib/resources/images/bso_icons/47518.png b/src/lib/resources/images/bso_icons/47518.png new file mode 100644 index 00000000000..599f7ef006d Binary files /dev/null and b/src/lib/resources/images/bso_icons/47518.png differ diff --git a/src/lib/resources/images/bso_icons/47519.png b/src/lib/resources/images/bso_icons/47519.png new file mode 100644 index 00000000000..291d0f457b5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47519.png differ diff --git a/src/lib/resources/images/bso_icons/47520.png b/src/lib/resources/images/bso_icons/47520.png new file mode 100644 index 00000000000..94ee07a27d1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47520.png differ diff --git a/src/lib/resources/images/bso_icons/47521.png b/src/lib/resources/images/bso_icons/47521.png new file mode 100644 index 00000000000..05128ff1258 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47521.png differ diff --git a/src/lib/resources/images/bso_icons/47522.png b/src/lib/resources/images/bso_icons/47522.png new file mode 100644 index 00000000000..2a3155c98df Binary files /dev/null and b/src/lib/resources/images/bso_icons/47522.png differ diff --git a/src/lib/resources/images/bso_icons/47523.png b/src/lib/resources/images/bso_icons/47523.png new file mode 100644 index 00000000000..4279b9002fc Binary files /dev/null and b/src/lib/resources/images/bso_icons/47523.png differ diff --git a/src/lib/resources/images/bso_icons/47524.png b/src/lib/resources/images/bso_icons/47524.png new file mode 100644 index 00000000000..b7972333270 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47524.png differ diff --git a/src/lib/resources/images/bso_icons/47525.png b/src/lib/resources/images/bso_icons/47525.png new file mode 100644 index 00000000000..584a6f5f82e Binary files /dev/null and b/src/lib/resources/images/bso_icons/47525.png differ diff --git a/src/lib/resources/images/bso_icons/47526.png b/src/lib/resources/images/bso_icons/47526.png new file mode 100644 index 00000000000..248a9444f25 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47526.png differ diff --git a/src/lib/resources/images/bso_icons/47527.png b/src/lib/resources/images/bso_icons/47527.png new file mode 100644 index 00000000000..a5f7b45f109 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47527.png differ diff --git a/src/lib/resources/images/bso_icons/47528.png b/src/lib/resources/images/bso_icons/47528.png new file mode 100644 index 00000000000..ee40dd54137 Binary files /dev/null and b/src/lib/resources/images/bso_icons/47528.png differ diff --git a/src/lib/resources/images/bso_icons/47529.png b/src/lib/resources/images/bso_icons/47529.png new file mode 100644 index 00000000000..df1dd346caa Binary files /dev/null and b/src/lib/resources/images/bso_icons/47529.png differ diff --git a/src/lib/resources/images/bso_icons/476.png b/src/lib/resources/images/bso_icons/476.png new file mode 100644 index 00000000000..36df944e7d8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/476.png differ diff --git a/src/lib/resources/images/bso_icons/478.png b/src/lib/resources/images/bso_icons/478.png new file mode 100644 index 00000000000..99dc4a190d4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/478.png differ diff --git a/src/lib/resources/images/bso_icons/48000.png b/src/lib/resources/images/bso_icons/48000.png new file mode 100644 index 00000000000..fd3a497caae Binary files /dev/null and b/src/lib/resources/images/bso_icons/48000.png differ diff --git a/src/lib/resources/images/bso_icons/48001.png b/src/lib/resources/images/bso_icons/48001.png new file mode 100644 index 00000000000..6d29ee0d39f Binary files /dev/null and b/src/lib/resources/images/bso_icons/48001.png differ diff --git a/src/lib/resources/images/bso_icons/48002.png b/src/lib/resources/images/bso_icons/48002.png new file mode 100644 index 00000000000..47424941a28 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48002.png differ diff --git a/src/lib/resources/images/bso_icons/48003.png b/src/lib/resources/images/bso_icons/48003.png new file mode 100644 index 00000000000..d19d4c5e120 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48003.png differ diff --git a/src/lib/resources/images/bso_icons/48004.png b/src/lib/resources/images/bso_icons/48004.png new file mode 100644 index 00000000000..83cf2edf6b2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48004.png differ diff --git a/src/lib/resources/images/bso_icons/48005.png b/src/lib/resources/images/bso_icons/48005.png new file mode 100644 index 00000000000..fd3a4542951 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48005.png differ diff --git a/src/lib/resources/images/bso_icons/48006.png b/src/lib/resources/images/bso_icons/48006.png new file mode 100644 index 00000000000..5e111db8338 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48006.png differ diff --git a/src/lib/resources/images/bso_icons/48007.png b/src/lib/resources/images/bso_icons/48007.png new file mode 100644 index 00000000000..a0c702d2c06 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48007.png differ diff --git a/src/lib/resources/images/bso_icons/48008.png b/src/lib/resources/images/bso_icons/48008.png new file mode 100644 index 00000000000..afe153b215f Binary files /dev/null and b/src/lib/resources/images/bso_icons/48008.png differ diff --git a/src/lib/resources/images/bso_icons/48009.png b/src/lib/resources/images/bso_icons/48009.png new file mode 100644 index 00000000000..80553f15a87 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48009.png differ diff --git a/src/lib/resources/images/bso_icons/48010.png b/src/lib/resources/images/bso_icons/48010.png new file mode 100644 index 00000000000..dbc110f37cf Binary files /dev/null and b/src/lib/resources/images/bso_icons/48010.png differ diff --git a/src/lib/resources/images/bso_icons/48011.png b/src/lib/resources/images/bso_icons/48011.png new file mode 100644 index 00000000000..58b50c4747a Binary files /dev/null and b/src/lib/resources/images/bso_icons/48011.png differ diff --git a/src/lib/resources/images/bso_icons/48012.png b/src/lib/resources/images/bso_icons/48012.png new file mode 100644 index 00000000000..019c5ea585f Binary files /dev/null and b/src/lib/resources/images/bso_icons/48012.png differ diff --git a/src/lib/resources/images/bso_icons/48013.png b/src/lib/resources/images/bso_icons/48013.png new file mode 100644 index 00000000000..d31abb02f42 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48013.png differ diff --git a/src/lib/resources/images/bso_icons/48014.png b/src/lib/resources/images/bso_icons/48014.png new file mode 100644 index 00000000000..cb6848e7012 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48014.png differ diff --git a/src/lib/resources/images/bso_icons/48015.png b/src/lib/resources/images/bso_icons/48015.png new file mode 100644 index 00000000000..c38da3d5d08 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48015.png differ diff --git a/src/lib/resources/images/bso_icons/48016.png b/src/lib/resources/images/bso_icons/48016.png new file mode 100644 index 00000000000..92ccf12f3bb Binary files /dev/null and b/src/lib/resources/images/bso_icons/48016.png differ diff --git a/src/lib/resources/images/bso_icons/48017.png b/src/lib/resources/images/bso_icons/48017.png new file mode 100644 index 00000000000..2e8f6b48ed3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48017.png differ diff --git a/src/lib/resources/images/bso_icons/48018.png b/src/lib/resources/images/bso_icons/48018.png new file mode 100644 index 00000000000..4837060eba9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48018.png differ diff --git a/src/lib/resources/images/bso_icons/48019.png b/src/lib/resources/images/bso_icons/48019.png new file mode 100644 index 00000000000..6059ad0be0e Binary files /dev/null and b/src/lib/resources/images/bso_icons/48019.png differ diff --git a/src/lib/resources/images/bso_icons/48200.png b/src/lib/resources/images/bso_icons/48200.png new file mode 100644 index 00000000000..2538450852e Binary files /dev/null and b/src/lib/resources/images/bso_icons/48200.png differ diff --git a/src/lib/resources/images/bso_icons/48201.png b/src/lib/resources/images/bso_icons/48201.png new file mode 100644 index 00000000000..e76302b30e3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48201.png differ diff --git a/src/lib/resources/images/bso_icons/48202.png b/src/lib/resources/images/bso_icons/48202.png new file mode 100644 index 00000000000..32349b4e00f Binary files /dev/null and b/src/lib/resources/images/bso_icons/48202.png differ diff --git a/src/lib/resources/images/bso_icons/48203.png b/src/lib/resources/images/bso_icons/48203.png new file mode 100644 index 00000000000..a7aa81bf2d3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48203.png differ diff --git a/src/lib/resources/images/bso_icons/48204.png b/src/lib/resources/images/bso_icons/48204.png new file mode 100644 index 00000000000..a7b552d1e66 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48204.png differ diff --git a/src/lib/resources/images/bso_icons/48205.png b/src/lib/resources/images/bso_icons/48205.png new file mode 100644 index 00000000000..a6ea03956d4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48205.png differ diff --git a/src/lib/resources/images/bso_icons/48206.png b/src/lib/resources/images/bso_icons/48206.png new file mode 100644 index 00000000000..44686c288a5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48206.png differ diff --git a/src/lib/resources/images/bso_icons/48207.png b/src/lib/resources/images/bso_icons/48207.png new file mode 100644 index 00000000000..b0860e9ca23 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48207.png differ diff --git a/src/lib/resources/images/bso_icons/48208.png b/src/lib/resources/images/bso_icons/48208.png new file mode 100644 index 00000000000..4163b2a0baa Binary files /dev/null and b/src/lib/resources/images/bso_icons/48208.png differ diff --git a/src/lib/resources/images/bso_icons/48209.png b/src/lib/resources/images/bso_icons/48209.png new file mode 100644 index 00000000000..b7903c223f4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48209.png differ diff --git a/src/lib/resources/images/bso_icons/48210.png b/src/lib/resources/images/bso_icons/48210.png new file mode 100644 index 00000000000..f0688aaf4d3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48210.png differ diff --git a/src/lib/resources/images/bso_icons/48211.png b/src/lib/resources/images/bso_icons/48211.png new file mode 100644 index 00000000000..7858f267a1c Binary files /dev/null and b/src/lib/resources/images/bso_icons/48211.png differ diff --git a/src/lib/resources/images/bso_icons/48212.png b/src/lib/resources/images/bso_icons/48212.png new file mode 100644 index 00000000000..b2208731a17 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48212.png differ diff --git a/src/lib/resources/images/bso_icons/48213.png b/src/lib/resources/images/bso_icons/48213.png new file mode 100644 index 00000000000..c4734ccf32a Binary files /dev/null and b/src/lib/resources/images/bso_icons/48213.png differ diff --git a/src/lib/resources/images/bso_icons/48214.png b/src/lib/resources/images/bso_icons/48214.png new file mode 100644 index 00000000000..1df088b4b0d Binary files /dev/null and b/src/lib/resources/images/bso_icons/48214.png differ diff --git a/src/lib/resources/images/bso_icons/48215.png b/src/lib/resources/images/bso_icons/48215.png new file mode 100644 index 00000000000..cdf8ba9991c Binary files /dev/null and b/src/lib/resources/images/bso_icons/48215.png differ diff --git a/src/lib/resources/images/bso_icons/48216.png b/src/lib/resources/images/bso_icons/48216.png new file mode 100644 index 00000000000..a64c1cd1cc5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48216.png differ diff --git a/src/lib/resources/images/bso_icons/48217.png b/src/lib/resources/images/bso_icons/48217.png new file mode 100644 index 00000000000..7f8f54943da Binary files /dev/null and b/src/lib/resources/images/bso_icons/48217.png differ diff --git a/src/lib/resources/images/bso_icons/48218.png b/src/lib/resources/images/bso_icons/48218.png new file mode 100644 index 00000000000..dead8c9ad14 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48218.png differ diff --git a/src/lib/resources/images/bso_icons/48219.png b/src/lib/resources/images/bso_icons/48219.png new file mode 100644 index 00000000000..962623e698b Binary files /dev/null and b/src/lib/resources/images/bso_icons/48219.png differ diff --git a/src/lib/resources/images/bso_icons/48220.png b/src/lib/resources/images/bso_icons/48220.png new file mode 100644 index 00000000000..81446e4e011 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48220.png differ diff --git a/src/lib/resources/images/bso_icons/48221.png b/src/lib/resources/images/bso_icons/48221.png new file mode 100644 index 00000000000..fab8147f75a Binary files /dev/null and b/src/lib/resources/images/bso_icons/48221.png differ diff --git a/src/lib/resources/images/bso_icons/48222.png b/src/lib/resources/images/bso_icons/48222.png new file mode 100644 index 00000000000..8fcc11883eb Binary files /dev/null and b/src/lib/resources/images/bso_icons/48222.png differ diff --git a/src/lib/resources/images/bso_icons/48223.png b/src/lib/resources/images/bso_icons/48223.png new file mode 100644 index 00000000000..2538450852e Binary files /dev/null and b/src/lib/resources/images/bso_icons/48223.png differ diff --git a/src/lib/resources/images/bso_icons/48224.png b/src/lib/resources/images/bso_icons/48224.png new file mode 100644 index 00000000000..4d4e7e3c08f Binary files /dev/null and b/src/lib/resources/images/bso_icons/48224.png differ diff --git a/src/lib/resources/images/bso_icons/48225.png b/src/lib/resources/images/bso_icons/48225.png new file mode 100644 index 00000000000..1d2cb953ddf Binary files /dev/null and b/src/lib/resources/images/bso_icons/48225.png differ diff --git a/src/lib/resources/images/bso_icons/48226.png b/src/lib/resources/images/bso_icons/48226.png new file mode 100644 index 00000000000..c4b9bbd885e Binary files /dev/null and b/src/lib/resources/images/bso_icons/48226.png differ diff --git a/src/lib/resources/images/bso_icons/48228.png b/src/lib/resources/images/bso_icons/48228.png new file mode 100644 index 00000000000..4d6b29d6e8a Binary files /dev/null and b/src/lib/resources/images/bso_icons/48228.png differ diff --git a/src/lib/resources/images/bso_icons/48229.png b/src/lib/resources/images/bso_icons/48229.png new file mode 100644 index 00000000000..6235d613445 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48229.png differ diff --git a/src/lib/resources/images/bso_icons/48230.png b/src/lib/resources/images/bso_icons/48230.png new file mode 100644 index 00000000000..3d9738716cf Binary files /dev/null and b/src/lib/resources/images/bso_icons/48230.png differ diff --git a/src/lib/resources/images/bso_icons/48240.png b/src/lib/resources/images/bso_icons/48240.png new file mode 100644 index 00000000000..82a5a357281 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48240.png differ diff --git a/src/lib/resources/images/bso_icons/48241.png b/src/lib/resources/images/bso_icons/48241.png new file mode 100644 index 00000000000..f9b36724939 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48241.png differ diff --git a/src/lib/resources/images/bso_icons/48242.png b/src/lib/resources/images/bso_icons/48242.png new file mode 100644 index 00000000000..638b709c47a Binary files /dev/null and b/src/lib/resources/images/bso_icons/48242.png differ diff --git a/src/lib/resources/images/bso_icons/48243.png b/src/lib/resources/images/bso_icons/48243.png new file mode 100644 index 00000000000..75c979fcc90 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48243.png differ diff --git a/src/lib/resources/images/bso_icons/48244.png b/src/lib/resources/images/bso_icons/48244.png new file mode 100644 index 00000000000..9302000e6c2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48244.png differ diff --git a/src/lib/resources/images/bso_icons/48245.png b/src/lib/resources/images/bso_icons/48245.png new file mode 100644 index 00000000000..f3a385801c9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48245.png differ diff --git a/src/lib/resources/images/bso_icons/48246.png b/src/lib/resources/images/bso_icons/48246.png new file mode 100644 index 00000000000..ae8d68d13ff Binary files /dev/null and b/src/lib/resources/images/bso_icons/48246.png differ diff --git a/src/lib/resources/images/bso_icons/48247.png b/src/lib/resources/images/bso_icons/48247.png new file mode 100644 index 00000000000..d2676001234 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48247.png differ diff --git a/src/lib/resources/images/bso_icons/48248.png b/src/lib/resources/images/bso_icons/48248.png new file mode 100644 index 00000000000..a44246bc1d1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48248.png differ diff --git a/src/lib/resources/images/bso_icons/48249.png b/src/lib/resources/images/bso_icons/48249.png new file mode 100644 index 00000000000..fda8278fa96 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48249.png differ diff --git a/src/lib/resources/images/bso_icons/48250.png b/src/lib/resources/images/bso_icons/48250.png new file mode 100644 index 00000000000..c01c826645c Binary files /dev/null and b/src/lib/resources/images/bso_icons/48250.png differ diff --git a/src/lib/resources/images/bso_icons/48251.png b/src/lib/resources/images/bso_icons/48251.png new file mode 100644 index 00000000000..2d562129f89 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48251.png differ diff --git a/src/lib/resources/images/bso_icons/48252.png b/src/lib/resources/images/bso_icons/48252.png new file mode 100644 index 00000000000..54b2551075f Binary files /dev/null and b/src/lib/resources/images/bso_icons/48252.png differ diff --git a/src/lib/resources/images/bso_icons/48253.png b/src/lib/resources/images/bso_icons/48253.png new file mode 100644 index 00000000000..278fc811abd Binary files /dev/null and b/src/lib/resources/images/bso_icons/48253.png differ diff --git a/src/lib/resources/images/bso_icons/48254.png b/src/lib/resources/images/bso_icons/48254.png new file mode 100644 index 00000000000..4be50ae9ae5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48254.png differ diff --git a/src/lib/resources/images/bso_icons/48255.png b/src/lib/resources/images/bso_icons/48255.png new file mode 100644 index 00000000000..550a7101bbb Binary files /dev/null and b/src/lib/resources/images/bso_icons/48255.png differ diff --git a/src/lib/resources/images/bso_icons/48256.png b/src/lib/resources/images/bso_icons/48256.png new file mode 100644 index 00000000000..e0b14030111 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48256.png differ diff --git a/src/lib/resources/images/bso_icons/48257.png b/src/lib/resources/images/bso_icons/48257.png new file mode 100644 index 00000000000..a14626ec84c Binary files /dev/null and b/src/lib/resources/images/bso_icons/48257.png differ diff --git a/src/lib/resources/images/bso_icons/48258.png b/src/lib/resources/images/bso_icons/48258.png new file mode 100644 index 00000000000..dd34f7aab65 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48258.png differ diff --git a/src/lib/resources/images/bso_icons/48259.png b/src/lib/resources/images/bso_icons/48259.png new file mode 100644 index 00000000000..335e2667736 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48259.png differ diff --git a/src/lib/resources/images/bso_icons/48260.png b/src/lib/resources/images/bso_icons/48260.png new file mode 100644 index 00000000000..a101b6dc8bc Binary files /dev/null and b/src/lib/resources/images/bso_icons/48260.png differ diff --git a/src/lib/resources/images/bso_icons/48261.png b/src/lib/resources/images/bso_icons/48261.png new file mode 100644 index 00000000000..0c58c82d2fd Binary files /dev/null and b/src/lib/resources/images/bso_icons/48261.png differ diff --git a/src/lib/resources/images/bso_icons/48262.png b/src/lib/resources/images/bso_icons/48262.png new file mode 100644 index 00000000000..2c47438282b Binary files /dev/null and b/src/lib/resources/images/bso_icons/48262.png differ diff --git a/src/lib/resources/images/bso_icons/48263.png b/src/lib/resources/images/bso_icons/48263.png new file mode 100644 index 00000000000..cd314111f01 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48263.png differ diff --git a/src/lib/resources/images/bso_icons/48264.png b/src/lib/resources/images/bso_icons/48264.png new file mode 100644 index 00000000000..4a3e65c86d4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48264.png differ diff --git a/src/lib/resources/images/bso_icons/48265.png b/src/lib/resources/images/bso_icons/48265.png new file mode 100644 index 00000000000..4294c7ee02a Binary files /dev/null and b/src/lib/resources/images/bso_icons/48265.png differ diff --git a/src/lib/resources/images/bso_icons/48266.png b/src/lib/resources/images/bso_icons/48266.png new file mode 100644 index 00000000000..3ef4a4bba03 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48266.png differ diff --git a/src/lib/resources/images/bso_icons/48267.png b/src/lib/resources/images/bso_icons/48267.png new file mode 100644 index 00000000000..1af071fe963 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48267.png differ diff --git a/src/lib/resources/images/bso_icons/48268.png b/src/lib/resources/images/bso_icons/48268.png new file mode 100644 index 00000000000..e22c2cb6512 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48268.png differ diff --git a/src/lib/resources/images/bso_icons/48273.png b/src/lib/resources/images/bso_icons/48273.png new file mode 100644 index 00000000000..adccc238c94 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48273.png differ diff --git a/src/lib/resources/images/bso_icons/48305.png b/src/lib/resources/images/bso_icons/48305.png new file mode 100644 index 00000000000..406b4294bab Binary files /dev/null and b/src/lib/resources/images/bso_icons/48305.png differ diff --git a/src/lib/resources/images/bso_icons/48306.png b/src/lib/resources/images/bso_icons/48306.png new file mode 100644 index 00000000000..35882882a25 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48306.png differ diff --git a/src/lib/resources/images/bso_icons/48307.png b/src/lib/resources/images/bso_icons/48307.png new file mode 100644 index 00000000000..faee9f200d9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48307.png differ diff --git a/src/lib/resources/images/bso_icons/48308.png b/src/lib/resources/images/bso_icons/48308.png new file mode 100644 index 00000000000..0307d9aa621 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48308.png differ diff --git a/src/lib/resources/images/bso_icons/48309.png b/src/lib/resources/images/bso_icons/48309.png new file mode 100644 index 00000000000..d83ff4f6249 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48309.png differ diff --git a/src/lib/resources/images/bso_icons/48310.png b/src/lib/resources/images/bso_icons/48310.png new file mode 100644 index 00000000000..6e84c1a3424 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48310.png differ diff --git a/src/lib/resources/images/bso_icons/48311.png b/src/lib/resources/images/bso_icons/48311.png new file mode 100644 index 00000000000..e3670007082 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48311.png differ diff --git a/src/lib/resources/images/bso_icons/48312.png b/src/lib/resources/images/bso_icons/48312.png new file mode 100644 index 00000000000..2564eeb3a07 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48312.png differ diff --git a/src/lib/resources/images/bso_icons/48313.png b/src/lib/resources/images/bso_icons/48313.png new file mode 100644 index 00000000000..1b2965fd4d8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48313.png differ diff --git a/src/lib/resources/images/bso_icons/48314.png b/src/lib/resources/images/bso_icons/48314.png new file mode 100644 index 00000000000..92922ef2340 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48314.png differ diff --git a/src/lib/resources/images/bso_icons/48315.png b/src/lib/resources/images/bso_icons/48315.png new file mode 100644 index 00000000000..548ea5b1057 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48315.png differ diff --git a/src/lib/resources/images/bso_icons/48316.png b/src/lib/resources/images/bso_icons/48316.png new file mode 100644 index 00000000000..394f14b4a10 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48316.png differ diff --git a/src/lib/resources/images/bso_icons/48317.png b/src/lib/resources/images/bso_icons/48317.png new file mode 100644 index 00000000000..8a5e25fdbc2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48317.png differ diff --git a/src/lib/resources/images/bso_icons/48318.png b/src/lib/resources/images/bso_icons/48318.png new file mode 100644 index 00000000000..96ec2f1418a Binary files /dev/null and b/src/lib/resources/images/bso_icons/48318.png differ diff --git a/src/lib/resources/images/bso_icons/48319.png b/src/lib/resources/images/bso_icons/48319.png new file mode 100644 index 00000000000..3b716464747 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48319.png differ diff --git a/src/lib/resources/images/bso_icons/48320.png b/src/lib/resources/images/bso_icons/48320.png new file mode 100644 index 00000000000..8e6ef74da65 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48320.png differ diff --git a/src/lib/resources/images/bso_icons/48321.png b/src/lib/resources/images/bso_icons/48321.png new file mode 100644 index 00000000000..2f67ac07402 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48321.png differ diff --git a/src/lib/resources/images/bso_icons/48322.png b/src/lib/resources/images/bso_icons/48322.png new file mode 100644 index 00000000000..c2b3b193feb Binary files /dev/null and b/src/lib/resources/images/bso_icons/48322.png differ diff --git a/src/lib/resources/images/bso_icons/48323.png b/src/lib/resources/images/bso_icons/48323.png new file mode 100644 index 00000000000..08c7be0492b Binary files /dev/null and b/src/lib/resources/images/bso_icons/48323.png differ diff --git a/src/lib/resources/images/bso_icons/48324.png b/src/lib/resources/images/bso_icons/48324.png new file mode 100644 index 00000000000..1c0c80fb6c9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48324.png differ diff --git a/src/lib/resources/images/bso_icons/48325.png b/src/lib/resources/images/bso_icons/48325.png new file mode 100644 index 00000000000..a09042e8dcd Binary files /dev/null and b/src/lib/resources/images/bso_icons/48325.png differ diff --git a/src/lib/resources/images/bso_icons/48326.png b/src/lib/resources/images/bso_icons/48326.png new file mode 100644 index 00000000000..9fb41cff2e0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48326.png differ diff --git a/src/lib/resources/images/bso_icons/48327.png b/src/lib/resources/images/bso_icons/48327.png new file mode 100644 index 00000000000..04f6388f8a5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48327.png differ diff --git a/src/lib/resources/images/bso_icons/48328.png b/src/lib/resources/images/bso_icons/48328.png new file mode 100644 index 00000000000..b0b196107bf Binary files /dev/null and b/src/lib/resources/images/bso_icons/48328.png differ diff --git a/src/lib/resources/images/bso_icons/48329.png b/src/lib/resources/images/bso_icons/48329.png new file mode 100644 index 00000000000..05c517fb76b Binary files /dev/null and b/src/lib/resources/images/bso_icons/48329.png differ diff --git a/src/lib/resources/images/bso_icons/48330.png b/src/lib/resources/images/bso_icons/48330.png new file mode 100644 index 00000000000..07eb218a47d Binary files /dev/null and b/src/lib/resources/images/bso_icons/48330.png differ diff --git a/src/lib/resources/images/bso_icons/48331.png b/src/lib/resources/images/bso_icons/48331.png new file mode 100644 index 00000000000..7a731a50a07 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48331.png differ diff --git a/src/lib/resources/images/bso_icons/48332.png b/src/lib/resources/images/bso_icons/48332.png new file mode 100644 index 00000000000..229781cc26a Binary files /dev/null and b/src/lib/resources/images/bso_icons/48332.png differ diff --git a/src/lib/resources/images/bso_icons/48333.png b/src/lib/resources/images/bso_icons/48333.png new file mode 100644 index 00000000000..658fa12451a Binary files /dev/null and b/src/lib/resources/images/bso_icons/48333.png differ diff --git a/src/lib/resources/images/bso_icons/48334.png b/src/lib/resources/images/bso_icons/48334.png new file mode 100644 index 00000000000..d788983fe17 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48334.png differ diff --git a/src/lib/resources/images/bso_icons/48335.png b/src/lib/resources/images/bso_icons/48335.png new file mode 100644 index 00000000000..41f27bef41a Binary files /dev/null and b/src/lib/resources/images/bso_icons/48335.png differ diff --git a/src/lib/resources/images/bso_icons/48336.png b/src/lib/resources/images/bso_icons/48336.png new file mode 100644 index 00000000000..ae842bf6de1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/48336.png differ diff --git a/src/lib/resources/images/bso_icons/48337.png b/src/lib/resources/images/bso_icons/48337.png new file mode 100644 index 00000000000..4dfe4104e6e Binary files /dev/null and b/src/lib/resources/images/bso_icons/48337.png differ diff --git a/src/lib/resources/images/bso_icons/500.png b/src/lib/resources/images/bso_icons/500.png new file mode 100644 index 00000000000..82b6ae15620 Binary files /dev/null and b/src/lib/resources/images/bso_icons/500.png differ diff --git a/src/lib/resources/images/bso_icons/50001.png b/src/lib/resources/images/bso_icons/50001.png new file mode 100644 index 00000000000..885e0888a18 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50001.png differ diff --git a/src/lib/resources/images/bso_icons/50002.png b/src/lib/resources/images/bso_icons/50002.png new file mode 100644 index 00000000000..07a7c09a56d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50002.png differ diff --git a/src/lib/resources/images/bso_icons/50003.png b/src/lib/resources/images/bso_icons/50003.png new file mode 100644 index 00000000000..1c292bd5b8c Binary files /dev/null and b/src/lib/resources/images/bso_icons/50003.png differ diff --git a/src/lib/resources/images/bso_icons/50004.png b/src/lib/resources/images/bso_icons/50004.png new file mode 100644 index 00000000000..6feacc2d1e9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50004.png differ diff --git a/src/lib/resources/images/bso_icons/50005.png b/src/lib/resources/images/bso_icons/50005.png new file mode 100644 index 00000000000..607cbdae4f6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50005.png differ diff --git a/src/lib/resources/images/bso_icons/50006.png b/src/lib/resources/images/bso_icons/50006.png new file mode 100644 index 00000000000..66c32ee7042 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50006.png differ diff --git a/src/lib/resources/images/bso_icons/50007.png b/src/lib/resources/images/bso_icons/50007.png new file mode 100644 index 00000000000..7df5e3b330d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50007.png differ diff --git a/src/lib/resources/images/bso_icons/50008.png b/src/lib/resources/images/bso_icons/50008.png new file mode 100644 index 00000000000..45b669f70a7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50008.png differ diff --git a/src/lib/resources/images/bso_icons/50009.png b/src/lib/resources/images/bso_icons/50009.png new file mode 100644 index 00000000000..68a1815e350 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50009.png differ diff --git a/src/lib/resources/images/bso_icons/50010.png b/src/lib/resources/images/bso_icons/50010.png new file mode 100644 index 00000000000..212222050f8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50010.png differ diff --git a/src/lib/resources/images/bso_icons/50011.png b/src/lib/resources/images/bso_icons/50011.png new file mode 100644 index 00000000000..17625beb275 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50011.png differ diff --git a/src/lib/resources/images/bso_icons/50012.png b/src/lib/resources/images/bso_icons/50012.png new file mode 100644 index 00000000000..0689c3f50e2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50012.png differ diff --git a/src/lib/resources/images/bso_icons/50013.png b/src/lib/resources/images/bso_icons/50013.png new file mode 100644 index 00000000000..12ccd95b410 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50013.png differ diff --git a/src/lib/resources/images/bso_icons/50014.png b/src/lib/resources/images/bso_icons/50014.png new file mode 100644 index 00000000000..311aa4a6538 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50014.png differ diff --git a/src/lib/resources/images/bso_icons/50015.png b/src/lib/resources/images/bso_icons/50015.png new file mode 100644 index 00000000000..89d26ce379a Binary files /dev/null and b/src/lib/resources/images/bso_icons/50015.png differ diff --git a/src/lib/resources/images/bso_icons/50016.png b/src/lib/resources/images/bso_icons/50016.png new file mode 100644 index 00000000000..865819525d5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50016.png differ diff --git a/src/lib/resources/images/bso_icons/50017.png b/src/lib/resources/images/bso_icons/50017.png new file mode 100644 index 00000000000..8f5c9440bc2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50017.png differ diff --git a/src/lib/resources/images/bso_icons/50018.png b/src/lib/resources/images/bso_icons/50018.png new file mode 100644 index 00000000000..0d154bbce7b Binary files /dev/null and b/src/lib/resources/images/bso_icons/50018.png differ diff --git a/src/lib/resources/images/bso_icons/50019.png b/src/lib/resources/images/bso_icons/50019.png new file mode 100644 index 00000000000..26004297792 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50019.png differ diff --git a/src/lib/resources/images/bso_icons/50020.png b/src/lib/resources/images/bso_icons/50020.png new file mode 100644 index 00000000000..1f1cf1d9ecb Binary files /dev/null and b/src/lib/resources/images/bso_icons/50020.png differ diff --git a/src/lib/resources/images/bso_icons/50021.png b/src/lib/resources/images/bso_icons/50021.png new file mode 100644 index 00000000000..f98a8bf1c53 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50021.png differ diff --git a/src/lib/resources/images/bso_icons/50022.png b/src/lib/resources/images/bso_icons/50022.png new file mode 100644 index 00000000000..00ef1a43161 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50022.png differ diff --git a/src/lib/resources/images/bso_icons/50023.png b/src/lib/resources/images/bso_icons/50023.png new file mode 100644 index 00000000000..2d7de93f082 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50023.png differ diff --git a/src/lib/resources/images/bso_icons/50024.png b/src/lib/resources/images/bso_icons/50024.png new file mode 100644 index 00000000000..882f897fbd6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50024.png differ diff --git a/src/lib/resources/images/bso_icons/50025.png b/src/lib/resources/images/bso_icons/50025.png new file mode 100644 index 00000000000..a713cee1a06 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50025.png differ diff --git a/src/lib/resources/images/bso_icons/50026.png b/src/lib/resources/images/bso_icons/50026.png new file mode 100644 index 00000000000..58b392ccc9c Binary files /dev/null and b/src/lib/resources/images/bso_icons/50026.png differ diff --git a/src/lib/resources/images/bso_icons/50027.png b/src/lib/resources/images/bso_icons/50027.png new file mode 100644 index 00000000000..a2e1fa6ac64 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50027.png differ diff --git a/src/lib/resources/images/bso_icons/50028.png b/src/lib/resources/images/bso_icons/50028.png new file mode 100644 index 00000000000..f354b9be5ca Binary files /dev/null and b/src/lib/resources/images/bso_icons/50028.png differ diff --git a/src/lib/resources/images/bso_icons/50035.png b/src/lib/resources/images/bso_icons/50035.png new file mode 100644 index 00000000000..2538450852e Binary files /dev/null and b/src/lib/resources/images/bso_icons/50035.png differ diff --git a/src/lib/resources/images/bso_icons/50036.png b/src/lib/resources/images/bso_icons/50036.png new file mode 100644 index 00000000000..46ed75967d7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50036.png differ diff --git a/src/lib/resources/images/bso_icons/50037.png b/src/lib/resources/images/bso_icons/50037.png new file mode 100644 index 00000000000..f4a294f08ef Binary files /dev/null and b/src/lib/resources/images/bso_icons/50037.png differ diff --git a/src/lib/resources/images/bso_icons/50038.png b/src/lib/resources/images/bso_icons/50038.png new file mode 100644 index 00000000000..82dd442a3af Binary files /dev/null and b/src/lib/resources/images/bso_icons/50038.png differ diff --git a/src/lib/resources/images/bso_icons/50039.png b/src/lib/resources/images/bso_icons/50039.png new file mode 100644 index 00000000000..61a49c3d0e7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50039.png differ diff --git a/src/lib/resources/images/bso_icons/50040.png b/src/lib/resources/images/bso_icons/50040.png new file mode 100644 index 00000000000..549e3982024 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50040.png differ diff --git a/src/lib/resources/images/bso_icons/50041.png b/src/lib/resources/images/bso_icons/50041.png new file mode 100644 index 00000000000..b5eae63c01c Binary files /dev/null and b/src/lib/resources/images/bso_icons/50041.png differ diff --git a/src/lib/resources/images/bso_icons/50042.png b/src/lib/resources/images/bso_icons/50042.png new file mode 100644 index 00000000000..6876ac26da3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50042.png differ diff --git a/src/lib/resources/images/bso_icons/50043.png b/src/lib/resources/images/bso_icons/50043.png new file mode 100644 index 00000000000..32906970cd1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50043.png differ diff --git a/src/lib/resources/images/bso_icons/50044.png b/src/lib/resources/images/bso_icons/50044.png new file mode 100644 index 00000000000..f7eb7f59253 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50044.png differ diff --git a/src/lib/resources/images/bso_icons/50045.png b/src/lib/resources/images/bso_icons/50045.png new file mode 100644 index 00000000000..c5a81715551 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50045.png differ diff --git a/src/lib/resources/images/bso_icons/50046.png b/src/lib/resources/images/bso_icons/50046.png new file mode 100644 index 00000000000..e8c849b20b0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50046.png differ diff --git a/src/lib/resources/images/bso_icons/50047.png b/src/lib/resources/images/bso_icons/50047.png new file mode 100644 index 00000000000..cf3442c8e8f Binary files /dev/null and b/src/lib/resources/images/bso_icons/50047.png differ diff --git a/src/lib/resources/images/bso_icons/50048.png b/src/lib/resources/images/bso_icons/50048.png new file mode 100644 index 00000000000..e825715da1d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50048.png differ diff --git a/src/lib/resources/images/bso_icons/50049.png b/src/lib/resources/images/bso_icons/50049.png new file mode 100644 index 00000000000..e4bc2acdb31 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50049.png differ diff --git a/src/lib/resources/images/bso_icons/50050.png b/src/lib/resources/images/bso_icons/50050.png new file mode 100644 index 00000000000..522925d42f2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50050.png differ diff --git a/src/lib/resources/images/bso_icons/50051.png b/src/lib/resources/images/bso_icons/50051.png new file mode 100644 index 00000000000..2b1b7ee72d7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50051.png differ diff --git a/src/lib/resources/images/bso_icons/50052.png b/src/lib/resources/images/bso_icons/50052.png new file mode 100644 index 00000000000..dfd2569d926 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50052.png differ diff --git a/src/lib/resources/images/bso_icons/50053.png b/src/lib/resources/images/bso_icons/50053.png new file mode 100644 index 00000000000..eb04944cc7a Binary files /dev/null and b/src/lib/resources/images/bso_icons/50053.png differ diff --git a/src/lib/resources/images/bso_icons/50054.png b/src/lib/resources/images/bso_icons/50054.png new file mode 100644 index 00000000000..55635c9ab54 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50054.png differ diff --git a/src/lib/resources/images/bso_icons/50055.png b/src/lib/resources/images/bso_icons/50055.png new file mode 100644 index 00000000000..1a2359a604f Binary files /dev/null and b/src/lib/resources/images/bso_icons/50055.png differ diff --git a/src/lib/resources/images/bso_icons/50056.png b/src/lib/resources/images/bso_icons/50056.png new file mode 100644 index 00000000000..cf053c6ef3b Binary files /dev/null and b/src/lib/resources/images/bso_icons/50056.png differ diff --git a/src/lib/resources/images/bso_icons/50057.png b/src/lib/resources/images/bso_icons/50057.png new file mode 100644 index 00000000000..291eacb595c Binary files /dev/null and b/src/lib/resources/images/bso_icons/50057.png differ diff --git a/src/lib/resources/images/bso_icons/50058.png b/src/lib/resources/images/bso_icons/50058.png new file mode 100644 index 00000000000..76c3b15e282 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50058.png differ diff --git a/src/lib/resources/images/bso_icons/50059.png b/src/lib/resources/images/bso_icons/50059.png new file mode 100644 index 00000000000..24976ab12c8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50059.png differ diff --git a/src/lib/resources/images/bso_icons/50060.png b/src/lib/resources/images/bso_icons/50060.png new file mode 100644 index 00000000000..7683df80d4d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50060.png differ diff --git a/src/lib/resources/images/bso_icons/50061.png b/src/lib/resources/images/bso_icons/50061.png new file mode 100644 index 00000000000..c3e0ee0bd38 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50061.png differ diff --git a/src/lib/resources/images/bso_icons/50063.png b/src/lib/resources/images/bso_icons/50063.png new file mode 100644 index 00000000000..f564587e19f Binary files /dev/null and b/src/lib/resources/images/bso_icons/50063.png differ diff --git a/src/lib/resources/images/bso_icons/50064.png b/src/lib/resources/images/bso_icons/50064.png new file mode 100644 index 00000000000..fbc3b8bf0c9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50064.png differ diff --git a/src/lib/resources/images/bso_icons/50065.png b/src/lib/resources/images/bso_icons/50065.png new file mode 100644 index 00000000000..489f62fa219 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50065.png differ diff --git a/src/lib/resources/images/bso_icons/50066.png b/src/lib/resources/images/bso_icons/50066.png new file mode 100644 index 00000000000..716c87fd866 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50066.png differ diff --git a/src/lib/resources/images/bso_icons/50067.png b/src/lib/resources/images/bso_icons/50067.png new file mode 100644 index 00000000000..2b0e53e69a0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50067.png differ diff --git a/src/lib/resources/images/bso_icons/50068.png b/src/lib/resources/images/bso_icons/50068.png new file mode 100644 index 00000000000..b6036e74bda Binary files /dev/null and b/src/lib/resources/images/bso_icons/50068.png differ diff --git a/src/lib/resources/images/bso_icons/50069.png b/src/lib/resources/images/bso_icons/50069.png new file mode 100644 index 00000000000..c23f2b707ad Binary files /dev/null and b/src/lib/resources/images/bso_icons/50069.png differ diff --git a/src/lib/resources/images/bso_icons/50070.png b/src/lib/resources/images/bso_icons/50070.png new file mode 100644 index 00000000000..e0c3dbeb9f3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50070.png differ diff --git a/src/lib/resources/images/bso_icons/50071.png b/src/lib/resources/images/bso_icons/50071.png new file mode 100644 index 00000000000..63bb8a8b163 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50071.png differ diff --git a/src/lib/resources/images/bso_icons/50072.png b/src/lib/resources/images/bso_icons/50072.png new file mode 100644 index 00000000000..3ac0f3d9a6e Binary files /dev/null and b/src/lib/resources/images/bso_icons/50072.png differ diff --git a/src/lib/resources/images/bso_icons/50073.png b/src/lib/resources/images/bso_icons/50073.png new file mode 100644 index 00000000000..88e04a71f32 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50073.png differ diff --git a/src/lib/resources/images/bso_icons/50074.png b/src/lib/resources/images/bso_icons/50074.png new file mode 100644 index 00000000000..c5738a30c96 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50074.png differ diff --git a/src/lib/resources/images/bso_icons/50075.png b/src/lib/resources/images/bso_icons/50075.png new file mode 100644 index 00000000000..18ec8faad87 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50075.png differ diff --git a/src/lib/resources/images/bso_icons/50076.png b/src/lib/resources/images/bso_icons/50076.png new file mode 100644 index 00000000000..3ea87a9610b Binary files /dev/null and b/src/lib/resources/images/bso_icons/50076.png differ diff --git a/src/lib/resources/images/bso_icons/50077.png b/src/lib/resources/images/bso_icons/50077.png new file mode 100644 index 00000000000..daba332204a Binary files /dev/null and b/src/lib/resources/images/bso_icons/50077.png differ diff --git a/src/lib/resources/images/bso_icons/50078.png b/src/lib/resources/images/bso_icons/50078.png new file mode 100644 index 00000000000..1fe9e6d0b8c Binary files /dev/null and b/src/lib/resources/images/bso_icons/50078.png differ diff --git a/src/lib/resources/images/bso_icons/50079.png b/src/lib/resources/images/bso_icons/50079.png new file mode 100644 index 00000000000..3032fcc7ca6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50079.png differ diff --git a/src/lib/resources/images/bso_icons/50080.png b/src/lib/resources/images/bso_icons/50080.png new file mode 100644 index 00000000000..c5ca6e1a70e Binary files /dev/null and b/src/lib/resources/images/bso_icons/50080.png differ diff --git a/src/lib/resources/images/bso_icons/50081.png b/src/lib/resources/images/bso_icons/50081.png new file mode 100644 index 00000000000..e5fe85fe3f7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50081.png differ diff --git a/src/lib/resources/images/bso_icons/50082.png b/src/lib/resources/images/bso_icons/50082.png new file mode 100644 index 00000000000..5fd8eaf4918 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50082.png differ diff --git a/src/lib/resources/images/bso_icons/50083.png b/src/lib/resources/images/bso_icons/50083.png new file mode 100644 index 00000000000..fbc06d64b65 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50083.png differ diff --git a/src/lib/resources/images/bso_icons/50084.png b/src/lib/resources/images/bso_icons/50084.png new file mode 100644 index 00000000000..25d3501d596 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50084.png differ diff --git a/src/lib/resources/images/bso_icons/50085.png b/src/lib/resources/images/bso_icons/50085.png new file mode 100644 index 00000000000..bdaa1073a58 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50085.png differ diff --git a/src/lib/resources/images/bso_icons/50086.png b/src/lib/resources/images/bso_icons/50086.png new file mode 100644 index 00000000000..16d98cf5719 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50086.png differ diff --git a/src/lib/resources/images/bso_icons/50087.png b/src/lib/resources/images/bso_icons/50087.png new file mode 100644 index 00000000000..0b85dde227c Binary files /dev/null and b/src/lib/resources/images/bso_icons/50087.png differ diff --git a/src/lib/resources/images/bso_icons/50088.png b/src/lib/resources/images/bso_icons/50088.png new file mode 100644 index 00000000000..cd74dbb0f7d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50088.png differ diff --git a/src/lib/resources/images/bso_icons/50089.png b/src/lib/resources/images/bso_icons/50089.png new file mode 100644 index 00000000000..40b3810e7e4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50089.png differ diff --git a/src/lib/resources/images/bso_icons/50090.png b/src/lib/resources/images/bso_icons/50090.png new file mode 100644 index 00000000000..0b776463eb9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50090.png differ diff --git a/src/lib/resources/images/bso_icons/50091.png b/src/lib/resources/images/bso_icons/50091.png new file mode 100644 index 00000000000..60c7bb1858b Binary files /dev/null and b/src/lib/resources/images/bso_icons/50091.png differ diff --git a/src/lib/resources/images/bso_icons/50092.png b/src/lib/resources/images/bso_icons/50092.png new file mode 100644 index 00000000000..15cb9f01fbd Binary files /dev/null and b/src/lib/resources/images/bso_icons/50092.png differ diff --git a/src/lib/resources/images/bso_icons/50093.png b/src/lib/resources/images/bso_icons/50093.png new file mode 100644 index 00000000000..79a81362d42 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50093.png differ diff --git a/src/lib/resources/images/bso_icons/50094.png b/src/lib/resources/images/bso_icons/50094.png new file mode 100644 index 00000000000..db7e66acd13 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50094.png differ diff --git a/src/lib/resources/images/bso_icons/50095.png b/src/lib/resources/images/bso_icons/50095.png new file mode 100644 index 00000000000..b2743875aaa Binary files /dev/null and b/src/lib/resources/images/bso_icons/50095.png differ diff --git a/src/lib/resources/images/bso_icons/50096.png b/src/lib/resources/images/bso_icons/50096.png new file mode 100644 index 00000000000..b7557ebc1ce Binary files /dev/null and b/src/lib/resources/images/bso_icons/50096.png differ diff --git a/src/lib/resources/images/bso_icons/50097.png b/src/lib/resources/images/bso_icons/50097.png new file mode 100644 index 00000000000..88a0cf5a308 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50097.png differ diff --git a/src/lib/resources/images/bso_icons/50098.png b/src/lib/resources/images/bso_icons/50098.png new file mode 100644 index 00000000000..09b4380528f Binary files /dev/null and b/src/lib/resources/images/bso_icons/50098.png differ diff --git a/src/lib/resources/images/bso_icons/50099.png b/src/lib/resources/images/bso_icons/50099.png new file mode 100644 index 00000000000..0f1522afe5a Binary files /dev/null and b/src/lib/resources/images/bso_icons/50099.png differ diff --git a/src/lib/resources/images/bso_icons/50100.png b/src/lib/resources/images/bso_icons/50100.png new file mode 100644 index 00000000000..ce05d46c626 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50100.png differ diff --git a/src/lib/resources/images/bso_icons/50101.png b/src/lib/resources/images/bso_icons/50101.png new file mode 100644 index 00000000000..005e984c810 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50101.png differ diff --git a/src/lib/resources/images/bso_icons/50102.png b/src/lib/resources/images/bso_icons/50102.png new file mode 100644 index 00000000000..e66523cdee7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50102.png differ diff --git a/src/lib/resources/images/bso_icons/50103.png b/src/lib/resources/images/bso_icons/50103.png new file mode 100644 index 00000000000..b3a43467e04 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50103.png differ diff --git a/src/lib/resources/images/bso_icons/50104.png b/src/lib/resources/images/bso_icons/50104.png new file mode 100644 index 00000000000..061d8ecfe7f Binary files /dev/null and b/src/lib/resources/images/bso_icons/50104.png differ diff --git a/src/lib/resources/images/bso_icons/50105.png b/src/lib/resources/images/bso_icons/50105.png new file mode 100644 index 00000000000..4b3926c008f Binary files /dev/null and b/src/lib/resources/images/bso_icons/50105.png differ diff --git a/src/lib/resources/images/bso_icons/50106.png b/src/lib/resources/images/bso_icons/50106.png new file mode 100644 index 00000000000..d0acb303b2b Binary files /dev/null and b/src/lib/resources/images/bso_icons/50106.png differ diff --git a/src/lib/resources/images/bso_icons/50107.png b/src/lib/resources/images/bso_icons/50107.png new file mode 100644 index 00000000000..6f97330ab4a Binary files /dev/null and b/src/lib/resources/images/bso_icons/50107.png differ diff --git a/src/lib/resources/images/bso_icons/50108.png b/src/lib/resources/images/bso_icons/50108.png new file mode 100644 index 00000000000..348bef9c408 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50108.png differ diff --git a/src/lib/resources/images/bso_icons/50109.png b/src/lib/resources/images/bso_icons/50109.png new file mode 100644 index 00000000000..f53ffc6a1c2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50109.png differ diff --git a/src/lib/resources/images/bso_icons/50110.png b/src/lib/resources/images/bso_icons/50110.png new file mode 100644 index 00000000000..f6c353570ef Binary files /dev/null and b/src/lib/resources/images/bso_icons/50110.png differ diff --git a/src/lib/resources/images/bso_icons/50111.png b/src/lib/resources/images/bso_icons/50111.png new file mode 100644 index 00000000000..a75b07e4864 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50111.png differ diff --git a/src/lib/resources/images/bso_icons/50112.png b/src/lib/resources/images/bso_icons/50112.png new file mode 100644 index 00000000000..16ddf86a6da Binary files /dev/null and b/src/lib/resources/images/bso_icons/50112.png differ diff --git a/src/lib/resources/images/bso_icons/50113.png b/src/lib/resources/images/bso_icons/50113.png new file mode 100644 index 00000000000..b85559e4ae5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50113.png differ diff --git a/src/lib/resources/images/bso_icons/50114.png b/src/lib/resources/images/bso_icons/50114.png new file mode 100644 index 00000000000..6a414ac0783 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50114.png differ diff --git a/src/lib/resources/images/bso_icons/50115.png b/src/lib/resources/images/bso_icons/50115.png new file mode 100644 index 00000000000..1e7b7c754c8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50115.png differ diff --git a/src/lib/resources/images/bso_icons/50116.png b/src/lib/resources/images/bso_icons/50116.png new file mode 100644 index 00000000000..4a75013f524 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50116.png differ diff --git a/src/lib/resources/images/bso_icons/50117.png b/src/lib/resources/images/bso_icons/50117.png new file mode 100644 index 00000000000..4dc3576dbd8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50117.png differ diff --git a/src/lib/resources/images/bso_icons/5020.png b/src/lib/resources/images/bso_icons/5020.png new file mode 100644 index 00000000000..e7f563c35b4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/5020.png differ diff --git a/src/lib/resources/images/bso_icons/5021.png b/src/lib/resources/images/bso_icons/5021.png new file mode 100644 index 00000000000..0d562be66b5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/5021.png differ diff --git a/src/lib/resources/images/bso_icons/50421.png b/src/lib/resources/images/bso_icons/50421.png new file mode 100644 index 00000000000..19db25b1fb3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50421.png differ diff --git a/src/lib/resources/images/bso_icons/50425.png b/src/lib/resources/images/bso_icons/50425.png new file mode 100644 index 00000000000..376d44616da Binary files /dev/null and b/src/lib/resources/images/bso_icons/50425.png differ diff --git a/src/lib/resources/images/bso_icons/50426.png b/src/lib/resources/images/bso_icons/50426.png new file mode 100644 index 00000000000..ac3493cf1b8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50426.png differ diff --git a/src/lib/resources/images/bso_icons/50427.png b/src/lib/resources/images/bso_icons/50427.png new file mode 100644 index 00000000000..61cc313e028 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50427.png differ diff --git a/src/lib/resources/images/bso_icons/50428.png b/src/lib/resources/images/bso_icons/50428.png new file mode 100644 index 00000000000..4ef0ae37d69 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50428.png differ diff --git a/src/lib/resources/images/bso_icons/50429.png b/src/lib/resources/images/bso_icons/50429.png new file mode 100644 index 00000000000..424192a5a1e Binary files /dev/null and b/src/lib/resources/images/bso_icons/50429.png differ diff --git a/src/lib/resources/images/bso_icons/50430.png b/src/lib/resources/images/bso_icons/50430.png new file mode 100644 index 00000000000..6052ec120b4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50430.png differ diff --git a/src/lib/resources/images/bso_icons/50431.png b/src/lib/resources/images/bso_icons/50431.png new file mode 100644 index 00000000000..bf30ce64e06 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50431.png differ diff --git a/src/lib/resources/images/bso_icons/50432.png b/src/lib/resources/images/bso_icons/50432.png new file mode 100644 index 00000000000..dc10cf97bac Binary files /dev/null and b/src/lib/resources/images/bso_icons/50432.png differ diff --git a/src/lib/resources/images/bso_icons/50433.png b/src/lib/resources/images/bso_icons/50433.png new file mode 100644 index 00000000000..7b846c2852e Binary files /dev/null and b/src/lib/resources/images/bso_icons/50433.png differ diff --git a/src/lib/resources/images/bso_icons/50434.png b/src/lib/resources/images/bso_icons/50434.png new file mode 100644 index 00000000000..9f7850b47a6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50434.png differ diff --git a/src/lib/resources/images/bso_icons/50435.png b/src/lib/resources/images/bso_icons/50435.png new file mode 100644 index 00000000000..3da84a585c3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50435.png differ diff --git a/src/lib/resources/images/bso_icons/50436.png b/src/lib/resources/images/bso_icons/50436.png new file mode 100644 index 00000000000..087c8bd3484 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50436.png differ diff --git a/src/lib/resources/images/bso_icons/50437.png b/src/lib/resources/images/bso_icons/50437.png new file mode 100644 index 00000000000..eca94abf8b7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50437.png differ diff --git a/src/lib/resources/images/bso_icons/50438.png b/src/lib/resources/images/bso_icons/50438.png new file mode 100644 index 00000000000..85699dab371 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50438.png differ diff --git a/src/lib/resources/images/bso_icons/50439.png b/src/lib/resources/images/bso_icons/50439.png new file mode 100644 index 00000000000..c09b139f8d3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50439.png differ diff --git a/src/lib/resources/images/bso_icons/50440.png b/src/lib/resources/images/bso_icons/50440.png new file mode 100644 index 00000000000..1258227598e Binary files /dev/null and b/src/lib/resources/images/bso_icons/50440.png differ diff --git a/src/lib/resources/images/bso_icons/50441.png b/src/lib/resources/images/bso_icons/50441.png new file mode 100644 index 00000000000..78227691711 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50441.png differ diff --git a/src/lib/resources/images/bso_icons/50442.png b/src/lib/resources/images/bso_icons/50442.png new file mode 100644 index 00000000000..5643411b5e8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50442.png differ diff --git a/src/lib/resources/images/bso_icons/50443.png b/src/lib/resources/images/bso_icons/50443.png new file mode 100644 index 00000000000..4e64481af68 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50443.png differ diff --git a/src/lib/resources/images/bso_icons/50444.png b/src/lib/resources/images/bso_icons/50444.png new file mode 100644 index 00000000000..911f6efec91 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50444.png differ diff --git a/src/lib/resources/images/bso_icons/50445.png b/src/lib/resources/images/bso_icons/50445.png new file mode 100644 index 00000000000..e78696fe5a5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50445.png differ diff --git a/src/lib/resources/images/bso_icons/50446.png b/src/lib/resources/images/bso_icons/50446.png new file mode 100644 index 00000000000..3360991bd35 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50446.png differ diff --git a/src/lib/resources/images/bso_icons/50447.png b/src/lib/resources/images/bso_icons/50447.png new file mode 100644 index 00000000000..f3e64e31048 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50447.png differ diff --git a/src/lib/resources/images/bso_icons/50448.png b/src/lib/resources/images/bso_icons/50448.png new file mode 100644 index 00000000000..0233ba02b0f Binary files /dev/null and b/src/lib/resources/images/bso_icons/50448.png differ diff --git a/src/lib/resources/images/bso_icons/50449.png b/src/lib/resources/images/bso_icons/50449.png new file mode 100644 index 00000000000..7c7de5c9936 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50449.png differ diff --git a/src/lib/resources/images/bso_icons/50450.png b/src/lib/resources/images/bso_icons/50450.png new file mode 100644 index 00000000000..54b31a304be Binary files /dev/null and b/src/lib/resources/images/bso_icons/50450.png differ diff --git a/src/lib/resources/images/bso_icons/50451.png b/src/lib/resources/images/bso_icons/50451.png new file mode 100644 index 00000000000..7744d7fa6ad Binary files /dev/null and b/src/lib/resources/images/bso_icons/50451.png differ diff --git a/src/lib/resources/images/bso_icons/50452.png b/src/lib/resources/images/bso_icons/50452.png new file mode 100644 index 00000000000..340bc5306c8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50452.png differ diff --git a/src/lib/resources/images/bso_icons/50453.png b/src/lib/resources/images/bso_icons/50453.png new file mode 100644 index 00000000000..f4c5861cf51 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50453.png differ diff --git a/src/lib/resources/images/bso_icons/50454.png b/src/lib/resources/images/bso_icons/50454.png new file mode 100644 index 00000000000..8822ff87ee0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50454.png differ diff --git a/src/lib/resources/images/bso_icons/50455.png b/src/lib/resources/images/bso_icons/50455.png new file mode 100644 index 00000000000..90047a90ea1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50455.png differ diff --git a/src/lib/resources/images/bso_icons/50456.png b/src/lib/resources/images/bso_icons/50456.png new file mode 100644 index 00000000000..b96ee8cc985 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50456.png differ diff --git a/src/lib/resources/images/bso_icons/50457.png b/src/lib/resources/images/bso_icons/50457.png new file mode 100644 index 00000000000..d77af00adee Binary files /dev/null and b/src/lib/resources/images/bso_icons/50457.png differ diff --git a/src/lib/resources/images/bso_icons/50458.png b/src/lib/resources/images/bso_icons/50458.png new file mode 100644 index 00000000000..c934cb168e3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50458.png differ diff --git a/src/lib/resources/images/bso_icons/50459.png b/src/lib/resources/images/bso_icons/50459.png new file mode 100644 index 00000000000..0ff4c590766 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50459.png differ diff --git a/src/lib/resources/images/bso_icons/50460.png b/src/lib/resources/images/bso_icons/50460.png new file mode 100644 index 00000000000..145e45f6bfc Binary files /dev/null and b/src/lib/resources/images/bso_icons/50460.png differ diff --git a/src/lib/resources/images/bso_icons/50461.png b/src/lib/resources/images/bso_icons/50461.png new file mode 100644 index 00000000000..28a66175512 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50461.png differ diff --git a/src/lib/resources/images/bso_icons/50462.png b/src/lib/resources/images/bso_icons/50462.png new file mode 100644 index 00000000000..0bf1d4818dd Binary files /dev/null and b/src/lib/resources/images/bso_icons/50462.png differ diff --git a/src/lib/resources/images/bso_icons/50463.png b/src/lib/resources/images/bso_icons/50463.png new file mode 100644 index 00000000000..bb0ce0b1658 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50463.png differ diff --git a/src/lib/resources/images/bso_icons/50464.png b/src/lib/resources/images/bso_icons/50464.png new file mode 100644 index 00000000000..d147336012d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50464.png differ diff --git a/src/lib/resources/images/bso_icons/50465.png b/src/lib/resources/images/bso_icons/50465.png new file mode 100644 index 00000000000..cd67601cdbb Binary files /dev/null and b/src/lib/resources/images/bso_icons/50465.png differ diff --git a/src/lib/resources/images/bso_icons/50467.png b/src/lib/resources/images/bso_icons/50467.png new file mode 100644 index 00000000000..fa2571b98ff Binary files /dev/null and b/src/lib/resources/images/bso_icons/50467.png differ diff --git a/src/lib/resources/images/bso_icons/50468.png b/src/lib/resources/images/bso_icons/50468.png new file mode 100644 index 00000000000..2d5d36df381 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50468.png differ diff --git a/src/lib/resources/images/bso_icons/50469.png b/src/lib/resources/images/bso_icons/50469.png new file mode 100644 index 00000000000..89f1cf40503 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50469.png differ diff --git a/src/lib/resources/images/bso_icons/50470.png b/src/lib/resources/images/bso_icons/50470.png new file mode 100644 index 00000000000..2bb6bc67038 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50470.png differ diff --git a/src/lib/resources/images/bso_icons/50471.png b/src/lib/resources/images/bso_icons/50471.png new file mode 100644 index 00000000000..1173cf2ad9a Binary files /dev/null and b/src/lib/resources/images/bso_icons/50471.png differ diff --git a/src/lib/resources/images/bso_icons/50472.png b/src/lib/resources/images/bso_icons/50472.png new file mode 100644 index 00000000000..0038070f559 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50472.png differ diff --git a/src/lib/resources/images/bso_icons/50473.png b/src/lib/resources/images/bso_icons/50473.png new file mode 100644 index 00000000000..36725e5e44c Binary files /dev/null and b/src/lib/resources/images/bso_icons/50473.png differ diff --git a/src/lib/resources/images/bso_icons/50474.png b/src/lib/resources/images/bso_icons/50474.png new file mode 100644 index 00000000000..ef13895320d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50474.png differ diff --git a/src/lib/resources/images/bso_icons/50475.png b/src/lib/resources/images/bso_icons/50475.png new file mode 100644 index 00000000000..1448280fb9d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50475.png differ diff --git a/src/lib/resources/images/bso_icons/50476.png b/src/lib/resources/images/bso_icons/50476.png new file mode 100644 index 00000000000..e2cbda29b70 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50476.png differ diff --git a/src/lib/resources/images/bso_icons/50477.png b/src/lib/resources/images/bso_icons/50477.png new file mode 100644 index 00000000000..9319f0a96b8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50477.png differ diff --git a/src/lib/resources/images/bso_icons/50478.png b/src/lib/resources/images/bso_icons/50478.png new file mode 100644 index 00000000000..64d78c4d90b Binary files /dev/null and b/src/lib/resources/images/bso_icons/50478.png differ diff --git a/src/lib/resources/images/bso_icons/50479.png b/src/lib/resources/images/bso_icons/50479.png new file mode 100644 index 00000000000..d35c692e9ce Binary files /dev/null and b/src/lib/resources/images/bso_icons/50479.png differ diff --git a/src/lib/resources/images/bso_icons/50480.png b/src/lib/resources/images/bso_icons/50480.png new file mode 100644 index 00000000000..7877d0d609c Binary files /dev/null and b/src/lib/resources/images/bso_icons/50480.png differ diff --git a/src/lib/resources/images/bso_icons/50481.png b/src/lib/resources/images/bso_icons/50481.png new file mode 100644 index 00000000000..46c64ed8d45 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50481.png differ diff --git a/src/lib/resources/images/bso_icons/50482.png b/src/lib/resources/images/bso_icons/50482.png new file mode 100644 index 00000000000..64f68c10a79 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50482.png differ diff --git a/src/lib/resources/images/bso_icons/50483.png b/src/lib/resources/images/bso_icons/50483.png new file mode 100644 index 00000000000..7fadc7c62aa Binary files /dev/null and b/src/lib/resources/images/bso_icons/50483.png differ diff --git a/src/lib/resources/images/bso_icons/50484.png b/src/lib/resources/images/bso_icons/50484.png new file mode 100644 index 00000000000..e1931fc8c07 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50484.png differ diff --git a/src/lib/resources/images/bso_icons/50485.png b/src/lib/resources/images/bso_icons/50485.png new file mode 100644 index 00000000000..fcfbc542922 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50485.png differ diff --git a/src/lib/resources/images/bso_icons/50486.png b/src/lib/resources/images/bso_icons/50486.png new file mode 100644 index 00000000000..c8d9e63eb01 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50486.png differ diff --git a/src/lib/resources/images/bso_icons/50487.png b/src/lib/resources/images/bso_icons/50487.png new file mode 100644 index 00000000000..03b04ac060a Binary files /dev/null and b/src/lib/resources/images/bso_icons/50487.png differ diff --git a/src/lib/resources/images/bso_icons/50488.png b/src/lib/resources/images/bso_icons/50488.png new file mode 100644 index 00000000000..072808c0d1d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50488.png differ diff --git a/src/lib/resources/images/bso_icons/50489.png b/src/lib/resources/images/bso_icons/50489.png new file mode 100644 index 00000000000..04e99521556 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50489.png differ diff --git a/src/lib/resources/images/bso_icons/50490.png b/src/lib/resources/images/bso_icons/50490.png new file mode 100644 index 00000000000..9a776b52cbe Binary files /dev/null and b/src/lib/resources/images/bso_icons/50490.png differ diff --git a/src/lib/resources/images/bso_icons/50491.png b/src/lib/resources/images/bso_icons/50491.png new file mode 100644 index 00000000000..2fc50b73e42 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50491.png differ diff --git a/src/lib/resources/images/bso_icons/50492.png b/src/lib/resources/images/bso_icons/50492.png new file mode 100644 index 00000000000..e319f4b7b93 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50492.png differ diff --git a/src/lib/resources/images/bso_icons/50493.png b/src/lib/resources/images/bso_icons/50493.png new file mode 100644 index 00000000000..219f2fa0cb9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50493.png differ diff --git a/src/lib/resources/images/bso_icons/50494.png b/src/lib/resources/images/bso_icons/50494.png new file mode 100644 index 00000000000..7caca30963e Binary files /dev/null and b/src/lib/resources/images/bso_icons/50494.png differ diff --git a/src/lib/resources/images/bso_icons/50495.png b/src/lib/resources/images/bso_icons/50495.png new file mode 100644 index 00000000000..5a2d2c8c2a1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50495.png differ diff --git a/src/lib/resources/images/bso_icons/50496.png b/src/lib/resources/images/bso_icons/50496.png new file mode 100644 index 00000000000..6860c71e731 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50496.png differ diff --git a/src/lib/resources/images/bso_icons/50497.png b/src/lib/resources/images/bso_icons/50497.png new file mode 100644 index 00000000000..f392c6f611d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50497.png differ diff --git a/src/lib/resources/images/bso_icons/50498.png b/src/lib/resources/images/bso_icons/50498.png new file mode 100644 index 00000000000..90b77a30cef Binary files /dev/null and b/src/lib/resources/images/bso_icons/50498.png differ diff --git a/src/lib/resources/images/bso_icons/50499.png b/src/lib/resources/images/bso_icons/50499.png new file mode 100644 index 00000000000..028d8608cd0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50499.png differ diff --git a/src/lib/resources/images/bso_icons/50500.png b/src/lib/resources/images/bso_icons/50500.png new file mode 100644 index 00000000000..638d8325ed8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50500.png differ diff --git a/src/lib/resources/images/bso_icons/50501.png b/src/lib/resources/images/bso_icons/50501.png new file mode 100644 index 00000000000..40583d98879 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50501.png differ diff --git a/src/lib/resources/images/bso_icons/50502.png b/src/lib/resources/images/bso_icons/50502.png new file mode 100644 index 00000000000..f35fb00a628 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50502.png differ diff --git a/src/lib/resources/images/bso_icons/50503.png b/src/lib/resources/images/bso_icons/50503.png new file mode 100644 index 00000000000..390da5b3f40 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50503.png differ diff --git a/src/lib/resources/images/bso_icons/50504.png b/src/lib/resources/images/bso_icons/50504.png new file mode 100644 index 00000000000..718f9111379 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50504.png differ diff --git a/src/lib/resources/images/bso_icons/50505.png b/src/lib/resources/images/bso_icons/50505.png new file mode 100644 index 00000000000..857af9865b5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50505.png differ diff --git a/src/lib/resources/images/bso_icons/50506.png b/src/lib/resources/images/bso_icons/50506.png new file mode 100644 index 00000000000..c26eff47ec5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50506.png differ diff --git a/src/lib/resources/images/bso_icons/50507.png b/src/lib/resources/images/bso_icons/50507.png new file mode 100644 index 00000000000..aae340d04b7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50507.png differ diff --git a/src/lib/resources/images/bso_icons/50508.png b/src/lib/resources/images/bso_icons/50508.png new file mode 100644 index 00000000000..3d4df74ca1f Binary files /dev/null and b/src/lib/resources/images/bso_icons/50508.png differ diff --git a/src/lib/resources/images/bso_icons/50509.png b/src/lib/resources/images/bso_icons/50509.png new file mode 100644 index 00000000000..b4dec1ddb5e Binary files /dev/null and b/src/lib/resources/images/bso_icons/50509.png differ diff --git a/src/lib/resources/images/bso_icons/50510.png b/src/lib/resources/images/bso_icons/50510.png new file mode 100644 index 00000000000..a88d2d8f7cf Binary files /dev/null and b/src/lib/resources/images/bso_icons/50510.png differ diff --git a/src/lib/resources/images/bso_icons/50511.png b/src/lib/resources/images/bso_icons/50511.png new file mode 100644 index 00000000000..3770020cd1c Binary files /dev/null and b/src/lib/resources/images/bso_icons/50511.png differ diff --git a/src/lib/resources/images/bso_icons/50512.png b/src/lib/resources/images/bso_icons/50512.png new file mode 100644 index 00000000000..314593b3de6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50512.png differ diff --git a/src/lib/resources/images/bso_icons/50513.png b/src/lib/resources/images/bso_icons/50513.png new file mode 100644 index 00000000000..975154c6bd3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50513.png differ diff --git a/src/lib/resources/images/bso_icons/50514.png b/src/lib/resources/images/bso_icons/50514.png new file mode 100644 index 00000000000..1e0563ac976 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50514.png differ diff --git a/src/lib/resources/images/bso_icons/50515.png b/src/lib/resources/images/bso_icons/50515.png new file mode 100644 index 00000000000..c3995691b5d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50515.png differ diff --git a/src/lib/resources/images/bso_icons/50516.png b/src/lib/resources/images/bso_icons/50516.png new file mode 100644 index 00000000000..063a470deaf Binary files /dev/null and b/src/lib/resources/images/bso_icons/50516.png differ diff --git a/src/lib/resources/images/bso_icons/50517.png b/src/lib/resources/images/bso_icons/50517.png new file mode 100644 index 00000000000..eaf56c070d6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50517.png differ diff --git a/src/lib/resources/images/bso_icons/50518.png b/src/lib/resources/images/bso_icons/50518.png new file mode 100644 index 00000000000..6c6004da5be Binary files /dev/null and b/src/lib/resources/images/bso_icons/50518.png differ diff --git a/src/lib/resources/images/bso_icons/50519.png b/src/lib/resources/images/bso_icons/50519.png new file mode 100644 index 00000000000..a5dc21748f9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50519.png differ diff --git a/src/lib/resources/images/bso_icons/50520.png b/src/lib/resources/images/bso_icons/50520.png new file mode 100644 index 00000000000..38551c8dc91 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50520.png differ diff --git a/src/lib/resources/images/bso_icons/50522.png b/src/lib/resources/images/bso_icons/50522.png new file mode 100644 index 00000000000..eefd618d9bd Binary files /dev/null and b/src/lib/resources/images/bso_icons/50522.png differ diff --git a/src/lib/resources/images/bso_icons/50523.png b/src/lib/resources/images/bso_icons/50523.png new file mode 100644 index 00000000000..08b82da6b39 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50523.png differ diff --git a/src/lib/resources/images/bso_icons/50524.png b/src/lib/resources/images/bso_icons/50524.png new file mode 100644 index 00000000000..46e34fe9701 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50524.png differ diff --git a/src/lib/resources/images/bso_icons/50525.png b/src/lib/resources/images/bso_icons/50525.png new file mode 100644 index 00000000000..16358a4ced0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50525.png differ diff --git a/src/lib/resources/images/bso_icons/50526.png b/src/lib/resources/images/bso_icons/50526.png new file mode 100644 index 00000000000..0a376329230 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50526.png differ diff --git a/src/lib/resources/images/bso_icons/50527.png b/src/lib/resources/images/bso_icons/50527.png new file mode 100644 index 00000000000..d4d0ff0c268 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50527.png differ diff --git a/src/lib/resources/images/bso_icons/50528.png b/src/lib/resources/images/bso_icons/50528.png new file mode 100644 index 00000000000..68b184769b4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50528.png differ diff --git a/src/lib/resources/images/bso_icons/50529.png b/src/lib/resources/images/bso_icons/50529.png new file mode 100644 index 00000000000..9c85f2c8179 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50529.png differ diff --git a/src/lib/resources/images/bso_icons/50530.png b/src/lib/resources/images/bso_icons/50530.png new file mode 100644 index 00000000000..0442f96aa0d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50530.png differ diff --git a/src/lib/resources/images/bso_icons/50531.png b/src/lib/resources/images/bso_icons/50531.png new file mode 100644 index 00000000000..b6048768b16 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50531.png differ diff --git a/src/lib/resources/images/bso_icons/50532.png b/src/lib/resources/images/bso_icons/50532.png new file mode 100644 index 00000000000..3564dc0f149 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50532.png differ diff --git a/src/lib/resources/images/bso_icons/50533.png b/src/lib/resources/images/bso_icons/50533.png new file mode 100644 index 00000000000..b366f304668 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50533.png differ diff --git a/src/lib/resources/images/bso_icons/50534.png b/src/lib/resources/images/bso_icons/50534.png new file mode 100644 index 00000000000..4994b474c5d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50534.png differ diff --git a/src/lib/resources/images/bso_icons/50535.png b/src/lib/resources/images/bso_icons/50535.png new file mode 100644 index 00000000000..7a5567eaf03 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50535.png differ diff --git a/src/lib/resources/images/bso_icons/50536.png b/src/lib/resources/images/bso_icons/50536.png new file mode 100644 index 00000000000..6ada4ab1cf2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50536.png differ diff --git a/src/lib/resources/images/bso_icons/50537.png b/src/lib/resources/images/bso_icons/50537.png new file mode 100644 index 00000000000..a88dad1e3c4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50537.png differ diff --git a/src/lib/resources/images/bso_icons/50538.png b/src/lib/resources/images/bso_icons/50538.png new file mode 100644 index 00000000000..f6942dcb77e Binary files /dev/null and b/src/lib/resources/images/bso_icons/50538.png differ diff --git a/src/lib/resources/images/bso_icons/50539.png b/src/lib/resources/images/bso_icons/50539.png new file mode 100644 index 00000000000..a5b5080e24a Binary files /dev/null and b/src/lib/resources/images/bso_icons/50539.png differ diff --git a/src/lib/resources/images/bso_icons/50540.png b/src/lib/resources/images/bso_icons/50540.png new file mode 100644 index 00000000000..1352568bc94 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50540.png differ diff --git a/src/lib/resources/images/bso_icons/50541.png b/src/lib/resources/images/bso_icons/50541.png new file mode 100644 index 00000000000..9898b1be3df Binary files /dev/null and b/src/lib/resources/images/bso_icons/50541.png differ diff --git a/src/lib/resources/images/bso_icons/50542.png b/src/lib/resources/images/bso_icons/50542.png new file mode 100644 index 00000000000..dd775eebf75 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50542.png differ diff --git a/src/lib/resources/images/bso_icons/50543.png b/src/lib/resources/images/bso_icons/50543.png new file mode 100644 index 00000000000..007ba7a334b Binary files /dev/null and b/src/lib/resources/images/bso_icons/50543.png differ diff --git a/src/lib/resources/images/bso_icons/50544.png b/src/lib/resources/images/bso_icons/50544.png new file mode 100644 index 00000000000..f580350855c Binary files /dev/null and b/src/lib/resources/images/bso_icons/50544.png differ diff --git a/src/lib/resources/images/bso_icons/50545.png b/src/lib/resources/images/bso_icons/50545.png new file mode 100644 index 00000000000..d44f0cb5083 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50545.png differ diff --git a/src/lib/resources/images/bso_icons/50546.png b/src/lib/resources/images/bso_icons/50546.png new file mode 100644 index 00000000000..4b5c5813b70 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50546.png differ diff --git a/src/lib/resources/images/bso_icons/50547.png b/src/lib/resources/images/bso_icons/50547.png new file mode 100644 index 00000000000..320b8fdd265 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50547.png differ diff --git a/src/lib/resources/images/bso_icons/50548.png b/src/lib/resources/images/bso_icons/50548.png new file mode 100644 index 00000000000..758217abba6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50548.png differ diff --git a/src/lib/resources/images/bso_icons/50549.png b/src/lib/resources/images/bso_icons/50549.png new file mode 100644 index 00000000000..15d3e3daf29 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50549.png differ diff --git a/src/lib/resources/images/bso_icons/50550.png b/src/lib/resources/images/bso_icons/50550.png new file mode 100644 index 00000000000..05acb9bc577 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50550.png differ diff --git a/src/lib/resources/images/bso_icons/50551.png b/src/lib/resources/images/bso_icons/50551.png new file mode 100644 index 00000000000..6d6c8cbbb1e Binary files /dev/null and b/src/lib/resources/images/bso_icons/50551.png differ diff --git a/src/lib/resources/images/bso_icons/50552.png b/src/lib/resources/images/bso_icons/50552.png new file mode 100644 index 00000000000..d38638757c6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50552.png differ diff --git a/src/lib/resources/images/bso_icons/50553.png b/src/lib/resources/images/bso_icons/50553.png new file mode 100644 index 00000000000..8e8e32ef1d8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50553.png differ diff --git a/src/lib/resources/images/bso_icons/50554.png b/src/lib/resources/images/bso_icons/50554.png new file mode 100644 index 00000000000..a1d8238cac3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50554.png differ diff --git a/src/lib/resources/images/bso_icons/50555.png b/src/lib/resources/images/bso_icons/50555.png new file mode 100644 index 00000000000..ae86165c331 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50555.png differ diff --git a/src/lib/resources/images/bso_icons/50556.png b/src/lib/resources/images/bso_icons/50556.png new file mode 100644 index 00000000000..ee0d2ea639e Binary files /dev/null and b/src/lib/resources/images/bso_icons/50556.png differ diff --git a/src/lib/resources/images/bso_icons/50557.png b/src/lib/resources/images/bso_icons/50557.png new file mode 100644 index 00000000000..60e7b6a8a09 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50557.png differ diff --git a/src/lib/resources/images/bso_icons/50558.png b/src/lib/resources/images/bso_icons/50558.png new file mode 100644 index 00000000000..fafa4978f37 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50558.png differ diff --git a/src/lib/resources/images/bso_icons/50559.png b/src/lib/resources/images/bso_icons/50559.png new file mode 100644 index 00000000000..7612ff5f370 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50559.png differ diff --git a/src/lib/resources/images/bso_icons/50560.png b/src/lib/resources/images/bso_icons/50560.png new file mode 100644 index 00000000000..b978fd6f42b Binary files /dev/null and b/src/lib/resources/images/bso_icons/50560.png differ diff --git a/src/lib/resources/images/bso_icons/50561.png b/src/lib/resources/images/bso_icons/50561.png new file mode 100644 index 00000000000..dd836effc1e Binary files /dev/null and b/src/lib/resources/images/bso_icons/50561.png differ diff --git a/src/lib/resources/images/bso_icons/50562.png b/src/lib/resources/images/bso_icons/50562.png new file mode 100644 index 00000000000..2affa349aae Binary files /dev/null and b/src/lib/resources/images/bso_icons/50562.png differ diff --git a/src/lib/resources/images/bso_icons/50563.png b/src/lib/resources/images/bso_icons/50563.png new file mode 100644 index 00000000000..cf547ecfc79 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50563.png differ diff --git a/src/lib/resources/images/bso_icons/50564.png b/src/lib/resources/images/bso_icons/50564.png new file mode 100644 index 00000000000..7f8827534f2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50564.png differ diff --git a/src/lib/resources/images/bso_icons/50565.png b/src/lib/resources/images/bso_icons/50565.png new file mode 100644 index 00000000000..5f505fac65a Binary files /dev/null and b/src/lib/resources/images/bso_icons/50565.png differ diff --git a/src/lib/resources/images/bso_icons/50566.png b/src/lib/resources/images/bso_icons/50566.png new file mode 100644 index 00000000000..43b55d1d979 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50566.png differ diff --git a/src/lib/resources/images/bso_icons/50567.png b/src/lib/resources/images/bso_icons/50567.png new file mode 100644 index 00000000000..03a1f9856dc Binary files /dev/null and b/src/lib/resources/images/bso_icons/50567.png differ diff --git a/src/lib/resources/images/bso_icons/50568.png b/src/lib/resources/images/bso_icons/50568.png new file mode 100644 index 00000000000..7741333d886 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50568.png differ diff --git a/src/lib/resources/images/bso_icons/50569.png b/src/lib/resources/images/bso_icons/50569.png new file mode 100644 index 00000000000..7fe28c57c80 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50569.png differ diff --git a/src/lib/resources/images/bso_icons/50570.png b/src/lib/resources/images/bso_icons/50570.png new file mode 100644 index 00000000000..c23a8028eea Binary files /dev/null and b/src/lib/resources/images/bso_icons/50570.png differ diff --git a/src/lib/resources/images/bso_icons/50571.png b/src/lib/resources/images/bso_icons/50571.png new file mode 100644 index 00000000000..4ed96b9190f Binary files /dev/null and b/src/lib/resources/images/bso_icons/50571.png differ diff --git a/src/lib/resources/images/bso_icons/50572.png b/src/lib/resources/images/bso_icons/50572.png new file mode 100644 index 00000000000..6e5f9cc8827 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50572.png differ diff --git a/src/lib/resources/images/bso_icons/50573.png b/src/lib/resources/images/bso_icons/50573.png new file mode 100644 index 00000000000..c8c52f826c0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50573.png differ diff --git a/src/lib/resources/images/bso_icons/50574.png b/src/lib/resources/images/bso_icons/50574.png new file mode 100644 index 00000000000..100f756916c Binary files /dev/null and b/src/lib/resources/images/bso_icons/50574.png differ diff --git a/src/lib/resources/images/bso_icons/50575.png b/src/lib/resources/images/bso_icons/50575.png new file mode 100644 index 00000000000..4eb0fa5139b Binary files /dev/null and b/src/lib/resources/images/bso_icons/50575.png differ diff --git a/src/lib/resources/images/bso_icons/50576.png b/src/lib/resources/images/bso_icons/50576.png new file mode 100644 index 00000000000..a4acbb93433 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50576.png differ diff --git a/src/lib/resources/images/bso_icons/50577.png b/src/lib/resources/images/bso_icons/50577.png new file mode 100644 index 00000000000..977fc4650f0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50577.png differ diff --git a/src/lib/resources/images/bso_icons/50578.png b/src/lib/resources/images/bso_icons/50578.png new file mode 100644 index 00000000000..028e93df8f9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50578.png differ diff --git a/src/lib/resources/images/bso_icons/50579.png b/src/lib/resources/images/bso_icons/50579.png new file mode 100644 index 00000000000..96134bb3189 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50579.png differ diff --git a/src/lib/resources/images/bso_icons/50588.png b/src/lib/resources/images/bso_icons/50588.png new file mode 100644 index 00000000000..c0a327c8404 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50588.png differ diff --git a/src/lib/resources/images/bso_icons/50589.png b/src/lib/resources/images/bso_icons/50589.png new file mode 100644 index 00000000000..cba9981b2c0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50589.png differ diff --git a/src/lib/resources/images/bso_icons/50599.png b/src/lib/resources/images/bso_icons/50599.png new file mode 100644 index 00000000000..f997e9d67ae Binary files /dev/null and b/src/lib/resources/images/bso_icons/50599.png differ diff --git a/src/lib/resources/images/bso_icons/506.png b/src/lib/resources/images/bso_icons/506.png new file mode 100644 index 00000000000..037be62e94c Binary files /dev/null and b/src/lib/resources/images/bso_icons/506.png differ diff --git a/src/lib/resources/images/bso_icons/50600.png b/src/lib/resources/images/bso_icons/50600.png new file mode 100644 index 00000000000..51262bd88af Binary files /dev/null and b/src/lib/resources/images/bso_icons/50600.png differ diff --git a/src/lib/resources/images/bso_icons/50601.png b/src/lib/resources/images/bso_icons/50601.png new file mode 100644 index 00000000000..a75e8257ee3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50601.png differ diff --git a/src/lib/resources/images/bso_icons/50602.png b/src/lib/resources/images/bso_icons/50602.png new file mode 100644 index 00000000000..bd11942439d Binary files /dev/null and b/src/lib/resources/images/bso_icons/50602.png differ diff --git a/src/lib/resources/images/bso_icons/50603.png b/src/lib/resources/images/bso_icons/50603.png new file mode 100644 index 00000000000..73286552c21 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50603.png differ diff --git a/src/lib/resources/images/bso_icons/50604.png b/src/lib/resources/images/bso_icons/50604.png new file mode 100644 index 00000000000..432c644c4b4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50604.png differ diff --git a/src/lib/resources/images/bso_icons/50605.png b/src/lib/resources/images/bso_icons/50605.png new file mode 100644 index 00000000000..5f8e50d326f Binary files /dev/null and b/src/lib/resources/images/bso_icons/50605.png differ diff --git a/src/lib/resources/images/bso_icons/50606.png b/src/lib/resources/images/bso_icons/50606.png new file mode 100644 index 00000000000..8501b9321a5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50606.png differ diff --git a/src/lib/resources/images/bso_icons/50607.png b/src/lib/resources/images/bso_icons/50607.png new file mode 100644 index 00000000000..815a300d505 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50607.png differ diff --git a/src/lib/resources/images/bso_icons/50608.png b/src/lib/resources/images/bso_icons/50608.png new file mode 100644 index 00000000000..aa09d9e4275 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50608.png differ diff --git a/src/lib/resources/images/bso_icons/50609.png b/src/lib/resources/images/bso_icons/50609.png new file mode 100644 index 00000000000..776d89bc62a Binary files /dev/null and b/src/lib/resources/images/bso_icons/50609.png differ diff --git a/src/lib/resources/images/bso_icons/50610.png b/src/lib/resources/images/bso_icons/50610.png new file mode 100644 index 00000000000..8f7b301902a Binary files /dev/null and b/src/lib/resources/images/bso_icons/50610.png differ diff --git a/src/lib/resources/images/bso_icons/50611.png b/src/lib/resources/images/bso_icons/50611.png new file mode 100644 index 00000000000..5a7dbbb18c7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50611.png differ diff --git a/src/lib/resources/images/bso_icons/50612.png b/src/lib/resources/images/bso_icons/50612.png new file mode 100644 index 00000000000..9ae4009c8dc Binary files /dev/null and b/src/lib/resources/images/bso_icons/50612.png differ diff --git a/src/lib/resources/images/bso_icons/50613.png b/src/lib/resources/images/bso_icons/50613.png new file mode 100644 index 00000000000..55daea7ad88 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50613.png differ diff --git a/src/lib/resources/images/bso_icons/50614.png b/src/lib/resources/images/bso_icons/50614.png new file mode 100644 index 00000000000..0224ac884f3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50614.png differ diff --git a/src/lib/resources/images/bso_icons/50615.png b/src/lib/resources/images/bso_icons/50615.png new file mode 100644 index 00000000000..3b242454a58 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50615.png differ diff --git a/src/lib/resources/images/bso_icons/50616.png b/src/lib/resources/images/bso_icons/50616.png new file mode 100644 index 00000000000..e8b941d67ef Binary files /dev/null and b/src/lib/resources/images/bso_icons/50616.png differ diff --git a/src/lib/resources/images/bso_icons/50617.png b/src/lib/resources/images/bso_icons/50617.png new file mode 100644 index 00000000000..b0980cc6598 Binary files /dev/null and b/src/lib/resources/images/bso_icons/50617.png differ diff --git a/src/lib/resources/images/bso_icons/508.png b/src/lib/resources/images/bso_icons/508.png new file mode 100644 index 00000000000..ee085cb7503 Binary files /dev/null and b/src/lib/resources/images/bso_icons/508.png differ diff --git a/src/lib/resources/images/bso_icons/51000.png b/src/lib/resources/images/bso_icons/51000.png new file mode 100644 index 00000000000..af012231b79 Binary files /dev/null and b/src/lib/resources/images/bso_icons/51000.png differ diff --git a/src/lib/resources/images/bso_icons/51001.png b/src/lib/resources/images/bso_icons/51001.png new file mode 100644 index 00000000000..dcf74aa21bd Binary files /dev/null and b/src/lib/resources/images/bso_icons/51001.png differ diff --git a/src/lib/resources/images/bso_icons/51002.png b/src/lib/resources/images/bso_icons/51002.png new file mode 100644 index 00000000000..9d34831fa0f Binary files /dev/null and b/src/lib/resources/images/bso_icons/51002.png differ diff --git a/src/lib/resources/images/bso_icons/51003.png b/src/lib/resources/images/bso_icons/51003.png new file mode 100644 index 00000000000..7f1e00c181d Binary files /dev/null and b/src/lib/resources/images/bso_icons/51003.png differ diff --git a/src/lib/resources/images/bso_icons/51004.png b/src/lib/resources/images/bso_icons/51004.png new file mode 100644 index 00000000000..daeefee2741 Binary files /dev/null and b/src/lib/resources/images/bso_icons/51004.png differ diff --git a/src/lib/resources/images/bso_icons/51005.png b/src/lib/resources/images/bso_icons/51005.png new file mode 100644 index 00000000000..af41883b7a8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/51005.png differ diff --git a/src/lib/resources/images/bso_icons/51006.png b/src/lib/resources/images/bso_icons/51006.png new file mode 100644 index 00000000000..78fb8474595 Binary files /dev/null and b/src/lib/resources/images/bso_icons/51006.png differ diff --git a/src/lib/resources/images/bso_icons/51007.png b/src/lib/resources/images/bso_icons/51007.png new file mode 100644 index 00000000000..2796d16f385 Binary files /dev/null and b/src/lib/resources/images/bso_icons/51007.png differ diff --git a/src/lib/resources/images/bso_icons/51008.png b/src/lib/resources/images/bso_icons/51008.png new file mode 100644 index 00000000000..b56c3526b01 Binary files /dev/null and b/src/lib/resources/images/bso_icons/51008.png differ diff --git a/src/lib/resources/images/bso_icons/51009.png b/src/lib/resources/images/bso_icons/51009.png new file mode 100644 index 00000000000..aad7518b6b7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/51009.png differ diff --git a/src/lib/resources/images/bso_icons/51010.png b/src/lib/resources/images/bso_icons/51010.png new file mode 100644 index 00000000000..f451e77835e Binary files /dev/null and b/src/lib/resources/images/bso_icons/51010.png differ diff --git a/src/lib/resources/images/bso_icons/51011.png b/src/lib/resources/images/bso_icons/51011.png new file mode 100644 index 00000000000..fadabc0d0e7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/51011.png differ diff --git a/src/lib/resources/images/bso_icons/51012.png b/src/lib/resources/images/bso_icons/51012.png new file mode 100644 index 00000000000..c666dc24e42 Binary files /dev/null and b/src/lib/resources/images/bso_icons/51012.png differ diff --git a/src/lib/resources/images/bso_icons/51013.png b/src/lib/resources/images/bso_icons/51013.png new file mode 100644 index 00000000000..b4a2e953921 Binary files /dev/null and b/src/lib/resources/images/bso_icons/51013.png differ diff --git a/src/lib/resources/images/bso_icons/51014.png b/src/lib/resources/images/bso_icons/51014.png new file mode 100644 index 00000000000..87d4a9bb7db Binary files /dev/null and b/src/lib/resources/images/bso_icons/51014.png differ diff --git a/src/lib/resources/images/bso_icons/51015.png b/src/lib/resources/images/bso_icons/51015.png new file mode 100644 index 00000000000..3475147430e Binary files /dev/null and b/src/lib/resources/images/bso_icons/51015.png differ diff --git a/src/lib/resources/images/bso_icons/51016.png b/src/lib/resources/images/bso_icons/51016.png new file mode 100644 index 00000000000..f8da613dd79 Binary files /dev/null and b/src/lib/resources/images/bso_icons/51016.png differ diff --git a/src/lib/resources/images/bso_icons/51017.png b/src/lib/resources/images/bso_icons/51017.png new file mode 100644 index 00000000000..4f19b265880 Binary files /dev/null and b/src/lib/resources/images/bso_icons/51017.png differ diff --git a/src/lib/resources/images/bso_icons/516.png b/src/lib/resources/images/bso_icons/516.png new file mode 100644 index 00000000000..5948347ca6d Binary files /dev/null and b/src/lib/resources/images/bso_icons/516.png differ diff --git a/src/lib/resources/images/bso_icons/52616.png b/src/lib/resources/images/bso_icons/52616.png new file mode 100644 index 00000000000..100bb071bf6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52616.png differ diff --git a/src/lib/resources/images/bso_icons/52617.png b/src/lib/resources/images/bso_icons/52617.png new file mode 100644 index 00000000000..1d107eb9cb5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52617.png differ diff --git a/src/lib/resources/images/bso_icons/52618.png b/src/lib/resources/images/bso_icons/52618.png new file mode 100644 index 00000000000..91304a526bc Binary files /dev/null and b/src/lib/resources/images/bso_icons/52618.png differ diff --git a/src/lib/resources/images/bso_icons/52620.png b/src/lib/resources/images/bso_icons/52620.png new file mode 100644 index 00000000000..a404924673a Binary files /dev/null and b/src/lib/resources/images/bso_icons/52620.png differ diff --git a/src/lib/resources/images/bso_icons/52630.png b/src/lib/resources/images/bso_icons/52630.png new file mode 100644 index 00000000000..1309e7678b6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52630.png differ diff --git a/src/lib/resources/images/bso_icons/52631.png b/src/lib/resources/images/bso_icons/52631.png new file mode 100644 index 00000000000..4c6f7a4e9d5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52631.png differ diff --git a/src/lib/resources/images/bso_icons/52632.png b/src/lib/resources/images/bso_icons/52632.png new file mode 100644 index 00000000000..aabe0ca6e24 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52632.png differ diff --git a/src/lib/resources/images/bso_icons/52633.png b/src/lib/resources/images/bso_icons/52633.png new file mode 100644 index 00000000000..cd57343dcbf Binary files /dev/null and b/src/lib/resources/images/bso_icons/52633.png differ diff --git a/src/lib/resources/images/bso_icons/52634.png b/src/lib/resources/images/bso_icons/52634.png new file mode 100644 index 00000000000..042cb7b5ba3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52634.png differ diff --git a/src/lib/resources/images/bso_icons/52650.png b/src/lib/resources/images/bso_icons/52650.png new file mode 100644 index 00000000000..064c60a6412 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52650.png differ diff --git a/src/lib/resources/images/bso_icons/52652.png b/src/lib/resources/images/bso_icons/52652.png new file mode 100644 index 00000000000..953cc527d94 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52652.png differ diff --git a/src/lib/resources/images/bso_icons/52653.png b/src/lib/resources/images/bso_icons/52653.png new file mode 100644 index 00000000000..ca3edca06a1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52653.png differ diff --git a/src/lib/resources/images/bso_icons/52654.png b/src/lib/resources/images/bso_icons/52654.png new file mode 100644 index 00000000000..c5921afa5f6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52654.png differ diff --git a/src/lib/resources/images/bso_icons/52655.png b/src/lib/resources/images/bso_icons/52655.png new file mode 100644 index 00000000000..8f54e5732a8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52655.png differ diff --git a/src/lib/resources/images/bso_icons/52656.png b/src/lib/resources/images/bso_icons/52656.png new file mode 100644 index 00000000000..a686ee8e690 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52656.png differ diff --git a/src/lib/resources/images/bso_icons/52658.png b/src/lib/resources/images/bso_icons/52658.png new file mode 100644 index 00000000000..5c83cb1a173 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52658.png differ diff --git a/src/lib/resources/images/bso_icons/52659.png b/src/lib/resources/images/bso_icons/52659.png new file mode 100644 index 00000000000..ab80815e7b1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52659.png differ diff --git a/src/lib/resources/images/bso_icons/52660.png b/src/lib/resources/images/bso_icons/52660.png new file mode 100644 index 00000000000..3f802781551 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52660.png differ diff --git a/src/lib/resources/images/bso_icons/52661.png b/src/lib/resources/images/bso_icons/52661.png new file mode 100644 index 00000000000..2d92e0c9768 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52661.png differ diff --git a/src/lib/resources/images/bso_icons/52662.png b/src/lib/resources/images/bso_icons/52662.png new file mode 100644 index 00000000000..b42c0ecdf2c Binary files /dev/null and b/src/lib/resources/images/bso_icons/52662.png differ diff --git a/src/lib/resources/images/bso_icons/52663.png b/src/lib/resources/images/bso_icons/52663.png new file mode 100644 index 00000000000..ec12dcb3662 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52663.png differ diff --git a/src/lib/resources/images/bso_icons/52664.png b/src/lib/resources/images/bso_icons/52664.png new file mode 100644 index 00000000000..9e847bdbf68 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52664.png differ diff --git a/src/lib/resources/images/bso_icons/52665.png b/src/lib/resources/images/bso_icons/52665.png new file mode 100644 index 00000000000..2ae72a3a0cc Binary files /dev/null and b/src/lib/resources/images/bso_icons/52665.png differ diff --git a/src/lib/resources/images/bso_icons/52667.png b/src/lib/resources/images/bso_icons/52667.png new file mode 100644 index 00000000000..549f4060ba4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52667.png differ diff --git a/src/lib/resources/images/bso_icons/52668.png b/src/lib/resources/images/bso_icons/52668.png new file mode 100644 index 00000000000..bd06dab3143 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52668.png differ diff --git a/src/lib/resources/images/bso_icons/52669.png b/src/lib/resources/images/bso_icons/52669.png new file mode 100644 index 00000000000..6dd42da6707 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52669.png differ diff --git a/src/lib/resources/images/bso_icons/52670.png b/src/lib/resources/images/bso_icons/52670.png new file mode 100644 index 00000000000..dac6b6cbf21 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52670.png differ diff --git a/src/lib/resources/images/bso_icons/52671.png b/src/lib/resources/images/bso_icons/52671.png new file mode 100644 index 00000000000..588f1fbd97a Binary files /dev/null and b/src/lib/resources/images/bso_icons/52671.png differ diff --git a/src/lib/resources/images/bso_icons/52672.png b/src/lib/resources/images/bso_icons/52672.png new file mode 100644 index 00000000000..d10c32648b0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52672.png differ diff --git a/src/lib/resources/images/bso_icons/52673.png b/src/lib/resources/images/bso_icons/52673.png new file mode 100644 index 00000000000..6de5c887b90 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52673.png differ diff --git a/src/lib/resources/images/bso_icons/52674.png b/src/lib/resources/images/bso_icons/52674.png new file mode 100644 index 00000000000..4d630a128eb Binary files /dev/null and b/src/lib/resources/images/bso_icons/52674.png differ diff --git a/src/lib/resources/images/bso_icons/52680.png b/src/lib/resources/images/bso_icons/52680.png new file mode 100644 index 00000000000..77470d8f3df Binary files /dev/null and b/src/lib/resources/images/bso_icons/52680.png differ diff --git a/src/lib/resources/images/bso_icons/52681.png b/src/lib/resources/images/bso_icons/52681.png new file mode 100644 index 00000000000..751b58af287 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52681.png differ diff --git a/src/lib/resources/images/bso_icons/52682.png b/src/lib/resources/images/bso_icons/52682.png new file mode 100644 index 00000000000..9451ed2a745 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52682.png differ diff --git a/src/lib/resources/images/bso_icons/52683.png b/src/lib/resources/images/bso_icons/52683.png new file mode 100644 index 00000000000..490e7e77319 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52683.png differ diff --git a/src/lib/resources/images/bso_icons/52684.png b/src/lib/resources/images/bso_icons/52684.png new file mode 100644 index 00000000000..51f567f68e1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52684.png differ diff --git a/src/lib/resources/images/bso_icons/52685.png b/src/lib/resources/images/bso_icons/52685.png new file mode 100644 index 00000000000..cbebe9a65bb Binary files /dev/null and b/src/lib/resources/images/bso_icons/52685.png differ diff --git a/src/lib/resources/images/bso_icons/52686.png b/src/lib/resources/images/bso_icons/52686.png new file mode 100644 index 00000000000..8c072eef527 Binary files /dev/null and b/src/lib/resources/images/bso_icons/52686.png differ diff --git a/src/lib/resources/images/bso_icons/52687.png b/src/lib/resources/images/bso_icons/52687.png new file mode 100644 index 00000000000..40865c22f6b Binary files /dev/null and b/src/lib/resources/images/bso_icons/52687.png differ diff --git a/src/lib/resources/images/bso_icons/5507.png b/src/lib/resources/images/bso_icons/5507.png new file mode 100644 index 00000000000..1e3d995efcc Binary files /dev/null and b/src/lib/resources/images/bso_icons/5507.png differ diff --git a/src/lib/resources/images/bso_icons/601.png b/src/lib/resources/images/bso_icons/601.png new file mode 100644 index 00000000000..b1ac4aa0ae4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/601.png differ diff --git a/src/lib/resources/images/bso_icons/605.png b/src/lib/resources/images/bso_icons/605.png new file mode 100644 index 00000000000..15e30413ef0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/605.png differ diff --git a/src/lib/resources/images/bso_icons/6199.png b/src/lib/resources/images/bso_icons/6199.png new file mode 100644 index 00000000000..f4d666d2ea3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/6199.png differ diff --git a/src/lib/resources/images/bso_icons/62100.png b/src/lib/resources/images/bso_icons/62100.png new file mode 100644 index 00000000000..2ca2bbb4340 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62100.png differ diff --git a/src/lib/resources/images/bso_icons/62101.png b/src/lib/resources/images/bso_icons/62101.png new file mode 100644 index 00000000000..ff050634261 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62101.png differ diff --git a/src/lib/resources/images/bso_icons/62102.png b/src/lib/resources/images/bso_icons/62102.png new file mode 100644 index 00000000000..e2b2c10e66f Binary files /dev/null and b/src/lib/resources/images/bso_icons/62102.png differ diff --git a/src/lib/resources/images/bso_icons/62103.png b/src/lib/resources/images/bso_icons/62103.png new file mode 100644 index 00000000000..06b15d902ea Binary files /dev/null and b/src/lib/resources/images/bso_icons/62103.png differ diff --git a/src/lib/resources/images/bso_icons/62104.png b/src/lib/resources/images/bso_icons/62104.png new file mode 100644 index 00000000000..89af0f933fe Binary files /dev/null and b/src/lib/resources/images/bso_icons/62104.png differ diff --git a/src/lib/resources/images/bso_icons/62105.png b/src/lib/resources/images/bso_icons/62105.png new file mode 100644 index 00000000000..e8248911315 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62105.png differ diff --git a/src/lib/resources/images/bso_icons/62106.png b/src/lib/resources/images/bso_icons/62106.png new file mode 100644 index 00000000000..20a4eb0ee03 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62106.png differ diff --git a/src/lib/resources/images/bso_icons/62108.png b/src/lib/resources/images/bso_icons/62108.png new file mode 100644 index 00000000000..fa1f61a15a5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62108.png differ diff --git a/src/lib/resources/images/bso_icons/62109.png b/src/lib/resources/images/bso_icons/62109.png new file mode 100644 index 00000000000..3574cd7a4be Binary files /dev/null and b/src/lib/resources/images/bso_icons/62109.png differ diff --git a/src/lib/resources/images/bso_icons/62110.png b/src/lib/resources/images/bso_icons/62110.png new file mode 100644 index 00000000000..9b72542ad33 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62110.png differ diff --git a/src/lib/resources/images/bso_icons/62111.png b/src/lib/resources/images/bso_icons/62111.png new file mode 100644 index 00000000000..e7455bd008c Binary files /dev/null and b/src/lib/resources/images/bso_icons/62111.png differ diff --git a/src/lib/resources/images/bso_icons/62112.png b/src/lib/resources/images/bso_icons/62112.png new file mode 100644 index 00000000000..f9ea1ff0778 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62112.png differ diff --git a/src/lib/resources/images/bso_icons/62113.png b/src/lib/resources/images/bso_icons/62113.png new file mode 100644 index 00000000000..68642d84320 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62113.png differ diff --git a/src/lib/resources/images/bso_icons/62114.png b/src/lib/resources/images/bso_icons/62114.png new file mode 100644 index 00000000000..82087c31cee Binary files /dev/null and b/src/lib/resources/images/bso_icons/62114.png differ diff --git a/src/lib/resources/images/bso_icons/62115.png b/src/lib/resources/images/bso_icons/62115.png new file mode 100644 index 00000000000..c99004abb0a Binary files /dev/null and b/src/lib/resources/images/bso_icons/62115.png differ diff --git a/src/lib/resources/images/bso_icons/62116.png b/src/lib/resources/images/bso_icons/62116.png new file mode 100644 index 00000000000..6442724e80e Binary files /dev/null and b/src/lib/resources/images/bso_icons/62116.png differ diff --git a/src/lib/resources/images/bso_icons/62117.png b/src/lib/resources/images/bso_icons/62117.png new file mode 100644 index 00000000000..f9a6b2d3f0c Binary files /dev/null and b/src/lib/resources/images/bso_icons/62117.png differ diff --git a/src/lib/resources/images/bso_icons/62118.png b/src/lib/resources/images/bso_icons/62118.png new file mode 100644 index 00000000000..146e75c2f41 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62118.png differ diff --git a/src/lib/resources/images/bso_icons/62119.png b/src/lib/resources/images/bso_icons/62119.png new file mode 100644 index 00000000000..9ce1caf627c Binary files /dev/null and b/src/lib/resources/images/bso_icons/62119.png differ diff --git a/src/lib/resources/images/bso_icons/62120.png b/src/lib/resources/images/bso_icons/62120.png new file mode 100644 index 00000000000..3ea77d5abc2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62120.png differ diff --git a/src/lib/resources/images/bso_icons/62121.png b/src/lib/resources/images/bso_icons/62121.png new file mode 100644 index 00000000000..2c2cd3ce491 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62121.png differ diff --git a/src/lib/resources/images/bso_icons/62122.png b/src/lib/resources/images/bso_icons/62122.png new file mode 100644 index 00000000000..a35422484b0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62122.png differ diff --git a/src/lib/resources/images/bso_icons/62336.png b/src/lib/resources/images/bso_icons/62336.png new file mode 100644 index 00000000000..d11b3cf3086 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62336.png differ diff --git a/src/lib/resources/images/bso_icons/62337.png b/src/lib/resources/images/bso_icons/62337.png new file mode 100644 index 00000000000..6ba2331dab3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62337.png differ diff --git a/src/lib/resources/images/bso_icons/62338.png b/src/lib/resources/images/bso_icons/62338.png new file mode 100644 index 00000000000..5bf696ce7d3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62338.png differ diff --git a/src/lib/resources/images/bso_icons/62348.png b/src/lib/resources/images/bso_icons/62348.png new file mode 100644 index 00000000000..b646c7e9e92 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62348.png differ diff --git a/src/lib/resources/images/bso_icons/62356.png b/src/lib/resources/images/bso_icons/62356.png new file mode 100644 index 00000000000..f1787da022e Binary files /dev/null and b/src/lib/resources/images/bso_icons/62356.png differ diff --git a/src/lib/resources/images/bso_icons/62496.png b/src/lib/resources/images/bso_icons/62496.png new file mode 100644 index 00000000000..6bbebee4eff Binary files /dev/null and b/src/lib/resources/images/bso_icons/62496.png differ diff --git a/src/lib/resources/images/bso_icons/62497.png b/src/lib/resources/images/bso_icons/62497.png new file mode 100644 index 00000000000..1503352f319 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62497.png differ diff --git a/src/lib/resources/images/bso_icons/62546.png b/src/lib/resources/images/bso_icons/62546.png new file mode 100644 index 00000000000..00cb3ae5090 Binary files /dev/null and b/src/lib/resources/images/bso_icons/62546.png differ diff --git a/src/lib/resources/images/bso_icons/63127.png b/src/lib/resources/images/bso_icons/63127.png new file mode 100644 index 00000000000..2cd7f9d7670 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63127.png differ diff --git a/src/lib/resources/images/bso_icons/63160.png b/src/lib/resources/images/bso_icons/63160.png new file mode 100644 index 00000000000..f16ac14eab0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63160.png differ diff --git a/src/lib/resources/images/bso_icons/63164.png b/src/lib/resources/images/bso_icons/63164.png new file mode 100644 index 00000000000..f19194dce99 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63164.png differ diff --git a/src/lib/resources/images/bso_icons/63184.png b/src/lib/resources/images/bso_icons/63184.png new file mode 100644 index 00000000000..0059ca93032 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63184.png differ diff --git a/src/lib/resources/images/bso_icons/63186.png b/src/lib/resources/images/bso_icons/63186.png new file mode 100644 index 00000000000..df14ca984fb Binary files /dev/null and b/src/lib/resources/images/bso_icons/63186.png differ diff --git a/src/lib/resources/images/bso_icons/63197.png b/src/lib/resources/images/bso_icons/63197.png new file mode 100644 index 00000000000..32352807890 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63197.png differ diff --git a/src/lib/resources/images/bso_icons/63200.png b/src/lib/resources/images/bso_icons/63200.png new file mode 100644 index 00000000000..5b42e9fbbfe Binary files /dev/null and b/src/lib/resources/images/bso_icons/63200.png differ diff --git a/src/lib/resources/images/bso_icons/63201.png b/src/lib/resources/images/bso_icons/63201.png new file mode 100644 index 00000000000..a4d9f28c65c Binary files /dev/null and b/src/lib/resources/images/bso_icons/63201.png differ diff --git a/src/lib/resources/images/bso_icons/63202.png b/src/lib/resources/images/bso_icons/63202.png new file mode 100644 index 00000000000..034a3fbd8cb Binary files /dev/null and b/src/lib/resources/images/bso_icons/63202.png differ diff --git a/src/lib/resources/images/bso_icons/63203.png b/src/lib/resources/images/bso_icons/63203.png new file mode 100644 index 00000000000..cc31ff4633b Binary files /dev/null and b/src/lib/resources/images/bso_icons/63203.png differ diff --git a/src/lib/resources/images/bso_icons/63204.png b/src/lib/resources/images/bso_icons/63204.png new file mode 100644 index 00000000000..18059bd15cd Binary files /dev/null and b/src/lib/resources/images/bso_icons/63204.png differ diff --git a/src/lib/resources/images/bso_icons/63205.png b/src/lib/resources/images/bso_icons/63205.png new file mode 100644 index 00000000000..e6a67ba3365 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63205.png differ diff --git a/src/lib/resources/images/bso_icons/63206.png b/src/lib/resources/images/bso_icons/63206.png new file mode 100644 index 00000000000..27e3a3f4f53 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63206.png differ diff --git a/src/lib/resources/images/bso_icons/63207.png b/src/lib/resources/images/bso_icons/63207.png new file mode 100644 index 00000000000..cc93f856f53 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63207.png differ diff --git a/src/lib/resources/images/bso_icons/63208.png b/src/lib/resources/images/bso_icons/63208.png new file mode 100644 index 00000000000..30d63a651fc Binary files /dev/null and b/src/lib/resources/images/bso_icons/63208.png differ diff --git a/src/lib/resources/images/bso_icons/63300.png b/src/lib/resources/images/bso_icons/63300.png new file mode 100644 index 00000000000..566d22888df Binary files /dev/null and b/src/lib/resources/images/bso_icons/63300.png differ diff --git a/src/lib/resources/images/bso_icons/63302.png b/src/lib/resources/images/bso_icons/63302.png new file mode 100644 index 00000000000..2705c469db0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63302.png differ diff --git a/src/lib/resources/images/bso_icons/63304.png b/src/lib/resources/images/bso_icons/63304.png new file mode 100644 index 00000000000..a12536bfb28 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63304.png differ diff --git a/src/lib/resources/images/bso_icons/63306.png b/src/lib/resources/images/bso_icons/63306.png new file mode 100644 index 00000000000..02b6175e46f Binary files /dev/null and b/src/lib/resources/images/bso_icons/63306.png differ diff --git a/src/lib/resources/images/bso_icons/63308.png b/src/lib/resources/images/bso_icons/63308.png new file mode 100644 index 00000000000..6a637e5f815 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63308.png differ diff --git a/src/lib/resources/images/bso_icons/63310.png b/src/lib/resources/images/bso_icons/63310.png new file mode 100644 index 00000000000..71219b84792 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63310.png differ diff --git a/src/lib/resources/images/bso_icons/63312.png b/src/lib/resources/images/bso_icons/63312.png new file mode 100644 index 00000000000..8859f2847d7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63312.png differ diff --git a/src/lib/resources/images/bso_icons/63314.png b/src/lib/resources/images/bso_icons/63314.png new file mode 100644 index 00000000000..217339cf0d3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63314.png differ diff --git a/src/lib/resources/images/bso_icons/63316.png b/src/lib/resources/images/bso_icons/63316.png new file mode 100644 index 00000000000..7ae162bed21 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63316.png differ diff --git a/src/lib/resources/images/bso_icons/63318.png b/src/lib/resources/images/bso_icons/63318.png new file mode 100644 index 00000000000..e4bbc8fad53 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63318.png differ diff --git a/src/lib/resources/images/bso_icons/63320.png b/src/lib/resources/images/bso_icons/63320.png new file mode 100644 index 00000000000..fc449bab345 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63320.png differ diff --git a/src/lib/resources/images/bso_icons/63322.png b/src/lib/resources/images/bso_icons/63322.png new file mode 100644 index 00000000000..475d19abd03 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63322.png differ diff --git a/src/lib/resources/images/bso_icons/63324.png b/src/lib/resources/images/bso_icons/63324.png new file mode 100644 index 00000000000..e9172830f18 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63324.png differ diff --git a/src/lib/resources/images/bso_icons/63325.png b/src/lib/resources/images/bso_icons/63325.png new file mode 100644 index 00000000000..d3b78760bce Binary files /dev/null and b/src/lib/resources/images/bso_icons/63325.png differ diff --git a/src/lib/resources/images/bso_icons/63326.png b/src/lib/resources/images/bso_icons/63326.png new file mode 100644 index 00000000000..913ba41f635 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63326.png differ diff --git a/src/lib/resources/images/bso_icons/63400.png b/src/lib/resources/images/bso_icons/63400.png new file mode 100644 index 00000000000..cc4aeea3d14 Binary files /dev/null and b/src/lib/resources/images/bso_icons/63400.png differ diff --git a/src/lib/resources/images/bso_icons/65197.png b/src/lib/resources/images/bso_icons/65197.png new file mode 100644 index 00000000000..2fceb0cec17 Binary files /dev/null and b/src/lib/resources/images/bso_icons/65197.png differ diff --git a/src/lib/resources/images/bso_icons/6741.png b/src/lib/resources/images/bso_icons/6741.png new file mode 100644 index 00000000000..b1cf0f33191 Binary files /dev/null and b/src/lib/resources/images/bso_icons/6741.png differ diff --git a/src/lib/resources/images/bso_icons/6796.png b/src/lib/resources/images/bso_icons/6796.png new file mode 100644 index 00000000000..4d5628b3374 Binary files /dev/null and b/src/lib/resources/images/bso_icons/6796.png differ diff --git a/src/lib/resources/images/bso_icons/70001.png b/src/lib/resources/images/bso_icons/70001.png new file mode 100644 index 00000000000..565773c3363 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70001.png differ diff --git a/src/lib/resources/images/bso_icons/70002.png b/src/lib/resources/images/bso_icons/70002.png new file mode 100644 index 00000000000..1db06980197 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70002.png differ diff --git a/src/lib/resources/images/bso_icons/70003.png b/src/lib/resources/images/bso_icons/70003.png new file mode 100644 index 00000000000..8828ca41197 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70003.png differ diff --git a/src/lib/resources/images/bso_icons/70004.png b/src/lib/resources/images/bso_icons/70004.png new file mode 100644 index 00000000000..f01457e8c0f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70004.png differ diff --git a/src/lib/resources/images/bso_icons/70005.png b/src/lib/resources/images/bso_icons/70005.png new file mode 100644 index 00000000000..1b7c2f36c19 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70005.png differ diff --git a/src/lib/resources/images/bso_icons/70006.png b/src/lib/resources/images/bso_icons/70006.png new file mode 100644 index 00000000000..dec121862da Binary files /dev/null and b/src/lib/resources/images/bso_icons/70006.png differ diff --git a/src/lib/resources/images/bso_icons/70007.png b/src/lib/resources/images/bso_icons/70007.png new file mode 100644 index 00000000000..9fb48429abe Binary files /dev/null and b/src/lib/resources/images/bso_icons/70007.png differ diff --git a/src/lib/resources/images/bso_icons/70008.png b/src/lib/resources/images/bso_icons/70008.png new file mode 100644 index 00000000000..6a63e19c4b2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70008.png differ diff --git a/src/lib/resources/images/bso_icons/70009.png b/src/lib/resources/images/bso_icons/70009.png new file mode 100644 index 00000000000..dc8b1250d2b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70009.png differ diff --git a/src/lib/resources/images/bso_icons/70010.png b/src/lib/resources/images/bso_icons/70010.png new file mode 100644 index 00000000000..c4564be1ed3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70010.png differ diff --git a/src/lib/resources/images/bso_icons/70011.png b/src/lib/resources/images/bso_icons/70011.png new file mode 100644 index 00000000000..2acb461f139 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70011.png differ diff --git a/src/lib/resources/images/bso_icons/70012.png b/src/lib/resources/images/bso_icons/70012.png new file mode 100644 index 00000000000..0671ffb87d4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70012.png differ diff --git a/src/lib/resources/images/bso_icons/70013.png b/src/lib/resources/images/bso_icons/70013.png new file mode 100644 index 00000000000..4d21b80e124 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70013.png differ diff --git a/src/lib/resources/images/bso_icons/70014.png b/src/lib/resources/images/bso_icons/70014.png new file mode 100644 index 00000000000..c4ba5365ea5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70014.png differ diff --git a/src/lib/resources/images/bso_icons/70016.png b/src/lib/resources/images/bso_icons/70016.png new file mode 100644 index 00000000000..405d05adee7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70016.png differ diff --git a/src/lib/resources/images/bso_icons/70017.png b/src/lib/resources/images/bso_icons/70017.png new file mode 100644 index 00000000000..18f3a5a2315 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70017.png differ diff --git a/src/lib/resources/images/bso_icons/70018.png b/src/lib/resources/images/bso_icons/70018.png new file mode 100644 index 00000000000..b0d79735d0a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70018.png differ diff --git a/src/lib/resources/images/bso_icons/70019.png b/src/lib/resources/images/bso_icons/70019.png new file mode 100644 index 00000000000..eebc32a576a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70019.png differ diff --git a/src/lib/resources/images/bso_icons/70020.png b/src/lib/resources/images/bso_icons/70020.png new file mode 100644 index 00000000000..9dde75112e0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70020.png differ diff --git a/src/lib/resources/images/bso_icons/70021.png b/src/lib/resources/images/bso_icons/70021.png new file mode 100644 index 00000000000..9f4760fd6c1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70021.png differ diff --git a/src/lib/resources/images/bso_icons/70023.png b/src/lib/resources/images/bso_icons/70023.png new file mode 100644 index 00000000000..45a74663c68 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70023.png differ diff --git a/src/lib/resources/images/bso_icons/70025.png b/src/lib/resources/images/bso_icons/70025.png new file mode 100644 index 00000000000..d116c38021b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70025.png differ diff --git a/src/lib/resources/images/bso_icons/70026.png b/src/lib/resources/images/bso_icons/70026.png new file mode 100644 index 00000000000..8488f4e705d Binary files /dev/null and b/src/lib/resources/images/bso_icons/70026.png differ diff --git a/src/lib/resources/images/bso_icons/70027.png b/src/lib/resources/images/bso_icons/70027.png new file mode 100644 index 00000000000..702d56a2a81 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70027.png differ diff --git a/src/lib/resources/images/bso_icons/70028.png b/src/lib/resources/images/bso_icons/70028.png new file mode 100644 index 00000000000..6894312121b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70028.png differ diff --git a/src/lib/resources/images/bso_icons/70029.png b/src/lib/resources/images/bso_icons/70029.png new file mode 100644 index 00000000000..0682bd4bd0f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70029.png differ diff --git a/src/lib/resources/images/bso_icons/70030.png b/src/lib/resources/images/bso_icons/70030.png new file mode 100644 index 00000000000..659073315ea Binary files /dev/null and b/src/lib/resources/images/bso_icons/70030.png differ diff --git a/src/lib/resources/images/bso_icons/70031.png b/src/lib/resources/images/bso_icons/70031.png new file mode 100644 index 00000000000..49fd4a3711d Binary files /dev/null and b/src/lib/resources/images/bso_icons/70031.png differ diff --git a/src/lib/resources/images/bso_icons/70032.png b/src/lib/resources/images/bso_icons/70032.png new file mode 100644 index 00000000000..ff4373ae96e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70032.png differ diff --git a/src/lib/resources/images/bso_icons/70033.png b/src/lib/resources/images/bso_icons/70033.png new file mode 100644 index 00000000000..c72de2b7d13 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70033.png differ diff --git a/src/lib/resources/images/bso_icons/70034.png b/src/lib/resources/images/bso_icons/70034.png new file mode 100644 index 00000000000..d33bf5622b8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70034.png differ diff --git a/src/lib/resources/images/bso_icons/70035.png b/src/lib/resources/images/bso_icons/70035.png new file mode 100644 index 00000000000..9c13a939125 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70035.png differ diff --git a/src/lib/resources/images/bso_icons/70036.png b/src/lib/resources/images/bso_icons/70036.png new file mode 100644 index 00000000000..c1886c0d264 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70036.png differ diff --git a/src/lib/resources/images/bso_icons/70037.png b/src/lib/resources/images/bso_icons/70037.png new file mode 100644 index 00000000000..3a0ea242590 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70037.png differ diff --git a/src/lib/resources/images/bso_icons/70038.png b/src/lib/resources/images/bso_icons/70038.png new file mode 100644 index 00000000000..fe788f74f42 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70038.png differ diff --git a/src/lib/resources/images/bso_icons/70039.png b/src/lib/resources/images/bso_icons/70039.png new file mode 100644 index 00000000000..be9d92264d5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70039.png differ diff --git a/src/lib/resources/images/bso_icons/70040.png b/src/lib/resources/images/bso_icons/70040.png new file mode 100644 index 00000000000..992cf8d5be7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70040.png differ diff --git a/src/lib/resources/images/bso_icons/70041.png b/src/lib/resources/images/bso_icons/70041.png new file mode 100644 index 00000000000..5beb50bb791 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70041.png differ diff --git a/src/lib/resources/images/bso_icons/70042.png b/src/lib/resources/images/bso_icons/70042.png new file mode 100644 index 00000000000..086b4d6dd81 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70042.png differ diff --git a/src/lib/resources/images/bso_icons/70043.png b/src/lib/resources/images/bso_icons/70043.png new file mode 100644 index 00000000000..81fc4c42c31 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70043.png differ diff --git a/src/lib/resources/images/bso_icons/70044.png b/src/lib/resources/images/bso_icons/70044.png new file mode 100644 index 00000000000..0663380cea2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70044.png differ diff --git a/src/lib/resources/images/bso_icons/70045.png b/src/lib/resources/images/bso_icons/70045.png new file mode 100644 index 00000000000..c67af17de73 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70045.png differ diff --git a/src/lib/resources/images/bso_icons/70046.png b/src/lib/resources/images/bso_icons/70046.png new file mode 100644 index 00000000000..2503cdceef9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70046.png differ diff --git a/src/lib/resources/images/bso_icons/70047.png b/src/lib/resources/images/bso_icons/70047.png new file mode 100644 index 00000000000..6489aa16a70 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70047.png differ diff --git a/src/lib/resources/images/bso_icons/70048.png b/src/lib/resources/images/bso_icons/70048.png new file mode 100644 index 00000000000..6189ba732d5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70048.png differ diff --git a/src/lib/resources/images/bso_icons/70049.png b/src/lib/resources/images/bso_icons/70049.png new file mode 100644 index 00000000000..5970d597a4b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70049.png differ diff --git a/src/lib/resources/images/bso_icons/70050.png b/src/lib/resources/images/bso_icons/70050.png new file mode 100644 index 00000000000..7ec1765316f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70050.png differ diff --git a/src/lib/resources/images/bso_icons/70051.png b/src/lib/resources/images/bso_icons/70051.png new file mode 100644 index 00000000000..3f4ee9d4108 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70051.png differ diff --git a/src/lib/resources/images/bso_icons/70052.png b/src/lib/resources/images/bso_icons/70052.png new file mode 100644 index 00000000000..8dcaeea90d1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70052.png differ diff --git a/src/lib/resources/images/bso_icons/70053.png b/src/lib/resources/images/bso_icons/70053.png new file mode 100644 index 00000000000..038ef86c7e0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70053.png differ diff --git a/src/lib/resources/images/bso_icons/70054.png b/src/lib/resources/images/bso_icons/70054.png new file mode 100644 index 00000000000..3ebbbbe4771 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70054.png differ diff --git a/src/lib/resources/images/bso_icons/70055.png b/src/lib/resources/images/bso_icons/70055.png new file mode 100644 index 00000000000..cea2c6ab051 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70055.png differ diff --git a/src/lib/resources/images/bso_icons/70056.png b/src/lib/resources/images/bso_icons/70056.png new file mode 100644 index 00000000000..0fd0cd65730 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70056.png differ diff --git a/src/lib/resources/images/bso_icons/70057.png b/src/lib/resources/images/bso_icons/70057.png new file mode 100644 index 00000000000..1a99f2a6ba6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70057.png differ diff --git a/src/lib/resources/images/bso_icons/70058.png b/src/lib/resources/images/bso_icons/70058.png new file mode 100644 index 00000000000..d4eb344ee8e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70058.png differ diff --git a/src/lib/resources/images/bso_icons/70060.png b/src/lib/resources/images/bso_icons/70060.png new file mode 100644 index 00000000000..64effa944a2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70060.png differ diff --git a/src/lib/resources/images/bso_icons/70061.png b/src/lib/resources/images/bso_icons/70061.png new file mode 100644 index 00000000000..355a35b463b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70061.png differ diff --git a/src/lib/resources/images/bso_icons/70062.png b/src/lib/resources/images/bso_icons/70062.png new file mode 100644 index 00000000000..98e58309b85 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70062.png differ diff --git a/src/lib/resources/images/bso_icons/70063.png b/src/lib/resources/images/bso_icons/70063.png new file mode 100644 index 00000000000..570ea530107 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70063.png differ diff --git a/src/lib/resources/images/bso_icons/70064.png b/src/lib/resources/images/bso_icons/70064.png new file mode 100644 index 00000000000..02d1e7d2780 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70064.png differ diff --git a/src/lib/resources/images/bso_icons/70065.png b/src/lib/resources/images/bso_icons/70065.png new file mode 100644 index 00000000000..06c50b39c3f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70065.png differ diff --git a/src/lib/resources/images/bso_icons/70070.png b/src/lib/resources/images/bso_icons/70070.png new file mode 100644 index 00000000000..cc6050fbdb7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70070.png differ diff --git a/src/lib/resources/images/bso_icons/70071.png b/src/lib/resources/images/bso_icons/70071.png new file mode 100644 index 00000000000..9b333ded30e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70071.png differ diff --git a/src/lib/resources/images/bso_icons/70072.png b/src/lib/resources/images/bso_icons/70072.png new file mode 100644 index 00000000000..c776fa4093b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70072.png differ diff --git a/src/lib/resources/images/bso_icons/70073.png b/src/lib/resources/images/bso_icons/70073.png new file mode 100644 index 00000000000..6391a1b0277 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70073.png differ diff --git a/src/lib/resources/images/bso_icons/70074.png b/src/lib/resources/images/bso_icons/70074.png new file mode 100644 index 00000000000..3b7f5467f83 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70074.png differ diff --git a/src/lib/resources/images/bso_icons/70075.png b/src/lib/resources/images/bso_icons/70075.png new file mode 100644 index 00000000000..6fc0b54d515 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70075.png differ diff --git a/src/lib/resources/images/bso_icons/70076.png b/src/lib/resources/images/bso_icons/70076.png new file mode 100644 index 00000000000..a5831771b92 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70076.png differ diff --git a/src/lib/resources/images/bso_icons/70077.png b/src/lib/resources/images/bso_icons/70077.png new file mode 100644 index 00000000000..7f4ab5e1aab Binary files /dev/null and b/src/lib/resources/images/bso_icons/70077.png differ diff --git a/src/lib/resources/images/bso_icons/70078.png b/src/lib/resources/images/bso_icons/70078.png new file mode 100644 index 00000000000..dc1d50b5438 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70078.png differ diff --git a/src/lib/resources/images/bso_icons/70079.png b/src/lib/resources/images/bso_icons/70079.png new file mode 100644 index 00000000000..59939841153 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70079.png differ diff --git a/src/lib/resources/images/bso_icons/70080.png b/src/lib/resources/images/bso_icons/70080.png new file mode 100644 index 00000000000..c597208d4c2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70080.png differ diff --git a/src/lib/resources/images/bso_icons/70081.png b/src/lib/resources/images/bso_icons/70081.png new file mode 100644 index 00000000000..fe01aca6dfb Binary files /dev/null and b/src/lib/resources/images/bso_icons/70081.png differ diff --git a/src/lib/resources/images/bso_icons/70111.png b/src/lib/resources/images/bso_icons/70111.png new file mode 100644 index 00000000000..863e3ca8327 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70111.png differ diff --git a/src/lib/resources/images/bso_icons/70112.png b/src/lib/resources/images/bso_icons/70112.png new file mode 100644 index 00000000000..e99d68f3fbb Binary files /dev/null and b/src/lib/resources/images/bso_icons/70112.png differ diff --git a/src/lib/resources/images/bso_icons/70113.png b/src/lib/resources/images/bso_icons/70113.png new file mode 100644 index 00000000000..406015abfb5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70113.png differ diff --git a/src/lib/resources/images/bso_icons/70114.png b/src/lib/resources/images/bso_icons/70114.png new file mode 100644 index 00000000000..32dd0b45fca Binary files /dev/null and b/src/lib/resources/images/bso_icons/70114.png differ diff --git a/src/lib/resources/images/bso_icons/70115.png b/src/lib/resources/images/bso_icons/70115.png new file mode 100644 index 00000000000..08875565a7c Binary files /dev/null and b/src/lib/resources/images/bso_icons/70115.png differ diff --git a/src/lib/resources/images/bso_icons/70116.png b/src/lib/resources/images/bso_icons/70116.png new file mode 100644 index 00000000000..844cbd55e07 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70116.png differ diff --git a/src/lib/resources/images/bso_icons/70126.png b/src/lib/resources/images/bso_icons/70126.png new file mode 100644 index 00000000000..471367504d8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70126.png differ diff --git a/src/lib/resources/images/bso_icons/70127.png b/src/lib/resources/images/bso_icons/70127.png new file mode 100644 index 00000000000..0e932e801e0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70127.png differ diff --git a/src/lib/resources/images/bso_icons/70129.png b/src/lib/resources/images/bso_icons/70129.png new file mode 100644 index 00000000000..e540d827fa7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70129.png differ diff --git a/src/lib/resources/images/bso_icons/70132.png b/src/lib/resources/images/bso_icons/70132.png new file mode 100644 index 00000000000..c84a9f2a1ab Binary files /dev/null and b/src/lib/resources/images/bso_icons/70132.png differ diff --git a/src/lib/resources/images/bso_icons/70133.png b/src/lib/resources/images/bso_icons/70133.png new file mode 100644 index 00000000000..c82b79c224a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70133.png differ diff --git a/src/lib/resources/images/bso_icons/70139.png b/src/lib/resources/images/bso_icons/70139.png new file mode 100644 index 00000000000..9c8c9019daf Binary files /dev/null and b/src/lib/resources/images/bso_icons/70139.png differ diff --git a/src/lib/resources/images/bso_icons/70141.png b/src/lib/resources/images/bso_icons/70141.png new file mode 100644 index 00000000000..f1aa579eda1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70141.png differ diff --git a/src/lib/resources/images/bso_icons/70142.png b/src/lib/resources/images/bso_icons/70142.png new file mode 100644 index 00000000000..65634097aa2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70142.png differ diff --git a/src/lib/resources/images/bso_icons/70143.png b/src/lib/resources/images/bso_icons/70143.png new file mode 100644 index 00000000000..02514a715f8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70143.png differ diff --git a/src/lib/resources/images/bso_icons/70144.png b/src/lib/resources/images/bso_icons/70144.png new file mode 100644 index 00000000000..361905ecd11 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70144.png differ diff --git a/src/lib/resources/images/bso_icons/70145.png b/src/lib/resources/images/bso_icons/70145.png new file mode 100644 index 00000000000..7b5f4dc1f6c Binary files /dev/null and b/src/lib/resources/images/bso_icons/70145.png differ diff --git a/src/lib/resources/images/bso_icons/70147.png b/src/lib/resources/images/bso_icons/70147.png new file mode 100644 index 00000000000..a8795f8109e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70147.png differ diff --git a/src/lib/resources/images/bso_icons/70148.png b/src/lib/resources/images/bso_icons/70148.png new file mode 100644 index 00000000000..357af551952 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70148.png differ diff --git a/src/lib/resources/images/bso_icons/70150.png b/src/lib/resources/images/bso_icons/70150.png new file mode 100644 index 00000000000..c152cbdedb2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70150.png differ diff --git a/src/lib/resources/images/bso_icons/70151.png b/src/lib/resources/images/bso_icons/70151.png new file mode 100644 index 00000000000..9c115e79768 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70151.png differ diff --git a/src/lib/resources/images/bso_icons/70154.png b/src/lib/resources/images/bso_icons/70154.png new file mode 100644 index 00000000000..9f442a87dc2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70154.png differ diff --git a/src/lib/resources/images/bso_icons/70155.png b/src/lib/resources/images/bso_icons/70155.png new file mode 100644 index 00000000000..ecc99d7e166 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70155.png differ diff --git a/src/lib/resources/images/bso_icons/70156.png b/src/lib/resources/images/bso_icons/70156.png new file mode 100644 index 00000000000..46227c5ae72 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70156.png differ diff --git a/src/lib/resources/images/bso_icons/70157.png b/src/lib/resources/images/bso_icons/70157.png new file mode 100644 index 00000000000..58e8c3a4c18 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70157.png differ diff --git a/src/lib/resources/images/bso_icons/70158.png b/src/lib/resources/images/bso_icons/70158.png new file mode 100644 index 00000000000..d40e1bca15f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70158.png differ diff --git a/src/lib/resources/images/bso_icons/70160.png b/src/lib/resources/images/bso_icons/70160.png new file mode 100644 index 00000000000..ee8910e6796 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70160.png differ diff --git a/src/lib/resources/images/bso_icons/70161.png b/src/lib/resources/images/bso_icons/70161.png new file mode 100644 index 00000000000..01f14f18434 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70161.png differ diff --git a/src/lib/resources/images/bso_icons/70162.png b/src/lib/resources/images/bso_icons/70162.png new file mode 100644 index 00000000000..6d92b15f5f0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70162.png differ diff --git a/src/lib/resources/images/bso_icons/70163.png b/src/lib/resources/images/bso_icons/70163.png new file mode 100644 index 00000000000..37c28f4fda8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70163.png differ diff --git a/src/lib/resources/images/bso_icons/70164.png b/src/lib/resources/images/bso_icons/70164.png new file mode 100644 index 00000000000..439919b0e06 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70164.png differ diff --git a/src/lib/resources/images/bso_icons/70165.png b/src/lib/resources/images/bso_icons/70165.png new file mode 100644 index 00000000000..1a083604b32 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70165.png differ diff --git a/src/lib/resources/images/bso_icons/70170.png b/src/lib/resources/images/bso_icons/70170.png new file mode 100644 index 00000000000..5fb9cd327a4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70170.png differ diff --git a/src/lib/resources/images/bso_icons/70171.png b/src/lib/resources/images/bso_icons/70171.png new file mode 100644 index 00000000000..68f56c9e6d9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70171.png differ diff --git a/src/lib/resources/images/bso_icons/70172.png b/src/lib/resources/images/bso_icons/70172.png new file mode 100644 index 00000000000..d6294f33ba7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70172.png differ diff --git a/src/lib/resources/images/bso_icons/70173.png b/src/lib/resources/images/bso_icons/70173.png new file mode 100644 index 00000000000..ab1ffc26e3a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70173.png differ diff --git a/src/lib/resources/images/bso_icons/70175.png b/src/lib/resources/images/bso_icons/70175.png new file mode 100644 index 00000000000..bb1091cf4dc Binary files /dev/null and b/src/lib/resources/images/bso_icons/70175.png differ diff --git a/src/lib/resources/images/bso_icons/70177.png b/src/lib/resources/images/bso_icons/70177.png new file mode 100644 index 00000000000..dd9e66ce95f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70177.png differ diff --git a/src/lib/resources/images/bso_icons/70178.png b/src/lib/resources/images/bso_icons/70178.png new file mode 100644 index 00000000000..5a4f6ee361c Binary files /dev/null and b/src/lib/resources/images/bso_icons/70178.png differ diff --git a/src/lib/resources/images/bso_icons/70179.png b/src/lib/resources/images/bso_icons/70179.png new file mode 100644 index 00000000000..5b9ec63e60b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70179.png differ diff --git a/src/lib/resources/images/bso_icons/70180.png b/src/lib/resources/images/bso_icons/70180.png new file mode 100644 index 00000000000..c0dbea914f0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70180.png differ diff --git a/src/lib/resources/images/bso_icons/70181.png b/src/lib/resources/images/bso_icons/70181.png new file mode 100644 index 00000000000..3d7f4bd3244 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70181.png differ diff --git a/src/lib/resources/images/bso_icons/70182.png b/src/lib/resources/images/bso_icons/70182.png new file mode 100644 index 00000000000..c5051bab120 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70182.png differ diff --git a/src/lib/resources/images/bso_icons/70183.png b/src/lib/resources/images/bso_icons/70183.png new file mode 100644 index 00000000000..3908011948b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70183.png differ diff --git a/src/lib/resources/images/bso_icons/70185.png b/src/lib/resources/images/bso_icons/70185.png new file mode 100644 index 00000000000..2e8ca6afcb0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70185.png differ diff --git a/src/lib/resources/images/bso_icons/70186.png b/src/lib/resources/images/bso_icons/70186.png new file mode 100644 index 00000000000..3969692d571 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70186.png differ diff --git a/src/lib/resources/images/bso_icons/70187.png b/src/lib/resources/images/bso_icons/70187.png new file mode 100644 index 00000000000..ce77f30b54f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70187.png differ diff --git a/src/lib/resources/images/bso_icons/70194.png b/src/lib/resources/images/bso_icons/70194.png new file mode 100644 index 00000000000..50f74b732bc Binary files /dev/null and b/src/lib/resources/images/bso_icons/70194.png differ diff --git a/src/lib/resources/images/bso_icons/70195.png b/src/lib/resources/images/bso_icons/70195.png new file mode 100644 index 00000000000..93e4bc0d910 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70195.png differ diff --git a/src/lib/resources/images/bso_icons/70196.png b/src/lib/resources/images/bso_icons/70196.png new file mode 100644 index 00000000000..ebe9f02974f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70196.png differ diff --git a/src/lib/resources/images/bso_icons/70197.png b/src/lib/resources/images/bso_icons/70197.png new file mode 100644 index 00000000000..61c02f41bd1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70197.png differ diff --git a/src/lib/resources/images/bso_icons/70200.png b/src/lib/resources/images/bso_icons/70200.png new file mode 100644 index 00000000000..f99955534da Binary files /dev/null and b/src/lib/resources/images/bso_icons/70200.png differ diff --git a/src/lib/resources/images/bso_icons/70201.png b/src/lib/resources/images/bso_icons/70201.png new file mode 100644 index 00000000000..241aa924600 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70201.png differ diff --git a/src/lib/resources/images/bso_icons/70202.png b/src/lib/resources/images/bso_icons/70202.png new file mode 100644 index 00000000000..ea6a3cc7cb3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70202.png differ diff --git a/src/lib/resources/images/bso_icons/70203.png b/src/lib/resources/images/bso_icons/70203.png new file mode 100644 index 00000000000..04739d3a381 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70203.png differ diff --git a/src/lib/resources/images/bso_icons/70204.png b/src/lib/resources/images/bso_icons/70204.png new file mode 100644 index 00000000000..5a113ad6806 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70204.png differ diff --git a/src/lib/resources/images/bso_icons/70205.png b/src/lib/resources/images/bso_icons/70205.png new file mode 100644 index 00000000000..82c79c758df Binary files /dev/null and b/src/lib/resources/images/bso_icons/70205.png differ diff --git a/src/lib/resources/images/bso_icons/70207.png b/src/lib/resources/images/bso_icons/70207.png new file mode 100644 index 00000000000..b560e9533cf Binary files /dev/null and b/src/lib/resources/images/bso_icons/70207.png differ diff --git a/src/lib/resources/images/bso_icons/70208.png b/src/lib/resources/images/bso_icons/70208.png new file mode 100644 index 00000000000..1866028c848 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70208.png differ diff --git a/src/lib/resources/images/bso_icons/70210.png b/src/lib/resources/images/bso_icons/70210.png new file mode 100644 index 00000000000..756195db449 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70210.png differ diff --git a/src/lib/resources/images/bso_icons/70211.png b/src/lib/resources/images/bso_icons/70211.png new file mode 100644 index 00000000000..2c169107747 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70211.png differ diff --git a/src/lib/resources/images/bso_icons/70212.png b/src/lib/resources/images/bso_icons/70212.png new file mode 100644 index 00000000000..7aa191159a2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70212.png differ diff --git a/src/lib/resources/images/bso_icons/70214.png b/src/lib/resources/images/bso_icons/70214.png new file mode 100644 index 00000000000..fc22504234c Binary files /dev/null and b/src/lib/resources/images/bso_icons/70214.png differ diff --git a/src/lib/resources/images/bso_icons/70215.png b/src/lib/resources/images/bso_icons/70215.png new file mode 100644 index 00000000000..86733af0dd4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70215.png differ diff --git a/src/lib/resources/images/bso_icons/70217.png b/src/lib/resources/images/bso_icons/70217.png new file mode 100644 index 00000000000..1c3136484f1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70217.png differ diff --git a/src/lib/resources/images/bso_icons/70218.png b/src/lib/resources/images/bso_icons/70218.png new file mode 100644 index 00000000000..41c6bfb16ac Binary files /dev/null and b/src/lib/resources/images/bso_icons/70218.png differ diff --git a/src/lib/resources/images/bso_icons/70219.png b/src/lib/resources/images/bso_icons/70219.png new file mode 100644 index 00000000000..873f5416914 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70219.png differ diff --git a/src/lib/resources/images/bso_icons/70220.png b/src/lib/resources/images/bso_icons/70220.png new file mode 100644 index 00000000000..52b3d88919e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70220.png differ diff --git a/src/lib/resources/images/bso_icons/70227.png b/src/lib/resources/images/bso_icons/70227.png new file mode 100644 index 00000000000..a950d56b19c Binary files /dev/null and b/src/lib/resources/images/bso_icons/70227.png differ diff --git a/src/lib/resources/images/bso_icons/70231.png b/src/lib/resources/images/bso_icons/70231.png new file mode 100644 index 00000000000..e432a67b763 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70231.png differ diff --git a/src/lib/resources/images/bso_icons/70232.png b/src/lib/resources/images/bso_icons/70232.png new file mode 100644 index 00000000000..f84cee8830f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70232.png differ diff --git a/src/lib/resources/images/bso_icons/70233.png b/src/lib/resources/images/bso_icons/70233.png new file mode 100644 index 00000000000..c462d0780a4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70233.png differ diff --git a/src/lib/resources/images/bso_icons/70234.png b/src/lib/resources/images/bso_icons/70234.png new file mode 100644 index 00000000000..b338b12401a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70234.png differ diff --git a/src/lib/resources/images/bso_icons/70235.png b/src/lib/resources/images/bso_icons/70235.png new file mode 100644 index 00000000000..ba1fb638516 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70235.png differ diff --git a/src/lib/resources/images/bso_icons/70237.png b/src/lib/resources/images/bso_icons/70237.png new file mode 100644 index 00000000000..b712c30b36f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70237.png differ diff --git a/src/lib/resources/images/bso_icons/70238.png b/src/lib/resources/images/bso_icons/70238.png new file mode 100644 index 00000000000..5a253ff58d7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70238.png differ diff --git a/src/lib/resources/images/bso_icons/70239.png b/src/lib/resources/images/bso_icons/70239.png new file mode 100644 index 00000000000..4a764cb7734 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70239.png differ diff --git a/src/lib/resources/images/bso_icons/70240.png b/src/lib/resources/images/bso_icons/70240.png new file mode 100644 index 00000000000..1ddba5a960a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70240.png differ diff --git a/src/lib/resources/images/bso_icons/70241.png b/src/lib/resources/images/bso_icons/70241.png new file mode 100644 index 00000000000..18c02543fad Binary files /dev/null and b/src/lib/resources/images/bso_icons/70241.png differ diff --git a/src/lib/resources/images/bso_icons/70242.png b/src/lib/resources/images/bso_icons/70242.png new file mode 100644 index 00000000000..ff142a374c6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70242.png differ diff --git a/src/lib/resources/images/bso_icons/70244.png b/src/lib/resources/images/bso_icons/70244.png new file mode 100644 index 00000000000..cb2f7a400eb Binary files /dev/null and b/src/lib/resources/images/bso_icons/70244.png differ diff --git a/src/lib/resources/images/bso_icons/70245.png b/src/lib/resources/images/bso_icons/70245.png new file mode 100644 index 00000000000..297b92d37c4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70245.png differ diff --git a/src/lib/resources/images/bso_icons/70246.png b/src/lib/resources/images/bso_icons/70246.png new file mode 100644 index 00000000000..a490f00007e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70246.png differ diff --git a/src/lib/resources/images/bso_icons/70247.png b/src/lib/resources/images/bso_icons/70247.png new file mode 100644 index 00000000000..d55acd211d9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70247.png differ diff --git a/src/lib/resources/images/bso_icons/70248.png b/src/lib/resources/images/bso_icons/70248.png new file mode 100644 index 00000000000..e1b4fa36b5a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70248.png differ diff --git a/src/lib/resources/images/bso_icons/70249.png b/src/lib/resources/images/bso_icons/70249.png new file mode 100644 index 00000000000..b1790791cab Binary files /dev/null and b/src/lib/resources/images/bso_icons/70249.png differ diff --git a/src/lib/resources/images/bso_icons/70251.png b/src/lib/resources/images/bso_icons/70251.png new file mode 100644 index 00000000000..3c5351bee17 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70251.png differ diff --git a/src/lib/resources/images/bso_icons/70252.png b/src/lib/resources/images/bso_icons/70252.png new file mode 100644 index 00000000000..d57ec0f4e14 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70252.png differ diff --git a/src/lib/resources/images/bso_icons/70253.png b/src/lib/resources/images/bso_icons/70253.png new file mode 100644 index 00000000000..1a6457d70f3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70253.png differ diff --git a/src/lib/resources/images/bso_icons/70254.png b/src/lib/resources/images/bso_icons/70254.png new file mode 100644 index 00000000000..8b3386ff84b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70254.png differ diff --git a/src/lib/resources/images/bso_icons/70255.png b/src/lib/resources/images/bso_icons/70255.png new file mode 100644 index 00000000000..ae4023444f8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70255.png differ diff --git a/src/lib/resources/images/bso_icons/70256.png b/src/lib/resources/images/bso_icons/70256.png new file mode 100644 index 00000000000..582cce6572a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70256.png differ diff --git a/src/lib/resources/images/bso_icons/70257.png b/src/lib/resources/images/bso_icons/70257.png new file mode 100644 index 00000000000..3eda88036cc Binary files /dev/null and b/src/lib/resources/images/bso_icons/70257.png differ diff --git a/src/lib/resources/images/bso_icons/70258.png b/src/lib/resources/images/bso_icons/70258.png new file mode 100644 index 00000000000..71f72fe8b4b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70258.png differ diff --git a/src/lib/resources/images/bso_icons/70259.png b/src/lib/resources/images/bso_icons/70259.png new file mode 100644 index 00000000000..845d4f4a11c Binary files /dev/null and b/src/lib/resources/images/bso_icons/70259.png differ diff --git a/src/lib/resources/images/bso_icons/70260.png b/src/lib/resources/images/bso_icons/70260.png new file mode 100644 index 00000000000..21fdfceb080 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70260.png differ diff --git a/src/lib/resources/images/bso_icons/70261.png b/src/lib/resources/images/bso_icons/70261.png new file mode 100644 index 00000000000..74aa45e7cf0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70261.png differ diff --git a/src/lib/resources/images/bso_icons/70262.png b/src/lib/resources/images/bso_icons/70262.png new file mode 100644 index 00000000000..ef8498cdb66 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70262.png differ diff --git a/src/lib/resources/images/bso_icons/70263.png b/src/lib/resources/images/bso_icons/70263.png new file mode 100644 index 00000000000..f5f720ffd2e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70263.png differ diff --git a/src/lib/resources/images/bso_icons/70265.png b/src/lib/resources/images/bso_icons/70265.png new file mode 100644 index 00000000000..93065804c72 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70265.png differ diff --git a/src/lib/resources/images/bso_icons/70266.png b/src/lib/resources/images/bso_icons/70266.png new file mode 100644 index 00000000000..2d120b74b5f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70266.png differ diff --git a/src/lib/resources/images/bso_icons/70267.png b/src/lib/resources/images/bso_icons/70267.png new file mode 100644 index 00000000000..6f34f6f5831 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70267.png differ diff --git a/src/lib/resources/images/bso_icons/70268.png b/src/lib/resources/images/bso_icons/70268.png new file mode 100644 index 00000000000..bbd34d24886 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70268.png differ diff --git a/src/lib/resources/images/bso_icons/70269.png b/src/lib/resources/images/bso_icons/70269.png new file mode 100644 index 00000000000..f657d1cab39 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70269.png differ diff --git a/src/lib/resources/images/bso_icons/70270.png b/src/lib/resources/images/bso_icons/70270.png new file mode 100644 index 00000000000..93152f8190c Binary files /dev/null and b/src/lib/resources/images/bso_icons/70270.png differ diff --git a/src/lib/resources/images/bso_icons/70271.png b/src/lib/resources/images/bso_icons/70271.png new file mode 100644 index 00000000000..eb674cfbf0d Binary files /dev/null and b/src/lib/resources/images/bso_icons/70271.png differ diff --git a/src/lib/resources/images/bso_icons/70272.png b/src/lib/resources/images/bso_icons/70272.png new file mode 100644 index 00000000000..a3913313307 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70272.png differ diff --git a/src/lib/resources/images/bso_icons/70273.png b/src/lib/resources/images/bso_icons/70273.png new file mode 100644 index 00000000000..0967b7b7514 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70273.png differ diff --git a/src/lib/resources/images/bso_icons/70274.png b/src/lib/resources/images/bso_icons/70274.png new file mode 100644 index 00000000000..9c20e0133ff Binary files /dev/null and b/src/lib/resources/images/bso_icons/70274.png differ diff --git a/src/lib/resources/images/bso_icons/70275.png b/src/lib/resources/images/bso_icons/70275.png new file mode 100644 index 00000000000..12ddeab9bed Binary files /dev/null and b/src/lib/resources/images/bso_icons/70275.png differ diff --git a/src/lib/resources/images/bso_icons/70276.png b/src/lib/resources/images/bso_icons/70276.png new file mode 100644 index 00000000000..f4c74ff6a5b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70276.png differ diff --git a/src/lib/resources/images/bso_icons/70277.png b/src/lib/resources/images/bso_icons/70277.png new file mode 100644 index 00000000000..5594cd71868 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70277.png differ diff --git a/src/lib/resources/images/bso_icons/70278.png b/src/lib/resources/images/bso_icons/70278.png new file mode 100644 index 00000000000..1b25fbe3ff5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70278.png differ diff --git a/src/lib/resources/images/bso_icons/70289.png b/src/lib/resources/images/bso_icons/70289.png new file mode 100644 index 00000000000..692cb6e1cd1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70289.png differ diff --git a/src/lib/resources/images/bso_icons/70291.png b/src/lib/resources/images/bso_icons/70291.png new file mode 100644 index 00000000000..1cbbc340dce Binary files /dev/null and b/src/lib/resources/images/bso_icons/70291.png differ diff --git a/src/lib/resources/images/bso_icons/70292.png b/src/lib/resources/images/bso_icons/70292.png new file mode 100644 index 00000000000..f9e4940c7d0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70292.png differ diff --git a/src/lib/resources/images/bso_icons/70293.png b/src/lib/resources/images/bso_icons/70293.png new file mode 100644 index 00000000000..abfdc6b35f7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70293.png differ diff --git a/src/lib/resources/images/bso_icons/70294.png b/src/lib/resources/images/bso_icons/70294.png new file mode 100644 index 00000000000..6df0e7cb182 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70294.png differ diff --git a/src/lib/resources/images/bso_icons/70295.png b/src/lib/resources/images/bso_icons/70295.png new file mode 100644 index 00000000000..9899826af4f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70295.png differ diff --git a/src/lib/resources/images/bso_icons/70296.png b/src/lib/resources/images/bso_icons/70296.png new file mode 100644 index 00000000000..13367ab883b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70296.png differ diff --git a/src/lib/resources/images/bso_icons/70297.png b/src/lib/resources/images/bso_icons/70297.png new file mode 100644 index 00000000000..a453f20876f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70297.png differ diff --git a/src/lib/resources/images/bso_icons/70298.png b/src/lib/resources/images/bso_icons/70298.png new file mode 100644 index 00000000000..647ca181947 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70298.png differ diff --git a/src/lib/resources/images/bso_icons/70299.png b/src/lib/resources/images/bso_icons/70299.png new file mode 100644 index 00000000000..315fcae6ed2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70299.png differ diff --git a/src/lib/resources/images/bso_icons/70300.png b/src/lib/resources/images/bso_icons/70300.png new file mode 100644 index 00000000000..c91ce540276 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70300.png differ diff --git a/src/lib/resources/images/bso_icons/70301.png b/src/lib/resources/images/bso_icons/70301.png new file mode 100644 index 00000000000..949c1948517 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70301.png differ diff --git a/src/lib/resources/images/bso_icons/70302.png b/src/lib/resources/images/bso_icons/70302.png new file mode 100644 index 00000000000..7fc7c3a0ad5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70302.png differ diff --git a/src/lib/resources/images/bso_icons/70303.png b/src/lib/resources/images/bso_icons/70303.png new file mode 100644 index 00000000000..99bffab6c82 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70303.png differ diff --git a/src/lib/resources/images/bso_icons/70304.png b/src/lib/resources/images/bso_icons/70304.png new file mode 100644 index 00000000000..514be419630 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70304.png differ diff --git a/src/lib/resources/images/bso_icons/70305.png b/src/lib/resources/images/bso_icons/70305.png new file mode 100644 index 00000000000..b529093dd5e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70305.png differ diff --git a/src/lib/resources/images/bso_icons/70306.png b/src/lib/resources/images/bso_icons/70306.png new file mode 100644 index 00000000000..f0366c6f3ac Binary files /dev/null and b/src/lib/resources/images/bso_icons/70306.png differ diff --git a/src/lib/resources/images/bso_icons/70307.png b/src/lib/resources/images/bso_icons/70307.png new file mode 100644 index 00000000000..fddba29a9e8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70307.png differ diff --git a/src/lib/resources/images/bso_icons/70308.png b/src/lib/resources/images/bso_icons/70308.png new file mode 100644 index 00000000000..6952898e5ed Binary files /dev/null and b/src/lib/resources/images/bso_icons/70308.png differ diff --git a/src/lib/resources/images/bso_icons/70309.png b/src/lib/resources/images/bso_icons/70309.png new file mode 100644 index 00000000000..4a6241a577e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70309.png differ diff --git a/src/lib/resources/images/bso_icons/70310.png b/src/lib/resources/images/bso_icons/70310.png new file mode 100644 index 00000000000..aa267ed2b2a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70310.png differ diff --git a/src/lib/resources/images/bso_icons/70311.png b/src/lib/resources/images/bso_icons/70311.png new file mode 100644 index 00000000000..16db6c0f1a2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70311.png differ diff --git a/src/lib/resources/images/bso_icons/70312.png b/src/lib/resources/images/bso_icons/70312.png new file mode 100644 index 00000000000..d1ad8e6f5b4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70312.png differ diff --git a/src/lib/resources/images/bso_icons/70313.png b/src/lib/resources/images/bso_icons/70313.png new file mode 100644 index 00000000000..7a18ca3edd3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70313.png differ diff --git a/src/lib/resources/images/bso_icons/70314.png b/src/lib/resources/images/bso_icons/70314.png new file mode 100644 index 00000000000..8a25556c09c Binary files /dev/null and b/src/lib/resources/images/bso_icons/70314.png differ diff --git a/src/lib/resources/images/bso_icons/70315.png b/src/lib/resources/images/bso_icons/70315.png new file mode 100644 index 00000000000..40bcf8b052e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70315.png differ diff --git a/src/lib/resources/images/bso_icons/70316.png b/src/lib/resources/images/bso_icons/70316.png new file mode 100644 index 00000000000..363682e8974 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70316.png differ diff --git a/src/lib/resources/images/bso_icons/70317.png b/src/lib/resources/images/bso_icons/70317.png new file mode 100644 index 00000000000..e3dbe5195d0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70317.png differ diff --git a/src/lib/resources/images/bso_icons/70318.png b/src/lib/resources/images/bso_icons/70318.png new file mode 100644 index 00000000000..eb51a39f26c Binary files /dev/null and b/src/lib/resources/images/bso_icons/70318.png differ diff --git a/src/lib/resources/images/bso_icons/70319.png b/src/lib/resources/images/bso_icons/70319.png new file mode 100644 index 00000000000..1e008e334a7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70319.png differ diff --git a/src/lib/resources/images/bso_icons/70320.png b/src/lib/resources/images/bso_icons/70320.png new file mode 100644 index 00000000000..b32b2861746 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70320.png differ diff --git a/src/lib/resources/images/bso_icons/70321.png b/src/lib/resources/images/bso_icons/70321.png new file mode 100644 index 00000000000..1a2d8d9399b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70321.png differ diff --git a/src/lib/resources/images/bso_icons/70322.png b/src/lib/resources/images/bso_icons/70322.png new file mode 100644 index 00000000000..b05644c742d Binary files /dev/null and b/src/lib/resources/images/bso_icons/70322.png differ diff --git a/src/lib/resources/images/bso_icons/70323.png b/src/lib/resources/images/bso_icons/70323.png new file mode 100644 index 00000000000..805b5ca0ae6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70323.png differ diff --git a/src/lib/resources/images/bso_icons/70351.png b/src/lib/resources/images/bso_icons/70351.png new file mode 100644 index 00000000000..6f4389d06b0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70351.png differ diff --git a/src/lib/resources/images/bso_icons/70352.png b/src/lib/resources/images/bso_icons/70352.png new file mode 100644 index 00000000000..aacd3547e09 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70352.png differ diff --git a/src/lib/resources/images/bso_icons/70353.png b/src/lib/resources/images/bso_icons/70353.png new file mode 100644 index 00000000000..b5ab01144ec Binary files /dev/null and b/src/lib/resources/images/bso_icons/70353.png differ diff --git a/src/lib/resources/images/bso_icons/70354.png b/src/lib/resources/images/bso_icons/70354.png new file mode 100644 index 00000000000..a4407faccae Binary files /dev/null and b/src/lib/resources/images/bso_icons/70354.png differ diff --git a/src/lib/resources/images/bso_icons/70355.png b/src/lib/resources/images/bso_icons/70355.png new file mode 100644 index 00000000000..fe993e59281 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70355.png differ diff --git a/src/lib/resources/images/bso_icons/70356.png b/src/lib/resources/images/bso_icons/70356.png new file mode 100644 index 00000000000..206dabd6ec5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70356.png differ diff --git a/src/lib/resources/images/bso_icons/70357.png b/src/lib/resources/images/bso_icons/70357.png new file mode 100644 index 00000000000..2c6d8ad5924 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70357.png differ diff --git a/src/lib/resources/images/bso_icons/70358.png b/src/lib/resources/images/bso_icons/70358.png new file mode 100644 index 00000000000..74d4c0b74e3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70358.png differ diff --git a/src/lib/resources/images/bso_icons/70359.png b/src/lib/resources/images/bso_icons/70359.png new file mode 100644 index 00000000000..ca30a625e1e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70359.png differ diff --git a/src/lib/resources/images/bso_icons/70360.png b/src/lib/resources/images/bso_icons/70360.png new file mode 100644 index 00000000000..3d98583ada5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70360.png differ diff --git a/src/lib/resources/images/bso_icons/70361.png b/src/lib/resources/images/bso_icons/70361.png new file mode 100644 index 00000000000..8b5b7159677 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70361.png differ diff --git a/src/lib/resources/images/bso_icons/70362.png b/src/lib/resources/images/bso_icons/70362.png new file mode 100644 index 00000000000..d7337a6c459 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70362.png differ diff --git a/src/lib/resources/images/bso_icons/70363.png b/src/lib/resources/images/bso_icons/70363.png new file mode 100644 index 00000000000..c08f42792e1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70363.png differ diff --git a/src/lib/resources/images/bso_icons/70364.png b/src/lib/resources/images/bso_icons/70364.png new file mode 100644 index 00000000000..f552f6cc3ba Binary files /dev/null and b/src/lib/resources/images/bso_icons/70364.png differ diff --git a/src/lib/resources/images/bso_icons/70365.png b/src/lib/resources/images/bso_icons/70365.png new file mode 100644 index 00000000000..51795125c56 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70365.png differ diff --git a/src/lib/resources/images/bso_icons/70366.png b/src/lib/resources/images/bso_icons/70366.png new file mode 100644 index 00000000000..286fb468017 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70366.png differ diff --git a/src/lib/resources/images/bso_icons/70367.png b/src/lib/resources/images/bso_icons/70367.png new file mode 100644 index 00000000000..502e1f31945 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70367.png differ diff --git a/src/lib/resources/images/bso_icons/70368.png b/src/lib/resources/images/bso_icons/70368.png new file mode 100644 index 00000000000..838b0f914a0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70368.png differ diff --git a/src/lib/resources/images/bso_icons/70369.png b/src/lib/resources/images/bso_icons/70369.png new file mode 100644 index 00000000000..a722d0fbc8b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70369.png differ diff --git a/src/lib/resources/images/bso_icons/70370.png b/src/lib/resources/images/bso_icons/70370.png new file mode 100644 index 00000000000..1f7ea0d20e5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70370.png differ diff --git a/src/lib/resources/images/bso_icons/70371.png b/src/lib/resources/images/bso_icons/70371.png new file mode 100644 index 00000000000..39a6ded67a9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70371.png differ diff --git a/src/lib/resources/images/bso_icons/70372.png b/src/lib/resources/images/bso_icons/70372.png new file mode 100644 index 00000000000..b50b4d8bcc3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70372.png differ diff --git a/src/lib/resources/images/bso_icons/70373.png b/src/lib/resources/images/bso_icons/70373.png new file mode 100644 index 00000000000..030bc86a7ce Binary files /dev/null and b/src/lib/resources/images/bso_icons/70373.png differ diff --git a/src/lib/resources/images/bso_icons/70374.png b/src/lib/resources/images/bso_icons/70374.png new file mode 100644 index 00000000000..5518f5cee4a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70374.png differ diff --git a/src/lib/resources/images/bso_icons/70375.png b/src/lib/resources/images/bso_icons/70375.png new file mode 100644 index 00000000000..bb26630d5a8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70375.png differ diff --git a/src/lib/resources/images/bso_icons/70376.png b/src/lib/resources/images/bso_icons/70376.png new file mode 100644 index 00000000000..f98d01363d7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70376.png differ diff --git a/src/lib/resources/images/bso_icons/70377.png b/src/lib/resources/images/bso_icons/70377.png new file mode 100644 index 00000000000..ca6e2f94ac1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70377.png differ diff --git a/src/lib/resources/images/bso_icons/70378.png b/src/lib/resources/images/bso_icons/70378.png new file mode 100644 index 00000000000..acbc4d58058 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70378.png differ diff --git a/src/lib/resources/images/bso_icons/70379.png b/src/lib/resources/images/bso_icons/70379.png new file mode 100644 index 00000000000..cc98785a1e2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70379.png differ diff --git a/src/lib/resources/images/bso_icons/70380.png b/src/lib/resources/images/bso_icons/70380.png new file mode 100644 index 00000000000..c536afdc099 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70380.png differ diff --git a/src/lib/resources/images/bso_icons/70381.png b/src/lib/resources/images/bso_icons/70381.png new file mode 100644 index 00000000000..f3e6abb9547 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70381.png differ diff --git a/src/lib/resources/images/bso_icons/70382.png b/src/lib/resources/images/bso_icons/70382.png new file mode 100644 index 00000000000..fdf74c7974f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70382.png differ diff --git a/src/lib/resources/images/bso_icons/70383.png b/src/lib/resources/images/bso_icons/70383.png new file mode 100644 index 00000000000..41e917af0d1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70383.png differ diff --git a/src/lib/resources/images/bso_icons/70384.png b/src/lib/resources/images/bso_icons/70384.png new file mode 100644 index 00000000000..8dd0ad31b9c Binary files /dev/null and b/src/lib/resources/images/bso_icons/70384.png differ diff --git a/src/lib/resources/images/bso_icons/70385.png b/src/lib/resources/images/bso_icons/70385.png new file mode 100644 index 00000000000..6013e54a17b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70385.png differ diff --git a/src/lib/resources/images/bso_icons/70386.png b/src/lib/resources/images/bso_icons/70386.png new file mode 100644 index 00000000000..d440f89fe74 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70386.png differ diff --git a/src/lib/resources/images/bso_icons/70387.png b/src/lib/resources/images/bso_icons/70387.png new file mode 100644 index 00000000000..b4ad8007eed Binary files /dev/null and b/src/lib/resources/images/bso_icons/70387.png differ diff --git a/src/lib/resources/images/bso_icons/70388.png b/src/lib/resources/images/bso_icons/70388.png new file mode 100644 index 00000000000..251fff21b5b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70388.png differ diff --git a/src/lib/resources/images/bso_icons/70389.png b/src/lib/resources/images/bso_icons/70389.png new file mode 100644 index 00000000000..80a9ffc0b3e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70389.png differ diff --git a/src/lib/resources/images/bso_icons/70390.png b/src/lib/resources/images/bso_icons/70390.png new file mode 100644 index 00000000000..8d5fd82d241 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70390.png differ diff --git a/src/lib/resources/images/bso_icons/70391.png b/src/lib/resources/images/bso_icons/70391.png new file mode 100644 index 00000000000..ecdfeceec18 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70391.png differ diff --git a/src/lib/resources/images/bso_icons/70392.png b/src/lib/resources/images/bso_icons/70392.png new file mode 100644 index 00000000000..8735f894a64 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70392.png differ diff --git a/src/lib/resources/images/bso_icons/70393.png b/src/lib/resources/images/bso_icons/70393.png new file mode 100644 index 00000000000..59fd62aa32b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70393.png differ diff --git a/src/lib/resources/images/bso_icons/70394.png b/src/lib/resources/images/bso_icons/70394.png new file mode 100644 index 00000000000..e5df23eb6b8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70394.png differ diff --git a/src/lib/resources/images/bso_icons/70395.png b/src/lib/resources/images/bso_icons/70395.png new file mode 100644 index 00000000000..10c3bb32b0b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70395.png differ diff --git a/src/lib/resources/images/bso_icons/70396.png b/src/lib/resources/images/bso_icons/70396.png new file mode 100644 index 00000000000..3ca5a0094df Binary files /dev/null and b/src/lib/resources/images/bso_icons/70396.png differ diff --git a/src/lib/resources/images/bso_icons/70397.png b/src/lib/resources/images/bso_icons/70397.png new file mode 100644 index 00000000000..f9b2d5a729a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70397.png differ diff --git a/src/lib/resources/images/bso_icons/70398.png b/src/lib/resources/images/bso_icons/70398.png new file mode 100644 index 00000000000..ca7d84ef5da Binary files /dev/null and b/src/lib/resources/images/bso_icons/70398.png differ diff --git a/src/lib/resources/images/bso_icons/70399.png b/src/lib/resources/images/bso_icons/70399.png new file mode 100644 index 00000000000..6372f8c92dd Binary files /dev/null and b/src/lib/resources/images/bso_icons/70399.png differ diff --git a/src/lib/resources/images/bso_icons/70400.png b/src/lib/resources/images/bso_icons/70400.png new file mode 100644 index 00000000000..b8898cc3ddf Binary files /dev/null and b/src/lib/resources/images/bso_icons/70400.png differ diff --git a/src/lib/resources/images/bso_icons/70401.png b/src/lib/resources/images/bso_icons/70401.png new file mode 100644 index 00000000000..629b0b5f8f1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70401.png differ diff --git a/src/lib/resources/images/bso_icons/70402.png b/src/lib/resources/images/bso_icons/70402.png new file mode 100644 index 00000000000..1acdcf82d5c Binary files /dev/null and b/src/lib/resources/images/bso_icons/70402.png differ diff --git a/src/lib/resources/images/bso_icons/70403.png b/src/lib/resources/images/bso_icons/70403.png new file mode 100644 index 00000000000..1184e88d254 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70403.png differ diff --git a/src/lib/resources/images/bso_icons/70404.png b/src/lib/resources/images/bso_icons/70404.png new file mode 100644 index 00000000000..a3aa9bd2de8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70404.png differ diff --git a/src/lib/resources/images/bso_icons/70405.png b/src/lib/resources/images/bso_icons/70405.png new file mode 100644 index 00000000000..8435981d2c9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70405.png differ diff --git a/src/lib/resources/images/bso_icons/70406.png b/src/lib/resources/images/bso_icons/70406.png new file mode 100644 index 00000000000..1f3f269ebe3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70406.png differ diff --git a/src/lib/resources/images/bso_icons/70407.png b/src/lib/resources/images/bso_icons/70407.png new file mode 100644 index 00000000000..d7c647f86cf Binary files /dev/null and b/src/lib/resources/images/bso_icons/70407.png differ diff --git a/src/lib/resources/images/bso_icons/70408.png b/src/lib/resources/images/bso_icons/70408.png new file mode 100644 index 00000000000..33c6088f410 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70408.png differ diff --git a/src/lib/resources/images/bso_icons/70409.png b/src/lib/resources/images/bso_icons/70409.png new file mode 100644 index 00000000000..32368f002c1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70409.png differ diff --git a/src/lib/resources/images/bso_icons/70410.png b/src/lib/resources/images/bso_icons/70410.png new file mode 100644 index 00000000000..ba10bf7b38b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70410.png differ diff --git a/src/lib/resources/images/bso_icons/70411.png b/src/lib/resources/images/bso_icons/70411.png new file mode 100644 index 00000000000..0eab37b8e85 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70411.png differ diff --git a/src/lib/resources/images/bso_icons/70412.png b/src/lib/resources/images/bso_icons/70412.png new file mode 100644 index 00000000000..f9304775628 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70412.png differ diff --git a/src/lib/resources/images/bso_icons/70413.png b/src/lib/resources/images/bso_icons/70413.png new file mode 100644 index 00000000000..88f7281ba7a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70413.png differ diff --git a/src/lib/resources/images/bso_icons/70414.png b/src/lib/resources/images/bso_icons/70414.png new file mode 100644 index 00000000000..d2146547ead Binary files /dev/null and b/src/lib/resources/images/bso_icons/70414.png differ diff --git a/src/lib/resources/images/bso_icons/70415.png b/src/lib/resources/images/bso_icons/70415.png new file mode 100644 index 00000000000..8c149c9e00a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70415.png differ diff --git a/src/lib/resources/images/bso_icons/70420.png b/src/lib/resources/images/bso_icons/70420.png new file mode 100644 index 00000000000..ff12ed557ba Binary files /dev/null and b/src/lib/resources/images/bso_icons/70420.png differ diff --git a/src/lib/resources/images/bso_icons/70421.png b/src/lib/resources/images/bso_icons/70421.png new file mode 100644 index 00000000000..74501708024 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70421.png differ diff --git a/src/lib/resources/images/bso_icons/70422.png b/src/lib/resources/images/bso_icons/70422.png new file mode 100644 index 00000000000..49fa47a4f5d Binary files /dev/null and b/src/lib/resources/images/bso_icons/70422.png differ diff --git a/src/lib/resources/images/bso_icons/70423.png b/src/lib/resources/images/bso_icons/70423.png new file mode 100644 index 00000000000..6895bc6ba90 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70423.png differ diff --git a/src/lib/resources/images/bso_icons/70424.png b/src/lib/resources/images/bso_icons/70424.png new file mode 100644 index 00000000000..957729e449b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70424.png differ diff --git a/src/lib/resources/images/bso_icons/70425.png b/src/lib/resources/images/bso_icons/70425.png new file mode 100644 index 00000000000..168a61a4f07 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70425.png differ diff --git a/src/lib/resources/images/bso_icons/70426.png b/src/lib/resources/images/bso_icons/70426.png new file mode 100644 index 00000000000..a45623d75b7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70426.png differ diff --git a/src/lib/resources/images/bso_icons/70427.png b/src/lib/resources/images/bso_icons/70427.png new file mode 100644 index 00000000000..44dd4fe05ff Binary files /dev/null and b/src/lib/resources/images/bso_icons/70427.png differ diff --git a/src/lib/resources/images/bso_icons/70428.png b/src/lib/resources/images/bso_icons/70428.png new file mode 100644 index 00000000000..1714109563d Binary files /dev/null and b/src/lib/resources/images/bso_icons/70428.png differ diff --git a/src/lib/resources/images/bso_icons/70429.png b/src/lib/resources/images/bso_icons/70429.png new file mode 100644 index 00000000000..a9503976932 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70429.png differ diff --git a/src/lib/resources/images/bso_icons/70430.png b/src/lib/resources/images/bso_icons/70430.png new file mode 100644 index 00000000000..a9503976932 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70430.png differ diff --git a/src/lib/resources/images/bso_icons/70431.png b/src/lib/resources/images/bso_icons/70431.png new file mode 100644 index 00000000000..1a0f9d9bc2a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70431.png differ diff --git a/src/lib/resources/images/bso_icons/70432.png b/src/lib/resources/images/bso_icons/70432.png new file mode 100644 index 00000000000..ccbee48509e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70432.png differ diff --git a/src/lib/resources/images/bso_icons/70433.png b/src/lib/resources/images/bso_icons/70433.png new file mode 100644 index 00000000000..edde3ca76f2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70433.png differ diff --git a/src/lib/resources/images/bso_icons/70434.png b/src/lib/resources/images/bso_icons/70434.png new file mode 100644 index 00000000000..83c941b38eb Binary files /dev/null and b/src/lib/resources/images/bso_icons/70434.png differ diff --git a/src/lib/resources/images/bso_icons/70435.png b/src/lib/resources/images/bso_icons/70435.png new file mode 100644 index 00000000000..96ae82f73f7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70435.png differ diff --git a/src/lib/resources/images/bso_icons/70436.png b/src/lib/resources/images/bso_icons/70436.png new file mode 100644 index 00000000000..98c147c27cf Binary files /dev/null and b/src/lib/resources/images/bso_icons/70436.png differ diff --git a/src/lib/resources/images/bso_icons/70437.png b/src/lib/resources/images/bso_icons/70437.png new file mode 100644 index 00000000000..6680d2e144e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70437.png differ diff --git a/src/lib/resources/images/bso_icons/70438.png b/src/lib/resources/images/bso_icons/70438.png new file mode 100644 index 00000000000..9d9b71b52e9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70438.png differ diff --git a/src/lib/resources/images/bso_icons/70439.png b/src/lib/resources/images/bso_icons/70439.png new file mode 100644 index 00000000000..6c65300460b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70439.png differ diff --git a/src/lib/resources/images/bso_icons/70440.png b/src/lib/resources/images/bso_icons/70440.png new file mode 100644 index 00000000000..9ed3f09d419 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70440.png differ diff --git a/src/lib/resources/images/bso_icons/70441.png b/src/lib/resources/images/bso_icons/70441.png new file mode 100644 index 00000000000..37634fe81a2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70441.png differ diff --git a/src/lib/resources/images/bso_icons/70442.png b/src/lib/resources/images/bso_icons/70442.png new file mode 100644 index 00000000000..eed262fa3ca Binary files /dev/null and b/src/lib/resources/images/bso_icons/70442.png differ diff --git a/src/lib/resources/images/bso_icons/70443.png b/src/lib/resources/images/bso_icons/70443.png new file mode 100644 index 00000000000..95122e1b369 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70443.png differ diff --git a/src/lib/resources/images/bso_icons/70444.png b/src/lib/resources/images/bso_icons/70444.png new file mode 100644 index 00000000000..1186e9e952b Binary files /dev/null and b/src/lib/resources/images/bso_icons/70444.png differ diff --git a/src/lib/resources/images/bso_icons/70445.png b/src/lib/resources/images/bso_icons/70445.png new file mode 100644 index 00000000000..46687a82956 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70445.png differ diff --git a/src/lib/resources/images/bso_icons/70446.png b/src/lib/resources/images/bso_icons/70446.png new file mode 100644 index 00000000000..dedf99d17d4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70446.png differ diff --git a/src/lib/resources/images/bso_icons/70447.png b/src/lib/resources/images/bso_icons/70447.png new file mode 100644 index 00000000000..a8de337eb95 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70447.png differ diff --git a/src/lib/resources/images/bso_icons/70448.png b/src/lib/resources/images/bso_icons/70448.png new file mode 100644 index 00000000000..bb336e7acb2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70448.png differ diff --git a/src/lib/resources/images/bso_icons/70449.png b/src/lib/resources/images/bso_icons/70449.png new file mode 100644 index 00000000000..4453fdbb043 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70449.png differ diff --git a/src/lib/resources/images/bso_icons/70450.png b/src/lib/resources/images/bso_icons/70450.png new file mode 100644 index 00000000000..e636205550c Binary files /dev/null and b/src/lib/resources/images/bso_icons/70450.png differ diff --git a/src/lib/resources/images/bso_icons/70451.png b/src/lib/resources/images/bso_icons/70451.png new file mode 100644 index 00000000000..7b82751d1b7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70451.png differ diff --git a/src/lib/resources/images/bso_icons/70452.png b/src/lib/resources/images/bso_icons/70452.png new file mode 100644 index 00000000000..c11bfc746e0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70452.png differ diff --git a/src/lib/resources/images/bso_icons/70453.png b/src/lib/resources/images/bso_icons/70453.png new file mode 100644 index 00000000000..7ade6f70dcf Binary files /dev/null and b/src/lib/resources/images/bso_icons/70453.png differ diff --git a/src/lib/resources/images/bso_icons/70454.png b/src/lib/resources/images/bso_icons/70454.png new file mode 100644 index 00000000000..b2281dfbe6d Binary files /dev/null and b/src/lib/resources/images/bso_icons/70454.png differ diff --git a/src/lib/resources/images/bso_icons/70455.png b/src/lib/resources/images/bso_icons/70455.png new file mode 100644 index 00000000000..87c48f7158e Binary files /dev/null and b/src/lib/resources/images/bso_icons/70455.png differ diff --git a/src/lib/resources/images/bso_icons/70456.png b/src/lib/resources/images/bso_icons/70456.png new file mode 100644 index 00000000000..2fd8a747102 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70456.png differ diff --git a/src/lib/resources/images/bso_icons/70457.png b/src/lib/resources/images/bso_icons/70457.png new file mode 100644 index 00000000000..f3f2384035f Binary files /dev/null and b/src/lib/resources/images/bso_icons/70457.png differ diff --git a/src/lib/resources/images/bso_icons/70458.png b/src/lib/resources/images/bso_icons/70458.png new file mode 100644 index 00000000000..6bf56e7994a Binary files /dev/null and b/src/lib/resources/images/bso_icons/70458.png differ diff --git a/src/lib/resources/images/bso_icons/70459.png b/src/lib/resources/images/bso_icons/70459.png new file mode 100644 index 00000000000..0ac4f383c67 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70459.png differ diff --git a/src/lib/resources/images/bso_icons/70460.png b/src/lib/resources/images/bso_icons/70460.png new file mode 100644 index 00000000000..14e48017586 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70460.png differ diff --git a/src/lib/resources/images/bso_icons/70461.png b/src/lib/resources/images/bso_icons/70461.png new file mode 100644 index 00000000000..e9306a9bc55 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70461.png differ diff --git a/src/lib/resources/images/bso_icons/70462.png b/src/lib/resources/images/bso_icons/70462.png new file mode 100644 index 00000000000..628a4d504e0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70462.png differ diff --git a/src/lib/resources/images/bso_icons/70463.png b/src/lib/resources/images/bso_icons/70463.png new file mode 100644 index 00000000000..529b241aed6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70463.png differ diff --git a/src/lib/resources/images/bso_icons/70464.png b/src/lib/resources/images/bso_icons/70464.png new file mode 100644 index 00000000000..3ad5987a461 Binary files /dev/null and b/src/lib/resources/images/bso_icons/70464.png differ diff --git a/src/lib/resources/images/bso_icons/709.png b/src/lib/resources/images/bso_icons/709.png new file mode 100644 index 00000000000..a59c22c3dae Binary files /dev/null and b/src/lib/resources/images/bso_icons/709.png differ diff --git a/src/lib/resources/images/bso_icons/71405.png b/src/lib/resources/images/bso_icons/71405.png new file mode 100644 index 00000000000..2d001a023fa Binary files /dev/null and b/src/lib/resources/images/bso_icons/71405.png differ diff --git a/src/lib/resources/images/bso_icons/71425.png b/src/lib/resources/images/bso_icons/71425.png new file mode 100644 index 00000000000..6371aa18a78 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71425.png differ diff --git a/src/lib/resources/images/bso_icons/71426.png b/src/lib/resources/images/bso_icons/71426.png new file mode 100644 index 00000000000..c2a0d3f2e4a Binary files /dev/null and b/src/lib/resources/images/bso_icons/71426.png differ diff --git a/src/lib/resources/images/bso_icons/71427.png b/src/lib/resources/images/bso_icons/71427.png new file mode 100644 index 00000000000..2127be23fbd Binary files /dev/null and b/src/lib/resources/images/bso_icons/71427.png differ diff --git a/src/lib/resources/images/bso_icons/71428.png b/src/lib/resources/images/bso_icons/71428.png new file mode 100644 index 00000000000..d5f30334400 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71428.png differ diff --git a/src/lib/resources/images/bso_icons/71429.png b/src/lib/resources/images/bso_icons/71429.png new file mode 100644 index 00000000000..f68c12ddab7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71429.png differ diff --git a/src/lib/resources/images/bso_icons/71430.png b/src/lib/resources/images/bso_icons/71430.png new file mode 100644 index 00000000000..ad69b1304bc Binary files /dev/null and b/src/lib/resources/images/bso_icons/71430.png differ diff --git a/src/lib/resources/images/bso_icons/71431.png b/src/lib/resources/images/bso_icons/71431.png new file mode 100644 index 00000000000..44a7a9fdf22 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71431.png differ diff --git a/src/lib/resources/images/bso_icons/71432.png b/src/lib/resources/images/bso_icons/71432.png new file mode 100644 index 00000000000..ece37c2ac54 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71432.png differ diff --git a/src/lib/resources/images/bso_icons/71433.png b/src/lib/resources/images/bso_icons/71433.png new file mode 100644 index 00000000000..2a81c119f5e Binary files /dev/null and b/src/lib/resources/images/bso_icons/71433.png differ diff --git a/src/lib/resources/images/bso_icons/71434.png b/src/lib/resources/images/bso_icons/71434.png new file mode 100644 index 00000000000..2ae0f56c2b4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71434.png differ diff --git a/src/lib/resources/images/bso_icons/71435.png b/src/lib/resources/images/bso_icons/71435.png new file mode 100644 index 00000000000..68727e7425f Binary files /dev/null and b/src/lib/resources/images/bso_icons/71435.png differ diff --git a/src/lib/resources/images/bso_icons/71436.png b/src/lib/resources/images/bso_icons/71436.png new file mode 100644 index 00000000000..4ba0d3aa50e Binary files /dev/null and b/src/lib/resources/images/bso_icons/71436.png differ diff --git a/src/lib/resources/images/bso_icons/71437.png b/src/lib/resources/images/bso_icons/71437.png new file mode 100644 index 00000000000..a1764b28066 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71437.png differ diff --git a/src/lib/resources/images/bso_icons/71438.png b/src/lib/resources/images/bso_icons/71438.png new file mode 100644 index 00000000000..6a762a465b9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71438.png differ diff --git a/src/lib/resources/images/bso_icons/71439.png b/src/lib/resources/images/bso_icons/71439.png new file mode 100644 index 00000000000..a351eb10836 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71439.png differ diff --git a/src/lib/resources/images/bso_icons/71440.png b/src/lib/resources/images/bso_icons/71440.png new file mode 100644 index 00000000000..20c0e2feff5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71440.png differ diff --git a/src/lib/resources/images/bso_icons/71441.png b/src/lib/resources/images/bso_icons/71441.png new file mode 100644 index 00000000000..a24bce21aa4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71441.png differ diff --git a/src/lib/resources/images/bso_icons/71442.png b/src/lib/resources/images/bso_icons/71442.png new file mode 100644 index 00000000000..48f031162eb Binary files /dev/null and b/src/lib/resources/images/bso_icons/71442.png differ diff --git a/src/lib/resources/images/bso_icons/71443.png b/src/lib/resources/images/bso_icons/71443.png new file mode 100644 index 00000000000..7d00a8b3fb4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71443.png differ diff --git a/src/lib/resources/images/bso_icons/71444.png b/src/lib/resources/images/bso_icons/71444.png new file mode 100644 index 00000000000..4df12fb1aa7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71444.png differ diff --git a/src/lib/resources/images/bso_icons/71445.png b/src/lib/resources/images/bso_icons/71445.png new file mode 100644 index 00000000000..7058203901e Binary files /dev/null and b/src/lib/resources/images/bso_icons/71445.png differ diff --git a/src/lib/resources/images/bso_icons/71446.png b/src/lib/resources/images/bso_icons/71446.png new file mode 100644 index 00000000000..20c52df4c66 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71446.png differ diff --git a/src/lib/resources/images/bso_icons/71447.png b/src/lib/resources/images/bso_icons/71447.png new file mode 100644 index 00000000000..5b7b2de25cc Binary files /dev/null and b/src/lib/resources/images/bso_icons/71447.png differ diff --git a/src/lib/resources/images/bso_icons/71448.png b/src/lib/resources/images/bso_icons/71448.png new file mode 100644 index 00000000000..9a739bc8986 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71448.png differ diff --git a/src/lib/resources/images/bso_icons/71449.png b/src/lib/resources/images/bso_icons/71449.png new file mode 100644 index 00000000000..619bd8706fa Binary files /dev/null and b/src/lib/resources/images/bso_icons/71449.png differ diff --git a/src/lib/resources/images/bso_icons/71450.png b/src/lib/resources/images/bso_icons/71450.png new file mode 100644 index 00000000000..3e165636dd1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71450.png differ diff --git a/src/lib/resources/images/bso_icons/71451.png b/src/lib/resources/images/bso_icons/71451.png new file mode 100644 index 00000000000..2b96e086621 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71451.png differ diff --git a/src/lib/resources/images/bso_icons/71452.png b/src/lib/resources/images/bso_icons/71452.png new file mode 100644 index 00000000000..79b02e913a4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71452.png differ diff --git a/src/lib/resources/images/bso_icons/71453.png b/src/lib/resources/images/bso_icons/71453.png new file mode 100644 index 00000000000..46141dfc0cd Binary files /dev/null and b/src/lib/resources/images/bso_icons/71453.png differ diff --git a/src/lib/resources/images/bso_icons/71454.png b/src/lib/resources/images/bso_icons/71454.png new file mode 100644 index 00000000000..fc83ce7047c Binary files /dev/null and b/src/lib/resources/images/bso_icons/71454.png differ diff --git a/src/lib/resources/images/bso_icons/71455.png b/src/lib/resources/images/bso_icons/71455.png new file mode 100644 index 00000000000..b646c7e9e92 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71455.png differ diff --git a/src/lib/resources/images/bso_icons/71456.png b/src/lib/resources/images/bso_icons/71456.png new file mode 100644 index 00000000000..73a512450ee Binary files /dev/null and b/src/lib/resources/images/bso_icons/71456.png differ diff --git a/src/lib/resources/images/bso_icons/71457.png b/src/lib/resources/images/bso_icons/71457.png new file mode 100644 index 00000000000..9c67b20a346 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71457.png differ diff --git a/src/lib/resources/images/bso_icons/71458.png b/src/lib/resources/images/bso_icons/71458.png new file mode 100644 index 00000000000..05492ee7165 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71458.png differ diff --git a/src/lib/resources/images/bso_icons/71459.png b/src/lib/resources/images/bso_icons/71459.png new file mode 100644 index 00000000000..4fbcba87853 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71459.png differ diff --git a/src/lib/resources/images/bso_icons/71460.png b/src/lib/resources/images/bso_icons/71460.png new file mode 100644 index 00000000000..2981cbaa5e1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71460.png differ diff --git a/src/lib/resources/images/bso_icons/71461.png b/src/lib/resources/images/bso_icons/71461.png new file mode 100644 index 00000000000..9043c45bb55 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71461.png differ diff --git a/src/lib/resources/images/bso_icons/71462.png b/src/lib/resources/images/bso_icons/71462.png new file mode 100644 index 00000000000..13963c772f0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71462.png differ diff --git a/src/lib/resources/images/bso_icons/71463.png b/src/lib/resources/images/bso_icons/71463.png new file mode 100644 index 00000000000..75c651ec553 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71463.png differ diff --git a/src/lib/resources/images/bso_icons/71464.png b/src/lib/resources/images/bso_icons/71464.png new file mode 100644 index 00000000000..3a20777b0a7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71464.png differ diff --git a/src/lib/resources/images/bso_icons/71465.png b/src/lib/resources/images/bso_icons/71465.png new file mode 100644 index 00000000000..fdd3e07caca Binary files /dev/null and b/src/lib/resources/images/bso_icons/71465.png differ diff --git a/src/lib/resources/images/bso_icons/71466.png b/src/lib/resources/images/bso_icons/71466.png new file mode 100644 index 00000000000..c4227e6915d Binary files /dev/null and b/src/lib/resources/images/bso_icons/71466.png differ diff --git a/src/lib/resources/images/bso_icons/71467.png b/src/lib/resources/images/bso_icons/71467.png new file mode 100644 index 00000000000..d05f64dc83e Binary files /dev/null and b/src/lib/resources/images/bso_icons/71467.png differ diff --git a/src/lib/resources/images/bso_icons/71468.png b/src/lib/resources/images/bso_icons/71468.png new file mode 100644 index 00000000000..ba8f4f2d419 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71468.png differ diff --git a/src/lib/resources/images/bso_icons/71469.png b/src/lib/resources/images/bso_icons/71469.png new file mode 100644 index 00000000000..14d5f971849 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71469.png differ diff --git a/src/lib/resources/images/bso_icons/71470.png b/src/lib/resources/images/bso_icons/71470.png new file mode 100644 index 00000000000..67c1e4a0382 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71470.png differ diff --git a/src/lib/resources/images/bso_icons/71471.png b/src/lib/resources/images/bso_icons/71471.png new file mode 100644 index 00000000000..117cc9c731f Binary files /dev/null and b/src/lib/resources/images/bso_icons/71471.png differ diff --git a/src/lib/resources/images/bso_icons/71472.png b/src/lib/resources/images/bso_icons/71472.png new file mode 100644 index 00000000000..be7bc62fa60 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71472.png differ diff --git a/src/lib/resources/images/bso_icons/71473.png b/src/lib/resources/images/bso_icons/71473.png new file mode 100644 index 00000000000..33a241d1a74 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71473.png differ diff --git a/src/lib/resources/images/bso_icons/71474.png b/src/lib/resources/images/bso_icons/71474.png new file mode 100644 index 00000000000..4fbdab38099 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71474.png differ diff --git a/src/lib/resources/images/bso_icons/71475.png b/src/lib/resources/images/bso_icons/71475.png new file mode 100644 index 00000000000..4096ac52f6e Binary files /dev/null and b/src/lib/resources/images/bso_icons/71475.png differ diff --git a/src/lib/resources/images/bso_icons/71476.png b/src/lib/resources/images/bso_icons/71476.png new file mode 100644 index 00000000000..2a1637a65de Binary files /dev/null and b/src/lib/resources/images/bso_icons/71476.png differ diff --git a/src/lib/resources/images/bso_icons/71477.png b/src/lib/resources/images/bso_icons/71477.png new file mode 100644 index 00000000000..c2dc264a361 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71477.png differ diff --git a/src/lib/resources/images/bso_icons/71478.png b/src/lib/resources/images/bso_icons/71478.png new file mode 100644 index 00000000000..0f13f755c67 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71478.png differ diff --git a/src/lib/resources/images/bso_icons/71479.png b/src/lib/resources/images/bso_icons/71479.png new file mode 100644 index 00000000000..9dbf4a03366 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71479.png differ diff --git a/src/lib/resources/images/bso_icons/71480.png b/src/lib/resources/images/bso_icons/71480.png new file mode 100644 index 00000000000..28c07d477f7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71480.png differ diff --git a/src/lib/resources/images/bso_icons/71481.png b/src/lib/resources/images/bso_icons/71481.png new file mode 100644 index 00000000000..44e2645bde8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71481.png differ diff --git a/src/lib/resources/images/bso_icons/71482.png b/src/lib/resources/images/bso_icons/71482.png new file mode 100644 index 00000000000..8b4533b95aa Binary files /dev/null and b/src/lib/resources/images/bso_icons/71482.png differ diff --git a/src/lib/resources/images/bso_icons/71483.png b/src/lib/resources/images/bso_icons/71483.png new file mode 100644 index 00000000000..bf8a2417b4a Binary files /dev/null and b/src/lib/resources/images/bso_icons/71483.png differ diff --git a/src/lib/resources/images/bso_icons/71484.png b/src/lib/resources/images/bso_icons/71484.png new file mode 100644 index 00000000000..ed78e342a40 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71484.png differ diff --git a/src/lib/resources/images/bso_icons/71485.png b/src/lib/resources/images/bso_icons/71485.png new file mode 100644 index 00000000000..1661bde3739 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71485.png differ diff --git a/src/lib/resources/images/bso_icons/71486.png b/src/lib/resources/images/bso_icons/71486.png new file mode 100644 index 00000000000..ea983143a5c Binary files /dev/null and b/src/lib/resources/images/bso_icons/71486.png differ diff --git a/src/lib/resources/images/bso_icons/71487.png b/src/lib/resources/images/bso_icons/71487.png new file mode 100644 index 00000000000..84f5f5566c8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71487.png differ diff --git a/src/lib/resources/images/bso_icons/71488.png b/src/lib/resources/images/bso_icons/71488.png new file mode 100644 index 00000000000..0c75c54ce55 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71488.png differ diff --git a/src/lib/resources/images/bso_icons/71489.png b/src/lib/resources/images/bso_icons/71489.png new file mode 100644 index 00000000000..24011b4ad02 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71489.png differ diff --git a/src/lib/resources/images/bso_icons/71490.png b/src/lib/resources/images/bso_icons/71490.png new file mode 100644 index 00000000000..37fc2b28bed Binary files /dev/null and b/src/lib/resources/images/bso_icons/71490.png differ diff --git a/src/lib/resources/images/bso_icons/71491.png b/src/lib/resources/images/bso_icons/71491.png new file mode 100644 index 00000000000..266e25c9e5f Binary files /dev/null and b/src/lib/resources/images/bso_icons/71491.png differ diff --git a/src/lib/resources/images/bso_icons/71492.png b/src/lib/resources/images/bso_icons/71492.png new file mode 100644 index 00000000000..42e5601981f Binary files /dev/null and b/src/lib/resources/images/bso_icons/71492.png differ diff --git a/src/lib/resources/images/bso_icons/71493.png b/src/lib/resources/images/bso_icons/71493.png new file mode 100644 index 00000000000..28de4c5b848 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71493.png differ diff --git a/src/lib/resources/images/bso_icons/71494.png b/src/lib/resources/images/bso_icons/71494.png new file mode 100644 index 00000000000..3dcea9546aa Binary files /dev/null and b/src/lib/resources/images/bso_icons/71494.png differ diff --git a/src/lib/resources/images/bso_icons/71495.png b/src/lib/resources/images/bso_icons/71495.png new file mode 100644 index 00000000000..e80ea952f3b Binary files /dev/null and b/src/lib/resources/images/bso_icons/71495.png differ diff --git a/src/lib/resources/images/bso_icons/71496.png b/src/lib/resources/images/bso_icons/71496.png new file mode 100644 index 00000000000..d353ca463af Binary files /dev/null and b/src/lib/resources/images/bso_icons/71496.png differ diff --git a/src/lib/resources/images/bso_icons/71497.png b/src/lib/resources/images/bso_icons/71497.png new file mode 100644 index 00000000000..eefd24b6576 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71497.png differ diff --git a/src/lib/resources/images/bso_icons/71498.png b/src/lib/resources/images/bso_icons/71498.png new file mode 100644 index 00000000000..3c1e24dc767 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71498.png differ diff --git a/src/lib/resources/images/bso_icons/71499.png b/src/lib/resources/images/bso_icons/71499.png new file mode 100644 index 00000000000..98bf7d29fb3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71499.png differ diff --git a/src/lib/resources/images/bso_icons/71500.png b/src/lib/resources/images/bso_icons/71500.png new file mode 100644 index 00000000000..f030f843632 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71500.png differ diff --git a/src/lib/resources/images/bso_icons/71501.png b/src/lib/resources/images/bso_icons/71501.png new file mode 100644 index 00000000000..11cad56d07a Binary files /dev/null and b/src/lib/resources/images/bso_icons/71501.png differ diff --git a/src/lib/resources/images/bso_icons/71502.png b/src/lib/resources/images/bso_icons/71502.png new file mode 100644 index 00000000000..77bbf92719c Binary files /dev/null and b/src/lib/resources/images/bso_icons/71502.png differ diff --git a/src/lib/resources/images/bso_icons/71503.png b/src/lib/resources/images/bso_icons/71503.png new file mode 100644 index 00000000000..627cf31a331 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71503.png differ diff --git a/src/lib/resources/images/bso_icons/71504.png b/src/lib/resources/images/bso_icons/71504.png new file mode 100644 index 00000000000..09b913f077b Binary files /dev/null and b/src/lib/resources/images/bso_icons/71504.png differ diff --git a/src/lib/resources/images/bso_icons/71505.png b/src/lib/resources/images/bso_icons/71505.png new file mode 100644 index 00000000000..ca9af652529 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71505.png differ diff --git a/src/lib/resources/images/bso_icons/71506.png b/src/lib/resources/images/bso_icons/71506.png new file mode 100644 index 00000000000..a714fc46a80 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71506.png differ diff --git a/src/lib/resources/images/bso_icons/71507.png b/src/lib/resources/images/bso_icons/71507.png new file mode 100644 index 00000000000..1984b4d6c67 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71507.png differ diff --git a/src/lib/resources/images/bso_icons/71508.png b/src/lib/resources/images/bso_icons/71508.png new file mode 100644 index 00000000000..c0c6289c3d4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71508.png differ diff --git a/src/lib/resources/images/bso_icons/71509.png b/src/lib/resources/images/bso_icons/71509.png new file mode 100644 index 00000000000..9557ff5bec7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71509.png differ diff --git a/src/lib/resources/images/bso_icons/71510.png b/src/lib/resources/images/bso_icons/71510.png new file mode 100644 index 00000000000..045a94b1e01 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71510.png differ diff --git a/src/lib/resources/images/bso_icons/71511.png b/src/lib/resources/images/bso_icons/71511.png new file mode 100644 index 00000000000..f4fa4011e5f Binary files /dev/null and b/src/lib/resources/images/bso_icons/71511.png differ diff --git a/src/lib/resources/images/bso_icons/71512.png b/src/lib/resources/images/bso_icons/71512.png new file mode 100644 index 00000000000..83a37385d86 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71512.png differ diff --git a/src/lib/resources/images/bso_icons/71513.png b/src/lib/resources/images/bso_icons/71513.png new file mode 100644 index 00000000000..078e18c350a Binary files /dev/null and b/src/lib/resources/images/bso_icons/71513.png differ diff --git a/src/lib/resources/images/bso_icons/71514.png b/src/lib/resources/images/bso_icons/71514.png new file mode 100644 index 00000000000..2f325743f28 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71514.png differ diff --git a/src/lib/resources/images/bso_icons/71515.png b/src/lib/resources/images/bso_icons/71515.png new file mode 100644 index 00000000000..364c647550f Binary files /dev/null and b/src/lib/resources/images/bso_icons/71515.png differ diff --git a/src/lib/resources/images/bso_icons/71516.png b/src/lib/resources/images/bso_icons/71516.png new file mode 100644 index 00000000000..b4d8948ab4d Binary files /dev/null and b/src/lib/resources/images/bso_icons/71516.png differ diff --git a/src/lib/resources/images/bso_icons/71517.png b/src/lib/resources/images/bso_icons/71517.png new file mode 100644 index 00000000000..0cda6747b6a Binary files /dev/null and b/src/lib/resources/images/bso_icons/71517.png differ diff --git a/src/lib/resources/images/bso_icons/71518.png b/src/lib/resources/images/bso_icons/71518.png new file mode 100644 index 00000000000..15854802f12 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71518.png differ diff --git a/src/lib/resources/images/bso_icons/71519.png b/src/lib/resources/images/bso_icons/71519.png new file mode 100644 index 00000000000..a93d70d4ed8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71519.png differ diff --git a/src/lib/resources/images/bso_icons/71520.png b/src/lib/resources/images/bso_icons/71520.png new file mode 100644 index 00000000000..e4a10de5cd4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71520.png differ diff --git a/src/lib/resources/images/bso_icons/71521.png b/src/lib/resources/images/bso_icons/71521.png new file mode 100644 index 00000000000..672001ec40e Binary files /dev/null and b/src/lib/resources/images/bso_icons/71521.png differ diff --git a/src/lib/resources/images/bso_icons/71522.png b/src/lib/resources/images/bso_icons/71522.png new file mode 100644 index 00000000000..370132d1b88 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71522.png differ diff --git a/src/lib/resources/images/bso_icons/71523.png b/src/lib/resources/images/bso_icons/71523.png new file mode 100644 index 00000000000..06ef956933e Binary files /dev/null and b/src/lib/resources/images/bso_icons/71523.png differ diff --git a/src/lib/resources/images/bso_icons/71524.png b/src/lib/resources/images/bso_icons/71524.png new file mode 100644 index 00000000000..16a598d5fec Binary files /dev/null and b/src/lib/resources/images/bso_icons/71524.png differ diff --git a/src/lib/resources/images/bso_icons/71525.png b/src/lib/resources/images/bso_icons/71525.png new file mode 100644 index 00000000000..478457ad0a7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71525.png differ diff --git a/src/lib/resources/images/bso_icons/71526.png b/src/lib/resources/images/bso_icons/71526.png new file mode 100644 index 00000000000..d06df58936d Binary files /dev/null and b/src/lib/resources/images/bso_icons/71526.png differ diff --git a/src/lib/resources/images/bso_icons/71527.png b/src/lib/resources/images/bso_icons/71527.png new file mode 100644 index 00000000000..b3a208df751 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71527.png differ diff --git a/src/lib/resources/images/bso_icons/71528.png b/src/lib/resources/images/bso_icons/71528.png new file mode 100644 index 00000000000..7483adc0ac6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71528.png differ diff --git a/src/lib/resources/images/bso_icons/71529.png b/src/lib/resources/images/bso_icons/71529.png new file mode 100644 index 00000000000..3c42f74a354 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71529.png differ diff --git a/src/lib/resources/images/bso_icons/71530.png b/src/lib/resources/images/bso_icons/71530.png new file mode 100644 index 00000000000..eb34851e4f1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71530.png differ diff --git a/src/lib/resources/images/bso_icons/71531.png b/src/lib/resources/images/bso_icons/71531.png new file mode 100644 index 00000000000..870d7dfef56 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71531.png differ diff --git a/src/lib/resources/images/bso_icons/71532.png b/src/lib/resources/images/bso_icons/71532.png new file mode 100644 index 00000000000..62512aaf1a4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71532.png differ diff --git a/src/lib/resources/images/bso_icons/71533.png b/src/lib/resources/images/bso_icons/71533.png new file mode 100644 index 00000000000..64ea156de83 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71533.png differ diff --git a/src/lib/resources/images/bso_icons/71534.png b/src/lib/resources/images/bso_icons/71534.png new file mode 100644 index 00000000000..6020d452002 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71534.png differ diff --git a/src/lib/resources/images/bso_icons/71536.png b/src/lib/resources/images/bso_icons/71536.png new file mode 100644 index 00000000000..f8cada00e0f Binary files /dev/null and b/src/lib/resources/images/bso_icons/71536.png differ diff --git a/src/lib/resources/images/bso_icons/71537.png b/src/lib/resources/images/bso_icons/71537.png new file mode 100644 index 00000000000..76b5eead824 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71537.png differ diff --git a/src/lib/resources/images/bso_icons/71538.png b/src/lib/resources/images/bso_icons/71538.png new file mode 100644 index 00000000000..87fecb1fdaf Binary files /dev/null and b/src/lib/resources/images/bso_icons/71538.png differ diff --git a/src/lib/resources/images/bso_icons/71539.png b/src/lib/resources/images/bso_icons/71539.png new file mode 100644 index 00000000000..33834754d70 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71539.png differ diff --git a/src/lib/resources/images/bso_icons/71540.png b/src/lib/resources/images/bso_icons/71540.png new file mode 100644 index 00000000000..10ea965a2f9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71540.png differ diff --git a/src/lib/resources/images/bso_icons/71541.png b/src/lib/resources/images/bso_icons/71541.png new file mode 100644 index 00000000000..59f3d268612 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71541.png differ diff --git a/src/lib/resources/images/bso_icons/71542.png b/src/lib/resources/images/bso_icons/71542.png new file mode 100644 index 00000000000..78d788c1f00 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71542.png differ diff --git a/src/lib/resources/images/bso_icons/71543.png b/src/lib/resources/images/bso_icons/71543.png new file mode 100644 index 00000000000..05f7809ec9b Binary files /dev/null and b/src/lib/resources/images/bso_icons/71543.png differ diff --git a/src/lib/resources/images/bso_icons/71560.png b/src/lib/resources/images/bso_icons/71560.png new file mode 100644 index 00000000000..ce68cd45616 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71560.png differ diff --git a/src/lib/resources/images/bso_icons/71561.png b/src/lib/resources/images/bso_icons/71561.png new file mode 100644 index 00000000000..d8baf37160e Binary files /dev/null and b/src/lib/resources/images/bso_icons/71561.png differ diff --git a/src/lib/resources/images/bso_icons/71562.png b/src/lib/resources/images/bso_icons/71562.png new file mode 100644 index 00000000000..42315a918ea Binary files /dev/null and b/src/lib/resources/images/bso_icons/71562.png differ diff --git a/src/lib/resources/images/bso_icons/71563.png b/src/lib/resources/images/bso_icons/71563.png new file mode 100644 index 00000000000..cf1e96a892e Binary files /dev/null and b/src/lib/resources/images/bso_icons/71563.png differ diff --git a/src/lib/resources/images/bso_icons/71564.png b/src/lib/resources/images/bso_icons/71564.png new file mode 100644 index 00000000000..fe66eef969f Binary files /dev/null and b/src/lib/resources/images/bso_icons/71564.png differ diff --git a/src/lib/resources/images/bso_icons/71565.png b/src/lib/resources/images/bso_icons/71565.png new file mode 100644 index 00000000000..cf6f197df27 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71565.png differ diff --git a/src/lib/resources/images/bso_icons/71566.png b/src/lib/resources/images/bso_icons/71566.png new file mode 100644 index 00000000000..cf6f197df27 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71566.png differ diff --git a/src/lib/resources/images/bso_icons/71567.png b/src/lib/resources/images/bso_icons/71567.png new file mode 100644 index 00000000000..cf6f197df27 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71567.png differ diff --git a/src/lib/resources/images/bso_icons/71568.png b/src/lib/resources/images/bso_icons/71568.png new file mode 100644 index 00000000000..cf6f197df27 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71568.png differ diff --git a/src/lib/resources/images/bso_icons/71569.png b/src/lib/resources/images/bso_icons/71569.png new file mode 100644 index 00000000000..cf6f197df27 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71569.png differ diff --git a/src/lib/resources/images/bso_icons/71570.png b/src/lib/resources/images/bso_icons/71570.png new file mode 100644 index 00000000000..cf6f197df27 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71570.png differ diff --git a/src/lib/resources/images/bso_icons/71571.png b/src/lib/resources/images/bso_icons/71571.png new file mode 100644 index 00000000000..25767bdda9c Binary files /dev/null and b/src/lib/resources/images/bso_icons/71571.png differ diff --git a/src/lib/resources/images/bso_icons/71572.png b/src/lib/resources/images/bso_icons/71572.png new file mode 100644 index 00000000000..b8df1b7ee9b Binary files /dev/null and b/src/lib/resources/images/bso_icons/71572.png differ diff --git a/src/lib/resources/images/bso_icons/71573.png b/src/lib/resources/images/bso_icons/71573.png new file mode 100644 index 00000000000..fde94920c32 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71573.png differ diff --git a/src/lib/resources/images/bso_icons/71574.png b/src/lib/resources/images/bso_icons/71574.png new file mode 100644 index 00000000000..3506639e881 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71574.png differ diff --git a/src/lib/resources/images/bso_icons/71575.png b/src/lib/resources/images/bso_icons/71575.png new file mode 100644 index 00000000000..4e702eee97f Binary files /dev/null and b/src/lib/resources/images/bso_icons/71575.png differ diff --git a/src/lib/resources/images/bso_icons/71576.png b/src/lib/resources/images/bso_icons/71576.png new file mode 100644 index 00000000000..65854b34783 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71576.png differ diff --git a/src/lib/resources/images/bso_icons/71580.png b/src/lib/resources/images/bso_icons/71580.png new file mode 100644 index 00000000000..aeebad6d8db Binary files /dev/null and b/src/lib/resources/images/bso_icons/71580.png differ diff --git a/src/lib/resources/images/bso_icons/71581.png b/src/lib/resources/images/bso_icons/71581.png new file mode 100644 index 00000000000..0854950c396 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71581.png differ diff --git a/src/lib/resources/images/bso_icons/71582.png b/src/lib/resources/images/bso_icons/71582.png new file mode 100644 index 00000000000..36d34ff920a Binary files /dev/null and b/src/lib/resources/images/bso_icons/71582.png differ diff --git a/src/lib/resources/images/bso_icons/71583.png b/src/lib/resources/images/bso_icons/71583.png new file mode 100644 index 00000000000..2023fa55c2d Binary files /dev/null and b/src/lib/resources/images/bso_icons/71583.png differ diff --git a/src/lib/resources/images/bso_icons/71584.png b/src/lib/resources/images/bso_icons/71584.png new file mode 100644 index 00000000000..c477dc72be4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71584.png differ diff --git a/src/lib/resources/images/bso_icons/71585.png b/src/lib/resources/images/bso_icons/71585.png new file mode 100644 index 00000000000..c4c751e1228 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71585.png differ diff --git a/src/lib/resources/images/bso_icons/71586.png b/src/lib/resources/images/bso_icons/71586.png new file mode 100644 index 00000000000..9fe4eb779a9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71586.png differ diff --git a/src/lib/resources/images/bso_icons/71587.png b/src/lib/resources/images/bso_icons/71587.png new file mode 100644 index 00000000000..98f05d5a073 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71587.png differ diff --git a/src/lib/resources/images/bso_icons/71588.png b/src/lib/resources/images/bso_icons/71588.png new file mode 100644 index 00000000000..65108cf4c70 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71588.png differ diff --git a/src/lib/resources/images/bso_icons/71589.png b/src/lib/resources/images/bso_icons/71589.png new file mode 100644 index 00000000000..311f929ec94 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71589.png differ diff --git a/src/lib/resources/images/bso_icons/71590.png b/src/lib/resources/images/bso_icons/71590.png new file mode 100644 index 00000000000..361725cc9be Binary files /dev/null and b/src/lib/resources/images/bso_icons/71590.png differ diff --git a/src/lib/resources/images/bso_icons/71591.png b/src/lib/resources/images/bso_icons/71591.png new file mode 100644 index 00000000000..080c122aee7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71591.png differ diff --git a/src/lib/resources/images/bso_icons/71592.png b/src/lib/resources/images/bso_icons/71592.png new file mode 100644 index 00000000000..9ea601dae5c Binary files /dev/null and b/src/lib/resources/images/bso_icons/71592.png differ diff --git a/src/lib/resources/images/bso_icons/71593.png b/src/lib/resources/images/bso_icons/71593.png new file mode 100644 index 00000000000..1570d0eb025 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71593.png differ diff --git a/src/lib/resources/images/bso_icons/71594.png b/src/lib/resources/images/bso_icons/71594.png new file mode 100644 index 00000000000..c7e24c46389 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71594.png differ diff --git a/src/lib/resources/images/bso_icons/71595.png b/src/lib/resources/images/bso_icons/71595.png new file mode 100644 index 00000000000..389947574df Binary files /dev/null and b/src/lib/resources/images/bso_icons/71595.png differ diff --git a/src/lib/resources/images/bso_icons/71596.png b/src/lib/resources/images/bso_icons/71596.png new file mode 100644 index 00000000000..538938564ec Binary files /dev/null and b/src/lib/resources/images/bso_icons/71596.png differ diff --git a/src/lib/resources/images/bso_icons/71597.png b/src/lib/resources/images/bso_icons/71597.png new file mode 100644 index 00000000000..e05e2b4d05b Binary files /dev/null and b/src/lib/resources/images/bso_icons/71597.png differ diff --git a/src/lib/resources/images/bso_icons/71598.png b/src/lib/resources/images/bso_icons/71598.png new file mode 100644 index 00000000000..9430dcda960 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71598.png differ diff --git a/src/lib/resources/images/bso_icons/71599.png b/src/lib/resources/images/bso_icons/71599.png new file mode 100644 index 00000000000..5189cdb51e2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71599.png differ diff --git a/src/lib/resources/images/bso_icons/71600.png b/src/lib/resources/images/bso_icons/71600.png new file mode 100644 index 00000000000..fff23b176b7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71600.png differ diff --git a/src/lib/resources/images/bso_icons/71601.png b/src/lib/resources/images/bso_icons/71601.png new file mode 100644 index 00000000000..769c273dc53 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71601.png differ diff --git a/src/lib/resources/images/bso_icons/71602.png b/src/lib/resources/images/bso_icons/71602.png new file mode 100644 index 00000000000..17b136426c9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71602.png differ diff --git a/src/lib/resources/images/bso_icons/71603.png b/src/lib/resources/images/bso_icons/71603.png new file mode 100644 index 00000000000..8570be3a1c5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71603.png differ diff --git a/src/lib/resources/images/bso_icons/71604.png b/src/lib/resources/images/bso_icons/71604.png new file mode 100644 index 00000000000..77bf7156108 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71604.png differ diff --git a/src/lib/resources/images/bso_icons/71605.png b/src/lib/resources/images/bso_icons/71605.png new file mode 100644 index 00000000000..11d8d65c4c1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71605.png differ diff --git a/src/lib/resources/images/bso_icons/71606.png b/src/lib/resources/images/bso_icons/71606.png new file mode 100644 index 00000000000..8440812c821 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71606.png differ diff --git a/src/lib/resources/images/bso_icons/71607.png b/src/lib/resources/images/bso_icons/71607.png new file mode 100644 index 00000000000..2a7b8b173b3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71607.png differ diff --git a/src/lib/resources/images/bso_icons/71608.png b/src/lib/resources/images/bso_icons/71608.png new file mode 100644 index 00000000000..5f3ae3e60d4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71608.png differ diff --git a/src/lib/resources/images/bso_icons/71609.png b/src/lib/resources/images/bso_icons/71609.png new file mode 100644 index 00000000000..b1c625880b3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71609.png differ diff --git a/src/lib/resources/images/bso_icons/71610.png b/src/lib/resources/images/bso_icons/71610.png new file mode 100644 index 00000000000..fe1fafb0fb2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71610.png differ diff --git a/src/lib/resources/images/bso_icons/71611.png b/src/lib/resources/images/bso_icons/71611.png new file mode 100644 index 00000000000..3fdedb4439b Binary files /dev/null and b/src/lib/resources/images/bso_icons/71611.png differ diff --git a/src/lib/resources/images/bso_icons/71612.png b/src/lib/resources/images/bso_icons/71612.png new file mode 100644 index 00000000000..f57710748a7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71612.png differ diff --git a/src/lib/resources/images/bso_icons/71613.png b/src/lib/resources/images/bso_icons/71613.png new file mode 100644 index 00000000000..1d503363949 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71613.png differ diff --git a/src/lib/resources/images/bso_icons/71614.png b/src/lib/resources/images/bso_icons/71614.png new file mode 100644 index 00000000000..3497eaf4706 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71614.png differ diff --git a/src/lib/resources/images/bso_icons/71615.png b/src/lib/resources/images/bso_icons/71615.png new file mode 100644 index 00000000000..9037938508e Binary files /dev/null and b/src/lib/resources/images/bso_icons/71615.png differ diff --git a/src/lib/resources/images/bso_icons/71616.png b/src/lib/resources/images/bso_icons/71616.png new file mode 100644 index 00000000000..e4d55555419 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71616.png differ diff --git a/src/lib/resources/images/bso_icons/71617.png b/src/lib/resources/images/bso_icons/71617.png new file mode 100644 index 00000000000..142480f1473 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71617.png differ diff --git a/src/lib/resources/images/bso_icons/71618.png b/src/lib/resources/images/bso_icons/71618.png new file mode 100644 index 00000000000..e5e1838c479 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71618.png differ diff --git a/src/lib/resources/images/bso_icons/71619.png b/src/lib/resources/images/bso_icons/71619.png new file mode 100644 index 00000000000..12a4ac4fc1c Binary files /dev/null and b/src/lib/resources/images/bso_icons/71619.png differ diff --git a/src/lib/resources/images/bso_icons/71620.png b/src/lib/resources/images/bso_icons/71620.png new file mode 100644 index 00000000000..7c8ae8f5300 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71620.png differ diff --git a/src/lib/resources/images/bso_icons/71621.png b/src/lib/resources/images/bso_icons/71621.png new file mode 100644 index 00000000000..41b109d948d Binary files /dev/null and b/src/lib/resources/images/bso_icons/71621.png differ diff --git a/src/lib/resources/images/bso_icons/71622.png b/src/lib/resources/images/bso_icons/71622.png new file mode 100644 index 00000000000..da1de77e414 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71622.png differ diff --git a/src/lib/resources/images/bso_icons/71623.png b/src/lib/resources/images/bso_icons/71623.png new file mode 100644 index 00000000000..37ae561577d Binary files /dev/null and b/src/lib/resources/images/bso_icons/71623.png differ diff --git a/src/lib/resources/images/bso_icons/71700.png b/src/lib/resources/images/bso_icons/71700.png new file mode 100644 index 00000000000..5b054643f7c Binary files /dev/null and b/src/lib/resources/images/bso_icons/71700.png differ diff --git a/src/lib/resources/images/bso_icons/71701.png b/src/lib/resources/images/bso_icons/71701.png new file mode 100644 index 00000000000..3a26f4bdd55 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71701.png differ diff --git a/src/lib/resources/images/bso_icons/71702.png b/src/lib/resources/images/bso_icons/71702.png new file mode 100644 index 00000000000..a2656a69b37 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71702.png differ diff --git a/src/lib/resources/images/bso_icons/71703.png b/src/lib/resources/images/bso_icons/71703.png new file mode 100644 index 00000000000..28bd558fabf Binary files /dev/null and b/src/lib/resources/images/bso_icons/71703.png differ diff --git a/src/lib/resources/images/bso_icons/71704.png b/src/lib/resources/images/bso_icons/71704.png new file mode 100644 index 00000000000..5a48f4bf315 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71704.png differ diff --git a/src/lib/resources/images/bso_icons/71705.png b/src/lib/resources/images/bso_icons/71705.png new file mode 100644 index 00000000000..539aad27e00 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71705.png differ diff --git a/src/lib/resources/images/bso_icons/71706.png b/src/lib/resources/images/bso_icons/71706.png new file mode 100644 index 00000000000..1bf78f597b9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71706.png differ diff --git a/src/lib/resources/images/bso_icons/71900.png b/src/lib/resources/images/bso_icons/71900.png new file mode 100644 index 00000000000..3305facdb7a Binary files /dev/null and b/src/lib/resources/images/bso_icons/71900.png differ diff --git a/src/lib/resources/images/bso_icons/71901.png b/src/lib/resources/images/bso_icons/71901.png new file mode 100644 index 00000000000..b4c803903fe Binary files /dev/null and b/src/lib/resources/images/bso_icons/71901.png differ diff --git a/src/lib/resources/images/bso_icons/71902.png b/src/lib/resources/images/bso_icons/71902.png new file mode 100644 index 00000000000..4fb2255f72a Binary files /dev/null and b/src/lib/resources/images/bso_icons/71902.png differ diff --git a/src/lib/resources/images/bso_icons/71903.png b/src/lib/resources/images/bso_icons/71903.png new file mode 100644 index 00000000000..a48d164fcc3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71903.png differ diff --git a/src/lib/resources/images/bso_icons/71904.png b/src/lib/resources/images/bso_icons/71904.png new file mode 100644 index 00000000000..dbce341ee48 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71904.png differ diff --git a/src/lib/resources/images/bso_icons/71905.png b/src/lib/resources/images/bso_icons/71905.png new file mode 100644 index 00000000000..325f51222af Binary files /dev/null and b/src/lib/resources/images/bso_icons/71905.png differ diff --git a/src/lib/resources/images/bso_icons/71906.png b/src/lib/resources/images/bso_icons/71906.png new file mode 100644 index 00000000000..96bb9291657 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71906.png differ diff --git a/src/lib/resources/images/bso_icons/71907.png b/src/lib/resources/images/bso_icons/71907.png new file mode 100644 index 00000000000..230bc9997b9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71907.png differ diff --git a/src/lib/resources/images/bso_icons/71908.png b/src/lib/resources/images/bso_icons/71908.png new file mode 100644 index 00000000000..69b6c35bfa1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71908.png differ diff --git a/src/lib/resources/images/bso_icons/71909.png b/src/lib/resources/images/bso_icons/71909.png new file mode 100644 index 00000000000..2c1d1e5d6db Binary files /dev/null and b/src/lib/resources/images/bso_icons/71909.png differ diff --git a/src/lib/resources/images/bso_icons/71910.png b/src/lib/resources/images/bso_icons/71910.png new file mode 100644 index 00000000000..157ee95542f Binary files /dev/null and b/src/lib/resources/images/bso_icons/71910.png differ diff --git a/src/lib/resources/images/bso_icons/71911.png b/src/lib/resources/images/bso_icons/71911.png new file mode 100644 index 00000000000..4750ca6ec6a Binary files /dev/null and b/src/lib/resources/images/bso_icons/71911.png differ diff --git a/src/lib/resources/images/bso_icons/71912.png b/src/lib/resources/images/bso_icons/71912.png new file mode 100644 index 00000000000..f69e3b64d24 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71912.png differ diff --git a/src/lib/resources/images/bso_icons/71913.png b/src/lib/resources/images/bso_icons/71913.png new file mode 100644 index 00000000000..e633091e588 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71913.png differ diff --git a/src/lib/resources/images/bso_icons/71916.png b/src/lib/resources/images/bso_icons/71916.png new file mode 100644 index 00000000000..27472063c22 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71916.png differ diff --git a/src/lib/resources/images/bso_icons/71917.png b/src/lib/resources/images/bso_icons/71917.png new file mode 100644 index 00000000000..d46e8493c91 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71917.png differ diff --git a/src/lib/resources/images/bso_icons/71919.png b/src/lib/resources/images/bso_icons/71919.png new file mode 100644 index 00000000000..628a27f4104 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71919.png differ diff --git a/src/lib/resources/images/bso_icons/71920.png b/src/lib/resources/images/bso_icons/71920.png new file mode 100644 index 00000000000..3e2a075982d Binary files /dev/null and b/src/lib/resources/images/bso_icons/71920.png differ diff --git a/src/lib/resources/images/bso_icons/71921.png b/src/lib/resources/images/bso_icons/71921.png new file mode 100644 index 00000000000..32b59910a86 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71921.png differ diff --git a/src/lib/resources/images/bso_icons/71922.png b/src/lib/resources/images/bso_icons/71922.png new file mode 100644 index 00000000000..c0eb105336a Binary files /dev/null and b/src/lib/resources/images/bso_icons/71922.png differ diff --git a/src/lib/resources/images/bso_icons/71923.png b/src/lib/resources/images/bso_icons/71923.png new file mode 100644 index 00000000000..f1910fc90d1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71923.png differ diff --git a/src/lib/resources/images/bso_icons/71924.png b/src/lib/resources/images/bso_icons/71924.png new file mode 100644 index 00000000000..2cef7740b2f Binary files /dev/null and b/src/lib/resources/images/bso_icons/71924.png differ diff --git a/src/lib/resources/images/bso_icons/71925.png b/src/lib/resources/images/bso_icons/71925.png new file mode 100644 index 00000000000..2e8e913fa02 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71925.png differ diff --git a/src/lib/resources/images/bso_icons/71926.png b/src/lib/resources/images/bso_icons/71926.png new file mode 100644 index 00000000000..3d1e842b056 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71926.png differ diff --git a/src/lib/resources/images/bso_icons/71927.png b/src/lib/resources/images/bso_icons/71927.png new file mode 100644 index 00000000000..319a73ea6a7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71927.png differ diff --git a/src/lib/resources/images/bso_icons/71928.png b/src/lib/resources/images/bso_icons/71928.png new file mode 100644 index 00000000000..d24c7a07769 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71928.png differ diff --git a/src/lib/resources/images/bso_icons/71930.png b/src/lib/resources/images/bso_icons/71930.png new file mode 100644 index 00000000000..6ac7232f230 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71930.png differ diff --git a/src/lib/resources/images/bso_icons/71931.png b/src/lib/resources/images/bso_icons/71931.png new file mode 100644 index 00000000000..a9da8499ce2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71931.png differ diff --git a/src/lib/resources/images/bso_icons/71932.png b/src/lib/resources/images/bso_icons/71932.png new file mode 100644 index 00000000000..76702112fb6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71932.png differ diff --git a/src/lib/resources/images/bso_icons/71933.png b/src/lib/resources/images/bso_icons/71933.png new file mode 100644 index 00000000000..5e532a05d10 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71933.png differ diff --git a/src/lib/resources/images/bso_icons/71934.png b/src/lib/resources/images/bso_icons/71934.png new file mode 100644 index 00000000000..20512e52043 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71934.png differ diff --git a/src/lib/resources/images/bso_icons/71935.png b/src/lib/resources/images/bso_icons/71935.png new file mode 100644 index 00000000000..7c25e76d7ff Binary files /dev/null and b/src/lib/resources/images/bso_icons/71935.png differ diff --git a/src/lib/resources/images/bso_icons/71936.png b/src/lib/resources/images/bso_icons/71936.png new file mode 100644 index 00000000000..accc6eb9080 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71936.png differ diff --git a/src/lib/resources/images/bso_icons/71937.png b/src/lib/resources/images/bso_icons/71937.png new file mode 100644 index 00000000000..eb1f0ea72e0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71937.png differ diff --git a/src/lib/resources/images/bso_icons/71938.png b/src/lib/resources/images/bso_icons/71938.png new file mode 100644 index 00000000000..ec587cd2891 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71938.png differ diff --git a/src/lib/resources/images/bso_icons/71939.png b/src/lib/resources/images/bso_icons/71939.png new file mode 100644 index 00000000000..3cafcad47e1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71939.png differ diff --git a/src/lib/resources/images/bso_icons/71940.png b/src/lib/resources/images/bso_icons/71940.png new file mode 100644 index 00000000000..56ce4e396f8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71940.png differ diff --git a/src/lib/resources/images/bso_icons/71941.png b/src/lib/resources/images/bso_icons/71941.png new file mode 100644 index 00000000000..207ce918395 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71941.png differ diff --git a/src/lib/resources/images/bso_icons/71943.png b/src/lib/resources/images/bso_icons/71943.png new file mode 100644 index 00000000000..546bec4f8af Binary files /dev/null and b/src/lib/resources/images/bso_icons/71943.png differ diff --git a/src/lib/resources/images/bso_icons/71944.png b/src/lib/resources/images/bso_icons/71944.png new file mode 100644 index 00000000000..e53e98555e5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71944.png differ diff --git a/src/lib/resources/images/bso_icons/71945.png b/src/lib/resources/images/bso_icons/71945.png new file mode 100644 index 00000000000..9c325476cf1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71945.png differ diff --git a/src/lib/resources/images/bso_icons/71946.png b/src/lib/resources/images/bso_icons/71946.png new file mode 100644 index 00000000000..f970a88cdf0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/71946.png differ diff --git a/src/lib/resources/images/bso_icons/72000.png b/src/lib/resources/images/bso_icons/72000.png new file mode 100644 index 00000000000..365fc7d41b9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72000.png differ diff --git a/src/lib/resources/images/bso_icons/72001.png b/src/lib/resources/images/bso_icons/72001.png new file mode 100644 index 00000000000..3b7c3d87897 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72001.png differ diff --git a/src/lib/resources/images/bso_icons/72002.png b/src/lib/resources/images/bso_icons/72002.png new file mode 100644 index 00000000000..1b801935bf6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72002.png differ diff --git a/src/lib/resources/images/bso_icons/72003.png b/src/lib/resources/images/bso_icons/72003.png new file mode 100644 index 00000000000..220e80049bf Binary files /dev/null and b/src/lib/resources/images/bso_icons/72003.png differ diff --git a/src/lib/resources/images/bso_icons/72004.png b/src/lib/resources/images/bso_icons/72004.png new file mode 100644 index 00000000000..b72c9c6ca5a Binary files /dev/null and b/src/lib/resources/images/bso_icons/72004.png differ diff --git a/src/lib/resources/images/bso_icons/72005.png b/src/lib/resources/images/bso_icons/72005.png new file mode 100644 index 00000000000..67084b77bcc Binary files /dev/null and b/src/lib/resources/images/bso_icons/72005.png differ diff --git a/src/lib/resources/images/bso_icons/72006.png b/src/lib/resources/images/bso_icons/72006.png new file mode 100644 index 00000000000..b71645da57f Binary files /dev/null and b/src/lib/resources/images/bso_icons/72006.png differ diff --git a/src/lib/resources/images/bso_icons/72007.png b/src/lib/resources/images/bso_icons/72007.png new file mode 100644 index 00000000000..50968b08630 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72007.png differ diff --git a/src/lib/resources/images/bso_icons/72008.png b/src/lib/resources/images/bso_icons/72008.png new file mode 100644 index 00000000000..57a89225599 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72008.png differ diff --git a/src/lib/resources/images/bso_icons/72009.png b/src/lib/resources/images/bso_icons/72009.png new file mode 100644 index 00000000000..9b84655679b Binary files /dev/null and b/src/lib/resources/images/bso_icons/72009.png differ diff --git a/src/lib/resources/images/bso_icons/72010.png b/src/lib/resources/images/bso_icons/72010.png new file mode 100644 index 00000000000..defcf2445ca Binary files /dev/null and b/src/lib/resources/images/bso_icons/72010.png differ diff --git a/src/lib/resources/images/bso_icons/72011.png b/src/lib/resources/images/bso_icons/72011.png new file mode 100644 index 00000000000..dc304676de3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72011.png differ diff --git a/src/lib/resources/images/bso_icons/72012.png b/src/lib/resources/images/bso_icons/72012.png new file mode 100644 index 00000000000..3204a4df99f Binary files /dev/null and b/src/lib/resources/images/bso_icons/72012.png differ diff --git a/src/lib/resources/images/bso_icons/72013.png b/src/lib/resources/images/bso_icons/72013.png new file mode 100644 index 00000000000..4fc83bbf761 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72013.png differ diff --git a/src/lib/resources/images/bso_icons/72014.png b/src/lib/resources/images/bso_icons/72014.png new file mode 100644 index 00000000000..49c4ca86951 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72014.png differ diff --git a/src/lib/resources/images/bso_icons/72015.png b/src/lib/resources/images/bso_icons/72015.png new file mode 100644 index 00000000000..57c4ca2c72e Binary files /dev/null and b/src/lib/resources/images/bso_icons/72015.png differ diff --git a/src/lib/resources/images/bso_icons/72016.png b/src/lib/resources/images/bso_icons/72016.png new file mode 100644 index 00000000000..ad34bf10624 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72016.png differ diff --git a/src/lib/resources/images/bso_icons/72017.png b/src/lib/resources/images/bso_icons/72017.png new file mode 100644 index 00000000000..731d1ebc009 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72017.png differ diff --git a/src/lib/resources/images/bso_icons/72018.png b/src/lib/resources/images/bso_icons/72018.png new file mode 100644 index 00000000000..db33f60a2ae Binary files /dev/null and b/src/lib/resources/images/bso_icons/72018.png differ diff --git a/src/lib/resources/images/bso_icons/72019.png b/src/lib/resources/images/bso_icons/72019.png new file mode 100644 index 00000000000..bd9dfb605c8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72019.png differ diff --git a/src/lib/resources/images/bso_icons/72020.png b/src/lib/resources/images/bso_icons/72020.png new file mode 100644 index 00000000000..4f325a4b7ab Binary files /dev/null and b/src/lib/resources/images/bso_icons/72020.png differ diff --git a/src/lib/resources/images/bso_icons/72021.png b/src/lib/resources/images/bso_icons/72021.png new file mode 100644 index 00000000000..885029e8f87 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72021.png differ diff --git a/src/lib/resources/images/bso_icons/72022.png b/src/lib/resources/images/bso_icons/72022.png new file mode 100644 index 00000000000..ed550ffe666 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72022.png differ diff --git a/src/lib/resources/images/bso_icons/72023.png b/src/lib/resources/images/bso_icons/72023.png new file mode 100644 index 00000000000..f42eadf48ad Binary files /dev/null and b/src/lib/resources/images/bso_icons/72023.png differ diff --git a/src/lib/resources/images/bso_icons/72024.png b/src/lib/resources/images/bso_icons/72024.png new file mode 100644 index 00000000000..e0bb11cdbc7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72024.png differ diff --git a/src/lib/resources/images/bso_icons/72025.png b/src/lib/resources/images/bso_icons/72025.png new file mode 100644 index 00000000000..5b9b66c802a Binary files /dev/null and b/src/lib/resources/images/bso_icons/72025.png differ diff --git a/src/lib/resources/images/bso_icons/72026.png b/src/lib/resources/images/bso_icons/72026.png new file mode 100644 index 00000000000..44fcca53bcf Binary files /dev/null and b/src/lib/resources/images/bso_icons/72026.png differ diff --git a/src/lib/resources/images/bso_icons/72027.png b/src/lib/resources/images/bso_icons/72027.png new file mode 100644 index 00000000000..f866921e912 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72027.png differ diff --git a/src/lib/resources/images/bso_icons/72028.png b/src/lib/resources/images/bso_icons/72028.png new file mode 100644 index 00000000000..e090a043e0e Binary files /dev/null and b/src/lib/resources/images/bso_icons/72028.png differ diff --git a/src/lib/resources/images/bso_icons/72029.png b/src/lib/resources/images/bso_icons/72029.png new file mode 100644 index 00000000000..7041e8c3ef4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72029.png differ diff --git a/src/lib/resources/images/bso_icons/72030.png b/src/lib/resources/images/bso_icons/72030.png new file mode 100644 index 00000000000..76ecc23ba28 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72030.png differ diff --git a/src/lib/resources/images/bso_icons/72031.png b/src/lib/resources/images/bso_icons/72031.png new file mode 100644 index 00000000000..306c8b23e26 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72031.png differ diff --git a/src/lib/resources/images/bso_icons/72032.png b/src/lib/resources/images/bso_icons/72032.png new file mode 100644 index 00000000000..9af0ce08e5a Binary files /dev/null and b/src/lib/resources/images/bso_icons/72032.png differ diff --git a/src/lib/resources/images/bso_icons/72033.png b/src/lib/resources/images/bso_icons/72033.png new file mode 100644 index 00000000000..6ae9bd4eae6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72033.png differ diff --git a/src/lib/resources/images/bso_icons/72034.png b/src/lib/resources/images/bso_icons/72034.png new file mode 100644 index 00000000000..fe554e37b30 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72034.png differ diff --git a/src/lib/resources/images/bso_icons/72035.png b/src/lib/resources/images/bso_icons/72035.png new file mode 100644 index 00000000000..b8998d8426d Binary files /dev/null and b/src/lib/resources/images/bso_icons/72035.png differ diff --git a/src/lib/resources/images/bso_icons/72036.png b/src/lib/resources/images/bso_icons/72036.png new file mode 100644 index 00000000000..9adb949f525 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72036.png differ diff --git a/src/lib/resources/images/bso_icons/72037.png b/src/lib/resources/images/bso_icons/72037.png new file mode 100644 index 00000000000..911b8abb143 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72037.png differ diff --git a/src/lib/resources/images/bso_icons/72038.png b/src/lib/resources/images/bso_icons/72038.png new file mode 100644 index 00000000000..4fdbb86c46f Binary files /dev/null and b/src/lib/resources/images/bso_icons/72038.png differ diff --git a/src/lib/resources/images/bso_icons/72039.png b/src/lib/resources/images/bso_icons/72039.png new file mode 100644 index 00000000000..3490061eb3c Binary files /dev/null and b/src/lib/resources/images/bso_icons/72039.png differ diff --git a/src/lib/resources/images/bso_icons/72040.png b/src/lib/resources/images/bso_icons/72040.png new file mode 100644 index 00000000000..a8889b39538 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72040.png differ diff --git a/src/lib/resources/images/bso_icons/72041.png b/src/lib/resources/images/bso_icons/72041.png new file mode 100644 index 00000000000..5fa5a97c238 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72041.png differ diff --git a/src/lib/resources/images/bso_icons/72042.png b/src/lib/resources/images/bso_icons/72042.png new file mode 100644 index 00000000000..edab776edbd Binary files /dev/null and b/src/lib/resources/images/bso_icons/72042.png differ diff --git a/src/lib/resources/images/bso_icons/72043.png b/src/lib/resources/images/bso_icons/72043.png new file mode 100644 index 00000000000..04769be9898 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72043.png differ diff --git a/src/lib/resources/images/bso_icons/72044.png b/src/lib/resources/images/bso_icons/72044.png new file mode 100644 index 00000000000..dcbb217f1db Binary files /dev/null and b/src/lib/resources/images/bso_icons/72044.png differ diff --git a/src/lib/resources/images/bso_icons/72045.png b/src/lib/resources/images/bso_icons/72045.png new file mode 100644 index 00000000000..619bd8706fa Binary files /dev/null and b/src/lib/resources/images/bso_icons/72045.png differ diff --git a/src/lib/resources/images/bso_icons/72050.png b/src/lib/resources/images/bso_icons/72050.png new file mode 100644 index 00000000000..581b5b3f1cd Binary files /dev/null and b/src/lib/resources/images/bso_icons/72050.png differ diff --git a/src/lib/resources/images/bso_icons/72051.png b/src/lib/resources/images/bso_icons/72051.png new file mode 100644 index 00000000000..f4680eab304 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72051.png differ diff --git a/src/lib/resources/images/bso_icons/72052.png b/src/lib/resources/images/bso_icons/72052.png new file mode 100644 index 00000000000..b0d2f779c81 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72052.png differ diff --git a/src/lib/resources/images/bso_icons/72053.png b/src/lib/resources/images/bso_icons/72053.png new file mode 100644 index 00000000000..afe87aadc0c Binary files /dev/null and b/src/lib/resources/images/bso_icons/72053.png differ diff --git a/src/lib/resources/images/bso_icons/72054.png b/src/lib/resources/images/bso_icons/72054.png new file mode 100644 index 00000000000..c6bdb781621 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72054.png differ diff --git a/src/lib/resources/images/bso_icons/72055.png b/src/lib/resources/images/bso_icons/72055.png new file mode 100644 index 00000000000..af7b3969aa6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72055.png differ diff --git a/src/lib/resources/images/bso_icons/72450.png b/src/lib/resources/images/bso_icons/72450.png new file mode 100644 index 00000000000..2012d35ab50 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72450.png differ diff --git a/src/lib/resources/images/bso_icons/72451.png b/src/lib/resources/images/bso_icons/72451.png new file mode 100644 index 00000000000..19edd047337 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72451.png differ diff --git a/src/lib/resources/images/bso_icons/72452.png b/src/lib/resources/images/bso_icons/72452.png new file mode 100644 index 00000000000..6f11739bd0f Binary files /dev/null and b/src/lib/resources/images/bso_icons/72452.png differ diff --git a/src/lib/resources/images/bso_icons/72453.png b/src/lib/resources/images/bso_icons/72453.png new file mode 100644 index 00000000000..1d09f6dedd9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72453.png differ diff --git a/src/lib/resources/images/bso_icons/72454.png b/src/lib/resources/images/bso_icons/72454.png new file mode 100644 index 00000000000..77e69d4fc43 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72454.png differ diff --git a/src/lib/resources/images/bso_icons/72455.png b/src/lib/resources/images/bso_icons/72455.png new file mode 100644 index 00000000000..23e77a81b70 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72455.png differ diff --git a/src/lib/resources/images/bso_icons/72456.png b/src/lib/resources/images/bso_icons/72456.png new file mode 100644 index 00000000000..1ed1665e6c1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72456.png differ diff --git a/src/lib/resources/images/bso_icons/72457.png b/src/lib/resources/images/bso_icons/72457.png new file mode 100644 index 00000000000..0c17503da2f Binary files /dev/null and b/src/lib/resources/images/bso_icons/72457.png differ diff --git a/src/lib/resources/images/bso_icons/72458.png b/src/lib/resources/images/bso_icons/72458.png new file mode 100644 index 00000000000..02d2d6d24d7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72458.png differ diff --git a/src/lib/resources/images/bso_icons/72459.png b/src/lib/resources/images/bso_icons/72459.png new file mode 100644 index 00000000000..51a0fd8b287 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72459.png differ diff --git a/src/lib/resources/images/bso_icons/72460.png b/src/lib/resources/images/bso_icons/72460.png new file mode 100644 index 00000000000..3e6e3c3e7fa Binary files /dev/null and b/src/lib/resources/images/bso_icons/72460.png differ diff --git a/src/lib/resources/images/bso_icons/72461.png b/src/lib/resources/images/bso_icons/72461.png new file mode 100644 index 00000000000..1dc323d00a0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/72461.png differ diff --git a/src/lib/resources/images/bso_icons/72462.png b/src/lib/resources/images/bso_icons/72462.png new file mode 100644 index 00000000000..9eab315ee8f Binary files /dev/null and b/src/lib/resources/images/bso_icons/72462.png differ diff --git a/src/lib/resources/images/bso_icons/72463.png b/src/lib/resources/images/bso_icons/72463.png new file mode 100644 index 00000000000..f49fddeed3d Binary files /dev/null and b/src/lib/resources/images/bso_icons/72463.png differ diff --git a/src/lib/resources/images/bso_icons/73000.png b/src/lib/resources/images/bso_icons/73000.png new file mode 100644 index 00000000000..3ba3e2e1cfe Binary files /dev/null and b/src/lib/resources/images/bso_icons/73000.png differ diff --git a/src/lib/resources/images/bso_icons/73001.png b/src/lib/resources/images/bso_icons/73001.png new file mode 100644 index 00000000000..120c91baee6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73001.png differ diff --git a/src/lib/resources/images/bso_icons/73002.png b/src/lib/resources/images/bso_icons/73002.png new file mode 100644 index 00000000000..fd3fc7174df Binary files /dev/null and b/src/lib/resources/images/bso_icons/73002.png differ diff --git a/src/lib/resources/images/bso_icons/73003.png b/src/lib/resources/images/bso_icons/73003.png new file mode 100644 index 00000000000..040a53b9786 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73003.png differ diff --git a/src/lib/resources/images/bso_icons/73004.png b/src/lib/resources/images/bso_icons/73004.png new file mode 100644 index 00000000000..d74570c695e Binary files /dev/null and b/src/lib/resources/images/bso_icons/73004.png differ diff --git a/src/lib/resources/images/bso_icons/73005.png b/src/lib/resources/images/bso_icons/73005.png new file mode 100644 index 00000000000..d9e5e377092 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73005.png differ diff --git a/src/lib/resources/images/bso_icons/73006.png b/src/lib/resources/images/bso_icons/73006.png new file mode 100644 index 00000000000..18b7194b7ff Binary files /dev/null and b/src/lib/resources/images/bso_icons/73006.png differ diff --git a/src/lib/resources/images/bso_icons/73007.png b/src/lib/resources/images/bso_icons/73007.png new file mode 100644 index 00000000000..de80202123b Binary files /dev/null and b/src/lib/resources/images/bso_icons/73007.png differ diff --git a/src/lib/resources/images/bso_icons/73008.png b/src/lib/resources/images/bso_icons/73008.png new file mode 100644 index 00000000000..739cec60dd8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73008.png differ diff --git a/src/lib/resources/images/bso_icons/73009.png b/src/lib/resources/images/bso_icons/73009.png new file mode 100644 index 00000000000..4f101ccda3e Binary files /dev/null and b/src/lib/resources/images/bso_icons/73009.png differ diff --git a/src/lib/resources/images/bso_icons/73010.png b/src/lib/resources/images/bso_icons/73010.png new file mode 100644 index 00000000000..d0e75687cf7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73010.png differ diff --git a/src/lib/resources/images/bso_icons/73011.png b/src/lib/resources/images/bso_icons/73011.png new file mode 100644 index 00000000000..d1822e42c79 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73011.png differ diff --git a/src/lib/resources/images/bso_icons/73012.png b/src/lib/resources/images/bso_icons/73012.png new file mode 100644 index 00000000000..9e1d7b23c17 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73012.png differ diff --git a/src/lib/resources/images/bso_icons/73013.png b/src/lib/resources/images/bso_icons/73013.png new file mode 100644 index 00000000000..87487eb597a Binary files /dev/null and b/src/lib/resources/images/bso_icons/73013.png differ diff --git a/src/lib/resources/images/bso_icons/73014.png b/src/lib/resources/images/bso_icons/73014.png new file mode 100644 index 00000000000..9034c72178c Binary files /dev/null and b/src/lib/resources/images/bso_icons/73014.png differ diff --git a/src/lib/resources/images/bso_icons/73015.png b/src/lib/resources/images/bso_icons/73015.png new file mode 100644 index 00000000000..7f3d7aaf7f9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73015.png differ diff --git a/src/lib/resources/images/bso_icons/73016.png b/src/lib/resources/images/bso_icons/73016.png new file mode 100644 index 00000000000..fe48c329c6b Binary files /dev/null and b/src/lib/resources/images/bso_icons/73016.png differ diff --git a/src/lib/resources/images/bso_icons/73017.png b/src/lib/resources/images/bso_icons/73017.png new file mode 100644 index 00000000000..ef163ffc629 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73017.png differ diff --git a/src/lib/resources/images/bso_icons/73018.png b/src/lib/resources/images/bso_icons/73018.png new file mode 100644 index 00000000000..7bee69569c3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73018.png differ diff --git a/src/lib/resources/images/bso_icons/73019.png b/src/lib/resources/images/bso_icons/73019.png new file mode 100644 index 00000000000..68a1815e350 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73019.png differ diff --git a/src/lib/resources/images/bso_icons/73020.png b/src/lib/resources/images/bso_icons/73020.png new file mode 100644 index 00000000000..f0c6d667212 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73020.png differ diff --git a/src/lib/resources/images/bso_icons/73021.png b/src/lib/resources/images/bso_icons/73021.png new file mode 100644 index 00000000000..3068b0f7311 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73021.png differ diff --git a/src/lib/resources/images/bso_icons/73022.png b/src/lib/resources/images/bso_icons/73022.png new file mode 100644 index 00000000000..524ac2a8dc3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73022.png differ diff --git a/src/lib/resources/images/bso_icons/73023.png b/src/lib/resources/images/bso_icons/73023.png new file mode 100644 index 00000000000..52b0df69c94 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73023.png differ diff --git a/src/lib/resources/images/bso_icons/73024.png b/src/lib/resources/images/bso_icons/73024.png new file mode 100644 index 00000000000..561110715b6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73024.png differ diff --git a/src/lib/resources/images/bso_icons/73025.png b/src/lib/resources/images/bso_icons/73025.png new file mode 100644 index 00000000000..df142b50ac1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73025.png differ diff --git a/src/lib/resources/images/bso_icons/73026.png b/src/lib/resources/images/bso_icons/73026.png new file mode 100644 index 00000000000..3c75c02b546 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73026.png differ diff --git a/src/lib/resources/images/bso_icons/73027.png b/src/lib/resources/images/bso_icons/73027.png new file mode 100644 index 00000000000..d4deaf8e5f0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73027.png differ diff --git a/src/lib/resources/images/bso_icons/73028.png b/src/lib/resources/images/bso_icons/73028.png new file mode 100644 index 00000000000..0a3bd8bd9e5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73028.png differ diff --git a/src/lib/resources/images/bso_icons/73029.png b/src/lib/resources/images/bso_icons/73029.png new file mode 100644 index 00000000000..ebbe3aa33e7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73029.png differ diff --git a/src/lib/resources/images/bso_icons/73030.png b/src/lib/resources/images/bso_icons/73030.png new file mode 100644 index 00000000000..8167e758585 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73030.png differ diff --git a/src/lib/resources/images/bso_icons/73031.png b/src/lib/resources/images/bso_icons/73031.png new file mode 100644 index 00000000000..8b0e1a1be4d Binary files /dev/null and b/src/lib/resources/images/bso_icons/73031.png differ diff --git a/src/lib/resources/images/bso_icons/73032.png b/src/lib/resources/images/bso_icons/73032.png new file mode 100644 index 00000000000..d0de17c08e4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73032.png differ diff --git a/src/lib/resources/images/bso_icons/73033.png b/src/lib/resources/images/bso_icons/73033.png new file mode 100644 index 00000000000..7a902cdd2d2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73033.png differ diff --git a/src/lib/resources/images/bso_icons/73034.png b/src/lib/resources/images/bso_icons/73034.png new file mode 100644 index 00000000000..d37497208a9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73034.png differ diff --git a/src/lib/resources/images/bso_icons/73035.png b/src/lib/resources/images/bso_icons/73035.png new file mode 100644 index 00000000000..5006bce7c9a Binary files /dev/null and b/src/lib/resources/images/bso_icons/73035.png differ diff --git a/src/lib/resources/images/bso_icons/73036.png b/src/lib/resources/images/bso_icons/73036.png new file mode 100644 index 00000000000..dea22ff485e Binary files /dev/null and b/src/lib/resources/images/bso_icons/73036.png differ diff --git a/src/lib/resources/images/bso_icons/73037.png b/src/lib/resources/images/bso_icons/73037.png new file mode 100644 index 00000000000..b33f0df49a5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73037.png differ diff --git a/src/lib/resources/images/bso_icons/73038.png b/src/lib/resources/images/bso_icons/73038.png new file mode 100644 index 00000000000..1ed4546a050 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73038.png differ diff --git a/src/lib/resources/images/bso_icons/73039.png b/src/lib/resources/images/bso_icons/73039.png new file mode 100644 index 00000000000..6970d17921b Binary files /dev/null and b/src/lib/resources/images/bso_icons/73039.png differ diff --git a/src/lib/resources/images/bso_icons/73040.png b/src/lib/resources/images/bso_icons/73040.png new file mode 100644 index 00000000000..cf6f55c2640 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73040.png differ diff --git a/src/lib/resources/images/bso_icons/73041.png b/src/lib/resources/images/bso_icons/73041.png new file mode 100644 index 00000000000..79e105d2c83 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73041.png differ diff --git a/src/lib/resources/images/bso_icons/73042.png b/src/lib/resources/images/bso_icons/73042.png new file mode 100644 index 00000000000..c1e26d7d518 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73042.png differ diff --git a/src/lib/resources/images/bso_icons/73043.png b/src/lib/resources/images/bso_icons/73043.png new file mode 100644 index 00000000000..b7561df6706 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73043.png differ diff --git a/src/lib/resources/images/bso_icons/73044.png b/src/lib/resources/images/bso_icons/73044.png new file mode 100644 index 00000000000..35dcb491a25 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73044.png differ diff --git a/src/lib/resources/images/bso_icons/73045.png b/src/lib/resources/images/bso_icons/73045.png new file mode 100644 index 00000000000..e5ff3298848 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73045.png differ diff --git a/src/lib/resources/images/bso_icons/73046.png b/src/lib/resources/images/bso_icons/73046.png new file mode 100644 index 00000000000..3c75c02b546 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73046.png differ diff --git a/src/lib/resources/images/bso_icons/73047.png b/src/lib/resources/images/bso_icons/73047.png new file mode 100644 index 00000000000..8317fa64adb Binary files /dev/null and b/src/lib/resources/images/bso_icons/73047.png differ diff --git a/src/lib/resources/images/bso_icons/73048.png b/src/lib/resources/images/bso_icons/73048.png new file mode 100644 index 00000000000..ad7265bd36e Binary files /dev/null and b/src/lib/resources/images/bso_icons/73048.png differ diff --git a/src/lib/resources/images/bso_icons/73049.png b/src/lib/resources/images/bso_icons/73049.png new file mode 100644 index 00000000000..d9a694a9abb Binary files /dev/null and b/src/lib/resources/images/bso_icons/73049.png differ diff --git a/src/lib/resources/images/bso_icons/73050.png b/src/lib/resources/images/bso_icons/73050.png new file mode 100644 index 00000000000..cff07061f02 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73050.png differ diff --git a/src/lib/resources/images/bso_icons/73051.png b/src/lib/resources/images/bso_icons/73051.png new file mode 100644 index 00000000000..5a84639d97e Binary files /dev/null and b/src/lib/resources/images/bso_icons/73051.png differ diff --git a/src/lib/resources/images/bso_icons/73052.png b/src/lib/resources/images/bso_icons/73052.png new file mode 100644 index 00000000000..5056a576634 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73052.png differ diff --git a/src/lib/resources/images/bso_icons/73053.png b/src/lib/resources/images/bso_icons/73053.png new file mode 100644 index 00000000000..5d5c46a3aeb Binary files /dev/null and b/src/lib/resources/images/bso_icons/73053.png differ diff --git a/src/lib/resources/images/bso_icons/73054.png b/src/lib/resources/images/bso_icons/73054.png new file mode 100644 index 00000000000..80e1b614ecd Binary files /dev/null and b/src/lib/resources/images/bso_icons/73054.png differ diff --git a/src/lib/resources/images/bso_icons/73055.png b/src/lib/resources/images/bso_icons/73055.png new file mode 100644 index 00000000000..7ef35bab851 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73055.png differ diff --git a/src/lib/resources/images/bso_icons/73056.png b/src/lib/resources/images/bso_icons/73056.png new file mode 100644 index 00000000000..df568ad14db Binary files /dev/null and b/src/lib/resources/images/bso_icons/73056.png differ diff --git a/src/lib/resources/images/bso_icons/73057.png b/src/lib/resources/images/bso_icons/73057.png new file mode 100644 index 00000000000..7f4052f0f55 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73057.png differ diff --git a/src/lib/resources/images/bso_icons/73058.png b/src/lib/resources/images/bso_icons/73058.png new file mode 100644 index 00000000000..35fc9756fd1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73058.png differ diff --git a/src/lib/resources/images/bso_icons/73059.png b/src/lib/resources/images/bso_icons/73059.png new file mode 100644 index 00000000000..d58237a2b23 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73059.png differ diff --git a/src/lib/resources/images/bso_icons/73060.png b/src/lib/resources/images/bso_icons/73060.png new file mode 100644 index 00000000000..9b43e0abb49 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73060.png differ diff --git a/src/lib/resources/images/bso_icons/73061.png b/src/lib/resources/images/bso_icons/73061.png new file mode 100644 index 00000000000..2c34cb104bd Binary files /dev/null and b/src/lib/resources/images/bso_icons/73061.png differ diff --git a/src/lib/resources/images/bso_icons/73062.png b/src/lib/resources/images/bso_icons/73062.png new file mode 100644 index 00000000000..40286486e6c Binary files /dev/null and b/src/lib/resources/images/bso_icons/73062.png differ diff --git a/src/lib/resources/images/bso_icons/73063.png b/src/lib/resources/images/bso_icons/73063.png new file mode 100644 index 00000000000..80c4f51d1e0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73063.png differ diff --git a/src/lib/resources/images/bso_icons/73064.png b/src/lib/resources/images/bso_icons/73064.png new file mode 100644 index 00000000000..b32f0480b92 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73064.png differ diff --git a/src/lib/resources/images/bso_icons/73065.png b/src/lib/resources/images/bso_icons/73065.png new file mode 100644 index 00000000000..e31b80e9871 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73065.png differ diff --git a/src/lib/resources/images/bso_icons/73066.png b/src/lib/resources/images/bso_icons/73066.png new file mode 100644 index 00000000000..0be3942f33e Binary files /dev/null and b/src/lib/resources/images/bso_icons/73066.png differ diff --git a/src/lib/resources/images/bso_icons/73067.png b/src/lib/resources/images/bso_icons/73067.png new file mode 100644 index 00000000000..262250a67d4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73067.png differ diff --git a/src/lib/resources/images/bso_icons/73068.png b/src/lib/resources/images/bso_icons/73068.png new file mode 100644 index 00000000000..2e736c6e23d Binary files /dev/null and b/src/lib/resources/images/bso_icons/73068.png differ diff --git a/src/lib/resources/images/bso_icons/73069.png b/src/lib/resources/images/bso_icons/73069.png new file mode 100644 index 00000000000..322f75c5958 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73069.png differ diff --git a/src/lib/resources/images/bso_icons/73070.png b/src/lib/resources/images/bso_icons/73070.png new file mode 100644 index 00000000000..2045e110894 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73070.png differ diff --git a/src/lib/resources/images/bso_icons/73071.png b/src/lib/resources/images/bso_icons/73071.png new file mode 100644 index 00000000000..c4ab0851587 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73071.png differ diff --git a/src/lib/resources/images/bso_icons/73072.png b/src/lib/resources/images/bso_icons/73072.png new file mode 100644 index 00000000000..bb56846bbb5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73072.png differ diff --git a/src/lib/resources/images/bso_icons/73073.png b/src/lib/resources/images/bso_icons/73073.png new file mode 100644 index 00000000000..777753141af Binary files /dev/null and b/src/lib/resources/images/bso_icons/73073.png differ diff --git a/src/lib/resources/images/bso_icons/73074.png b/src/lib/resources/images/bso_icons/73074.png new file mode 100644 index 00000000000..c9890b50edb Binary files /dev/null and b/src/lib/resources/images/bso_icons/73074.png differ diff --git a/src/lib/resources/images/bso_icons/73075.png b/src/lib/resources/images/bso_icons/73075.png new file mode 100644 index 00000000000..1c10e417147 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73075.png differ diff --git a/src/lib/resources/images/bso_icons/73076.png b/src/lib/resources/images/bso_icons/73076.png new file mode 100644 index 00000000000..d8b70fb7d57 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73076.png differ diff --git a/src/lib/resources/images/bso_icons/73077.png b/src/lib/resources/images/bso_icons/73077.png new file mode 100644 index 00000000000..ab14fdcefd1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73077.png differ diff --git a/src/lib/resources/images/bso_icons/73078.png b/src/lib/resources/images/bso_icons/73078.png new file mode 100644 index 00000000000..c09f6ef2110 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73078.png differ diff --git a/src/lib/resources/images/bso_icons/73079.png b/src/lib/resources/images/bso_icons/73079.png new file mode 100644 index 00000000000..f58ab690ad0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73079.png differ diff --git a/src/lib/resources/images/bso_icons/73080.png b/src/lib/resources/images/bso_icons/73080.png new file mode 100644 index 00000000000..1791e8de2b5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73080.png differ diff --git a/src/lib/resources/images/bso_icons/73081.png b/src/lib/resources/images/bso_icons/73081.png new file mode 100644 index 00000000000..10ddf004b60 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73081.png differ diff --git a/src/lib/resources/images/bso_icons/73082.png b/src/lib/resources/images/bso_icons/73082.png new file mode 100644 index 00000000000..57b8049286a Binary files /dev/null and b/src/lib/resources/images/bso_icons/73082.png differ diff --git a/src/lib/resources/images/bso_icons/73083.png b/src/lib/resources/images/bso_icons/73083.png new file mode 100644 index 00000000000..480f4101db2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73083.png differ diff --git a/src/lib/resources/images/bso_icons/73084.png b/src/lib/resources/images/bso_icons/73084.png new file mode 100644 index 00000000000..9fd7ea95645 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73084.png differ diff --git a/src/lib/resources/images/bso_icons/73085.png b/src/lib/resources/images/bso_icons/73085.png new file mode 100644 index 00000000000..b2a9231fad8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73085.png differ diff --git a/src/lib/resources/images/bso_icons/73086.png b/src/lib/resources/images/bso_icons/73086.png new file mode 100644 index 00000000000..188328d0c7a Binary files /dev/null and b/src/lib/resources/images/bso_icons/73086.png differ diff --git a/src/lib/resources/images/bso_icons/73087.png b/src/lib/resources/images/bso_icons/73087.png new file mode 100644 index 00000000000..c884a79db88 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73087.png differ diff --git a/src/lib/resources/images/bso_icons/73088.png b/src/lib/resources/images/bso_icons/73088.png new file mode 100644 index 00000000000..06c7fb98e43 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73088.png differ diff --git a/src/lib/resources/images/bso_icons/73089.png b/src/lib/resources/images/bso_icons/73089.png new file mode 100644 index 00000000000..2384f639cb7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73089.png differ diff --git a/src/lib/resources/images/bso_icons/73090.png b/src/lib/resources/images/bso_icons/73090.png new file mode 100644 index 00000000000..936becb67fd Binary files /dev/null and b/src/lib/resources/images/bso_icons/73090.png differ diff --git a/src/lib/resources/images/bso_icons/73091.png b/src/lib/resources/images/bso_icons/73091.png new file mode 100644 index 00000000000..1dbd314d2e9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73091.png differ diff --git a/src/lib/resources/images/bso_icons/73092.png b/src/lib/resources/images/bso_icons/73092.png new file mode 100644 index 00000000000..13ac1f04bf7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73092.png differ diff --git a/src/lib/resources/images/bso_icons/73093.png b/src/lib/resources/images/bso_icons/73093.png new file mode 100644 index 00000000000..adee7bbcb05 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73093.png differ diff --git a/src/lib/resources/images/bso_icons/73094.png b/src/lib/resources/images/bso_icons/73094.png new file mode 100644 index 00000000000..1dc5f250a10 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73094.png differ diff --git a/src/lib/resources/images/bso_icons/73095.png b/src/lib/resources/images/bso_icons/73095.png new file mode 100644 index 00000000000..b5cfb89f070 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73095.png differ diff --git a/src/lib/resources/images/bso_icons/73096.png b/src/lib/resources/images/bso_icons/73096.png new file mode 100644 index 00000000000..d0b4a22268c Binary files /dev/null and b/src/lib/resources/images/bso_icons/73096.png differ diff --git a/src/lib/resources/images/bso_icons/73097.png b/src/lib/resources/images/bso_icons/73097.png new file mode 100644 index 00000000000..07d9b5154d5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73097.png differ diff --git a/src/lib/resources/images/bso_icons/73098.png b/src/lib/resources/images/bso_icons/73098.png new file mode 100644 index 00000000000..d0011e9126f Binary files /dev/null and b/src/lib/resources/images/bso_icons/73098.png differ diff --git a/src/lib/resources/images/bso_icons/73099.png b/src/lib/resources/images/bso_icons/73099.png new file mode 100644 index 00000000000..f6772d6af07 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73099.png differ diff --git a/src/lib/resources/images/bso_icons/73100.png b/src/lib/resources/images/bso_icons/73100.png new file mode 100644 index 00000000000..792bb661852 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73100.png differ diff --git a/src/lib/resources/images/bso_icons/73101.png b/src/lib/resources/images/bso_icons/73101.png new file mode 100644 index 00000000000..2ed7fd5d90a Binary files /dev/null and b/src/lib/resources/images/bso_icons/73101.png differ diff --git a/src/lib/resources/images/bso_icons/73102.png b/src/lib/resources/images/bso_icons/73102.png new file mode 100644 index 00000000000..cdb697133b5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73102.png differ diff --git a/src/lib/resources/images/bso_icons/73103.png b/src/lib/resources/images/bso_icons/73103.png new file mode 100644 index 00000000000..226307aff08 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73103.png differ diff --git a/src/lib/resources/images/bso_icons/73104.png b/src/lib/resources/images/bso_icons/73104.png new file mode 100644 index 00000000000..ad579ceb76f Binary files /dev/null and b/src/lib/resources/images/bso_icons/73104.png differ diff --git a/src/lib/resources/images/bso_icons/73105.png b/src/lib/resources/images/bso_icons/73105.png new file mode 100644 index 00000000000..bcc5f589eae Binary files /dev/null and b/src/lib/resources/images/bso_icons/73105.png differ diff --git a/src/lib/resources/images/bso_icons/73106.png b/src/lib/resources/images/bso_icons/73106.png new file mode 100644 index 00000000000..bd704726256 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73106.png differ diff --git a/src/lib/resources/images/bso_icons/73107.png b/src/lib/resources/images/bso_icons/73107.png new file mode 100644 index 00000000000..a1a9215b407 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73107.png differ diff --git a/src/lib/resources/images/bso_icons/73109.png b/src/lib/resources/images/bso_icons/73109.png new file mode 100644 index 00000000000..b669c7a42d3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73109.png differ diff --git a/src/lib/resources/images/bso_icons/73110.png b/src/lib/resources/images/bso_icons/73110.png new file mode 100644 index 00000000000..b9114a4c27b Binary files /dev/null and b/src/lib/resources/images/bso_icons/73110.png differ diff --git a/src/lib/resources/images/bso_icons/73111.png b/src/lib/resources/images/bso_icons/73111.png new file mode 100644 index 00000000000..6f05cec2ca5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73111.png differ diff --git a/src/lib/resources/images/bso_icons/73112.png b/src/lib/resources/images/bso_icons/73112.png new file mode 100644 index 00000000000..5590b42e640 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73112.png differ diff --git a/src/lib/resources/images/bso_icons/73113.png b/src/lib/resources/images/bso_icons/73113.png new file mode 100644 index 00000000000..49017b538d4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73113.png differ diff --git a/src/lib/resources/images/bso_icons/73114.png b/src/lib/resources/images/bso_icons/73114.png new file mode 100644 index 00000000000..ab763549d71 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73114.png differ diff --git a/src/lib/resources/images/bso_icons/73115.png b/src/lib/resources/images/bso_icons/73115.png new file mode 100644 index 00000000000..13b5242bad6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73115.png differ diff --git a/src/lib/resources/images/bso_icons/73116.png b/src/lib/resources/images/bso_icons/73116.png new file mode 100644 index 00000000000..6a6e0ffa580 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73116.png differ diff --git a/src/lib/resources/images/bso_icons/73117.png b/src/lib/resources/images/bso_icons/73117.png new file mode 100644 index 00000000000..7c2b055f945 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73117.png differ diff --git a/src/lib/resources/images/bso_icons/73118.png b/src/lib/resources/images/bso_icons/73118.png new file mode 100644 index 00000000000..756b50b2fe1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73118.png differ diff --git a/src/lib/resources/images/bso_icons/73119.png b/src/lib/resources/images/bso_icons/73119.png new file mode 100644 index 00000000000..5867beb64ac Binary files /dev/null and b/src/lib/resources/images/bso_icons/73119.png differ diff --git a/src/lib/resources/images/bso_icons/73120.png b/src/lib/resources/images/bso_icons/73120.png new file mode 100644 index 00000000000..de0b74be04e Binary files /dev/null and b/src/lib/resources/images/bso_icons/73120.png differ diff --git a/src/lib/resources/images/bso_icons/73121.png b/src/lib/resources/images/bso_icons/73121.png new file mode 100644 index 00000000000..11b0148ea8e Binary files /dev/null and b/src/lib/resources/images/bso_icons/73121.png differ diff --git a/src/lib/resources/images/bso_icons/73122.png b/src/lib/resources/images/bso_icons/73122.png new file mode 100644 index 00000000000..8bb08aca790 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73122.png differ diff --git a/src/lib/resources/images/bso_icons/73123.png b/src/lib/resources/images/bso_icons/73123.png new file mode 100644 index 00000000000..ca62c14294d Binary files /dev/null and b/src/lib/resources/images/bso_icons/73123.png differ diff --git a/src/lib/resources/images/bso_icons/73124.png b/src/lib/resources/images/bso_icons/73124.png new file mode 100644 index 00000000000..c8db0bd4c34 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73124.png differ diff --git a/src/lib/resources/images/bso_icons/73125.png b/src/lib/resources/images/bso_icons/73125.png new file mode 100644 index 00000000000..3e08627df0b Binary files /dev/null and b/src/lib/resources/images/bso_icons/73125.png differ diff --git a/src/lib/resources/images/bso_icons/73126.png b/src/lib/resources/images/bso_icons/73126.png new file mode 100644 index 00000000000..5b756721088 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73126.png differ diff --git a/src/lib/resources/images/bso_icons/73127.png b/src/lib/resources/images/bso_icons/73127.png new file mode 100644 index 00000000000..dbe67ea06b4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73127.png differ diff --git a/src/lib/resources/images/bso_icons/73128.png b/src/lib/resources/images/bso_icons/73128.png new file mode 100644 index 00000000000..cb321be269e Binary files /dev/null and b/src/lib/resources/images/bso_icons/73128.png differ diff --git a/src/lib/resources/images/bso_icons/73129.png b/src/lib/resources/images/bso_icons/73129.png new file mode 100644 index 00000000000..3f51848cab3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73129.png differ diff --git a/src/lib/resources/images/bso_icons/73130.png b/src/lib/resources/images/bso_icons/73130.png new file mode 100644 index 00000000000..1c4b2a2b6f4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73130.png differ diff --git a/src/lib/resources/images/bso_icons/73131.png b/src/lib/resources/images/bso_icons/73131.png new file mode 100644 index 00000000000..4723930fd6a Binary files /dev/null and b/src/lib/resources/images/bso_icons/73131.png differ diff --git a/src/lib/resources/images/bso_icons/73132.png b/src/lib/resources/images/bso_icons/73132.png new file mode 100644 index 00000000000..e7dcfad47e5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73132.png differ diff --git a/src/lib/resources/images/bso_icons/73133.png b/src/lib/resources/images/bso_icons/73133.png new file mode 100644 index 00000000000..7cb78425a8a Binary files /dev/null and b/src/lib/resources/images/bso_icons/73133.png differ diff --git a/src/lib/resources/images/bso_icons/73134.png b/src/lib/resources/images/bso_icons/73134.png new file mode 100644 index 00000000000..fd5e999f3af Binary files /dev/null and b/src/lib/resources/images/bso_icons/73134.png differ diff --git a/src/lib/resources/images/bso_icons/73135.png b/src/lib/resources/images/bso_icons/73135.png new file mode 100644 index 00000000000..b643a7bf998 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73135.png differ diff --git a/src/lib/resources/images/bso_icons/73136.png b/src/lib/resources/images/bso_icons/73136.png new file mode 100644 index 00000000000..c5b869ef8a4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73136.png differ diff --git a/src/lib/resources/images/bso_icons/73137.png b/src/lib/resources/images/bso_icons/73137.png new file mode 100644 index 00000000000..86564ec92e5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73137.png differ diff --git a/src/lib/resources/images/bso_icons/73138.png b/src/lib/resources/images/bso_icons/73138.png new file mode 100644 index 00000000000..6655b841639 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73138.png differ diff --git a/src/lib/resources/images/bso_icons/73139.png b/src/lib/resources/images/bso_icons/73139.png new file mode 100644 index 00000000000..f9916e2bd18 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73139.png differ diff --git a/src/lib/resources/images/bso_icons/73140.png b/src/lib/resources/images/bso_icons/73140.png new file mode 100644 index 00000000000..9e898ae4c82 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73140.png differ diff --git a/src/lib/resources/images/bso_icons/73141.png b/src/lib/resources/images/bso_icons/73141.png new file mode 100644 index 00000000000..84fbf9540b0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73141.png differ diff --git a/src/lib/resources/images/bso_icons/73142.png b/src/lib/resources/images/bso_icons/73142.png new file mode 100644 index 00000000000..d39145c8e4a Binary files /dev/null and b/src/lib/resources/images/bso_icons/73142.png differ diff --git a/src/lib/resources/images/bso_icons/73143.png b/src/lib/resources/images/bso_icons/73143.png new file mode 100644 index 00000000000..e945829349c Binary files /dev/null and b/src/lib/resources/images/bso_icons/73143.png differ diff --git a/src/lib/resources/images/bso_icons/73144.png b/src/lib/resources/images/bso_icons/73144.png new file mode 100644 index 00000000000..3be92d64e2e Binary files /dev/null and b/src/lib/resources/images/bso_icons/73144.png differ diff --git a/src/lib/resources/images/bso_icons/73145.png b/src/lib/resources/images/bso_icons/73145.png new file mode 100644 index 00000000000..9c6ea17082b Binary files /dev/null and b/src/lib/resources/images/bso_icons/73145.png differ diff --git a/src/lib/resources/images/bso_icons/73146.png b/src/lib/resources/images/bso_icons/73146.png new file mode 100644 index 00000000000..d13ef44c47e Binary files /dev/null and b/src/lib/resources/images/bso_icons/73146.png differ diff --git a/src/lib/resources/images/bso_icons/73147.png b/src/lib/resources/images/bso_icons/73147.png new file mode 100644 index 00000000000..b87de6345e0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73147.png differ diff --git a/src/lib/resources/images/bso_icons/73148.png b/src/lib/resources/images/bso_icons/73148.png new file mode 100644 index 00000000000..265cfc17286 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73148.png differ diff --git a/src/lib/resources/images/bso_icons/73149.png b/src/lib/resources/images/bso_icons/73149.png new file mode 100644 index 00000000000..70f28574468 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73149.png differ diff --git a/src/lib/resources/images/bso_icons/73150.png b/src/lib/resources/images/bso_icons/73150.png new file mode 100644 index 00000000000..84e8d1d97d5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73150.png differ diff --git a/src/lib/resources/images/bso_icons/73151.png b/src/lib/resources/images/bso_icons/73151.png new file mode 100644 index 00000000000..ca1f9ae3a6b Binary files /dev/null and b/src/lib/resources/images/bso_icons/73151.png differ diff --git a/src/lib/resources/images/bso_icons/73152.png b/src/lib/resources/images/bso_icons/73152.png new file mode 100644 index 00000000000..89865dcf3b8 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73152.png differ diff --git a/src/lib/resources/images/bso_icons/73153.png b/src/lib/resources/images/bso_icons/73153.png new file mode 100644 index 00000000000..17ebd2ae3e9 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73153.png differ diff --git a/src/lib/resources/images/bso_icons/73154.png b/src/lib/resources/images/bso_icons/73154.png new file mode 100644 index 00000000000..a1c00daabf4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73154.png differ diff --git a/src/lib/resources/images/bso_icons/73155.png b/src/lib/resources/images/bso_icons/73155.png new file mode 100644 index 00000000000..68a98c7ea5e Binary files /dev/null and b/src/lib/resources/images/bso_icons/73155.png differ diff --git a/src/lib/resources/images/bso_icons/73156.png b/src/lib/resources/images/bso_icons/73156.png new file mode 100644 index 00000000000..2fe62681da0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73156.png differ diff --git a/src/lib/resources/images/bso_icons/73157.png b/src/lib/resources/images/bso_icons/73157.png new file mode 100644 index 00000000000..2fab46d66a6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73157.png differ diff --git a/src/lib/resources/images/bso_icons/73158.png b/src/lib/resources/images/bso_icons/73158.png new file mode 100644 index 00000000000..874fa651cc5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73158.png differ diff --git a/src/lib/resources/images/bso_icons/73159.png b/src/lib/resources/images/bso_icons/73159.png new file mode 100644 index 00000000000..1b6da17f50c Binary files /dev/null and b/src/lib/resources/images/bso_icons/73159.png differ diff --git a/src/lib/resources/images/bso_icons/73160.png b/src/lib/resources/images/bso_icons/73160.png new file mode 100644 index 00000000000..e6bb02af660 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73160.png differ diff --git a/src/lib/resources/images/bso_icons/73161.png b/src/lib/resources/images/bso_icons/73161.png new file mode 100644 index 00000000000..b06c5942afc Binary files /dev/null and b/src/lib/resources/images/bso_icons/73161.png differ diff --git a/src/lib/resources/images/bso_icons/73162.png b/src/lib/resources/images/bso_icons/73162.png new file mode 100644 index 00000000000..3c64d93cdd3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73162.png differ diff --git a/src/lib/resources/images/bso_icons/73163.png b/src/lib/resources/images/bso_icons/73163.png new file mode 100644 index 00000000000..b93457dea12 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73163.png differ diff --git a/src/lib/resources/images/bso_icons/73164.png b/src/lib/resources/images/bso_icons/73164.png new file mode 100644 index 00000000000..4fb6970122c Binary files /dev/null and b/src/lib/resources/images/bso_icons/73164.png differ diff --git a/src/lib/resources/images/bso_icons/73165.png b/src/lib/resources/images/bso_icons/73165.png new file mode 100644 index 00000000000..8f2ad121bc5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73165.png differ diff --git a/src/lib/resources/images/bso_icons/73166.png b/src/lib/resources/images/bso_icons/73166.png new file mode 100644 index 00000000000..e829cd742eb Binary files /dev/null and b/src/lib/resources/images/bso_icons/73166.png differ diff --git a/src/lib/resources/images/bso_icons/73167.png b/src/lib/resources/images/bso_icons/73167.png new file mode 100644 index 00000000000..433060ccafe Binary files /dev/null and b/src/lib/resources/images/bso_icons/73167.png differ diff --git a/src/lib/resources/images/bso_icons/73168.png b/src/lib/resources/images/bso_icons/73168.png new file mode 100644 index 00000000000..d63c12e769f Binary files /dev/null and b/src/lib/resources/images/bso_icons/73168.png differ diff --git a/src/lib/resources/images/bso_icons/73169.png b/src/lib/resources/images/bso_icons/73169.png new file mode 100644 index 00000000000..ac32d40dc69 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73169.png differ diff --git a/src/lib/resources/images/bso_icons/73170.png b/src/lib/resources/images/bso_icons/73170.png new file mode 100644 index 00000000000..c28ee6fd7e7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73170.png differ diff --git a/src/lib/resources/images/bso_icons/73171.png b/src/lib/resources/images/bso_icons/73171.png new file mode 100644 index 00000000000..de80e0bb716 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73171.png differ diff --git a/src/lib/resources/images/bso_icons/73172.png b/src/lib/resources/images/bso_icons/73172.png new file mode 100644 index 00000000000..29579d1b4da Binary files /dev/null and b/src/lib/resources/images/bso_icons/73172.png differ diff --git a/src/lib/resources/images/bso_icons/73173.png b/src/lib/resources/images/bso_icons/73173.png new file mode 100644 index 00000000000..5d153c01a50 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73173.png differ diff --git a/src/lib/resources/images/bso_icons/73174.png b/src/lib/resources/images/bso_icons/73174.png new file mode 100644 index 00000000000..c90f68e8a43 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73174.png differ diff --git a/src/lib/resources/images/bso_icons/73175.png b/src/lib/resources/images/bso_icons/73175.png new file mode 100644 index 00000000000..80c952e6940 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73175.png differ diff --git a/src/lib/resources/images/bso_icons/73176.png b/src/lib/resources/images/bso_icons/73176.png new file mode 100644 index 00000000000..ac16d0e1ddc Binary files /dev/null and b/src/lib/resources/images/bso_icons/73176.png differ diff --git a/src/lib/resources/images/bso_icons/73177.png b/src/lib/resources/images/bso_icons/73177.png new file mode 100644 index 00000000000..3240d10f155 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73177.png differ diff --git a/src/lib/resources/images/bso_icons/73178.png b/src/lib/resources/images/bso_icons/73178.png new file mode 100644 index 00000000000..b4370cf7ef5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73178.png differ diff --git a/src/lib/resources/images/bso_icons/73179.png b/src/lib/resources/images/bso_icons/73179.png new file mode 100644 index 00000000000..9b07badecaa Binary files /dev/null and b/src/lib/resources/images/bso_icons/73179.png differ diff --git a/src/lib/resources/images/bso_icons/73180.png b/src/lib/resources/images/bso_icons/73180.png new file mode 100644 index 00000000000..a4042614a01 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73180.png differ diff --git a/src/lib/resources/images/bso_icons/73181.png b/src/lib/resources/images/bso_icons/73181.png new file mode 100644 index 00000000000..b2b3a20d1e4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73181.png differ diff --git a/src/lib/resources/images/bso_icons/73182.png b/src/lib/resources/images/bso_icons/73182.png new file mode 100644 index 00000000000..f3cca1e1e79 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73182.png differ diff --git a/src/lib/resources/images/bso_icons/73185.png b/src/lib/resources/images/bso_icons/73185.png new file mode 100644 index 00000000000..193250345ad Binary files /dev/null and b/src/lib/resources/images/bso_icons/73185.png differ diff --git a/src/lib/resources/images/bso_icons/73186.png b/src/lib/resources/images/bso_icons/73186.png new file mode 100644 index 00000000000..376cb9540cd Binary files /dev/null and b/src/lib/resources/images/bso_icons/73186.png differ diff --git a/src/lib/resources/images/bso_icons/73187.png b/src/lib/resources/images/bso_icons/73187.png new file mode 100644 index 00000000000..2f5097a554e Binary files /dev/null and b/src/lib/resources/images/bso_icons/73187.png differ diff --git a/src/lib/resources/images/bso_icons/73188.png b/src/lib/resources/images/bso_icons/73188.png new file mode 100644 index 00000000000..23b5e3f4284 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73188.png differ diff --git a/src/lib/resources/images/bso_icons/73189.png b/src/lib/resources/images/bso_icons/73189.png new file mode 100644 index 00000000000..6a4db0ee0a7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73189.png differ diff --git a/src/lib/resources/images/bso_icons/73190.png b/src/lib/resources/images/bso_icons/73190.png new file mode 100644 index 00000000000..aaaafb41b11 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73190.png differ diff --git a/src/lib/resources/images/bso_icons/73191.png b/src/lib/resources/images/bso_icons/73191.png new file mode 100644 index 00000000000..9b6a25d2ace Binary files /dev/null and b/src/lib/resources/images/bso_icons/73191.png differ diff --git a/src/lib/resources/images/bso_icons/73192.png b/src/lib/resources/images/bso_icons/73192.png new file mode 100644 index 00000000000..e3b7b2b96a5 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73192.png differ diff --git a/src/lib/resources/images/bso_icons/73193.png b/src/lib/resources/images/bso_icons/73193.png new file mode 100644 index 00000000000..08a49a879b1 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73193.png differ diff --git a/src/lib/resources/images/bso_icons/73200.png b/src/lib/resources/images/bso_icons/73200.png new file mode 100644 index 00000000000..5cbefa45c87 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73200.png differ diff --git a/src/lib/resources/images/bso_icons/73201.png b/src/lib/resources/images/bso_icons/73201.png new file mode 100644 index 00000000000..e35de8360a6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73201.png differ diff --git a/src/lib/resources/images/bso_icons/73202.png b/src/lib/resources/images/bso_icons/73202.png new file mode 100644 index 00000000000..33a61b0010b Binary files /dev/null and b/src/lib/resources/images/bso_icons/73202.png differ diff --git a/src/lib/resources/images/bso_icons/73203.png b/src/lib/resources/images/bso_icons/73203.png new file mode 100644 index 00000000000..984cc5067e4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73203.png differ diff --git a/src/lib/resources/images/bso_icons/73204.png b/src/lib/resources/images/bso_icons/73204.png new file mode 100644 index 00000000000..3a131af8224 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73204.png differ diff --git a/src/lib/resources/images/bso_icons/73205.png b/src/lib/resources/images/bso_icons/73205.png new file mode 100644 index 00000000000..9ee0b10ca14 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73205.png differ diff --git a/src/lib/resources/images/bso_icons/73206.png b/src/lib/resources/images/bso_icons/73206.png new file mode 100644 index 00000000000..953d2352e41 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73206.png differ diff --git a/src/lib/resources/images/bso_icons/73207.png b/src/lib/resources/images/bso_icons/73207.png new file mode 100644 index 00000000000..438d4a95d15 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73207.png differ diff --git a/src/lib/resources/images/bso_icons/73208.png b/src/lib/resources/images/bso_icons/73208.png new file mode 100644 index 00000000000..9d1141614a0 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73208.png differ diff --git a/src/lib/resources/images/bso_icons/73209.png b/src/lib/resources/images/bso_icons/73209.png new file mode 100644 index 00000000000..7861aa9c7cb Binary files /dev/null and b/src/lib/resources/images/bso_icons/73209.png differ diff --git a/src/lib/resources/images/bso_icons/73210.png b/src/lib/resources/images/bso_icons/73210.png new file mode 100644 index 00000000000..0088cd25adc Binary files /dev/null and b/src/lib/resources/images/bso_icons/73210.png differ diff --git a/src/lib/resources/images/bso_icons/73211.png b/src/lib/resources/images/bso_icons/73211.png new file mode 100644 index 00000000000..93a4bc7ff8d Binary files /dev/null and b/src/lib/resources/images/bso_icons/73211.png differ diff --git a/src/lib/resources/images/bso_icons/73212.png b/src/lib/resources/images/bso_icons/73212.png new file mode 100644 index 00000000000..8fe3a8b1ea6 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73212.png differ diff --git a/src/lib/resources/images/bso_icons/73213.png b/src/lib/resources/images/bso_icons/73213.png new file mode 100644 index 00000000000..8abc62fb57d Binary files /dev/null and b/src/lib/resources/images/bso_icons/73213.png differ diff --git a/src/lib/resources/images/bso_icons/73214.png b/src/lib/resources/images/bso_icons/73214.png new file mode 100644 index 00000000000..4ce0d699cb3 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73214.png differ diff --git a/src/lib/resources/images/bso_icons/73215.png b/src/lib/resources/images/bso_icons/73215.png new file mode 100644 index 00000000000..f46aa770683 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73215.png differ diff --git a/src/lib/resources/images/bso_icons/73216.png b/src/lib/resources/images/bso_icons/73216.png new file mode 100644 index 00000000000..1cbfba3c975 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73216.png differ diff --git a/src/lib/resources/images/bso_icons/73217.png b/src/lib/resources/images/bso_icons/73217.png new file mode 100644 index 00000000000..1472b7b5567 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73217.png differ diff --git a/src/lib/resources/images/bso_icons/73218.png b/src/lib/resources/images/bso_icons/73218.png new file mode 100644 index 00000000000..5a833288059 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73218.png differ diff --git a/src/lib/resources/images/bso_icons/73219.png b/src/lib/resources/images/bso_icons/73219.png new file mode 100644 index 00000000000..f18290f1190 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73219.png differ diff --git a/src/lib/resources/images/bso_icons/73220.png b/src/lib/resources/images/bso_icons/73220.png new file mode 100644 index 00000000000..d0c6be0c32c Binary files /dev/null and b/src/lib/resources/images/bso_icons/73220.png differ diff --git a/src/lib/resources/images/bso_icons/73221.png b/src/lib/resources/images/bso_icons/73221.png new file mode 100644 index 00000000000..989b23511aa Binary files /dev/null and b/src/lib/resources/images/bso_icons/73221.png differ diff --git a/src/lib/resources/images/bso_icons/73222.png b/src/lib/resources/images/bso_icons/73222.png new file mode 100644 index 00000000000..45bf23710b7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73222.png differ diff --git a/src/lib/resources/images/bso_icons/73223.png b/src/lib/resources/images/bso_icons/73223.png new file mode 100644 index 00000000000..75de4fcfaae Binary files /dev/null and b/src/lib/resources/images/bso_icons/73223.png differ diff --git a/src/lib/resources/images/bso_icons/73224.png b/src/lib/resources/images/bso_icons/73224.png new file mode 100644 index 00000000000..bacc32ddc69 Binary files /dev/null and b/src/lib/resources/images/bso_icons/73224.png differ diff --git a/src/lib/resources/images/bso_icons/737.png b/src/lib/resources/images/bso_icons/737.png new file mode 100644 index 00000000000..afff8277b58 Binary files /dev/null and b/src/lib/resources/images/bso_icons/737.png differ diff --git a/src/lib/resources/images/bso_icons/758.png b/src/lib/resources/images/bso_icons/758.png new file mode 100644 index 00000000000..b4f9e418efe Binary files /dev/null and b/src/lib/resources/images/bso_icons/758.png differ diff --git a/src/lib/resources/images/bso_icons/759.png b/src/lib/resources/images/bso_icons/759.png new file mode 100644 index 00000000000..d707ba51003 Binary files /dev/null and b/src/lib/resources/images/bso_icons/759.png differ diff --git a/src/lib/resources/images/bso_icons/76.png b/src/lib/resources/images/bso_icons/76.png new file mode 100644 index 00000000000..080c67524b7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/76.png differ diff --git a/src/lib/resources/images/bso_icons/788.png b/src/lib/resources/images/bso_icons/788.png new file mode 100644 index 00000000000..1defdd198a7 Binary files /dev/null and b/src/lib/resources/images/bso_icons/788.png differ diff --git a/src/lib/resources/images/bso_icons/8441.png b/src/lib/resources/images/bso_icons/8441.png new file mode 100644 index 00000000000..1cee2a329f4 Binary files /dev/null and b/src/lib/resources/images/bso_icons/8441.png differ diff --git a/src/lib/resources/images/bso_icons/8871.png b/src/lib/resources/images/bso_icons/8871.png new file mode 100644 index 00000000000..007ecf5bb51 Binary files /dev/null and b/src/lib/resources/images/bso_icons/8871.png differ diff --git a/src/lib/resources/images/bso_icons/88888.png b/src/lib/resources/images/bso_icons/88888.png new file mode 100644 index 00000000000..08a2bc92a43 Binary files /dev/null and b/src/lib/resources/images/bso_icons/88888.png differ diff --git a/src/lib/resources/images/bso_icons/9057.png b/src/lib/resources/images/bso_icons/9057.png new file mode 100644 index 00000000000..3f1b12a0b52 Binary files /dev/null and b/src/lib/resources/images/bso_icons/9057.png differ diff --git a/src/lib/resources/images/bso_icons/9058.png b/src/lib/resources/images/bso_icons/9058.png new file mode 100644 index 00000000000..20e3d2ef129 Binary files /dev/null and b/src/lib/resources/images/bso_icons/9058.png differ diff --git a/src/lib/resources/images/bso_icons/9619.png b/src/lib/resources/images/bso_icons/9619.png new file mode 100644 index 00000000000..7433d1163b2 Binary files /dev/null and b/src/lib/resources/images/bso_icons/9619.png differ diff --git a/src/lib/resources/images/bso_icons/9620.png b/src/lib/resources/images/bso_icons/9620.png new file mode 100644 index 00000000000..32a49874e4d Binary files /dev/null and b/src/lib/resources/images/bso_icons/9620.png differ diff --git a/src/lib/resources/images/bso_icons/9654.png b/src/lib/resources/images/bso_icons/9654.png new file mode 100644 index 00000000000..b897793567e Binary files /dev/null and b/src/lib/resources/images/bso_icons/9654.png differ diff --git a/src/lib/resources/images/bso_icons/983.png b/src/lib/resources/images/bso_icons/983.png new file mode 100644 index 00000000000..1b67005e377 Binary files /dev/null and b/src/lib/resources/images/bso_icons/983.png differ diff --git a/src/lib/resources/images/bso_spritesheet.json b/src/lib/resources/images/bso_spritesheet.json new file mode 100644 index 00000000000..d4ef3e07950 --- /dev/null +++ b/src/lib/resources/images/bso_spritesheet.json @@ -0,0 +1,1627 @@ +{ + "76": [456, 461, 33, 26], + "244": [132, 461, 34, 27], + "432": [1030, 245, 22, 28], + "472": [538, 695, 31, 25], + "474": [742, 28, 28, 29], + "476": [312, 695, 32, 26], + "478": [1007, 658, 21, 28], + "500": [982, 594, 19, 35], + "506": [789, 855, 29, 23], + "508": [381, 548, 32, 28], + "516": [659, 1011, 29, 17], + "601": [1030, 443, 21, 29], + "605": [609, 750, 30, 26], + "709": [729, 750, 30, 26], + "737": [230, 105, 31, 36], + "758": [1007, 882, 21, 28], + "759": [1133, 773, 19, 25], + "788": [1091, 831, 16, 28], + "983": [712, 932, 26, 25], + "1579": [108, 148, 36, 32], + "1808": [392, 0, 29, 34], + "1809": [392, 68, 27, 36], + "1810": [170, 309, 35, 27], + "2404": [1111, 886, 17, 30], + "2409": [881, 190, 26, 28], + "2423": [296, 256, 31, 21], + "2832": [684, 0, 28, 30], + "2834": [684, 399, 28, 29], + "2836": [125, 548, 32, 28], + "2838": [28, 880, 28, 26], + "3062": [881, 218, 26, 28], + "3454": [264, 67, 32, 32], + "3469": [421, 224, 26, 36], + "3713": [881, 246, 26, 28], + "3714": [100, 309, 35, 28], + "4149": [194, 64, 36, 32], + "4272": [1111, 418, 17, 31], + "4273": [205, 722, 30, 27], + "5020": [194, 128, 36, 32], + "5021": [0, 181, 36, 32], + "5507": [513, 0, 26, 35], + "6199": [881, 582, 26, 28], + "6741": [296, 192, 32, 32], + "6796": [36, 181, 36, 32], + "8441": [159, 35, 35, 35], + "8871": [128, 277, 32, 32], + "9057": [145, 181, 37, 31], + "9058": [712, 565, 22, 38], + "9619": [1091, 1021, 19, 23], + "9620": [194, 160, 35, 21], + "9654": [299, 577, 30, 29], + "10092": [290, 638, 30, 28], + "10329": [288, 803, 33, 22], + "11157": [36, 148, 36, 32], + "11196": [348, 1011, 26, 22], + "12592": [0, 906, 27, 26], + "12594": [483, 435, 30, 26], + "13345": [72, 148, 36, 32], + "19567": [672, 803, 31, 22], + "19837": [0, 519, 31, 29], + "19838": [364, 828, 29, 26], + "19839": [571, 548, 27, 28], + "19939": [881, 162, 26, 28], + "21313": [328, 135, 32, 31], + "21642": [144, 148, 36, 32], + "21807": [0, 880, 28, 26], + "22320": [194, 0, 36, 32], + "22949": [392, 200, 25, 37], + "23516": [194, 32, 36, 32], + "24199": [93, 548, 32, 28], + "24210": [880, 880, 28, 24], + "24212": [956, 189, 25, 28], + "24214": [829, 0, 27, 28], + "40000": [934, 459, 18, 32], + "40001": [934, 491, 18, 32], + "40002": [934, 523, 18, 32], + "40003": [934, 555, 18, 32], + "40004": [934, 587, 18, 32], + "40005": [934, 619, 18, 32], + "40006": [934, 651, 18, 32], + "40007": [934, 683, 18, 32], + "40008": [934, 715, 18, 32], + "40009": [934, 747, 18, 32], + "40010": [934, 779, 18, 32], + "40011": [934, 811, 18, 32], + "40012": [934, 843, 18, 32], + "40013": [140, 113, 18, 32], + "40014": [1054, 0, 18, 32], + "40015": [1054, 32, 18, 32], + "40016": [1054, 64, 18, 32], + "40017": [1054, 96, 18, 32], + "40018": [1054, 128, 18, 32], + "40019": [1054, 160, 18, 32], + "40020": [1054, 192, 18, 32], + "40021": [1054, 224, 18, 32], + "40022": [1054, 256, 18, 32], + "40023": [1111, 263, 17, 31], + "40024": [1111, 294, 17, 31], + "40025": [771, 502, 25, 32], + "40026": [321, 803, 32, 22], + "40027": [982, 189, 24, 28], + "40028": [353, 803, 32, 22], + "40029": [408, 695, 33, 25], + "40030": [166, 461, 32, 27], + "40031": [385, 803, 32, 22], + "40032": [417, 803, 32, 22], + "40033": [196, 607, 29, 29], + "40034": [598, 0, 30, 29], + "40035": [1007, 503, 19, 31], + "40036": [1030, 800, 22, 27], + "40037": [509, 1011, 30, 18], + "40038": [449, 803, 32, 22], + "40039": [31, 519, 31, 29], + "40040": [0, 828, 28, 27], + "40042": [138, 932, 26, 26], + "40043": [145, 722, 30, 27], + "40044": [1111, 325, 17, 31], + "40045": [1030, 827, 22, 27], + "40046": [539, 1011, 30, 18], + "40047": [164, 932, 26, 26], + "40048": [175, 722, 30, 27], + "40049": [1111, 356, 17, 31], + "40050": [1030, 854, 22, 27], + "40051": [569, 1011, 30, 18], + "40052": [481, 803, 32, 22], + "40053": [1111, 387, 17, 31], + "40054": [1054, 506, 11, 32], + "40055": [1133, 121, 16, 31], + "40056": [1072, 117, 14, 31], + "40057": [1133, 824, 15, 31], + "40058": [328, 166, 32, 31], + "40059": [160, 277, 33, 31], + "40060": [1054, 288, 18, 32], + "40061": [225, 607, 29, 29], + "40062": [254, 607, 29, 29], + "40063": [283, 607, 29, 29], + "40064": [312, 607, 29, 29], + "40065": [341, 607, 29, 29], + "40066": [370, 607, 29, 29], + "40067": [0, 0, 38, 40], + "40068": [159, 70, 35, 34], + "40069": [539, 450, 29, 31], + "40070": [392, 270, 27, 34], + "40071": [392, 304, 27, 34], + "40072": [712, 667, 29, 28], + "40073": [598, 29, 30, 29], + "40074": [598, 58, 30, 29], + "40075": [421, 260, 31, 30], + "40076": [399, 607, 29, 29], + "40077": [392, 237, 28, 33], + "40078": [421, 290, 31, 30], + "40079": [392, 34, 29, 34], + "40080": [684, 30, 28, 30], + "40081": [264, 99, 32, 32], + "40082": [328, 197, 31, 32], + "40083": [328, 31, 30, 34], + "40084": [598, 87, 29, 30], + "40105": [513, 97, 24, 32], + "40106": [248, 695, 32, 26], + "40107": [1111, 1022, 18, 28], + "40108": [519, 1087, 21, 18], + "40109": [829, 28, 27, 28], + "40110": [856, 803, 22, 32], + "40111": [320, 638, 30, 28], + "40112": [1111, 25, 17, 32], + "40113": [266, 1035, 28, 18], + "40114": [556, 932, 26, 25], + "41053": [483, 403, 29, 32], + "41054": [509, 548, 31, 28], + "41055": [350, 638, 30, 28], + "41056": [328, 229, 31, 32], + "41057": [421, 320, 30, 31], + "41058": [288, 339, 31, 31], + "41059": [684, 544, 27, 30], + "41060": [393, 828, 29, 26], + "41061": [742, 0, 29, 28], + "41062": [264, 131, 32, 32], + "41063": [319, 339, 31, 31], + "41064": [421, 62, 30, 32], + "41065": [628, 510, 28, 31], + "41066": [0, 695, 31, 27], + "41067": [0, 489, 30, 30], + "41068": [264, 163, 32, 32], + "41069": [421, 351, 30, 31], + "41070": [598, 117, 29, 30], + "41071": [684, 574, 27, 30], + "41072": [31, 695, 31, 27], + "41073": [308, 880, 29, 25], + "41074": [598, 147, 29, 30], + "41075": [264, 195, 32, 32], + "41076": [0, 245, 32, 32], + "41077": [218, 1087, 24, 21], + "41078": [280, 695, 32, 26], + "41079": [831, 828, 25, 25], + "41080": [0, 1110, 23, 22], + "41081": [569, 248, 28, 32], + "41082": [1072, 754, 15, 26], + "41083": [856, 0, 25, 30], + "41084": [1091, 1044, 15, 29], + "41085": [1133, 214, 19, 26], + "41086": [32, 245, 32, 32], + "41087": [64, 245, 32, 32], + "41088": [96, 245, 32, 32], + "41089": [128, 245, 32, 32], + "41100": [198, 461, 32, 27], + "41101": [279, 431, 32, 29], + "41102": [1030, 562, 20, 30], + "41103": [433, 1035, 23, 16], + "41104": [598, 880, 28, 25], + "45003": [1133, 434, 18, 27], + "45004": [1007, 148, 22, 29], + "45005": [745, 722, 26, 27], + "45006": [390, 461, 33, 26], + "45007": [28, 828, 28, 27], + "45008": [0, 986, 25, 25], + "45009": [30, 489, 30, 30], + "45010": [829, 56, 27, 28], + "45100": [1111, 976, 22, 23], + "45101": [908, 112, 25, 29], + "45102": [982, 629, 22, 30], + "45103": [982, 659, 22, 30], + "45104": [908, 382, 24, 30], + "45105": [982, 333, 23, 29], + "45106": [1007, 0, 23, 28], + "45107": [452, 0, 31, 30], + "45108": [337, 880, 29, 25], + "47000": [328, 65, 29, 35], + "47001": [0, 401, 32, 30], + "47002": [1030, 156, 23, 27], + "47010": [474, 695, 32, 25], + "47500": [742, 57, 29, 28], + "47501": [742, 85, 29, 28], + "47502": [881, 274, 26, 28], + "47503": [540, 548, 31, 28], + "47504": [628, 541, 28, 31], + "47505": [62, 519, 31, 29], + "47506": [247, 906, 28, 24], + "47507": [712, 603, 26, 32], + "47508": [160, 245, 32, 32], + "47509": [881, 302, 26, 28], + "47510": [279, 750, 30, 26], + "47511": [328, 261, 32, 31], + "47512": [233, 213, 31, 32], + "47513": [452, 30, 30, 31], + "47514": [309, 750, 30, 26], + "47515": [0, 776, 29, 27], + "47516": [628, 572, 28, 31], + "47517": [703, 803, 31, 22], + "47518": [1111, 179, 19, 28], + "47519": [1111, 1050, 18, 28], + "47520": [230, 33, 31, 36], + "47521": [192, 245, 32, 32], + "47522": [598, 177, 30, 29], + "47523": [598, 206, 30, 29], + "47524": [366, 880, 29, 25], + "47525": [1133, 152, 16, 31], + "47526": [157, 548, 32, 28], + "47527": [242, 1087, 24, 21], + "47528": [742, 113, 28, 29], + "47529": [598, 558, 30, 19], + "48000": [801, 0, 28, 28], + "48001": [361, 0, 31, 32], + "48002": [392, 104, 29, 32], + "48003": [598, 235, 30, 29], + "48004": [422, 828, 29, 26], + "48005": [380, 638, 30, 28], + "48006": [452, 61, 30, 31], + "48007": [829, 784, 26, 29], + "48008": [684, 60, 28, 30], + "48009": [539, 481, 29, 31], + "48010": [392, 338, 29, 31], + "48011": [569, 0, 29, 31], + "48012": [208, 1035, 29, 18], + "48013": [235, 722, 30, 27], + "48014": [265, 722, 30, 27], + "48015": [1072, 501, 17, 24], + "48016": [63, 1060, 25, 22], + "48017": [856, 30, 25, 30], + "48018": [801, 28, 28, 28], + "48019": [801, 56, 28, 28], + "48200": [513, 803, 32, 22], + "48201": [1054, 903, 16, 20], + "48202": [1054, 764, 16, 21], + "48203": [1054, 923, 16, 20], + "48204": [1054, 943, 16, 20], + "48205": [385, 1087, 22, 20], + "48206": [407, 1087, 22, 20], + "48207": [349, 1035, 28, 17], + "48208": [1030, 722, 23, 26], + "48209": [1007, 206, 21, 30], + "48210": [956, 557, 23, 30], + "48211": [881, 330, 26, 28], + "48212": [189, 548, 32, 28], + "48213": [32, 401, 32, 30], + "48214": [982, 0, 25, 27], + "48215": [579, 1060, 24, 17], + "48216": [503, 962, 29, 21], + "48217": [734, 803, 31, 22], + "48218": [190, 932, 26, 26], + "48219": [194, 96, 36, 32], + "48220": [0, 607, 28, 31], + "48221": [28, 607, 28, 31], + "48222": [34, 309, 33, 30], + "48223": [545, 803, 32, 22], + "48224": [1091, 929, 19, 23], + "48225": [93, 519, 31, 29], + "48226": [956, 587, 23, 30], + "48228": [1072, 452, 16, 26], + "48229": [0, 40, 35, 42], + "48230": [513, 129, 24, 32], + "48240": [159, 104, 33, 35], + "48241": [569, 31, 29, 31], + "48242": [982, 27, 25, 27], + "48243": [0, 339, 32, 31], + "48244": [410, 638, 30, 28], + "48245": [1072, 148, 14, 30], + "48246": [934, 96, 22, 31], + "48247": [451, 828, 29, 26], + "48248": [1091, 663, 16, 28], + "48249": [1072, 30, 15, 29], + "48250": [771, 828, 30, 25], + "48251": [1007, 236, 21, 30], + "48252": [1007, 534, 19, 31], + "48253": [150, 1011, 24, 24], + "48254": [1054, 963, 16, 20], + "48255": [881, 0, 27, 27], + "48256": [27, 906, 27, 26], + "48257": [56, 880, 28, 26], + "48258": [513, 35, 25, 31], + "48259": [742, 142, 28, 29], + "48260": [1133, 183, 16, 31], + "48261": [29, 776, 29, 27], + "48262": [684, 90, 24, 35], + "48263": [56, 828, 28, 27], + "48264": [452, 92, 30, 31], + "48265": [108, 962, 28, 23], + "48266": [1030, 592, 20, 30], + "48267": [599, 1011, 31, 17], + "48268": [439, 431, 33, 28], + "48273": [626, 880, 28, 25], + "48305": [329, 577, 31, 28], + "48306": [0, 113, 35, 35], + "48307": [35, 113, 35, 35], + "48308": [313, 309, 33, 24], + "48309": [395, 880, 29, 25], + "48310": [480, 828, 29, 26], + "48311": [569, 62, 29, 31], + "48312": [801, 84, 28, 28], + "48313": [1054, 438, 18, 20], + "48314": [598, 264, 29, 30], + "48315": [295, 722, 30, 27], + "48316": [582, 932, 26, 25], + "48317": [54, 906, 27, 26], + "48318": [325, 722, 30, 27], + "48319": [100, 986, 26, 24], + "48320": [452, 123, 30, 31], + "48321": [58, 776, 29, 27], + "48322": [70, 113, 35, 35], + "48323": [230, 141, 34, 32], + "48324": [742, 171, 29, 28], + "48325": [421, 190, 28, 34], + "48326": [32, 339, 32, 31], + "48327": [230, 173, 34, 32], + "48328": [205, 309, 36, 26], + "48329": [355, 722, 30, 27], + "48330": [385, 722, 30, 27], + "48331": [374, 1011, 26, 22], + "48332": [415, 722, 30, 27], + "48333": [603, 1060, 23, 17], + "48334": [84, 828, 28, 27], + "48335": [506, 695, 32, 25], + "48336": [428, 607, 29, 29], + "48337": [60, 489, 30, 30], + "50001": [350, 339, 31, 31], + "50002": [64, 339, 32, 31], + "50003": [881, 358, 26, 28], + "50004": [339, 750, 30, 26], + "50005": [657, 308, 26, 30], + "50006": [56, 607, 28, 31], + "50007": [150, 855, 31, 24], + "50008": [440, 638, 30, 28], + "50009": [509, 828, 29, 26], + "50010": [452, 855, 31, 23], + "50011": [452, 154, 31, 30], + "50012": [928, 986, 28, 20], + "50013": [829, 84, 27, 28], + "50014": [1072, 178, 15, 28], + "50015": [216, 932, 26, 26], + "50016": [630, 906, 31, 20], + "50017": [360, 577, 31, 28], + "50018": [956, 617, 23, 30], + "50019": [771, 726, 30, 24], + "50020": [212, 855, 30, 24], + "50021": [742, 199, 29, 28], + "50022": [1133, 318, 17, 29], + "50023": [242, 932, 26, 26], + "50024": [81, 906, 27, 26], + "50025": [1007, 266, 21, 30], + "50026": [1007, 296, 21, 30], + "50027": [1007, 326, 21, 30], + "50028": [829, 112, 27, 28], + "50035": [577, 803, 32, 22], + "50036": [1072, 943, 16, 23], + "50037": [242, 855, 30, 24], + "50038": [1133, 886, 16, 29], + "50039": [801, 112, 28, 28], + "50040": [1030, 989, 24, 22], + "50041": [0, 750, 31, 26], + "50042": [684, 125, 28, 30], + "50043": [956, 647, 23, 30], + "50044": [956, 677, 23, 30], + "50045": [956, 707, 23, 30], + "50046": [272, 855, 30, 24], + "50047": [198, 1011, 25, 23], + "50048": [742, 227, 29, 28], + "50049": [569, 695, 31, 25], + "50050": [908, 412, 24, 30], + "50051": [908, 442, 24, 30], + "50052": [908, 472, 24, 30], + "50053": [908, 502, 24, 30], + "50054": [908, 532, 24, 30], + "50055": [908, 562, 24, 30], + "50056": [908, 592, 24, 30], + "50057": [908, 622, 24, 30], + "50058": [908, 652, 24, 30], + "50059": [598, 294, 30, 29], + "50060": [110, 1110, 20, 20], + "50061": [801, 448, 27, 29], + "50063": [626, 1060, 20, 17], + "50064": [829, 140, 27, 28], + "50065": [600, 695, 31, 25], + "50066": [23, 1110, 23, 22], + "50067": [654, 880, 28, 25], + "50068": [31, 750, 31, 26], + "50069": [742, 255, 28, 29], + "50070": [598, 323, 29, 30], + "50071": [457, 607, 29, 29], + "50072": [682, 880, 28, 25], + "50073": [742, 284, 29, 28], + "50074": [1133, 0, 21, 24], + "50075": [710, 880, 28, 25], + "50076": [982, 362, 23, 29], + "50077": [1030, 748, 23, 26], + "50078": [62, 750, 31, 26], + "50079": [346, 1060, 27, 19], + "50080": [92, 1035, 29, 19], + "50081": [881, 27, 27, 27], + "50082": [881, 386, 26, 28], + "50083": [445, 722, 30, 27], + "50084": [424, 880, 29, 25], + "50085": [598, 353, 29, 30], + "50086": [124, 519, 31, 29], + "50087": [155, 519, 31, 29], + "50088": [452, 184, 30, 31], + "50089": [186, 519, 31, 29], + "50090": [158, 803, 33, 23], + "50091": [1133, 507, 16, 30], + "50092": [483, 855, 31, 23], + "50093": [90, 489, 30, 30], + "50094": [216, 1060, 26, 20], + "50095": [908, 892, 25, 14], + "50096": [0, 1087, 23, 23], + "50097": [470, 986, 26, 23], + "50098": [1007, 686, 21, 28], + "50099": [801, 140, 28, 28], + "50100": [120, 489, 30, 30], + "50101": [684, 155, 28, 30], + "50102": [452, 215, 30, 31], + "50103": [881, 414, 26, 28], + "50104": [956, 0, 26, 27], + "50105": [1133, 537, 16, 30], + "50106": [84, 880, 28, 26], + "50107": [801, 477, 27, 29], + "50108": [608, 932, 26, 25], + "50109": [489, 461, 24, 26], + "50110": [452, 246, 30, 31], + "50111": [631, 695, 31, 25], + "50112": [391, 577, 31, 28], + "50113": [1072, 914, 13, 29], + "50114": [742, 312, 28, 29], + "50115": [856, 60, 25, 30], + "50116": [1133, 347, 17, 29], + "50117": [470, 638, 30, 28], + "50421": [881, 442, 26, 28], + "50425": [112, 880, 28, 26], + "50426": [690, 667, 21, 27], + "50427": [112, 828, 28, 27], + "50428": [1072, 670, 14, 28], + "50429": [600, 986, 27, 22], + "50430": [1111, 635, 21, 25], + "50431": [369, 750, 30, 26], + "50432": [399, 750, 30, 26], + "50433": [661, 906, 31, 20], + "50434": [400, 1011, 26, 22], + "50435": [452, 277, 30, 31], + "50436": [598, 383, 30, 29], + "50437": [264, 227, 32, 18], + "50438": [23, 1087, 24, 22], + "50439": [538, 828, 29, 26], + "50440": [500, 638, 30, 28], + "50441": [822, 880, 29, 24], + "50442": [223, 1011, 25, 23], + "50443": [0, 461, 33, 28], + "50444": [311, 431, 32, 29], + "50445": [475, 722, 30, 27], + "50446": [33, 461, 33, 28], + "50447": [224, 245, 32, 32], + "50448": [452, 308, 31, 30], + "50449": [217, 519, 31, 29], + "50450": [181, 855, 31, 24], + "50451": [1030, 622, 24, 25], + "50452": [452, 338, 31, 30], + "50453": [68, 213, 33, 32], + "50454": [221, 548, 32, 28], + "50455": [64, 401, 32, 30], + "50456": [598, 412, 30, 29], + "50457": [253, 548, 32, 28], + "50458": [598, 441, 30, 29], + "50459": [62, 803, 32, 24], + "50460": [66, 461, 33, 28], + "50461": [423, 461, 33, 26], + "50462": [230, 461, 32, 27], + "50463": [96, 401, 32, 30], + "50464": [248, 519, 31, 29], + "50465": [421, 94, 30, 32], + "50467": [441, 695, 33, 25], + "50468": [285, 548, 32, 28], + "50469": [128, 401, 32, 30], + "50470": [429, 750, 30, 26], + "50471": [317, 548, 32, 28], + "50472": [160, 401, 32, 30], + "50473": [976, 962, 31, 18], + "50474": [540, 906, 30, 21], + "50475": [248, 1011, 25, 23], + "50476": [505, 722, 30, 27], + "50477": [742, 341, 28, 29], + "50478": [486, 607, 29, 29], + "50479": [452, 368, 31, 30], + "50480": [742, 370, 28, 29], + "50481": [908, 141, 25, 29], + "50482": [532, 962, 30, 20], + "50483": [712, 348, 27, 31], + "50484": [1030, 0, 24, 26], + "50485": [609, 803, 32, 22], + "50486": [598, 470, 30, 29], + "50487": [1054, 619, 14, 25], + "50488": [82, 82, 36, 31], + "50489": [789, 986, 28, 21], + "50490": [771, 534, 25, 32], + "50491": [192, 401, 32, 30], + "50492": [349, 548, 32, 28], + "50493": [101, 213, 33, 32], + "50494": [0, 370, 31, 31], + "50495": [31, 370, 31, 31], + "50496": [96, 339, 32, 31], + "50497": [224, 401, 32, 30], + "50498": [1133, 1120, 18, 10], + "50499": [302, 855, 30, 24], + "50500": [150, 489, 30, 30], + "50501": [598, 499, 29, 30], + "50502": [684, 185, 28, 30], + "50503": [881, 470, 26, 28], + "50504": [567, 828, 29, 26], + "50505": [684, 604, 27, 30], + "50506": [742, 399, 28, 29], + "50507": [1091, 0, 20, 28], + "50508": [669, 855, 30, 23], + "50509": [801, 506, 27, 29], + "50510": [881, 498, 26, 28], + "50511": [1072, 206, 15, 28], + "50512": [657, 0, 27, 32], + "50513": [87, 776, 29, 27], + "50514": [217, 1132, 16, 16], + "50515": [630, 1011, 29, 17], + "50516": [530, 638, 30, 28], + "50517": [742, 428, 28, 29], + "50518": [513, 225, 26, 29], + "50519": [1091, 28, 20, 28], + "50520": [684, 634, 27, 30], + "50522": [0, 1035, 23, 25], + "50523": [801, 168, 28, 28], + "50524": [242, 1060, 26, 20], + "50525": [956, 441, 24, 29], + "50526": [451, 1087, 22, 19], + "50527": [1111, 999, 22, 23], + "50528": [268, 932, 26, 26], + "50529": [982, 54, 25, 27], + "50530": [801, 828, 30, 25], + "50531": [388, 962, 29, 22], + "50532": [332, 855, 30, 24], + "50533": [742, 457, 29, 28], + "50534": [956, 27, 26, 27], + "50535": [515, 607, 29, 29], + "50536": [596, 828, 29, 26], + "50537": [956, 217, 25, 28], + "50538": [881, 526, 26, 28], + "50539": [742, 485, 28, 29], + "50540": [742, 514, 29, 28], + "50541": [560, 638, 30, 28], + "50542": [1072, 525, 14, 29], + "50543": [62, 370, 31, 31], + "50544": [982, 391, 23, 29], + "50545": [459, 750, 30, 26], + "50546": [657, 131, 27, 30], + "50547": [0, 855, 30, 25], + "50548": [712, 379, 27, 31], + "50549": [62, 695, 31, 27], + "50550": [279, 519, 31, 29], + "50551": [908, 682, 24, 30], + "50552": [1030, 385, 21, 29], + "50553": [908, 712, 24, 30], + "50554": [513, 254, 26, 29], + "50555": [934, 127, 22, 31], + "50556": [1007, 565, 19, 31], + "50557": [1111, 916, 17, 30], + "50558": [1091, 140, 18, 31], + "50559": [93, 370, 31, 31], + "50560": [180, 489, 30, 30], + "50561": [93, 695, 31, 27], + "50562": [662, 695, 31, 25], + "50563": [140, 880, 28, 26], + "50564": [684, 215, 28, 30], + "50565": [447, 906, 31, 21], + "50566": [328, 292, 33, 17], + "50567": [562, 962, 30, 20], + "50568": [453, 880, 29, 25], + "50569": [1091, 432, 17, 27], + "50570": [829, 168, 27, 28], + "50571": [1072, 698, 14, 28], + "50572": [1030, 647, 24, 25], + "50573": [592, 962, 30, 20], + "50574": [338, 1087, 23, 21], + "50575": [116, 776, 29, 27], + "50576": [1091, 56, 20, 28], + "50577": [1007, 968, 23, 18], + "50578": [738, 932, 27, 24], + "50579": [908, 742, 24, 30], + "50588": [771, 566, 25, 32], + "50589": [535, 722, 30, 27], + "50599": [801, 535, 27, 29], + "50600": [361, 32, 31, 32], + "50601": [193, 277, 33, 31], + "50602": [881, 862, 27, 18], + "50603": [88, 1060, 25, 22], + "50604": [308, 986, 27, 23], + "50605": [565, 722, 30, 27], + "50606": [126, 986, 26, 24], + "50607": [496, 986, 26, 23], + "50608": [684, 245, 28, 30], + "50609": [801, 564, 27, 29], + "50610": [403, 370, 18, 17], + "50611": [1054, 673, 18, 19], + "50612": [1133, 96, 20, 25], + "50613": [343, 431, 32, 29], + "50614": [375, 431, 32, 29], + "50615": [657, 338, 26, 30], + "50616": [145, 776, 29, 27], + "50617": [818, 906, 37, 16], + "51000": [1030, 273, 22, 28], + "51001": [489, 750, 30, 26], + "51002": [1111, 946, 17, 30], + "51003": [595, 722, 30, 27], + "51004": [168, 880, 28, 26], + "51005": [1091, 691, 16, 28], + "51006": [634, 932, 26, 25], + "51007": [881, 554, 26, 28], + "51008": [478, 906, 31, 21], + "51009": [598, 529, 30, 29], + "51010": [1030, 414, 21, 29], + "51011": [519, 750, 30, 26], + "51012": [1111, 449, 17, 31], + "51013": [1133, 723, 19, 25], + "51014": [1007, 714, 21, 28], + "51015": [513, 283, 26, 29], + "51016": [693, 695, 31, 25], + "51017": [759, 750, 31, 25], + "52616": [801, 196, 28, 28], + "52617": [549, 750, 30, 26], + "52618": [579, 750, 30, 26], + "52620": [856, 273, 24, 31], + "52630": [657, 97, 25, 34], + "52631": [569, 473, 29, 30], + "52632": [934, 219, 21, 31], + "52633": [264, 33, 31, 34], + "52634": [509, 906, 31, 21], + "52650": [801, 593, 27, 29], + "52652": [817, 986, 28, 21], + "52653": [638, 776, 31, 25], + "52654": [452, 398, 30, 31], + "52655": [625, 722, 30, 27], + "52656": [0, 1060, 21, 27], + "52658": [361, 64, 31, 32], + "52659": [829, 196, 27, 28], + "52660": [569, 280, 28, 32], + "52661": [294, 932, 26, 26], + "52662": [77, 0, 41, 31], + "52663": [77, 31, 41, 31], + "52664": [0, 82, 41, 31], + "52665": [41, 82, 41, 31], + "52667": [118, 0, 41, 31], + "52668": [118, 31, 41, 31], + "52669": [118, 62, 41, 31], + "52670": [590, 638, 30, 28], + "52671": [569, 503, 29, 30], + "52672": [1054, 983, 16, 20], + "52673": [0, 431, 31, 30], + "52674": [136, 962, 28, 23], + "52680": [256, 245, 32, 32], + "52681": [296, 0, 32, 32], + "52682": [296, 32, 32, 32], + "52683": [296, 64, 32, 32], + "52684": [296, 96, 32, 32], + "52685": [296, 128, 32, 32], + "52686": [296, 160, 32, 32], + "52687": [25, 986, 25, 25], + "62100": [164, 962, 28, 23], + "62101": [1111, 685, 18, 29], + "62102": [627, 986, 27, 22], + "62103": [183, 1132, 17, 16], + "62104": [513, 312, 26, 29], + "62105": [335, 986, 27, 23], + "62106": [654, 986, 27, 22], + "62108": [765, 932, 27, 24], + "62109": [513, 341, 26, 29], + "62110": [1007, 742, 21, 28], + "62111": [475, 962, 28, 22], + "62112": [829, 224, 27, 28], + "62113": [1030, 183, 20, 31], + "62114": [346, 309, 15, 20], + "62115": [1030, 214, 20, 31], + "62116": [692, 906, 31, 20], + "62117": [118, 93, 33, 20], + "62118": [514, 855, 31, 23], + "62119": [742, 542, 29, 28], + "62120": [796, 803, 30, 22], + "62121": [545, 855, 31, 23], + "62122": [163, 1060, 26, 21], + "62336": [31, 431, 31, 30], + "62337": [1072, 408, 19, 22], + "62338": [956, 54, 26, 27], + "62348": [1072, 966, 16, 23], + "62356": [230, 69, 31, 36], + "62496": [546, 577, 34, 25], + "62497": [580, 577, 34, 25], + "62546": [62, 431, 31, 30], + "63127": [1072, 989, 16, 23], + "63160": [152, 986, 26, 24], + "63164": [982, 217, 24, 28], + "63184": [178, 986, 26, 24], + "63186": [320, 932, 26, 26], + "63197": [1072, 1012, 16, 23], + "63200": [956, 245, 25, 28], + "63201": [544, 607, 29, 29], + "63202": [724, 695, 18, 17], + "63203": [657, 368, 26, 30], + "63204": [174, 1011, 24, 24], + "63205": [1054, 320, 18, 32], + "63206": [1111, 480, 17, 31], + "63207": [1111, 511, 17, 31], + "63208": [771, 598, 25, 32], + "63300": [30, 855, 30, 25], + "63302": [128, 339, 32, 31], + "63304": [881, 54, 27, 27], + "63306": [140, 828, 28, 27], + "63308": [124, 695, 31, 27], + "63310": [513, 370, 26, 29], + "63312": [655, 722, 30, 27], + "63314": [742, 962, 29, 20], + "63316": [483, 0, 30, 31], + "63318": [108, 181, 37, 31], + "63320": [174, 776, 29, 27], + "63322": [422, 577, 31, 28], + "63324": [801, 224, 28, 28], + "63325": [771, 378, 26, 31], + "63326": [328, 100, 29, 35], + "63400": [226, 277, 33, 31], + "65197": [241, 309, 36, 26], + "70001": [482, 880, 29, 25], + "70002": [511, 880, 29, 25], + "70003": [1154, 72, 9, 9], + "70004": [569, 312, 28, 32], + "70005": [569, 344, 28, 32], + "70006": [569, 376, 28, 32], + "70007": [569, 408, 28, 32], + "70008": [204, 986, 26, 24], + "70009": [771, 409, 26, 31], + "70010": [712, 410, 27, 31], + "70011": [67, 309, 33, 30], + "70012": [296, 224, 32, 32], + "70013": [685, 722, 30, 27], + "70014": [1133, 24, 21, 24], + "70016": [684, 275, 28, 30], + "70017": [684, 305, 28, 30], + "70018": [1054, 862, 18, 18], + "70019": [1007, 356, 21, 30], + "70020": [801, 622, 27, 29], + "70021": [881, 610, 26, 28], + "70023": [856, 835, 24, 20], + "70025": [620, 638, 30, 28], + "70026": [650, 638, 30, 28], + "70027": [0, 667, 30, 28], + "70028": [30, 667, 30, 28], + "70029": [60, 667, 30, 28], + "70030": [90, 667, 30, 28], + "70031": [120, 667, 30, 28], + "70032": [150, 667, 30, 28], + "70033": [180, 667, 30, 28], + "70034": [210, 667, 30, 28], + "70035": [240, 667, 30, 28], + "70036": [270, 667, 30, 28], + "70037": [300, 667, 30, 28], + "70038": [330, 667, 30, 28], + "70039": [360, 667, 30, 28], + "70040": [390, 667, 30, 28], + "70041": [420, 667, 30, 28], + "70042": [450, 667, 30, 28], + "70043": [480, 667, 30, 28], + "70044": [510, 667, 30, 28], + "70045": [540, 667, 30, 28], + "70046": [570, 667, 30, 28], + "70047": [600, 667, 30, 28], + "70048": [630, 667, 30, 28], + "70049": [660, 667, 30, 28], + "70050": [712, 0, 30, 28], + "70051": [657, 398, 26, 30], + "70052": [657, 428, 26, 30], + "70053": [657, 458, 26, 30], + "70054": [657, 488, 26, 30], + "70055": [1054, 384, 14, 26], + "70056": [189, 1060, 27, 20], + "70057": [792, 932, 27, 24], + "70058": [657, 161, 27, 30], + "70060": [84, 607, 28, 31], + "70061": [856, 555, 23, 31], + "70062": [712, 28, 28, 30], + "70063": [982, 689, 22, 30], + "70064": [1133, 944, 21, 22], + "70065": [210, 489, 30, 30], + "70070": [829, 252, 27, 28], + "70071": [1072, 554, 14, 29], + "70072": [829, 280, 27, 28], + "70073": [669, 776, 31, 25], + "70074": [829, 308, 27, 28], + "70075": [1072, 583, 14, 29], + "70076": [829, 336, 27, 28], + "70077": [700, 776, 31, 25], + "70078": [829, 364, 27, 28], + "70079": [1072, 612, 14, 29], + "70080": [829, 392, 27, 28], + "70081": [731, 776, 31, 25], + "70111": [1072, 478, 18, 23], + "70112": [192, 962, 28, 23], + "70113": [1030, 472, 21, 29], + "70114": [982, 245, 24, 28], + "70115": [426, 1011, 26, 22], + "70116": [113, 1060, 25, 22], + "70126": [453, 577, 31, 28], + "70127": [712, 58, 30, 28], + "70129": [881, 638, 26, 28], + "70132": [657, 191, 27, 30], + "70133": [220, 962, 28, 23], + "70139": [573, 607, 29, 29], + "70141": [273, 1011, 25, 23], + "70142": [346, 932, 26, 26], + "70143": [1133, 748, 19, 25], + "70144": [473, 1087, 23, 18], + "70145": [452, 1011, 26, 22], + "70147": [829, 420, 27, 28], + "70148": [723, 906, 31, 20], + "70150": [602, 607, 29, 29], + "70151": [639, 750, 30, 26], + "70154": [856, 90, 25, 30], + "70155": [417, 962, 29, 22], + "70156": [715, 722, 30, 27], + "70157": [1030, 672, 24, 25], + "70158": [377, 1035, 28, 17], + "70160": [1091, 537, 19, 24], + "70161": [23, 1035, 23, 25], + "70162": [956, 470, 24, 29], + "70163": [956, 81, 26, 27], + "70164": [681, 986, 27, 22], + "70165": [429, 1087, 22, 20], + "70170": [522, 986, 26, 23], + "70171": [818, 855, 29, 23], + "70172": [934, 250, 21, 31], + "70173": [124, 370, 31, 31], + "70175": [569, 93, 29, 31], + "70177": [155, 370, 31, 31], + "70178": [230, 0, 34, 33], + "70179": [510, 489, 29, 30], + "70180": [934, 281, 21, 31], + "70181": [1133, 567, 16, 30], + "70182": [771, 0, 30, 27], + "70183": [1007, 770, 21, 28], + "70185": [1133, 597, 20, 24], + "70186": [1030, 774, 23, 26], + "70187": [275, 906, 28, 24], + "70194": [186, 370, 31, 31], + "70195": [196, 880, 28, 26], + "70196": [712, 86, 30, 28], + "70197": [742, 570, 28, 29], + "70200": [570, 906, 30, 21], + "70201": [362, 986, 27, 23], + "70202": [143, 1087, 25, 21], + "70203": [168, 1087, 25, 21], + "70204": [389, 986, 27, 23], + "70205": [193, 1087, 25, 21], + "70207": [93, 750, 31, 26], + "70208": [771, 962, 29, 20], + "70210": [819, 932, 27, 24], + "70211": [392, 136, 29, 32], + "70212": [168, 828, 28, 27], + "70214": [712, 114, 28, 30], + "70215": [196, 828, 28, 27], + "70217": [0, 1011, 25, 24], + "70218": [669, 750, 30, 26], + "70219": [956, 499, 24, 29], + "70220": [60, 855, 30, 25], + "70227": [217, 370, 31, 31], + "70231": [124, 750, 31, 26], + "70232": [908, 344, 19, 38], + "70233": [0, 277, 32, 32], + "70234": [754, 906, 32, 19], + "70235": [1111, 89, 18, 30], + "70237": [112, 607, 28, 31], + "70238": [203, 776, 29, 27], + "70239": [699, 750, 30, 26], + "70240": [483, 31, 30, 31], + "70241": [361, 96, 31, 32], + "70242": [160, 339, 32, 31], + "70244": [846, 932, 27, 24], + "70245": [1007, 84, 20, 32], + "70246": [344, 695, 32, 26], + "70247": [484, 577, 31, 28], + "70248": [496, 1087, 23, 18], + "70249": [1007, 386, 21, 30], + "70251": [771, 27, 27, 30], + "70252": [738, 880, 28, 25], + "70253": [483, 62, 30, 31], + "70254": [829, 448, 27, 28], + "70255": [699, 855, 30, 23], + "70256": [934, 0, 22, 32], + "70257": [182, 181, 34, 31], + "70258": [155, 750, 31, 26], + "70259": [0, 577, 29, 30], + "70260": [771, 440, 26, 31], + "70261": [1091, 171, 18, 31], + "70262": [446, 962, 29, 22], + "70263": [1030, 301, 22, 28], + "70265": [421, 126, 30, 32], + "70266": [483, 93, 30, 31], + "70267": [248, 370, 31, 31], + "70268": [134, 213, 33, 32], + "70269": [192, 339, 32, 31], + "70270": [167, 213, 33, 32], + "70271": [259, 277, 33, 31], + "70272": [483, 124, 30, 31], + "70273": [361, 128, 31, 32], + "70274": [483, 155, 30, 31], + "70275": [224, 339, 32, 31], + "70276": [279, 370, 31, 31], + "70277": [0, 638, 29, 29], + "70278": [200, 213, 33, 32], + "70289": [1007, 798, 21, 28], + "70291": [657, 32, 27, 32], + "70292": [513, 399, 26, 29], + "70293": [29, 638, 29, 29], + "70294": [540, 1087, 19, 18], + "70295": [982, 81, 25, 27], + "70296": [1133, 240, 19, 26], + "70297": [1111, 714, 18, 29], + "70298": [625, 828, 29, 26], + "70299": [856, 120, 25, 30], + "70300": [771, 57, 27, 30], + "70301": [140, 607, 28, 31], + "70302": [1091, 84, 20, 28], + "70303": [513, 161, 24, 32], + "70304": [240, 489, 30, 30], + "70305": [712, 144, 28, 30], + "70306": [1030, 26, 24, 26], + "70307": [1030, 881, 22, 27], + "70308": [1133, 621, 20, 24], + "70309": [1133, 266, 19, 26], + "70310": [361, 160, 31, 32], + "70311": [270, 489, 30, 30], + "70312": [1030, 52, 24, 26], + "70313": [25, 1011, 25, 24], + "70314": [881, 81, 27, 27], + "70315": [300, 489, 30, 30], + "70316": [90, 1110, 20, 21], + "70317": [1007, 910, 20, 29], + "70318": [237, 1035, 29, 18], + "70319": [310, 370, 31, 31], + "70320": [1133, 798, 18, 26], + "70321": [660, 932, 26, 25], + "70322": [252, 1110, 16, 18], + "70323": [934, 158, 22, 31], + "70351": [982, 273, 24, 28], + "70352": [138, 1060, 25, 22], + "70353": [688, 1011, 29, 17], + "70354": [373, 1060, 26, 19], + "70355": [548, 986, 26, 23], + "70356": [405, 1035, 28, 16], + "70357": [881, 108, 27, 27], + "70358": [1091, 633, 15, 30], + "70359": [873, 932, 27, 24], + "70360": [121, 1035, 29, 19], + "70361": [765, 803, 31, 22], + "70362": [956, 273, 25, 28], + "70363": [982, 719, 22, 30], + "70364": [186, 750, 31, 26], + "70365": [224, 828, 28, 27], + "70366": [771, 87, 30, 27], + "70367": [1072, 234, 14, 30], + "70368": [232, 776, 29, 27], + "70369": [742, 599, 29, 28], + "70370": [956, 301, 25, 28], + "70371": [413, 548, 32, 28], + "70372": [766, 880, 28, 25], + "70373": [657, 518, 26, 30], + "70374": [654, 828, 29, 26], + "70375": [425, 1060, 26, 18], + "70376": [451, 1060, 26, 18], + "70377": [900, 932, 27, 24], + "70378": [416, 986, 27, 23], + "70379": [1111, 743, 18, 29], + "70380": [1133, 645, 16, 30], + "70381": [1133, 915, 16, 29], + "70382": [108, 906, 27, 26], + "70383": [1072, 726, 14, 28], + "70384": [1054, 538, 13, 27], + "70385": [1054, 565, 13, 27], + "70386": [881, 666, 26, 28], + "70387": [261, 776, 29, 27], + "70388": [330, 489, 30, 30], + "70389": [360, 489, 30, 30], + "70390": [390, 489, 30, 30], + "70391": [150, 1035, 29, 19], + "70392": [130, 1110, 21, 19], + "70393": [290, 776, 29, 27], + "70394": [93, 431, 31, 30], + "70395": [310, 519, 31, 29], + "70396": [191, 803, 33, 23], + "70397": [29, 577, 30, 29], + "70398": [1091, 264, 19, 29], + "70399": [847, 855, 29, 23], + "70400": [217, 750, 31, 26], + "70401": [362, 855, 30, 24], + "70402": [420, 489, 30, 30], + "70403": [1133, 461, 21, 23], + "70404": [1072, 866, 18, 21], + "70405": [908, 772, 24, 30], + "70406": [908, 802, 24, 30], + "70407": [908, 832, 24, 30], + "70408": [908, 862, 24, 30], + "70409": [982, 749, 22, 30], + "70410": [1007, 28, 23, 28], + "70411": [856, 461, 24, 30], + "70412": [628, 0, 29, 30], + "70413": [266, 1087, 24, 21], + "70414": [443, 986, 27, 23], + "70415": [856, 521, 21, 34], + "70420": [934, 875, 19, 30], + "70421": [341, 519, 31, 29], + "70422": [855, 906, 34, 16], + "70423": [569, 124, 29, 31], + "70424": [771, 114, 27, 30], + "70425": [646, 1060, 20, 17], + "70426": [46, 1110, 22, 22], + "70427": [230, 986, 26, 24], + "70428": [800, 962, 29, 20], + "70429": [361, 192, 31, 32], + "70430": [361, 224, 31, 32], + "70431": [372, 519, 31, 29], + "70432": [1030, 908, 22, 27], + "70433": [908, 1011, 31, 10], + "70434": [847, 1011, 32, 11], + "70435": [752, 1011, 33, 14], + "70436": [889, 906, 34, 16], + "70437": [72, 181, 36, 32], + "70438": [248, 962, 28, 23], + "70439": [1054, 712, 13, 26], + "70440": [32, 277, 32, 32], + "70441": [1072, 430, 19, 22], + "70442": [829, 476, 27, 28], + "70443": [829, 504, 27, 28], + "70444": [829, 532, 27, 28], + "70445": [829, 560, 27, 28], + "70446": [829, 588, 27, 28], + "70447": [762, 776, 31, 25], + "70448": [1111, 207, 19, 28], + "70449": [58, 638, 29, 29], + "70450": [1091, 859, 17, 26], + "70451": [982, 420, 23, 29], + "70452": [622, 962, 30, 20], + "70453": [712, 635, 26, 32], + "70454": [319, 776, 29, 27], + "70455": [1007, 177, 22, 29], + "70456": [956, 528, 24, 29], + "70457": [652, 962, 30, 20], + "70458": [771, 471, 26, 31], + "70459": [628, 30, 29, 30], + "70460": [1072, 59, 15, 29], + "70461": [982, 449, 23, 29], + "70462": [682, 962, 30, 20], + "70463": [105, 113, 35, 35], + "70464": [159, 0, 35, 35], + "71405": [712, 441, 27, 31], + "71425": [1054, 644, 12, 29], + "71426": [38, 37, 36, 40], + "71427": [392, 168, 29, 32], + "71428": [576, 855, 31, 23], + "71429": [607, 855, 31, 23], + "71430": [881, 694, 26, 28], + "71431": [1154, 18, 11, 24], + "71432": [1154, 57, 14, 15], + "71433": [801, 651, 27, 29], + "71434": [483, 186, 30, 31], + "71435": [303, 906, 28, 24], + "71436": [771, 630, 25, 32], + "71437": [445, 548, 32, 28], + "71438": [786, 906, 32, 19], + "71439": [729, 855, 30, 23], + "71440": [0, 213, 34, 32], + "71441": [50, 986, 25, 25], + "71442": [1091, 952, 19, 23], + "71443": [75, 986, 25, 25], + "71444": [712, 174, 28, 30], + "71445": [224, 880, 28, 26], + "71446": [59, 577, 30, 29], + "71447": [135, 906, 27, 26], + "71448": [262, 461, 32, 27], + "71449": [708, 986, 27, 22], + "71450": [712, 472, 27, 31], + "71451": [513, 66, 25, 31], + "71452": [684, 335, 26, 32], + "71453": [881, 135, 27, 27], + "71454": [1030, 78, 24, 26], + "71455": [1072, 1035, 16, 23], + "71456": [956, 737, 23, 30], + "71457": [956, 767, 23, 30], + "71458": [856, 304, 24, 31], + "71459": [1030, 697, 24, 25], + "71460": [569, 155, 29, 31], + "71461": [421, 382, 30, 19], + "71462": [294, 461, 32, 27], + "71463": [1111, 57, 17, 32], + "71464": [1111, 1078, 17, 8], + "71465": [569, 533, 26, 13], + "71466": [742, 627, 28, 29], + "71467": [801, 680, 27, 29], + "71468": [483, 217, 30, 31], + "71469": [276, 962, 28, 23], + "71470": [908, 170, 25, 29], + "71471": [348, 776, 29, 27], + "71472": [155, 695, 31, 27], + "71473": [1111, 119, 18, 30], + "71474": [628, 60, 29, 30], + "71475": [934, 32, 22, 32], + "71476": [1091, 409, 20, 23], + "71477": [1111, 149, 18, 30], + "71478": [450, 489, 30, 30], + "71479": [982, 779, 22, 30], + "71480": [982, 108, 25, 27], + "71481": [87, 638, 29, 29], + "71482": [168, 607, 28, 31], + "71483": [982, 135, 25, 27], + "71484": [628, 90, 29, 30], + "71485": [801, 709, 27, 29], + "71486": [982, 162, 25, 27], + "71487": [628, 120, 29, 30], + "71488": [856, 491, 24, 30], + "71489": [1091, 561, 19, 24], + "71490": [1091, 585, 19, 24], + "71491": [1091, 609, 19, 24], + "71492": [277, 309, 36, 24], + "71493": [252, 828, 28, 27], + "71494": [1072, 887, 14, 27], + "71495": [1133, 48, 21, 24], + "71496": [290, 1087, 24, 21], + "71497": [956, 329, 25, 28], + "71498": [480, 489, 30, 30], + "71499": [1111, 0, 22, 25], + "71500": [851, 880, 29, 24], + "71501": [1072, 780, 15, 26], + "71502": [68, 1110, 22, 21], + "71503": [554, 1060, 25, 17], + "71504": [1007, 56, 23, 28], + "71505": [539, 0, 30, 30], + "71506": [1091, 719, 16, 28], + "71507": [794, 880, 28, 25], + "71508": [1072, 641, 14, 29], + "71509": [256, 986, 26, 24], + "71510": [956, 917, 25, 15], + "71511": [1054, 738, 13, 26], + "71512": [539, 30, 30, 30], + "71513": [956, 357, 25, 28], + "71514": [377, 776, 29, 27], + "71515": [829, 616, 27, 28], + "71516": [1133, 675, 20, 24], + "71517": [50, 1011, 25, 24], + "71518": [956, 108, 26, 27], + "71519": [539, 60, 30, 30], + "71520": [124, 431, 31, 30], + "71521": [155, 431, 31, 30], + "71522": [403, 519, 31, 29], + "71523": [856, 335, 24, 31], + "71524": [46, 1035, 23, 25], + "71525": [712, 204, 28, 30], + "71526": [569, 186, 29, 31], + "71527": [89, 577, 30, 29], + "71528": [292, 277, 33, 31], + "71529": [801, 252, 28, 28], + "71530": [956, 797, 23, 30], + "71531": [186, 695, 31, 27], + "71532": [742, 656, 28, 29], + "71533": [252, 880, 28, 26], + "71534": [735, 986, 27, 22], + "71536": [628, 150, 29, 30], + "71537": [483, 248, 30, 31], + "71538": [539, 90, 30, 30], + "71539": [712, 503, 27, 31], + "71540": [248, 750, 31, 26], + "71541": [771, 144, 30, 27], + "71542": [793, 776, 31, 25], + "71543": [186, 431, 31, 30], + "71560": [771, 171, 27, 30], + "71561": [742, 685, 29, 28], + "71562": [331, 906, 29, 23], + "71563": [189, 906, 29, 24], + "71564": [119, 577, 30, 29], + "71565": [256, 401, 32, 30], + "71566": [288, 401, 32, 30], + "71567": [320, 401, 32, 30], + "71568": [352, 401, 32, 30], + "71569": [384, 401, 32, 30], + "71570": [416, 401, 32, 30], + "71571": [982, 809, 22, 30], + "71572": [1111, 859, 19, 27], + "71573": [856, 397, 23, 32], + "71574": [657, 548, 26, 30], + "71575": [116, 638, 29, 29], + "71576": [282, 986, 26, 24], + "71580": [539, 120, 30, 30], + "71581": [434, 519, 31, 29], + "71582": [465, 519, 31, 29], + "71583": [149, 577, 30, 29], + "71584": [801, 738, 27, 29], + "71585": [1054, 592, 13, 27], + "71586": [1054, 410, 13, 28], + "71587": [923, 906, 30, 16], + "71588": [956, 135, 26, 27], + "71589": [372, 932, 26, 26], + "71590": [845, 986, 28, 21], + "71591": [753, 1060, 19, 13], + "71592": [361, 256, 31, 32], + "71593": [322, 1035, 27, 18], + "71594": [1007, 596, 19, 31], + "71595": [1007, 627, 19, 31], + "71596": [0, 722, 29, 28], + "71597": [294, 1035, 28, 18], + "71598": [1091, 1073, 20, 14], + "71599": [1091, 112, 20, 28], + "71600": [268, 1110, 18, 16], + "71601": [1111, 772, 18, 29], + "71602": [406, 776, 29, 27], + "71603": [179, 1035, 29, 19], + "71604": [528, 1060, 26, 17], + "71605": [435, 776, 29, 27], + "71606": [1091, 202, 18, 31], + "71607": [684, 428, 28, 29], + "71608": [145, 638, 29, 29], + "71609": [856, 366, 24, 31], + "71610": [730, 1060, 23, 13], + "71611": [77, 62, 33, 20], + "71612": [717, 1011, 35, 14], + "71613": [982, 478, 23, 29], + "71614": [464, 776, 29, 27], + "71615": [0, 803, 31, 25], + "71616": [174, 638, 29, 29], + "71617": [69, 1035, 23, 24], + "71618": [478, 1011, 31, 18], + "71619": [1007, 826, 21, 28], + "71620": [1054, 1003, 16, 20], + "71621": [982, 301, 21, 32], + "71622": [64, 277, 32, 32], + "71623": [1030, 935, 22, 27], + "71700": [771, 201, 27, 30], + "71701": [771, 231, 27, 30], + "71702": [771, 261, 27, 30], + "71703": [539, 150, 30, 30], + "71704": [539, 180, 30, 30], + "71705": [539, 210, 30, 30], + "71706": [539, 240, 30, 30], + "71900": [657, 578, 26, 30], + "71901": [829, 962, 29, 20], + "71902": [1072, 264, 15, 28], + "71903": [1030, 530, 19, 32], + "71904": [574, 986, 26, 23], + "71905": [829, 644, 27, 28], + "71906": [90, 855, 30, 25], + "71907": [120, 855, 30, 25], + "71908": [217, 431, 31, 30], + "71909": [1030, 962, 22, 27], + "71910": [1072, 292, 15, 28], + "71911": [1091, 885, 20, 22], + "71912": [29, 722, 29, 28], + "71913": [956, 986, 28, 20], + "71916": [982, 839, 22, 30], + "71917": [829, 672, 27, 28], + "71919": [513, 428, 26, 29], + "71920": [771, 291, 27, 30], + "71921": [657, 64, 26, 33], + "71922": [38, 0, 39, 37], + "71923": [956, 827, 23, 30], + "71924": [304, 962, 28, 23], + "71925": [361, 320, 30, 19], + "71926": [539, 270, 30, 30], + "71927": [398, 932, 26, 26], + "71928": [1030, 329, 22, 28], + "71930": [628, 180, 29, 30], + "71931": [1054, 880, 14, 23], + "71932": [684, 457, 28, 29], + "71933": [956, 385, 25, 28], + "71934": [162, 906, 27, 26], + "71935": [424, 932, 26, 26], + "71936": [298, 1011, 25, 23], + "71937": [858, 962, 29, 20], + "71938": [1091, 747, 16, 28], + "71939": [879, 1011, 29, 11], + "71940": [686, 932, 26, 25], + "71941": [785, 1011, 30, 14], + "71943": [881, 722, 26, 28], + "71944": [407, 431, 32, 29], + "71945": [200, 1132, 17, 16], + "71946": [982, 869, 22, 30], + "72000": [99, 461, 33, 28], + "72001": [0, 309, 34, 30], + "72002": [256, 339, 32, 31], + "72003": [493, 776, 29, 27], + "72004": [179, 577, 30, 29], + "72005": [332, 962, 28, 23], + "72006": [360, 962, 28, 23], + "72007": [927, 932, 27, 24], + "72008": [856, 586, 23, 31], + "72009": [856, 617, 23, 31], + "72010": [856, 648, 23, 31], + "72011": [856, 679, 23, 31], + "72012": [856, 710, 23, 31], + "72013": [954, 932, 27, 24], + "72014": [0, 962, 27, 24], + "72015": [34, 213, 34, 32], + "72016": [361, 288, 31, 32], + "72017": [264, 0, 32, 33], + "72018": [513, 457, 26, 29], + "72019": [540, 880, 29, 25], + "72020": [1030, 104, 24, 26], + "72021": [1072, 88, 15, 29], + "72022": [712, 234, 30, 28], + "72023": [712, 962, 30, 20], + "72024": [1007, 939, 20, 29], + "72025": [934, 343, 20, 29], + "72026": [934, 372, 20, 29], + "72027": [873, 986, 28, 21], + "72028": [1072, 806, 19, 20], + "72029": [657, 221, 27, 29], + "72030": [597, 1087, 21, 14], + "72031": [934, 312, 21, 31], + "72032": [1054, 458, 15, 24], + "72033": [934, 401, 20, 29], + "72034": [482, 1035, 22, 12], + "72035": [1154, 0, 15, 18], + "72036": [504, 1035, 22, 12], + "72037": [209, 577, 30, 29], + "72038": [712, 534, 27, 31], + "72039": [502, 932, 27, 25], + "72040": [529, 932, 27, 25], + "72041": [21, 1060, 21, 27], + "72042": [42, 1060, 21, 27], + "72043": [503, 1060, 25, 18], + "72044": [934, 64, 22, 32], + "72045": [762, 986, 27, 22], + "72050": [341, 370, 31, 31], + "72051": [815, 1011, 32, 12], + "72052": [1091, 775, 16, 28], + "72053": [712, 262, 28, 30], + "72054": [829, 700, 27, 28], + "72055": [618, 1087, 21, 14], + "72450": [1133, 966, 21, 22], + "72451": [1133, 988, 21, 22], + "72452": [1133, 1010, 21, 22], + "72453": [1133, 1032, 21, 22], + "72454": [1133, 1054, 21, 22], + "72455": [1133, 1076, 21, 22], + "72456": [1133, 1098, 21, 22], + "72457": [0, 1132, 21, 22], + "72458": [21, 1132, 21, 22], + "72459": [42, 1132, 21, 22], + "72460": [63, 1132, 21, 22], + "72461": [84, 1132, 21, 22], + "72462": [105, 1132, 21, 22], + "72463": [126, 1132, 21, 22], + "73000": [1054, 352, 18, 32], + "73001": [771, 662, 25, 32], + "73002": [1111, 542, 17, 31], + "73003": [1111, 573, 17, 31], + "73004": [956, 857, 23, 30], + "73005": [956, 887, 23, 30], + "73006": [982, 507, 23, 29], + "73007": [1111, 660, 21, 25], + "73008": [0, 932, 23, 30], + "73009": [23, 932, 23, 30], + "73010": [908, 199, 25, 29], + "73011": [982, 536, 23, 29], + "73012": [908, 228, 25, 29], + "73013": [46, 932, 23, 30], + "73014": [69, 932, 23, 30], + "73015": [92, 932, 23, 30], + "73016": [115, 932, 23, 30], + "73017": [360, 906, 29, 23], + "73018": [1091, 233, 18, 31], + "73019": [683, 828, 29, 26], + "73020": [224, 803, 32, 23], + "73021": [256, 803, 32, 23], + "73022": [916, 962, 30, 19], + "73023": [1091, 975, 19, 23], + "73024": [1133, 292, 19, 26], + "73025": [1091, 998, 19, 23], + "73026": [1072, 826, 19, 20], + "73027": [214, 1110, 19, 19], + "73028": [233, 1110, 19, 19], + "73029": [286, 1110, 19, 15], + "73030": [239, 577, 30, 29], + "73031": [269, 577, 30, 29], + "73032": [1091, 293, 19, 29], + "73033": [1091, 322, 19, 29], + "73034": [946, 962, 30, 19], + "73035": [712, 828, 29, 26], + "73036": [1007, 416, 21, 30], + "73037": [268, 1060, 26, 20], + "73038": [984, 986, 28, 20], + "73039": [515, 577, 31, 28], + "73040": [1007, 854, 21, 28], + "73041": [881, 750, 26, 28], + "73042": [771, 694, 25, 32], + "73043": [881, 778, 26, 28], + "73044": [881, 806, 26, 28], + "73045": [1133, 484, 21, 23], + "73046": [1072, 846, 19, 20], + "73047": [881, 834, 26, 28], + "73048": [631, 607, 26, 28], + "73049": [1007, 446, 21, 30], + "73050": [956, 162, 26, 27], + "73051": [1054, 482, 15, 24], + "73052": [908, 0, 26, 28], + "73053": [908, 28, 26, 28], + "73054": [908, 56, 26, 28], + "73055": [657, 250, 27, 29], + "73056": [982, 565, 23, 29], + "73057": [58, 722, 29, 28], + "73058": [1072, 320, 14, 30], + "73059": [686, 1060, 22, 14], + "73060": [1133, 376, 17, 29], + "73061": [801, 280, 28, 28], + "73062": [1054, 785, 12, 28], + "73063": [294, 1060, 26, 20], + "73064": [203, 638, 29, 29], + "73065": [328, 0, 33, 31], + "73066": [323, 1011, 25, 23], + "73067": [450, 932, 26, 26], + "73068": [856, 429, 23, 32], + "73069": [151, 1110, 21, 19], + "73070": [666, 1060, 20, 17], + "73071": [908, 257, 25, 29], + "73072": [372, 370, 31, 31], + "73073": [389, 906, 29, 23], + "73074": [628, 210, 29, 30], + "73075": [522, 776, 29, 27], + "73076": [1030, 357, 22, 28], + "73077": [1091, 803, 16, 28], + "73078": [1072, 350, 14, 30], + "73079": [708, 1060, 22, 14], + "73080": [1133, 405, 17, 29], + "73081": [801, 308, 28, 28], + "73082": [1054, 813, 12, 28], + "73083": [320, 1060, 26, 20], + "73084": [314, 1087, 24, 21], + "73085": [87, 722, 29, 28], + "73086": [1072, 380, 15, 28], + "73087": [456, 1035, 26, 12], + "73088": [218, 906, 29, 24], + "73089": [829, 728, 27, 28], + "73090": [1154, 42, 15, 15], + "73091": [27, 962, 27, 24], + "73092": [759, 855, 30, 23], + "73093": [829, 756, 27, 28], + "73094": [982, 899, 22, 30], + "73095": [539, 300, 30, 30], + "73096": [421, 158, 30, 32], + "73097": [326, 461, 32, 27], + "73098": [684, 486, 28, 29], + "73099": [94, 803, 32, 24], + "73100": [628, 240, 29, 30], + "73101": [172, 1110, 21, 19], + "73102": [358, 461, 32, 27], + "73103": [684, 515, 28, 29], + "73104": [126, 803, 32, 24], + "73105": [193, 1110, 21, 19], + "73106": [496, 519, 31, 29], + "73107": [527, 519, 31, 29], + "73109": [0, 548, 31, 29], + "73110": [1111, 235, 19, 28], + "73111": [684, 367, 26, 32], + "73112": [75, 1011, 25, 24], + "73113": [1091, 907, 20, 22], + "73114": [1133, 699, 20, 24], + "73115": [856, 741, 23, 31], + "73116": [54, 962, 27, 24], + "73117": [1072, 0, 19, 30], + "73118": [421, 0, 31, 31], + "73119": [1133, 855, 15, 31], + "73120": [901, 986, 27, 21], + "73121": [569, 440, 27, 33], + "73122": [280, 828, 28, 27], + "73123": [477, 548, 32, 28], + "73124": [217, 695, 31, 27], + "73125": [0, 148, 36, 33], + "73126": [392, 855, 30, 24], + "73127": [1091, 459, 17, 27], + "73128": [829, 813, 25, 15], + "73129": [559, 1087, 19, 16], + "73130": [600, 906, 30, 21], + "73131": [1111, 801, 18, 29], + "73132": [100, 1011, 25, 24], + "73133": [801, 336, 28, 28], + "73134": [578, 1087, 19, 16], + "73135": [771, 321, 30, 27], + "73136": [908, 286, 25, 29], + "73137": [125, 1011, 25, 24], + "73138": [801, 364, 28, 28], + "73139": [376, 695, 32, 26], + "73140": [657, 279, 27, 29], + "73141": [1133, 72, 21, 24], + "73142": [551, 776, 29, 27], + "73143": [280, 880, 28, 26], + "73144": [856, 150, 25, 30], + "73145": [513, 193, 24, 32], + "73146": [308, 828, 28, 27], + "73147": [801, 392, 28, 28], + "73148": [232, 638, 29, 29], + "73149": [657, 608, 26, 30], + "73150": [628, 270, 29, 30], + "73151": [628, 300, 29, 30], + "73152": [628, 330, 29, 30], + "73153": [628, 360, 29, 30], + "73154": [628, 390, 29, 30], + "73155": [628, 420, 29, 30], + "73156": [628, 450, 29, 30], + "73157": [628, 480, 29, 30], + "73158": [539, 330, 30, 30], + "73159": [908, 315, 25, 29], + "73160": [580, 776, 29, 27], + "73161": [135, 309, 35, 28], + "73162": [81, 962, 27, 24], + "73163": [483, 279, 30, 31], + "73164": [609, 776, 29, 27], + "73165": [399, 1060, 26, 19], + "73166": [147, 1132, 21, 22], + "73167": [421, 31, 31, 31], + "73168": [1091, 486, 17, 27], + "73169": [934, 430, 20, 29], + "73170": [31, 548, 31, 29], + "73171": [1030, 501, 21, 29], + "73172": [422, 855, 30, 24], + "73173": [1091, 351, 19, 29], + "73174": [1111, 830, 18, 29], + "73175": [261, 638, 29, 29], + "73176": [336, 828, 28, 27], + "73177": [887, 962, 29, 20], + "73178": [168, 1132, 15, 20], + "73179": [1012, 986, 16, 19], + "73180": [483, 310, 30, 31], + "73181": [47, 1087, 24, 22], + "73182": [31, 803, 31, 25], + "73185": [982, 929, 22, 30], + "73186": [956, 413, 25, 28], + "73187": [71, 1087, 24, 22], + "73188": [476, 932, 26, 26], + "73189": [1091, 380, 19, 29], + "73190": [539, 360, 30, 30], + "73191": [477, 1060, 26, 18], + "73192": [116, 722, 29, 28], + "73193": [569, 880, 29, 25], + "73200": [569, 217, 29, 31], + "73201": [801, 420, 28, 28], + "73202": [248, 431, 31, 30], + "73203": [908, 84, 26, 28], + "73204": [483, 341, 30, 31], + "73205": [418, 906, 29, 23], + "73206": [638, 855, 31, 23], + "73207": [96, 277, 32, 32], + "73208": [539, 390, 30, 30], + "73209": [1111, 604, 17, 31], + "73210": [95, 1087, 24, 22], + "73211": [119, 1087, 24, 22], + "73212": [1007, 116, 20, 32], + "73213": [1030, 130, 24, 26], + "73214": [62, 548, 31, 29], + "73215": [539, 420, 30, 30], + "73216": [771, 348, 27, 30], + "73217": [483, 372, 30, 31], + "73218": [712, 292, 30, 28], + "73219": [712, 320, 30, 28], + "73220": [856, 772, 23, 31], + "73221": [1054, 692, 17, 20], + "73222": [1054, 841, 16, 21], + "73223": [1007, 476, 22, 27], + "73224": [361, 1087, 24, 20], + "88888": [934, 189, 22, 30], + "121234": [856, 180, 24, 31], + "121521": [856, 211, 24, 31], + "122001": [856, 242, 24, 31], + "122002": [741, 828, 30, 25], + "122003": [641, 803, 31, 22], + "152616": [1091, 513, 19, 24] +} diff --git a/src/lib/resources/images/bso_spritesheet.png b/src/lib/resources/images/bso_spritesheet.png new file mode 100644 index 00000000000..5fbef63c85d Binary files /dev/null and b/src/lib/resources/images/bso_spritesheet.png differ diff --git a/src/lib/resources/images/spritesheet.json b/src/lib/resources/images/spritesheet.json new file mode 100644 index 00000000000..ba5e46e3202 --- /dev/null +++ b/src/lib/resources/images/spritesheet.json @@ -0,0 +1,5867 @@ +{ + "1": [2520, 1280, 36, 32], + "2": [1656, 1152, 36, 32], + "6": [1656, 1184, 36, 32], + "8": [1656, 1216, 36, 32], + "10": [1656, 1248, 36, 32], + "12": [1656, 1280, 36, 32], + "28": [1656, 1312, 36, 32], + "30": [1656, 1344, 36, 32], + "35": [2448, 2560, 36, 32], + "36": [1656, 1376, 36, 32], + "39": [1656, 1408, 36, 32], + "40": [1656, 1440, 36, 32], + "41": [1656, 1472, 36, 32], + "42": [1656, 1504, 36, 32], + "43": [1656, 1536, 36, 32], + "44": [1656, 1568, 36, 32], + "45": [1656, 1600, 36, 32], + "46": [0, 1632, 36, 32], + "47": [36, 1632, 36, 32], + "48": [72, 1632, 36, 32], + "50": [108, 1632, 36, 32], + "52": [144, 1632, 36, 32], + "53": [180, 1632, 36, 32], + "54": [216, 1632, 36, 32], + "56": [252, 1632, 36, 32], + "58": [288, 1632, 36, 32], + "60": [324, 1632, 36, 32], + "62": [360, 1632, 36, 32], + "64": [396, 1632, 36, 32], + "66": [432, 1632, 36, 32], + "68": [468, 1632, 36, 32], + "70": [504, 1632, 36, 32], + "72": [540, 1632, 36, 32], + "91": [576, 1632, 36, 32], + "93": [612, 1632, 36, 32], + "95": [648, 1632, 36, 32], + "97": [684, 1632, 36, 32], + "99": [720, 1632, 36, 32], + "101": [756, 1632, 36, 32], + "103": [792, 1632, 36, 32], + "105": [828, 1632, 36, 32], + "107": [864, 1632, 36, 32], + "109": [900, 1632, 36, 32], + "111": [936, 1632, 36, 32], + "113": [972, 1632, 36, 32], + "115": [1008, 1632, 36, 32], + "117": [1044, 1632, 36, 32], + "119": [1080, 1632, 36, 32], + "121": [1116, 1632, 36, 32], + "123": [1152, 1632, 36, 32], + "125": [1188, 1632, 36, 32], + "127": [1224, 1632, 36, 32], + "129": [1260, 1632, 36, 32], + "131": [1296, 1632, 36, 32], + "133": [1332, 1632, 36, 32], + "135": [1368, 1632, 36, 32], + "137": [1404, 1632, 36, 32], + "139": [1440, 1632, 36, 32], + "141": [1476, 1632, 36, 32], + "143": [1512, 1632, 36, 32], + "145": [1548, 1632, 36, 32], + "147": [1584, 1632, 36, 32], + "149": [1620, 1632, 36, 32], + "151": [1656, 1632, 36, 32], + "153": [1692, 0, 36, 32], + "155": [1692, 32, 36, 32], + "157": [1692, 64, 36, 32], + "159": [1692, 96, 36, 32], + "161": [1692, 128, 36, 32], + "163": [1692, 160, 36, 32], + "165": [1692, 192, 36, 32], + "167": [1692, 224, 36, 32], + "169": [1692, 256, 36, 32], + "171": [1692, 288, 36, 32], + "173": [1692, 320, 36, 32], + "175": [1692, 352, 36, 32], + "177": [1692, 384, 36, 32], + "179": [1692, 416, 36, 32], + "181": [1692, 448, 36, 32], + "183": [1692, 480, 36, 32], + "185": [1692, 512, 36, 32], + "187": [1692, 544, 36, 32], + "189": [1692, 576, 36, 32], + "191": [1692, 608, 36, 32], + "193": [1692, 640, 36, 32], + "195": [36, 2560, 36, 32], + "197": [1692, 672, 36, 32], + "199": [1368, 1344, 36, 32], + "201": [1404, 32, 36, 32], + "203": [1404, 96, 36, 32], + "205": [1404, 160, 36, 32], + "207": [1404, 224, 36, 32], + "209": [1404, 352, 36, 32], + "211": [1404, 416, 36, 32], + "213": [1404, 480, 36, 32], + "215": [1404, 608, 36, 32], + "217": [1404, 736, 36, 32], + "219": [1404, 800, 36, 32], + "221": [1692, 704, 36, 32], + "223": [1692, 736, 36, 32], + "225": [684, 1408, 36, 32], + "227": [1692, 768, 36, 32], + "229": [1692, 800, 36, 32], + "231": [468, 1376, 36, 32], + "233": [1692, 832, 36, 32], + "235": [1692, 864, 36, 32], + "237": [1692, 896, 36, 32], + "239": [1368, 1408, 36, 32], + "241": [1692, 928, 36, 32], + "243": [1692, 960, 36, 32], + "245": [1692, 992, 36, 32], + "247": [1008, 1408, 36, 32], + "249": [1692, 1024, 36, 32], + "251": [1692, 1056, 36, 32], + "253": [1692, 1088, 36, 32], + "255": [1692, 1120, 36, 32], + "257": [1692, 1152, 36, 32], + "259": [1692, 1184, 36, 32], + "261": [1692, 1216, 36, 32], + "263": [1692, 1248, 36, 32], + "265": [1692, 1280, 36, 32], + "267": [1692, 1312, 36, 32], + "269": [1692, 1344, 36, 32], + "272": [1692, 1376, 36, 32], + "273": [1692, 1408, 36, 32], + "288": [1692, 1440, 36, 32], + "299": [1692, 1472, 36, 32], + "301": [1692, 1504, 36, 32], + "303": [1692, 1536, 36, 32], + "305": [1692, 1568, 36, 32], + "307": [1692, 1600, 36, 32], + "309": [1692, 1632, 36, 32], + "311": [0, 1664, 36, 32], + "313": [36, 1664, 36, 32], + "314": [72, 1664, 36, 32], + "315": [108, 1664, 36, 32], + "317": [144, 1664, 36, 32], + "319": [180, 1664, 36, 32], + "321": [216, 1664, 36, 32], + "323": [2556, 704, 36, 32], + "325": [252, 1664, 36, 32], + "327": [288, 1664, 36, 32], + "329": [324, 1664, 36, 32], + "331": [360, 1664, 36, 32], + "333": [396, 1664, 36, 32], + "335": [432, 1664, 36, 32], + "339": [468, 1664, 36, 32], + "341": [504, 1664, 36, 32], + "343": [2556, 800, 36, 32], + "345": [540, 1664, 36, 32], + "347": [576, 1664, 36, 32], + "349": [612, 1664, 36, 32], + "351": [648, 1664, 36, 32], + "353": [684, 1664, 36, 32], + "355": [720, 1664, 36, 32], + "357": [2556, 768, 36, 32], + "359": [756, 1664, 36, 32], + "361": [792, 1664, 36, 32], + "363": [828, 1664, 36, 32], + "365": [864, 1664, 36, 32], + "367": [2556, 832, 36, 32], + "369": [2556, 736, 36, 32], + "371": [900, 1664, 36, 32], + "373": [936, 1664, 36, 32], + "375": [2556, 1024, 36, 32], + "377": [972, 1664, 36, 32], + "379": [1008, 1664, 36, 32], + "381": [2556, 960, 36, 32], + "383": [1044, 1664, 36, 32], + "385": [1080, 1664, 36, 32], + "387": [2556, 1088, 36, 32], + "389": [1116, 1664, 36, 32], + "391": [1152, 1664, 36, 32], + "393": [2556, 1216, 36, 32], + "395": [1188, 1664, 36, 32], + "397": [1224, 1664, 36, 32], + "399": [2556, 1120, 36, 32], + "401": [1260, 1664, 36, 32], + "403": [1296, 1664, 36, 32], + "405": [1332, 1664, 36, 32], + "407": [1368, 1664, 36, 32], + "411": [1404, 1664, 36, 32], + "413": [1440, 1664, 36, 32], + "426": [1476, 1664, 36, 32], + "428": [1512, 1664, 36, 32], + "430": [2304, 2560, 36, 32], + "434": [1548, 1664, 36, 32], + "436": [1584, 1664, 36, 32], + "438": [1620, 1664, 36, 32], + "440": [1656, 1664, 36, 32], + "442": [1692, 1664, 36, 32], + "444": [0, 1696, 36, 32], + "447": [36, 1696, 36, 32], + "449": [72, 1696, 36, 32], + "451": [108, 1696, 36, 32], + "453": [144, 1696, 36, 32], + "464": [180, 1696, 36, 32], + "526": [216, 1696, 36, 32], + "528": [252, 1696, 36, 32], + "530": [288, 1696, 36, 32], + "532": [324, 1696, 36, 32], + "534": [360, 1696, 36, 32], + "536": [396, 1696, 36, 32], + "538": [432, 1696, 36, 32], + "540": [468, 1696, 36, 32], + "542": [504, 1696, 36, 32], + "544": [540, 1696, 36, 32], + "546": [576, 1696, 36, 32], + "548": [612, 1696, 36, 32], + "554": [648, 1696, 36, 32], + "555": [684, 1696, 36, 32], + "556": [720, 1696, 36, 32], + "557": [756, 1696, 36, 32], + "558": [792, 1696, 36, 32], + "559": [828, 1696, 36, 32], + "560": [864, 1696, 36, 32], + "561": [900, 1696, 36, 32], + "562": [936, 1696, 36, 32], + "563": [972, 1696, 36, 32], + "564": [1008, 1696, 36, 32], + "565": [1044, 1696, 36, 32], + "566": [1080, 1696, 36, 32], + "567": [1116, 1696, 36, 32], + "569": [1152, 1696, 36, 32], + "571": [1188, 1696, 36, 32], + "573": [1224, 1696, 36, 32], + "575": [1260, 1696, 36, 32], + "577": [1296, 1696, 36, 32], + "579": [1332, 1696, 36, 32], + "581": [1368, 1696, 36, 32], + "590": [1404, 1696, 36, 32], + "592": [1440, 1696, 36, 32], + "596": [1476, 1696, 36, 32], + "621": [1512, 1696, 36, 32], + "626": [1548, 1696, 36, 32], + "628": [1584, 1696, 36, 32], + "630": [1620, 1696, 36, 32], + "632": [1656, 1696, 36, 32], + "634": [1692, 1696, 36, 32], + "636": [1728, 0, 36, 32], + "638": [1728, 32, 36, 32], + "640": [1728, 64, 36, 32], + "642": [1728, 96, 36, 32], + "644": [1728, 128, 36, 32], + "646": [1728, 160, 36, 32], + "648": [1728, 192, 36, 32], + "650": [1728, 224, 36, 32], + "652": [1728, 256, 36, 32], + "654": [1728, 288, 36, 32], + "656": [1728, 320, 36, 32], + "658": [1728, 352, 36, 32], + "660": [1728, 384, 36, 32], + "662": [1728, 416, 36, 32], + "664": [1728, 448, 36, 32], + "685": [1080, 2528, 36, 32], + "686": [2556, 2208, 36, 32], + "687": [2484, 2528, 36, 32], + "688": [2556, 2144, 36, 32], + "689": [1116, 2560, 36, 32], + "690": [1080, 2560, 36, 32], + "697": [2556, 2176, 36, 32], + "712": [2556, 2112, 36, 32], + "716": [1296, 2560, 36, 32], + "721": [2556, 512, 36, 32], + "751": [1728, 480, 36, 32], + "753": [396, 1408, 36, 32], + "764": [684, 1184, 36, 32], + "766": [720, 1184, 36, 32], + "775": [936, 1344, 36, 32], + "776": [900, 1344, 36, 32], + "795": [684, 2560, 36, 32], + "800": [1728, 512, 36, 32], + "801": [1728, 544, 36, 32], + "802": [1728, 576, 36, 32], + "803": [1728, 608, 36, 32], + "804": [1728, 640, 36, 32], + "805": [1728, 672, 36, 32], + "806": [1728, 704, 36, 32], + "807": [1728, 736, 36, 32], + "808": [1728, 768, 36, 32], + "809": [1728, 800, 36, 32], + "810": [1728, 832, 36, 32], + "811": [1728, 864, 36, 32], + "812": [1728, 896, 36, 32], + "813": [1728, 928, 36, 32], + "814": [1728, 960, 36, 32], + "815": [1728, 992, 36, 32], + "816": [1728, 1024, 36, 32], + "817": [1728, 1056, 36, 32], + "819": [1728, 1088, 36, 32], + "820": [1728, 1120, 36, 32], + "821": [1728, 1152, 36, 32], + "822": [1728, 1184, 36, 32], + "823": [1728, 1216, 36, 32], + "824": [1728, 1248, 36, 32], + "825": [1728, 1280, 36, 32], + "826": [1728, 1312, 36, 32], + "827": [1728, 1344, 36, 32], + "828": [1728, 1376, 36, 32], + "829": [1728, 1408, 36, 32], + "830": [1728, 1440, 36, 32], + "831": [1728, 1472, 36, 32], + "832": [1728, 1504, 36, 32], + "833": [1728, 1536, 36, 32], + "834": [1728, 1568, 36, 32], + "835": [1728, 1600, 36, 32], + "836": [1728, 1632, 36, 32], + "837": [1728, 1664, 36, 32], + "839": [1728, 1696, 36, 32], + "841": [0, 1728, 36, 32], + "843": [36, 1728, 36, 32], + "845": [72, 1728, 36, 32], + "847": [108, 1728, 36, 32], + "849": [144, 1728, 36, 32], + "851": [180, 1728, 36, 32], + "853": [216, 1728, 36, 32], + "855": [252, 1728, 36, 32], + "857": [288, 1728, 36, 32], + "859": [324, 1728, 36, 32], + "861": [360, 1728, 36, 32], + "863": [396, 1728, 36, 32], + "864": [432, 1728, 36, 32], + "865": [468, 1728, 36, 32], + "866": [504, 1728, 36, 32], + "867": [540, 1728, 36, 32], + "868": [576, 1728, 36, 32], + "869": [612, 1728, 36, 32], + "870": [648, 1728, 36, 32], + "871": [684, 1728, 36, 32], + "872": [720, 1728, 36, 32], + "873": [756, 1728, 36, 32], + "874": [792, 1728, 36, 32], + "875": [828, 1728, 36, 32], + "876": [864, 1728, 36, 32], + "877": [900, 1728, 36, 32], + "878": [936, 1728, 36, 32], + "879": [972, 1728, 36, 32], + "880": [1008, 1728, 36, 32], + "881": [1044, 1728, 36, 32], + "882": [1080, 1728, 36, 32], + "883": [1116, 1728, 36, 32], + "884": [1152, 1728, 36, 32], + "885": [1188, 1728, 36, 32], + "886": [1224, 1728, 36, 32], + "887": [1260, 1728, 36, 32], + "888": [1296, 1728, 36, 32], + "889": [1332, 1728, 36, 32], + "890": [1368, 1728, 36, 32], + "891": [1404, 1728, 36, 32], + "892": [1440, 1728, 36, 32], + "893": [1476, 1728, 36, 32], + "946": [1512, 1728, 36, 32], + "948": [1548, 1728, 36, 32], + "950": [1584, 1728, 36, 32], + "952": [1620, 1728, 36, 32], + "954": [1656, 1728, 36, 32], + "956": [0, 2560, 36, 32], + "958": [1692, 1728, 36, 32], + "960": [1728, 1728, 36, 32], + "962": [1764, 0, 36, 32], + "964": [1764, 2560, 36, 32], + "970": [1764, 32, 36, 32], + "973": [1764, 64, 36, 32], + "975": [1764, 96, 36, 32], + "981": [252, 1312, 36, 32], + "983": [1764, 128, 36, 32], + "985": [1764, 160, 36, 32], + "987": [1764, 192, 36, 32], + "989": [1260, 1440, 36, 32], + "991": [1764, 224, 36, 32], + "993": [1764, 256, 36, 32], + "995": [2556, 1728, 36, 32], + "1005": [1764, 288, 36, 32], + "1007": [1764, 320, 36, 32], + "1009": [1764, 352, 36, 32], + "1011": [1764, 384, 36, 32], + "1013": [1764, 416, 36, 32], + "1015": [1764, 448, 36, 32], + "1017": [1764, 480, 36, 32], + "1019": [1764, 512, 36, 32], + "1021": [1764, 544, 36, 32], + "1023": [1764, 576, 36, 32], + "1025": [1764, 608, 36, 32], + "1027": [1764, 640, 36, 32], + "1029": [1764, 672, 36, 32], + "1031": [1764, 704, 36, 32], + "1033": [1764, 736, 36, 32], + "1035": [1764, 768, 36, 32], + "1037": [2520, 736, 36, 32], + "1038": [1764, 800, 36, 32], + "1040": [1764, 832, 36, 32], + "1042": [1764, 864, 36, 32], + "1044": [1764, 896, 36, 32], + "1046": [1764, 928, 36, 32], + "1048": [1764, 960, 36, 32], + "1050": [1764, 992, 36, 32], + "1052": [432, 1344, 36, 32], + "1053": [1764, 1024, 36, 32], + "1055": [1764, 1056, 36, 32], + "1057": [1764, 1088, 36, 32], + "1059": [1764, 1120, 36, 32], + "1061": [1764, 1152, 36, 32], + "1063": [1764, 1184, 36, 32], + "1065": [1764, 1216, 36, 32], + "1067": [1764, 1248, 36, 32], + "1069": [1764, 1280, 36, 32], + "1071": [1764, 1312, 36, 32], + "1073": [1764, 1344, 36, 32], + "1075": [1764, 1376, 36, 32], + "1077": [1764, 1408, 36, 32], + "1079": [1764, 1440, 36, 32], + "1081": [1764, 1472, 36, 32], + "1083": [1764, 1504, 36, 32], + "1085": [1764, 1536, 36, 32], + "1087": [1764, 1568, 36, 32], + "1089": [1764, 1600, 36, 32], + "1091": [1764, 1632, 36, 32], + "1093": [1764, 1664, 36, 32], + "1095": [1764, 1696, 36, 32], + "1097": [1764, 1728, 36, 32], + "1099": [0, 1760, 36, 32], + "1101": [36, 1760, 36, 32], + "1103": [72, 1760, 36, 32], + "1105": [108, 1760, 36, 32], + "1107": [144, 1760, 36, 32], + "1109": [180, 1760, 36, 32], + "1111": [216, 1760, 36, 32], + "1113": [252, 1760, 36, 32], + "1115": [288, 1760, 36, 32], + "1117": [324, 1760, 36, 32], + "1119": [360, 1760, 36, 32], + "1121": [396, 1760, 36, 32], + "1123": [432, 1760, 36, 32], + "1125": [468, 1760, 36, 32], + "1127": [504, 1760, 36, 32], + "1129": [540, 1760, 36, 32], + "1131": [576, 1760, 36, 32], + "1133": [612, 1760, 36, 32], + "1135": [648, 1760, 36, 32], + "1137": [684, 1760, 36, 32], + "1139": [720, 1760, 36, 32], + "1141": [756, 1760, 36, 32], + "1143": [792, 1760, 36, 32], + "1145": [828, 1760, 36, 32], + "1147": [864, 1760, 36, 32], + "1149": [900, 1760, 36, 32], + "1151": [936, 1760, 36, 32], + "1153": [972, 1760, 36, 32], + "1155": [1008, 1760, 36, 32], + "1157": [1044, 1760, 36, 32], + "1159": [1080, 1760, 36, 32], + "1161": [1116, 1760, 36, 32], + "1163": [1152, 1760, 36, 32], + "1165": [1188, 1760, 36, 32], + "1167": [1224, 1760, 36, 32], + "1169": [1260, 1760, 36, 32], + "1171": [1296, 1760, 36, 32], + "1173": [1332, 1760, 36, 32], + "1175": [1368, 1760, 36, 32], + "1177": [1404, 1760, 36, 32], + "1179": [1440, 1760, 36, 32], + "1181": [1476, 1760, 36, 32], + "1183": [1512, 1760, 36, 32], + "1185": [1548, 1760, 36, 32], + "1187": [1476, 480, 36, 32], + "1189": [1584, 1760, 36, 32], + "1191": [1620, 1760, 36, 32], + "1193": [1656, 1760, 36, 32], + "1195": [1692, 1760, 36, 32], + "1197": [1728, 1760, 36, 32], + "1199": [1764, 1760, 36, 32], + "1201": [1800, 0, 36, 32], + "1203": [1800, 32, 36, 32], + "1205": [1800, 64, 36, 32], + "1207": [1800, 96, 36, 32], + "1209": [1800, 128, 36, 32], + "1211": [1800, 160, 36, 32], + "1213": [1800, 192, 36, 32], + "1215": [1800, 224, 36, 32], + "1217": [1800, 256, 36, 32], + "1219": [1800, 288, 36, 32], + "1221": [1800, 320, 36, 32], + "1223": [1800, 352, 36, 32], + "1225": [1800, 384, 36, 32], + "1227": [1800, 416, 36, 32], + "1229": [1800, 448, 36, 32], + "1231": [1800, 480, 36, 32], + "1233": [1800, 512, 36, 32], + "1237": [1800, 544, 36, 32], + "1239": [1800, 576, 36, 32], + "1241": [1800, 608, 36, 32], + "1243": [1800, 640, 36, 32], + "1245": [1800, 672, 36, 32], + "1247": [1800, 704, 36, 32], + "1249": [1296, 800, 36, 32], + "1251": [1800, 736, 36, 32], + "1253": [1800, 768, 36, 32], + "1255": [1800, 800, 36, 32], + "1257": [1800, 832, 36, 32], + "1259": [1800, 864, 36, 32], + "1261": [1800, 896, 36, 32], + "1263": [1800, 928, 36, 32], + "1265": [1800, 960, 36, 32], + "1267": [1800, 992, 36, 32], + "1269": [1800, 1024, 36, 32], + "1271": [1800, 1056, 36, 32], + "1273": [1800, 1088, 36, 32], + "1275": [1800, 1120, 36, 32], + "1277": [1800, 1152, 36, 32], + "1279": [1800, 1184, 36, 32], + "1281": [1800, 1216, 36, 32], + "1283": [1800, 1248, 36, 32], + "1285": [1800, 1280, 36, 32], + "1287": [1800, 1312, 36, 32], + "1289": [1800, 1344, 36, 32], + "1291": [1800, 1376, 36, 32], + "1293": [1800, 1408, 36, 32], + "1295": [1800, 1440, 36, 32], + "1297": [1800, 1472, 36, 32], + "1299": [1800, 1504, 36, 32], + "1301": [1800, 1536, 36, 32], + "1303": [1800, 1568, 36, 32], + "1305": [1800, 1600, 36, 32], + "1307": [1800, 1632, 36, 32], + "1309": [1800, 1664, 36, 32], + "1311": [1800, 1696, 36, 32], + "1313": [1800, 1728, 36, 32], + "1315": [1800, 1760, 36, 32], + "1317": [0, 1792, 36, 32], + "1319": [36, 1792, 36, 32], + "1321": [72, 1792, 36, 32], + "1323": [108, 1792, 36, 32], + "1325": [144, 1792, 36, 32], + "1327": [180, 1792, 36, 32], + "1329": [216, 1792, 36, 32], + "1331": [252, 1792, 36, 32], + "1333": [288, 1792, 36, 32], + "1335": [324, 1792, 36, 32], + "1337": [360, 1792, 36, 32], + "1339": [396, 1792, 36, 32], + "1341": [432, 1792, 36, 32], + "1343": [468, 1792, 36, 32], + "1345": [504, 1792, 36, 32], + "1347": [540, 1792, 36, 32], + "1349": [576, 1792, 36, 32], + "1351": [612, 1792, 36, 32], + "1353": [648, 1792, 36, 32], + "1355": [684, 1792, 36, 32], + "1357": [720, 1792, 36, 32], + "1359": [756, 1792, 36, 32], + "1361": [792, 1792, 36, 32], + "1363": [828, 1792, 36, 32], + "1365": [864, 1792, 36, 32], + "1367": [900, 1792, 36, 32], + "1369": [936, 1792, 36, 32], + "1371": [972, 1792, 36, 32], + "1373": [1008, 1792, 36, 32], + "1375": [1044, 1792, 36, 32], + "1377": [1080, 1792, 36, 32], + "1379": [1116, 1792, 36, 32], + "1381": [1152, 1792, 36, 32], + "1383": [1188, 1792, 36, 32], + "1385": [1224, 1792, 36, 32], + "1387": [1260, 1792, 36, 32], + "1389": [1296, 1792, 36, 32], + "1391": [1332, 1792, 36, 32], + "1393": [1368, 1792, 36, 32], + "1395": [1404, 1792, 36, 32], + "1397": [1440, 1792, 36, 32], + "1399": [1476, 1792, 36, 32], + "1401": [432, 1568, 36, 32], + "1403": [360, 1568, 36, 32], + "1405": [324, 1568, 36, 32], + "1407": [396, 1568, 36, 32], + "1409": [1944, 2560, 36, 32], + "1419": [2340, 2464, 36, 32], + "1420": [1512, 1792, 36, 32], + "1422": [1548, 1792, 36, 32], + "1424": [1584, 1792, 36, 32], + "1426": [1620, 1792, 36, 32], + "1428": [1656, 1792, 36, 32], + "1430": [1692, 1792, 36, 32], + "1432": [1728, 1792, 36, 32], + "1434": [1764, 1792, 36, 32], + "1436": [1800, 1792, 36, 32], + "1438": [1836, 0, 36, 32], + "1440": [1836, 32, 36, 32], + "1442": [1836, 64, 36, 32], + "1444": [1836, 96, 36, 32], + "1446": [1836, 128, 36, 32], + "1448": [1836, 160, 36, 32], + "1450": [1836, 192, 36, 32], + "1452": [1836, 224, 36, 32], + "1454": [1836, 256, 36, 32], + "1456": [1836, 288, 36, 32], + "1458": [1152, 2560, 36, 32], + "1462": [1836, 320, 36, 32], + "1464": [1836, 352, 36, 32], + "1470": [1836, 384, 36, 32], + "1472": [1836, 416, 36, 32], + "1474": [1836, 448, 36, 32], + "1476": [1836, 480, 36, 32], + "1478": [1836, 512, 36, 32], + "1506": [2340, 2528, 36, 32], + "1511": [1836, 544, 36, 32], + "1513": [1404, 1280, 36, 32], + "1515": [1404, 1184, 36, 32], + "1517": [1404, 1088, 36, 32], + "1519": [1404, 992, 36, 32], + "1521": [1404, 896, 36, 32], + "1523": [1836, 576, 36, 32], + "1526": [1656, 2432, 36, 32], + "1539": [1836, 608, 36, 32], + "1540": [864, 1344, 36, 32], + "1550": [1836, 640, 36, 32], + "1552": [1836, 672, 36, 32], + "1555": [2556, 2464, 36, 32], + "1556": [0, 2528, 36, 32], + "1557": [72, 2528, 36, 32], + "1558": [144, 2528, 36, 32], + "1559": [216, 2528, 36, 32], + "1560": [288, 2528, 36, 32], + "1561": [2556, 2496, 36, 32], + "1562": [36, 2528, 36, 32], + "1563": [108, 2528, 36, 32], + "1564": [180, 2528, 36, 32], + "1565": [252, 2528, 36, 32], + "1566": [324, 2528, 36, 32], + "1573": [1836, 704, 36, 32], + "1592": [1836, 736, 36, 32], + "1594": [1260, 2528, 36, 32], + "1595": [1836, 768, 36, 32], + "1597": [1836, 800, 36, 32], + "1599": [1836, 832, 36, 32], + "1601": [1836, 864, 36, 32], + "1603": [1836, 896, 36, 32], + "1605": [1836, 928, 36, 32], + "1607": [1836, 960, 36, 32], + "1609": [1836, 992, 36, 32], + "1611": [1836, 1024, 36, 32], + "1613": [1836, 1056, 36, 32], + "1615": [1836, 1088, 36, 32], + "1617": [1836, 1120, 36, 32], + "1619": [1836, 1152, 36, 32], + "1621": [1836, 1184, 36, 32], + "1623": [1836, 1216, 36, 32], + "1625": [1836, 1248, 36, 32], + "1627": [1836, 1280, 36, 32], + "1629": [1836, 1312, 36, 32], + "1631": [1836, 1344, 36, 32], + "1633": [1584, 2464, 36, 32], + "1635": [1836, 1376, 36, 32], + "1637": [1836, 1408, 36, 32], + "1639": [1836, 1440, 36, 32], + "1641": [1836, 1472, 36, 32], + "1643": [1836, 1504, 36, 32], + "1645": [1836, 1536, 36, 32], + "1654": [1836, 1568, 36, 32], + "1656": [1836, 1600, 36, 32], + "1658": [1836, 1632, 36, 32], + "1660": [1836, 1664, 36, 32], + "1662": [1836, 1696, 36, 32], + "1664": [1836, 1728, 36, 32], + "1673": [1836, 1760, 36, 32], + "1675": [1836, 1792, 36, 32], + "1677": [0, 1824, 36, 32], + "1679": [36, 1824, 36, 32], + "1681": [72, 1824, 36, 32], + "1683": [108, 1824, 36, 32], + "1692": [144, 1824, 36, 32], + "1694": [180, 1824, 36, 32], + "1696": [216, 1824, 36, 32], + "1698": [252, 1824, 36, 32], + "1700": [288, 1824, 36, 32], + "1702": [324, 1824, 36, 32], + "1704": [360, 1824, 36, 32], + "1712": [396, 1824, 36, 32], + "1714": [432, 1824, 36, 32], + "1716": [468, 1824, 36, 32], + "1718": [504, 1824, 36, 32], + "1720": [540, 1824, 36, 32], + "1722": [576, 1824, 36, 32], + "1724": [612, 1824, 36, 32], + "1725": [648, 1824, 36, 32], + "1727": [684, 1824, 36, 32], + "1729": [720, 1824, 36, 32], + "1731": [756, 1824, 36, 32], + "1733": [792, 1824, 36, 32], + "1734": [828, 1824, 36, 32], + "1735": [864, 1824, 36, 32], + "1737": [900, 1824, 36, 32], + "1739": [936, 1824, 36, 32], + "1741": [972, 1824, 36, 32], + "1743": [1008, 1824, 36, 32], + "1745": [1044, 1824, 36, 32], + "1747": [1080, 1824, 36, 32], + "1749": [1116, 1824, 36, 32], + "1751": [1152, 1824, 36, 32], + "1753": [1188, 1824, 36, 32], + "1755": [1224, 1824, 36, 32], + "1757": [1260, 1824, 36, 32], + "1759": [1296, 1824, 36, 32], + "1761": [1332, 1824, 36, 32], + "1763": [1368, 1824, 36, 32], + "1765": [1404, 1824, 36, 32], + "1767": [1440, 1824, 36, 32], + "1769": [1476, 1824, 36, 32], + "1771": [1512, 1824, 36, 32], + "1773": [1548, 1824, 36, 32], + "1775": [1584, 1824, 36, 32], + "1777": [1620, 1824, 36, 32], + "1779": [1656, 1824, 36, 32], + "1781": [1692, 1824, 36, 32], + "1783": [1476, 960, 36, 32], + "1785": [1728, 1824, 36, 32], + "1787": [1764, 1824, 36, 32], + "1789": [1800, 1824, 36, 32], + "1791": [1836, 1824, 36, 32], + "1793": [612, 1408, 36, 32], + "1794": [1872, 0, 36, 32], + "1823": [1872, 32, 36, 32], + "1831": [1872, 64, 36, 32], + "1833": [1872, 96, 36, 32], + "1835": [1872, 128, 36, 32], + "1837": [1872, 160, 36, 32], + "1854": [1872, 192, 36, 32], + "1859": [1872, 224, 36, 32], + "1861": [1872, 256, 36, 32], + "1865": [1872, 288, 36, 32], + "1869": [1872, 320, 36, 32], + "1871": [1872, 352, 36, 32], + "1873": [1872, 384, 36, 32], + "1875": [1872, 416, 36, 32], + "1877": [1872, 448, 36, 32], + "1879": [1872, 480, 36, 32], + "1881": [1872, 512, 36, 32], + "1883": [1224, 2528, 36, 32], + "1885": [1872, 544, 36, 32], + "1887": [1872, 576, 36, 32], + "1891": [1872, 608, 36, 32], + "1897": [1872, 640, 36, 32], + "1901": [2556, 2080, 36, 32], + "1905": [1872, 672, 36, 32], + "1907": [1872, 704, 36, 32], + "1909": [1872, 736, 36, 32], + "1911": [1872, 768, 36, 32], + "1913": [1872, 800, 36, 32], + "1915": [1872, 832, 36, 32], + "1917": [1872, 864, 36, 32], + "1919": [1872, 896, 36, 32], + "1921": [1872, 928, 36, 32], + "1923": [1872, 960, 36, 32], + "1925": [1872, 992, 36, 32], + "1927": [1872, 1024, 36, 32], + "1929": [1872, 1056, 36, 32], + "1931": [1872, 1088, 36, 32], + "1933": [1872, 1120, 36, 32], + "1935": [1872, 1152, 36, 32], + "1937": [1872, 1184, 36, 32], + "1939": [1872, 1216, 36, 32], + "1941": [1872, 1248, 36, 32], + "1942": [1404, 1344, 36, 32], + "1944": [1872, 1280, 36, 32], + "1947": [1872, 1312, 36, 32], + "1949": [1872, 1344, 36, 32], + "1951": [252, 1408, 36, 32], + "1953": [1872, 1376, 36, 32], + "1955": [540, 1376, 36, 32], + "1957": [36, 1376, 36, 32], + "1959": [1872, 1408, 36, 32], + "1961": [1872, 1440, 36, 32], + "1963": [612, 1376, 36, 32], + "1965": [108, 1376, 36, 32], + "1969": [1872, 1472, 36, 32], + "1971": [1872, 1504, 36, 32], + "1973": [1872, 1536, 36, 32], + "1975": [1872, 1568, 36, 32], + "1978": [1872, 1600, 36, 32], + "1980": [1872, 1632, 36, 32], + "1982": [180, 1376, 36, 32], + "1985": [1872, 1664, 36, 32], + "1987": [828, 1408, 36, 32], + "1989": [1872, 1696, 36, 32], + "1991": [2556, 896, 36, 32], + "1993": [1872, 1728, 36, 32], + "2003": [1872, 1760, 36, 32], + "2007": [1872, 1792, 36, 32], + "2011": [1872, 1824, 36, 32], + "2015": [0, 1856, 36, 32], + "2017": [36, 1856, 36, 32], + "2019": [72, 1856, 36, 32], + "2021": [108, 1856, 36, 32], + "2023": [144, 1856, 36, 32], + "2025": [180, 1856, 36, 32], + "2026": [216, 1856, 36, 32], + "2028": [252, 1856, 36, 32], + "2030": [288, 1856, 36, 32], + "2032": [324, 1856, 36, 32], + "2034": [360, 1856, 36, 32], + "2036": [396, 1856, 36, 32], + "2038": [432, 1856, 36, 32], + "2040": [468, 1856, 36, 32], + "2048": [504, 1856, 36, 32], + "2054": [540, 1856, 36, 32], + "2064": [576, 1856, 36, 32], + "2074": [612, 1856, 36, 32], + "2080": [648, 1856, 36, 32], + "2084": [684, 1856, 36, 32], + "2092": [720, 1856, 36, 32], + "2102": [756, 1856, 36, 32], + "2104": [792, 1856, 36, 32], + "2106": [828, 1856, 36, 32], + "2108": [684, 1376, 36, 32], + "2110": [864, 1856, 36, 32], + "2112": [900, 1856, 36, 32], + "2114": [828, 1376, 36, 32], + "2116": [936, 1856, 36, 32], + "2118": [972, 1856, 36, 32], + "2120": [1008, 1856, 36, 32], + "2122": [1044, 1856, 36, 32], + "2124": [1080, 1856, 36, 32], + "2126": [936, 1408, 36, 32], + "2128": [1116, 1856, 36, 32], + "2130": [1152, 1856, 36, 32], + "2132": [1188, 1856, 36, 32], + "2134": [1224, 1856, 36, 32], + "2136": [1260, 1856, 36, 32], + "2138": [1296, 1856, 36, 32], + "2140": [1332, 1856, 36, 32], + "2142": [1368, 1856, 36, 32], + "2144": [2556, 672, 36, 32], + "2146": [2556, 608, 36, 32], + "2150": [1404, 1856, 36, 32], + "2152": [1476, 1120, 36, 32], + "2162": [1440, 1856, 36, 32], + "2164": [1476, 1856, 36, 32], + "2165": [1512, 1856, 36, 32], + "2166": [1548, 1856, 36, 32], + "2167": [1584, 1856, 36, 32], + "2169": [1620, 1856, 36, 32], + "2171": [1656, 1856, 36, 32], + "2185": [1692, 1856, 36, 32], + "2187": [1728, 1856, 36, 32], + "2191": [1764, 1856, 36, 32], + "2195": [1800, 1856, 36, 32], + "2205": [1836, 1856, 36, 32], + "2209": [1872, 1856, 36, 32], + "2213": [1908, 0, 36, 32], + "2217": [1908, 32, 36, 32], + "2219": [1908, 64, 36, 32], + "2221": [1908, 96, 36, 32], + "2223": [1908, 128, 36, 32], + "2225": [1908, 160, 36, 32], + "2227": [1908, 192, 36, 32], + "2229": [1908, 224, 36, 32], + "2231": [1908, 256, 36, 32], + "2233": [1908, 288, 36, 32], + "2235": [1908, 320, 36, 32], + "2237": [1908, 352, 36, 32], + "2239": [1908, 384, 36, 32], + "2241": [1908, 416, 36, 32], + "2243": [1908, 448, 36, 32], + "2253": [1908, 480, 36, 32], + "2255": [1908, 512, 36, 32], + "2259": [1908, 544, 36, 32], + "2277": [1908, 576, 36, 32], + "2281": [1908, 608, 36, 32], + "2283": [1908, 640, 36, 32], + "2289": [1908, 672, 36, 32], + "2293": [1908, 704, 36, 32], + "2297": [1908, 736, 36, 32], + "2301": [1908, 768, 36, 32], + "2307": [1908, 800, 36, 32], + "2309": [1908, 832, 36, 32], + "2311": [2556, 2528, 36, 32], + "2313": [1908, 864, 36, 32], + "2315": [1908, 896, 36, 32], + "2317": [1908, 928, 36, 32], + "2319": [1908, 960, 36, 32], + "2321": [1908, 992, 36, 32], + "2323": [1908, 1024, 36, 32], + "2325": [1908, 1056, 36, 32], + "2327": [1908, 1088, 36, 32], + "2337": [1908, 1120, 36, 32], + "2341": [1908, 1152, 36, 32], + "2343": [1908, 1184, 36, 32], + "2347": [1908, 1216, 36, 32], + "2349": [1908, 1248, 36, 32], + "2351": [1908, 1280, 36, 32], + "2353": [1908, 1312, 36, 32], + "2355": [1908, 1344, 36, 32], + "2357": [1908, 1376, 36, 32], + "2359": [1908, 1408, 36, 32], + "2361": [1908, 1440, 36, 32], + "2363": [1908, 1472, 36, 32], + "2366": [1296, 672, 36, 32], + "2368": [1908, 1504, 36, 32], + "2370": [1908, 1536, 36, 32], + "2398": [1440, 0, 36, 32], + "2402": [2196, 2560, 36, 32], + "2412": [288, 1344, 36, 32], + "2413": [324, 1344, 36, 32], + "2414": [360, 1344, 36, 32], + "2428": [1908, 1568, 36, 32], + "2430": [1908, 1600, 36, 32], + "2432": [1908, 1632, 36, 32], + "2434": [1908, 1664, 36, 32], + "2436": [1908, 1696, 36, 32], + "2438": [1908, 1728, 36, 32], + "2440": [1908, 1760, 36, 32], + "2442": [1908, 1792, 36, 32], + "2444": [1908, 1824, 36, 32], + "2446": [1908, 1856, 36, 32], + "2448": [0, 1888, 36, 32], + "2450": [36, 1888, 36, 32], + "2452": [72, 1888, 36, 32], + "2454": [108, 1888, 36, 32], + "2456": [144, 1888, 36, 32], + "2458": [180, 1888, 36, 32], + "2460": [216, 1888, 36, 32], + "2462": [252, 1888, 36, 32], + "2464": [288, 1888, 36, 32], + "2466": [324, 1888, 36, 32], + "2468": [360, 1888, 36, 32], + "2470": [396, 1888, 36, 32], + "2472": [432, 1888, 36, 32], + "2474": [468, 1888, 36, 32], + "2476": [504, 1888, 36, 32], + "2481": [540, 1888, 36, 32], + "2483": [576, 1888, 36, 32], + "2485": [1404, 672, 36, 32], + "2487": [612, 1888, 36, 32], + "2489": [648, 1888, 36, 32], + "2491": [684, 1888, 36, 32], + "2493": [720, 1888, 36, 32], + "2495": [756, 1888, 36, 32], + "2497": [792, 1888, 36, 32], + "2499": [828, 1888, 36, 32], + "2501": [864, 1888, 36, 32], + "2503": [900, 1888, 36, 32], + "2505": [936, 1888, 36, 32], + "2507": [972, 1888, 36, 32], + "2509": [1008, 1888, 36, 32], + "2520": [1332, 928, 36, 32], + "2522": [1332, 960, 36, 32], + "2524": [1332, 992, 36, 32], + "2526": [1332, 1024, 36, 32], + "2528": [504, 2560, 36, 32], + "2538": [2448, 2528, 36, 32], + "2550": [1044, 1888, 36, 32], + "2552": [1080, 1888, 36, 32], + "2568": [1116, 1888, 36, 32], + "2570": [1152, 1888, 36, 32], + "2572": [1188, 1888, 36, 32], + "2577": [504, 704, 36, 32], + "2579": [540, 704, 36, 32], + "2581": [828, 512, 36, 32], + "2583": [432, 608, 36, 32], + "2585": [468, 608, 36, 32], + "2587": [396, 608, 36, 32], + "2589": [540, 608, 36, 32], + "2591": [612, 608, 36, 32], + "2593": [648, 0, 36, 32], + "2595": [576, 608, 36, 32], + "2597": [648, 64, 36, 32], + "2599": [720, 704, 36, 32], + "2601": [756, 0, 36, 32], + "2603": [756, 64, 36, 32], + "2605": [684, 704, 36, 32], + "2607": [756, 128, 36, 32], + "2609": [756, 160, 36, 32], + "2611": [756, 224, 36, 32], + "2613": [756, 96, 36, 32], + "2615": [72, 800, 36, 32], + "2617": [108, 800, 36, 32], + "2619": [36, 800, 36, 32], + "2621": [180, 800, 36, 32], + "2623": [828, 704, 36, 32], + "2625": [828, 736, 36, 32], + "2627": [828, 672, 36, 32], + "2629": [0, 800, 36, 32], + "2631": [720, 160, 36, 32], + "2633": [720, 192, 36, 32], + "2635": [720, 224, 36, 32], + "2637": [720, 256, 36, 32], + "2639": [900, 320, 36, 32], + "2641": [900, 352, 36, 32], + "2643": [900, 384, 36, 32], + "2645": [792, 576, 36, 32], + "2647": [792, 608, 36, 32], + "2649": [792, 640, 36, 32], + "2651": [900, 192, 36, 32], + "2653": [252, 800, 36, 32], + "2655": [288, 800, 36, 32], + "2657": [216, 800, 36, 32], + "2659": [360, 800, 36, 32], + "2661": [612, 800, 36, 32], + "2663": [648, 800, 36, 32], + "2665": [576, 800, 36, 32], + "2667": [720, 800, 36, 32], + "2669": [432, 800, 36, 32], + "2671": [468, 800, 36, 32], + "2673": [396, 800, 36, 32], + "2675": [540, 800, 36, 32], + "2677": [2556, 1664, 36, 32], + "2722": [2556, 1888, 36, 32], + "2801": [2556, 1792, 36, 32], + "2859": [1224, 1888, 36, 32], + "2861": [1260, 1888, 36, 32], + "2862": [1296, 1888, 36, 32], + "2864": [1332, 1888, 36, 32], + "2865": [1368, 1888, 36, 32], + "2866": [1404, 1888, 36, 32], + "2876": [1440, 1888, 36, 32], + "2878": [1476, 1888, 36, 32], + "2883": [1224, 2560, 36, 32], + "2890": [1512, 1888, 36, 32], + "2894": [1548, 1888, 36, 32], + "2896": [1584, 1888, 36, 32], + "2898": [1620, 1888, 36, 32], + "2900": [1656, 1888, 36, 32], + "2902": [1692, 1888, 36, 32], + "2904": [1728, 1888, 36, 32], + "2906": [1764, 1888, 36, 32], + "2908": [1800, 1888, 36, 32], + "2910": [1836, 1888, 36, 32], + "2912": [1872, 1888, 36, 32], + "2914": [1908, 1888, 36, 32], + "2916": [1944, 0, 36, 32], + "2918": [1944, 32, 36, 32], + "2920": [1944, 64, 36, 32], + "2922": [1944, 96, 36, 32], + "2924": [1944, 128, 36, 32], + "2926": [1944, 160, 36, 32], + "2928": [1944, 192, 36, 32], + "2930": [1944, 224, 36, 32], + "2932": [1944, 256, 36, 32], + "2934": [1944, 288, 36, 32], + "2936": [1944, 320, 36, 32], + "2938": [1944, 352, 36, 32], + "2940": [1944, 384, 36, 32], + "2942": [1944, 416, 36, 32], + "2955": [1944, 448, 36, 32], + "2961": [1944, 480, 36, 32], + "2970": [1944, 512, 36, 32], + "2972": [1944, 544, 36, 32], + "2974": [1944, 576, 36, 32], + "2976": [1944, 608, 36, 32], + "2978": [540, 1152, 36, 32], + "2979": [576, 1152, 36, 32], + "2980": [612, 1152, 36, 32], + "2981": [648, 1152, 36, 32], + "2982": [684, 1152, 36, 32], + "2983": [720, 1152, 36, 32], + "2984": [756, 1152, 36, 32], + "2985": [792, 1152, 36, 32], + "2986": [828, 1152, 36, 32], + "2987": [864, 1152, 36, 32], + "2988": [900, 1152, 36, 32], + "2989": [936, 1152, 36, 32], + "2990": [972, 1152, 36, 32], + "2991": [1008, 1152, 36, 32], + "2992": [1044, 1152, 36, 32], + "2993": [1080, 1152, 36, 32], + "2994": [1116, 1152, 36, 32], + "2995": [1152, 1152, 36, 32], + "2996": [1044, 352, 36, 32], + "2997": [1044, 416, 36, 32], + "2998": [1944, 640, 36, 32], + "3000": [1944, 672, 36, 32], + "3002": [1944, 704, 36, 32], + "3004": [1944, 736, 36, 32], + "3008": [1944, 768, 36, 32], + "3010": [1944, 800, 36, 32], + "3012": [1944, 832, 36, 32], + "3014": [1944, 864, 36, 32], + "3016": [1944, 896, 36, 32], + "3018": [1944, 928, 36, 32], + "3020": [1944, 960, 36, 32], + "3022": [1944, 992, 36, 32], + "3024": [1944, 1024, 36, 32], + "3026": [1944, 1056, 36, 32], + "3028": [1944, 1088, 36, 32], + "3030": [1944, 1120, 36, 32], + "3032": [1944, 1152, 36, 32], + "3034": [1944, 1184, 36, 32], + "3036": [1944, 1216, 36, 32], + "3038": [1944, 1248, 36, 32], + "3040": [1944, 1280, 36, 32], + "3042": [1944, 1312, 36, 32], + "3044": [1944, 1344, 36, 32], + "3046": [1944, 1376, 36, 32], + "3049": [1404, 288, 36, 32], + "3051": [1404, 544, 36, 32], + "3053": [1944, 1408, 36, 32], + "3054": [504, 1568, 36, 32], + "3057": [1224, 896, 36, 32], + "3058": [1224, 928, 36, 32], + "3059": [1224, 960, 36, 32], + "3060": [1224, 992, 36, 32], + "3061": [1224, 1024, 36, 32], + "3093": [1944, 1440, 36, 32], + "3094": [1944, 1472, 36, 32], + "3095": [1944, 1504, 36, 32], + "3096": [1944, 1536, 36, 32], + "3097": [1944, 1568, 36, 32], + "3098": [1944, 1600, 36, 32], + "3099": [1944, 1632, 36, 32], + "3100": [1944, 1664, 36, 32], + "3101": [1944, 1696, 36, 32], + "3105": [1944, 1728, 36, 32], + "3107": [1944, 1760, 36, 32], + "3122": [1944, 1792, 36, 32], + "3123": [1944, 1824, 36, 32], + "3125": [1944, 1856, 36, 32], + "3138": [1440, 64, 36, 32], + "3140": [396, 384, 36, 32], + "3142": [1944, 1888, 36, 32], + "3144": [0, 1920, 36, 32], + "3148": [2556, 864, 36, 32], + "3150": [2556, 1472, 36, 32], + "3157": [36, 1920, 36, 32], + "3159": [72, 1920, 36, 32], + "3162": [108, 1920, 36, 32], + "3179": [108, 2560, 36, 32], + "3183": [144, 1920, 36, 32], + "3188": [180, 1920, 36, 32], + "3190": [216, 1920, 36, 32], + "3192": [252, 1920, 36, 32], + "3194": [288, 1920, 36, 32], + "3196": [324, 1920, 36, 32], + "3198": [360, 1920, 36, 32], + "3200": [396, 1920, 36, 32], + "3202": [432, 1920, 36, 32], + "3204": [468, 1920, 36, 32], + "3211": [504, 1920, 36, 32], + "3216": [540, 1920, 36, 32], + "3226": [576, 1920, 36, 32], + "3228": [612, 1920, 36, 32], + "3239": [648, 1920, 36, 32], + "3261": [396, 2560, 36, 32], + "3325": [684, 1920, 36, 32], + "3327": [720, 1920, 36, 32], + "3329": [756, 1920, 36, 32], + "3331": [792, 1920, 36, 32], + "3333": [828, 1920, 36, 32], + "3335": [864, 1920, 36, 32], + "3337": [900, 1920, 36, 32], + "3339": [936, 1920, 36, 32], + "3341": [972, 1920, 36, 32], + "3343": [1008, 1920, 36, 32], + "3345": [1044, 1920, 36, 32], + "3347": [1080, 1920, 36, 32], + "3349": [1116, 1920, 36, 32], + "3351": [1152, 1920, 36, 32], + "3353": [1188, 1920, 36, 32], + "3355": [1224, 1920, 36, 32], + "3357": [1260, 1920, 36, 32], + "3359": [1296, 1920, 36, 32], + "3361": [1332, 1920, 36, 32], + "3363": [1368, 1920, 36, 32], + "3365": [1404, 1920, 36, 32], + "3367": [1440, 1920, 36, 32], + "3369": [1476, 1920, 36, 32], + "3371": [1512, 1920, 36, 32], + "3373": [1548, 1920, 36, 32], + "3379": [1584, 1920, 36, 32], + "3381": [1620, 1920, 36, 32], + "3385": [1656, 1920, 36, 32], + "3387": [1692, 1920, 36, 32], + "3389": [1728, 1920, 36, 32], + "3391": [1764, 1920, 36, 32], + "3393": [1800, 1920, 36, 32], + "3396": [1836, 1920, 36, 32], + "3398": [1872, 1920, 36, 32], + "3400": [1908, 1920, 36, 32], + "3402": [1944, 1920, 36, 32], + "3404": [1980, 0, 36, 32], + "3406": [1980, 32, 36, 32], + "3408": [1980, 64, 36, 32], + "3410": [1980, 96, 36, 32], + "3412": [1980, 128, 36, 32], + "3414": [1980, 160, 36, 32], + "3420": [1980, 192, 36, 32], + "3422": [1980, 224, 36, 32], + "3424": [1980, 256, 36, 32], + "3426": [1980, 288, 36, 32], + "3428": [1980, 320, 36, 32], + "3430": [1980, 352, 36, 32], + "3432": [1980, 384, 36, 32], + "3434": [1980, 416, 36, 32], + "3436": [1980, 448, 36, 32], + "3438": [1980, 480, 36, 32], + "3440": [1980, 512, 36, 32], + "3442": [1980, 544, 36, 32], + "3444": [1980, 576, 36, 32], + "3446": [1980, 608, 36, 32], + "3448": [1980, 640, 36, 32], + "3450": [2520, 288, 36, 32], + "3451": [1008, 2432, 36, 32], + "3452": [2484, 1120, 36, 32], + "3453": [1008, 2464, 36, 32], + "3454": [2520, 544, 36, 32], + "3455": [1512, 2464, 36, 32], + "3456": [2520, 1792, 36, 32], + "3457": [2520, 1984, 36, 32], + "3458": [2520, 352, 36, 32], + "3459": [2484, 1504, 36, 32], + "3460": [2484, 1792, 36, 32], + "3461": [2484, 1888, 36, 32], + "3462": [792, 2432, 36, 32], + "3463": [900, 2464, 36, 32], + "3464": [1548, 2464, 36, 32], + "3465": [2484, 1632, 36, 32], + "3466": [1908, 2432, 36, 32], + "3467": [2448, 2432, 36, 32], + "3468": [1152, 2464, 36, 32], + "3469": [144, 2432, 36, 32], + "3470": [576, 1088, 36, 32], + "3472": [504, 608, 36, 32], + "3473": [648, 32, 36, 32], + "3474": [756, 32, 36, 32], + "3475": [756, 192, 36, 32], + "3476": [144, 800, 36, 32], + "3477": [828, 768, 36, 32], + "3478": [324, 800, 36, 32], + "3479": [684, 800, 36, 32], + "3480": [504, 800, 36, 32], + "3481": [180, 960, 36, 32], + "3483": [216, 960, 36, 32], + "3485": [252, 960, 36, 32], + "3486": [288, 960, 36, 32], + "3488": [324, 960, 36, 32], + "3678": [1980, 672, 36, 32], + "3695": [2556, 2560, 36, 32], + "3711": [1656, 2528, 36, 32], + "3748": [216, 2560, 36, 32], + "3749": [1980, 704, 36, 32], + "3751": [1980, 736, 36, 32], + "3753": [1980, 768, 36, 32], + "3755": [1980, 800, 36, 32], + "3757": [144, 2560, 36, 32], + "3758": [180, 2560, 36, 32], + "3759": [1980, 832, 36, 32], + "3761": [1980, 864, 36, 32], + "3763": [1980, 896, 36, 32], + "3765": [1980, 928, 36, 32], + "3767": [1980, 960, 36, 32], + "3769": [1980, 992, 36, 32], + "3771": [1980, 1024, 36, 32], + "3773": [1980, 1056, 36, 32], + "3775": [1980, 1088, 36, 32], + "3777": [1980, 1120, 36, 32], + "3779": [1980, 1152, 36, 32], + "3781": [1980, 1184, 36, 32], + "3783": [1980, 1216, 36, 32], + "3785": [1980, 1248, 36, 32], + "3787": [1980, 1280, 36, 32], + "3789": [1980, 1312, 36, 32], + "3791": [1980, 1344, 36, 32], + "3793": [1980, 1376, 36, 32], + "3795": [1980, 1408, 36, 32], + "3797": [1980, 1440, 36, 32], + "3799": [1980, 1472, 36, 32], + "3801": [1980, 1504, 36, 32], + "3803": [1980, 1536, 36, 32], + "3827": [1008, 352, 36, 32], + "3828": [1008, 384, 36, 32], + "3829": [1008, 416, 36, 32], + "3830": [1008, 448, 36, 32], + "3831": [1008, 480, 36, 32], + "3832": [1008, 512, 36, 32], + "3833": [1008, 544, 36, 32], + "3834": [1008, 576, 36, 32], + "3835": [1008, 608, 36, 32], + "3836": [1008, 640, 36, 32], + "3837": [1008, 672, 36, 32], + "3838": [1008, 704, 36, 32], + "3840": [1476, 224, 36, 32], + "3842": [1476, 288, 36, 32], + "3844": [1476, 256, 36, 32], + "3853": [1980, 1568, 36, 32], + "4012": [1980, 1600, 36, 32], + "4014": [1980, 1632, 36, 32], + "4016": [1980, 1664, 36, 32], + "4033": [2124, 2560, 36, 32], + "4037": [576, 1024, 36, 32], + "4039": [612, 1024, 36, 32], + "4067": [2448, 704, 36, 32], + "4068": [1044, 864, 36, 32], + "4069": [1044, 704, 36, 32], + "4070": [1044, 736, 36, 32], + "4071": [1044, 672, 36, 32], + "4072": [1044, 832, 36, 32], + "4079": [1224, 2464, 36, 32], + "4081": [1260, 2560, 36, 32], + "4087": [1980, 1696, 36, 32], + "4089": [1980, 1728, 36, 32], + "4091": [1980, 1760, 36, 32], + "4093": [1980, 1792, 36, 32], + "4095": [1980, 1824, 36, 32], + "4097": [1980, 1856, 36, 32], + "4099": [504, 1248, 36, 32], + "4101": [540, 1248, 36, 32], + "4103": [576, 1248, 36, 32], + "4105": [612, 1248, 36, 32], + "4107": [648, 1248, 36, 32], + "4109": [324, 1248, 36, 32], + "4111": [360, 1248, 36, 32], + "4113": [396, 1248, 36, 32], + "4115": [432, 1248, 36, 32], + "4117": [468, 1248, 36, 32], + "4119": [1260, 1088, 36, 32], + "4121": [1260, 1120, 36, 32], + "4123": [1260, 1152, 36, 32], + "4125": [1260, 1184, 36, 32], + "4127": [1260, 1216, 36, 32], + "4129": [0, 1248, 36, 32], + "4131": [36, 1248, 36, 32], + "4133": [1944, 2464, 36, 32], + "4151": [72, 64, 36, 32], + "4153": [1260, 736, 36, 32], + "4155": [2448, 896, 36, 32], + "4156": [1980, 1888, 36, 32], + "4158": [2592, 128, 36, 32], + "4160": [2556, 448, 36, 32], + "4161": [1980, 1920, 36, 32], + "4162": [0, 1952, 36, 32], + "4164": [36, 1952, 36, 32], + "4166": [72, 1952, 36, 32], + "4168": [108, 1952, 36, 32], + "4170": [144, 1952, 36, 32], + "4202": [2340, 2560, 36, 32], + "4207": [252, 352, 36, 32], + "4298": [180, 1952, 36, 32], + "4300": [216, 1952, 36, 32], + "4302": [252, 1952, 36, 32], + "4304": [288, 1952, 36, 32], + "4306": [324, 1952, 36, 32], + "4308": [360, 1952, 36, 32], + "4310": [396, 1952, 36, 32], + "4315": [432, 1952, 36, 32], + "4317": [468, 1952, 36, 32], + "4319": [504, 1952, 36, 32], + "4321": [540, 1952, 36, 32], + "4323": [576, 1952, 36, 32], + "4325": [612, 1952, 36, 32], + "4327": [648, 1952, 36, 32], + "4329": [684, 1952, 36, 32], + "4331": [720, 1952, 36, 32], + "4333": [756, 1952, 36, 32], + "4335": [792, 1952, 36, 32], + "4337": [828, 1952, 36, 32], + "4339": [864, 1952, 36, 32], + "4341": [900, 1952, 36, 32], + "4343": [936, 1952, 36, 32], + "4345": [972, 1952, 36, 32], + "4347": [1008, 1952, 36, 32], + "4349": [1044, 1952, 36, 32], + "4351": [1080, 1952, 36, 32], + "4353": [1116, 1952, 36, 32], + "4355": [1152, 1952, 36, 32], + "4357": [1188, 1952, 36, 32], + "4359": [1224, 1952, 36, 32], + "4361": [1260, 1952, 36, 32], + "4363": [1296, 1952, 36, 32], + "4365": [1332, 1952, 36, 32], + "4367": [1368, 1952, 36, 32], + "4369": [1404, 1952, 36, 32], + "4371": [1440, 1952, 36, 32], + "4373": [1476, 1952, 36, 32], + "4375": [1512, 1952, 36, 32], + "4377": [1548, 1952, 36, 32], + "4379": [1584, 1952, 36, 32], + "4381": [1620, 1952, 36, 32], + "4383": [1656, 1952, 36, 32], + "4385": [1692, 1952, 36, 32], + "4387": [1728, 1952, 36, 32], + "4389": [1764, 1952, 36, 32], + "4391": [1800, 1952, 36, 32], + "4393": [1836, 1952, 36, 32], + "4395": [1872, 1952, 36, 32], + "4397": [1908, 1952, 36, 32], + "4399": [1944, 1952, 36, 32], + "4401": [1980, 1952, 36, 32], + "4403": [0, 1984, 36, 32], + "4405": [36, 1984, 36, 32], + "4407": [72, 1984, 36, 32], + "4409": [108, 1984, 36, 32], + "4411": [144, 1984, 36, 32], + "4413": [180, 1984, 36, 32], + "4417": [216, 1984, 36, 32], + "4419": [252, 1984, 36, 32], + "4421": [288, 1984, 36, 32], + "4423": [324, 1984, 36, 32], + "4436": [360, 1984, 36, 32], + "4438": [396, 1984, 36, 32], + "4440": [432, 1984, 36, 32], + "4456": [468, 1984, 36, 32], + "4458": [504, 1984, 36, 32], + "4460": [540, 1984, 36, 32], + "4502": [2016, 2560, 36, 32], + "4503": [108, 1024, 36, 32], + "4504": [1044, 960, 36, 32], + "4505": [1044, 992, 36, 32], + "4506": [1044, 928, 36, 32], + "4507": [72, 1024, 36, 32], + "4508": [396, 1024, 36, 32], + "4509": [216, 1024, 36, 32], + "4510": [252, 1024, 36, 32], + "4511": [180, 1024, 36, 32], + "4512": [360, 1024, 36, 32], + "4513": [504, 1024, 36, 32], + "4514": [540, 1024, 36, 32], + "4515": [432, 1024, 36, 32], + "4516": [468, 1024, 36, 32], + "4517": [576, 1984, 36, 32], + "4522": [612, 1984, 36, 32], + "4525": [648, 1984, 36, 32], + "4527": [684, 1984, 36, 32], + "4529": [720, 1984, 36, 32], + "4532": [756, 1984, 36, 32], + "4535": [792, 1984, 36, 32], + "4537": [828, 1984, 36, 32], + "4540": [864, 1984, 36, 32], + "4542": [900, 1984, 36, 32], + "4544": [936, 1984, 36, 32], + "4546": [972, 1984, 36, 32], + "4548": [1008, 1984, 36, 32], + "4551": [1044, 1984, 36, 32], + "4565": [2484, 800, 36, 32], + "4566": [36, 2464, 36, 32], + "4567": [2556, 480, 36, 32], + "4580": [1080, 1984, 36, 32], + "4582": [1116, 1984, 36, 32], + "4585": [1152, 1984, 36, 32], + "4587": [1188, 1984, 36, 32], + "4591": [1224, 1984, 36, 32], + "4593": [1260, 1984, 36, 32], + "4600": [1296, 1984, 36, 32], + "4605": [360, 2560, 36, 32], + "4608": [1332, 1984, 36, 32], + "4613": [1332, 896, 36, 32], + "4627": [1368, 1984, 36, 32], + "4668": [1404, 1984, 36, 32], + "4675": [1440, 1984, 36, 32], + "4684": [1476, 1984, 36, 32], + "4687": [1512, 1984, 36, 32], + "4689": [1548, 1984, 36, 32], + "4694": [1584, 1984, 36, 32], + "4695": [1620, 1984, 36, 32], + "4696": [1656, 1984, 36, 32], + "4697": [1692, 1984, 36, 32], + "4698": [1728, 1984, 36, 32], + "4699": [1764, 1984, 36, 32], + "4708": [144, 128, 36, 32], + "4710": [180, 64, 36, 32], + "4712": [180, 0, 36, 32], + "4714": [180, 32, 36, 32], + "4716": [180, 96, 36, 32], + "4718": [36, 160, 36, 32], + "4720": [180, 128, 36, 32], + "4722": [0, 160, 36, 32], + "4724": [72, 160, 36, 32], + "4726": [180, 160, 36, 32], + "4728": [108, 160, 36, 32], + "4730": [144, 160, 36, 32], + "4732": [0, 128, 36, 32], + "4734": [108, 128, 36, 32], + "4736": [36, 128, 36, 32], + "4738": [72, 128, 36, 32], + "4740": [72, 192, 36, 32], + "4745": [216, 0, 36, 32], + "4747": [216, 96, 36, 32], + "4749": [216, 32, 36, 32], + "4751": [216, 64, 36, 32], + "4753": [216, 128, 36, 32], + "4755": [36, 192, 36, 32], + "4757": [216, 160, 36, 32], + "4759": [0, 192, 36, 32], + "4773": [1800, 1984, 36, 32], + "4778": [1836, 1984, 36, 32], + "4783": [1872, 1984, 36, 32], + "4788": [1908, 1984, 36, 32], + "4793": [1944, 1984, 36, 32], + "4798": [1980, 1984, 36, 32], + "4803": [2016, 0, 36, 32], + "4812": [2016, 32, 36, 32], + "4819": [2016, 64, 36, 32], + "4820": [2016, 96, 36, 32], + "4821": [2016, 128, 36, 32], + "4822": [2016, 160, 36, 32], + "4823": [2016, 192, 36, 32], + "4824": [2016, 224, 36, 32], + "4825": [2016, 256, 36, 32], + "4827": [2016, 288, 36, 32], + "4830": [2016, 320, 36, 32], + "4832": [2016, 352, 36, 32], + "4834": [2016, 384, 36, 32], + "4842": [2016, 416, 36, 32], + "4844": [2016, 448, 36, 32], + "4846": [2016, 480, 36, 32], + "4848": [2016, 512, 36, 32], + "4850": [2016, 544, 36, 32], + "4860": [2016, 576, 36, 32], + "4866": [2016, 608, 36, 32], + "4872": [2016, 640, 36, 32], + "4878": [2016, 672, 36, 32], + "4884": [2016, 704, 36, 32], + "4890": [2016, 736, 36, 32], + "4896": [2016, 768, 36, 32], + "4902": [2016, 800, 36, 32], + "4908": [2016, 832, 36, 32], + "4914": [2016, 864, 36, 32], + "4920": [2016, 896, 36, 32], + "4926": [2016, 928, 36, 32], + "4932": [2016, 960, 36, 32], + "4938": [2016, 992, 36, 32], + "4944": [2016, 1024, 36, 32], + "4950": [2016, 1056, 36, 32], + "4956": [2016, 1088, 36, 32], + "4962": [2016, 1120, 36, 32], + "4968": [2016, 1152, 36, 32], + "4974": [2016, 1184, 36, 32], + "4980": [2016, 1216, 36, 32], + "4986": [2016, 1248, 36, 32], + "4992": [2016, 1280, 36, 32], + "4998": [2016, 1312, 36, 32], + "5001": [2016, 1344, 36, 32], + "5002": [2556, 928, 36, 32], + "5003": [2016, 1376, 36, 32], + "5004": [432, 2560, 36, 32], + "5014": [2016, 1408, 36, 32], + "5016": [2016, 1440, 36, 32], + "5018": [2016, 1472, 36, 32], + "5024": [2016, 1504, 36, 32], + "5026": [2016, 1536, 36, 32], + "5028": [2016, 1568, 36, 32], + "5030": [2016, 1600, 36, 32], + "5032": [2016, 1632, 36, 32], + "5034": [2016, 1664, 36, 32], + "5036": [2016, 1696, 36, 32], + "5038": [2016, 1728, 36, 32], + "5040": [2016, 1760, 36, 32], + "5042": [2016, 1792, 36, 32], + "5044": [2016, 1824, 36, 32], + "5046": [2016, 1856, 36, 32], + "5048": [2016, 1888, 36, 32], + "5050": [2016, 1920, 36, 32], + "5052": [2016, 1952, 36, 32], + "5070": [1332, 2528, 36, 32], + "5075": [2016, 1984, 36, 32], + "5076": [936, 2560, 36, 32], + "5077": [972, 2560, 36, 32], + "5078": [1008, 2560, 36, 32], + "5096": [216, 1408, 36, 32], + "5097": [360, 1408, 36, 32], + "5098": [576, 1408, 36, 32], + "5099": [648, 1408, 36, 32], + "5100": [720, 1408, 36, 32], + "5101": [288, 1408, 36, 32], + "5102": [432, 1408, 36, 32], + "5103": [972, 1408, 36, 32], + "5104": [1044, 1408, 36, 32], + "5105": [1404, 1408, 36, 32], + "5106": [1440, 160, 36, 32], + "5280": [1188, 1408, 36, 32], + "5281": [1440, 32, 36, 32], + "5282": [1116, 1408, 36, 32], + "5283": [576, 1376, 36, 32], + "5284": [648, 1376, 36, 32], + "5285": [720, 1376, 36, 32], + "5286": [792, 1376, 36, 32], + "5287": [864, 1376, 36, 32], + "5288": [936, 1376, 36, 32], + "5289": [1008, 1376, 36, 32], + "5290": [1440, 224, 36, 32], + "5291": [1404, 0, 36, 32], + "5292": [1404, 64, 36, 32], + "5293": [1404, 128, 36, 32], + "5294": [1404, 192, 36, 32], + "5295": [1404, 256, 36, 32], + "5296": [1404, 320, 36, 32], + "5297": [1404, 384, 36, 32], + "5298": [1404, 448, 36, 32], + "5299": [1404, 512, 36, 32], + "5300": [1404, 576, 36, 32], + "5301": [1404, 640, 36, 32], + "5302": [1404, 704, 36, 32], + "5303": [1404, 768, 36, 32], + "5304": [1404, 832, 36, 32], + "5305": [1152, 1376, 36, 32], + "5306": [1368, 1376, 36, 32], + "5307": [1224, 1376, 36, 32], + "5308": [1296, 1376, 36, 32], + "5309": [0, 1408, 36, 32], + "5310": [72, 1408, 36, 32], + "5311": [144, 1408, 36, 32], + "5312": [1404, 864, 36, 32], + "5313": [1404, 960, 36, 32], + "5314": [1404, 1056, 36, 32], + "5315": [1404, 1152, 36, 32], + "5316": [1404, 1248, 36, 32], + "5317": [1440, 320, 36, 32], + "5318": [0, 1376, 36, 32], + "5319": [72, 1376, 36, 32], + "5320": [288, 1376, 36, 32], + "5321": [432, 1376, 36, 32], + "5322": [216, 1376, 36, 32], + "5323": [360, 1376, 36, 32], + "5324": [144, 1376, 36, 32], + "5325": [0, 2016, 36, 32], + "5329": [36, 2016, 36, 32], + "5331": [72, 2016, 36, 32], + "5341": [108, 2016, 36, 32], + "5343": [144, 2016, 36, 32], + "5345": [180, 2016, 36, 32], + "5350": [216, 2016, 36, 32], + "5352": [252, 2016, 36, 32], + "5354": [288, 2016, 36, 32], + "5370": [324, 2016, 36, 32], + "5371": [360, 2016, 36, 32], + "5372": [396, 2016, 36, 32], + "5373": [432, 2016, 36, 32], + "5374": [468, 2016, 36, 32], + "5376": [504, 2016, 36, 32], + "5386": [1476, 736, 36, 32], + "5396": [1476, 832, 36, 32], + "5406": [1476, 800, 36, 32], + "5416": [1476, 768, 36, 32], + "5418": [540, 2016, 36, 32], + "5438": [1476, 864, 36, 32], + "5458": [1476, 896, 36, 32], + "5478": [1476, 928, 36, 32], + "5496": [576, 2016, 36, 32], + "5497": [612, 2016, 36, 32], + "5498": [648, 2016, 36, 32], + "5499": [684, 2016, 36, 32], + "5500": [720, 2016, 36, 32], + "5501": [756, 2016, 36, 32], + "5502": [792, 2016, 36, 32], + "5503": [828, 2016, 36, 32], + "5504": [324, 1376, 36, 32], + "5509": [1404, 1440, 36, 32], + "5510": [1440, 1440, 36, 32], + "5512": [1476, 0, 36, 32], + "5514": [1476, 32, 36, 32], + "5516": [864, 2016, 36, 32], + "5521": [900, 2016, 36, 32], + "5523": [936, 2016, 36, 32], + "5525": [972, 2016, 36, 32], + "5527": [1008, 2016, 36, 32], + "5529": [1044, 2016, 36, 32], + "5531": [1080, 2016, 36, 32], + "5533": [1116, 2016, 36, 32], + "5535": [1152, 2016, 36, 32], + "5537": [1188, 2016, 36, 32], + "5539": [1224, 2016, 36, 32], + "5541": [1260, 2016, 36, 32], + "5543": [1296, 2016, 36, 32], + "5545": [324, 2560, 36, 32], + "5547": [1332, 2016, 36, 32], + "5549": [1368, 2016, 36, 32], + "5553": [360, 1088, 36, 32], + "5554": [324, 1088, 36, 32], + "5555": [396, 1088, 36, 32], + "5556": [468, 1088, 36, 32], + "5557": [432, 1088, 36, 32], + "5574": [1404, 2016, 36, 32], + "5575": [1440, 2016, 36, 32], + "5576": [1476, 2016, 36, 32], + "5616": [1512, 2016, 36, 32], + "5617": [1548, 2016, 36, 32], + "5618": [1584, 2016, 36, 32], + "5619": [1620, 2016, 36, 32], + "5620": [1656, 2016, 36, 32], + "5621": [1692, 2016, 36, 32], + "5622": [1728, 2016, 36, 32], + "5623": [1764, 2016, 36, 32], + "5624": [1800, 2016, 36, 32], + "5625": [1836, 2016, 36, 32], + "5626": [1872, 2016, 36, 32], + "5627": [1908, 2016, 36, 32], + "5628": [1944, 2016, 36, 32], + "5629": [1980, 2016, 36, 32], + "5630": [2016, 2016, 36, 32], + "5631": [2052, 0, 36, 32], + "5632": [2052, 32, 36, 32], + "5633": [2052, 64, 36, 32], + "5634": [2052, 96, 36, 32], + "5635": [2052, 128, 36, 32], + "5636": [2052, 160, 36, 32], + "5637": [2052, 192, 36, 32], + "5638": [2052, 224, 36, 32], + "5639": [2052, 256, 36, 32], + "5640": [2052, 288, 36, 32], + "5641": [2052, 320, 36, 32], + "5642": [2052, 352, 36, 32], + "5643": [2052, 384, 36, 32], + "5644": [2052, 416, 36, 32], + "5645": [2052, 448, 36, 32], + "5646": [2052, 480, 36, 32], + "5647": [2052, 512, 36, 32], + "5648": [2052, 544, 36, 32], + "5649": [2052, 576, 36, 32], + "5650": [2052, 608, 36, 32], + "5651": [2052, 640, 36, 32], + "5652": [2052, 672, 36, 32], + "5653": [2052, 704, 36, 32], + "5654": [2052, 736, 36, 32], + "5655": [2052, 768, 36, 32], + "5656": [2052, 800, 36, 32], + "5657": [2052, 832, 36, 32], + "5658": [2052, 864, 36, 32], + "5659": [2052, 896, 36, 32], + "5660": [2052, 928, 36, 32], + "5661": [2052, 960, 36, 32], + "5662": [2052, 992, 36, 32], + "5663": [2052, 1024, 36, 32], + "5664": [2052, 1056, 36, 32], + "5665": [2052, 1088, 36, 32], + "5666": [2052, 1120, 36, 32], + "5667": [2052, 1152, 36, 32], + "5668": [2052, 1184, 36, 32], + "5670": [2052, 1216, 36, 32], + "5672": [2052, 1248, 36, 32], + "5674": [2052, 1280, 36, 32], + "5676": [2052, 1312, 36, 32], + "5678": [2052, 1344, 36, 32], + "5680": [2052, 1376, 36, 32], + "5682": [2052, 1408, 36, 32], + "5686": [2052, 1440, 36, 32], + "5688": [2052, 1472, 36, 32], + "5690": [2052, 1504, 36, 32], + "5692": [2052, 1536, 36, 32], + "5694": [2052, 1568, 36, 32], + "5696": [2052, 1600, 36, 32], + "5698": [2052, 1632, 36, 32], + "5700": [2052, 1664, 36, 32], + "5704": [2052, 1696, 36, 32], + "5706": [2052, 1728, 36, 32], + "5708": [2052, 1760, 36, 32], + "5710": [2052, 1792, 36, 32], + "5712": [2052, 1824, 36, 32], + "5714": [2052, 1856, 36, 32], + "5716": [2052, 1888, 36, 32], + "5718": [2052, 1920, 36, 32], + "5720": [2052, 1952, 36, 32], + "5722": [2052, 1984, 36, 32], + "5724": [2052, 2016, 36, 32], + "5726": [0, 2048, 36, 32], + "5728": [36, 2048, 36, 32], + "5730": [72, 2048, 36, 32], + "5734": [108, 2048, 36, 32], + "5736": [144, 2048, 36, 32], + "5739": [180, 2048, 36, 32], + "5741": [216, 2048, 36, 32], + "5743": [252, 2048, 36, 32], + "5745": [288, 2048, 36, 32], + "5747": [324, 2048, 36, 32], + "5749": [360, 2048, 36, 32], + "5751": [396, 2048, 36, 32], + "5753": [432, 2048, 36, 32], + "5755": [468, 2048, 36, 32], + "5757": [504, 2048, 36, 32], + "5759": [540, 2048, 36, 32], + "5761": [576, 2048, 36, 32], + "5763": [612, 2048, 36, 32], + "5765": [648, 2048, 36, 32], + "5767": [684, 2048, 36, 32], + "5769": [720, 2048, 36, 32], + "5777": [756, 2048, 36, 32], + "5785": [792, 2048, 36, 32], + "5793": [828, 2048, 36, 32], + "5801": [864, 2048, 36, 32], + "5809": [900, 2048, 36, 32], + "5817": [936, 2048, 36, 32], + "5825": [972, 2048, 36, 32], + "5833": [1008, 2048, 36, 32], + "5841": [1044, 2048, 36, 32], + "5849": [1080, 2048, 36, 32], + "5857": [1116, 2048, 36, 32], + "5865": [1152, 2048, 36, 32], + "5873": [1188, 2048, 36, 32], + "5881": [1224, 2048, 36, 32], + "5889": [1260, 2048, 36, 32], + "5897": [1296, 2048, 36, 32], + "5905": [1332, 2048, 36, 32], + "5913": [1368, 2048, 36, 32], + "5921": [1404, 2048, 36, 32], + "5929": [1440, 2048, 36, 32], + "5931": [1332, 1376, 36, 32], + "5933": [1476, 2048, 36, 32], + "5935": [1476, 576, 36, 32], + "5937": [1512, 2048, 36, 32], + "5940": [1548, 2048, 36, 32], + "5943": [1584, 2048, 36, 32], + "5945": [1620, 2048, 36, 32], + "5947": [1656, 2048, 36, 32], + "5949": [1692, 2048, 36, 32], + "5952": [1728, 2048, 36, 32], + "5954": [1764, 2048, 36, 32], + "5956": [1800, 2048, 36, 32], + "5958": [1836, 2048, 36, 32], + "5968": [1476, 704, 36, 32], + "5970": [756, 1376, 36, 32], + "5972": [900, 1376, 36, 32], + "5974": [972, 1376, 36, 32], + "5978": [1476, 608, 36, 32], + "5980": [1440, 192, 36, 32], + "5982": [396, 1376, 36, 32], + "5984": [1872, 2048, 36, 32], + "5986": [252, 1376, 36, 32], + "5988": [1908, 2048, 36, 32], + "5992": [1944, 2048, 36, 32], + "5994": [1188, 1376, 36, 32], + "5996": [1260, 1376, 36, 32], + "5998": [1404, 1376, 36, 32], + "6000": [36, 1408, 36, 32], + "6002": [108, 1408, 36, 32], + "6004": [1080, 1408, 36, 32], + "6006": [1116, 1376, 36, 32], + "6008": [1980, 2048, 36, 32], + "6010": [180, 1408, 36, 32], + "6012": [540, 1408, 36, 32], + "6014": [324, 1408, 36, 32], + "6016": [1152, 1408, 36, 32], + "6018": [1440, 128, 36, 32], + "6020": [2016, 2048, 36, 32], + "6022": [2052, 2048, 36, 32], + "6024": [2088, 0, 36, 32], + "6026": [2088, 32, 36, 32], + "6028": [2088, 64, 36, 32], + "6030": [2088, 96, 36, 32], + "6032": [2088, 128, 36, 32], + "6034": [2088, 160, 36, 32], + "6036": [2088, 192, 36, 32], + "6038": [2088, 224, 36, 32], + "6043": [1404, 928, 36, 32], + "6045": [1404, 1024, 36, 32], + "6047": [1404, 1120, 36, 32], + "6049": [1404, 1216, 36, 32], + "6051": [1404, 1312, 36, 32], + "6055": [2088, 256, 36, 32], + "6061": [2088, 288, 36, 32], + "6062": [2088, 320, 36, 32], + "6067": [2376, 2528, 36, 32], + "6068": [2304, 2528, 36, 32], + "6069": [2268, 2528, 36, 32], + "6070": [2232, 2528, 36, 32], + "6102": [2196, 2528, 36, 32], + "6103": [2088, 2528, 36, 32], + "6106": [1332, 2560, 36, 32], + "6107": [1476, 2560, 36, 32], + "6108": [1512, 2560, 36, 32], + "6109": [1440, 2560, 36, 32], + "6110": [1404, 2560, 36, 32], + "6111": [1368, 2560, 36, 32], + "6128": [2088, 352, 36, 32], + "6129": [2088, 384, 36, 32], + "6130": [2088, 416, 36, 32], + "6131": [2088, 448, 36, 32], + "6133": [2088, 480, 36, 32], + "6135": [2088, 512, 36, 32], + "6137": [2088, 544, 36, 32], + "6139": [2088, 576, 36, 32], + "6141": [2088, 608, 36, 32], + "6143": [2088, 640, 36, 32], + "6145": [2088, 672, 36, 32], + "6147": [2088, 704, 36, 32], + "6149": [2088, 736, 36, 32], + "6151": [2088, 768, 36, 32], + "6153": [2088, 800, 36, 32], + "6155": [2088, 832, 36, 32], + "6157": [2088, 864, 36, 32], + "6159": [2088, 896, 36, 32], + "6161": [2088, 928, 36, 32], + "6163": [2088, 960, 36, 32], + "6165": [2088, 992, 36, 32], + "6167": [2088, 1024, 36, 32], + "6169": [2088, 1056, 36, 32], + "6171": [2088, 1088, 36, 32], + "6173": [2088, 1120, 36, 32], + "6180": [1224, 640, 36, 32], + "6181": [1224, 672, 36, 32], + "6182": [1224, 704, 36, 32], + "6183": [1224, 1056, 36, 32], + "6184": [2448, 2144, 36, 32], + "6185": [2448, 2176, 36, 32], + "6186": [2448, 2208, 36, 32], + "6187": [2448, 2240, 36, 32], + "6188": [2448, 2272, 36, 32], + "6199": [288, 1312, 36, 32], + "6211": [2088, 1152, 36, 32], + "6213": [2088, 1184, 36, 32], + "6215": [2088, 1216, 36, 32], + "6235": [2088, 1248, 36, 32], + "6237": [2088, 1280, 36, 32], + "6257": [2088, 1312, 36, 32], + "6259": [2088, 1344, 36, 32], + "6279": [2088, 1376, 36, 32], + "6281": [2088, 1408, 36, 32], + "6283": [2088, 1440, 36, 32], + "6285": [2088, 1472, 36, 32], + "6287": [2088, 1504, 36, 32], + "6289": [2088, 1536, 36, 32], + "6291": [2088, 1568, 36, 32], + "6297": [2088, 1600, 36, 32], + "6299": [2088, 1632, 36, 32], + "6305": [2088, 1664, 36, 32], + "6306": [2088, 1696, 36, 32], + "6311": [2088, 1728, 36, 32], + "6313": [2088, 1760, 36, 32], + "6315": [2088, 1792, 36, 32], + "6317": [2088, 1824, 36, 32], + "6319": [2088, 1856, 36, 32], + "6322": [2088, 1888, 36, 32], + "6324": [2088, 1920, 36, 32], + "6326": [2088, 1952, 36, 32], + "6328": [2088, 1984, 36, 32], + "6330": [2088, 2016, 36, 32], + "6332": [1260, 1408, 36, 32], + "6333": [792, 1408, 36, 32], + "6335": [2088, 2048, 36, 32], + "6337": [0, 2080, 36, 32], + "6339": [36, 2080, 36, 32], + "6341": [72, 2080, 36, 32], + "6343": [108, 2080, 36, 32], + "6345": [144, 2080, 36, 32], + "6347": [180, 2080, 36, 32], + "6349": [216, 2080, 36, 32], + "6351": [252, 2080, 36, 32], + "6353": [288, 2080, 36, 32], + "6355": [324, 2080, 36, 32], + "6357": [360, 2080, 36, 32], + "6359": [396, 2080, 36, 32], + "6361": [432, 2080, 36, 32], + "6363": [468, 2080, 36, 32], + "6365": [504, 2080, 36, 32], + "6367": [540, 2080, 36, 32], + "6369": [576, 2080, 36, 32], + "6371": [612, 2080, 36, 32], + "6373": [648, 2080, 36, 32], + "6375": [684, 2080, 36, 32], + "6377": [720, 2080, 36, 32], + "6379": [756, 2080, 36, 32], + "6382": [792, 2080, 36, 32], + "6384": [828, 2080, 36, 32], + "6386": [864, 2080, 36, 32], + "6388": [900, 2080, 36, 32], + "6390": [936, 2080, 36, 32], + "6392": [972, 2080, 36, 32], + "6394": [1008, 2080, 36, 32], + "6396": [1044, 2080, 36, 32], + "6398": [1080, 2080, 36, 32], + "6400": [1116, 2080, 36, 32], + "6402": [1152, 2080, 36, 32], + "6404": [1188, 2080, 36, 32], + "6406": [1224, 2080, 36, 32], + "6408": [1260, 2080, 36, 32], + "6410": [1296, 2080, 36, 32], + "6412": [1332, 2080, 36, 32], + "6414": [1368, 2080, 36, 32], + "6416": [1404, 2080, 36, 32], + "6418": [1440, 2080, 36, 32], + "6420": [1476, 2080, 36, 32], + "6470": [1512, 2080, 36, 32], + "6472": [1548, 2080, 36, 32], + "6474": [1584, 2080, 36, 32], + "6476": [1620, 2080, 36, 32], + "6522": [1296, 128, 36, 32], + "6523": [1296, 32, 36, 32], + "6524": [1260, 1248, 36, 32], + "6525": [1296, 64, 36, 32], + "6526": [1296, 96, 36, 32], + "6527": [1656, 2080, 36, 32], + "6528": [1296, 0, 36, 32], + "6529": [2556, 2432, 36, 32], + "6547": [2268, 2560, 36, 32], + "6548": [2376, 2560, 36, 32], + "6562": [288, 288, 36, 32], + "6563": [576, 1568, 36, 32], + "6568": [1224, 1248, 36, 32], + "6570": [360, 192, 36, 32], + "6571": [144, 352, 36, 32], + "6573": [252, 544, 36, 32], + "6575": [1692, 2080, 36, 32], + "6577": [1728, 2080, 36, 32], + "6579": [1764, 2080, 36, 32], + "6581": [1800, 2080, 36, 32], + "6583": [1836, 2080, 36, 32], + "6585": [1872, 2080, 36, 32], + "6587": [1908, 2080, 36, 32], + "6589": [1944, 2080, 36, 32], + "6591": [1980, 2080, 36, 32], + "6593": [2016, 2080, 36, 32], + "6595": [2052, 2080, 36, 32], + "6597": [2088, 2080, 36, 32], + "6599": [2124, 0, 36, 32], + "6601": [2124, 32, 36, 32], + "6603": [2124, 64, 36, 32], + "6605": [2124, 96, 36, 32], + "6607": [2124, 128, 36, 32], + "6609": [2124, 160, 36, 32], + "6611": [2124, 192, 36, 32], + "6613": [2124, 224, 36, 32], + "6615": [2124, 256, 36, 32], + "6617": [2124, 288, 36, 32], + "6619": [2124, 320, 36, 32], + "6621": [2124, 352, 36, 32], + "6623": [2124, 384, 36, 32], + "6625": [2124, 416, 36, 32], + "6627": [2124, 448, 36, 32], + "6629": [2124, 480, 36, 32], + "6631": [2124, 512, 36, 32], + "6633": [2124, 544, 36, 32], + "6654": [1224, 544, 36, 32], + "6655": [1224, 576, 36, 32], + "6656": [1224, 608, 36, 32], + "6665": [1260, 768, 36, 32], + "6666": [1260, 800, 36, 32], + "6667": [2124, 576, 36, 32], + "6668": [360, 2528, 36, 32], + "6672": [2448, 1024, 36, 32], + "6681": [2124, 608, 36, 32], + "6685": [2124, 640, 36, 32], + "6687": [2124, 672, 36, 32], + "6689": [2124, 704, 36, 32], + "6691": [2124, 736, 36, 32], + "6693": [2124, 768, 36, 32], + "6697": [2124, 800, 36, 32], + "6701": [2124, 832, 36, 32], + "6703": [2124, 864, 36, 32], + "6705": [2124, 896, 36, 32], + "6714": [2412, 2560, 36, 32], + "6722": [2520, 576, 36, 32], + "6724": [252, 288, 36, 32], + "6729": [2124, 928, 36, 32], + "6731": [144, 288, 36, 32], + "6733": [108, 288, 36, 32], + "6735": [180, 288, 36, 32], + "6737": [72, 288, 36, 32], + "6739": [216, 288, 36, 32], + "6746": [2232, 2560, 36, 32], + "6750": [2124, 960, 36, 32], + "6752": [2124, 992, 36, 32], + "6760": [2124, 1024, 36, 32], + "6762": [2124, 1056, 36, 32], + "6764": [2124, 1088, 36, 32], + "6773": [2160, 2560, 36, 32], + "6794": [2124, 1120, 36, 32], + "6798": [36, 1152, 36, 32], + "6799": [72, 1152, 36, 32], + "6800": [108, 1152, 36, 32], + "6801": [144, 1152, 36, 32], + "6802": [180, 1152, 36, 32], + "6803": [216, 1152, 36, 32], + "6804": [252, 1152, 36, 32], + "6805": [288, 1152, 36, 32], + "6806": [324, 1152, 36, 32], + "6807": [360, 1152, 36, 32], + "6809": [1260, 1056, 36, 32], + "6812": [2124, 1152, 36, 32], + "6814": [2124, 1184, 36, 32], + "6856": [936, 2464, 36, 32], + "6857": [2520, 2080, 36, 32], + "6858": [2520, 768, 36, 32], + "6859": [1152, 2432, 36, 32], + "6860": [1836, 2432, 36, 32], + "6861": [2520, 1056, 36, 32], + "6862": [2484, 2272, 36, 32], + "6863": [1620, 2464, 36, 32], + "6889": [1116, 768, 36, 32], + "6891": [2124, 1216, 36, 32], + "6908": [1116, 480, 36, 32], + "6910": [1116, 512, 36, 32], + "6912": [1116, 544, 36, 32], + "6914": [1116, 576, 36, 32], + "6916": [1116, 640, 36, 32], + "6918": [1116, 608, 36, 32], + "6920": [1116, 704, 36, 32], + "6922": [1116, 736, 36, 32], + "6924": [1116, 672, 36, 32], + "6959": [2124, 1248, 36, 32], + "6961": [540, 2560, 36, 32], + "6962": [2124, 1280, 36, 32], + "6963": [612, 2560, 36, 32], + "6965": [576, 2560, 36, 32], + "6971": [2124, 1312, 36, 32], + "6973": [2124, 1344, 36, 32], + "6975": [2124, 1376, 36, 32], + "6977": [2124, 1408, 36, 32], + "6979": [2124, 1440, 36, 32], + "6981": [2124, 1472, 36, 32], + "6983": [2124, 1504, 36, 32], + "7051": [2124, 1536, 36, 32], + "7054": [2124, 1568, 36, 32], + "7056": [2124, 1600, 36, 32], + "7058": [2124, 1632, 36, 32], + "7060": [2124, 1664, 36, 32], + "7062": [2124, 1696, 36, 32], + "7064": [2124, 1728, 36, 32], + "7066": [2124, 1760, 36, 32], + "7068": [2124, 1792, 36, 32], + "7070": [2124, 1824, 36, 32], + "7072": [2124, 1856, 36, 32], + "7074": [2124, 1888, 36, 32], + "7076": [2124, 1920, 36, 32], + "7078": [2124, 1952, 36, 32], + "7080": [2124, 1984, 36, 32], + "7082": [2124, 2016, 36, 32], + "7084": [2124, 2048, 36, 32], + "7086": [2124, 2080, 36, 32], + "7088": [0, 2112, 36, 32], + "7110": [36, 2112, 36, 32], + "7112": [72, 2112, 36, 32], + "7114": [108, 2112, 36, 32], + "7116": [144, 2112, 36, 32], + "7122": [180, 2112, 36, 32], + "7124": [216, 2112, 36, 32], + "7126": [252, 2112, 36, 32], + "7128": [288, 2112, 36, 32], + "7130": [324, 2112, 36, 32], + "7132": [360, 2112, 36, 32], + "7134": [396, 2112, 36, 32], + "7136": [432, 2112, 36, 32], + "7138": [468, 2112, 36, 32], + "7158": [252, 0, 36, 32], + "7159": [504, 2112, 36, 32], + "7162": [540, 2112, 36, 32], + "7168": [576, 2112, 36, 32], + "7170": [612, 2112, 36, 32], + "7176": [648, 2112, 36, 32], + "7178": [684, 2112, 36, 32], + "7186": [720, 2112, 36, 32], + "7188": [756, 2112, 36, 32], + "7196": [792, 2112, 36, 32], + "7198": [828, 2112, 36, 32], + "7206": [864, 2112, 36, 32], + "7208": [900, 2112, 36, 32], + "7216": [936, 2112, 36, 32], + "7218": [972, 2112, 36, 32], + "7223": [1008, 2112, 36, 32], + "7225": [1044, 2112, 36, 32], + "7319": [792, 320, 36, 32], + "7321": [792, 384, 36, 32], + "7323": [792, 352, 36, 32], + "7325": [792, 448, 36, 32], + "7327": [792, 416, 36, 32], + "7329": [792, 992, 36, 32], + "7330": [828, 992, 36, 32], + "7331": [864, 992, 36, 32], + "7332": [648, 96, 36, 32], + "7334": [756, 256, 36, 32], + "7336": [432, 832, 36, 32], + "7338": [648, 128, 36, 32], + "7340": [756, 288, 36, 32], + "7342": [468, 832, 36, 32], + "7344": [648, 160, 36, 32], + "7346": [756, 320, 36, 32], + "7348": [504, 832, 36, 32], + "7350": [648, 192, 36, 32], + "7352": [756, 352, 36, 32], + "7354": [540, 832, 36, 32], + "7356": [648, 224, 36, 32], + "7358": [756, 384, 36, 32], + "7360": [576, 832, 36, 32], + "7362": [684, 288, 36, 32], + "7364": [684, 352, 36, 32], + "7366": [684, 320, 36, 32], + "7368": [684, 384, 36, 32], + "7370": [360, 736, 36, 32], + "7372": [396, 736, 36, 32], + "7374": [648, 864, 36, 32], + "7376": [576, 864, 36, 32], + "7378": [432, 736, 36, 32], + "7380": [468, 736, 36, 32], + "7382": [684, 864, 36, 32], + "7384": [612, 864, 36, 32], + "7386": [684, 544, 36, 32], + "7388": [684, 640, 36, 32], + "7390": [684, 512, 36, 32], + "7392": [684, 608, 36, 32], + "7394": [684, 480, 36, 32], + "7396": [684, 576, 36, 32], + "7398": [792, 864, 36, 32], + "7399": [756, 864, 36, 32], + "7400": [720, 864, 36, 32], + "7409": [972, 1344, 36, 32], + "7416": [396, 192, 36, 32], + "7418": [396, 160, 36, 32], + "7432": [1152, 2528, 36, 32], + "7433": [1080, 2112, 36, 32], + "7435": [1116, 2112, 36, 32], + "7437": [1152, 2112, 36, 32], + "7439": [1188, 2112, 36, 32], + "7441": [1224, 2112, 36, 32], + "7443": [1260, 2112, 36, 32], + "7445": [1296, 2112, 36, 32], + "7447": [1332, 2112, 36, 32], + "7449": [1368, 2112, 36, 32], + "7451": [1404, 2112, 36, 32], + "7453": [1332, 1344, 36, 32], + "7454": [1296, 1344, 36, 32], + "7455": [1260, 1344, 36, 32], + "7456": [1224, 1344, 36, 32], + "7457": [1188, 1344, 36, 32], + "7458": [1152, 1344, 36, 32], + "7459": [1116, 1344, 36, 32], + "7460": [1080, 1344, 36, 32], + "7461": [1044, 1344, 36, 32], + "7462": [1008, 1344, 36, 32], + "7468": [1440, 2112, 36, 32], + "7521": [1476, 2112, 36, 32], + "7566": [1512, 2112, 36, 32], + "7568": [1548, 2112, 36, 32], + "7570": [2556, 992, 36, 32], + "7592": [1224, 736, 36, 32], + "7593": [1224, 768, 36, 32], + "7594": [1224, 800, 36, 32], + "7595": [1224, 832, 36, 32], + "7596": [1224, 864, 36, 32], + "7650": [1584, 2112, 36, 32], + "7660": [1620, 2112, 36, 32], + "7662": [1656, 2112, 36, 32], + "7664": [1692, 2112, 36, 32], + "7666": [1728, 2112, 36, 32], + "7668": [1764, 2112, 36, 32], + "7759": [1800, 2112, 36, 32], + "7761": [1836, 2112, 36, 32], + "7763": [1872, 2112, 36, 32], + "7765": [1908, 2112, 36, 32], + "7767": [1944, 2112, 36, 32], + "7769": [1980, 2112, 36, 32], + "7771": [2016, 2112, 36, 32], + "7774": [864, 2432, 36, 32], + "7775": [360, 2432, 36, 32], + "7776": [1404, 2464, 36, 32], + "7801": [2052, 2112, 36, 32], + "7917": [2088, 2560, 36, 32], + "7918": [2052, 2560, 36, 32], + "7919": [2088, 2112, 36, 32], + "7927": [2520, 1184, 36, 32], + "7936": [2124, 2112, 36, 32], + "7939": [2160, 0, 36, 32], + "7944": [2160, 32, 36, 32], + "7946": [2160, 64, 36, 32], + "7948": [2556, 1056, 36, 32], + "7954": [2556, 640, 36, 32], + "7975": [1260, 480, 36, 32], + "7976": [1260, 512, 36, 32], + "7977": [1260, 544, 36, 32], + "7978": [1260, 576, 36, 32], + "7979": [0, 32, 36, 32], + "7980": [432, 32, 36, 32], + "7981": [324, 384, 36, 32], + "7989": [1296, 352, 36, 32], + "7991": [1296, 288, 36, 32], + "7993": [1296, 320, 36, 32], + "8007": [2160, 96, 36, 32], + "8008": [2160, 128, 36, 32], + "8009": [2160, 160, 36, 32], + "8010": [2160, 192, 36, 32], + "8011": [2160, 224, 36, 32], + "8012": [2160, 256, 36, 32], + "8013": [2160, 288, 36, 32], + "8014": [2160, 320, 36, 32], + "8015": [2160, 352, 36, 32], + "8016": [2160, 384, 36, 32], + "8017": [2160, 416, 36, 32], + "8018": [2160, 448, 36, 32], + "8019": [2160, 480, 36, 32], + "8020": [2160, 512, 36, 32], + "8021": [2160, 544, 36, 32], + "8417": [2160, 576, 36, 32], + "8419": [2160, 608, 36, 32], + "8421": [2160, 640, 36, 32], + "8423": [2160, 672, 36, 32], + "8425": [2160, 704, 36, 32], + "8427": [2160, 736, 36, 32], + "8429": [2160, 768, 36, 32], + "8431": [2160, 800, 36, 32], + "8433": [2160, 832, 36, 32], + "8435": [2160, 864, 36, 32], + "8437": [2160, 896, 36, 32], + "8439": [2160, 928, 36, 32], + "8441": [2160, 960, 36, 32], + "8443": [2160, 992, 36, 32], + "8445": [2160, 1024, 36, 32], + "8447": [2160, 1056, 36, 32], + "8449": [2160, 1088, 36, 32], + "8451": [2160, 1120, 36, 32], + "8453": [2160, 1152, 36, 32], + "8455": [2160, 1184, 36, 32], + "8457": [2160, 1216, 36, 32], + "8459": [2160, 1248, 36, 32], + "8461": [2160, 1280, 36, 32], + "8496": [2160, 1312, 36, 32], + "8498": [2160, 1344, 36, 32], + "8500": [2160, 1376, 36, 32], + "8502": [2160, 1408, 36, 32], + "8504": [2160, 1440, 36, 32], + "8506": [2160, 1472, 36, 32], + "8508": [2160, 1504, 36, 32], + "8510": [2160, 1536, 36, 32], + "8512": [2160, 1568, 36, 32], + "8514": [2160, 1600, 36, 32], + "8516": [2160, 1632, 36, 32], + "8518": [2160, 1664, 36, 32], + "8520": [2160, 1696, 36, 32], + "8522": [2160, 1728, 36, 32], + "8524": [2160, 1760, 36, 32], + "8526": [2160, 1792, 36, 32], + "8528": [2160, 1824, 36, 32], + "8530": [2160, 1856, 36, 32], + "8532": [2160, 1888, 36, 32], + "8548": [2160, 1920, 36, 32], + "8550": [2160, 1952, 36, 32], + "8552": [2160, 1984, 36, 32], + "8554": [2160, 2016, 36, 32], + "8556": [2160, 2048, 36, 32], + "8558": [2160, 2080, 36, 32], + "8560": [2160, 2112, 36, 32], + "8562": [0, 2144, 36, 32], + "8564": [36, 2144, 36, 32], + "8566": [72, 2144, 36, 32], + "8568": [108, 2144, 36, 32], + "8570": [144, 2144, 36, 32], + "8572": [180, 2144, 36, 32], + "8574": [216, 2144, 36, 32], + "8576": [252, 2144, 36, 32], + "8578": [288, 2144, 36, 32], + "8580": [324, 2144, 36, 32], + "8582": [360, 2144, 36, 32], + "8584": [396, 2144, 36, 32], + "8586": [432, 2144, 36, 32], + "8588": [468, 2144, 36, 32], + "8590": [504, 2144, 36, 32], + "8592": [540, 2144, 36, 32], + "8594": [576, 2144, 36, 32], + "8596": [612, 2144, 36, 32], + "8598": [648, 2144, 36, 32], + "8600": [684, 2144, 36, 32], + "8602": [720, 2144, 36, 32], + "8604": [756, 2144, 36, 32], + "8606": [792, 2144, 36, 32], + "8608": [828, 2144, 36, 32], + "8610": [864, 2144, 36, 32], + "8612": [900, 2144, 36, 32], + "8614": [936, 2144, 36, 32], + "8616": [972, 2144, 36, 32], + "8618": [1008, 2144, 36, 32], + "8620": [1044, 2144, 36, 32], + "8622": [1080, 2144, 36, 32], + "8778": [1116, 2144, 36, 32], + "8780": [1152, 2144, 36, 32], + "8782": [1188, 2144, 36, 32], + "8784": [1224, 2144, 36, 32], + "8786": [1260, 2144, 36, 32], + "8788": [1296, 2144, 36, 32], + "8790": [1332, 2144, 36, 32], + "8792": [1368, 2144, 36, 32], + "8794": [1404, 2144, 36, 32], + "8837": [1440, 2144, 36, 32], + "8839": [0, 1088, 36, 32], + "8840": [36, 1088, 36, 32], + "8841": [1116, 1056, 36, 32], + "8842": [72, 1088, 36, 32], + "8844": [1188, 224, 36, 32], + "8845": [1188, 256, 36, 32], + "8846": [1188, 288, 36, 32], + "8847": [1188, 320, 36, 32], + "8848": [1188, 352, 36, 32], + "8849": [1188, 384, 36, 32], + "8850": [1188, 416, 36, 32], + "8851": [1728, 2432, 36, 32], + "8866": [900, 2560, 36, 32], + "8867": [792, 2560, 36, 32], + "8868": [864, 2560, 36, 32], + "8869": [828, 2560, 36, 32], + "8872": [1476, 2144, 36, 32], + "8874": [1512, 2144, 36, 32], + "8876": [1548, 2144, 36, 32], + "8878": [1584, 2144, 36, 32], + "8880": [1620, 2144, 36, 32], + "8882": [1656, 2144, 36, 32], + "8901": [1260, 928, 36, 32], + "8921": [1044, 1504, 36, 32], + "8924": [1692, 2144, 36, 32], + "8925": [1728, 2144, 36, 32], + "8926": [1764, 2144, 36, 32], + "8927": [1800, 2144, 36, 32], + "8928": [1836, 2144, 36, 32], + "8940": [1152, 192, 36, 32], + "8941": [1152, 224, 36, 32], + "8950": [2520, 864, 36, 32], + "8951": [1296, 2464, 36, 32], + "8952": [360, 1120, 36, 32], + "8953": [468, 1120, 36, 32], + "8954": [576, 1120, 36, 32], + "8955": [684, 1120, 36, 32], + "8956": [792, 1120, 36, 32], + "8957": [900, 1120, 36, 32], + "8958": [1008, 1120, 36, 32], + "8959": [396, 1120, 36, 32], + "8960": [504, 1120, 36, 32], + "8961": [612, 1120, 36, 32], + "8962": [720, 1120, 36, 32], + "8963": [828, 1120, 36, 32], + "8964": [936, 1120, 36, 32], + "8965": [1044, 1120, 36, 32], + "8966": [1116, 1120, 36, 32], + "8967": [1152, 0, 36, 32], + "8968": [1152, 32, 36, 32], + "8969": [1152, 64, 36, 32], + "8970": [1152, 96, 36, 32], + "8971": [1152, 128, 36, 32], + "8988": [1152, 160, 36, 32], + "8991": [432, 1120, 36, 32], + "8992": [540, 1120, 36, 32], + "8993": [648, 1120, 36, 32], + "8994": [756, 1120, 36, 32], + "8995": [864, 1120, 36, 32], + "8996": [972, 1120, 36, 32], + "8997": [1080, 1120, 36, 32], + "9003": [1872, 2144, 36, 32], + "9004": [1908, 2144, 36, 32], + "9005": [2052, 2464, 36, 32], + "9006": [1260, 2432, 36, 32], + "9007": [1296, 1120, 36, 32], + "9008": [1296, 1152, 36, 32], + "9010": [1296, 1184, 36, 32], + "9011": [1296, 1216, 36, 32], + "9021": [2556, 1440, 36, 32], + "9022": [2556, 1408, 36, 32], + "9023": [2556, 1376, 36, 32], + "9024": [2556, 1344, 36, 32], + "9026": [1944, 2144, 36, 32], + "9028": [1980, 2144, 36, 32], + "9030": [2016, 2144, 36, 32], + "9032": [2052, 2144, 36, 32], + "9034": [2088, 2144, 36, 32], + "9036": [2124, 2144, 36, 32], + "9038": [2160, 2144, 36, 32], + "9040": [2196, 0, 36, 32], + "9042": [2196, 32, 36, 32], + "9044": [1296, 480, 36, 32], + "9052": [2196, 64, 36, 32], + "9068": [2448, 1760, 36, 32], + "9069": [2448, 1792, 36, 32], + "9070": [2448, 1856, 36, 32], + "9071": [2448, 1824, 36, 32], + "9072": [2448, 1728, 36, 32], + "9073": [2448, 1664, 36, 32], + "9074": [2448, 1696, 36, 32], + "9075": [2196, 96, 36, 32], + "9079": [1584, 2528, 36, 32], + "9080": [1548, 2528, 36, 32], + "9084": [2448, 1632, 36, 32], + "9096": [2448, 1472, 36, 32], + "9097": [2448, 1536, 36, 32], + "9098": [2448, 1504, 36, 32], + "9099": [2448, 1440, 36, 32], + "9100": [2448, 1376, 36, 32], + "9101": [2448, 1408, 36, 32], + "9102": [2448, 1568, 36, 32], + "9104": [2448, 1600, 36, 32], + "9140": [2196, 128, 36, 32], + "9141": [2196, 160, 36, 32], + "9142": [2196, 192, 36, 32], + "9143": [2196, 224, 36, 32], + "9144": [2196, 256, 36, 32], + "9145": [2196, 288, 36, 32], + "9174": [2196, 320, 36, 32], + "9176": [2556, 416, 36, 32], + "9177": [2196, 352, 36, 32], + "9179": [2196, 384, 36, 32], + "9181": [2196, 416, 36, 32], + "9183": [2196, 448, 36, 32], + "9185": [2196, 480, 36, 32], + "9187": [2196, 512, 36, 32], + "9188": [2196, 544, 36, 32], + "9189": [2196, 576, 36, 32], + "9190": [2196, 608, 36, 32], + "9191": [2196, 640, 36, 32], + "9192": [2196, 672, 36, 32], + "9193": [2196, 704, 36, 32], + "9194": [2196, 736, 36, 32], + "9236": [2196, 768, 36, 32], + "9238": [2196, 800, 36, 32], + "9239": [2196, 832, 36, 32], + "9240": [2196, 864, 36, 32], + "9241": [2196, 896, 36, 32], + "9242": [2196, 928, 36, 32], + "9243": [2196, 960, 36, 32], + "9244": [2196, 992, 36, 32], + "9245": [2196, 1024, 36, 32], + "9287": [2196, 1056, 36, 32], + "9288": [2196, 1088, 36, 32], + "9289": [2196, 1120, 36, 32], + "9290": [2196, 1152, 36, 32], + "9291": [2196, 1184, 36, 32], + "9292": [2196, 1216, 36, 32], + "9294": [2196, 1248, 36, 32], + "9295": [2196, 1280, 36, 32], + "9296": [2196, 1312, 36, 32], + "9297": [2196, 1344, 36, 32], + "9298": [2196, 1376, 36, 32], + "9299": [2196, 1408, 36, 32], + "9301": [2196, 1440, 36, 32], + "9302": [2196, 1472, 36, 32], + "9303": [2196, 1504, 36, 32], + "9304": [2196, 1536, 36, 32], + "9305": [2196, 1568, 36, 32], + "9306": [2196, 1600, 36, 32], + "9336": [2196, 1632, 36, 32], + "9337": [2196, 1664, 36, 32], + "9338": [2196, 1696, 36, 32], + "9339": [2196, 1728, 36, 32], + "9340": [2196, 1760, 36, 32], + "9341": [2196, 1792, 36, 32], + "9342": [2196, 1824, 36, 32], + "9375": [2196, 1856, 36, 32], + "9377": [2196, 1888, 36, 32], + "9378": [2196, 1920, 36, 32], + "9379": [2196, 1952, 36, 32], + "9380": [2196, 1984, 36, 32], + "9381": [2196, 2016, 36, 32], + "9382": [2196, 2048, 36, 32], + "9416": [2196, 2080, 36, 32], + "9418": [2196, 2112, 36, 32], + "9419": [2196, 2144, 36, 32], + "9420": [0, 2176, 36, 32], + "9423": [36, 2176, 36, 32], + "9425": [72, 2176, 36, 32], + "9427": [108, 2176, 36, 32], + "9429": [144, 2176, 36, 32], + "9431": [180, 2176, 36, 32], + "9434": [216, 2176, 36, 32], + "9436": [252, 2176, 36, 32], + "9438": [288, 2176, 36, 32], + "9440": [324, 2176, 36, 32], + "9442": [360, 2176, 36, 32], + "9444": [396, 2176, 36, 32], + "9446": [432, 2176, 36, 32], + "9448": [468, 2176, 36, 32], + "9450": [504, 2176, 36, 32], + "9452": [540, 2176, 36, 32], + "9454": [576, 2176, 36, 32], + "9456": [2556, 384, 36, 32], + "9457": [612, 2176, 36, 32], + "9459": [648, 2176, 36, 32], + "9461": [684, 2176, 36, 32], + "9463": [720, 2176, 36, 32], + "9465": [756, 2176, 36, 32], + "9469": [1080, 320, 36, 32], + "9470": [1080, 352, 36, 32], + "9472": [1080, 384, 36, 32], + "9475": [1080, 416, 36, 32], + "9629": [792, 2176, 36, 32], + "9634": [828, 2176, 36, 32], + "9636": [864, 2176, 36, 32], + "9638": [900, 2176, 36, 32], + "9640": [936, 2176, 36, 32], + "9642": [972, 2176, 36, 32], + "9644": [1008, 2176, 36, 32], + "9666": [1404, 1536, 36, 32], + "9668": [1368, 1536, 36, 32], + "9670": [1440, 1536, 36, 32], + "9672": [1044, 2176, 36, 32], + "9674": [1080, 2176, 36, 32], + "9676": [1116, 2176, 36, 32], + "9678": [1152, 2176, 36, 32], + "9729": [1188, 2176, 36, 32], + "9731": [1224, 2176, 36, 32], + "9733": [1260, 2176, 36, 32], + "9735": [1296, 2176, 36, 32], + "9736": [1332, 2176, 36, 32], + "9739": [1368, 2176, 36, 32], + "9741": [1404, 2176, 36, 32], + "9743": [1440, 2176, 36, 32], + "9745": [1476, 2176, 36, 32], + "9747": [2592, 672, 36, 32], + "9748": [1368, 192, 36, 32], + "9749": [1368, 160, 36, 32], + "9750": [2592, 704, 36, 32], + "9751": [1368, 256, 36, 32], + "9752": [1368, 224, 36, 32], + "9753": [2592, 736, 36, 32], + "9754": [1368, 320, 36, 32], + "9755": [1368, 288, 36, 32], + "9756": [2124, 2432, 36, 32], + "9757": [1368, 448, 36, 32], + "9758": [1368, 416, 36, 32], + "9759": [2592, 448, 36, 32], + "9760": [936, 1312, 36, 32], + "9761": [900, 1312, 36, 32], + "9762": [2592, 640, 36, 32], + "9763": [1368, 128, 36, 32], + "9764": [1368, 96, 36, 32], + "9765": [2592, 352, 36, 32], + "9766": [1080, 1312, 36, 32], + "9767": [1044, 1312, 36, 32], + "9768": [2592, 768, 36, 32], + "9769": [1368, 384, 36, 32], + "9770": [1368, 352, 36, 32], + "9771": [2592, 288, 36, 32], + "9772": [720, 1312, 36, 32], + "9773": [684, 1312, 36, 32], + "9774": [2592, 576, 36, 32], + "9775": [1296, 1312, 36, 32], + "9776": [1260, 1312, 36, 32], + "9777": [2592, 512, 36, 32], + "9778": [1152, 1312, 36, 32], + "9779": [1116, 1312, 36, 32], + "9780": [2592, 416, 36, 32], + "9781": [864, 1312, 36, 32], + "9782": [828, 1312, 36, 32], + "9783": [2592, 480, 36, 32], + "9784": [1008, 1312, 36, 32], + "9785": [972, 1312, 36, 32], + "9786": [2592, 800, 36, 32], + "9787": [1368, 512, 36, 32], + "9788": [1368, 480, 36, 32], + "9789": [2484, 416, 36, 32], + "9790": [1368, 64, 36, 32], + "9791": [1368, 32, 36, 32], + "9792": [2592, 160, 36, 32], + "9793": [360, 1312, 36, 32], + "9794": [324, 1312, 36, 32], + "9795": [2592, 192, 36, 32], + "9796": [432, 1312, 36, 32], + "9797": [396, 1312, 36, 32], + "9798": [2592, 320, 36, 32], + "9799": [648, 1312, 36, 32], + "9800": [612, 1312, 36, 32], + "9801": [2592, 384, 36, 32], + "9802": [792, 1312, 36, 32], + "9803": [756, 1312, 36, 32], + "9804": [2592, 256, 36, 32], + "9805": [576, 1312, 36, 32], + "9806": [540, 1312, 36, 32], + "9807": [2592, 224, 36, 32], + "9808": [504, 1312, 36, 32], + "9809": [468, 1312, 36, 32], + "9810": [2592, 544, 36, 32], + "9811": [1224, 1312, 36, 32], + "9812": [1188, 1312, 36, 32], + "9813": [1368, 576, 36, 32], + "9814": [1368, 544, 36, 32], + "9843": [1512, 2176, 36, 32], + "9844": [1548, 2176, 36, 32], + "9845": [1584, 2176, 36, 32], + "9846": [1620, 2176, 36, 32], + "9847": [1656, 2176, 36, 32], + "9848": [1692, 2176, 36, 32], + "9849": [1728, 2176, 36, 32], + "9850": [1764, 2176, 36, 32], + "9851": [1800, 2176, 36, 32], + "9852": [1836, 2176, 36, 32], + "9853": [1872, 2176, 36, 32], + "9854": [1908, 2176, 36, 32], + "9855": [1944, 2176, 36, 32], + "9856": [1980, 2176, 36, 32], + "9857": [2016, 2176, 36, 32], + "9858": [2052, 2176, 36, 32], + "9859": [2088, 2176, 36, 32], + "9860": [2124, 2176, 36, 32], + "9861": [2160, 2176, 36, 32], + "9862": [2196, 2176, 36, 32], + "9863": [2232, 0, 36, 32], + "9864": [2232, 32, 36, 32], + "9865": [2232, 64, 36, 32], + "9866": [2232, 96, 36, 32], + "9867": [2232, 128, 36, 32], + "9904": [2484, 1984, 36, 32], + "9920": [2484, 1312, 36, 32], + "9921": [2484, 608, 36, 32], + "9922": [2484, 1088, 36, 32], + "9923": [2520, 1696, 36, 32], + "9924": [1440, 2464, 36, 32], + "9925": [1980, 2432, 36, 32], + "9944": [2484, 2560, 36, 32], + "9945": [2520, 2560, 36, 32], + "9948": [2592, 608, 36, 32], + "9949": [1368, 0, 36, 32], + "9950": [1332, 1312, 36, 32], + "9978": [2232, 160, 36, 32], + "9980": [2232, 192, 36, 32], + "9986": [2232, 224, 36, 32], + "9988": [2232, 256, 36, 32], + "9994": [2232, 288, 36, 32], + "9996": [2232, 320, 36, 32], + "9998": [2232, 352, 36, 32], + "10000": [2232, 384, 36, 32], + "10002": [2232, 416, 36, 32], + "10004": [2232, 448, 36, 32], + "10006": [2232, 480, 36, 32], + "10008": [2232, 512, 36, 32], + "10010": [2232, 544, 36, 32], + "10012": [2232, 576, 36, 32], + "10014": [2232, 608, 36, 32], + "10016": [2232, 640, 36, 32], + "10018": [2232, 672, 36, 32], + "10020": [2232, 704, 36, 32], + "10025": [2232, 736, 36, 32], + "10027": [2556, 576, 36, 32], + "10029": [2232, 768, 36, 32], + "10031": [2232, 800, 36, 32], + "10033": [2232, 832, 36, 32], + "10034": [2232, 864, 36, 32], + "10035": [1512, 1248, 36, 32], + "10037": [1512, 1216, 36, 32], + "10039": [1512, 1184, 36, 32], + "10041": [1512, 1056, 36, 32], + "10043": [1512, 1024, 36, 32], + "10045": [1512, 992, 36, 32], + "10047": [1512, 1152, 36, 32], + "10049": [1512, 1120, 36, 32], + "10051": [1512, 1088, 36, 32], + "10053": [1512, 800, 36, 32], + "10055": [1512, 832, 36, 32], + "10057": [1512, 864, 36, 32], + "10059": [1512, 896, 36, 32], + "10061": [1512, 928, 36, 32], + "10063": [1512, 960, 36, 32], + "10065": [1512, 736, 36, 32], + "10067": [1512, 768, 36, 32], + "10069": [720, 1344, 36, 32], + "10071": [756, 1344, 36, 32], + "10075": [1512, 1280, 36, 32], + "10077": [2232, 896, 36, 32], + "10079": [2232, 928, 36, 32], + "10081": [2232, 960, 36, 32], + "10083": [2232, 992, 36, 32], + "10085": [2232, 1024, 36, 32], + "10087": [2232, 1056, 36, 32], + "10088": [2232, 1088, 36, 32], + "10089": [2232, 1120, 36, 32], + "10090": [2232, 1152, 36, 32], + "10091": [2232, 1184, 36, 32], + "10092": [2556, 544, 36, 32], + "10093": [2232, 1216, 36, 32], + "10095": [2232, 1248, 36, 32], + "10097": [2232, 1280, 36, 32], + "10099": [2232, 1312, 36, 32], + "10101": [2232, 1344, 36, 32], + "10103": [2232, 1376, 36, 32], + "10105": [2232, 1408, 36, 32], + "10107": [2232, 1440, 36, 32], + "10109": [2232, 1472, 36, 32], + "10111": [2232, 1504, 36, 32], + "10113": [2232, 1536, 36, 32], + "10115": [2232, 1568, 36, 32], + "10117": [2232, 1600, 36, 32], + "10119": [2232, 1632, 36, 32], + "10121": [2232, 1664, 36, 32], + "10123": [2232, 1696, 36, 32], + "10125": [2232, 1728, 36, 32], + "10127": [2232, 1760, 36, 32], + "10129": [2232, 1792, 36, 32], + "10132": [2232, 1824, 36, 32], + "10134": [2232, 1856, 36, 32], + "10136": [2232, 1888, 36, 32], + "10138": [2232, 1920, 36, 32], + "10142": [2232, 1952, 36, 32], + "10143": [2232, 1984, 36, 32], + "10144": [2232, 2016, 36, 32], + "10145": [2232, 2048, 36, 32], + "10146": [2232, 2080, 36, 32], + "10147": [2232, 2112, 36, 32], + "10148": [2232, 2144, 36, 32], + "10149": [2232, 2176, 36, 32], + "10150": [0, 2208, 36, 32], + "10156": [36, 2208, 36, 32], + "10158": [72, 2208, 36, 32], + "10159": [108, 2208, 36, 32], + "10280": [468, 704, 36, 32], + "10282": [828, 480, 36, 32], + "10284": [900, 768, 36, 32], + "10286": [612, 832, 36, 32], + "10288": [648, 832, 36, 32], + "10290": [684, 832, 36, 32], + "10292": [720, 832, 36, 32], + "10294": [756, 832, 36, 32], + "10296": [756, 416, 36, 32], + "10298": [756, 448, 36, 32], + "10300": [756, 480, 36, 32], + "10302": [756, 512, 36, 32], + "10304": [756, 544, 36, 32], + "10306": [648, 256, 36, 32], + "10308": [648, 288, 36, 32], + "10310": [648, 320, 36, 32], + "10312": [648, 352, 36, 32], + "10314": [648, 384, 36, 32], + "10316": [720, 0, 36, 32], + "10318": [720, 64, 36, 32], + "10320": [720, 32, 36, 32], + "10322": [720, 96, 36, 32], + "10324": [720, 128, 36, 32], + "10326": [900, 992, 36, 32], + "10327": [936, 992, 36, 32], + "10330": [972, 736, 36, 32], + "10332": [972, 768, 36, 32], + "10334": [972, 704, 36, 32], + "10336": [972, 800, 36, 32], + "10338": [972, 832, 36, 32], + "10340": [972, 864, 36, 32], + "10342": [972, 896, 36, 32], + "10344": [972, 928, 36, 32], + "10346": [36, 960, 36, 32], + "10348": [72, 960, 36, 32], + "10350": [108, 960, 36, 32], + "10352": [144, 960, 36, 32], + "10354": [900, 736, 36, 32], + "10362": [144, 2208, 36, 32], + "10364": [828, 448, 36, 32], + "10366": [324, 704, 36, 32], + "10368": [864, 576, 36, 32], + "10370": [864, 512, 36, 32], + "10372": [864, 544, 36, 32], + "10374": [864, 480, 36, 32], + "10376": [864, 384, 36, 32], + "10378": [864, 320, 36, 32], + "10380": [864, 352, 36, 32], + "10382": [864, 288, 36, 32], + "10384": [864, 192, 36, 32], + "10386": [864, 128, 36, 32], + "10388": [864, 160, 36, 32], + "10390": [864, 96, 36, 32], + "10392": [720, 320, 36, 32], + "10394": [720, 480, 36, 32], + "10396": [720, 512, 36, 32], + "10398": [720, 448, 36, 32], + "10400": [828, 32, 36, 32], + "10402": [828, 96, 36, 32], + "10404": [720, 608, 36, 32], + "10406": [720, 672, 36, 32], + "10408": [180, 704, 36, 32], + "10410": [252, 704, 36, 32], + "10412": [36, 704, 36, 32], + "10414": [108, 704, 36, 32], + "10416": [720, 768, 36, 32], + "10418": [792, 768, 36, 32], + "10420": [828, 64, 36, 32], + "10422": [828, 128, 36, 32], + "10424": [720, 640, 36, 32], + "10426": [0, 704, 36, 32], + "10428": [216, 704, 36, 32], + "10430": [288, 704, 36, 32], + "10432": [72, 704, 36, 32], + "10434": [144, 704, 36, 32], + "10436": [756, 768, 36, 32], + "10438": [828, 0, 36, 32], + "10440": [864, 864, 36, 32], + "10442": [900, 32, 36, 32], + "10444": [900, 96, 36, 32], + "10446": [540, 736, 36, 32], + "10448": [612, 736, 36, 32], + "10450": [684, 736, 36, 32], + "10452": [504, 736, 36, 32], + "10454": [576, 736, 36, 32], + "10456": [648, 736, 36, 32], + "10458": [288, 672, 36, 32], + "10460": [432, 672, 36, 32], + "10462": [360, 672, 36, 32], + "10464": [324, 672, 36, 32], + "10466": [396, 672, 36, 32], + "10468": [468, 672, 36, 32], + "10470": [828, 864, 36, 32], + "10472": [900, 0, 36, 32], + "10474": [900, 64, 36, 32], + "10476": [1008, 992, 36, 32], + "10496": [180, 2208, 36, 32], + "10499": [1476, 416, 36, 32], + "10501": [2484, 2400, 36, 32], + "10507": [2196, 2432, 36, 32], + "10508": [2520, 992, 36, 32], + "10513": [2484, 1600, 36, 32], + "10547": [1044, 128, 36, 32], + "10548": [1044, 32, 36, 32], + "10549": [1044, 96, 36, 32], + "10550": [1044, 64, 36, 32], + "10551": [1044, 160, 36, 32], + "10552": [1044, 224, 36, 32], + "10553": [1044, 256, 36, 32], + "10555": [1044, 192, 36, 32], + "10564": [1044, 320, 36, 32], + "10587": [2484, 320, 36, 32], + "10588": [0, 1472, 36, 32], + "10589": [1044, 288, 36, 32], + "10808": [216, 2208, 36, 32], + "10810": [252, 2208, 36, 32], + "10812": [288, 2208, 36, 32], + "10814": [324, 2208, 36, 32], + "10816": [360, 2208, 36, 32], + "10818": [396, 2208, 36, 32], + "10820": [432, 2208, 36, 32], + "10822": [468, 2208, 36, 32], + "10824": [504, 2208, 36, 32], + "10826": [540, 2208, 36, 32], + "10828": [828, 1344, 36, 32], + "10836": [2448, 1888, 36, 32], + "10837": [2448, 1920, 36, 32], + "10838": [2448, 1952, 36, 32], + "10839": [2448, 1984, 36, 32], + "10858": [1548, 2560, 36, 32], + "10859": [1188, 0, 36, 32], + "10877": [1188, 32, 36, 32], + "10878": [1188, 64, 36, 32], + "10879": [1188, 96, 36, 32], + "10880": [1188, 128, 36, 32], + "10881": [1188, 160, 36, 32], + "10882": [1188, 192, 36, 32], + "10887": [1980, 2560, 36, 32], + "10891": [576, 2208, 36, 32], + "10925": [612, 2208, 36, 32], + "10927": [648, 2208, 36, 32], + "10929": [684, 2208, 36, 32], + "10931": [720, 2208, 36, 32], + "10933": [72, 1120, 36, 32], + "10937": [756, 2208, 36, 32], + "10939": [0, 1120, 36, 32], + "10940": [36, 1120, 36, 32], + "10941": [1116, 1088, 36, 32], + "10952": [792, 2208, 36, 32], + "10954": [828, 2208, 36, 32], + "10956": [864, 2208, 36, 32], + "10958": [900, 2208, 36, 32], + "10960": [2556, 2400, 36, 32], + "10961": [2556, 2368, 36, 32], + "10962": [2556, 2336, 36, 32], + "10963": [2556, 2272, 36, 32], + "10964": [2556, 2240, 36, 32], + "10965": [2556, 2304, 36, 32], + "10973": [936, 2208, 36, 32], + "10976": [1296, 384, 36, 32], + "10977": [1296, 416, 36, 32], + "10978": [972, 2208, 36, 32], + "10980": [396, 2528, 36, 32], + "10981": [1008, 2208, 36, 32], + "10999": [1044, 2208, 36, 32], + "11019": [2484, 640, 36, 32], + "11020": [2484, 896, 36, 32], + "11021": [1476, 2464, 36, 32], + "11022": [1188, 2464, 36, 32], + "11026": [2520, 1952, 36, 32], + "11037": [1260, 832, 36, 32], + "11061": [1080, 2208, 36, 32], + "11065": [1116, 2208, 36, 32], + "11069": [1152, 2208, 36, 32], + "11072": [1188, 2208, 36, 32], + "11074": [1224, 2208, 36, 32], + "11076": [1260, 2208, 36, 32], + "11079": [1296, 2208, 36, 32], + "11085": [1332, 2208, 36, 32], + "11088": [1368, 2208, 36, 32], + "11090": [1404, 2208, 36, 32], + "11092": [1440, 2208, 36, 32], + "11095": [1476, 2208, 36, 32], + "11105": [1512, 2208, 36, 32], + "11113": [1548, 2208, 36, 32], + "11115": [1584, 2208, 36, 32], + "11118": [1620, 2208, 36, 32], + "11126": [1656, 2208, 36, 32], + "11128": [1692, 2208, 36, 32], + "11130": [1728, 2208, 36, 32], + "11133": [1764, 2208, 36, 32], + "11136": [540, 1280, 36, 32], + "11137": [432, 2464, 36, 32], + "11138": [576, 1280, 36, 32], + "11139": [2448, 2304, 36, 32], + "11140": [612, 1280, 36, 32], + "11141": [252, 2464, 36, 32], + "11185": [2016, 2432, 36, 32], + "11194": [2592, 1024, 36, 32], + "11200": [1800, 2208, 36, 32], + "11205": [1836, 2208, 36, 32], + "11212": [1872, 2208, 36, 32], + "11227": [1908, 2208, 36, 32], + "11228": [1944, 2208, 36, 32], + "11229": [1980, 2208, 36, 32], + "11230": [2016, 2208, 36, 32], + "11231": [2052, 2208, 36, 32], + "11232": [2088, 2208, 36, 32], + "11233": [2124, 2208, 36, 32], + "11234": [2160, 2208, 36, 32], + "11235": [144, 1248, 36, 32], + "11237": [2196, 2208, 36, 32], + "11238": [1440, 480, 36, 32], + "11240": [1440, 512, 36, 32], + "11242": [1440, 544, 36, 32], + "11244": [1440, 576, 36, 32], + "11246": [1440, 608, 36, 32], + "11248": [1440, 640, 36, 32], + "11250": [1440, 672, 36, 32], + "11252": [1440, 704, 36, 32], + "11254": [1440, 736, 36, 32], + "11256": [1440, 768, 36, 32], + "11260": [2232, 2208, 36, 32], + "11280": [2268, 0, 36, 32], + "11283": [1548, 256, 36, 32], + "11284": [1548, 160, 36, 32], + "11286": [432, 64, 36, 32], + "11324": [2268, 32, 36, 32], + "11326": [2268, 64, 36, 32], + "11328": [2268, 96, 36, 32], + "11330": [2268, 128, 36, 32], + "11332": [2268, 160, 36, 32], + "11334": [2268, 192, 36, 32], + "11335": [1296, 640, 36, 32], + "11338": [1296, 608, 36, 32], + "11341": [900, 1184, 36, 32], + "11342": [936, 1184, 36, 32], + "11343": [972, 1184, 36, 32], + "11344": [1008, 1184, 36, 32], + "11345": [1044, 1184, 36, 32], + "11346": [1080, 1184, 36, 32], + "11347": [1116, 1184, 36, 32], + "11348": [1152, 1184, 36, 32], + "11349": [1188, 1184, 36, 32], + "11350": [1224, 0, 36, 32], + "11351": [1224, 32, 36, 32], + "11352": [1224, 64, 36, 32], + "11353": [1224, 96, 36, 32], + "11354": [1224, 128, 36, 32], + "11355": [1224, 160, 36, 32], + "11356": [1224, 192, 36, 32], + "11357": [1224, 224, 36, 32], + "11358": [1224, 256, 36, 32], + "11359": [1224, 288, 36, 32], + "11360": [1224, 320, 36, 32], + "11361": [1224, 352, 36, 32], + "11362": [1224, 384, 36, 32], + "11363": [1224, 416, 36, 32], + "11364": [1224, 448, 36, 32], + "11365": [1224, 480, 36, 32], + "11366": [1224, 512, 36, 32], + "11367": [2268, 224, 36, 32], + "11369": [2268, 256, 36, 32], + "11371": [2268, 288, 36, 32], + "11373": [2268, 320, 36, 32], + "11375": [2268, 352, 36, 32], + "11377": [2268, 384, 36, 32], + "11379": [2268, 416, 36, 32], + "11382": [2268, 448, 36, 32], + "11384": [2268, 480, 36, 32], + "11386": [2268, 512, 36, 32], + "11389": [2268, 544, 36, 32], + "11391": [2268, 576, 36, 32], + "11393": [2268, 608, 36, 32], + "11396": [2268, 640, 36, 32], + "11398": [2268, 672, 36, 32], + "11400": [2268, 704, 36, 32], + "11403": [2268, 736, 36, 32], + "11405": [2268, 768, 36, 32], + "11407": [2268, 800, 36, 32], + "11410": [2268, 832, 36, 32], + "11412": [2268, 864, 36, 32], + "11414": [2268, 896, 36, 32], + "11417": [2268, 928, 36, 32], + "11419": [2268, 960, 36, 32], + "11429": [2268, 992, 36, 32], + "11431": [2268, 1024, 36, 32], + "11433": [2268, 1056, 36, 32], + "11435": [2268, 1088, 36, 32], + "11437": [2268, 1120, 36, 32], + "11439": [2268, 1152, 36, 32], + "11441": [2268, 1184, 36, 32], + "11443": [2268, 1216, 36, 32], + "11445": [2268, 1248, 36, 32], + "11447": [2268, 1280, 36, 32], + "11449": [2268, 1312, 36, 32], + "11451": [2268, 1344, 36, 32], + "11453": [2268, 1376, 36, 32], + "11455": [2268, 1408, 36, 32], + "11457": [2268, 1440, 36, 32], + "11459": [2268, 1472, 36, 32], + "11461": [2268, 1504, 36, 32], + "11463": [2268, 1536, 36, 32], + "11465": [2268, 1568, 36, 32], + "11467": [2268, 1600, 36, 32], + "11469": [2268, 1632, 36, 32], + "11471": [2268, 1664, 36, 32], + "11473": [2268, 1696, 36, 32], + "11475": [2268, 1728, 36, 32], + "11477": [2268, 1760, 36, 32], + "11479": [2268, 1792, 36, 32], + "11481": [2268, 1824, 36, 32], + "11483": [2268, 1856, 36, 32], + "11485": [2268, 1888, 36, 32], + "11487": [2268, 1920, 36, 32], + "11489": [2268, 1952, 36, 32], + "11491": [2268, 1984, 36, 32], + "11493": [2268, 2016, 36, 32], + "11495": [2268, 2048, 36, 32], + "11497": [2268, 2080, 36, 32], + "11499": [2268, 2112, 36, 32], + "11501": [2268, 2144, 36, 32], + "11503": [2268, 2176, 36, 32], + "11505": [2268, 2208, 36, 32], + "11507": [0, 2240, 36, 32], + "11509": [36, 2240, 36, 32], + "11511": [72, 2240, 36, 32], + "11513": [108, 2240, 36, 32], + "11515": [144, 2240, 36, 32], + "11517": [180, 2240, 36, 32], + "11519": [216, 2240, 36, 32], + "11521": [252, 2240, 36, 32], + "11523": [288, 2240, 36, 32], + "11640": [648, 2560, 36, 32], + "11663": [108, 1088, 36, 32], + "11664": [180, 1088, 36, 32], + "11665": [144, 1088, 36, 32], + "11666": [216, 1088, 36, 32], + "11705": [1332, 1056, 36, 32], + "11706": [1332, 1088, 36, 32], + "11770": [1332, 2464, 36, 32], + "11771": [1332, 2432, 36, 32], + "11772": [2520, 0, 36, 32], + "11773": [1260, 2464, 36, 32], + "11784": [2448, 928, 36, 32], + "11785": [252, 224, 36, 32], + "11787": [72, 416, 36, 32], + "11789": [648, 1568, 36, 32], + "11791": [0, 416, 36, 32], + "11798": [972, 1440, 36, 32], + "11802": [1008, 1440, 36, 32], + "11804": [1044, 1440, 36, 32], + "11806": [1080, 1440, 36, 32], + "11808": [1116, 1440, 36, 32], + "11810": [432, 352, 36, 32], + "11812": [396, 96, 36, 32], + "11814": [0, 256, 36, 32], + "11816": [108, 416, 36, 32], + "11818": [108, 256, 36, 32], + "11820": [144, 256, 36, 32], + "11822": [180, 256, 36, 32], + "11824": [36, 416, 36, 32], + "11826": [432, 256, 36, 32], + "11828": [432, 288, 36, 32], + "11830": [432, 320, 36, 32], + "11832": [396, 0, 36, 32], + "11834": [396, 32, 36, 32], + "11836": [396, 64, 36, 32], + "11838": [36, 256, 36, 32], + "11840": [72, 1248, 36, 32], + "11847": [2520, 1408, 36, 32], + "11849": [576, 1216, 36, 32], + "11850": [612, 1216, 36, 32], + "11852": [648, 1216, 36, 32], + "11854": [684, 1216, 36, 32], + "11856": [720, 1216, 36, 32], + "11858": [756, 1216, 36, 32], + "11860": [792, 1216, 36, 32], + "11862": [540, 2432, 36, 32], + "11863": [2520, 192, 36, 32], + "11864": [1152, 1504, 36, 32], + "11865": [1188, 1504, 36, 32], + "11866": [1080, 1504, 36, 32], + "11874": [324, 2240, 36, 32], + "11875": [360, 2240, 36, 32], + "11876": [396, 2240, 36, 32], + "11885": [2592, 64, 36, 32], + "11887": [2592, 96, 36, 32], + "11889": [1476, 640, 36, 32], + "11893": [1044, 768, 36, 32], + "11894": [0, 1024, 36, 32], + "11895": [288, 1024, 36, 32], + "11896": [684, 1024, 36, 32], + "11897": [720, 1024, 36, 32], + "11898": [648, 1024, 36, 32], + "11899": [756, 1024, 36, 32], + "11900": [792, 1024, 36, 32], + "11901": [828, 1024, 36, 32], + "11902": [1260, 864, 36, 32], + "11905": [432, 160, 36, 32], + "11908": [108, 1248, 36, 32], + "11910": [2484, 96, 36, 32], + "11916": [720, 2560, 36, 32], + "11918": [1116, 2464, 36, 32], + "11919": [2484, 1760, 36, 32], + "11920": [216, 192, 36, 32], + "11924": [1188, 1440, 36, 32], + "11926": [1224, 1440, 36, 32], + "11928": [144, 224, 36, 32], + "11929": [288, 160, 36, 32], + "11930": [324, 448, 36, 32], + "11931": [180, 224, 36, 32], + "11932": [288, 192, 36, 32], + "11933": [360, 448, 36, 32], + "11934": [432, 2240, 36, 32], + "11936": [468, 2240, 36, 32], + "11938": [2556, 1184, 36, 32], + "11940": [504, 2240, 36, 32], + "11941": [252, 1568, 36, 32], + "11942": [1296, 448, 36, 32], + "11943": [540, 2240, 36, 32], + "11951": [576, 2240, 36, 32], + "11953": [612, 2240, 36, 32], + "11955": [648, 2240, 36, 32], + "11957": [684, 2240, 36, 32], + "11959": [720, 2240, 36, 32], + "11960": [756, 2240, 36, 32], + "11962": [792, 2240, 36, 32], + "11964": [828, 2240, 36, 32], + "11968": [864, 2240, 36, 32], + "11972": [900, 2240, 36, 32], + "11978": [936, 2240, 36, 32], + "11980": [972, 2240, 36, 32], + "11990": [288, 224, 36, 32], + "11992": [1008, 2240, 36, 32], + "11994": [1044, 2240, 36, 32], + "11995": [108, 224, 36, 32], + "11998": [108, 480, 36, 32], + "12000": [612, 1568, 36, 32], + "12002": [72, 480, 36, 32], + "12004": [432, 128, 36, 32], + "12006": [900, 1504, 36, 32], + "12007": [432, 192, 36, 32], + "12009": [2592, 928, 36, 32], + "12012": [1656, 1056, 36, 32], + "12013": [756, 1184, 36, 32], + "12014": [792, 1184, 36, 32], + "12015": [828, 1184, 36, 32], + "12016": [864, 1184, 36, 32], + "12017": [2484, 2144, 36, 32], + "12018": [36, 1472, 36, 32], + "12073": [2556, 1952, 36, 32], + "12193": [504, 672, 36, 32], + "12195": [540, 672, 36, 32], + "12197": [756, 736, 36, 32], + "12199": [792, 32, 36, 32], + "12201": [792, 0, 36, 32], + "12203": [720, 736, 36, 32], + "12205": [684, 128, 36, 32], + "12207": [684, 160, 36, 32], + "12209": [684, 192, 36, 32], + "12211": [684, 256, 36, 32], + "12213": [684, 224, 36, 32], + "12215": [648, 640, 36, 32], + "12217": [684, 0, 36, 32], + "12219": [684, 32, 36, 32], + "12221": [684, 96, 36, 32], + "12223": [684, 64, 36, 32], + "12225": [288, 640, 36, 32], + "12227": [324, 640, 36, 32], + "12229": [360, 640, 36, 32], + "12231": [432, 640, 36, 32], + "12233": [396, 640, 36, 32], + "12235": [468, 640, 36, 32], + "12237": [504, 640, 36, 32], + "12239": [540, 640, 36, 32], + "12241": [612, 640, 36, 32], + "12243": [576, 640, 36, 32], + "12245": [720, 352, 36, 32], + "12247": [720, 288, 36, 32], + "12249": [720, 384, 36, 32], + "12251": [720, 416, 36, 32], + "12253": [576, 672, 36, 32], + "12255": [612, 672, 36, 32], + "12257": [792, 128, 36, 32], + "12259": [792, 64, 36, 32], + "12261": [792, 96, 36, 32], + "12263": [792, 160, 36, 32], + "12265": [648, 672, 36, 32], + "12267": [684, 672, 36, 32], + "12269": [792, 256, 36, 32], + "12271": [792, 192, 36, 32], + "12273": [792, 224, 36, 32], + "12275": [792, 288, 36, 32], + "12277": [216, 736, 36, 32], + "12279": [252, 736, 36, 32], + "12281": [324, 736, 36, 32], + "12283": [180, 736, 36, 32], + "12285": [288, 736, 36, 32], + "12287": [36, 736, 36, 32], + "12289": [72, 736, 36, 32], + "12291": [144, 736, 36, 32], + "12293": [0, 736, 36, 32], + "12295": [108, 736, 36, 32], + "12297": [108, 608, 36, 32], + "12299": [792, 672, 36, 32], + "12301": [792, 704, 36, 32], + "12303": [792, 736, 36, 32], + "12305": [0, 768, 36, 32], + "12307": [36, 768, 36, 32], + "12309": [792, 480, 36, 32], + "12311": [792, 512, 36, 32], + "12313": [792, 544, 36, 32], + "12315": [828, 160, 36, 32], + "12317": [828, 224, 36, 32], + "12319": [72, 768, 36, 32], + "12321": [900, 256, 36, 32], + "12323": [900, 224, 36, 32], + "12325": [900, 288, 36, 32], + "12327": [504, 864, 36, 32], + "12329": [540, 864, 36, 32], + "12331": [432, 864, 36, 32], + "12333": [468, 864, 36, 32], + "12335": [936, 576, 36, 32], + "12337": [936, 832, 36, 32], + "12339": [828, 192, 36, 32], + "12341": [828, 256, 36, 32], + "12343": [828, 320, 36, 32], + "12345": [828, 384, 36, 32], + "12347": [828, 288, 36, 32], + "12349": [828, 352, 36, 32], + "12351": [648, 896, 36, 32], + "12353": [936, 800, 36, 32], + "12355": [936, 736, 36, 32], + "12357": [936, 512, 36, 32], + "12359": [576, 768, 36, 32], + "12361": [504, 768, 36, 32], + "12363": [936, 320, 36, 32], + "12365": [936, 352, 36, 32], + "12367": [936, 384, 36, 32], + "12369": [936, 416, 36, 32], + "12371": [1008, 64, 36, 32], + "12373": [936, 544, 36, 32], + "12375": [720, 544, 36, 32], + "12377": [180, 768, 36, 32], + "12379": [900, 704, 36, 32], + "12381": [360, 896, 36, 32], + "12383": [396, 896, 36, 32], + "12385": [432, 896, 36, 32], + "12387": [468, 896, 36, 32], + "12389": [720, 960, 36, 32], + "12391": [756, 960, 36, 32], + "12393": [576, 896, 36, 32], + "12395": [612, 896, 36, 32], + "12397": [504, 896, 36, 32], + "12399": [1476, 1280, 36, 32], + "12402": [360, 992, 36, 32], + "12403": [540, 992, 36, 32], + "12404": [468, 992, 36, 32], + "12405": [504, 992, 36, 32], + "12406": [432, 992, 36, 32], + "12407": [612, 992, 36, 32], + "12408": [576, 992, 36, 32], + "12409": [648, 992, 36, 32], + "12410": [720, 992, 36, 32], + "12411": [396, 992, 36, 32], + "12412": [1080, 2240, 36, 32], + "12414": [1512, 64, 36, 32], + "12415": [1512, 0, 36, 32], + "12416": [1512, 32, 36, 32], + "12417": [1332, 1472, 36, 32], + "12418": [1296, 1472, 36, 32], + "12419": [1512, 640, 36, 32], + "12420": [1512, 672, 36, 32], + "12421": [1512, 704, 36, 32], + "12422": [612, 960, 36, 32], + "12424": [684, 960, 36, 32], + "12426": [576, 960, 36, 32], + "12428": [540, 768, 36, 32], + "12430": [936, 704, 36, 32], + "12432": [936, 768, 36, 32], + "12434": [1116, 2240, 36, 32], + "12436": [1512, 96, 36, 32], + "12437": [648, 960, 36, 32], + "12439": [540, 896, 36, 32], + "12441": [684, 896, 36, 32], + "12443": [720, 896, 36, 32], + "12445": [72, 672, 36, 32], + "12447": [180, 672, 36, 32], + "12449": [36, 672, 36, 32], + "12451": [144, 672, 36, 32], + "12453": [0, 672, 36, 32], + "12455": [108, 672, 36, 32], + "12457": [1512, 544, 36, 32], + "12458": [1512, 576, 36, 32], + "12459": [1512, 608, 36, 32], + "12460": [792, 800, 36, 32], + "12462": [828, 800, 36, 32], + "12464": [0, 832, 36, 32], + "12466": [756, 800, 36, 32], + "12468": [36, 832, 36, 32], + "12470": [108, 832, 36, 32], + "12472": [144, 832, 36, 32], + "12474": [180, 832, 36, 32], + "12476": [72, 832, 36, 32], + "12478": [216, 832, 36, 32], + "12480": [288, 832, 36, 32], + "12482": [324, 832, 36, 32], + "12484": [360, 832, 36, 32], + "12486": [252, 832, 36, 32], + "12488": [396, 832, 36, 32], + "12490": [324, 864, 36, 32], + "12492": [252, 864, 36, 32], + "12494": [288, 864, 36, 32], + "12496": [216, 864, 36, 32], + "12498": [864, 768, 36, 32], + "12500": [864, 704, 36, 32], + "12502": [864, 736, 36, 32], + "12504": [864, 672, 36, 32], + "12506": [108, 864, 36, 32], + "12508": [36, 864, 36, 32], + "12510": [72, 864, 36, 32], + "12512": [0, 864, 36, 32], + "12514": [900, 448, 36, 32], + "12516": [900, 416, 36, 32], + "12518": [900, 512, 36, 32], + "12520": [900, 544, 36, 32], + "12522": [900, 576, 36, 32], + "12524": [900, 608, 36, 32], + "12526": [900, 832, 36, 32], + "12528": [180, 896, 36, 32], + "12530": [144, 896, 36, 32], + "12532": [36, 896, 36, 32], + "12534": [900, 864, 36, 32], + "12536": [0, 896, 36, 32], + "12538": [72, 896, 36, 32], + "12540": [936, 672, 36, 32], + "12596": [288, 896, 36, 32], + "12598": [576, 704, 36, 32], + "12600": [216, 1312, 36, 32], + "12601": [360, 480, 36, 32], + "12603": [180, 192, 36, 32], + "12605": [216, 480, 36, 32], + "12608": [1476, 352, 36, 32], + "12610": [1476, 320, 36, 32], + "12612": [1476, 384, 36, 32], + "12613": [1008, 736, 36, 32], + "12614": [1008, 768, 36, 32], + "12615": [1008, 800, 36, 32], + "12616": [1008, 832, 36, 32], + "12617": [1008, 864, 36, 32], + "12618": [1008, 896, 36, 32], + "12619": [1008, 928, 36, 32], + "12620": [1008, 960, 36, 32], + "12621": [0, 992, 36, 32], + "12622": [36, 992, 36, 32], + "12623": [72, 992, 36, 32], + "12624": [108, 992, 36, 32], + "12625": [1152, 2240, 36, 32], + "12627": [1188, 2240, 36, 32], + "12629": [1224, 2240, 36, 32], + "12631": [1260, 2240, 36, 32], + "12633": [1296, 2240, 36, 32], + "12635": [1332, 2240, 36, 32], + "12637": [864, 1024, 36, 32], + "12638": [900, 1024, 36, 32], + "12639": [936, 1024, 36, 32], + "12640": [1368, 2240, 36, 32], + "12641": [1044, 2560, 36, 32], + "12642": [684, 992, 36, 32], + "12643": [0, 288, 36, 32], + "12644": [288, 256, 36, 32], + "12645": [36, 288, 36, 32], + "12646": [396, 128, 36, 32], + "12647": [288, 384, 36, 32], + "12648": [36, 480, 36, 32], + "12649": [432, 224, 36, 32], + "12650": [360, 352, 36, 32], + "12651": [216, 224, 36, 32], + "12652": [432, 384, 36, 32], + "12653": [432, 0, 36, 32], + "12655": [432, 96, 36, 32], + "12691": [1908, 2464, 36, 32], + "12692": [1980, 2464, 36, 32], + "12695": [1404, 2240, 36, 32], + "12697": [1440, 2240, 36, 32], + "12699": [1476, 2240, 36, 32], + "12701": [1512, 2240, 36, 32], + "12703": [1044, 0, 36, 32], + "12727": [1332, 832, 36, 32], + "12757": [1116, 320, 36, 32], + "12759": [1116, 224, 36, 32], + "12761": [1116, 256, 36, 32], + "12763": [1116, 288, 36, 32], + "12765": [1584, 1504, 36, 32], + "12766": [1584, 1536, 36, 32], + "12767": [0, 1568, 36, 32], + "12768": [36, 1568, 36, 32], + "12769": [1116, 384, 36, 32], + "12771": [1116, 352, 36, 32], + "12773": [72, 1568, 36, 32], + "12774": [108, 1568, 36, 32], + "12775": [1548, 2240, 36, 32], + "12776": [1584, 2240, 36, 32], + "12777": [1620, 2240, 36, 32], + "12778": [1656, 2240, 36, 32], + "12779": [1692, 2240, 36, 32], + "12780": [1728, 2240, 36, 32], + "12781": [1764, 2240, 36, 32], + "12782": [1800, 2240, 36, 32], + "12783": [1836, 2240, 36, 32], + "12785": [72, 1472, 36, 32], + "12786": [1872, 2240, 36, 32], + "12788": [216, 1568, 36, 32], + "12789": [1908, 2240, 36, 32], + "12791": [288, 1568, 36, 32], + "12792": [864, 2464, 36, 32], + "12793": [2484, 448, 36, 32], + "12794": [2484, 2112, 36, 32], + "12795": [1584, 1312, 36, 32], + "12796": [1584, 1280, 36, 32], + "12797": [1584, 1408, 36, 32], + "12798": [1116, 96, 36, 32], + "12800": [1116, 160, 36, 32], + "12802": [1116, 192, 36, 32], + "12804": [1944, 2240, 36, 32], + "12806": [1584, 1440, 36, 32], + "12807": [1584, 1472, 36, 32], + "12809": [180, 1568, 36, 32], + "12810": [2592, 832, 36, 32], + "12811": [2592, 864, 36, 32], + "12812": [2592, 896, 36, 32], + "12816": [216, 256, 36, 32], + "12817": [1476, 192, 36, 32], + "12819": [252, 256, 36, 32], + "12821": [1476, 128, 36, 32], + "12823": [288, 0, 36, 32], + "12825": [1476, 160, 36, 32], + "12827": [288, 32, 36, 32], + "12829": [288, 96, 36, 32], + "12831": [1476, 96, 36, 32], + "12833": [288, 64, 36, 32], + "12845": [2520, 1920, 36, 32], + "12846": [1980, 2240, 36, 32], + "12848": [1584, 1184, 36, 32], + "12849": [1116, 32, 36, 32], + "12851": [504, 1088, 36, 32], + "12854": [540, 1088, 36, 32], + "12863": [1584, 736, 36, 32], + "12865": [1476, 1536, 36, 32], + "12867": [1512, 1536, 36, 32], + "12869": [1548, 1536, 36, 32], + "12871": [1584, 0, 36, 32], + "12873": [1080, 1536, 36, 32], + "12875": [1008, 1536, 36, 32], + "12877": [1044, 1536, 36, 32], + "12879": [1152, 1536, 36, 32], + "12881": [1116, 1536, 36, 32], + "12883": [1188, 1536, 36, 32], + "12885": [360, 384, 36, 32], + "12887": [2520, 32, 36, 32], + "12888": [2484, 1248, 36, 32], + "12889": [2304, 2464, 36, 32], + "12890": [1836, 2464, 36, 32], + "12891": [792, 2464, 36, 32], + "12892": [1044, 2432, 36, 32], + "12893": [2484, 992, 36, 32], + "12894": [2520, 928, 36, 32], + "12895": [216, 2432, 36, 32], + "12896": [2520, 416, 36, 32], + "12899": [324, 1472, 36, 32], + "12900": [792, 1504, 36, 32], + "12902": [864, 1504, 36, 32], + "12905": [2016, 2240, 36, 32], + "12907": [2052, 2240, 36, 32], + "12909": [2088, 2240, 36, 32], + "12911": [2124, 2240, 36, 32], + "12913": [2160, 2240, 36, 32], + "12915": [2196, 2240, 36, 32], + "12917": [2232, 2240, 36, 32], + "12919": [2268, 2240, 36, 32], + "12921": [540, 480, 36, 32], + "12922": [180, 512, 36, 32], + "12924": [0, 2272, 36, 32], + "12926": [2160, 2432, 36, 32], + "12927": [144, 512, 36, 32], + "12929": [36, 2272, 36, 32], + "12931": [1728, 2464, 36, 32], + "12932": [108, 512, 36, 32], + "12934": [252, 512, 36, 32], + "12936": [72, 512, 36, 32], + "12938": [216, 512, 36, 32], + "12954": [1188, 448, 36, 32], + "12956": [2484, 832, 36, 32], + "12957": [2484, 2336, 36, 32], + "12958": [2520, 2112, 36, 32], + "12959": [2484, 1568, 36, 32], + "12960": [1548, 576, 36, 32], + "12962": [1548, 608, 36, 32], + "12964": [1548, 640, 36, 32], + "12966": [1548, 672, 36, 32], + "12968": [1548, 704, 36, 32], + "12970": [1548, 736, 36, 32], + "12972": [1548, 768, 36, 32], + "12974": [1548, 800, 36, 32], + "12976": [1548, 832, 36, 32], + "12978": [1548, 864, 36, 32], + "12980": [1548, 896, 36, 32], + "12982": [1548, 928, 36, 32], + "12984": [1548, 960, 36, 32], + "12986": [1548, 992, 36, 32], + "12988": [1548, 1152, 36, 32], + "12990": [1548, 1184, 36, 32], + "12992": [1548, 1216, 36, 32], + "12994": [1548, 1248, 36, 32], + "12996": [1548, 1280, 36, 32], + "12998": [1548, 1312, 36, 32], + "13000": [1548, 1344, 36, 32], + "13002": [1548, 1376, 36, 32], + "13004": [1548, 1408, 36, 32], + "13006": [1548, 1440, 36, 32], + "13008": [1548, 1472, 36, 32], + "13010": [1548, 1504, 36, 32], + "13012": [0, 1536, 36, 32], + "13014": [36, 1536, 36, 32], + "13016": [72, 1536, 36, 32], + "13018": [108, 1536, 36, 32], + "13020": [144, 1536, 36, 32], + "13022": [180, 1536, 36, 32], + "13024": [216, 1536, 36, 32], + "13026": [252, 1536, 36, 32], + "13028": [288, 1536, 36, 32], + "13030": [324, 1536, 36, 32], + "13032": [360, 1536, 36, 32], + "13034": [396, 1536, 36, 32], + "13036": [432, 1536, 36, 32], + "13038": [468, 1536, 36, 32], + "13040": [576, 1536, 36, 32], + "13042": [612, 1536, 36, 32], + "13044": [648, 1536, 36, 32], + "13046": [684, 1536, 36, 32], + "13048": [504, 1536, 36, 32], + "13050": [540, 1536, 36, 32], + "13052": [792, 1536, 36, 32], + "13054": [828, 1536, 36, 32], + "13056": [864, 1536, 36, 32], + "13058": [900, 1536, 36, 32], + "13060": [720, 1536, 36, 32], + "13062": [756, 1536, 36, 32], + "13064": [1584, 672, 36, 32], + "13066": [1584, 704, 36, 32], + "13068": [1368, 608, 36, 32], + "13069": [1368, 704, 36, 32], + "13070": [1368, 640, 36, 32], + "13071": [1152, 832, 36, 32], + "13072": [252, 1088, 36, 32], + "13073": [288, 1088, 36, 32], + "13103": [648, 1280, 36, 32], + "13104": [1332, 320, 36, 32], + "13105": [1332, 352, 36, 32], + "13106": [1332, 384, 36, 32], + "13107": [1332, 416, 36, 32], + "13108": [1332, 448, 36, 32], + "13109": [1332, 480, 36, 32], + "13110": [1332, 512, 36, 32], + "13111": [1332, 544, 36, 32], + "13112": [1332, 192, 36, 32], + "13113": [1332, 224, 36, 32], + "13114": [1332, 256, 36, 32], + "13115": [1332, 288, 36, 32], + "13117": [828, 1280, 36, 32], + "13118": [864, 1280, 36, 32], + "13119": [900, 1280, 36, 32], + "13120": [936, 1280, 36, 32], + "13121": [684, 1280, 36, 32], + "13122": [720, 1280, 36, 32], + "13123": [756, 1280, 36, 32], + "13124": [792, 1280, 36, 32], + "13125": [1332, 64, 36, 32], + "13126": [1332, 96, 36, 32], + "13127": [1332, 128, 36, 32], + "13128": [1332, 160, 36, 32], + "13129": [972, 1280, 36, 32], + "13130": [1008, 1280, 36, 32], + "13131": [1044, 1280, 36, 32], + "13132": [1080, 1280, 36, 32], + "13133": [1260, 1280, 36, 32], + "13134": [1296, 1280, 36, 32], + "13135": [1332, 0, 36, 32], + "13136": [1332, 32, 36, 32], + "13137": [1116, 1280, 36, 32], + "13138": [1152, 1280, 36, 32], + "13139": [1188, 1280, 36, 32], + "13140": [1224, 1280, 36, 32], + "13141": [1332, 576, 36, 32], + "13142": [1332, 608, 36, 32], + "13143": [1332, 640, 36, 32], + "13144": [1332, 672, 36, 32], + "13149": [1584, 448, 36, 32], + "13151": [1584, 480, 36, 32], + "13153": [1584, 416, 36, 32], + "13155": [1584, 576, 36, 32], + "13157": [1584, 544, 36, 32], + "13159": [1584, 512, 36, 32], + "13161": [1584, 128, 36, 32], + "13163": [1584, 96, 36, 32], + "13165": [1584, 64, 36, 32], + "13167": [1584, 224, 36, 32], + "13169": [1584, 192, 36, 32], + "13171": [1584, 160, 36, 32], + "13173": [1584, 608, 36, 32], + "13175": [1584, 640, 36, 32], + "13177": [180, 480, 36, 32], + "13178": [144, 192, 36, 32], + "13179": [324, 480, 36, 32], + "13181": [288, 448, 36, 32], + "13182": [1080, 2432, 36, 32], + "13188": [72, 1312, 36, 32], + "13190": [72, 2272, 36, 32], + "13200": [0, 512, 36, 32], + "13201": [36, 512, 36, 32], + "13202": [2484, 1376, 36, 32], + "13203": [180, 1312, 36, 32], + "13215": [1332, 1120, 36, 32], + "13216": [1332, 1152, 36, 32], + "13217": [1332, 1184, 36, 32], + "13218": [1332, 1216, 36, 32], + "13221": [1368, 768, 36, 32], + "13222": [1368, 800, 36, 32], + "13223": [1368, 736, 36, 32], + "13225": [360, 160, 36, 32], + "13226": [324, 1120, 36, 32], + "13227": [252, 128, 36, 32], + "13229": [252, 160, 36, 32], + "13231": [252, 192, 36, 32], + "13233": [36, 224, 36, 32], + "13235": [1476, 1216, 36, 32], + "13237": [1476, 1152, 36, 32], + "13239": [1476, 1184, 36, 32], + "13241": [1332, 1440, 36, 32], + "13243": [1152, 1440, 36, 32], + "13245": [0, 224, 36, 32], + "13247": [252, 96, 36, 32], + "13249": [72, 224, 36, 32], + "13256": [72, 256, 36, 32], + "13258": [972, 1024, 36, 32], + "13259": [1008, 1024, 36, 32], + "13260": [1044, 1024, 36, 32], + "13261": [1080, 0, 36, 32], + "13262": [0, 0, 36, 32], + "13263": [1008, 1504, 36, 32], + "13265": [36, 64, 36, 32], + "13267": [108, 2272, 36, 32], + "13269": [144, 2272, 36, 32], + "13271": [180, 2272, 36, 32], + "13273": [36, 0, 36, 32], + "13274": [36, 32, 36, 32], + "13275": [72, 0, 36, 32], + "13276": [72, 32, 36, 32], + "13277": [0, 64, 36, 32], + "13280": [1368, 864, 36, 32], + "13281": [1368, 832, 36, 32], + "13283": [180, 2432, 36, 32], + "13284": [1368, 2464, 36, 32], + "13285": [2484, 960, 36, 32], + "13286": [1692, 2432, 36, 32], + "13287": [2484, 1952, 36, 32], + "13288": [1044, 2464, 36, 32], + "13317": [504, 1056, 36, 32], + "13318": [540, 1056, 36, 32], + "13319": [576, 1056, 36, 32], + "13320": [1152, 544, 36, 32], + "13321": [1152, 576, 36, 32], + "13322": [1152, 608, 36, 32], + "13323": [1152, 640, 36, 32], + "13328": [1332, 864, 36, 32], + "13329": [108, 1344, 36, 32], + "13330": [72, 1344, 36, 32], + "13343": [2484, 224, 36, 32], + "13344": [1116, 2432, 36, 32], + "13353": [288, 1120, 36, 32], + "13357": [828, 1216, 36, 32], + "13358": [864, 1216, 36, 32], + "13359": [900, 1216, 36, 32], + "13360": [936, 1216, 36, 32], + "13361": [972, 1216, 36, 32], + "13362": [1008, 1216, 36, 32], + "13363": [1044, 1216, 36, 32], + "13364": [1080, 1216, 36, 32], + "13365": [1116, 1216, 36, 32], + "13366": [1152, 1216, 36, 32], + "13367": [1188, 1216, 36, 32], + "13368": [1224, 1216, 36, 32], + "13369": [1260, 0, 36, 32], + "13370": [1260, 32, 36, 32], + "13371": [1260, 64, 36, 32], + "13372": [1260, 96, 36, 32], + "13373": [1260, 128, 36, 32], + "13374": [1260, 160, 36, 32], + "13375": [1260, 192, 36, 32], + "13376": [1260, 224, 36, 32], + "13377": [1260, 256, 36, 32], + "13378": [1260, 288, 36, 32], + "13379": [1260, 320, 36, 32], + "13380": [1260, 352, 36, 32], + "13381": [1260, 384, 36, 32], + "13383": [216, 2272, 36, 32], + "13385": [252, 2272, 36, 32], + "13387": [288, 2272, 36, 32], + "13389": [324, 2272, 36, 32], + "13391": [360, 2272, 36, 32], + "13392": [72, 1280, 36, 32], + "13396": [2412, 2432, 36, 32], + "13421": [900, 1408, 36, 32], + "13431": [396, 2272, 36, 32], + "13439": [432, 2272, 36, 32], + "13441": [468, 2272, 36, 32], + "13443": [2556, 1152, 36, 32], + "13447": [1692, 2528, 36, 32], + "13448": [504, 2272, 36, 32], + "13450": [1836, 2528, 36, 32], + "13451": [540, 2272, 36, 32], + "13453": [2520, 2528, 36, 32], + "13454": [576, 2272, 36, 32], + "13456": [1800, 2528, 36, 32], + "13457": [612, 2272, 36, 32], + "13459": [792, 2528, 36, 32], + "13460": [648, 2272, 36, 32], + "13462": [1620, 2528, 36, 32], + "13463": [684, 2272, 36, 32], + "13465": [72, 2560, 36, 32], + "13466": [720, 2272, 36, 32], + "13468": [1728, 2528, 36, 32], + "13469": [756, 2272, 36, 32], + "13471": [1296, 2528, 36, 32], + "13472": [792, 2272, 36, 32], + "13474": [1512, 2528, 36, 32], + "13475": [828, 2272, 36, 32], + "13477": [2412, 2528, 36, 32], + "13478": [864, 2272, 36, 32], + "13480": [2124, 2528, 36, 32], + "13481": [900, 2272, 36, 32], + "13483": [2160, 2528, 36, 32], + "13484": [936, 2272, 36, 32], + "13486": [1044, 2528, 36, 32], + "13487": [972, 2272, 36, 32], + "13489": [432, 2528, 36, 32], + "13490": [1008, 2272, 36, 32], + "13492": [2052, 2528, 36, 32], + "13493": [1044, 2272, 36, 32], + "13495": [2016, 2528, 36, 32], + "13496": [1080, 2272, 36, 32], + "13498": [1116, 2528, 36, 32], + "13499": [1116, 2272, 36, 32], + "13501": [1008, 2528, 36, 32], + "13502": [1152, 2272, 36, 32], + "13504": [972, 2528, 36, 32], + "13505": [1188, 2272, 36, 32], + "13507": [1980, 2528, 36, 32], + "13508": [1224, 2272, 36, 32], + "13510": [1188, 2528, 36, 32], + "13511": [1260, 2272, 36, 32], + "13513": [0, 2464, 36, 32], + "13571": [2520, 1216, 36, 32], + "13573": [1296, 2272, 36, 32], + "13576": [1296, 256, 36, 32], + "13579": [1440, 864, 36, 32], + "13581": [468, 1344, 36, 32], + "13583": [1440, 1120, 36, 32], + "13585": [1440, 1376, 36, 32], + "13587": [504, 1440, 36, 32], + "13589": [216, 1440, 36, 32], + "13591": [1440, 896, 36, 32], + "13593": [504, 1344, 36, 32], + "13595": [1440, 1152, 36, 32], + "13597": [1440, 1408, 36, 32], + "13599": [540, 1440, 36, 32], + "13601": [252, 1440, 36, 32], + "13603": [1440, 928, 36, 32], + "13605": [540, 1344, 36, 32], + "13607": [1440, 1184, 36, 32], + "13609": [0, 1440, 36, 32], + "13611": [576, 1440, 36, 32], + "13613": [288, 1440, 36, 32], + "13615": [1440, 960, 36, 32], + "13617": [576, 1344, 36, 32], + "13619": [1440, 1216, 36, 32], + "13621": [36, 1440, 36, 32], + "13623": [612, 1440, 36, 32], + "13625": [324, 1440, 36, 32], + "13627": [1440, 992, 36, 32], + "13629": [612, 1344, 36, 32], + "13631": [1440, 1248, 36, 32], + "13633": [72, 1440, 36, 32], + "13635": [648, 1440, 36, 32], + "13637": [360, 1440, 36, 32], + "13639": [252, 1120, 36, 32], + "13640": [180, 1120, 36, 32], + "13642": [144, 1120, 36, 32], + "13643": [1656, 1120, 36, 32], + "13644": [216, 1120, 36, 32], + "13646": [108, 1120, 36, 32], + "13652": [432, 512, 36, 32], + "13655": [180, 2464, 36, 32], + "13657": [864, 1408, 36, 32], + "13658": [1332, 2272, 36, 32], + "13663": [1512, 2432, 36, 32], + "13664": [2484, 1664, 36, 32], + "13665": [2484, 1920, 36, 32], + "13667": [1440, 1024, 36, 32], + "13669": [648, 1344, 36, 32], + "13671": [1440, 1280, 36, 32], + "13673": [108, 1440, 36, 32], + "13675": [684, 1440, 36, 32], + "13677": [396, 1440, 36, 32], + "19473": [2448, 2112, 36, 32], + "19476": [1368, 672, 36, 32], + "19478": [1368, 2272, 36, 32], + "19481": [1404, 2272, 36, 32], + "19484": [1440, 2272, 36, 32], + "19486": [1476, 2272, 36, 32], + "19488": [1512, 2272, 36, 32], + "19490": [1548, 2272, 36, 32], + "19493": [1584, 2272, 36, 32], + "19496": [612, 1504, 36, 32], + "19501": [1620, 2272, 36, 32], + "19529": [252, 1184, 36, 32], + "19532": [1656, 2272, 36, 32], + "19535": [1692, 2272, 36, 32], + "19538": [1728, 2272, 36, 32], + "19541": [1764, 2272, 36, 32], + "19544": [1800, 2272, 36, 32], + "19547": [1836, 2272, 36, 32], + "19550": [1872, 2272, 36, 32], + "19553": [1908, 2272, 36, 32], + "19556": [2448, 1344, 36, 32], + "19564": [2592, 0, 36, 32], + "19570": [1944, 2272, 36, 32], + "19572": [1980, 2272, 36, 32], + "19574": [2016, 2272, 36, 32], + "19576": [2052, 2272, 36, 32], + "19578": [2088, 2272, 36, 32], + "19580": [2124, 2272, 36, 32], + "19582": [2160, 2272, 36, 32], + "19584": [2196, 2272, 36, 32], + "19586": [288, 1184, 36, 32], + "19589": [324, 1184, 36, 32], + "19592": [360, 1184, 36, 32], + "19595": [2232, 2272, 36, 32], + "19598": [2268, 2272, 36, 32], + "19601": [432, 1184, 36, 32], + "19604": [2304, 0, 36, 32], + "19607": [2304, 32, 36, 32], + "19610": [396, 1184, 36, 32], + "19613": [2304, 64, 36, 32], + "19615": [2304, 96, 36, 32], + "19617": [2304, 128, 36, 32], + "19619": [2304, 160, 36, 32], + "19621": [2304, 192, 36, 32], + "19623": [2304, 224, 36, 32], + "19625": [2304, 256, 36, 32], + "19627": [2304, 288, 36, 32], + "19629": [2304, 320, 36, 32], + "19631": [2304, 352, 36, 32], + "19639": [1224, 1504, 36, 32], + "19641": [1260, 1504, 36, 32], + "19643": [1296, 1504, 36, 32], + "19645": [1332, 1504, 36, 32], + "19647": [1368, 1504, 36, 32], + "19649": [1404, 1504, 36, 32], + "19653": [2304, 384, 36, 32], + "19656": [2304, 416, 36, 32], + "19662": [2304, 448, 36, 32], + "19665": [2304, 480, 36, 32], + "19669": [1440, 448, 36, 32], + "19672": [2304, 512, 36, 32], + "19675": [684, 1504, 36, 32], + "19677": [504, 96, 36, 32], + "19679": [1296, 512, 36, 32], + "19681": [1296, 544, 36, 32], + "19683": [1296, 576, 36, 32], + "19685": [504, 64, 36, 32], + "19687": [36, 2432, 36, 32], + "19689": [1692, 2464, 36, 32], + "19691": [2520, 160, 36, 32], + "19693": [2520, 2048, 36, 32], + "19695": [2520, 1376, 36, 32], + "19697": [972, 2432, 36, 32], + "19699": [108, 1312, 36, 32], + "19701": [504, 0, 36, 32], + "19707": [1296, 832, 36, 32], + "19710": [1620, 2432, 36, 32], + "19720": [1512, 352, 36, 32], + "19722": [1188, 1472, 36, 32], + "19724": [972, 512, 36, 32], + "19727": [2304, 544, 36, 32], + "19730": [36, 928, 36, 32], + "19732": [1440, 800, 36, 32], + "19835": [1296, 1440, 36, 32], + "19836": [2556, 2016, 36, 32], + "19912": [900, 128, 36, 32], + "19915": [900, 160, 36, 32], + "19918": [900, 640, 36, 32], + "19921": [360, 864, 36, 32], + "19924": [864, 800, 36, 32], + "19927": [864, 416, 36, 32], + "19930": [144, 864, 36, 32], + "19933": [864, 224, 36, 32], + "19936": [864, 608, 36, 32], + "19941": [2556, 1984, 36, 32], + "19943": [936, 160, 36, 32], + "19946": [936, 192, 36, 32], + "19949": [936, 288, 36, 32], + "19952": [936, 224, 36, 32], + "19955": [936, 256, 36, 32], + "19958": [756, 896, 36, 32], + "19961": [864, 896, 36, 32], + "19964": [792, 896, 36, 32], + "19967": [828, 896, 36, 32], + "19970": [900, 896, 36, 32], + "19973": [936, 0, 36, 32], + "19976": [936, 96, 36, 32], + "19979": [936, 32, 36, 32], + "19982": [936, 64, 36, 32], + "19985": [936, 128, 36, 32], + "19988": [936, 640, 36, 32], + "19991": [936, 608, 36, 32], + "19994": [252, 896, 36, 32], + "19997": [216, 896, 36, 32], + "20000": [1476, 1472, 36, 32], + "20002": [108, 896, 36, 32], + "20005": [1008, 32, 36, 32], + "20008": [972, 672, 36, 32], + "20011": [1008, 128, 36, 32], + "20014": [1008, 96, 36, 32], + "20017": [1008, 320, 36, 32], + "20020": [972, 352, 36, 32], + "20023": [972, 384, 36, 32], + "20026": [972, 416, 36, 32], + "20029": [972, 480, 36, 32], + "20032": [972, 448, 36, 32], + "20035": [648, 928, 36, 32], + "20038": [684, 928, 36, 32], + "20041": [792, 928, 36, 32], + "20044": [720, 928, 36, 32], + "20047": [756, 928, 36, 32], + "20050": [972, 608, 36, 32], + "20053": [972, 640, 36, 32], + "20056": [972, 576, 36, 32], + "20059": [1008, 288, 36, 32], + "20062": [252, 928, 36, 32], + "20065": [216, 928, 36, 32], + "20068": [72, 928, 36, 32], + "20071": [108, 928, 36, 32], + "20074": [144, 928, 36, 32], + "20077": [180, 928, 36, 32], + "20080": [972, 32, 36, 32], + "20083": [972, 160, 36, 32], + "20086": [972, 96, 36, 32], + "20089": [972, 128, 36, 32], + "20092": [972, 64, 36, 32], + "20095": [828, 928, 36, 32], + "20098": [864, 928, 36, 32], + "20101": [900, 928, 36, 32], + "20104": [972, 0, 36, 32], + "20107": [936, 928, 36, 32], + "20110": [972, 544, 36, 32], + "20113": [972, 256, 36, 32], + "20116": [972, 224, 36, 32], + "20119": [972, 320, 36, 32], + "20122": [972, 288, 36, 32], + "20125": [972, 192, 36, 32], + "20128": [468, 928, 36, 32], + "20131": [504, 928, 36, 32], + "20134": [576, 928, 36, 32], + "20137": [540, 928, 36, 32], + "20140": [612, 928, 36, 32], + "20143": [324, 928, 36, 32], + "20146": [360, 960, 36, 32], + "20149": [396, 960, 36, 32], + "20152": [432, 960, 36, 32], + "20155": [468, 960, 36, 32], + "20158": [504, 960, 36, 32], + "20161": [540, 960, 36, 32], + "20164": [2556, 1696, 36, 32], + "20166": [360, 608, 36, 32], + "20169": [144, 640, 36, 32], + "20172": [180, 640, 36, 32], + "20175": [216, 640, 36, 32], + "20178": [108, 640, 36, 32], + "20181": [252, 640, 36, 32], + "20184": [648, 608, 36, 32], + "20187": [0, 640, 36, 32], + "20190": [36, 640, 36, 32], + "20193": [648, 576, 36, 32], + "20196": [72, 640, 36, 32], + "20199": [216, 672, 36, 32], + "20202": [252, 672, 36, 32], + "20205": [288, 608, 36, 32], + "20208": [324, 608, 36, 32], + "20211": [144, 608, 36, 32], + "20214": [216, 608, 36, 32], + "20217": [180, 608, 36, 32], + "20220": [144, 992, 36, 32], + "20223": [180, 992, 36, 32], + "20226": [216, 992, 36, 32], + "20229": [288, 992, 36, 32], + "20232": [252, 992, 36, 32], + "20235": [324, 992, 36, 32], + "20238": [972, 992, 36, 32], + "20240": [108, 768, 36, 32], + "20243": [144, 768, 36, 32], + "20246": [612, 768, 36, 32], + "20249": [2556, 1824, 36, 32], + "20251": [216, 768, 36, 32], + "20254": [288, 768, 36, 32], + "20257": [360, 768, 36, 32], + "20260": [252, 768, 36, 32], + "20263": [324, 768, 36, 32], + "20266": [432, 768, 36, 32], + "20269": [468, 768, 36, 32], + "20272": [396, 768, 36, 32], + "20275": [828, 416, 36, 32], + "20366": [1512, 256, 36, 32], + "20368": [1512, 224, 36, 32], + "20370": [1512, 160, 36, 32], + "20372": [1512, 192, 36, 32], + "20374": [1512, 128, 36, 32], + "20376": [1548, 1024, 36, 32], + "20379": [1548, 1056, 36, 32], + "20382": [1548, 1088, 36, 32], + "20385": [1548, 1120, 36, 32], + "20433": [1296, 992, 36, 32], + "20436": [1296, 928, 36, 32], + "20439": [1296, 896, 36, 32], + "20442": [1296, 960, 36, 32], + "20517": [432, 1152, 36, 32], + "20520": [468, 1152, 36, 32], + "20543": [2556, 1920, 36, 32], + "20544": [2556, 1856, 36, 32], + "20545": [2556, 1760, 36, 32], + "20546": [2556, 1632, 36, 32], + "20590": [1224, 1088, 36, 32], + "20595": [504, 1152, 36, 32], + "20609": [1800, 2560, 36, 32], + "20611": [1872, 2560, 36, 32], + "20613": [1908, 2560, 36, 32], + "20615": [1836, 2560, 36, 32], + "20659": [1152, 672, 36, 32], + "20661": [1152, 704, 36, 32], + "20663": [1152, 736, 36, 32], + "20665": [1152, 768, 36, 32], + "20693": [540, 96, 36, 32], + "20704": [540, 192, 36, 32], + "20706": [540, 256, 36, 32], + "20708": [540, 224, 36, 32], + "20710": [540, 288, 36, 32], + "20712": [540, 320, 36, 32], + "20714": [540, 128, 36, 32], + "20716": [2304, 576, 36, 32], + "20718": [540, 160, 36, 32], + "20720": [540, 352, 36, 32], + "20724": [1260, 608, 36, 32], + "20727": [1260, 896, 36, 32], + "20730": [1260, 704, 36, 32], + "20733": [540, 1568, 36, 32], + "20736": [1260, 672, 36, 32], + "20739": [468, 1568, 36, 32], + "20747": [2520, 1440, 36, 32], + "20749": [1476, 1088, 36, 32], + "20754": [0, 1280, 36, 32], + "20756": [468, 352, 36, 32], + "20760": [1368, 928, 36, 32], + "20764": [1368, 896, 36, 32], + "20773": [2520, 608, 36, 32], + "20775": [1944, 2432, 36, 32], + "20777": [2484, 1728, 36, 32], + "20779": [468, 2464, 36, 32], + "20832": [2520, 1536, 36, 32], + "20834": [1224, 2432, 36, 32], + "20836": [1188, 2432, 36, 32], + "20849": [144, 32, 36, 32], + "20851": [288, 512, 36, 32], + "20997": [324, 512, 36, 32], + "21000": [144, 544, 36, 32], + "21003": [360, 512, 36, 32], + "21006": [1476, 1248, 36, 32], + "21009": [180, 1248, 36, 32], + "21012": [108, 544, 36, 32], + "21015": [0, 544, 36, 32], + "21018": [468, 512, 36, 32], + "21021": [504, 512, 36, 32], + "21024": [540, 512, 36, 32], + "21027": [216, 544, 36, 32], + "21028": [504, 448, 36, 32], + "21031": [1368, 1440, 36, 32], + "21034": [36, 544, 36, 32], + "21043": [396, 512, 36, 32], + "21046": [504, 2432, 36, 32], + "21047": [180, 544, 36, 32], + "21049": [1584, 384, 36, 32], + "21061": [1044, 448, 36, 32], + "21064": [1044, 608, 36, 32], + "21067": [1044, 480, 36, 32], + "21070": [1044, 512, 36, 32], + "21073": [1044, 544, 36, 32], + "21076": [1044, 576, 36, 32], + "21079": [72, 544, 36, 32], + "21081": [2304, 608, 36, 32], + "21084": [2304, 640, 36, 32], + "21087": [2304, 672, 36, 32], + "21090": [2304, 704, 36, 32], + "21093": [2304, 736, 36, 32], + "21096": [2304, 768, 36, 32], + "21099": [2304, 800, 36, 32], + "21102": [2304, 832, 36, 32], + "21105": [2304, 864, 36, 32], + "21108": [2304, 896, 36, 32], + "21111": [2304, 928, 36, 32], + "21114": [2304, 960, 36, 32], + "21117": [2304, 992, 36, 32], + "21120": [2304, 1024, 36, 32], + "21123": [2304, 1056, 36, 32], + "21126": [2304, 1088, 36, 32], + "21129": [2304, 1120, 36, 32], + "21140": [2304, 1152, 36, 32], + "21143": [2304, 1184, 36, 32], + "21146": [2304, 1216, 36, 32], + "21157": [2304, 1248, 36, 32], + "21160": [2304, 1280, 36, 32], + "21163": [2304, 1312, 36, 32], + "21166": [2304, 1344, 36, 32], + "21177": [2304, 1376, 36, 32], + "21180": [2304, 1408, 36, 32], + "21183": [2304, 1440, 36, 32], + "21198": [1584, 1376, 36, 32], + "21200": [1584, 1344, 36, 32], + "21202": [1116, 128, 36, 32], + "21209": [2484, 64, 36, 32], + "21214": [2520, 1600, 36, 32], + "21257": [2304, 1472, 36, 32], + "21264": [1440, 1504, 36, 32], + "21266": [1476, 1504, 36, 32], + "21268": [1116, 1504, 36, 32], + "21270": [1260, 640, 36, 32], + "21273": [468, 448, 36, 32], + "21275": [504, 32, 36, 32], + "21279": [1296, 1536, 36, 32], + "21282": [1368, 960, 36, 32], + "21285": [1368, 992, 36, 32], + "21291": [216, 384, 36, 32], + "21293": [2556, 1536, 36, 32], + "21295": [252, 384, 36, 32], + "21298": [1296, 160, 36, 32], + "21301": [1296, 192, 36, 32], + "21304": [1296, 224, 36, 32], + "21314": [36, 1312, 36, 32], + "21316": [2304, 1504, 36, 32], + "21318": [2304, 1536, 36, 32], + "21320": [2304, 1568, 36, 32], + "21322": [2304, 1600, 36, 32], + "21324": [2304, 1632, 36, 32], + "21326": [2304, 1664, 36, 32], + "21332": [2304, 1696, 36, 32], + "21334": [2304, 1728, 36, 32], + "21336": [2304, 1760, 36, 32], + "21338": [2304, 1792, 36, 32], + "21341": [1656, 1088, 36, 32], + "21343": [1296, 1024, 36, 32], + "21345": [1296, 1056, 36, 32], + "21347": [2304, 1824, 36, 32], + "21350": [2304, 1856, 36, 32], + "21352": [2304, 1888, 36, 32], + "21354": [144, 1312, 36, 32], + "21356": [2556, 1504, 36, 32], + "21387": [756, 992, 36, 32], + "21389": [2484, 512, 36, 32], + "21392": [1296, 1088, 36, 32], + "21439": [396, 1152, 36, 32], + "21477": [2304, 1920, 36, 32], + "21480": [2304, 1952, 36, 32], + "21483": [1476, 672, 36, 32], + "21486": [756, 1408, 36, 32], + "21488": [1224, 1408, 36, 32], + "21490": [504, 1408, 36, 32], + "21504": [468, 1408, 36, 32], + "21509": [1152, 800, 36, 32], + "21512": [2304, 1984, 36, 32], + "21515": [2304, 2016, 36, 32], + "21518": [2304, 2048, 36, 32], + "21521": [2304, 2080, 36, 32], + "21541": [1152, 320, 36, 32], + "21543": [2304, 2112, 36, 32], + "21545": [2304, 2144, 36, 32], + "21555": [2304, 2176, 36, 32], + "21562": [828, 2528, 36, 32], + "21564": [864, 2528, 36, 32], + "21566": [900, 2528, 36, 32], + "21568": [936, 2528, 36, 32], + "21622": [2304, 2208, 36, 32], + "21626": [2304, 2240, 36, 32], + "21633": [1548, 320, 36, 32], + "21634": [1548, 224, 36, 32], + "21637": [1260, 1024, 36, 32], + "21643": [1260, 992, 36, 32], + "21646": [1260, 960, 36, 32], + "21649": [432, 1280, 36, 32], + "21652": [2304, 2272, 36, 32], + "21655": [1764, 2528, 36, 32], + "21656": [2484, 192, 36, 32], + "21664": [1188, 1088, 36, 32], + "21666": [1188, 1120, 36, 32], + "21668": [1188, 1152, 36, 32], + "21670": [0, 1184, 36, 32], + "21672": [36, 1184, 36, 32], + "21674": [72, 1184, 36, 32], + "21676": [108, 1184, 36, 32], + "21678": [144, 1184, 36, 32], + "21680": [180, 1184, 36, 32], + "21682": [216, 1184, 36, 32], + "21684": [0, 2304, 36, 32], + "21690": [36, 2304, 36, 32], + "21693": [2592, 960, 36, 32], + "21697": [1152, 256, 36, 32], + "21719": [2484, 672, 36, 32], + "21724": [2448, 2368, 36, 32], + "21726": [36, 384, 36, 32], + "21730": [396, 256, 36, 32], + "21733": [972, 1504, 36, 32], + "21736": [396, 288, 36, 32], + "21739": [396, 320, 36, 32], + "21742": [396, 352, 36, 32], + "21745": [0, 384, 36, 32], + "21748": [396, 224, 36, 32], + "21750": [252, 1504, 36, 32], + "21752": [2520, 1472, 36, 32], + "21754": [72, 2304, 36, 32], + "21776": [1368, 1248, 36, 32], + "21778": [1368, 1216, 36, 32], + "21780": [1368, 1312, 36, 32], + "21782": [1368, 1280, 36, 32], + "21784": [1368, 1184, 36, 32], + "21786": [1368, 1152, 36, 32], + "21791": [180, 1344, 36, 32], + "21793": [216, 1344, 36, 32], + "21795": [252, 1344, 36, 32], + "21802": [504, 1216, 36, 32], + "21804": [252, 1216, 36, 32], + "21807": [468, 1216, 36, 32], + "21810": [432, 1216, 36, 32], + "21813": [396, 1216, 36, 32], + "21816": [1548, 352, 36, 32], + "21817": [216, 1216, 36, 32], + "21820": [540, 1216, 36, 32], + "21838": [1296, 864, 36, 32], + "21841": [720, 2432, 36, 32], + "21842": [324, 2432, 36, 32], + "21843": [2520, 1888, 36, 32], + "21844": [2484, 2464, 36, 32], + "21845": [252, 2432, 36, 32], + "21846": [936, 2432, 36, 32], + "21874": [216, 2464, 36, 32], + "21880": [108, 2304, 36, 32], + "21882": [936, 1536, 36, 32], + "21885": [972, 1536, 36, 32], + "21888": [1512, 1504, 36, 32], + "21890": [1548, 0, 36, 32], + "21892": [1476, 544, 36, 32], + "21895": [1476, 512, 36, 32], + "21898": [1368, 1056, 36, 32], + "21900": [1368, 1024, 36, 32], + "21902": [144, 2304, 36, 32], + "21905": [180, 2304, 36, 32], + "21907": [504, 480, 36, 32], + "21918": [1296, 768, 36, 32], + "21921": [216, 2304, 36, 32], + "21924": [252, 2304, 36, 32], + "21926": [288, 2304, 36, 32], + "21928": [324, 2304, 36, 32], + "21930": [360, 2304, 36, 32], + "21932": [396, 2304, 36, 32], + "21934": [432, 2304, 36, 32], + "21936": [468, 2304, 36, 32], + "21938": [504, 2304, 36, 32], + "21940": [540, 2304, 36, 32], + "21942": [576, 2304, 36, 32], + "21944": [612, 2304, 36, 32], + "21946": [648, 2304, 36, 32], + "21948": [684, 2304, 36, 32], + "21950": [720, 2304, 36, 32], + "21952": [756, 2304, 36, 32], + "21955": [792, 2304, 36, 32], + "21957": [828, 2304, 36, 32], + "21959": [864, 2304, 36, 32], + "21961": [900, 2304, 36, 32], + "21963": [936, 2304, 36, 32], + "21965": [972, 2304, 36, 32], + "21967": [1008, 2304, 36, 32], + "21969": [1044, 2304, 36, 32], + "21971": [1080, 2304, 36, 32], + "21973": [1116, 2304, 36, 32], + "21975": [1152, 2304, 36, 32], + "21978": [1188, 2304, 36, 32], + "21981": [1224, 2304, 36, 32], + "21984": [1260, 2304, 36, 32], + "21987": [1296, 2304, 36, 32], + "21992": [468, 480, 36, 32], + "21994": [1332, 2304, 36, 32], + "21997": [1368, 2304, 36, 32], + "22002": [1548, 288, 36, 32], + "22003": [1548, 192, 36, 32], + "22006": [540, 0, 36, 32], + "22097": [1404, 2304, 36, 32], + "22100": [1296, 704, 36, 32], + "22103": [1296, 736, 36, 32], + "22106": [540, 32, 36, 32], + "22109": [1476, 448, 36, 32], + "22111": [540, 64, 36, 32], + "22114": [144, 1344, 36, 32], + "22118": [1440, 2304, 36, 32], + "22121": [1476, 2304, 36, 32], + "22124": [1512, 2304, 36, 32], + "22192": [1548, 2304, 36, 32], + "22195": [1584, 2304, 36, 32], + "22198": [1620, 2304, 36, 32], + "22201": [1656, 2304, 36, 32], + "22204": [1692, 2304, 36, 32], + "22209": [1728, 2304, 36, 32], + "22212": [1764, 2304, 36, 32], + "22215": [1800, 2304, 36, 32], + "22218": [1836, 2304, 36, 32], + "22221": [1872, 2304, 36, 32], + "22224": [1908, 2304, 36, 32], + "22231": [828, 544, 36, 32], + "22234": [1440, 1472, 36, 32], + "22236": [396, 928, 36, 32], + "22239": [360, 928, 36, 32], + "22242": [1368, 1472, 36, 32], + "22244": [1404, 1472, 36, 32], + "22246": [288, 928, 36, 32], + "22249": [1512, 288, 36, 32], + "22251": [1944, 2304, 36, 32], + "22254": [1980, 2304, 36, 32], + "22257": [2016, 2304, 36, 32], + "22260": [2052, 2304, 36, 32], + "22263": [2088, 2304, 36, 32], + "22266": [2124, 2304, 36, 32], + "22269": [2160, 2304, 36, 32], + "22272": [2196, 2304, 36, 32], + "22275": [2232, 2304, 36, 32], + "22278": [2268, 2304, 36, 32], + "22281": [2304, 2304, 36, 32], + "22284": [2340, 0, 36, 32], + "22290": [2340, 32, 36, 32], + "22294": [2340, 64, 36, 32], + "22296": [2340, 96, 36, 32], + "22299": [360, 1216, 36, 32], + "22302": [324, 1216, 36, 32], + "22305": [288, 1216, 36, 32], + "22316": [2484, 1344, 36, 32], + "22319": [324, 1504, 36, 32], + "22322": [1584, 1120, 36, 32], + "22323": [1584, 896, 36, 32], + "22324": [576, 32, 36, 32], + "22325": [1584, 864, 36, 32], + "22326": [576, 96, 36, 32], + "22327": [576, 128, 36, 32], + "22328": [576, 160, 36, 32], + "22351": [1440, 2432, 36, 32], + "22353": [2484, 256, 36, 32], + "22355": [1332, 1248, 36, 32], + "22358": [1332, 1280, 36, 32], + "22361": [0, 1312, 36, 32], + "22368": [2340, 128, 36, 32], + "22370": [828, 1504, 36, 32], + "22372": [108, 192, 36, 32], + "22374": [1296, 1248, 36, 32], + "22376": [1512, 1408, 36, 32], + "22378": [1512, 1440, 36, 32], + "22380": [1512, 1472, 36, 32], + "22382": [0, 1504, 36, 32], + "22384": [36, 1504, 36, 32], + "22386": [288, 544, 36, 32], + "22388": [360, 544, 36, 32], + "22390": [396, 544, 36, 32], + "22392": [432, 544, 36, 32], + "22394": [468, 544, 36, 32], + "22396": [504, 544, 36, 32], + "22398": [1476, 1312, 36, 32], + "22430": [2340, 160, 36, 32], + "22438": [1260, 1536, 36, 32], + "22443": [2340, 192, 36, 32], + "22446": [576, 224, 36, 32], + "22449": [2340, 224, 36, 32], + "22452": [2340, 256, 36, 32], + "22455": [2340, 288, 36, 32], + "22458": [2340, 320, 36, 32], + "22461": [2340, 352, 36, 32], + "22464": [2340, 384, 36, 32], + "22467": [2340, 416, 36, 32], + "22470": [2340, 448, 36, 32], + "22473": [540, 544, 36, 32], + "22477": [576, 192, 36, 32], + "22481": [576, 64, 36, 32], + "22486": [576, 0, 36, 32], + "22494": [576, 256, 36, 32], + "22496": [576, 288, 36, 32], + "22498": [576, 320, 36, 32], + "22500": [576, 352, 36, 32], + "22502": [576, 384, 36, 32], + "22542": [72, 1216, 36, 32], + "22545": [1548, 384, 36, 32], + "22547": [108, 1216, 36, 32], + "22550": [1548, 448, 36, 32], + "22552": [144, 1216, 36, 32], + "22555": [1548, 512, 36, 32], + "22557": [180, 1216, 36, 32], + "22593": [2340, 480, 36, 32], + "22595": [2340, 512, 36, 32], + "22597": [2340, 544, 36, 32], + "22599": [2340, 576, 36, 32], + "22601": [2340, 608, 36, 32], + "22603": [2340, 640, 36, 32], + "22610": [2340, 672, 36, 32], + "22613": [2340, 704, 36, 32], + "22622": [2340, 736, 36, 32], + "22634": [2340, 768, 36, 32], + "22636": [2340, 800, 36, 32], + "22647": [2340, 832, 36, 32], + "22675": [2556, 2048, 36, 32], + "22684": [2304, 2432, 36, 32], + "22689": [1872, 2464, 36, 32], + "22692": [1584, 2432, 36, 32], + "22695": [72, 2432, 36, 32], + "22698": [2484, 768, 36, 32], + "22701": [2484, 2176, 36, 32], + "22713": [2484, 384, 36, 32], + "22715": [288, 2432, 36, 32], + "22717": [2484, 1024, 36, 32], + "22719": [2520, 512, 36, 32], + "22731": [2340, 864, 36, 32], + "22734": [2340, 896, 36, 32], + "22737": [2340, 928, 36, 32], + "22740": [2340, 960, 36, 32], + "22746": [108, 0, 36, 32], + "22780": [2340, 992, 36, 32], + "22783": [2340, 1024, 36, 32], + "22786": [2340, 1056, 36, 32], + "22789": [2340, 1088, 36, 32], + "22795": [2340, 1120, 36, 32], + "22804": [144, 0, 36, 32], + "22806": [2340, 1152, 36, 32], + "22808": [2340, 1184, 36, 32], + "22810": [2340, 1216, 36, 32], + "22818": [2340, 1248, 36, 32], + "22820": [2484, 704, 36, 32], + "22826": [2340, 1280, 36, 32], + "22829": [2340, 1312, 36, 32], + "22832": [2340, 1344, 36, 32], + "22835": [2340, 1376, 36, 32], + "22838": [1152, 512, 36, 32], + "22840": [1152, 384, 36, 32], + "22842": [1152, 480, 36, 32], + "22844": [1152, 448, 36, 32], + "22846": [1152, 416, 36, 32], + "22856": [2340, 1408, 36, 32], + "22859": [2340, 1440, 36, 32], + "22866": [2340, 1472, 36, 32], + "22869": [1440, 384, 36, 32], + "22871": [1440, 416, 36, 32], + "22873": [1440, 96, 36, 32], + "22875": [36, 1280, 36, 32], + "22877": [1080, 1376, 36, 32], + "22879": [504, 1376, 36, 32], + "22881": [180, 384, 36, 32], + "22883": [108, 384, 36, 32], + "22885": [144, 384, 36, 32], + "22887": [1332, 1408, 36, 32], + "22929": [1044, 1376, 36, 32], + "22932": [1296, 1408, 36, 32], + "22935": [1440, 352, 36, 32], + "22941": [1332, 704, 36, 32], + "22943": [1332, 736, 36, 32], + "22945": [1332, 768, 36, 32], + "22947": [1332, 800, 36, 32], + "22949": [2340, 1504, 36, 32], + "22951": [720, 1504, 36, 32], + "22954": [756, 1504, 36, 32], + "22957": [288, 1248, 36, 32], + "22960": [252, 1248, 36, 32], + "22963": [216, 1248, 36, 32], + "22966": [108, 32, 36, 32], + "22969": [108, 96, 36, 32], + "22971": [36, 96, 36, 32], + "22973": [72, 96, 36, 32], + "22975": [936, 1504, 36, 32], + "22978": [540, 1504, 36, 32], + "22981": [576, 1504, 36, 32], + "22983": [0, 96, 36, 32], + "22988": [108, 64, 36, 32], + "22993": [2484, 2368, 36, 32], + "22994": [72, 384, 36, 32], + "22999": [2340, 1536, 36, 32], + "23002": [1476, 1376, 36, 32], + "23037": [2340, 1568, 36, 32], + "23047": [684, 1248, 36, 32], + "23050": [720, 1248, 36, 32], + "23053": [756, 1248, 36, 32], + "23056": [792, 1248, 36, 32], + "23059": [828, 1248, 36, 32], + "23064": [144, 64, 36, 32], + "23073": [1548, 32, 36, 32], + "23075": [1548, 64, 36, 32], + "23077": [144, 96, 36, 32], + "23083": [2520, 1024, 36, 32], + "23110": [1584, 320, 36, 32], + "23113": [1584, 256, 36, 32], + "23116": [1584, 288, 36, 32], + "23119": [1584, 352, 36, 32], + "23124": [1584, 32, 36, 32], + "23182": [2556, 1600, 36, 32], + "23185": [900, 800, 36, 32], + "23188": [864, 448, 36, 32], + "23191": [864, 256, 36, 32], + "23194": [864, 640, 36, 32], + "23197": [396, 864, 36, 32], + "23200": [180, 864, 36, 32], + "23203": [864, 832, 36, 32], + "23206": [900, 672, 36, 32], + "23209": [792, 832, 36, 32], + "23212": [828, 832, 36, 32], + "23215": [864, 0, 36, 32], + "23218": [864, 32, 36, 32], + "23221": [864, 64, 36, 32], + "23224": [900, 480, 36, 32], + "23227": [828, 576, 36, 32], + "23230": [1224, 1472, 36, 32], + "23232": [828, 608, 36, 32], + "23235": [1512, 480, 36, 32], + "23237": [828, 640, 36, 32], + "23240": [1512, 512, 36, 32], + "23242": [0, 960, 36, 32], + "23245": [2556, 1568, 36, 32], + "23246": [936, 864, 36, 32], + "23249": [324, 896, 36, 32], + "23252": [936, 896, 36, 32], + "23255": [0, 928, 36, 32], + "23258": [792, 960, 36, 32], + "23261": [828, 960, 36, 32], + "23264": [864, 960, 36, 32], + "23267": [900, 960, 36, 32], + "23270": [936, 448, 36, 32], + "23273": [936, 480, 36, 32], + "23276": [936, 960, 36, 32], + "23279": [972, 960, 36, 32], + "23282": [1008, 0, 36, 32], + "23285": [612, 224, 36, 32], + "23288": [612, 256, 36, 32], + "23291": [612, 288, 36, 32], + "23294": [612, 320, 36, 32], + "23297": [612, 352, 36, 32], + "23300": [612, 384, 36, 32], + "23303": [612, 416, 36, 32], + "23306": [612, 448, 36, 32], + "23309": [612, 480, 36, 32], + "23312": [612, 512, 36, 32], + "23315": [612, 544, 36, 32], + "23318": [612, 576, 36, 32], + "23321": [0, 608, 36, 32], + "23324": [36, 608, 36, 32], + "23327": [72, 608, 36, 32], + "23330": [1512, 384, 36, 32], + "23332": [1512, 416, 36, 32], + "23334": [1512, 448, 36, 32], + "23336": [1008, 192, 36, 32], + "23339": [1008, 160, 36, 32], + "23342": [1008, 224, 36, 32], + "23345": [1008, 256, 36, 32], + "23348": [432, 928, 36, 32], + "23351": [252, 608, 36, 32], + "23354": [360, 704, 36, 32], + "23357": [432, 704, 36, 32], + "23360": [396, 704, 36, 32], + "23363": [720, 576, 36, 32], + "23366": [648, 416, 36, 32], + "23369": [648, 448, 36, 32], + "23372": [648, 480, 36, 32], + "23375": [648, 512, 36, 32], + "23378": [648, 544, 36, 32], + "23381": [684, 416, 36, 32], + "23384": [684, 448, 36, 32], + "23387": [2340, 1600, 36, 32], + "23389": [648, 704, 36, 32], + "23392": [756, 576, 36, 32], + "23395": [756, 608, 36, 32], + "23398": [756, 640, 36, 32], + "23401": [756, 672, 36, 32], + "23404": [756, 704, 36, 32], + "23407": [648, 768, 36, 32], + "23410": [684, 768, 36, 32], + "23413": [612, 704, 36, 32], + "23444": [1512, 320, 36, 32], + "23446": [612, 2464, 36, 32], + "23448": [288, 2464, 36, 32], + "23490": [2340, 1632, 36, 32], + "23495": [144, 448, 36, 32], + "23499": [2340, 1664, 36, 32], + "23510": [1872, 2528, 36, 32], + "23512": [1908, 2528, 36, 32], + "23514": [1944, 2528, 36, 32], + "23517": [216, 448, 36, 32], + "23522": [108, 1280, 36, 32], + "23525": [180, 448, 36, 32], + "23528": [252, 448, 36, 32], + "23661": [1440, 288, 36, 32], + "23667": [1332, 1536, 36, 32], + "23673": [972, 1472, 36, 32], + "23677": [1260, 1472, 36, 32], + "23680": [900, 1472, 36, 32], + "23685": [2340, 1696, 36, 32], + "23688": [2340, 1728, 36, 32], + "23691": [2340, 1760, 36, 32], + "23694": [2340, 1792, 36, 32], + "23697": [2340, 1824, 36, 32], + "23700": [2340, 1856, 36, 32], + "23703": [2340, 1888, 36, 32], + "23706": [2340, 1920, 36, 32], + "23709": [2340, 1952, 36, 32], + "23712": [2340, 1984, 36, 32], + "23715": [2340, 2016, 36, 32], + "23718": [2340, 2048, 36, 32], + "23721": [2340, 2080, 36, 32], + "23724": [2340, 2112, 36, 32], + "23727": [2340, 2144, 36, 32], + "23730": [2340, 2176, 36, 32], + "23733": [2340, 2208, 36, 32], + "23736": [2340, 2240, 36, 32], + "23739": [2340, 2272, 36, 32], + "23742": [2340, 2304, 36, 32], + "23745": [0, 2336, 36, 32], + "23748": [36, 2336, 36, 32], + "23751": [72, 2336, 36, 32], + "23754": [108, 2336, 36, 32], + "23757": [180, 352, 36, 32], + "23760": [540, 384, 36, 32], + "23762": [936, 1472, 36, 32], + "23768": [1440, 832, 36, 32], + "23785": [2448, 2016, 36, 32], + "23787": [2448, 2048, 36, 32], + "23789": [2448, 2080, 36, 32], + "23859": [324, 352, 36, 32], + "23908": [540, 448, 36, 32], + "23943": [144, 1280, 36, 32], + "23946": [252, 1472, 36, 32], + "23948": [144, 2336, 36, 32], + "23951": [1008, 1472, 36, 32], + "23953": [540, 416, 36, 32], + "23956": [216, 352, 36, 32], + "23959": [216, 1280, 36, 32], + "23962": [1440, 256, 36, 32], + "23971": [2448, 800, 36, 32], + "23975": [2448, 864, 36, 32], + "23979": [2448, 832, 36, 32], + "23983": [2448, 768, 36, 32], + "23987": [2448, 736, 36, 32], + "23997": [1116, 1472, 36, 32], + "24000": [180, 1280, 36, 32], + "24003": [180, 2336, 36, 32], + "24006": [216, 2336, 36, 32], + "24009": [252, 2336, 36, 32], + "24012": [288, 2336, 36, 32], + "24015": [324, 2336, 36, 32], + "24018": [360, 2336, 36, 32], + "24021": [396, 2336, 36, 32], + "24024": [432, 2336, 36, 32], + "24027": [468, 2336, 36, 32], + "24034": [252, 1280, 36, 32], + "24037": [288, 1280, 36, 32], + "24040": [324, 1280, 36, 32], + "24043": [396, 1280, 36, 32], + "24046": [360, 1280, 36, 32], + "24144": [144, 1568, 36, 32], + "24187": [504, 2336, 36, 32], + "24192": [612, 1056, 36, 32], + "24195": [648, 1056, 36, 32], + "24198": [684, 1056, 36, 32], + "24201": [720, 1056, 36, 32], + "24204": [756, 1056, 36, 32], + "24207": [936, 1056, 36, 32], + "24209": [972, 1056, 36, 32], + "24211": [1008, 1056, 36, 32], + "24213": [1044, 1056, 36, 32], + "24215": [1080, 1056, 36, 32], + "24217": [1116, 416, 36, 32], + "24219": [1116, 448, 36, 32], + "24225": [1584, 1216, 36, 32], + "24227": [1584, 1248, 36, 32], + "24229": [1116, 64, 36, 32], + "24251": [540, 2336, 36, 32], + "24268": [864, 1248, 36, 32], + "24271": [648, 1504, 36, 32], + "24287": [252, 2560, 36, 32], + "24288": [900, 1248, 36, 32], + "24291": [936, 1248, 36, 32], + "24294": [972, 1248, 36, 32], + "24300": [2484, 160, 36, 32], + "24301": [0, 2432, 36, 32], + "24302": [2448, 2464, 36, 32], + "24303": [1800, 2432, 36, 32], + "24304": [2520, 96, 36, 32], + "24325": [1656, 2464, 36, 32], + "24327": [108, 2432, 36, 32], + "24333": [1584, 768, 36, 32], + "24336": [576, 2336, 36, 32], + "24370": [1548, 96, 36, 32], + "24372": [396, 2464, 36, 32], + "24374": [2520, 128, 36, 32], + "24376": [2484, 1824, 36, 32], + "24378": [2520, 1248, 36, 32], + "24380": [360, 2464, 36, 32], + "24382": [1296, 2432, 36, 32], + "24384": [2520, 384, 36, 32], + "24387": [612, 2336, 36, 32], + "24389": [648, 2336, 36, 32], + "24391": [684, 2336, 36, 32], + "24393": [720, 2336, 36, 32], + "24395": [1656, 160, 36, 32], + "24397": [756, 2336, 36, 32], + "24399": [792, 2336, 36, 32], + "24401": [828, 2336, 36, 32], + "24403": [864, 2336, 36, 32], + "24405": [900, 2336, 36, 32], + "24407": [936, 2336, 36, 32], + "24409": [972, 2336, 36, 32], + "24411": [1008, 2336, 36, 32], + "24413": [1656, 192, 36, 32], + "24417": [468, 0, 36, 32], + "24419": [468, 32, 36, 32], + "24420": [468, 64, 36, 32], + "24421": [468, 96, 36, 32], + "24422": [468, 128, 36, 32], + "24423": [1476, 1024, 36, 32], + "24424": [1476, 1056, 36, 32], + "24425": [1476, 992, 36, 32], + "24428": [324, 2464, 36, 32], + "24430": [2520, 1312, 36, 32], + "24431": [2520, 1504, 36, 32], + "24444": [1548, 128, 36, 32], + "24460": [1656, 224, 36, 32], + "24463": [1656, 256, 36, 32], + "24466": [1656, 288, 36, 32], + "24469": [1656, 320, 36, 32], + "24472": [1656, 352, 36, 32], + "24475": [1656, 384, 36, 32], + "24488": [1224, 1536, 36, 32], + "24491": [432, 416, 36, 32], + "24495": [468, 256, 36, 32], + "24511": [468, 192, 36, 32], + "24514": [468, 160, 36, 32], + "24517": [468, 224, 36, 32], + "24520": [1116, 0, 36, 32], + "24525": [2520, 1856, 36, 32], + "24527": [2448, 672, 36, 32], + "24535": [2520, 1760, 36, 32], + "24537": [2484, 2016, 36, 32], + "24539": [1764, 2432, 36, 32], + "24546": [2484, 1184, 36, 32], + "24551": [1044, 1472, 36, 32], + "24585": [1044, 2336, 36, 32], + "24587": [1080, 2336, 36, 32], + "24589": [1116, 2336, 36, 32], + "24592": [1152, 2336, 36, 32], + "24595": [1188, 2336, 36, 32], + "24598": [1224, 2336, 36, 32], + "24601": [2556, 1312, 36, 32], + "24603": [2556, 1280, 36, 32], + "24605": [2556, 1248, 36, 32], + "24607": [1260, 2336, 36, 32], + "24613": [1296, 2336, 36, 32], + "24615": [1332, 2336, 36, 32], + "24619": [288, 2560, 36, 32], + "24621": [1368, 2336, 36, 32], + "24623": [1404, 2336, 36, 32], + "24626": [1440, 2336, 36, 32], + "24629": [1476, 2336, 36, 32], + "24632": [1512, 2336, 36, 32], + "24635": [1548, 2336, 36, 32], + "24638": [1584, 2336, 36, 32], + "24641": [1620, 2336, 36, 32], + "24644": [1656, 2336, 36, 32], + "24664": [1512, 1312, 36, 32], + "24666": [1512, 1344, 36, 32], + "24668": [1512, 1376, 36, 32], + "24670": [324, 544, 36, 32], + "24699": [1476, 1344, 36, 32], + "24701": [1728, 2560, 36, 32], + "24704": [180, 1472, 36, 32], + "24706": [468, 2560, 36, 32], + "24709": [1692, 2560, 36, 32], + "24711": [1080, 992, 36, 32], + "24719": [1080, 1024, 36, 32], + "24721": [0, 1056, 36, 32], + "24723": [36, 1056, 36, 32], + "24725": [72, 1056, 36, 32], + "24727": [108, 1056, 36, 32], + "24729": [180, 1056, 36, 32], + "24731": [144, 1056, 36, 32], + "24733": [216, 1056, 36, 32], + "24736": [1476, 1408, 36, 32], + "24738": [252, 1056, 36, 32], + "24740": [1692, 2336, 36, 32], + "24743": [1440, 1056, 36, 32], + "24746": [684, 1344, 36, 32], + "24749": [1440, 1312, 36, 32], + "24752": [144, 1440, 36, 32], + "24755": [720, 1440, 36, 32], + "24758": [432, 1440, 36, 32], + "24761": [108, 1472, 36, 32], + "24763": [324, 1056, 36, 32], + "24765": [360, 1056, 36, 32], + "24767": [396, 1056, 36, 32], + "24769": [432, 1056, 36, 32], + "24771": [468, 1056, 36, 32], + "24774": [1728, 2336, 36, 32], + "24777": [1008, 1248, 36, 32], + "24780": [720, 2464, 36, 32], + "24782": [1764, 2336, 36, 32], + "24785": [1800, 2336, 36, 32], + "24844": [288, 1056, 36, 32], + "24847": [432, 1504, 36, 32], + "24849": [396, 1504, 36, 32], + "24855": [36, 1344, 36, 32], + "24857": [0, 1344, 36, 32], + "24862": [468, 1184, 36, 32], + "24863": [648, 1184, 36, 32], + "24864": [540, 1184, 36, 32], + "24865": [612, 1184, 36, 32], + "24866": [504, 1184, 36, 32], + "24867": [576, 1184, 36, 32], + "24868": [792, 1056, 36, 32], + "24869": [828, 1056, 36, 32], + "24870": [864, 1056, 36, 32], + "24871": [900, 1056, 36, 32], + "24872": [1116, 832, 36, 32], + "24874": [1116, 864, 36, 32], + "24876": [1116, 896, 36, 32], + "24878": [1116, 928, 36, 32], + "24880": [1116, 960, 36, 32], + "24882": [1116, 992, 36, 32], + "24884": [1116, 800, 36, 32], + "24885": [1116, 1024, 36, 32], + "24946": [756, 2560, 36, 32], + "24949": [1836, 2336, 36, 32], + "24951": [1872, 2336, 36, 32], + "24953": [1908, 2336, 36, 32], + "24955": [1944, 2336, 36, 32], + "24957": [1980, 2336, 36, 32], + "24959": [2016, 2336, 36, 32], + "24961": [2052, 2336, 36, 32], + "24963": [2088, 2336, 36, 32], + "24975": [1764, 2464, 36, 32], + "24977": [2520, 480, 36, 32], + "25001": [2124, 2336, 36, 32], + "25004": [2160, 2336, 36, 32], + "25007": [2196, 2336, 36, 32], + "25010": [2232, 2336, 36, 32], + "25013": [1656, 416, 36, 32], + "25016": [2268, 2336, 36, 32], + "25019": [2304, 2336, 36, 32], + "25022": [2340, 2336, 36, 32], + "25025": [2376, 0, 36, 32], + "25028": [2376, 32, 36, 32], + "25031": [2376, 64, 36, 32], + "25034": [2376, 96, 36, 32], + "25037": [2376, 128, 36, 32], + "25042": [2088, 2464, 36, 32], + "25044": [900, 2432, 36, 32], + "25046": [2484, 2304, 36, 32], + "25048": [828, 2432, 36, 32], + "25050": [2520, 2016, 36, 32], + "25052": [2520, 896, 36, 32], + "25054": [756, 2432, 36, 32], + "25056": [1656, 448, 36, 32], + "25059": [1152, 1568, 36, 32], + "25063": [1188, 1568, 36, 32], + "25066": [1116, 1568, 36, 32], + "25069": [1440, 1088, 36, 32], + "25072": [792, 1440, 36, 32], + "25075": [1440, 1344, 36, 32], + "25078": [180, 1440, 36, 32], + "25081": [756, 1440, 36, 32], + "25084": [468, 1440, 36, 32], + "25087": [1656, 480, 36, 32], + "25090": [1656, 512, 36, 32], + "25093": [1656, 544, 36, 32], + "25096": [1656, 576, 36, 32], + "25099": [1656, 608, 36, 32], + "25129": [1224, 1120, 36, 32], + "25131": [1224, 1152, 36, 32], + "25133": [1224, 1184, 36, 32], + "25135": [0, 1216, 36, 32], + "25137": [36, 1216, 36, 32], + "25139": [2376, 160, 36, 32], + "25163": [1044, 800, 36, 32], + "25165": [1044, 640, 36, 32], + "25167": [36, 1024, 36, 32], + "25169": [1044, 896, 36, 32], + "25171": [324, 1024, 36, 32], + "25174": [144, 1024, 36, 32], + "25282": [2520, 1152, 36, 32], + "25314": [2520, 704, 36, 32], + "25340": [1080, 1088, 36, 32], + "25342": [2484, 1216, 36, 32], + "25344": [1044, 1088, 36, 32], + "25346": [396, 1344, 36, 32], + "25348": [1008, 1088, 36, 32], + "25373": [1080, 1568, 36, 32], + "25376": [1224, 1568, 36, 32], + "25378": [1044, 1568, 36, 32], + "25380": [1656, 640, 36, 32], + "25383": [1656, 672, 36, 32], + "25386": [1656, 704, 36, 32], + "25389": [144, 1600, 36, 32], + "25392": [252, 1600, 36, 32], + "25395": [216, 1600, 36, 32], + "25398": [108, 1600, 36, 32], + "25401": [180, 1600, 36, 32], + "25404": [1620, 1568, 36, 32], + "25407": [72, 1600, 36, 32], + "25410": [36, 1600, 36, 32], + "25413": [1620, 1536, 36, 32], + "25416": [0, 1600, 36, 32], + "25419": [2376, 192, 36, 32], + "25424": [2484, 544, 36, 32], + "25426": [2376, 2432, 36, 32], + "25428": [684, 2464, 36, 32], + "25430": [2484, 352, 36, 32], + "25432": [2520, 640, 36, 32], + "25434": [828, 1088, 36, 32], + "25436": [864, 1088, 36, 32], + "25438": [792, 1088, 36, 32], + "25440": [900, 1088, 36, 32], + "25442": [612, 1088, 36, 32], + "25445": [648, 1088, 36, 32], + "25448": [684, 1088, 36, 32], + "25451": [720, 1088, 36, 32], + "25454": [756, 1088, 36, 32], + "25457": [1584, 2560, 36, 32], + "25459": [1620, 800, 36, 32], + "25461": [1620, 832, 36, 32], + "25463": [1620, 864, 36, 32], + "25465": [1620, 896, 36, 32], + "25467": [1620, 928, 36, 32], + "25474": [936, 1088, 36, 32], + "25476": [972, 1088, 36, 32], + "25478": [2376, 224, 36, 32], + "25481": [2376, 256, 36, 32], + "25484": [828, 1600, 36, 32], + "25485": [468, 1600, 36, 32], + "25486": [576, 1600, 36, 32], + "25487": [792, 1600, 36, 32], + "25488": [360, 1600, 36, 32], + "25500": [2448, 2336, 36, 32], + "25502": [2340, 2432, 36, 32], + "25521": [288, 128, 36, 32], + "25524": [144, 480, 36, 32], + "25527": [2232, 2464, 36, 32], + "25539": [1260, 416, 36, 32], + "25541": [2520, 448, 36, 32], + "25545": [216, 1472, 36, 32], + "25547": [1260, 448, 36, 32], + "25549": [936, 1568, 36, 32], + "25551": [972, 1568, 36, 32], + "25553": [1008, 1568, 36, 32], + "25555": [900, 1568, 36, 32], + "25559": [504, 160, 36, 32], + "25576": [504, 320, 36, 32], + "25578": [504, 352, 36, 32], + "25580": [504, 384, 36, 32], + "25582": [504, 416, 36, 32], + "25585": [1476, 1440, 36, 32], + "25588": [0, 480, 36, 32], + "25592": [504, 192, 36, 32], + "25594": [504, 224, 36, 32], + "25596": [504, 256, 36, 32], + "25598": [504, 288, 36, 32], + "25600": [468, 1504, 36, 32], + "25602": [504, 128, 36, 32], + "25604": [540, 2464, 36, 32], + "25606": [2520, 64, 36, 32], + "25609": [2520, 1344, 36, 32], + "25613": [288, 1504, 36, 32], + "25615": [1152, 288, 36, 32], + "25633": [612, 2432, 36, 32], + "25635": [1152, 896, 36, 32], + "25637": [1152, 928, 36, 32], + "25639": [1152, 960, 36, 32], + "25641": [1152, 864, 36, 32], + "25644": [0, 1152, 36, 32], + "25652": [2484, 1472, 36, 32], + "25658": [756, 2464, 36, 32], + "25664": [2520, 1088, 36, 32], + "25670": [2484, 32, 36, 32], + "25676": [1368, 2528, 36, 32], + "25684": [2520, 800, 36, 32], + "25686": [1152, 992, 36, 32], + "25688": [1152, 1024, 36, 32], + "25690": [1152, 1056, 36, 32], + "25692": [1152, 1088, 36, 32], + "25694": [1152, 1120, 36, 32], + "25696": [1404, 2528, 36, 32], + "25698": [1440, 2528, 36, 32], + "25700": [1476, 2528, 36, 32], + "25731": [1584, 928, 36, 32], + "25733": [1584, 960, 36, 32], + "25734": [1584, 1152, 36, 32], + "25736": [1584, 992, 36, 32], + "25738": [1584, 1024, 36, 32], + "25739": [1584, 1056, 36, 32], + "25741": [1584, 1088, 36, 32], + "25742": [576, 448, 36, 32], + "25744": [576, 480, 36, 32], + "25746": [576, 416, 36, 32], + "25748": [72, 1504, 36, 32], + "25749": [108, 1504, 36, 32], + "25750": [144, 1504, 36, 32], + "25751": [180, 1504, 36, 32], + "25752": [216, 1504, 36, 32], + "25766": [2376, 288, 36, 32], + "25769": [2376, 320, 36, 32], + "25772": [2376, 352, 36, 32], + "25775": [2376, 384, 36, 32], + "25778": [2376, 416, 36, 32], + "25781": [972, 2464, 36, 32], + "25826": [2376, 448, 36, 32], + "25833": [2376, 480, 36, 32], + "25836": [360, 1504, 36, 32], + "25837": [468, 288, 36, 32], + "25838": [468, 320, 36, 32], + "25840": [2520, 224, 36, 32], + "25844": [468, 1280, 36, 32], + "25846": [504, 1280, 36, 32], + "25849": [2376, 512, 36, 32], + "25851": [2376, 544, 36, 32], + "25853": [2376, 576, 36, 32], + "25855": [2376, 608, 36, 32], + "25857": [2376, 640, 36, 32], + "25859": [288, 352, 36, 32], + "25862": [1152, 1472, 36, 32], + "25867": [1080, 1472, 36, 32], + "25898": [864, 1600, 36, 32], + "25900": [900, 1600, 36, 32], + "25904": [1080, 1600, 36, 32], + "25906": [1116, 1600, 36, 32], + "25910": [1008, 1600, 36, 32], + "25912": [1044, 1600, 36, 32], + "25916": [936, 1600, 36, 32], + "25918": [972, 1600, 36, 32], + "25920": [396, 2432, 36, 32], + "25921": [2412, 2464, 36, 32], + "25922": [2520, 1632, 36, 32], + "25923": [2484, 128, 36, 32], + "25924": [2484, 0, 36, 32], + "25925": [2484, 1536, 36, 32], + "25926": [2520, 832, 36, 32], + "25928": [2520, 1824, 36, 32], + "25930": [2484, 736, 36, 32], + "25932": [2268, 2432, 36, 32], + "25934": [2448, 960, 36, 32], + "25936": [2448, 992, 36, 32], + "25975": [144, 576, 36, 32], + "25979": [1620, 2560, 36, 32], + "25981": [1620, 1248, 36, 32], + "25985": [0, 576, 36, 32], + "25991": [2376, 672, 36, 32], + "25994": [2376, 704, 36, 32], + "25997": [2376, 736, 36, 32], + "26000": [2376, 768, 36, 32], + "26003": [2376, 800, 36, 32], + "26006": [2376, 832, 36, 32], + "26009": [2376, 864, 36, 32], + "26012": [2376, 896, 36, 32], + "26015": [2376, 928, 36, 32], + "26018": [2376, 960, 36, 32], + "26021": [2376, 992, 36, 32], + "26024": [2376, 1024, 36, 32], + "26027": [2376, 1056, 36, 32], + "26030": [2376, 1088, 36, 32], + "26033": [2376, 1120, 36, 32], + "26036": [2376, 1152, 36, 32], + "26039": [2376, 1184, 36, 32], + "26042": [2376, 1216, 36, 32], + "26045": [2376, 1248, 36, 32], + "26048": [2376, 1280, 36, 32], + "26051": [2376, 1312, 36, 32], + "26054": [2376, 1344, 36, 32], + "26057": [2376, 1376, 36, 32], + "26060": [2376, 1408, 36, 32], + "26063": [2376, 1440, 36, 32], + "26066": [2376, 1472, 36, 32], + "26069": [2376, 1504, 36, 32], + "26072": [2376, 1536, 36, 32], + "26075": [2376, 1568, 36, 32], + "26078": [2376, 1600, 36, 32], + "26081": [2376, 1632, 36, 32], + "26084": [2376, 1664, 36, 32], + "26087": [2376, 1696, 36, 32], + "26090": [2376, 1728, 36, 32], + "26093": [2376, 1760, 36, 32], + "26096": [2376, 1792, 36, 32], + "26099": [2376, 1824, 36, 32], + "26102": [2376, 1856, 36, 32], + "26105": [2376, 1888, 36, 32], + "26108": [2376, 1920, 36, 32], + "26111": [2376, 1952, 36, 32], + "26114": [2376, 1984, 36, 32], + "26117": [2376, 2016, 36, 32], + "26120": [2376, 2048, 36, 32], + "26123": [2376, 2080, 36, 32], + "26126": [2376, 2112, 36, 32], + "26129": [2376, 2144, 36, 32], + "26132": [2376, 2176, 36, 32], + "26135": [2376, 2208, 36, 32], + "26138": [2376, 2240, 36, 32], + "26141": [2376, 2272, 36, 32], + "26144": [2376, 2304, 36, 32], + "26147": [2376, 2336, 36, 32], + "26219": [180, 576, 36, 32], + "26221": [1080, 1248, 36, 32], + "26223": [1116, 1248, 36, 32], + "26225": [1044, 1248, 36, 32], + "26227": [1152, 1248, 36, 32], + "26229": [1188, 1248, 36, 32], + "26231": [396, 416, 36, 32], + "26233": [828, 1568, 36, 32], + "26235": [252, 416, 36, 32], + "26241": [324, 64, 36, 32], + "26243": [324, 96, 36, 32], + "26245": [324, 128, 36, 32], + "26254": [2484, 2432, 36, 32], + "26256": [648, 2432, 36, 32], + "26258": [2052, 2432, 36, 32], + "26260": [2088, 2432, 36, 32], + "26266": [0, 2368, 36, 32], + "26280": [2448, 2400, 36, 32], + "26282": [72, 2464, 36, 32], + "26284": [2484, 1696, 36, 32], + "26298": [2124, 2464, 36, 32], + "26304": [2016, 2464, 36, 32], + "26306": [1080, 2464, 36, 32], + "26310": [432, 2432, 36, 32], + "26312": [2484, 928, 36, 32], + "26314": [108, 2464, 36, 32], + "26340": [36, 2368, 36, 32], + "26342": [72, 2368, 36, 32], + "26344": [108, 2368, 36, 32], + "26346": [144, 2368, 36, 32], + "26348": [144, 416, 36, 32], + "26350": [180, 2368, 36, 32], + "26353": [216, 2368, 36, 32], + "26356": [144, 1472, 36, 32], + "26358": [936, 1440, 36, 32], + "26360": [828, 1440, 36, 32], + "26362": [900, 1440, 36, 32], + "26364": [864, 1440, 36, 32], + "26368": [252, 2368, 36, 32], + "26370": [180, 416, 36, 32], + "26372": [216, 416, 36, 32], + "26374": [864, 1568, 36, 32], + "26376": [288, 416, 36, 32], + "26378": [324, 416, 36, 32], + "26380": [360, 416, 36, 32], + "26382": [720, 1568, 36, 32], + "26384": [756, 1568, 36, 32], + "26386": [792, 1568, 36, 32], + "26388": [504, 2464, 36, 32], + "26390": [288, 2368, 36, 32], + "26394": [684, 1568, 36, 32], + "26421": [1656, 832, 36, 32], + "26424": [1656, 768, 36, 32], + "26427": [324, 2368, 36, 32], + "26430": [360, 2368, 36, 32], + "26433": [396, 2368, 36, 32], + "26436": [432, 2368, 36, 32], + "26439": [468, 2368, 36, 32], + "26442": [504, 2368, 36, 32], + "26445": [540, 2368, 36, 32], + "26448": [576, 2368, 36, 32], + "26451": [612, 2368, 36, 32], + "26454": [648, 2368, 36, 32], + "26457": [684, 2368, 36, 32], + "26460": [720, 2368, 36, 32], + "26463": [1620, 64, 36, 32], + "26465": [1620, 96, 36, 32], + "26467": [1620, 32, 36, 32], + "26469": [1620, 0, 36, 32], + "26471": [1584, 1568, 36, 32], + "26473": [1620, 128, 36, 32], + "26475": [1620, 192, 36, 32], + "26477": [1620, 160, 36, 32], + "26479": [1656, 864, 36, 32], + "26482": [1296, 1568, 36, 32], + "26484": [1260, 1568, 36, 32], + "26486": [1548, 1568, 36, 32], + "26488": [1332, 1568, 36, 32], + "26490": [1368, 1568, 36, 32], + "26492": [1404, 1568, 36, 32], + "26494": [1440, 1568, 36, 32], + "26496": [1476, 1568, 36, 32], + "26498": [1512, 1568, 36, 32], + "26500": [1656, 800, 36, 32], + "26517": [1656, 736, 36, 32], + "26520": [1620, 256, 36, 32], + "26522": [1620, 320, 36, 32], + "26524": [1620, 224, 36, 32], + "26526": [1620, 288, 36, 32], + "26528": [1656, 928, 36, 32], + "26531": [1620, 416, 36, 32], + "26533": [1620, 480, 36, 32], + "26535": [1620, 448, 36, 32], + "26537": [1620, 384, 36, 32], + "26539": [1620, 352, 36, 32], + "26541": [1656, 896, 36, 32], + "26554": [1656, 960, 36, 32], + "26557": [1656, 992, 36, 32], + "26560": [1656, 1024, 36, 32], + "26602": [756, 2368, 36, 32], + "26784": [1476, 64, 36, 32], + "26788": [792, 2368, 36, 32], + "26792": [1080, 480, 36, 32], + "26798": [1080, 512, 36, 32], + "26801": [828, 2368, 36, 32], + "26804": [864, 2368, 36, 32], + "26807": [1080, 576, 36, 32], + "26809": [1080, 608, 36, 32], + "26811": [1080, 640, 36, 32], + "26813": [1080, 544, 36, 32], + "26815": [1080, 800, 36, 32], + "26820": [1080, 864, 36, 32], + "26822": [1080, 832, 36, 32], + "26850": [1080, 672, 36, 32], + "26852": [1080, 704, 36, 32], + "26854": [1080, 736, 36, 32], + "26856": [1080, 768, 36, 32], + "26858": [1620, 512, 36, 32], + "26860": [1620, 544, 36, 32], + "26862": [1620, 576, 36, 32], + "26864": [1620, 608, 36, 32], + "26866": [1620, 640, 36, 32], + "26868": [1620, 672, 36, 32], + "26870": [1620, 704, 36, 32], + "26872": [1620, 736, 36, 32], + "26874": [1620, 768, 36, 32], + "26876": [1188, 2560, 36, 32], + "26899": [504, 1504, 36, 32], + "26901": [1080, 448, 36, 32], + "26908": [1080, 896, 36, 32], + "26910": [1080, 960, 36, 32], + "26912": [1080, 928, 36, 32], + "26937": [1800, 2464, 36, 32], + "26939": [1548, 2432, 36, 32], + "26996": [468, 2528, 36, 32], + "26997": [900, 2368, 36, 32], + "27012": [1080, 192, 36, 32], + "27014": [1080, 224, 36, 32], + "27017": [1080, 256, 36, 32], + "27019": [1080, 288, 36, 32], + "27021": [1080, 160, 36, 32], + "27023": [1080, 32, 36, 32], + "27025": [1080, 64, 36, 32], + "27027": [1080, 96, 36, 32], + "27029": [1080, 128, 36, 32], + "27035": [2448, 1312, 36, 32], + "27141": [2448, 1056, 36, 32], + "27143": [2448, 1088, 36, 32], + "27145": [2448, 1120, 36, 32], + "27147": [2448, 1152, 36, 32], + "27149": [2448, 1184, 36, 32], + "27151": [2448, 1216, 36, 32], + "27153": [2448, 1248, 36, 32], + "27155": [2448, 1280, 36, 32], + "27202": [936, 2368, 36, 32], + "27205": [972, 2368, 36, 32], + "27208": [1008, 2368, 36, 32], + "27211": [1044, 2368, 36, 32], + "27226": [36, 576, 36, 32], + "27229": [72, 576, 36, 32], + "27232": [108, 576, 36, 32], + "27235": [1620, 1120, 36, 32], + "27238": [1620, 1152, 36, 32], + "27241": [1620, 1184, 36, 32], + "27246": [1620, 992, 36, 32], + "27248": [396, 576, 36, 32], + "27251": [1620, 1024, 36, 32], + "27253": [1620, 1056, 36, 32], + "27255": [360, 576, 36, 32], + "27257": [504, 576, 36, 32], + "27259": [540, 576, 36, 32], + "27261": [576, 576, 36, 32], + "27263": [612, 0, 36, 32], + "27265": [612, 32, 36, 32], + "27267": [792, 1344, 36, 32], + "27269": [1620, 1216, 36, 32], + "27272": [1080, 2368, 36, 32], + "27275": [2484, 288, 36, 32], + "27277": [576, 544, 36, 32], + "27279": [216, 576, 36, 32], + "27281": [1620, 1088, 36, 32], + "27283": [252, 576, 36, 32], + "27285": [288, 576, 36, 32], + "27287": [1620, 1280, 36, 32], + "27289": [324, 576, 36, 32], + "27291": [1620, 1312, 36, 32], + "27293": [468, 576, 36, 32], + "27352": [576, 512, 36, 32], + "27355": [1584, 800, 36, 32], + "27363": [1368, 1120, 36, 32], + "27366": [1368, 1088, 36, 32], + "27370": [1656, 2560, 36, 32], + "27372": [432, 576, 36, 32], + "27374": [1620, 960, 36, 32], + "27377": [612, 64, 36, 32], + "27378": [612, 96, 36, 32], + "27379": [612, 128, 36, 32], + "27380": [612, 160, 36, 32], + "27381": [612, 192, 36, 32], + "27382": [1620, 1344, 36, 32], + "27383": [1620, 1376, 36, 32], + "27384": [1620, 1408, 36, 32], + "27385": [1620, 1504, 36, 32], + "27386": [1620, 1440, 36, 32], + "27387": [1620, 1472, 36, 32], + "27473": [2520, 1664, 36, 32], + "27475": [1872, 2432, 36, 32], + "27477": [2520, 672, 36, 32], + "27479": [2484, 1440, 36, 32], + "27481": [2520, 1120, 36, 32], + "27497": [2232, 2432, 36, 32], + "27544": [828, 2464, 36, 32], + "27550": [1152, 1600, 36, 32], + "27552": [1188, 1600, 36, 32], + "27558": [2160, 2464, 36, 32], + "27563": [1404, 2432, 36, 32], + "27564": [2484, 2080, 36, 32], + "27566": [2376, 2464, 36, 32], + "27568": [2196, 2464, 36, 32], + "27572": [2484, 1280, 36, 32], + "27574": [576, 2432, 36, 32], + "27576": [468, 2432, 36, 32], + "27578": [144, 2464, 36, 32], + "27580": [2520, 320, 36, 32], + "27582": [2484, 2240, 36, 32], + "27583": [2484, 480, 36, 32], + "27584": [684, 2432, 36, 32], + "27585": [1368, 2432, 36, 32], + "27586": [648, 2464, 36, 32], + "27588": [2484, 576, 36, 32], + "27590": [468, 384, 36, 32], + "27610": [2520, 1568, 36, 32], + "27612": [612, 1472, 36, 32], + "27614": [468, 416, 36, 32], + "27616": [108, 448, 36, 32], + "27622": [72, 448, 36, 32], + "27627": [0, 448, 36, 32], + "27629": [1116, 2368, 36, 32], + "27632": [1152, 2368, 36, 32], + "27635": [1188, 2368, 36, 32], + "27638": [1224, 2368, 36, 32], + "27641": [288, 1472, 36, 32], + "27643": [36, 448, 36, 32], + "27652": [468, 1472, 36, 32], + "27655": [1548, 480, 36, 32], + "27657": [432, 1472, 36, 32], + "27660": [1548, 416, 36, 32], + "27662": [396, 1472, 36, 32], + "27665": [1548, 544, 36, 32], + "27667": [252, 32, 36, 32], + "27670": [252, 480, 36, 32], + "27673": [396, 480, 36, 32], + "27676": [1260, 2368, 36, 32], + "27681": [252, 64, 36, 32], + "27684": [432, 480, 36, 32], + "27687": [288, 480, 36, 32], + "27690": [360, 1472, 36, 32], + "27693": [2268, 2464, 36, 32], + "27695": [1152, 352, 36, 32], + "27785": [1296, 2368, 36, 32], + "27897": [1332, 2368, 36, 32], + "28134": [2520, 256, 36, 32], + "28136": [2592, 992, 36, 32], + "28138": [1188, 704, 36, 32], + "28140": [1188, 736, 36, 32], + "28143": [1332, 1600, 36, 32], + "28146": [1188, 768, 36, 32], + "28149": [1296, 1600, 36, 32], + "28152": [1260, 1600, 36, 32], + "28154": [1368, 2368, 36, 32], + "28157": [1404, 2368, 36, 32], + "28159": [1440, 2368, 36, 32], + "28161": [1224, 1600, 36, 32], + "28163": [1368, 1600, 36, 32], + "28166": [1188, 800, 36, 32], + "28169": [1188, 576, 36, 32], + "28171": [1188, 608, 36, 32], + "28173": [1188, 544, 36, 32], + "28175": [1188, 640, 36, 32], + "28177": [1188, 864, 36, 32], + "28179": [2484, 1056, 36, 32], + "28181": [2484, 2048, 36, 32], + "28184": [2520, 1728, 36, 32], + "28190": [2484, 864, 36, 32], + "28193": [1476, 2368, 36, 32], + "28196": [1404, 1600, 36, 32], + "28199": [1440, 1600, 36, 32], + "28202": [1476, 1600, 36, 32], + "28205": [1512, 1600, 36, 32], + "28208": [1548, 1600, 36, 32], + "28211": [1584, 1600, 36, 32], + "28214": [1620, 1600, 36, 32], + "28217": [1656, 0, 36, 32], + "28220": [1656, 32, 36, 32], + "28226": [1656, 64, 36, 32], + "28246": [360, 0, 36, 32], + "28248": [180, 320, 36, 32], + "28250": [324, 0, 36, 32], + "28252": [0, 320, 36, 32], + "28254": [612, 1600, 36, 32], + "28256": [648, 1600, 36, 32], + "28258": [684, 1600, 36, 32], + "28268": [288, 320, 36, 32], + "28270": [324, 256, 36, 32], + "28272": [360, 96, 36, 32], + "28274": [108, 320, 36, 32], + "28276": [324, 192, 36, 32], + "28279": [360, 64, 36, 32], + "28281": [324, 160, 36, 32], + "28283": [72, 320, 36, 32], + "28285": [252, 320, 36, 32], + "28287": [432, 1600, 36, 32], + "28289": [756, 1600, 36, 32], + "28291": [540, 1600, 36, 32], + "28293": [324, 1600, 36, 32], + "28295": [396, 1600, 36, 32], + "28298": [720, 1600, 36, 32], + "28301": [288, 1600, 36, 32], + "28304": [504, 1600, 36, 32], + "28307": [1512, 2368, 36, 32], + "28310": [1548, 2368, 36, 32], + "28313": [1584, 2368, 36, 32], + "28316": [1620, 2368, 36, 32], + "28319": [216, 320, 36, 32], + "28321": [324, 32, 36, 32], + "28323": [360, 32, 36, 32], + "28325": [36, 320, 36, 32], + "28327": [2592, 32, 36, 32], + "28330": [324, 320, 36, 32], + "28331": [360, 128, 36, 32], + "28332": [144, 320, 36, 32], + "28333": [324, 288, 36, 32], + "28334": [324, 224, 36, 32], + "28336": [576, 2464, 36, 32], + "28409": [2520, 960, 36, 32], + "28478": [1656, 2368, 36, 32], + "28481": [1692, 2368, 36, 32], + "28484": [1728, 2368, 36, 32], + "28487": [1764, 2368, 36, 32], + "28490": [1800, 2368, 36, 32], + "28493": [1836, 2368, 36, 32], + "28496": [1872, 2368, 36, 32], + "28499": [1908, 2368, 36, 32], + "28502": [1944, 2368, 36, 32], + "28505": [1980, 2368, 36, 32], + "28508": [2016, 2368, 36, 32], + "28511": [2052, 2368, 36, 32], + "28514": [2088, 2368, 36, 32], + "28517": [2124, 2368, 36, 32], + "28520": [2160, 2368, 36, 32], + "28523": [2196, 2368, 36, 32], + "28526": [2232, 2368, 36, 32], + "28529": [2268, 2368, 36, 32], + "28531": [2304, 2368, 36, 32], + "28534": [2340, 2368, 36, 32], + "28537": [2376, 2368, 36, 32], + "28540": [2412, 0, 36, 32], + "28545": [2412, 32, 36, 32], + "28549": [2412, 64, 36, 32], + "28561": [2412, 96, 36, 32], + "28564": [2412, 128, 36, 32], + "28567": [2412, 160, 36, 32], + "28570": [2412, 192, 36, 32], + "28583": [2412, 224, 36, 32], + "28587": [2484, 1856, 36, 32], + "28588": [2484, 1152, 36, 32], + "28589": [2484, 1408, 36, 32], + "28590": [1476, 2432, 36, 32], + "28613": [1188, 832, 36, 32], + "28616": [1188, 992, 36, 32], + "28618": [1188, 960, 36, 32], + "28620": [1188, 896, 36, 32], + "28622": [1188, 928, 36, 32], + "28624": [2484, 2208, 36, 32], + "28626": [1188, 480, 36, 32], + "28628": [2412, 256, 36, 32], + "28630": [1188, 672, 36, 32], + "28655": [1188, 1024, 36, 32], + "28663": [1188, 512, 36, 32], + "28669": [1656, 96, 36, 32], + "28670": [1656, 128, 36, 32], + "28674": [1188, 1056, 36, 32], + "28684": [2412, 288, 36, 32], + "28690": [2412, 320, 36, 32], + "28693": [2412, 352, 36, 32], + "28696": [2412, 384, 36, 32], + "28699": [2412, 416, 36, 32], + "28702": [2412, 448, 36, 32], + "28705": [2412, 480, 36, 32], + "28708": [2412, 512, 36, 32], + "28712": [2412, 544, 36, 32], + "28715": [2412, 576, 36, 32], + "28718": [2412, 608, 36, 32], + "28721": [2412, 640, 36, 32], + "28724": [2412, 672, 36, 32], + "28727": [2412, 704, 36, 32], + "28730": [2412, 736, 36, 32], + "28733": [2412, 768, 36, 32], + "28736": [2412, 800, 36, 32], + "28739": [2412, 832, 36, 32], + "28742": [2412, 864, 36, 32], + "28745": [2412, 896, 36, 32], + "28748": [2412, 928, 36, 32], + "28777": [2412, 960, 36, 32], + "28780": [2412, 992, 36, 32], + "28783": [2412, 1024, 36, 32], + "28790": [2412, 1056, 36, 32], + "28792": [504, 1472, 36, 32], + "28794": [540, 1472, 36, 32], + "28796": [576, 1472, 36, 32], + "28798": [432, 448, 36, 32], + "28801": [396, 448, 36, 32], + "28810": [2412, 1088, 36, 32], + "28813": [2412, 1120, 36, 32], + "28824": [2412, 1152, 36, 32], + "28831": [2412, 1184, 36, 32], + "28834": [2412, 1216, 36, 32], + "28837": [2412, 1248, 36, 32], + "28869": [2412, 1280, 36, 32], + "28872": [2412, 1312, 36, 32], + "28878": [2412, 1344, 36, 32], + "28890": [2412, 1376, 36, 32], + "28893": [2412, 1408, 36, 32], + "28896": [2412, 1440, 36, 32], + "28899": [2412, 1472, 36, 32], + "28902": [684, 1472, 36, 32], + "28904": [720, 1472, 36, 32], + "28919": [72, 352, 36, 32], + "28924": [108, 352, 36, 32], + "28929": [2412, 1504, 36, 32], + "28931": [2412, 1536, 36, 32], + "28933": [0, 352, 36, 32], + "28936": [360, 288, 36, 32], + "28939": [360, 320, 36, 32], + "28942": [36, 352, 36, 32], + "28947": [360, 256, 36, 32], + "28955": [648, 1472, 36, 32], + "28960": [360, 224, 36, 32], + "28988": [2412, 1568, 36, 32], + "28991": [2412, 1600, 36, 32], + "28997": [2412, 1632, 36, 32], + "29000": [2412, 1664, 36, 32], + "29004": [2412, 1696, 36, 32], + "29007": [2412, 1728, 36, 32], + "29010": [2412, 1760, 36, 32], + "29013": [2412, 1792, 36, 32], + "29016": [2412, 1824, 36, 32], + "29019": [2412, 1856, 36, 32], + "29022": [2412, 1888, 36, 32], + "29025": [2412, 1920, 36, 32], + "29028": [2412, 1952, 36, 32], + "29049": [2412, 1984, 36, 32], + "29052": [2412, 2016, 36, 32], + "29055": [2412, 2048, 36, 32], + "29058": [2412, 2080, 36, 32], + "29061": [2412, 2112, 36, 32], + "29064": [2412, 2144, 36, 32], + "29067": [2412, 2176, 36, 32], + "29070": [2412, 2208, 36, 32], + "29073": [2412, 2240, 36, 32], + "29084": [2412, 2272, 36, 32], + "29090": [2412, 2304, 36, 32], + "29101": [2412, 2336, 36, 32], + "29104": [2412, 2368, 36, 32], + "29107": [0, 2400, 36, 32], + "29110": [36, 2400, 36, 32], + "29113": [72, 2400, 36, 32], + "29116": [108, 2400, 36, 32], + "29119": [144, 2400, 36, 32], + "29122": [180, 2400, 36, 32], + "29125": [216, 2400, 36, 32], + "29128": [252, 2400, 36, 32], + "29131": [288, 2400, 36, 32], + "29134": [324, 2400, 36, 32], + "29137": [360, 2400, 36, 32], + "29140": [396, 2400, 36, 32], + "29143": [432, 2400, 36, 32], + "29146": [468, 2400, 36, 32], + "29149": [504, 2400, 36, 32], + "29152": [540, 2400, 36, 32], + "29163": [576, 2400, 36, 32], + "29166": [612, 2400, 36, 32], + "29168": [648, 2400, 36, 32], + "29171": [684, 2400, 36, 32], + "29174": [720, 2400, 36, 32], + "29177": [756, 2400, 36, 32], + "29180": [792, 2400, 36, 32], + "29183": [828, 2400, 36, 32], + "29186": [864, 2400, 36, 32], + "29189": [900, 2400, 36, 32], + "29192": [936, 2400, 36, 32], + "29195": [972, 2400, 36, 32], + "29198": [1008, 2400, 36, 32], + "29201": [1044, 2400, 36, 32], + "29204": [1080, 2400, 36, 32], + "29207": [1116, 2400, 36, 32], + "29210": [1152, 2400, 36, 32], + "29213": [1188, 2400, 36, 32], + "29218": [1224, 2400, 36, 32], + "29253": [1260, 2400, 36, 32], + "29256": [1296, 2400, 36, 32], + "29277": [1332, 2400, 36, 32], + "29280": [1368, 2400, 36, 32], + "29283": [1404, 2400, 36, 32], + "29286": [1440, 2400, 36, 32], + "29289": [1476, 2400, 36, 32], + "29292": [1512, 2400, 36, 32], + "29305": [1548, 2400, 36, 32], + "29307": [1584, 2400, 36, 32], + "29311": [1620, 2400, 36, 32], + "29409": [1656, 2400, 36, 32], + "29412": [1692, 2400, 36, 32], + "29415": [1728, 2400, 36, 32], + "29418": [1764, 2400, 36, 32], + "29421": [1800, 2400, 36, 32], + "29424": [1584, 832, 36, 32], + "29449": [1836, 2400, 36, 32], + "29455": [1872, 2400, 36, 32], + "29458": [1908, 2400, 36, 32], + "29482": [1044, 384, 36, 32], + "29486": [1944, 2400, 36, 32], + "29489": [2520, 2144, 36, 32], + "29491": [2520, 2176, 36, 32], + "29493": [2520, 2208, 36, 32], + "29495": [2520, 2240, 36, 32], + "29497": [2520, 2272, 36, 32], + "29499": [2520, 2304, 36, 32], + "29501": [2520, 2336, 36, 32], + "29503": [2520, 2368, 36, 32], + "29505": [2520, 2400, 36, 32], + "29507": [2520, 2432, 36, 32], + "29509": [2520, 2464, 36, 32], + "29510": [0, 2496, 36, 32], + "29511": [36, 2496, 36, 32], + "29512": [72, 2496, 36, 32], + "29513": [108, 2496, 36, 32], + "29514": [144, 2496, 36, 32], + "29515": [180, 2496, 36, 32], + "29516": [216, 2496, 36, 32], + "29517": [252, 2496, 36, 32], + "29518": [288, 2496, 36, 32], + "29519": [324, 2496, 36, 32], + "29521": [360, 2496, 36, 32], + "29522": [396, 2496, 36, 32], + "29523": [432, 2496, 36, 32], + "29524": [468, 2496, 36, 32], + "29525": [504, 2496, 36, 32], + "29526": [540, 2496, 36, 32], + "29527": [576, 2496, 36, 32], + "29528": [612, 2496, 36, 32], + "29529": [648, 2496, 36, 32], + "29530": [684, 2496, 36, 32], + "29531": [720, 2496, 36, 32], + "29532": [756, 2496, 36, 32], + "29533": [792, 2496, 36, 32], + "29534": [828, 2496, 36, 32], + "29535": [864, 2496, 36, 32], + "29536": [900, 2496, 36, 32], + "29537": [936, 2496, 36, 32], + "29538": [972, 2496, 36, 32], + "29539": [1008, 2496, 36, 32], + "29540": [1044, 2496, 36, 32], + "29541": [1080, 2496, 36, 32], + "29542": [1116, 2496, 36, 32], + "29543": [1152, 2496, 36, 32], + "29544": [1188, 2496, 36, 32], + "29545": [1224, 2496, 36, 32], + "29546": [1260, 2496, 36, 32], + "29547": [1296, 2496, 36, 32], + "29548": [1332, 2496, 36, 32], + "29549": [1368, 2496, 36, 32], + "29550": [1404, 2496, 36, 32], + "29551": [1440, 2496, 36, 32], + "29552": [1476, 2496, 36, 32], + "29553": [1512, 2496, 36, 32], + "29554": [1548, 2496, 36, 32], + "29555": [1584, 2496, 36, 32], + "29556": [1620, 2496, 36, 32], + "29558": [1656, 2496, 36, 32], + "29560": [1692, 2496, 36, 32], + "29562": [1728, 2496, 36, 32], + "29564": [1764, 2496, 36, 32], + "29566": [1800, 2496, 36, 32], + "29568": [1836, 2496, 36, 32], + "29570": [1872, 2496, 36, 32], + "29572": [1908, 2496, 36, 32], + "29573": [1944, 2496, 36, 32], + "29574": [1980, 2400, 36, 32], + "29577": [2016, 2400, 36, 32], + "29580": [2052, 2400, 36, 32], + "29583": [1980, 2496, 36, 32], + "29585": [2016, 2496, 36, 32], + "29587": [2052, 2496, 36, 32], + "29589": [2088, 2496, 36, 32], + "29591": [2124, 2496, 36, 32], + "29594": [2160, 2496, 36, 32], + "29596": [2196, 2496, 36, 32], + "29598": [2232, 2496, 36, 32], + "29599": [2088, 2400, 36, 32], + "29602": [2124, 2400, 36, 32], + "29605": [2268, 2496, 36, 32], + "29607": [2304, 2496, 36, 32], + "29609": [2340, 2496, 36, 32], + "29611": [2376, 2496, 36, 32], + "29613": [2412, 2496, 36, 32], + "29615": [2448, 2496, 36, 32], + "29617": [2484, 2496, 36, 32], + "29619": [2160, 2400, 36, 32], + "29622": [2196, 2400, 36, 32], + "29625": [2232, 2400, 36, 32], + "29628": [2268, 2400, 36, 32], + "29631": [2304, 2400, 36, 32], + "29634": [2340, 2400, 36, 32], + "29637": [2376, 2400, 36, 32], + "29640": [2412, 2400, 36, 32], + "29643": [2448, 0, 36, 32], + "29648": [2520, 2496, 36, 32], + "29649": [2448, 32, 36, 32], + "29651": [2556, 0, 36, 32], + "29652": [2448, 64, 36, 32], + "29654": [2556, 32, 36, 32], + "29655": [2448, 96, 36, 32], + "29657": [2556, 64, 36, 32], + "29658": [2448, 128, 36, 32], + "29660": [2556, 96, 36, 32], + "29661": [2448, 160, 36, 32], + "29663": [2556, 128, 36, 32], + "29664": [2448, 192, 36, 32], + "29666": [2556, 160, 36, 32], + "29667": [2448, 224, 36, 32], + "29669": [2556, 192, 36, 32], + "29670": [2448, 256, 36, 32], + "29672": [2556, 224, 36, 32], + "29673": [2448, 288, 36, 32], + "29675": [2556, 256, 36, 32], + "29676": [2448, 320, 36, 32], + "29678": [2556, 288, 36, 32], + "29679": [2448, 352, 36, 32], + "29684": [2448, 384, 36, 32], + "29781": [504, 2528, 36, 32], + "29782": [2448, 416, 36, 32], + "29784": [2448, 448, 36, 32], + "29786": [720, 2528, 36, 32], + "29788": [684, 2528, 36, 32], + "29790": [612, 2528, 36, 32], + "29792": [576, 2528, 36, 32], + "29794": [648, 2528, 36, 32], + "29796": [756, 1472, 36, 32], + "29799": [540, 2528, 36, 32], + "29801": [2448, 480, 36, 32], + "29806": [2448, 512, 36, 32], + "29816": [792, 1472, 36, 32], + "29818": [828, 1472, 36, 32], + "29824": [2448, 544, 36, 32], + "29827": [2448, 576, 36, 32], + "29830": [2448, 608, 36, 32], + "29833": [2448, 640, 36, 32], + "29836": [756, 2528, 36, 32], + "29838": [864, 1472, 36, 32], + "29912": [2556, 352, 36, 32], + "29920": [2556, 320, 36, 32] +} diff --git a/src/lib/resources/images/spritesheet.png b/src/lib/resources/images/spritesheet.png new file mode 100644 index 00000000000..1c486cf68db Binary files /dev/null and b/src/lib/resources/images/spritesheet.png differ diff --git a/src/lib/roboChimp.ts b/src/lib/roboChimp.ts index 1c4670a75ba..b15e6b21ef8 100644 --- a/src/lib/roboChimp.ts +++ b/src/lib/roboChimp.ts @@ -40,7 +40,7 @@ const totalXPKey: keyof User = BOT_TYPE === 'OSB' ? 'osb_total_xp' : 'bso_total_ export async function roboChimpSyncData(user: MUser, newCL?: Bank) { const id = BigInt(user.id); - const newCLArray: number[] = Object.keys((newCL ?? user.cl).bank).map(i => Number(i)); + const newCLArray: number[] = (newCL ?? user.cl).itemIDs; const clArrayUpdateObject = { cl_array: newCLArray, cl_array_length: newCLArray.length diff --git a/src/lib/rolesTask.ts b/src/lib/rolesTask.ts index c9c328c7b53..1515c6f05f2 100644 --- a/src/lib/rolesTask.ts +++ b/src/lib/rolesTask.ts @@ -1,3 +1,4 @@ +import { Stopwatch } from '@oldschoolgg/toolkit/structures'; import { noOp, notEmpty, uniqueArr } from 'e'; import { SupportServer } from '../config'; @@ -6,18 +7,11 @@ import { getCollectionItems, overallPlusItems } from '../lib/data/Collections'; import { Minigames } from '../lib/settings/minigames'; import { Prisma } from '@prisma/client'; -import { Bank } from 'oldschooljs'; +import { Bank, resolveItems } from 'oldschooljs'; import PQueue from 'p-queue'; import { partition } from 'remeda'; import z from 'zod'; -import { - type CommandResponse, - Stopwatch, - convertXPtoLVL, - getUsernameSync, - resolveItems, - returnStringOrFile -} from '../lib/util'; +import { type CommandResponse, convertXPtoLVL, getUsernameSync, returnStringOrFile } from '../lib/util'; import { ClueTiers } from './clues/clueTiers'; import { RawSQL, loggedRawPrismaQuery } from './rawSql'; import { TeamLoot } from './simulation/TeamLoot'; @@ -238,9 +232,9 @@ LIMIT 2;` for (const { id, desc } of res.flat()) { results.push({ userID: id, - roleID: '894194027363205150', + roleID: Roles.TopFarmer, reason: desc, - badge: BadgesEnum.Slayer + badge: BadgesEnum.Farmer }); } return results; diff --git a/src/lib/scriptImages.ts b/src/lib/scriptImages.ts index 6c39a60fb23..2ad4cbfa226 100644 --- a/src/lib/scriptImages.ts +++ b/src/lib/scriptImages.ts @@ -1,14 +1,12 @@ -import { Canvas } from '@napi-rs/canvas'; - -import { loadAndCacheLocalImage, printWrappedText } from './util/canvasUtil'; +import { canvasToBuffer, createCanvas, loadAndCacheLocalImage, printWrappedText } from './util/canvasUtil'; export async function makeScriptImage(text: string) { const image = await loadAndCacheLocalImage('./src/lib/resources/images/bare-scroll.png'); - const canvas = new Canvas(image.width, image.height); + const canvas = createCanvas(image.width, image.height); const ctx = canvas.getContext('2d'); ctx.font = '16px RuneScape Quill 8'; ctx.imageSmoothingEnabled = false; ctx.drawImage(image, 0, 0); printWrappedText(ctx, text, image.width / 2, 50, 229); - return canvas.encode('png'); + return canvasToBuffer(canvas); } diff --git a/src/lib/settings/minigames.ts b/src/lib/settings/minigames.ts index 0bb33597356..bc50e0d1687 100644 --- a/src/lib/settings/minigames.ts +++ b/src/lib/settings/minigames.ts @@ -13,6 +13,7 @@ export interface MinigameScore { score: number; } +export const minigameColumnToNameMap = new Map(); export const Minigames: readonly BotMinigame[] = [ { name: 'Tithe farm', @@ -261,20 +262,17 @@ export const Minigames: readonly BotMinigame[] = [ } ]; +for (const minigame of Minigames) { + minigameColumnToNameMap.set(minigame.column, minigame.name); +} + export async function getMinigameScore(userID: string, minigame: MinigameName) { const MinigameEntity = await getMinigameEntity(userID); return MinigameEntity[minigame]; } export async function getMinigameEntity(userID: string): Promise { - const value = await prisma.minigame.findUnique({ where: { user_id: userID } }); - if (!value) { - return prisma.minigame.create({ - data: { - user_id: userID - } - }); - } + const value = await prisma.minigame.upsert({ where: { user_id: userID }, create: { user_id: userID }, update: {} }); return value; } diff --git a/src/lib/settings/prisma.ts b/src/lib/settings/prisma.ts index 4e719a2bf13..0671e9d1362 100644 --- a/src/lib/settings/prisma.ts +++ b/src/lib/settings/prisma.ts @@ -3,8 +3,6 @@ import type { activity_type_enum } from '@prisma/client'; import type { ActivityTaskData } from '../types/minions'; -export const queryCountStore = { value: 0 }; - export function convertStoredActivityToFlatActivity(activity: Activity): ActivityTaskData { return { ...(activity.data as Prisma.JsonObject), diff --git a/src/lib/shadesKeys.ts b/src/lib/shadesKeys.ts index 9222134df3e..0dcaf393489 100644 --- a/src/lib/shadesKeys.ts +++ b/src/lib/shadesKeys.ts @@ -1,6 +1,5 @@ import { roll } from 'e'; -import { Bank, LootTable } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; +import { Bank, type Item, LootTable } from 'oldschooljs'; import { resolveItems } from 'oldschooljs/dist/util/util'; import type { UnifiedOpenable } from './openables'; diff --git a/src/lib/simulation/Corp.ts b/src/lib/simulation/Corp.ts index b444d371706..ba658810640 100644 --- a/src/lib/simulation/Corp.ts +++ b/src/lib/simulation/Corp.ts @@ -1,6 +1,4 @@ -import { Monsters } from 'oldschooljs'; -import { GemTable } from 'oldschooljs/dist/simulation/subtables/RareDropTable'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { GemTable, LootTable, Monsters } from 'oldschooljs'; const SigilTable = new LootTable() .add('Spectral sigil', 1, 3) diff --git a/src/lib/simulation/baGamble.ts b/src/lib/simulation/baGamble.ts index b8c8c05611e..c053caa5b03 100644 --- a/src/lib/simulation/baGamble.ts +++ b/src/lib/simulation/baGamble.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; export const LowGambleTable = new LootTable() .add('Harralander', [15, 25]) diff --git a/src/lib/simulation/birdsNest.ts b/src/lib/simulation/birdsNest.ts index 4ddcf80c039..ecb1c1efb29 100644 --- a/src/lib/simulation/birdsNest.ts +++ b/src/lib/simulation/birdsNest.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; export const birdsNestID = 5075; diff --git a/src/lib/simulation/customImplings.ts b/src/lib/simulation/customImplings.ts index 4ea2c7073cd..a738259de92 100644 --- a/src/lib/simulation/customImplings.ts +++ b/src/lib/simulation/customImplings.ts @@ -1,5 +1,4 @@ -import { LootTable, Openables } from 'oldschooljs'; -import SimpleOpenable from 'oldschooljs/dist/structures/SimpleOpenable'; +import { LootTable, Openables, SimpleOpenable } from 'oldschooljs'; import { RuneTable } from './seedTable'; import { BattlestaffTable, StaffOrbTable } from './sharedTables'; diff --git a/src/lib/simulation/cyclops.ts b/src/lib/simulation/cyclops.ts index 4e70ddf30ca..69454a32543 100644 --- a/src/lib/simulation/cyclops.ts +++ b/src/lib/simulation/cyclops.ts @@ -1,7 +1,4 @@ -import CommonSeedDropTable from 'oldschooljs/dist/simulation/subtables/CommonSeedDropTable'; -import HerbDropTable from 'oldschooljs/dist/simulation/subtables/HerbDropTable'; -import { GemTable } from 'oldschooljs/dist/simulation/subtables/RareDropTable'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { CommonSeedDropTable, GemTable, HerbDropTable, LootTable } from 'oldschooljs'; export const CyclopsTable = new LootTable() .every('Big bones') diff --git a/src/lib/simulation/dailyTable.ts b/src/lib/simulation/dailyTable.ts index 7fa4e55e4bc..8680720874e 100644 --- a/src/lib/simulation/dailyTable.ts +++ b/src/lib/simulation/dailyTable.ts @@ -1,5 +1,5 @@ import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { MysteryBoxes } from '../bsoOpenables'; diff --git a/src/lib/simulation/elderClue.ts b/src/lib/simulation/elderClue.ts index 7dd917b879f..1a3fa8b0790 100644 --- a/src/lib/simulation/elderClue.ts +++ b/src/lib/simulation/elderClue.ts @@ -1,7 +1,5 @@ import { randArrItem, randInt, roll } from 'e'; -import { Bank } from 'oldschooljs'; -import Clue from 'oldschooljs/dist/structures/Clue'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { Bank, LootTable } from 'oldschooljs'; import resolveItems from '../util/resolveItems'; import { LampTable } from '../xpLamps'; @@ -74,20 +72,22 @@ const table = new LootTable() ) .add('Coins', [20_500_000, 50_200_000]); -export class ElderClue extends Clue { - open(quantity: number, user: MUser) { - const loot = new Bank(); +type LootTableRollOptions = { targetBank?: Bank; cl: Bank }; +export class ElderClue { + public allItems = resolveItems([...table.allItems, 'Clue bag', 'Inventors tools', 'Elder knowledge', 'Octo']); + roll(quantity: number, options: { targetBank?: undefined } & LootTableRollOptions): Bank; + roll(quantity: number, options: { targetBank: Bank } & LootTableRollOptions): null; + public roll(quantity: number, options: LootTableRollOptions): Bank | null { + const loot = options.targetBank ?? new Bank(); for (let i = 0; i < quantity; i++) { const numberOfRolls = randInt(4, 7); - for (let t = 0; t < numberOfRolls; t++) { - loot.add(table.roll()); - } + table.roll(numberOfRolls, { targetBank: loot }); const untradeableUniques = resolveItems(['Clue bag', 'Inventors tools', 'Elder knowledge']); if (roll(100)) { - const unowned = untradeableUniques.filter(id => !user.cl.has(id) && !loot.has(id)); + const unowned = untradeableUniques.filter(id => !options.cl.has(id) && !loot.has(id)); if (unowned.length > 0) { loot.add(randArrItem(unowned)); } else { @@ -103,4 +103,4 @@ export class ElderClue extends Clue { } } -export const ElderClueTable = new ElderClue({ table }); +export const ElderClueTable = new ElderClue(); diff --git a/src/lib/simulation/fishingTrawler.ts b/src/lib/simulation/fishingTrawler.ts index f6b5528382f..c87da285ee3 100644 --- a/src/lib/simulation/fishingTrawler.ts +++ b/src/lib/simulation/fishingTrawler.ts @@ -1,11 +1,11 @@ import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { itemID } from 'oldschooljs/dist/util'; import { resolveItems } from 'oldschooljs/dist/util/util'; import { randomVariation, roll } from '../util'; -const trawlerFish = [ +export const trawlerFish = [ { id: itemID('Raw shrimps'), level: 1, @@ -58,7 +58,7 @@ const trawlerFish = [ } ]; -const RawJunkTable = new LootTable() +export const RawJunkTable = new LootTable() .add('Broken arrow') .add('Broken glass') .add('Broken staff') diff --git a/src/lib/simulation/gauntlet.ts b/src/lib/simulation/gauntlet.ts index 6cf971a2024..edee7baedb0 100644 --- a/src/lib/simulation/gauntlet.ts +++ b/src/lib/simulation/gauntlet.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; const DiedTable = new LootTable() .add('Adamant dagger') @@ -59,7 +59,7 @@ const StandardInnerTable = new LootTable() .add('Coins', [20_000, 80_000]); const StandardTable = new LootTable() - .every('Crystal shard', [3, 7]) + .every('Crystal shard', [5, 9]) .every(StandardInnerTable, 2) .tertiary(25, 'Clue scroll (elite)') .tertiary(120, 'Crystal weapon seed') @@ -104,7 +104,7 @@ const CorruptedInnerTable = new LootTable() const CorruptedTable = new LootTable() // Gauntlet cape is given manually in code - .every('Crystal shard', [5, 9]) + .every('Crystal shard', [7, 12]) .every(CorruptedInnerTable, 3) .tertiary(20, 'Clue scroll (elite)') .tertiary(50, 'Crystal weapon seed') diff --git a/src/lib/simulation/grandmasterClue.ts b/src/lib/simulation/grandmasterClue.ts index 46f00cd52f7..b4d0ce54347 100644 --- a/src/lib/simulation/grandmasterClue.ts +++ b/src/lib/simulation/grandmasterClue.ts @@ -1,10 +1,6 @@ -import { randInt } from 'e'; -import { Bank } from 'oldschooljs'; -import { EliteClueTable } from 'oldschooljs/dist/simulation/clues/Elite'; +import { EliteClueTable, LootTable } from 'oldschooljs/dist/simulation/clues/Elite'; import { HardClueTable } from 'oldschooljs/dist/simulation/clues/Hard'; import { MasterClueTable } from 'oldschooljs/dist/simulation/clues/Master'; -import Clue from 'oldschooljs/dist/structures/Clue'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; import { LampTable } from '../xpLamps'; import { AllBarrows, BattlestaffTable, CosmeticsTable, StaffOrbTable, runeAlchablesTable } from './sharedTables'; @@ -99,20 +95,4 @@ const table = new LootTable() .add(LogsTable, 2) .add(Supplies, 1, 5); -class GrandmasterClue extends Clue { - open(quantity: number) { - const loot = new Bank(); - - for (let i = 0; i < quantity; i++) { - const numberOfRolls = randInt(5, 11); - - for (let i = 0; i < numberOfRolls; i++) { - loot.add(table.roll()); - } - } - - return loot; - } -} - -export const GrandmasterClueTable = new GrandmasterClue({ table }); +export const GrandmasterClueTable = new LootTable().every(table, [5, 11]); diff --git a/src/lib/simulation/misc.ts b/src/lib/simulation/misc.ts index cce3dd29fea..bb898267365 100644 --- a/src/lib/simulation/misc.ts +++ b/src/lib/simulation/misc.ts @@ -1,18 +1,19 @@ import { LootTable } from 'oldschooljs'; +import { itemTupleToTable } from 'oldschooljs/dist/util/util'; export const CrystalChestTable = new LootTable() .add( - [ + itemTupleToTable([ ['Uncut dragonstone', 1], ['Spinach roll', 1], ['Coins', 2000] - ], + ]), 1, 1 ) .add('Uncut dragonstone', 1) .add( - [ + itemTupleToTable([ ['Uncut dragonstone', 1], ['Air rune', 50], ['Water rune', 50], @@ -25,79 +26,86 @@ export const CrystalChestTable = new LootTable() ['Cosmic rune', 10], ['Nature rune', 10], ['Law rune', 10] - ], + ]), 1, 1 ) .add( - [ + itemTupleToTable([ ['Uncut dragonstone', 1], ['Ruby', 2], ['Diamond', 2] - ], + ]), 1, 1 ) .add( - [ + itemTupleToTable([ ['Uncut dragonstone', 1], ['Runite bar', 3] - ], + ]), 1, 1 ) .add( - [ + itemTupleToTable([ ['Uncut dragonstone', 1], ['Iron ore', 150] - ], + ]), 1, 1 ) .add( - [ + itemTupleToTable([ ['Uncut dragonstone', 1], ['Coal', 100] - ], + ]), 1, 1 ) .add( - [ + itemTupleToTable([ ['Uncut dragonstone', 1], ['Raw swordfish', 5], ['Coins', 1000] - ], + ]), 1, 1 ) .add( - [ + itemTupleToTable([ ['Uncut dragonstone', 1], ['Tooth half of key', 1], ['Coins', 750] - ], + ]), 1, 1 ) .add( - [ + itemTupleToTable([ ['Uncut dragonstone', 1], ['Loop half of key', 1], ['Coins', 750] - ], + ]), 1, 1 ) .add( - [ + itemTupleToTable([ ['Uncut dragonstone', 1], ['Adamant sq shield', 1] - ], + ]), 1, 1 ) - .add([['Uncut dragonstone'], ['Rune platelegs']], 1, 1); + .add( + itemTupleToTable([ + ['Uncut dragonstone', 1], + ['Rune platelegs', 1] + ]), + 1, + 1 + ); export const CasketTable = new LootTable() .add('Coins', 160, 24) diff --git a/src/lib/simulation/rewardsGuardian.ts b/src/lib/simulation/rewardsGuardian.ts index c3f56568216..508a9256a8c 100644 --- a/src/lib/simulation/rewardsGuardian.ts +++ b/src/lib/simulation/rewardsGuardian.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; const TalismanTable = new LootTable() .add('Mind talisman', 1, 4) diff --git a/src/lib/simulation/seedTable.ts b/src/lib/simulation/seedTable.ts index c419bf56c86..d224b71a2a2 100644 --- a/src/lib/simulation/seedTable.ts +++ b/src/lib/simulation/seedTable.ts @@ -1,6 +1,4 @@ -import MasterFarmer from 'oldschooljs/dist/simulation/monsters/low/g-m/MasterFarmer'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; - +import { LootTable, Monsters } from 'oldschooljs'; import { HighSeedPackTable, LowSeedPackTable, MediumSeedPackTable } from '../data/seedPackTables'; import { CrystalChestTable } from './misc'; @@ -61,7 +59,7 @@ export const WilvusTable = new LootTable() .add('Clue scroll (master)', 1, 20) .add('Clue scroll (grandmaster)', 1, 1) ) - .add(MasterFarmer.pickpocketTable!, 3) + .add(Monsters.MasterFarmer.pickpocketTable!, 3) .add('Runite ore', [3, 6]) .add(CrystalChestTable) .tertiary(5000, "Thieves' armband") diff --git a/src/lib/simulation/sharedTables.ts b/src/lib/simulation/sharedTables.ts index cc52fc31fea..fb64c8406f5 100644 --- a/src/lib/simulation/sharedTables.ts +++ b/src/lib/simulation/sharedTables.ts @@ -1,5 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; - +import { LootTable } from 'oldschooljs'; import { GemRockTable } from '../skilling/skills/mining'; import resolveItems from '../util/resolveItems'; import { SeedTable } from './seedTable'; diff --git a/src/lib/simulation/simulatedKillables.ts b/src/lib/simulation/simulatedKillables.ts index a8e31df9011..dad91975873 100644 --- a/src/lib/simulation/simulatedKillables.ts +++ b/src/lib/simulation/simulatedKillables.ts @@ -14,7 +14,7 @@ interface SimulatedKillable { isCustom: boolean; loot: (quantity: number) => Bank; } - +const emptyBank = new Bank(); export const simulatedKillables: SimulatedKillable[] = [ { name: 'Wintertodt', @@ -27,7 +27,7 @@ export const simulatedKillables: SimulatedKillable[] = [ loot.add( WintertodtCrate.open({ points, - itemsOwned: {}, + itemsOwned: emptyBank, skills: { firemaking: 99, herblore: 99, diff --git a/src/lib/simulation/tempoross.ts b/src/lib/simulation/tempoross.ts index 3b3f162e1d4..3975b2aacd7 100644 --- a/src/lib/simulation/tempoross.ts +++ b/src/lib/simulation/tempoross.ts @@ -1,5 +1,5 @@ import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; const replaceItems = ['Fish barrel', 'Tackle box', 'Big harpoonfish']; @@ -155,7 +155,7 @@ export function getTemporossLoot(quantity: number, fishingLevel: number, userBan for (let index = 0; index < quantity; index++) { const newItem = lootTable.roll(); - if (replaceItems.includes(newItem.items()[0][0].name) && userBank.has(newItem.bank)) { + if (replaceItems.includes(newItem.items()[0][0].name) && userBank.has(newItem)) { loot.add('Soaked page', 25); } else { loot.add(newItem); diff --git a/src/lib/simulation/toa.ts b/src/lib/simulation/toa.ts index e38fab51b26..cc500b2ece8 100644 --- a/src/lib/simulation/toa.ts +++ b/src/lib/simulation/toa.ts @@ -1,4 +1,4 @@ -import { SimpleTable, exponentialPercentScale, mentionCommand } from '@oldschoolgg/toolkit'; +import { exponentialPercentScale, mentionCommand } from '@oldschoolgg/toolkit'; import type { CommandResponse } from '@oldschoolgg/toolkit'; import type { Minigame } from '@prisma/client'; import { XpGainSource } from '@prisma/client'; @@ -22,6 +22,7 @@ import { } from 'e'; import { Bank, LootTable } from 'oldschooljs'; +import { SimpleTable } from '@oldschoolgg/toolkit/structures'; import { resolveItems } from 'oldschooljs/dist/util/util'; import { mahojiParseNumber, userStatsBankUpdate } from '../../mahoji/mahojiSettings'; import { Emoji } from '../constants'; @@ -563,7 +564,7 @@ function uniqueLootRoll(kc: number, cl: Bank, raidLevel: RaidLevel) { return new Bank().add(item.id); } -const nonUniqueTable = [ +export const nonUniqueTable = [ ['Coins', 1], ['Death rune', 20], ['Soul rune', 40], diff --git a/src/lib/simulation/tob.ts b/src/lib/simulation/tob.ts index f47453de628..af93c613c01 100644 --- a/src/lib/simulation/tob.ts +++ b/src/lib/simulation/tob.ts @@ -1,8 +1,8 @@ -import { SimpleTable } from '@oldschoolgg/toolkit'; +import { SimpleTable } from '@oldschoolgg/toolkit/structures'; import { percentChance, roll, sumArr } from 'e'; import { Bank, LootTable } from 'oldschooljs'; import type { LootBank } from 'oldschooljs/dist/meta/types'; -import { JSONClone, convertLootBanksToItemBanks } from 'oldschooljs/dist/util'; +import { JSONClone } from 'oldschooljs/dist/util'; import { TOBRooms } from '../data/tob'; import { assert } from '../util/logError'; @@ -98,16 +98,19 @@ class TheatreOfBloodClass { loot.add(NonUniqueTable.roll()); } + let clueRate = 3 / 25; if (isHardMode) { // Add 15% extra regular loot for hard mode: - for (const [itemID] of Object.entries(loot.bank)) { - loot.bank[Number.parseInt(itemID)] = Math.ceil(loot.bank[Number.parseInt(itemID)] * 1.15); + for (const [item] of loot.items()) { + loot.set(item.id, Math.ceil(loot.amount(item.id) * 1.15)); } // Add HM Tertiary drops: dust / kits loot.add(HardModeExtraTable.roll()); + + clueRate = 3.5 / 25; } - if (roll(25)) { + if (Math.random() < clueRate) { loot.add('Clue scroll (elite)'); } @@ -169,7 +172,7 @@ class TheatreOfBloodClass { } return { - loot: convertLootBanksToItemBanks(lootResult), + loot: lootResult, percentChanceOfUnique: percentBaseChanceOfUnique, totalDeaths, teamPoints diff --git a/src/lib/simulation/wintertodt.ts b/src/lib/simulation/wintertodt.ts index fb7c42ae58a..183db753987 100644 --- a/src/lib/simulation/wintertodt.ts +++ b/src/lib/simulation/wintertodt.ts @@ -1,19 +1,16 @@ -import { SimpleTable, normal } from '@oldschoolgg/toolkit'; +import { normal } from '@oldschoolgg/toolkit'; +import { SimpleTable } from '@oldschoolgg/toolkit/structures'; import { calcPercentOfNum, randInt, roll } from 'e'; -import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; -import { convertXPtoLVL } from 'oldschooljs/dist/util/util'; +import { Bank, LootTable, convertXPtoLVL, resolveItems } from '../util'; -import { resolveItems } from 'oldschooljs/dist/util/util'; import { MAX_XP } from '../constants'; import type { LevelRequirements } from '../skilling/types'; import { SkillsEnum } from '../skilling/types'; -import type { ItemBank } from '../types'; import itemID from '../util/itemID'; interface WintertodtCrateOptions { points: number; - itemsOwned: ItemBank; + itemsOwned: Bank; skills: Partial; firemakingXP: number; } @@ -170,7 +167,7 @@ class WintertodtCrateClass { } } - public lootRoll(skills: Partial) { + public lootRoll(loot: Bank, skills: Partial) { const roll = randInt(1, 9); if (roll <= 6) { @@ -178,15 +175,11 @@ class WintertodtCrateClass { const skill = this.determineSkillOfTableSlot(matTable); const skillLevel = convertXPtoLVL(skills[skill] ?? 1); const rolledItem = this.pickWeightedLootItem(skillLevel, matTable); - return [ - { - item: rolledItem[0], - quantity: randInt(rolledItem[1][0], rolledItem[1][1]) - } - ]; + const [min, max] = rolledItem[1]; + return loot.add(rolledItem[0], randInt(min, max)); } - return OtherTable.roll(); + OtherTable.roll(1, { targetBank: loot }); } public calcNumberOfRolls(points: number): number { @@ -264,7 +257,7 @@ class WintertodtCrateClass { } loot.add(rolledUnique); - loot.add(this.lootRoll(skills)); + this.lootRoll(loot, skills); } return loot; diff --git a/src/lib/skilling/functions/calcsHunter.ts b/src/lib/skilling/functions/calcsHunter.ts index a0bc1ecd3a5..c0e4d83f01c 100644 --- a/src/lib/skilling/functions/calcsHunter.ts +++ b/src/lib/skilling/functions/calcsHunter.ts @@ -1,5 +1,5 @@ import { Time, calcPercentOfNum } from 'e'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { percentChance } from '../../util'; import type { Creature } from '../types'; diff --git a/src/lib/skilling/skills/cooking/cooking.ts b/src/lib/skilling/skills/cooking/cooking.ts index 9a2faa7555c..35c310b318a 100644 --- a/src/lib/skilling/skills/cooking/cooking.ts +++ b/src/lib/skilling/skills/cooking/cooking.ts @@ -319,7 +319,8 @@ export const Cookables: Cookable[] = [ .add('Banana-butter') .add('Fresh rat milk') .add('Pristine chocolate bar') - .add('Smokey egg').bank, + .add('Smokey egg') + .toJSON(), stopBurnAt: 150, stopBurnAtCG: 150, burntCookable: itemID('Burnt christmas cake') diff --git a/src/lib/skilling/skills/crafting/craftables/misc.ts b/src/lib/skilling/skills/crafting/craftables/misc.ts index 4647f4e2469..7cfdff46776 100644 --- a/src/lib/skilling/skills/crafting/craftables/misc.ts +++ b/src/lib/skilling/skills/crafting/craftables/misc.ts @@ -254,6 +254,14 @@ const Misc: Craftable[] = [ inputItems: new Bank().add('Obsidian shards', 1), tickRate: 2, outputMultiple: 10 + }, + { + name: 'Amulet of rancour', + id: itemID('Amulet of rancour'), + level: 86, + xp: 500, + inputItems: new Bank().add('Amulet of torture').add('Araxyte fang'), + tickRate: 0 } ]; diff --git a/src/lib/skilling/skills/farming/index.ts b/src/lib/skilling/skills/farming/index.ts index 3d7324c6f7f..6986d38f9c5 100644 --- a/src/lib/skilling/skills/farming/index.ts +++ b/src/lib/skilling/skills/farming/index.ts @@ -59,8 +59,8 @@ export const CompostTiers = [ for (const plant of plants) { if (resolveItems(['Pumpkin']).includes(plant.id)) continue; if (plant.outputCrop) allFarmingItems.push(plant.outputCrop); - for (const key of Object.keys(plant.inputItems.bank)) { - allFarmingItems.push(Number(key)); + for (const [item] of plant.inputItems.items()) { + allFarmingItems.push(item.id); } if (plant.outputLogs) allFarmingItems.push(plant.outputLogs); if (plant.outputRoots) allFarmingItems.push(plant.outputRoots); diff --git a/src/lib/skilling/skills/farming/specialPlants.ts b/src/lib/skilling/skills/farming/specialPlants.ts index 10fdd839b6e..8d8d98368f9 100644 --- a/src/lib/skilling/skills/farming/specialPlants.ts +++ b/src/lib/skilling/skills/farming/specialPlants.ts @@ -840,7 +840,7 @@ const specialPlants: Plant[] = [ [null, 8, 10], ['compost', 10, 12], ['supercompost', 12, 14], - ['ultracompost', 14, 16] + ['ultracompost', 28, 32] ], treeWoodcuttingLevel: 1, name: 'Crystal tree', diff --git a/src/lib/skilling/skills/farming/zygomites.ts b/src/lib/skilling/skills/farming/zygomites.ts index 4d1d5aef40a..35e5361b65a 100644 --- a/src/lib/skilling/skills/farming/zygomites.ts +++ b/src/lib/skilling/skills/farming/zygomites.ts @@ -1,4 +1,4 @@ -import { SimpleTable } from '@oldschoolgg/toolkit'; +import { SimpleTable } from '@oldschoolgg/toolkit/structures'; import { randArrItem, roll } from 'e'; import { Bank, LootTable } from 'oldschooljs'; import type { Item } from 'oldschooljs/dist/meta/types'; diff --git a/src/lib/skilling/skills/herblore/mixables/potions.ts b/src/lib/skilling/skills/herblore/mixables/potions.ts index 1335916faf3..4ac1634356e 100644 --- a/src/lib/skilling/skills/herblore/mixables/potions.ts +++ b/src/lib/skilling/skills/herblore/mixables/potions.ts @@ -452,6 +452,15 @@ const Potions: Mixable[] = [ tickRate: 2, bankTimePerPotion: 0.3 }, + { + item: getOSItem('Extended anti-venom+(4)'), + aliases: ['Extended anti-venom+(4)', 'Extended anti-venom'], + level: 94, + xp: 80, + inputItems: new Bank().add('Anti-venom+(4)').add('Araxyte venom sack', 4), + tickRate: 3, + bankTimePerPotion: 0.3 + }, { item: getOSItem('Extended super antifire (4)'), aliases: ['Extended super antifire (4)', 'Extended super antifire'], diff --git a/src/lib/skilling/skills/hunter/aerialFishing.ts b/src/lib/skilling/skills/hunter/aerialFishing.ts index 702baa49a93..6fe1d75c483 100644 --- a/src/lib/skilling/skills/hunter/aerialFishing.ts +++ b/src/lib/skilling/skills/hunter/aerialFishing.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import type { Creature } from '../../types'; import { HunterTechniqueEnum } from '../../types'; diff --git a/src/lib/skilling/skills/hunter/birdHouseTrapping.ts b/src/lib/skilling/skills/hunter/birdHouseTrapping.ts index e9eb3708ca9..3b77e332fd8 100644 --- a/src/lib/skilling/skills/hunter/birdHouseTrapping.ts +++ b/src/lib/skilling/skills/hunter/birdHouseTrapping.ts @@ -1,6 +1,6 @@ import { Time } from 'e'; import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { nestTable, strungRabbitFootNestTable } from '../../../simulation/birdsNest'; import getOSItem from '../../../util/getOSItem'; diff --git a/src/lib/skilling/skills/hunter/creatures/birdSnaring.ts b/src/lib/skilling/skills/hunter/creatures/birdSnaring.ts index 5abb41dd8b8..35811f5250e 100644 --- a/src/lib/skilling/skills/hunter/creatures/birdSnaring.ts +++ b/src/lib/skilling/skills/hunter/creatures/birdSnaring.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import type { Creature } from '../../../types'; import { HunterTechniqueEnum } from '../../../types'; diff --git a/src/lib/skilling/skills/hunter/creatures/boxTrapping.ts b/src/lib/skilling/skills/hunter/creatures/boxTrapping.ts index 1ed564d1cde..6bc7ab2aefd 100644 --- a/src/lib/skilling/skills/hunter/creatures/boxTrapping.ts +++ b/src/lib/skilling/skills/hunter/creatures/boxTrapping.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import type { Creature } from '../../../types'; import { HunterTechniqueEnum } from '../../../types'; diff --git a/src/lib/skilling/skills/hunter/creatures/bso.ts b/src/lib/skilling/skills/hunter/creatures/bso.ts index b183ca5cf24..7092951f5f6 100644 --- a/src/lib/skilling/skills/hunter/creatures/bso.ts +++ b/src/lib/skilling/skills/hunter/creatures/bso.ts @@ -1,5 +1,4 @@ -import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { Bank, LootTable } from 'oldschooljs'; import { type Creature, HunterTechniqueEnum } from '../../../types'; diff --git a/src/lib/skilling/skills/hunter/creatures/butterflyNetting.ts b/src/lib/skilling/skills/hunter/creatures/butterflyNetting.ts index 03cf5a8967b..fd37014ef54 100644 --- a/src/lib/skilling/skills/hunter/creatures/butterflyNetting.ts +++ b/src/lib/skilling/skills/hunter/creatures/butterflyNetting.ts @@ -1,5 +1,5 @@ import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import type { Creature } from '../../../types'; import { HunterTechniqueEnum } from '../../../types'; diff --git a/src/lib/skilling/skills/hunter/creatures/deadfallTrapping.ts b/src/lib/skilling/skills/hunter/creatures/deadfallTrapping.ts index afc390ec5a2..62ef3daa952 100644 --- a/src/lib/skilling/skills/hunter/creatures/deadfallTrapping.ts +++ b/src/lib/skilling/skills/hunter/creatures/deadfallTrapping.ts @@ -1,5 +1,5 @@ import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import type { Creature } from '../../../types'; import { HunterTechniqueEnum } from '../../../types'; diff --git a/src/lib/skilling/skills/hunter/creatures/falconry.ts b/src/lib/skilling/skills/hunter/creatures/falconry.ts index b539454b902..3b4c745dec6 100644 --- a/src/lib/skilling/skills/hunter/creatures/falconry.ts +++ b/src/lib/skilling/skills/hunter/creatures/falconry.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import type { Creature } from '../../../types'; import { HunterTechniqueEnum } from '../../../types'; diff --git a/src/lib/skilling/skills/hunter/creatures/magicBoxTrapping.ts b/src/lib/skilling/skills/hunter/creatures/magicBoxTrapping.ts index 5c6ba991581..17b65b4a335 100644 --- a/src/lib/skilling/skills/hunter/creatures/magicBoxTrapping.ts +++ b/src/lib/skilling/skills/hunter/creatures/magicBoxTrapping.ts @@ -1,5 +1,5 @@ import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import type { Creature } from '../../../types'; import { HunterTechniqueEnum } from '../../../types'; diff --git a/src/lib/skilling/skills/hunter/creatures/netTrapping.ts b/src/lib/skilling/skills/hunter/creatures/netTrapping.ts index 923a2493517..b0a9c91c0bc 100644 --- a/src/lib/skilling/skills/hunter/creatures/netTrapping.ts +++ b/src/lib/skilling/skills/hunter/creatures/netTrapping.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import type { Creature } from '../../../types'; import { HunterTechniqueEnum } from '../../../types'; diff --git a/src/lib/skilling/skills/hunter/creatures/pitfallTrapping.ts b/src/lib/skilling/skills/hunter/creatures/pitfallTrapping.ts index 78202bdf99d..a32e61dc86b 100644 --- a/src/lib/skilling/skills/hunter/creatures/pitfallTrapping.ts +++ b/src/lib/skilling/skills/hunter/creatures/pitfallTrapping.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import type { Creature } from '../../../types'; import { HunterTechniqueEnum } from '../../../types'; diff --git a/src/lib/skilling/skills/hunter/creatures/rabbitSnaring.ts b/src/lib/skilling/skills/hunter/creatures/rabbitSnaring.ts index cc81a48c34a..eb1c794165b 100644 --- a/src/lib/skilling/skills/hunter/creatures/rabbitSnaring.ts +++ b/src/lib/skilling/skills/hunter/creatures/rabbitSnaring.ts @@ -1,5 +1,5 @@ import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import type { Creature } from '../../../types'; import { HunterTechniqueEnum } from '../../../types'; diff --git a/src/lib/skilling/skills/hunter/creatures/tracking.ts b/src/lib/skilling/skills/hunter/creatures/tracking.ts index fd1067f2f3c..fbaceca56fb 100644 --- a/src/lib/skilling/skills/hunter/creatures/tracking.ts +++ b/src/lib/skilling/skills/hunter/creatures/tracking.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import type { Creature } from '../../../types'; import { HunterTechniqueEnum } from '../../../types'; diff --git a/src/lib/skilling/skills/hunter/driftNet.ts b/src/lib/skilling/skills/hunter/driftNet.ts index 80afdc867e0..11209fb8178 100644 --- a/src/lib/skilling/skills/hunter/driftNet.ts +++ b/src/lib/skilling/skills/hunter/driftNet.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import type { Creature } from '../../types'; import { HunterTechniqueEnum } from '../../types'; diff --git a/src/lib/skilling/skills/mining.ts b/src/lib/skilling/skills/mining.ts index 35d5a7a8ac9..0fff466ea72 100644 --- a/src/lib/skilling/skills/mining.ts +++ b/src/lib/skilling/skills/mining.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { Emoji } from '../../constants'; import itemID from '../../util/itemID'; diff --git a/src/lib/skilling/skills/thieving/stealables.ts b/src/lib/skilling/skills/thieving/stealables.ts index 9a07d5f2ac9..cb03a589158 100644 --- a/src/lib/skilling/skills/thieving/stealables.ts +++ b/src/lib/skilling/skills/thieving/stealables.ts @@ -1,27 +1,30 @@ import { Time } from 'e'; import { Monsters } from 'oldschooljs'; -import BeardedBandit from 'oldschooljs/dist/simulation/monsters/low/a-f/BeardedBandit'; -import CaveGoblin from 'oldschooljs/dist/simulation/monsters/low/a-f/CaveGoblin'; -import DesertBandit from 'oldschooljs/dist/simulation/monsters/low/a-f/DesertBandit'; -import Farmer from 'oldschooljs/dist/simulation/monsters/low/a-f/Farmer'; -import FemaleHamMember from 'oldschooljs/dist/simulation/monsters/low/a-f/FemaleHamMember'; -import FremennikCitizen from 'oldschooljs/dist/simulation/monsters/low/a-f/FremennikCitizen'; -import Gnome from 'oldschooljs/dist/simulation/monsters/low/g-m/Gnome'; -import Guard from 'oldschooljs/dist/simulation/monsters/low/g-m/Guard'; -import Hero from 'oldschooljs/dist/simulation/monsters/low/g-m/Hero'; -import KnightOfArdougne from 'oldschooljs/dist/simulation/monsters/low/g-m/KnightOfArdougne'; -import MaleHamMember from 'oldschooljs/dist/simulation/monsters/low/g-m/MaleHamMember'; -import MasterFarmer from 'oldschooljs/dist/simulation/monsters/low/g-m/MasterFarmer'; -import MenaphiteThug from 'oldschooljs/dist/simulation/monsters/low/g-m/MenaphiteThug'; -import Paladin from 'oldschooljs/dist/simulation/monsters/low/n-s/Paladin'; -import PollnivnianBandit from 'oldschooljs/dist/simulation/monsters/low/n-s/PollnivnianBandit'; -import PrifddinasElf from 'oldschooljs/dist/simulation/monsters/low/n-s/PrifddinasElf'; -import Rogue from 'oldschooljs/dist/simulation/monsters/low/n-s/Rogue'; -import TzHaarHur from 'oldschooljs/dist/simulation/monsters/low/t-z/TzHaarHur'; -import Vyre from 'oldschooljs/dist/simulation/monsters/low/t-z/Vyre'; -import WarriorWoman from 'oldschooljs/dist/simulation/monsters/low/t-z/WarriorWoman'; -import YanilleWatchman from 'oldschooljs/dist/simulation/monsters/low/t-z/YanilleWatchman'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; + +const { + BeardedBandit, + CaveGoblin, + DesertBandit, + Farmer, + FemaleHamMember, + FremennikCitizen, + Gnome, + Guard, + Hero, + KnightOfArdougne, + MaleHamMember, + MasterFarmer, + MenaphiteThug, + Paladin, + PollnivnianBandit, + PrifddinasElf, + Rogue, + TzHaarHur, + Vyre, + WarriorWoman, + YanilleWatchman +} = Monsters; import { KING_GOLDEMAR_GUARD_ID } from '../../../constants'; diff --git a/src/lib/skilling/types.ts b/src/lib/skilling/types.ts index 77bd5dd420a..46f12506d86 100644 --- a/src/lib/skilling/types.ts +++ b/src/lib/skilling/types.ts @@ -1,6 +1,5 @@ -import type { Bank } from 'oldschooljs'; -import type { Item, ItemBank } from 'oldschooljs/dist/meta/types'; -import type LootTable from 'oldschooljs/dist/structures/LootTable'; +import type { Bank, Item, ItemBank, LootTable } from 'oldschooljs'; + import type { SlayerTaskUnlocksEnum } from '../slayer/slayerUnlocks'; import type { Skills } from '../types'; import type { FarmingPatchName } from '../util/farmingHelpers'; diff --git a/src/lib/slayer/slayerUnlocks.ts b/src/lib/slayer/slayerUnlocks.ts index 2c1c248e499..e6474144240 100644 --- a/src/lib/slayer/slayerUnlocks.ts +++ b/src/lib/slayer/slayerUnlocks.ts @@ -74,7 +74,9 @@ export enum SlayerTaskUnlocksEnum { PoreDecisions = 55, Maskuerade = 56, IWildyMoreSlayer = 200, - Revenenenenenants = 201 + Revenenenenenants = 201, + EyeSeeYou = 202, + MoreEyesThanSense = 203 } export const SlayerRewardsShop: SlayerTaskUnlocks[] = [ @@ -190,6 +192,14 @@ export const SlayerRewardsShop: SlayerTaskUnlocks[] = [ canBeRemoved: false, aliases: ['vorkath slayer helmet', 'turquoise slayer helmet', 'blue slayer helmet'] }, + { + id: SlayerTaskUnlocksEnum.EyeSeeYou, + name: 'Eye see you', + desc: 'Unlocks ability to create the Araxyte slayer helmet.', + slayerPointCost: 1000, + canBeRemoved: false, + aliases: ['araxyte slayer helmet'] + }, { id: SlayerTaskUnlocksEnum.UseMoreHead, name: 'Use More Head', @@ -450,7 +460,7 @@ export const SlayerRewardsShop: SlayerTaskUnlocks[] = [ name: 'Nechs please', desc: 'Extends Nechryael tasks', slayerPointCost: 100, - extendID: [Monsters.Nechryael.id], + extendID: [Monsters.Nechryael.id, Monsters.GreaterNechryael.id], extendMult: 1.5, canBeRemoved: true, aliases: ['extend nechs', 'extend nechryaels'] @@ -572,6 +582,16 @@ export const SlayerRewardsShop: SlayerTaskUnlocks[] = [ slayerPointCost: 750, canBeRemoved: true, aliases: ['maskuerade', 'masquerade'] + }, + { + id: SlayerTaskUnlocksEnum.MoreEyesThanSense, + name: 'More eyes than sense', + desc: 'Number of araxytes assigned is increased to 200-250.', + slayerPointCost: 150, + extendID: [Monsters.Araxyte.id], + extendMult: 3.3, + canBeRemoved: true, + aliases: ['extend araxytes'] } ]; diff --git a/src/lib/slayer/slayerUtil.ts b/src/lib/slayer/slayerUtil.ts index 97ef9b2fcf6..78e9b9b5662 100644 --- a/src/lib/slayer/slayerUtil.ts +++ b/src/lib/slayer/slayerUtil.ts @@ -1,14 +1,14 @@ import { notEmpty, objectKeys, randFloat, randInt } from 'e'; -import { Bank, Monsters } from 'oldschooljs'; -import type Monster from 'oldschooljs/dist/structures/Monster'; +import { Bank, type Monster, Monsters } from 'oldschooljs'; -import { KourendKebosDiary, LumbridgeDraynorDiary, userhasDiaryTier } from '../../lib/diaries'; +import { LumbridgeDraynorDiary, userhasDiaryTier } from '../../lib/diaries'; import { CombatAchievements } from '../combat_achievements/combatAchievements'; import { BitField, type PvMMethod } from '../constants'; import { CombatOptionsEnum } from '../minions/data/combatConstants'; import { BSOMonsters } from '../minions/data/killableMonsters/custom/customMonsters'; import type { KillableMonster } from '../minions/types'; +import { getNewUser } from '../settings/settings'; import { SkillsEnum } from '../skilling/types'; import { roll, stringMatches } from '../util'; import { logError } from '../util/logError'; @@ -32,18 +32,15 @@ export enum SlayerMasterEnum { } interface DetermineBoostParams { - cbOpts: CombatOptionsEnum[]; - user: MUser; + cbOpts: readonly CombatOptionsEnum[]; monster: KillableMonster; methods?: PvMMethod[] | null; isOnTask?: boolean; wildyBurst?: boolean; } -export function determineCombatBoosts(params: DetermineBoostParams) { +export function determineCombatBoosts(params: DetermineBoostParams): PvMMethod[] { // if EHP slayer (PvMMethod) the methods are initialized with boostMethods variable - const boostMethods = (params.methods ?? ['none']).flat().filter(method => method); - - if (!params.isOnTask) return []; + const boostMethods: PvMMethod[] = (params.methods ?? ['none']).flat().filter(method => method); // check if user has cannon combat option turned on if (params.cbOpts.includes(CombatOptionsEnum.AlwaysCannon)) { @@ -86,7 +83,7 @@ export function determineCombatBoosts(params: DetermineBoostParams) { return boostMethods; } -export async function calculateSlayerPoints(currentStreak: number, master: SlayerMaster, user: MUser) { +export function calculateSlayerPoints(currentStreak: number, master: SlayerMaster, hasKourendElite: boolean) { const streaks = [1000, 250, 100, 50, 10]; const multiplier = [50, 35, 25, 15, 5]; @@ -97,11 +94,8 @@ export async function calculateSlayerPoints(currentStreak: number, master: Slaye let { basePoints } = master; // Boost points to 20 for Konar + Kourend Elites - if (master.name === 'Konar quo Maten') { - const [hasKourendElite] = await userhasDiaryTier(user, KourendKebosDiary.elite); - if (hasKourendElite) { - basePoints = 20; - } + if (master.name === 'Konar quo Maten' && hasKourendElite) { + basePoints = 20; } for (let i = 0; i < streaks.length; i++) { if (currentStreak >= streaks[i] && currentStreak % streaks[i] === 0) { @@ -240,15 +234,7 @@ export async function assignNewSlayerTask(_user: MUser, master: SlayerMaster) { assignedTask = weightedPick(baseTasks); } - const newUser = await prisma.newUser.upsert({ - where: { - id: _user.id - }, - create: { - id: _user.id - }, - update: {} - }); + const newUser = await getNewUser(_user.id); let maxQuantity = assignedTask?.amount[1]; if (bossTask && _user.user.slayer_unlocks.includes(SlayerTaskUnlocksEnum.LikeABoss)) { @@ -287,12 +273,12 @@ export async function assignNewSlayerTask(_user: MUser, master: SlayerMaster) { quantity, quantity_remaining: quantity, slayer_master_id: master.id, - monster_id: assignedTask?.monster.id, + monster_id: assignedTask.monster.id, skipped: false } }); await _user.update({ - slayer_last_task: assignedTask?.monster.id + slayer_last_task: assignedTask.monster.id }); return { currentTask, assignedTask, messages }; @@ -362,22 +348,36 @@ export function getCommonTaskName(task: Monster) { return commonName; } +export type CurrentSlayerInfo = Awaited>; export async function getUsersCurrentSlayerInfo(id: string) { - const currentTask = await prisma.slayerTask.findFirst({ - where: { - user_id: id, - quantity_remaining: { - gt: 0 + const [currentTask, partialUser] = await prisma.$transaction([ + prisma.slayerTask.findFirst({ + where: { + user_id: id, + quantity_remaining: { + gt: 0 + }, + skipped: false + } + }), + prisma.user.findFirst({ + where: { + id }, - skipped: false - } - }); + select: { + slayer_points: true + } + }) + ]); + + const slayerPoints = partialUser?.slayer_points ?? 0; if (!currentTask) { return { currentTask: null, assignedTask: null, - slayerMaster: null + slayerMaster: null, + slayerPoints }; } @@ -397,14 +397,16 @@ export async function getUsersCurrentSlayerInfo(id: string) { return { currentTask: null, assignedTask: null, - slayerMaster: null + slayerMaster: null, + slayerPoints }; } return { currentTask, assignedTask, - slayerMaster + slayerMaster, + slayerPoints }; } @@ -457,9 +459,11 @@ export function filterLootReplace(myBank: Bank, myLoot: Bank) { return { bankLoot: myLoot, clLoot: myLoot }; } - myLoot.filter(i => !filterLootItems.includes(i.id), true); + for (const item of filterLootItems) { + myLoot.set(item, 0); + } - const myClLoot = new Bank(myLoot.bank); + const myClLoot = myLoot.clone(); const combinedBank = new Bank(myBank).add(myLoot); if (numBludgeonPieces) { diff --git a/src/lib/slayer/tasks/bossTasks.ts b/src/lib/slayer/tasks/bossTasks.ts index 11aaf4fc565..124f0dfe7d5 100644 --- a/src/lib/slayer/tasks/bossTasks.ts +++ b/src/lib/slayer/tasks/bossTasks.ts @@ -305,5 +305,13 @@ export const wildernessBossTasks: AssignableSlayerTask[] = [ monsters: [Monsters.Vetion.id, Monsters.Calvarion.id], isBoss: true, wilderness: true + }, + { + monster: Monsters.Araxxor, + amount: [3, 35], + weight: 1, + monsters: [Monsters.Araxxor.id], + isBoss: true, + wilderness: true } ]; diff --git a/src/lib/slayer/tasks/duradelTasks.ts b/src/lib/slayer/tasks/duradelTasks.ts index cacf4431c02..9f2db15f1a8 100644 --- a/src/lib/slayer/tasks/duradelTasks.ts +++ b/src/lib/slayer/tasks/duradelTasks.ts @@ -468,5 +468,14 @@ export const duradelTasks: AssignableSlayerTask[] = [ slayerLevel: 62, unlocked: true }, + { + monster: Monsters.Araxyte, + amount: [60, 80], + weight: 10, + monsters: [Monsters.Araxyte.id, Monsters.Araxxor.id], + combatLevel: 96, + unlocked: true, + slayerLevel: 92 + }, ...bossTasks ]; diff --git a/src/lib/slayer/tasks/index.ts b/src/lib/slayer/tasks/index.ts index 5e025e6b39c..edac3b519d2 100644 --- a/src/lib/slayer/tasks/index.ts +++ b/src/lib/slayer/tasks/index.ts @@ -22,3 +22,4 @@ export const allSlayerTasks: AssignableSlayerTask[] = [ ]; export const allSlayerMonsters = allSlayerTasks.map(m => m.monster); +export const allSlayerMonstersIDs = new Set(allSlayerMonsters.map(m => m.id)); diff --git a/src/lib/slayer/tasks/nieveTasks.ts b/src/lib/slayer/tasks/nieveTasks.ts index 7f0df346539..fa7138c5f89 100644 --- a/src/lib/slayer/tasks/nieveTasks.ts +++ b/src/lib/slayer/tasks/nieveTasks.ts @@ -443,5 +443,15 @@ export const nieveTasks: AssignableSlayerTask[] = [ unlocked: true }, ...bossTasks, - ...polyporeTasks + ...polyporeTasks, + { + monster: Monsters.Araxyte, + amount: [40, 60], + weight: 8, + monsters: [Monsters.Araxyte.id, Monsters.Araxxor.id], + combatLevel: 96, + unlocked: true, + slayerLevel: 92 + }, + ...bossTasks ]; diff --git a/src/lib/slayer/tasks/turaelTasks.ts b/src/lib/slayer/tasks/turaelTasks.ts index 401bc47b47f..e1fd7c06d6e 100644 --- a/src/lib/slayer/tasks/turaelTasks.ts +++ b/src/lib/slayer/tasks/turaelTasks.ts @@ -236,7 +236,8 @@ export const turaelTasks: AssignableSlayerTask[] = [ Monsters.Sarachnis.id, Monsters.TempleSpider.id, Monsters.Venenatis.id, - BSOMonsters.Venatrix.id + BSOMonsters.Venatrix.id, + Monsters.Araxxor.id ], unlocked: true }, diff --git a/src/lib/slayer/types.ts b/src/lib/slayer/types.ts index 0ae74811065..ba18c607cc2 100644 --- a/src/lib/slayer/types.ts +++ b/src/lib/slayer/types.ts @@ -1,6 +1,4 @@ -import type { MonsterSlayerMaster } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; -import type Monster from 'oldschooljs/dist/structures/Monster'; +import type { Item, Monster, MonsterSlayerMaster } from 'oldschooljs'; import type { LevelRequirements } from '../skilling/types'; diff --git a/src/lib/sorts.ts b/src/lib/sorts.ts index a214ce510be..1c6b70346d4 100644 --- a/src/lib/sorts.ts +++ b/src/lib/sorts.ts @@ -1,5 +1,4 @@ -import type { Item } from 'oldschooljs/dist/meta/types'; - +import type { Item } from 'oldschooljs'; import { marketPriceOrBotPrice } from './marketPrices'; export const BankSortMethods = ['value', 'alch', 'name', 'quantity', 'market'] as const; diff --git a/src/lib/startupScripts.ts b/src/lib/startupScripts.ts index ca417284a4d..9ea153d5f6a 100644 --- a/src/lib/startupScripts.ts +++ b/src/lib/startupScripts.ts @@ -1,5 +1,6 @@ import { Items } from 'oldschooljs'; import { globalConfig } from './constants'; +import { sql } from './postgres'; const startupScripts: { sql: string; ignoreErrors?: true }[] = []; @@ -175,5 +176,5 @@ if (globalConfig.isProduction) { } export async function runStartupScripts() { - await prisma.$transaction(startupScripts.map(query => prisma.$queryRawUnsafe(query.sql))); + await sql.begin(sql => startupScripts.map(query => sql.unsafe(query.sql))); } diff --git a/src/lib/structures/Bank.ts b/src/lib/structures/Bank.ts index adc1d727639..67f8166fcaf 100644 --- a/src/lib/structures/Bank.ts +++ b/src/lib/structures/Bank.ts @@ -1,4 +1,5 @@ -import { GeneralBank, type GeneralBankType } from '@oldschoolgg/toolkit'; +import { GeneralBank, type GeneralBankType } from '@oldschoolgg/toolkit/structures'; +import { Bank } from 'oldschooljs'; import type { DegradeableItem } from '../degradeableItems'; import { degradeableItems } from '../degradeableItems'; @@ -7,4 +8,44 @@ export class ChargeBank extends GeneralBank { constructor(initialBank?: GeneralBankType) { super({ initialBank, allowedKeys: degradeableItems.map(i => i.settingsKey) }); } + + toString() { + return this.entries() + .map( + ([key, qty]) => + `${qty.toLocaleString()} ${degradeableItems.find(i => i.settingsKey === key)!.item.name} charges` + ) + .join(', '); + } +} + +export { XPBank } from './XPBank'; + +export class FloatBank extends GeneralBank { + constructor() { + super({ valueSchema: { floats: true, min: 0, max: 1_222_222.100_150_02 } }); + } + + toItemBankRoundedUp() { + const itemBank = new Bank(); + for (const [item, qty] of this.entries()) { + itemBank.add(Number.parseInt(item as any), Math.ceil(qty)); + } + return itemBank; + } + + public fits(bank: Bank): number { + const divisions = this.entries() + .map(([item, qty]) => Math.floor(bank.amount(Number(item)) / qty)) + .sort((a, b) => a - b); + return divisions[0] ?? 0; + } + + public multiply(multiplier: number): this { + for (const [itemID, quantity] of this.entries()) { + this.remove(itemID, quantity); + this.add(itemID, quantity * multiplier); + } + return this; + } } diff --git a/src/lib/structures/Banks.ts b/src/lib/structures/Banks.ts index d98dc24e334..5f3f6d0f864 100644 --- a/src/lib/structures/Banks.ts +++ b/src/lib/structures/Banks.ts @@ -1,6 +1,5 @@ -import { GeneralBank, type GeneralBankType } from '@oldschoolgg/toolkit'; +import { GeneralBank, type GeneralBankType } from '@oldschoolgg/toolkit/structures'; import { type DegradeableItem, degradeableItems } from '../degradeableItems'; -import { type SkillNameType, SkillsArray } from '../skilling/types'; export class ChargeBank extends GeneralBank { constructor(initialBank?: GeneralBankType) { @@ -8,8 +7,4 @@ export class ChargeBank extends GeneralBank { } } -export class XPBank extends GeneralBank { - constructor(initialBank?: GeneralBankType) { - super({ initialBank, allowedKeys: SkillsArray }); - } -} +export { XPBank } from './XPBank'; diff --git a/src/lib/structures/Boss.ts b/src/lib/structures/Boss.ts index 7f0361998c5..72d3c6ffec3 100644 --- a/src/lib/structures/Boss.ts +++ b/src/lib/structures/Boss.ts @@ -489,7 +489,7 @@ export class BossInstance { duration: this.duration, type: this.activity, users: this.bossUsers.map(u => u.user.id), - bossUsers: this.bossUsers.map(u => ({ ...u, itemsToRemove: u.itemsToRemove.bank, user: u.user.id })), + bossUsers: this.bossUsers.map(u => ({ ...u, itemsToRemove: u.itemsToRemove.toJSON(), user: u.user.id })), bossID: this.id }); return { diff --git a/src/lib/structures/Gear.ts b/src/lib/structures/Gear.ts index d8665db347e..a6b1414fec6 100644 --- a/src/lib/structures/Gear.ts +++ b/src/lib/structures/Gear.ts @@ -1,8 +1,8 @@ import type { GearPreset } from '@prisma/client'; import { notEmpty, objectKeys, uniqueArr } from 'e'; import { Bank } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; -import { EquipmentSlot } from 'oldschooljs/dist/meta/types'; + +import { EquipmentSlot, type Item } from 'oldschooljs/dist/meta/types'; import { resolveItems } from 'oldschooljs/dist/util/util'; import { getSimilarItems, inverseSimilarItems } from '../data/similarItems'; diff --git a/src/lib/structures/GearBank.ts b/src/lib/structures/GearBank.ts new file mode 100644 index 00000000000..d94b9064c0a --- /dev/null +++ b/src/lib/structures/GearBank.ts @@ -0,0 +1,82 @@ +import type { Bank } from 'oldschooljs'; + +import { getSimilarItems } from '../data/similarItems'; +import type { UserFullGearSetup } from '../gear/types'; +import type { MaterialBank } from '../invention/MaterialBank'; +import type { Skills, SkillsRequired } from '../types'; +import { hasSkillReqsRaw, itemID, resolveItems } from '../util'; +import type { ChargeBank } from './Bank'; + +export class GearBank { + gear: UserFullGearSetup; + bank: Bank; + skillsAsLevels: SkillsRequired; + chargeBank: ChargeBank; + materials: MaterialBank; + pet: number | null; + + constructor({ + gear, + bank, + skillsAsLevels, + chargeBank, + materials, + pet + }: { + gear: UserFullGearSetup; + bank: Bank; + skillsAsLevels: SkillsRequired; + chargeBank: ChargeBank; + materials: MaterialBank; + pet: number | null; + }) { + this.gear = gear; + this.bank = bank; + this.skillsAsLevels = skillsAsLevels; + this.chargeBank = chargeBank; + this.materials = materials; + this.pet = pet; + } + + usingPet(pet: string) { + return this.pet === itemID(pet); + } + + wildyGearCheck(item: string | number, isWildy: boolean) { + if (isWildy) { + return this.gear.wildy.hasEquipped(item); + } + return this.hasEquippedOrInBank(item); + } + + hasEquippedOrInBank(_items: string | number | (string | number)[], type: 'every' | 'one' = 'one') { + const { bank } = this; + const items = resolveItems(_items); + for (const baseID of items) { + const similarItems = getSimilarItems(baseID); + const hasOneEquipped = similarItems.some(id => this.hasEquipped(id, true)); + const hasOneInBank = similarItems.some(id => bank.has(id)); + // If only one needs to be equipped, return true now if it is equipped. + if (type === 'one' && (hasOneEquipped || hasOneInBank)) return true; + // If all need to be equipped, return false now if not equipped. + else if (type === 'every' && !hasOneEquipped && !hasOneInBank) { + return false; + } + } + return type !== 'one'; + } + + hasEquipped(_item: number | string | string[] | number[], every = false) { + const items = resolveItems(_item); + for (const gear of Object.values(this.gear)) { + if (gear.hasEquipped(items, every)) { + return true; + } + } + return false; + } + + hasSkillReqs(reqs: Skills) { + return hasSkillReqsRaw(this.skillsAsLevels, reqs); + } +} diff --git a/src/lib/structures/KCBank.ts b/src/lib/structures/KCBank.ts new file mode 100644 index 00000000000..0923fda42ad --- /dev/null +++ b/src/lib/structures/KCBank.ts @@ -0,0 +1,25 @@ +import { GeneralBank, type GeneralBankType } from '@oldschoolgg/toolkit/structures'; +import type { Prisma } from '@prisma/client'; +import type { EMonster } from 'oldschooljs'; + +import { allKillableMonsterIDs } from '../minions/data/killableMonsters'; +import type { ItemBank } from '../types'; + +export class KCBank extends GeneralBank { + constructor(initialBank?: GeneralBankType) { + super({ initialBank, allowedKeys: Array.from(allKillableMonsterIDs) }); + } +} + +export function safelyMakeKCBank(kcBankRaw: ItemBank | Prisma.JsonValue | KCBank): KCBank { + if (kcBankRaw instanceof KCBank) { + return kcBankRaw; + } + const kcBank = new KCBank(); + for (const [key, value] of Object.entries(kcBankRaw as ItemBank)) { + if (allKillableMonsterIDs.has(Number.parseInt(key))) { + kcBank.add(Number.parseInt(key), value); + } + } + return kcBank; +} diff --git a/src/lib/structures/MTame.ts b/src/lib/structures/MTame.ts index 37d6fcbb3e5..0cf643cf57a 100644 --- a/src/lib/structures/MTame.ts +++ b/src/lib/structures/MTame.ts @@ -142,7 +142,7 @@ export class MTame { id: this.id }, data: { - [key]: new Bank(this.tame[key] as ItemBank).add(bank).bank + [key]: new Bank(this.tame[key] as ItemBank).add(bank).toJSON() } }); } diff --git a/src/lib/structures/MUserStats.ts b/src/lib/structures/MUserStats.ts index 3f4e3c80081..036338af639 100644 --- a/src/lib/structures/MUserStats.ts +++ b/src/lib/structures/MUserStats.ts @@ -16,29 +16,28 @@ export class MUserStats { kcBank: ItemBank; highGambles: number; gotrRiftSearches: number; + slayerWildyTaskStreak: number; + slayerTaskStreak: number; constructor(userStats: UserStats) { this.userStats = userStats; this.baHonourLevel = userStats.honour_level; - this.sacrificedBank = new Bank().add(this.userStats.sacrificed_bank as ItemBank); + const sacBank = this.userStats.sacrificed_bank as ItemBank; + // biome-ignore lint/performance/noDelete: + delete sacBank['0']; + this.sacrificedBank = new Bank().add(sacBank); this.titheFarmsCompleted = this.userStats.tithe_farms_completed; this.lapsScores = userStats.laps_scores as ItemBank; this.openableScores = new Bank().add(userStats.openable_scores as ItemBank); this.kcBank = userStats.monster_scores as ItemBank; this.highGambles = userStats.high_gambles; this.gotrRiftSearches = userStats.gotr_rift_searches; + this.slayerWildyTaskStreak = userStats.slayer_wildy_task_streak; + this.slayerTaskStreak = userStats.slayer_task_streak; } static async fromID(id: string) { - const userStats = await prisma.userStats.upsert({ - where: { - user_id: BigInt(id) - }, - create: { - user_id: BigInt(id) - }, - update: {} - }); + const userStats = await prisma.userStats.findFirstOrThrow({ where: { user_id: BigInt(id) } }); return new MUserStats(userStats); } diff --git a/src/lib/structures/Requirements.ts b/src/lib/structures/Requirements.ts index 6a215a736d0..f0bb4bb9bf5 100644 --- a/src/lib/structures/Requirements.ts +++ b/src/lib/structures/Requirements.ts @@ -11,7 +11,7 @@ import { diaries, userhasDiaryTierSync } from '../diaries'; import { effectiveMonsters } from '../minions/data/killableMonsters'; import type { ClueBank, DiaryID, DiaryTierName } from '../minions/types'; import type { RobochimpUser } from '../roboChimp'; -import type { MinigameName } from '../settings/minigames'; +import { type MinigameName, minigameColumnToNameMap } from '../settings/minigames'; import Agility from '../skilling/skills/agility'; import type { Skills } from '../types'; import { itemNameFromID } from '../util'; @@ -84,8 +84,8 @@ export class Requirements { if ('kcRequirement' in req) { requirementParts.push( `Kill Count Requirement: ${Object.entries(req.kcRequirement) - .map(([k, v]) => `${v}x ${effectiveMonsters.find(i => i.id === Number(k))?.name}`) - .join(', ')}.` + .map(([k, v]) => `${v}x ${effectiveMonsters.find(i => i.id === Number(k))?.name} KC`) + .join(', ')}` ); } @@ -108,7 +108,7 @@ export class Requirements { if ('minigames' in req) { requirementParts.push( `Minigame Requirements: ${Object.entries(req.minigames) - .map(([k, v]) => `${v} KC in ${k}`) + .map(([k, v]) => `${v}x ${minigameColumnToNameMap.get(k)} KC`) .join(', ')}.` ); } @@ -130,6 +130,10 @@ export class Requirements { requirementParts.push(`ONE of the following requirements must be met: ${subResults.join(', ')}.`); } + if ('name' in req && req.name) { + requirementParts.push(req.name); + } + return requirementParts; } diff --git a/src/lib/structures/UpdateBank.ts b/src/lib/structures/UpdateBank.ts new file mode 100644 index 00000000000..a7008f07810 --- /dev/null +++ b/src/lib/structures/UpdateBank.ts @@ -0,0 +1,196 @@ +import type { GearSetupType, Prisma, UserStats } from '@prisma/client'; +import { Bank } from 'oldschooljs'; + +import { objectEntries } from 'e'; +import { mergeDeep } from 'remeda'; +import { type ClientBankKey, userStatsUpdate } from '../../mahoji/mahojiSettings'; +import type { MUserClass } from '../MUser'; +import { degradeChargeBank } from '../degradeableItems'; +import type { GearSetup } from '../gear/types'; +import { MaterialBank } from '../invention/MaterialBank'; +import { transactMaterialsFromUser } from '../invention/inventions'; +import type { ItemBank } from '../types'; +import { type JsonKeys, objHasAnyPropInCommon } from '../util'; +import { mahojiClientSettingsFetch, mahojiClientSettingsUpdate } from '../util/clientSettings'; +import { ChargeBank, XPBank } from './Bank'; +import { KCBank } from './KCBank'; + +export class UpdateBank { + // Things removed + public chargeBank: ChargeBank = new ChargeBank(); + public itemCostBank: Bank = new Bank(); + public materialsCostBank: MaterialBank = new MaterialBank(); + + // Things added + public itemLootBank: Bank = new Bank(); + public xpBank: XPBank = new XPBank(); + public kcBank: KCBank = new KCBank(); + public itemLootBankNoCL: Bank = new Bank(); + + // Things changed + public gearChanges: Partial> = {}; + public userStats: Omit = {}; + public userStatsBankUpdates: Partial, Bank>> = {}; + public userUpdates: Pick = {}; + + public clientStatsBankUpdates: Partial> = {}; + + public merge(other: UpdateBank) { + this.chargeBank.add(other.chargeBank); + this.itemCostBank.add(other.itemCostBank); + this.itemLootBank.add(other.itemLootBank); + this.xpBank.add(other.xpBank); + this.kcBank.add(other.kcBank); + this.materialsCostBank.add(other.materialsCostBank); + this.itemLootBankNoCL.add(other.itemLootBankNoCL); + + for (const [key, value] of objectEntries(other.clientStatsBankUpdates)) { + this.clientStatsBankUpdates[key] = (this.clientStatsBankUpdates[key] ?? new Bank()).add(value); + } + + for (const [key, value] of objectEntries(other.userStatsBankUpdates)) { + this.userStatsBankUpdates[key] = (this.userStatsBankUpdates[key] ?? new Bank()).add(value); + } + + if (objHasAnyPropInCommon(this.gearChanges, other.gearChanges)) { + throw new Error('Gear changes conflict'); + } + if (objHasAnyPropInCommon(this.userStats, other.userStats)) { + throw new Error('User stats conflict'); + } + if (objHasAnyPropInCommon(this.userUpdates, other.userUpdates)) { + throw new Error('User updates conflict'); + } + this.gearChanges = mergeDeep(this.gearChanges, other.gearChanges); + this.userStats = mergeDeep(this.userStats, other.userStats); + this.userUpdates = mergeDeep(this.userUpdates, other.userUpdates); + } + + async transactWithItemsOrThrow(...args: Parameters) { + const res = await this.transact(...args); + if (typeof res === 'string') { + throw new Error(res); + } + if (!res.itemTransactionResult) { + throw new Error('No item transaction result'); + } + return { + ...res, + itemTransactionResult: res.itemTransactionResult! + }; + } + + async transact(user: MUser, { isInWilderness }: { isInWilderness?: boolean } = { isInWilderness: false }) { + // Check everything first + if (this.chargeBank.length() > 0) { + const charges = user.hasCharges(this.chargeBank); + if (!charges.hasCharges) { + return charges.fullUserString!; + } + } + + if (this.itemCostBank.length > 0 && !user.allItemsOwned.has(this.itemCostBank)) { + return `You need these items: ${this.itemCostBank}`; + } + + // Start removing/updating things + const results: string[] = []; + + // Charges + if (this.chargeBank.length() > 0) { + const res = await degradeChargeBank(user, this.chargeBank).then(res => + res.map(p => p.userMessage).join(', ') + ); + if (res) { + results.push(res); + } + } + + // Loot/Cost + if (this.itemCostBank.length > 0) { + await user.specialRemoveItems(this.itemCostBank, { isInWilderness }); + } + let itemTransactionResult: Awaited> | null = null; + if (this.itemLootBank.length > 0) { + itemTransactionResult = await user.addItemsToBank({ items: this.itemLootBank, collectionLog: true }); + } + + // XP + if (this.xpBank.length > 0) { + results.push(await user.addXPBank(this.xpBank)); + } + + let userStatsUpdates: Prisma.UserStatsUpdateInput = {}; + // KC + if (this.kcBank.length() > 0) { + const currentScores = (await user.fetchStats({ monster_scores: true })).monster_scores as ItemBank; + for (const [monster, kc] of this.kcBank.entries()) { + currentScores[monster] = (currentScores[monster] ?? 0) + kc; + } + userStatsUpdates.monster_scores = currentScores; + } + + // User stats + if (Object.keys(this.userStats).length > 0) { + userStatsUpdates = mergeDeep(userStatsUpdates, this.userStats); + } + if (Object.keys(this.userStatsBankUpdates).length > 0) { + const currentStats = await prisma.userStats.upsert({ + where: { + user_id: BigInt(user.id) + }, + create: { user_id: BigInt(user.id) }, + update: {} + }); + for (const [key, value] of objectEntries(this.userStatsBankUpdates)) { + const newValue = new Bank((currentStats[key] ?? {}) as ItemBank).add(value); + userStatsUpdates[key] = newValue.toJSON(); + } + } + + await userStatsUpdate(user.id, userStatsUpdates); + + const userUpdates: Prisma.UserUpdateInput = this.userUpdates; + + // Gear + for (const [key, v] of objectEntries(this.gearChanges)) { + userUpdates[`gear_${key}`] = v! as Prisma.InputJsonValue; + } + + if (Object.keys(userUpdates).length > 0) { + await user.update(userUpdates); + } + + if (this.materialsCostBank.values().length > 0) { + await transactMaterialsFromUser({ + user, + remove: this.materialsCostBank + }); + } + + if (this.itemLootBankNoCL.length > 0) { + await user.transactItems({ itemsToAdd: this.itemLootBankNoCL, collectionLog: false }); + } + + if (Object.keys(this.clientStatsBankUpdates).length > 0) { + const clientUpdates: Prisma.ClientStorageUpdateInput = {}; + const keysToSelect = Object.keys(this.clientStatsBankUpdates).reduce( + (acc, key) => ({ ...acc, [key]: true }), + {} as Record + ); + const currentStats = await mahojiClientSettingsFetch(keysToSelect); + for (const [key, value] of objectEntries(this.clientStatsBankUpdates)) { + const newValue = new Bank((currentStats[key] ?? {}) as ItemBank).add(value); + clientUpdates[key] = newValue.toJSON(); + } + await mahojiClientSettingsUpdate(clientUpdates); + } + + await user.sync(); + return { + itemTransactionResult, + rawResults: results, + message: results.filter(r => typeof r === 'string').join(', ') + }; + } +} diff --git a/src/lib/structures/XPBank.ts b/src/lib/structures/XPBank.ts new file mode 100644 index 00000000000..f371094653b --- /dev/null +++ b/src/lib/structures/XPBank.ts @@ -0,0 +1,35 @@ +import { sumArr } from 'e'; +import type { AddXpParams } from '../minions/types'; +import type { SkillNameType, SkillsEnum } from '../skilling/types'; + +export class XPBank { + public xpList: AddXpParams[] = []; + + public add( + skill: SkillNameType | XPBank, + amount?: number, + options: Partial> = {} + ) { + if (skill instanceof XPBank) { + this.xpList.push(...skill.xpList); + return this; + } + if (!amount) { + throw new Error('You must provide an amount of XP to add'); + } + this.xpList.push({ skillName: skill as SkillsEnum, amount, ...options }); + return this; + } + + public get length() { + return this.xpList.length; + } + + public totalXP() { + return this.xpList.reduce((acc, curr) => acc + curr.amount, 0); + } + + public amount(skill: SkillNameType) { + return sumArr(this.xpList.filter(i => i.skillName === skill).map(i => i.amount)); + } +} diff --git a/src/lib/tableBank.ts b/src/lib/tableBank.ts index d8c4414a48e..7a644ff2797 100644 --- a/src/lib/tableBank.ts +++ b/src/lib/tableBank.ts @@ -1,7 +1,6 @@ import { Bank } from 'oldschooljs'; import type { ItemBank } from './types'; -import { validateBankAndThrow } from './util'; export function makeTransactFromTableBankQueries({ bankToAdd, @@ -40,6 +39,6 @@ export async function fetchTableBank() { 'SELECT json_object_agg(item_id, quantity) as bank FROM ge_bank WHERE quantity != 0;' ); const bank = new Bank(result[0].bank); - validateBankAndThrow(bank); + bank.validateOrThrow(); return bank; } diff --git a/src/lib/tickers.ts b/src/lib/tickers.ts index f30a76f2826..e284af635e0 100644 --- a/src/lib/tickers.ts +++ b/src/lib/tickers.ts @@ -1,4 +1,3 @@ -import { Stopwatch } from '@oldschoolgg/toolkit'; import type { TextChannel } from 'discord.js'; import { ActionRowBuilder, ButtonBuilder, ButtonStyle, EmbedBuilder } from 'discord.js'; import { Time, noOp, randInt, removeFromArr, shuffleArr } from 'e'; @@ -12,7 +11,6 @@ import { processPendingActivities } from './Task'; import { BitField, Channel, PeakTier, informationalButtons } from './constants'; import { GrandExchange } from './grandExchange'; import { collectMetrics } from './metrics'; -import { queryCountStore } from './settings/prisma'; import { runCommand } from './settings/settings'; import { getFarmingInfo } from './skilling/functions/getFarmingInfo'; import Farming from './skilling/skills/farming'; @@ -82,12 +80,9 @@ export const tickers: { timer: null, interval: Time.Minute, cb: async () => { - const storedCount = queryCountStore.value; - queryCountStore.value = 0; const data = { timestamp: Math.floor(Date.now() / 1000), - ...(await collectMetrics()), - qps: storedCount / 60 + ...(await collectMetrics()) }; if (Number.isNaN(data.eventLoopDelayMean)) { data.eventLoopDelayMean = 0; @@ -385,12 +380,7 @@ export function initTickers() { const fn = async () => { try { if (globalClient.isShuttingDown) return; - const stopwatch = new Stopwatch().start(); await ticker.cb(); - stopwatch.stop(); - if (stopwatch.duration > 100) { - debugLog(`Ticker ${ticker.name} took ${stopwatch}`); - } } catch (err) { logError(err); debugLog(`${ticker.name} ticker errored`, { type: 'TICKER' }); diff --git a/src/lib/types/index.ts b/src/lib/types/index.ts index 9846a534180..07e79bd9527 100644 --- a/src/lib/types/index.ts +++ b/src/lib/types/index.ts @@ -25,6 +25,8 @@ export type Skills = Partial<{ [key in SkillsEnum]: number; }>; +export type SkillsRequired = Required; + export type CategoryFlag = | 'minion' | 'settings' diff --git a/src/lib/types/minions.ts b/src/lib/types/minions.ts index 9e634329654..f9bdf243ee9 100644 --- a/src/lib/types/minions.ts +++ b/src/lib/types/minions.ts @@ -7,7 +7,9 @@ import type { TuraelsTrialsMethod } from '../bso/turaelsTrials'; import type { NMZStrategy, TwitcherGloves, UnderwaterAgilityThievingTrainingSkill } from '../constants'; import type { Kibble } from '../data/kibble'; import type { IMaterialBank, MaterialType } from '../invention'; +import type { SlayerActivityConstants } from '../minions/data/combatConstants'; import type { IPatchData } from '../minions/farming/types'; +import type { AttackStyles } from '../minions/functions'; import type { Monkey } from '../monkeyRumble'; import type { MinigameName } from '../settings/minigames'; import type { RaidLevel } from '../simulation/toa'; @@ -47,6 +49,7 @@ export interface ActivityTaskOptionsWithNoChanges extends ActivityTaskOptions { | 'BarbarianAssault' | 'AgilityArena' | 'ChampionsChallenge' + | 'MyNotes' | 'AerialFishing' | 'DriftNet' | 'SoulWars' @@ -86,7 +89,8 @@ export interface ActivityTaskOptionsWithQuantity extends ActivityTaskOptions { | 'CamdozaalFishing' | 'CamdozaalMining' | 'CamdozaalSmithing' - | 'Naxxus'; + | 'Naxxus' + | 'MyNotes'; quantity: number; // iQty is 'input quantity.' This is the number specified at command time, so we can accurately repeat such trips. iQty?: number; @@ -156,11 +160,12 @@ export interface MonsterActivityTaskOptions extends ActivityTaskOptions { usingCannon?: boolean; cannonMulti?: boolean; chinning?: boolean; - bob?: number; + bob?: SlayerActivityConstants.IceBarrage | SlayerActivityConstants.IceBurst; died?: boolean; pkEncounters?: number; hasWildySupplies?: boolean; isInWilderness?: boolean; + attackStyles?: AttackStyles[]; } export type UndoneChangesMonsterOptions = Omit & { @@ -180,6 +185,7 @@ export interface FishingActivityTaskOptions extends ActivityTaskOptions { type: 'Fishing'; fishID: number; quantity: number; + flakesQuantity?: number; iQty?: number; } @@ -502,6 +508,7 @@ export interface RaidsOptions extends ActivityTaskOptionsWithUsers { leader: string; users: string[]; challengeMode: boolean; + maxSizeInput?: number; quantity?: number; // id of user that used chincannon cc?: string; @@ -523,13 +530,15 @@ export interface TheatreOfBloodTaskOptions extends ActivityTaskOptionsWithUsers export interface ColoTaskOptions extends ActivityTaskOptions { type: 'Colosseum'; + quantity: number; fakeDuration: number; - diedAt?: number; + diedAt?: (number | null)[]; loot?: ItemBank; maxGlory: number; scytheCharges: number; venatorBowCharges: number; bloodFuryCharges: number; + voidStaffCharges: number; } type UserID = string; diff --git a/src/lib/util.ts b/src/lib/util.ts index 189a7312226..e41b1d9dcaf 100644 --- a/src/lib/util.ts +++ b/src/lib/util.ts @@ -1,5 +1,4 @@ -import { Stopwatch, stripEmojis } from '@oldschoolgg/toolkit'; -import type { CommandResponse } from '@oldschoolgg/toolkit'; +import { type CommandResponse, stripEmojis } from '@oldschoolgg/toolkit'; import { type BaseMessageOptions, type ButtonInteraction, @@ -20,10 +19,10 @@ import { Time, calcWhatPercent, notEmpty, objectEntries, randArrItem, randInt, s import { Bank, Items, Monsters } from 'oldschooljs'; import { bool, integer, nativeMath, nodeCrypto, real } from 'random-js'; +import { Stopwatch } from '@oldschoolgg/toolkit/structures'; import type { Prisma, PrismaClient } from '@prisma/client'; import { LRUCache } from 'lru-cache'; -import type { Item } from 'oldschooljs/dist/meta/types'; -import type Monster from 'oldschooljs/dist/structures/Monster'; +import type { Item, Monster } from 'oldschooljs/dist/meta/types'; import { convertLVLtoXP } from 'oldschooljs/dist/util/util'; import { ADMIN_IDS, OWNER_IDS, SupportServer } from '../config'; import type { MUserClass } from './MUser'; @@ -46,14 +45,14 @@ import type { TOAOptions, TheatreOfBloodTaskOptions } from './types/minions'; -import getOSItem, { getItem } from './util/getOSItem'; +import getOSItem from './util/getOSItem'; import itemID from './util/itemID'; import { makeBadgeString } from './util/makeBadgeString'; import resolveItems from './util/resolveItems'; import { itemNameFromID } from './util/smallUtils'; export * from '@oldschoolgg/toolkit'; -export * from 'oldschooljs/dist/util/index'; +export * from 'oldschooljs'; // @ts-ignore ignore BigInt.prototype.toJSON = function () { @@ -356,45 +355,6 @@ export function convertPvmStylesToGearSetup(attackStyles: SkillsEnum[]) { return usedSetups; } -export function sanitizeBank(bank: Bank) { - for (const [key, value] of Object.entries(bank.bank)) { - if (value < 1) { - delete bank.bank[key]; - } - // If this bank contains a fractional/float, - // round it down. - if (!Number.isInteger(value)) { - bank.bank[key] = Math.floor(value); - } - - const item = getItem(key); - if (!item) { - delete bank.bank[key]; - } - } -} - -export function validateBankAndThrow(bank: Bank) { - if (!bank || typeof bank !== 'object') { - throw new Error('Invalid bank object'); - } - for (const [key, value] of Object.entries(bank.bank)) { - const pair = [key, value].join('-'); - if (value < 1) { - throw new Error(`Less than 1 qty: ${pair}`); - } - - if (!Number.isInteger(value)) { - throw new Error(`Non-integer value: ${pair}`); - } - - const item = getItem(key); - if (!item) { - throw new Error(`Invalid item ID: ${pair}`); - } - } -} - export function removeMarkdownEmojis(str: string) { return escapeMarkdown(stripEmojis(str)); } @@ -653,3 +613,8 @@ export function anyoneDiedInTOARaid(data: TOAOptions) { export type JsonKeys = { [K in keyof T]: T[K] extends Prisma.JsonValue ? K : never; }[keyof T]; + +export function isInSupportServer(channelID: string) { + const ch = globalClient.channels.cache.get(channelID); + return ch && 'guildId' in ch && ch.guildId === SupportServer; +} diff --git a/src/lib/util/addSubTaskToActivityTask.ts b/src/lib/util/addSubTaskToActivityTask.ts index 8e0fe2f06ca..6bd268bf89b 100644 --- a/src/lib/util/addSubTaskToActivityTask.ts +++ b/src/lib/util/addSubTaskToActivityTask.ts @@ -1,5 +1,4 @@ -import { UserError } from '@oldschoolgg/toolkit'; - +import { UserError } from '@oldschoolgg/toolkit/structures'; import { activitySync } from '../settings/settings'; import type { ActivityTaskData, ActivityTaskOptions } from '../types/minions'; import { isGroupActivity } from '../util'; diff --git a/src/lib/util/ashSanctifier.ts b/src/lib/util/ashSanctifier.ts index 3fdc04ce3b1..971acfd1f99 100644 --- a/src/lib/util/ashSanctifier.ts +++ b/src/lib/util/ashSanctifier.ts @@ -1,42 +1,44 @@ import type { Bank } from 'oldschooljs'; -import { SkillsEnum } from 'oldschooljs/dist/constants'; -import { userStatsUpdate } from '../../mahoji/mahojiSettings'; import { BitField } from '../constants'; -import { checkDegradeableItemCharges, degradeItem } from '../degradeableItems'; -import { KourendKebosDiary, userhasDiaryTier } from '../diaries'; import { ashes } from '../skilling/skills/prayer'; -import getOSItem from './getOSItem'; - -export async function ashSanctifierEffect(user: MUser, loot: Bank, duration: number, messages: string[]) { - if (!user.bank.has('Ash sanctifier')) return; - if (user.bitfield.includes(BitField.DisableAshSanctifier)) return; - - const [hasEliteDiary] = await userhasDiaryTier(user, KourendKebosDiary.elite); - const ashXpModifider = hasEliteDiary ? 1 : 0.5; - - const startingAshSanctifierCharges = await checkDegradeableItemCharges({ - item: getOSItem('Ash sanctifier'), - user - }); - +import type { GearBank } from '../structures/GearBank'; +import { UpdateBank } from '../structures/UpdateBank'; + +export function ashSanctifierEffect({ + hasKourendElite, + mutableLootToReceive, + gearBank, + bitfield, + duration +}: { + hasKourendElite: boolean; + mutableLootToReceive: Bank; + gearBank: GearBank; + bitfield: readonly BitField[]; + duration: number; +}) { + if (!gearBank.bank.has('Ash sanctifier')) return; + if (bitfield.includes(BitField.DisableAshSanctifier)) return; + const startingAshSanctifierCharges = gearBank.chargeBank.amount('ash_sanctifier_charges'); if (startingAshSanctifierCharges === 0) return; let chargesLeft = startingAshSanctifierCharges; let totalXP = 0; + const ashXpModifider = hasKourendElite ? 1 : 0.5; const ashesSanctified: { name: string; amount: number }[] = []; for (const ash of ashes) { - const amount = loot.amount(ash.inputId); + const amount = mutableLootToReceive.amount(ash.inputId); if (amount > 0 && chargesLeft >= amount) { totalXP += ash.xp * ashXpModifider * amount; ashesSanctified.push({ name: ash.name, amount }); - loot.remove(ash.inputId, amount); + mutableLootToReceive.remove(ash.inputId, amount); chargesLeft -= amount; } else if (amount > 0 && chargesLeft < amount) { totalXP += ash.xp * ashXpModifider * chargesLeft; ashesSanctified.push({ name: ash.name, amount: chargesLeft }); - loot.remove(ash.inputId, chargesLeft); + mutableLootToReceive.remove(ash.inputId, chargesLeft); chargesLeft = 0; break; } @@ -44,31 +46,16 @@ export async function ashSanctifierEffect(user: MUser, loot: Bank, duration: num if (startingAshSanctifierCharges - chargesLeft === 0) return; - await degradeItem({ - item: getOSItem('Ash sanctifier'), - chargesToDegrade: startingAshSanctifierCharges - chargesLeft, - user - }); - - userStatsUpdate( - user.id, - { - ash_sanctifier_prayer_xp: { - increment: Math.floor(totalXP) - } - }, - {} - ); - const xpStr = await user.addXP({ - skillName: SkillsEnum.Prayer, - amount: totalXP, - duration, - minimal: true, - source: 'AshSanctifier' - }); - const ashString = ashesSanctified.map(ash => `${ash.amount}x ${ash.name}`).join(', '); - messages.push( - `${xpStr} Prayer XP from purifying ${ashString} using the Ash Sanctifier (${chargesLeft} charges left).` - ); + + const updateBank = new UpdateBank(); + updateBank.xpBank.add('prayer', totalXP, { duration, minimal: true, multiplier: false, source: 'AshSanctifier' }); + updateBank.chargeBank.add('ash_sanctifier_charges', startingAshSanctifierCharges - chargesLeft); + updateBank.userStats.ash_sanctifier_prayer_xp = { + increment: Math.floor(totalXP) + }; + return { + message: `${totalXP} Prayer XP from purifying ${ashString} using the Ash Sanctifier (${chargesLeft} charges left).`, + updateBank + }; } diff --git a/src/lib/util/calcWildyPkChance.ts b/src/lib/util/calcWildyPkChance.ts index ba1315399ab..916b7c459b8 100644 --- a/src/lib/util/calcWildyPkChance.ts +++ b/src/lib/util/calcWildyPkChance.ts @@ -4,8 +4,8 @@ import { randomVariation } from 'oldschooljs/dist/util'; import { userStatsUpdate } from '../../mahoji/mahojiSettings'; import { PeakTier } from '../constants'; import type { KillableMonster } from '../minions/types'; -import { SkillsEnum } from '../skilling/types'; import { maxDefenceStats } from '../structures/Gear'; +import type { GearBank } from '../structures/GearBank'; import type { Peak } from '../tickers'; import { percentChance } from '../util'; @@ -24,37 +24,29 @@ const peakFactor = [ } ]; -// Returns a value 0 - 100 representing the % of 10 hours spent in pk-able wilderness. -async function getPkEvasionExp(user: MUser) { - const maxBoostDuration = Time.Hour * 10; - const stats: { pk_evasion_exp: number } = await user.fetchStats({ pk_evasion_exp: true }); - return Math.min(100, (stats.pk_evasion_exp / maxBoostDuration) * 100); -} - -async function getWildEvasionPercent(user: MUser) { - const maxReductionPercent = 75; - return randomVariation(calcPercentOfNum(await getPkEvasionExp(user), maxReductionPercent), 10); -} - export async function increaseWildEvasionXp(user: MUser, duration: number) { const oldPkXp: { pk_evasion_exp: number } = await user.fetchStats({ pk_evasion_exp: true }); const newPkXp = Math.floor(Math.min(1_000_000_000, oldPkXp.pk_evasion_exp + duration)); await userStatsUpdate(user.id, { pk_evasion_exp: newPkXp }); } -export async function calcWildyPKChance( - user: MUser, - peak: Peak, +export function calcWildyPKChance( + currentPeak: Peak, + gearBank: GearBank, monster: KillableMonster, duration: number, supplies: boolean, - cannonMulti: boolean -): Promise<[number, boolean, string]> { + cannonMulti: boolean, + pkEvasionExperience: number +) { // Chance per minute, Difficulty from 1 to 10, and factor a million difference, High peak 5x as likley encounter, Medium peak 1x, Low peak 5x as unlikley - const peakInfluence = peakFactor.find(_peaktier => _peaktier.peakTier === peak?.peakTier)?.factor ?? 1; + const peakInfluence = peakFactor.find(_peaktier => _peaktier.peakTier === currentPeak?.peakTier)?.factor ?? 1; const pkChance = (1 / (7_000_000 / (Math.pow(monster.pkActivityRating ?? 1, 6) * peakInfluence))) * 100; - let chanceString = `**PK Chance:** ${pkChance.toFixed(2)}% per min (${peak.peakTier} peak time)`; + let chanceString = `**PK Chance:** ${pkChance.toFixed(2)}% per min (${currentPeak.peakTier} peak time)`; - const evasionReduction = await getWildEvasionPercent(user); + const maxReductionPercent = 75; + const maxBoostDuration = Time.Hour * 10; + const scaledExp = Math.min(100, (pkEvasionExperience / maxBoostDuration) * 100); + const evasionReduction = randomVariation(calcPercentOfNum(scaledExp, maxReductionPercent), 10); const tripMinutes = Math.round(duration / Time.Minute); let pkCount = 0; @@ -68,30 +60,33 @@ export async function calcWildyPKChance( let deathChance = monster.pkBaseDeathChance ?? 0; const statLvls = - user.skillLevel(SkillsEnum.Defence) + user.skillLevel(SkillsEnum.Magic) + user.skillLevel(SkillsEnum.Hitpoints); + gearBank.skillsAsLevels.defence + gearBank.skillsAsLevels.magic + gearBank.skillsAsLevels.hitpoints; const deathChanceFromLevels = Math.max(0, (100 - (statLvls / 297) * 100) / 5); deathChance += deathChanceFromLevels; // Multi does make it riskier, but only if there's actually a team on you const wildyMultiMultiplier = monster.wildyMulti || cannonMulti ? 2 : 1; const hasSupplies = supplies ? 0.5 : 1; - const hasOverheads = user.skillLevel(SkillsEnum.Prayer) >= 43 ? 0.25 : 1; + const hasOverheads = gearBank.skillsAsLevels.prayer >= 43 ? 0.25 : 1; // Weighted Melee gear percent protection 60% slash, 30% crush, 10% stab const defensiveMeleeGearPercent = - (Math.max(0, calcWhatPercent(user.gear.wildy.getStats().defence_slash, maxDefenceStats.defence_slash)) * 60 + - Math.max(0, calcWhatPercent(user.gear.wildy.getStats().defence_crush, maxDefenceStats.defence_crush)) * 30 + - Math.max(0, calcWhatPercent(user.gear.wildy.getStats().defence_stab, maxDefenceStats.defence_stab)) * 10) / + (Math.max(0, calcWhatPercent(gearBank.gear.wildy.getStats().defence_slash, maxDefenceStats.defence_slash)) * + 60 + + Math.max(0, calcWhatPercent(gearBank.gear.wildy.getStats().defence_crush, maxDefenceStats.defence_crush)) * + 30 + + Math.max(0, calcWhatPercent(gearBank.gear.wildy.getStats().defence_stab, maxDefenceStats.defence_stab)) * + 10) / 100; const defensiveRangeGearPercent = Math.max( 0, - calcWhatPercent(user.gear.wildy.getStats().defence_ranged, maxDefenceStats.defence_ranged) + calcWhatPercent(gearBank.gear.wildy.getStats().defence_ranged, maxDefenceStats.defence_ranged) ); const defensiveMageGearPercent = Math.max( 0, - calcWhatPercent(user.gear.wildy.getStats().defence_magic, maxDefenceStats.defence_magic) + calcWhatPercent(gearBank.gear.wildy.getStats().defence_magic, maxDefenceStats.defence_magic) ); // Weighted attack style percent, 60% magic, 40% ranged, 20% melee @@ -129,5 +124,5 @@ export async function calcWildyPKChance( wildyMultiMultiplier === 1 ? ' no' : '' } multi)`; - return [pkCount, died, chanceString]; + return { pkCount, died, chanceString, currentPeak }; } diff --git a/src/lib/util/calculateTripConsumableCost.ts b/src/lib/util/calculateTripConsumableCost.ts deleted file mode 100644 index 08b9fe3a0df..00000000000 --- a/src/lib/util/calculateTripConsumableCost.ts +++ /dev/null @@ -1,15 +0,0 @@ -import { Time } from 'e'; -import type { Consumable } from '../minions/types'; - -export const calculateTripConsumableCost = (c: Consumable, quantity: number, duration: number) => { - const consumableCost = c.itemCost.clone(); - if (c.qtyPerKill) { - consumableCost.multiply(quantity); - } else if (c.qtyPerMinute) { - consumableCost.multiply(duration / Time.Minute); - } - for (const [item, qty] of Object.entries(consumableCost.bank)) { - consumableCost.bank[item] = Math.ceil(qty); - } - return consumableCost; -}; diff --git a/src/lib/util/canvasUtil.ts b/src/lib/util/canvasUtil.ts index aba8ff06108..72cc2bf4bc9 100644 --- a/src/lib/util/canvasUtil.ts +++ b/src/lib/util/canvasUtil.ts @@ -1,14 +1,38 @@ -import type { Image, SKRSContext2D } from '@napi-rs/canvas'; -import { Canvas, loadImage } from '@napi-rs/canvas'; +import { readFile } from 'node:fs/promises'; import { formatItemStackQuantity, generateHexColorForCashStack } from '@oldschoolgg/toolkit'; +import { CanvasRenderingContext2D as CanvasContext, FontLibrary, Image, Canvas as RawCanvas } from 'skia-canvas'; import { assert } from '../util'; -export function fillTextXTimesInCtx(ctx: SKRSContext2D, text: string, x: number, y: number) { +export function registerFont(fontFamily: string, fontPath: string) { + FontLibrary.use(fontFamily, fontPath); +} +export function createCanvas(width: number, height: number) { + return new RawCanvas(width, height); +} + +export type Canvas = ReturnType; + +export const CanvasImage = Image; +export type CanvasImage = Image; + +export async function loadImage(_buffer: Buffer | string): Promise { + const buffer = typeof _buffer === 'string' ? await readFile(_buffer) : _buffer; + return new Promise((resolve, reject) => { + const image = new CanvasImage(); + image.onload = () => resolve(image as CanvasImage); + image.onerror = e => reject(e); + image.src = buffer; + }); +} + +export { CanvasContext }; + +export function fillTextXTimesInCtx(ctx: CanvasContext, text: string, x: number, y: number) { ctx.fillText(text, x, y); } -export function drawItemQuantityText(ctx: SKRSContext2D, quantity: number, x: number, y: number) { +export function drawItemQuantityText(ctx: CanvasContext, quantity: number, x: number, y: number) { const quantityColor = generateHexColorForCashStack(quantity); const formattedQuantity = formatItemStackQuantity(quantity); ctx.font = '16px OSRSFontCompact'; @@ -21,7 +45,7 @@ export function drawItemQuantityText(ctx: SKRSContext2D, quantity: number, x: nu fillTextXTimesInCtx(ctx, formattedQuantity, x, y); } -export function drawTitleText(ctx: SKRSContext2D, title: string, x: number, y: number) { +export function drawTitleText(ctx: CanvasContext, title: string, x: number, y: number) { ctx.textAlign = 'center'; ctx.font = '16px RuneScape Bold 12'; @@ -33,18 +57,22 @@ export function drawTitleText(ctx: SKRSContext2D, title: string, x: number, y: n } export function drawImageWithOutline( - ctx: SKRSContext2D, + ctx: CanvasContext, image: Canvas | Image, + sx: number, + sy: number, + sw: number, + sh: number, dx: number, dy: number, dw: number, - dh: number, - outlineColor: string, - outlineWidth = 1, - alpha = 0.5 + dh: number ): void { + const alpha = 0.5; + const outlineColor = '#ac7fff'; + const outlineWidth = 1; const dArr = [-1, -1, 0, -1, 1, -1, -1, 0, 1, 0, -1, 1, 0, 1, 1, 1]; - const purplecanvas = new Canvas(image.width + (outlineWidth + 2), image.height + (outlineWidth + 2)); + const purplecanvas = createCanvas(image.width + (outlineWidth + 2), image.height + (outlineWidth + 2)); const pctx = purplecanvas.getContext('2d'); for (let i = 0; i < dArr.length; i += 2) pctx.drawImage(image, dArr[i] * outlineWidth, dArr[i + 1] * outlineWidth); pctx.globalAlpha = alpha; @@ -52,8 +80,8 @@ export function drawImageWithOutline( pctx.fillStyle = outlineColor; pctx.fillRect(0, 0, ctx.canvas.width, ctx.canvas.height); pctx.globalCompositeOperation = 'source-over'; - ctx.drawImage(pctx.canvas, dx, dy, dw + (outlineWidth + 2), dh + (outlineWidth + 2)); - ctx.drawImage(image, dx, dy, dw, dh); + ctx.drawImage(pctx.canvas, sx, sy, sw, sh, dx, dy, dw + (outlineWidth + 2), dh + (outlineWidth + 2)); + ctx.drawImage(image, sx, sy, sw, sh, dx, dy, dw, dh); } export function calcAspectRatioFit(srcWidth: number, srcHeight: number, maxWidth: number, maxHeight: number) { @@ -62,7 +90,7 @@ export function calcAspectRatioFit(srcWidth: number, srcHeight: number, maxWidth return { width: srcWidth * ratio, height: srcHeight * ratio }; } -function printMultilineText(ctx: SKRSContext2D, text: string, x: number, y: number) { +function printMultilineText(ctx: CanvasContext, text: string, x: number, y: number) { const lines = text.split(/\r?\n/); let linePositionY = y; @@ -76,7 +104,7 @@ function printMultilineText(ctx: SKRSContext2D, text: string, x: number, y: numb } // MIT Copyright (c) 2017 Antonio Román -const textWrap = (ctx: SKRSContext2D, text: string, wrapWidth: number): string => { +const textWrap = (ctx: CanvasContext, text: string, wrapWidth: number): string => { const result = []; const buffer = []; @@ -112,29 +140,29 @@ const textWrap = (ctx: SKRSContext2D, text: string, wrapWidth: number): string = return result.join('\n'); }; -export function printWrappedText(ctx: SKRSContext2D, text: string, x: number, y: number, wrapWidth: number) { +export function printWrappedText(ctx: CanvasContext, text: string, x: number, y: number, wrapWidth: number) { const wrappedText = textWrap(ctx, text, wrapWidth); return printMultilineText(ctx, wrappedText, x, y); } export function getClippedRegion(image: Image | Canvas, x: number, y: number, width: number, height: number) { - const canvas = new Canvas(width, height); + const canvas = createCanvas(width, height); const ctx = canvas.getContext('2d'); - if (image instanceof Canvas) { - ctx.drawImage(image, x, y, width, height, 0, 0, width, height); - } else { - ctx.drawImage(image, x, y, width, height, 0, 0, width, height); - } + ctx.drawImage(image, x, y, width, height, 0, 0, width, height); return canvas; } -export function drawCircle(ctx: SKRSContext2D, x: number, y: number, radius: number, fill = 'rgba(255,0,0,0.5)') { +export function drawCircle(ctx: CanvasContext, x: number, y: number, radius: number, fill = 'rgba(255,0,0,0.5)') { ctx.beginPath(); ctx.arc(x, y, radius, 0, 2 * Math.PI, false); ctx.fillStyle = fill; ctx.fill(); } +export async function canvasToBuffer(canvas: Canvas): Promise { + return canvas.png; +} + export async function getClippedRegionImage( image: Image | Canvas, x: number, @@ -142,13 +170,13 @@ export async function getClippedRegionImage( width: number, height: number ) { - const canvas = new Canvas(width, height); + const canvas = createCanvas(width, height); const ctx = canvas.getContext('2d'); ctx.drawImage(image, x, y, width, height, 0, 0, width, height); - return loadImage(await canvas.encode('png')); + return loadImage(await canvasToBuffer(canvas)); } -export function measureTextWidth(ctx: SKRSContext2D, text: string) { +export function measureTextWidth(ctx: CanvasContext, text: string) { const num = ctx.measureText(text).width as number; assert(typeof num === 'number'); return num; @@ -159,6 +187,7 @@ const localImageCache = new Map(); export async function loadAndCacheLocalImage(path: string) { const cached = localImageCache.get(path); if (cached) return cached; - const image = await loadImage(path); + const buff = await readFile(path); + const image = await loadImage(buff); return image; } diff --git a/src/lib/util/chatHeadImage.ts b/src/lib/util/chatHeadImage.ts index 24348ae112d..778c17ce2fd 100644 --- a/src/lib/util/chatHeadImage.ts +++ b/src/lib/util/chatHeadImage.ts @@ -1,7 +1,6 @@ -import { Canvas } from '@napi-rs/canvas'; import { AttachmentBuilder } from 'discord.js'; -import { loadAndCacheLocalImage, printWrappedText } from './canvasUtil'; +import { canvasToBuffer, createCanvas, loadAndCacheLocalImage, printWrappedText } from './canvasUtil'; export const textBoxFile = loadAndCacheLocalImage('./src/lib/resources/images/textbox.png'); const mejJalChatHead = loadAndCacheLocalImage('./src/lib/resources/images/mejJal.png'); @@ -57,7 +56,7 @@ const names: Record = { }; export async function newChatHeadImage({ content, head }: { content: string; head: keyof typeof chatHeads }) { - const canvas = new Canvas(519, 142); + const canvas = createCanvas(519, 142); const ctx = canvas.getContext('2d'); ctx.imageSmoothingEnabled = false; const headImage = await chatHeads[head]; @@ -73,7 +72,7 @@ export async function newChatHeadImage({ content, head }: { content: string; hea ctx.fillStyle = '#000'; printWrappedText(ctx, content, 307, 58, 361); - return canvas.encode('png'); + return canvasToBuffer(canvas); } export default async function chatHeadImage({ content, head }: { content: string; head: keyof typeof chatHeads }) { diff --git a/src/lib/util/combatAmmoUsage.ts b/src/lib/util/combatAmmoUsage.ts index 402130e1b09..af10d61c8ed 100644 --- a/src/lib/util/combatAmmoUsage.ts +++ b/src/lib/util/combatAmmoUsage.ts @@ -60,7 +60,7 @@ export default function combatAmmoUsage(options: { duration: number; gearType: G } } } - if (!user.bank.has(requiredBank.multiply(toRemove).bank)) { + if (!user.bank.has(requiredBank.multiply(toRemove))) { errors.push(`You need at least ${requiredBank} to go on a trip using ${item.name}`); } toConsume.add(requiredBank); diff --git a/src/lib/util/customItemEffects.ts b/src/lib/util/customItemEffects.ts index 23c2c5b22c0..a19b603711f 100644 --- a/src/lib/util/customItemEffects.ts +++ b/src/lib/util/customItemEffects.ts @@ -1,15 +1,15 @@ -import { Canvas, type Image, loadImage } from '@napi-rs/canvas'; import { LRUCache } from 'lru-cache'; import { getPaintedItemImage, paintColorsMap } from '../paintColors'; +import { type CanvasImage, canvasToBuffer, createCanvas, loadImage } from './canvasUtil'; import itemID from './itemID'; export const customItemEffect = new Map([ [ itemID('Eggy'), - (img: Image, userID: string | undefined) => { + (img: CanvasImage, userID: string | undefined) => { const userIDEffective = userID ?? '11111'; - const canvas = new Canvas(img.width, img.height); + const canvas = createCanvas(img.width, img.height); const ctx = canvas.getContext('2d'); ctx.filter = `hue-rotate(${userIDEffective.slice(-3)}deg) saturate(.45)`; ctx.drawImage(img, 0, 0); @@ -18,10 +18,10 @@ export const customItemEffect = new Map([ ] ]); -export const itemEffectImageCache = new LRUCache({ max: 1000 }); +export const itemEffectImageCache = new LRUCache({ max: 1000 }); -export async function applyCustomItemEffects(user: MUser | null, img: Image, item: number) { - if (!user) return img; +export async function applyCustomItemEffects(user: MUser | null, item: number) { + if (!user) return null; const key = `${user.id}-${item}`; const cached = itemEffectImageCache.get(key); if (cached) return cached; @@ -29,14 +29,19 @@ export async function applyCustomItemEffects(user: MUser | null, img: Image, ite const paintedColor = user.paintedItems.get(item); if (paintedColor) { const paint = paintColorsMap.get(paintedColor)!; - const image = await loadImage(await (await getPaintedItemImage(paint, item)).encode('png')); + const canvas = await getPaintedItemImage(paint, item); + const paintedImg = await canvasToBuffer(canvas); + const image = await loadImage(paintedImg); itemEffectImageCache.set(key, image); return image; } const effect = customItemEffect.get(item); - if (!effect) return img; - const image = await loadImage(await (await effect(img, user.id)).encode('png')); + if (!effect) return null; + const resultingImage = await bankImageGenerator.getItemImage(item); + const effectedImageCanvas = await effect(resultingImage, user.id); + const effectedImage = await canvasToBuffer(effectedImageCanvas); + const image = await loadImage(effectedImage); itemEffectImageCache.set(key, image); return image; } diff --git a/src/lib/util/determineRunes.ts b/src/lib/util/determineRunes.ts index bffcc197a97..3e635a48271 100644 --- a/src/lib/util/determineRunes.ts +++ b/src/lib/util/determineRunes.ts @@ -28,12 +28,14 @@ export function determineRunes(user: MUser, runeBank: Bank): Bank { .filter(notEmpty) .map(i => i.item); - const bank = new Bank(runeBank.bank); + const bank = new Bank(runeBank); for (const [itemSet, runes] of runeItems) { if (itemSet.some(i => allWeaponsAndShields.includes(i))) { for (const rune of runes) { - if (bank.has(rune)) bank.remove(rune, bank.amount(rune)); + if (bank.has(rune)) { + bank.clear(rune); + } } } } diff --git a/src/lib/util/getKCByName.ts b/src/lib/util/getKCByName.ts index 76cf7d9cf78..f25a7b1f4ee 100644 --- a/src/lib/util/getKCByName.ts +++ b/src/lib/util/getKCByName.ts @@ -1,5 +1,5 @@ import { stringMatches } from '@oldschoolgg/toolkit'; -import type Monster from 'oldschooljs/dist/structures/Monster'; +import type { Monster } from '../util'; import { effectiveMonsters } from '../minions/data/killableMonsters'; import { Minigames, getMinigameScore } from '../settings/minigames'; diff --git a/src/lib/util/giveaway.ts b/src/lib/util/giveaway.ts index 21af395ab0d..f940db2cedc 100644 --- a/src/lib/util/giveaway.ts +++ b/src/lib/util/giveaway.ts @@ -16,7 +16,7 @@ async function refundGiveaway(creator: MUser, loot: Bank) { itemsToAdd: loot }); const user = await globalClient.fetchUser(creator.id); - debugLog('Refunding a giveaway.', { type: 'GIVEAWAY_REFUND', user_id: creator.id, loot: loot.bank }); + debugLog('Refunding a giveaway.', { type: 'GIVEAWAY_REFUND', user_id: creator.id, loot: loot.toJSON() }); user.send(`Your giveaway failed to finish, you were refunded the items: ${loot}.`).catch(noOp); } @@ -90,7 +90,7 @@ export async function handleGiveawayCompletion(_giveaway: Giveaway) { guild_id: undefined, sender: BigInt(creator.id), recipient: BigInt(winner.id), - items_sent: loot.bank, + items_sent: loot.toJSON(), items_received: undefined, type: 'giveaway' } diff --git a/src/lib/util/handleTripFinish.ts b/src/lib/util/handleTripFinish.ts index 0afda35bc82..abab781a891 100644 --- a/src/lib/util/handleTripFinish.ts +++ b/src/lib/util/handleTripFinish.ts @@ -1,4 +1,4 @@ -import { Stopwatch, channelIsSendable, mentionCommand } from '@oldschoolgg/toolkit'; +import { channelIsSendable, makeComponents, mentionCommand } from '@oldschoolgg/toolkit'; import { activity_type_enum } from '@prisma/client'; import { type AttachmentBuilder, @@ -7,8 +7,10 @@ import { type MessageCreateOptions, bold } from 'discord.js'; -import { Time, notEmpty, randArrItem, randInt, roll } from 'e'; import { Bank } from 'oldschooljs'; + +import { Stopwatch } from '@oldschoolgg/toolkit/structures'; +import { Time, notEmpty, randArrItem, randInt } from 'e'; import { alching } from '../../mahoji/commands/laps'; import { calculateBirdhouseDetails } from '../../mahoji/lib/abstracted_commands/birdhousesCommand'; import { canRunAutoContract } from '../../mahoji/lib/abstracted_commands/farmingContractCommand'; @@ -32,7 +34,7 @@ import { calculateZygomiteLoot } from '../skilling/skills/farming/zygomites'; import { SkillsEnum } from '../skilling/types'; import { getUsersCurrentSlayerInfo } from '../slayer/slayerUtil'; import type { ActivityTaskData } from '../types/minions'; -import { makeComponents, toKMB } from '../util'; +import { roll, toKMB } from '../util'; import { mahojiChatHead } from './chatHeadImage'; import { makeAutoContractButton, diff --git a/src/lib/util/interactionReply.ts b/src/lib/util/interactionReply.ts index 4e001c1db89..a95d869bc33 100644 --- a/src/lib/util/interactionReply.ts +++ b/src/lib/util/interactionReply.ts @@ -1,4 +1,4 @@ -import { UserError } from '@oldschoolgg/toolkit'; +import { UserError } from '@oldschoolgg/toolkit/structures'; import type { ButtonInteraction, ChatInputCommandInteraction, diff --git a/src/lib/util/logError.ts b/src/lib/util/logError.ts index 5917b1c75e6..f9803b24f09 100644 --- a/src/lib/util/logError.ts +++ b/src/lib/util/logError.ts @@ -16,8 +16,11 @@ export function assert(condition: boolean, desc?: string, context?: Record, extra?: Record) { +export function logError(err: any, context?: Record, extra?: Record) { const metaInfo = deepMerge(context ?? {}, extra ?? {}); + if (err?.requestBody?.files) { + err.requestBody = []; + } debugLog(`${(err as any)?.message ?? JSON.stringify(err)}`, { type: 'ERROR', raw: JSON.stringify(err), diff --git a/src/lib/util/logger.ts b/src/lib/util/logger.ts index edc78d05f47..d71d483219e 100644 --- a/src/lib/util/logger.ts +++ b/src/lib/util/logger.ts @@ -26,7 +26,11 @@ interface LogContext { function _debugLog(str: string, context: LogContext = {}) { if (process.env.TEST) return; const o = { ...context, m: str, t: new Date().toISOString() }; - sonicBoom.write(`${JSON.stringify(o)}\n`); + if (!globalConfig.isProduction) { + console.log(str); + } else { + sonicBoom.write(`${JSON.stringify(o)}\n`); + } } declare global { var debugLog: typeof _debugLog; diff --git a/src/lib/util/makeBankImage.ts b/src/lib/util/makeBankImage.ts index 45b73e01cf0..0e157267ce5 100644 --- a/src/lib/util/makeBankImage.ts +++ b/src/lib/util/makeBankImage.ts @@ -27,6 +27,7 @@ export async function makeBankImage({ }: MakeBankImageOptions) { const realFlags: Flags = { ...flags, background: background ?? 1, nocache: 1 }; if (showNewCL || previousCL !== undefined) realFlags.showNewCL = 1; + const { image, isTransparent } = await bankImageGenerator.generateBankImage({ bank, title, diff --git a/src/lib/util/migrateUser.ts b/src/lib/util/migrateUser.ts index 16ec3a3befa..916d61d199e 100644 --- a/src/lib/util/migrateUser.ts +++ b/src/lib/util/migrateUser.ts @@ -1,5 +1,4 @@ -import { UserError } from '@oldschoolgg/toolkit'; - +import { UserError } from '@oldschoolgg/toolkit/structures'; import { cancelUsersListings } from '../../mahoji/lib/abstracted_commands/cancelGEListingCommand'; import { logError } from './logError'; diff --git a/src/lib/util/minionStatsEmbed.ts b/src/lib/util/minionStatsEmbed.ts index 24bb83ecaa0..25d36ffbf56 100644 --- a/src/lib/util/minionStatsEmbed.ts +++ b/src/lib/util/minionStatsEmbed.ts @@ -51,10 +51,6 @@ export async function minionStatsEmbed(user: MUser): Promise { high_gambles: true }); - const openableScores = new Bank(userStats.openable_scores as ItemBank); - getClueScoresFromOpenables(openableScores, true); - - const clueEntries = Object.entries(openableScores.bank); const minigameScores = (await user.fetchMinigameScores()) .filter(i => i.score > 0) .sort((a, b) => b.score - a.score); @@ -121,14 +117,16 @@ export async function minionStatsEmbed(user: MUser): Promise { inline: true }); + const openableScores = getClueScoresFromOpenables(new Bank(userStats.openable_scores as ItemBank)); + const clueEntries = openableScores.items(); if (clueEntries.length > 0) { embed.addFields({ name: '<:Clue_scroll:365003979840552960> Clue Scores', value: clueEntries - .map(([id, qty]) => { - const clueTier = ClueTiers.find(t => t.id === Number.parseInt(id)); + .map(([item, qty]) => { + const clueTier = ClueTiers.find(t => t.id === item.id); if (!clueTier) { - logError(`No clueTier: ${id}`); + logError(`No clueTier: ${item.id}`); return; } return `**${toTitleCase(clueTier.name)}:** ${qty.toLocaleString()}`; diff --git a/src/lib/util/minionStatus.ts b/src/lib/util/minionStatus.ts index d043de26489..792750bff13 100644 --- a/src/lib/util/minionStatus.ts +++ b/src/lib/util/minionStatus.ts @@ -438,6 +438,10 @@ export function minionStatus(user: MUser) { return `${name} is currently doing the **Champion's Challenge**. ${formattedDuration}`; } + case 'MyNotes': { + return `${name} is currently rummaging skeletons for Ancient pages. ${formattedDuration}`; + } + case 'Hunter': { const data = currentTask as HunterActivityTaskOptions; diff --git a/src/lib/util/parseStringBank.ts b/src/lib/util/parseStringBank.ts index dacf987277e..aca0ba8baeb 100644 --- a/src/lib/util/parseStringBank.ts +++ b/src/lib/util/parseStringBank.ts @@ -1,7 +1,7 @@ import { evalMathExpression } from '@oldschoolgg/toolkit'; import { notEmpty } from 'e'; -import { Bank, Items } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; +import { Bank, type Item, Items } from 'oldschooljs'; + import { itemNameMap } from 'oldschooljs/dist/structures/Items'; import { ONE_TRILLION } from '../constants'; diff --git a/src/lib/util/repeatStoredTrip.ts b/src/lib/util/repeatStoredTrip.ts index f37d4d1ea9c..1dbd9f2564c 100644 --- a/src/lib/util/repeatStoredTrip.ts +++ b/src/lib/util/repeatStoredTrip.ts @@ -22,6 +22,7 @@ import type { CastingActivityTaskOptions, ClueActivityTaskOptions, CollectingOptions, + ColoTaskOptions, ConstructionActivityTaskOptions, CookingActivityTaskOptions, CraftingActivityTaskOptions, @@ -191,7 +192,7 @@ export const tripHandlers = { }, [activity_type_enum.AgilityArena]: { commandName: 'minigames', - args: () => ({ agility_arena: { start: {} } }) + args: (data: ActivityTaskOptionsWithQuantity) => ({ agility_arena: { start: { quantity: data.quantity } } }) }, [activity_type_enum.Alching]: { commandName: 'activities', @@ -263,6 +264,10 @@ export const tripHandlers = { commandName: 'activities', args: () => ({ champions_challenge: {} }) }, + [activity_type_enum.MyNotes]: { + commandName: 'activities', + args: () => ({ my_notes: {} }) + }, [activity_type_enum.Collecting]: { commandName: 'activities', args: (data: CollectingOptions) => ({ @@ -341,7 +346,11 @@ export const tripHandlers = { }, [activity_type_enum.Fishing]: { commandName: 'fish', - args: (data: FishingActivityTaskOptions) => ({ name: data.fishID, quantity: data.iQty }) + args: (data: FishingActivityTaskOptions) => ({ + name: data.fishID, + quantity: data.iQty, + flakes: data.flakesQuantity !== undefined + }) }, [activity_type_enum.FishingTrawler]: { commandName: 'minigames', @@ -514,15 +523,17 @@ export const tripHandlers = { }, [activity_type_enum.Raids]: { commandName: 'raid', - args: (data: RaidsOptions) => ({ - cox: { - start: { - challenge_mode: data.challengeMode, - type: data.users.length === 1 ? 'solo' : 'mass', - quantity: data.quantity + args: (data: RaidsOptions) => { + return { + cox: { + start: { + challenge_mode: data.challengeMode, + max_team_size: data.maxSizeInput, + quantity: data.quantity + } } - } - }) + }; + } }, [activity_type_enum.RoguesDenMaze]: { commandName: 'minigames', @@ -832,8 +843,9 @@ export const tripHandlers = { }, [activity_type_enum.Colosseum]: { commandName: 'k', - args: () => ({ - name: 'colosseum' + args: (data: ColoTaskOptions) => ({ + name: 'colosseum', + quantity: data.quantity }) } } as const; diff --git a/src/lib/util/setCustomMonster.ts b/src/lib/util/setCustomMonster.ts index 2534250f90a..ae19fe4cb7b 100644 --- a/src/lib/util/setCustomMonster.ts +++ b/src/lib/util/setCustomMonster.ts @@ -1,6 +1,4 @@ -import { Bank, Monsters } from 'oldschooljs'; -import type LootTable from 'oldschooljs/dist/structures/LootTable'; -import type Monster from 'oldschooljs/dist/structures/Monster'; +import { Bank, type LootTable, type Monster, Monsters } from 'oldschooljs'; export function makeKillTable(table: LootTable) { return { @@ -23,16 +21,16 @@ export default function setCustomMonster( baseItem: Omit, newItemData?: Partial ) { - if (Monsters.get(id) && process.env.TEST === undefined) { + if (Monsters.get(id)) { console.error(`Tried to set custom monster, but one already existed with the same ID: ${id}`); } + Monsters.set(id, { ...baseItem, ...newItemData, name, id, kill: makeKillTable(table).kill, - allItems: table.allItems, - isCustom: true + allItems: table.allItems }); } diff --git a/src/lib/util/smallUtils.ts b/src/lib/util/smallUtils.ts index 8a702239706..c9b4c95f05c 100644 --- a/src/lib/util/smallUtils.ts +++ b/src/lib/util/smallUtils.ts @@ -5,12 +5,14 @@ import { AlignmentEnum, AsciiTable3 } from 'ascii-table3'; import type { InteractionReplyOptions } from 'discord.js'; import { ButtonBuilder, ButtonStyle } from 'discord.js'; import { clamp, objectEntries, roll } from 'e'; -import { type Bank, Items, LootTable } from 'oldschooljs'; +import { Bank, Items } from 'oldschooljs'; import type { ItemBank } from 'oldschooljs/dist/meta/types'; import type { ArrayItemsResolved } from 'oldschooljs/dist/util/util'; import { MersenneTwister19937, shuffle } from 'random-js'; +import z from 'zod'; import { skillEmoji } from '../data/emojis'; +import type { UserFullGearSetup } from '../gear/types'; import type { Skills } from '../types'; import getOSItem from './getOSItem'; @@ -58,14 +60,6 @@ export function formatSkillRequirements(reqs: Record, emojis = t return arr.join(', '); } -export function hasSkillReqs(user: MUser, reqs: Skills): [boolean, string | null] { - const hasReqs = user.hasSkillReqs(reqs); - if (!hasReqs) { - return [false, formatSkillRequirements(reqs)]; - } - return [true, null]; -} - export function pluraliseItemName(name: string): string { return name + (name.endsWith('s') ? '' : 's'); } @@ -165,22 +159,6 @@ export function calculateSimpleMonsterDeathChance({ return clamp(deathChance, lowestDeathChance, highestDeathChance); } -export function removeItemsFromLootTable(lootTable: LootTable, itemsToRemove: number[]): void { - const filterFunction = (item: any) => !itemsToRemove.includes(item); - - lootTable.table = lootTable.table.filter(item => filterFunction(item.item)); - lootTable.oneInItems = lootTable.oneInItems.filter(item => filterFunction(item.item)); - lootTable.tertiaryItems = lootTable.tertiaryItems.filter(item => filterFunction(item.item)); - lootTable.everyItems = lootTable.everyItems.filter(item => filterFunction(item.item)); - lootTable.allItems = lootTable.allItems.filter(filterFunction); - - for (const item of lootTable.table) { - if (item.item instanceof LootTable) { - removeItemsFromLootTable(item.item, itemsToRemove); - } - } -} - export function perHourChance( durationMilliseconds: number, oneInXPerHourChance: number, @@ -228,6 +206,7 @@ export function returnStringOrFile( export function makeTable(headers: string[], rows: unknown[][]) { return new AsciiTable3() + .setStyle('github-markdown') .setHeading(...headers) .setAlign(1, AlignmentEnum.RIGHT) .setAlign(2, AlignmentEnum.CENTER) @@ -235,3 +214,65 @@ export function makeTable(headers: string[], rows: unknown[][]) { .addRowMatrix(rows) .toString(); } + +export const staticTimeIntervals = ['day', 'week', 'month'] as const; +type StaticTimeInterval = (typeof staticTimeIntervals)[number]; +export function parseStaticTimeInterval(input: string): input is StaticTimeInterval { + if (staticTimeIntervals.includes(input as any)) { + return true; + } + return false; +} + +export function hasSkillReqsRaw(skills: Skills, requirements: Skills) { + for (const [skillName, requiredLevel] of objectEntries(requirements)) { + const lvl = skills[skillName]; + if (!lvl || lvl < requiredLevel!) { + return false; + } + } + return true; +} + +export function hasSkillReqs(user: MUser, reqs: Skills): [boolean, string | null] { + const hasReqs = hasSkillReqsRaw(user.skillsAsLevels, reqs); + if (!hasReqs) { + return [false, formatSkillRequirements(reqs)]; + } + return [true, null]; +} + +export function fullGearToBank(gear: UserFullGearSetup) { + const bank = new Bank(); + for (const setup of Object.values(gear)) { + for (const equipped of Object.values(setup)) { + if (equipped?.item) { + bank.add(equipped.item, equipped.quantity); + } + } + } + return bank; +} + +export function objHasAnyPropInCommon(obj: object, other: object): boolean { + for (const key of Object.keys(obj)) { + if (key in other) return true; + } + return false; +} + +export const zodEnum = (arr: T[] | readonly T[]): [T, ...T[]] => arr as [T, ...T[]]; + +export function numberEnum(values: readonly T[]) { + const set = new Set(values); + return (v: number, ctx: z.RefinementCtx): v is T => { + if (!set.has(v)) { + ctx.addIssue({ + code: z.ZodIssueCode.invalid_enum_value, + received: v, + options: [...values] + }); + } + return z.NEVER; + }; +} diff --git a/src/lib/util/taskGroupFromActivity.ts b/src/lib/util/taskGroupFromActivity.ts index 1ab48292c71..c95c8f5512e 100644 --- a/src/lib/util/taskGroupFromActivity.ts +++ b/src/lib/util/taskGroupFromActivity.ts @@ -56,6 +56,7 @@ export function taskGroupFromActivity(type: activity_type_enum): ActivityGroup { case 'BarbarianAssault': case 'AgilityArena': case 'ChampionsChallenge': + case 'MyNotes': case 'MahoganyHomes': case 'AerialFishing': case 'SoulWars': diff --git a/src/lib/util/tradePlayerItems.ts b/src/lib/util/tradePlayerItems.ts index e07a82482ec..f641134c703 100644 --- a/src/lib/util/tradePlayerItems.ts +++ b/src/lib/util/tradePlayerItems.ts @@ -53,7 +53,7 @@ export async function tradePlayerItems(sender: MUser, recipient: MUser, _itemsTo const updateSender = prisma.user.update({ data: { GP: senderGP, - bank: newSenderBank.bank + bank: newSenderBank.toJSON() }, where: { id: sender.id @@ -62,7 +62,7 @@ export async function tradePlayerItems(sender: MUser, recipient: MUser, _itemsTo const updateRecipient = prisma.user.update({ data: { GP: recipientGP, - bank: newRecipientBank.bank + bank: newRecipientBank.toJSON() }, where: { id: recipient.id diff --git a/src/lib/util/transactItemsFromBank.ts b/src/lib/util/transactItemsFromBank.ts index 8dbfdcd5e8a..81c1e2cb9bb 100644 --- a/src/lib/util/transactItemsFromBank.ts +++ b/src/lib/util/transactItemsFromBank.ts @@ -109,7 +109,7 @@ async function transactItemsFromBank({ } const { newUser } = await mahojiUserSettingsUpdate(userID, { - bank: newBank.bank, + bank: newBank.toJSON(), GP: gpUpdate, ...clUpdates, ...options.otherUpdates diff --git a/src/lib/util/updateBankSetting.ts b/src/lib/util/updateBankSetting.ts index 8ff8e69b117..9f4435f555e 100644 --- a/src/lib/util/updateBankSetting.ts +++ b/src/lib/util/updateBankSetting.ts @@ -102,7 +102,7 @@ export async function updateBankSetting(key: ClientBankKey, bankToAdd: Bank) { const newBank = new Bank(current).add(bankToAdd); const res = await mahojiClientSettingsUpdate({ - [key]: newBank.bank + [key]: newBank.toJSON() }); return res; } diff --git a/src/lib/util/webhook.ts b/src/lib/util/webhook.ts index 617c2792537..4ee3141cb44 100644 --- a/src/lib/util/webhook.ts +++ b/src/lib/util/webhook.ts @@ -46,15 +46,18 @@ async function deleteWebhook(channelID: string) { export async function sendToChannelID( channelID: string, - data: { - content?: string; - image?: Buffer | AttachmentBuilder; - embed?: EmbedBuilder; - files?: BaseMessageOptions['files']; - components?: BaseMessageOptions['components']; - allowedMentions?: BaseMessageOptions['allowedMentions']; - } + _data: + | string + | { + content?: string; + image?: Buffer | AttachmentBuilder; + embed?: EmbedBuilder; + files?: BaseMessageOptions['files']; + components?: BaseMessageOptions['components']; + allowedMentions?: BaseMessageOptions['allowedMentions']; + } ) { + const data = typeof _data === 'string' ? { content: _data } : _data; const allowedMentions = data.allowedMentions ?? { parse: ['users'] }; @@ -135,7 +138,9 @@ async function sendToChannelOrWebhook(channel: WebhookClient | Message['channel' return; } - const res = await channel.send(input); + if (!(channel instanceof WebhookClient) && !channel.isSendable()) { + throw new Error('Channel is not sendable'); + } - return res; + return channel.send(input); } diff --git a/src/lib/workers/casket.worker.ts b/src/lib/workers/casket.worker.ts index 2687f598fc9..2c4323e7f21 100644 --- a/src/lib/workers/casket.worker.ts +++ b/src/lib/workers/casket.worker.ts @@ -2,30 +2,32 @@ import '../../lib/customItems/customItems'; import '../data/itemAliases'; import { randInt, roll } from 'e'; -import { Bank, Misc } from 'oldschooljs'; +import { Bank, EliteMimicTable, MasterMimicTable } from 'oldschooljs'; import type { CasketWorkerArgs } from '.'; import { ClueTiers } from '../clues/clueTiers'; +import type { ItemBank } from '../types'; if (global.prisma) { throw new Error('Prisma is loaded in the casket worker!'); } -export default async ({ clueTierID, quantity }: CasketWorkerArgs): Promise<[Bank, string]> => { +export default async ({ clueTierID, quantity }: CasketWorkerArgs): Promise<[ItemBank, string]> => { const clueTier = ClueTiers.find(tier => tier.id === clueTierID)!; - const loot = clueTier.table.open(quantity, { cl: new Bank() } as MUser); - + let bsoBonus = 0; for (let i = 0; i < quantity; i++) { - const qty = randInt(1, 3); - loot.add(clueTier.table.open(qty, { cl: loot } as MUser)); + bsoBonus += randInt(1, 3); } + const loot = clueTier.table.roll(quantity + bsoBonus, { cl: new Bank() }); + let mimicNumber = 0; if (clueTier.mimicChance) { + const table = clueTier.name === 'Master' ? MasterMimicTable : EliteMimicTable; for (let i = 0; i < quantity; i++) { if (roll(clueTier.mimicChance)) { - loot.add(Misc.Mimic.open(clueTier.name as 'master' | 'elite')); + loot.add(table.roll()); mimicNumber++; } } @@ -38,5 +40,5 @@ export default async ({ clueTierID, quantity }: CasketWorkerArgs): Promise<[Bank : '' }`; - return [new Bank(loot), opened]; + return [loot.toJSON(), opened]; }; diff --git a/src/lib/workers/finish.worker.ts b/src/lib/workers/finish.worker.ts index be388859010..328b1023cc4 100644 --- a/src/lib/workers/finish.worker.ts +++ b/src/lib/workers/finish.worker.ts @@ -51,5 +51,5 @@ export default async ({ name, tertiaries }: FinishWorkerArgs): FinishWorkerRetur .join(', ')}`; } } - return { kc, kcBank: kcBank.bank, loot: loot.bank, cost: cost.bank }; + return { kc, kcBank: kcBank.toJSON(), loot: loot.toJSON(), cost: cost.toJSON() }; }; diff --git a/src/lib/workers/index.ts b/src/lib/workers/index.ts index 880417e7ebd..3033d9ccb9a 100644 --- a/src/lib/workers/index.ts +++ b/src/lib/workers/index.ts @@ -3,7 +3,6 @@ import { resolve } from 'node:path'; import type { Bank } from 'oldschooljs'; import Piscina from 'piscina'; -import { production } from '../../config'; import type { ItemBank } from '../types'; export interface CasketWorkerArgs { @@ -21,7 +20,7 @@ export interface KillWorkerArgs { } export type KillWorkerReturn = Promise<{ - bank?: Bank; + bank?: ItemBank; error?: string; title?: string; content?: string; @@ -42,7 +41,7 @@ export type FinishWorkerReturn = Promise< | string >; -const maxThreads = production ? 3 : 1; +const maxThreads = 1; let dirName = __dirname.replace('src/lib', 'dist/lib'); if (dirName.endsWith('dist')) { diff --git a/src/lib/workers/kill.worker.ts b/src/lib/workers/kill.worker.ts index 0f00bdf3135..b072a153e86 100644 --- a/src/lib/workers/kill.worker.ts +++ b/src/lib/workers/kill.worker.ts @@ -48,7 +48,7 @@ export default async ({ killableMonster.specialLoot({ ownedItems: result.bank, loot: result.bank, quantity, cl: new Bank() }); } - return result; + return { bank: result.bank.toJSON() }; } const simulatedKillable = simulatedKillables.find(i => stringMatches(i.name, bossName)); @@ -59,7 +59,7 @@ export default async ({ }; } - return { bank: simulatedKillable.loot(quantity) }; + return { bank: simulatedKillable.loot(quantity).toJSON() }; } return { error: "I don't have that monster!" }; diff --git a/src/lib/xpLamps.ts b/src/lib/xpLamps.ts index 1a45002408e..bad783d3901 100644 --- a/src/lib/xpLamps.ts +++ b/src/lib/xpLamps.ts @@ -1,4 +1,4 @@ -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; export interface XPLamp { itemID: number; diff --git a/src/mahoji/commands/activities.ts b/src/mahoji/commands/activities.ts index 0afcabb6a55..0b7c9ea77fe 100644 --- a/src/mahoji/commands/activities.ts +++ b/src/mahoji/commands/activities.ts @@ -16,7 +16,6 @@ import { buryCommand } from '../lib/abstracted_commands/buryCommand'; import { butlerCommand } from '../lib/abstracted_commands/butlerCommand'; import { camdozaalCommand } from '../lib/abstracted_commands/camdozaalCommand'; import { castCommand } from '../lib/abstracted_commands/castCommand'; -import { championsChallengeCommand } from '../lib/abstracted_commands/championsChallenge'; import { chargeGloriesCommand } from '../lib/abstracted_commands/chargeGloriesCommand'; import { chargeWealthCommand } from '../lib/abstracted_commands/chargeWealthCommand'; import { chompyHuntClaimCommand, chompyHuntCommand } from '../lib/abstracted_commands/chompyHuntCommand'; @@ -26,6 +25,7 @@ import { driftNetCommand } from '../lib/abstracted_commands/driftNetCommand'; import { enchantCommand } from '../lib/abstracted_commands/enchantCommand'; import { fightCavesCommand } from '../lib/abstracted_commands/fightCavesCommand'; import { infernoStartCommand, infernoStatsCommand } from '../lib/abstracted_commands/infernoCommand'; +import { myNotesCommand } from '../lib/abstracted_commands/myNotesCommand'; import { otherActivities, otherActivitiesCommand } from '../lib/abstracted_commands/otherActivitiesCommand'; import puroOptions, { puroPuroStartCommand } from '../lib/abstracted_commands/puroPuroCommand'; import { questCommand } from '../lib/abstracted_commands/questCommand'; @@ -96,8 +96,8 @@ export const activitiesCommand: OSBMahojiCommand = { }, { type: ApplicationCommandOptionType.Subcommand, - name: 'champions_challenge', - description: 'Send your minion to do the Champions Challenge.' + name: 'my_notes', + description: 'Send your minion to rummage skeletons for Ancient pages.' }, { type: ApplicationCommandOptionType.Subcommand, @@ -529,7 +529,7 @@ export const activitiesCommand: OSBMahojiCommand = { }: CommandRunOptions<{ plank_make?: { action: string; type: string; quantity?: number; speed?: number }; chompy_hunt?: { action: 'start' | 'claim' }; - champions_challenge?: {}; + my_notes?: {}; warriors_guild?: { action: string; quantity?: number }; camdozaal?: { action: string; quantity?: number }; collect?: { item: string; quantity?: number; no_stams?: boolean }; @@ -600,8 +600,8 @@ export const activitiesCommand: OSBMahojiCommand = { if (options.chompy_hunt?.action === 'claim') { return chompyHuntClaimCommand(user); } - if (options.champions_challenge) { - return championsChallengeCommand(user, channelID); + if (options.my_notes) { + return myNotesCommand(user, channelID); } if (options.warriors_guild) { return warriorsGuildCommand( diff --git a/src/mahoji/commands/admin.ts b/src/mahoji/commands/admin.ts index 0dfaf11bfde..792cfb1bb84 100644 --- a/src/mahoji/commands/admin.ts +++ b/src/mahoji/commands/admin.ts @@ -1,4 +1,4 @@ -import { type CommandRunOptions, bulkUpdateCommands, convertBankToPerHourStats, dateFm } from '@oldschoolgg/toolkit'; +import { type CommandRunOptions, bulkUpdateCommands, dateFm } from '@oldschoolgg/toolkit'; import type { MahojiUserOption } from '@oldschoolgg/toolkit'; import type { ClientStorage } from '@prisma/client'; import { economy_transaction_type } from '@prisma/client'; @@ -7,7 +7,7 @@ import type { InteractionReplyOptions, Message, TextChannel } from 'discord.js'; import { AttachmentBuilder, userMention } from 'discord.js'; import { ApplicationCommandOptionType } from 'discord.js'; import { Time, calcPercentOfNum, calcWhatPercent, noOp, notEmpty, randArrItem, roll, sleep, uniqueArr } from 'e'; -import { Bank } from 'oldschooljs'; +import { Bank, convertBankToPerHourStats } from 'oldschooljs'; import type { ItemBank } from 'oldschooljs/dist/meta/types'; import { ADMIN_IDS, OWNER_IDS, SupportServer, production } from '../../config'; @@ -33,7 +33,7 @@ import { GrandExchange } from '../../lib/grandExchange'; import { countUsersWithItemInCl } from '../../lib/settings/prisma'; import { cancelTask, minionActivityCacheDelete } from '../../lib/settings/settings'; import { sorts } from '../../lib/sorts'; -import { calcPerHour, cleanString, formatDuration, sanitizeBank, stringMatches, toKMB } from '../../lib/util'; +import { calcPerHour, cleanString, formatDuration, stringMatches, toKMB } from '../../lib/util'; import { memoryAnalysis } from '../../lib/util/cachedUserIDs'; import { mahojiClientSettingsFetch, mahojiClientSettingsUpdate } from '../../lib/util/clientSettings'; import getOSItem, { getItem } from '../../lib/util/getOSItem'; @@ -241,11 +241,10 @@ WHERE blowpipe iS NOT NULL and (blowpipe->>'dartQuantity')::int != 0;`), economyBank.add("Zulrah's scales", scales); economyBank.add(dart, qty); } - sanitizeBank(economyBank); return { files: [ (await makeBankImage({ bank: economyBank })).file, - new AttachmentBuilder(Buffer.from(JSON.stringify(economyBank.bank, null, 4)), { + new AttachmentBuilder(Buffer.from(JSON.stringify(economyBank.toJSON(), null, 4)), { name: 'bank.json' }) ] @@ -1142,10 +1141,8 @@ There are ${await countUsersWithItemInCl(item.id, isIron)} ${isIron ? 'ironmen' for (const res of results) { if (!res.total_duration || !res.total_kc) continue; if (Object.keys({ ...(res.cost as ItemBank), ...(res.loot as ItemBank) }).length === 0) continue; - const cost = new Bank(res.cost as ItemBank); - const loot = new Bank(res.loot as ItemBank); - sanitizeBank(cost); - sanitizeBank(loot); + const cost = Bank.withSanitizedValues(res.cost as ItemBank); + const loot = Bank.withSanitizedValues(res.loot as ItemBank); const marketValueCost = Math.round(cost.value()); const marketValueLoot = Math.round(loot.value()); const ratio = marketValueLoot / marketValueCost; @@ -1200,11 +1197,11 @@ There are ${await countUsersWithItemInCl(item.id, isIron)} ${isIron ? 'ironmen' }, { name: 'totalloot.json', - attachment: Buffer.from(JSON.stringify(actualLootBank.bank)) + attachment: Buffer.from(JSON.stringify(actualLootBank.toJSON())) }, { name: 'taxedbank.json', - attachment: Buffer.from(JSON.stringify(taxedBank.bank)) + attachment: Buffer.from(JSON.stringify(taxedBank.toJSON())) }, (await makeBankImage({ bank: taxedBank, title: 'Taxed Bank' })).file, (await makeBankImage({ bank: actualLootBank, title: 'Actual Loot' })).file @@ -1242,7 +1239,7 @@ There are ${await countUsersWithItemInCl(item.id, isIron)} ${isIron ? 'ironmen' const user = await mUserFetch(_msg.author.id); await user.addItemsToBank({ items: loot, collectionLog: true }); - _msg.channel.send(`${_msg.author} won ${loot}.`); + sendToChannelID(_msg.channelId, { content: `${_msg.author} won ${loot}.` }); return false; } }) diff --git a/src/mahoji/commands/bank.ts b/src/mahoji/commands/bank.ts index f688b1c2484..0b3ea52a1e2 100644 --- a/src/mahoji/commands/bank.ts +++ b/src/mahoji/commands/bank.ts @@ -187,7 +187,7 @@ export const bankCommand: OSBMahojiCommand = { return { content: 'Here is your selected bank:', ephemeral: true }; } if (options.format === 'json') { - const json = JSON.stringify(baseBank.bank); + const json = JSON.stringify(baseBank.toJSON()); if (json.length > 1900) { return { files: [{ attachment: Buffer.from(json), name: 'bank.json' }] }; } diff --git a/src/mahoji/commands/bingo.ts b/src/mahoji/commands/bingo.ts index 9404f0ccd4d..31915d855f8 100644 --- a/src/mahoji/commands/bingo.ts +++ b/src/mahoji/commands/bingo.ts @@ -231,7 +231,8 @@ function parseTileAddInput(input: string): StoredBingoTile | null { } if (!plus && !pipe) { - return { bank: parseBank({ inputStr: input, noDuplicateItems: true }) }.bank; + const bank = parseBank({ inputStr: input, noDuplicateItems: true }); + return { bank: bank.toJSON() }; } const delimiter = plus ? '+' : '|'; diff --git a/src/mahoji/commands/build.ts b/src/mahoji/commands/build.ts index 43efd01632b..2d59f1986bc 100644 --- a/src/mahoji/commands/build.ts +++ b/src/mahoji/commands/build.ts @@ -139,7 +139,7 @@ export const buildCommand: OSBMahojiCommand = { const cost = new Bank().add(plank, planksQtyCost * quantity); const hasScroll = user.owns('Scroll of proficiency'); if (hasScroll) { - cost.bank[plank] = Math.floor(reduceNumByPercent(cost.bank[plank], 15)); + cost.set(plank, Math.floor(reduceNumByPercent(cost.amount(plank), 15))); boosts.push('15% less planks used from Scroll of proficiency'); } diff --git a/src/mahoji/commands/buy.ts b/src/mahoji/commands/buy.ts index 6ba46e1b620..94214f8dada 100644 --- a/src/mahoji/commands/buy.ts +++ b/src/mahoji/commands/buy.ts @@ -188,25 +188,29 @@ export const buyCommand: OSBMahojiCommand = { itemsToRemove: totalCost }); - let costBankExcludingGP: ItemBank | undefined = totalCost - .clone() - .remove('Coins', totalCost.amount('Coins')).bank; - if (Object.keys(costBankExcludingGP).length === 0) costBankExcludingGP = undefined; + let costBankExcludingGP: Bank | undefined = totalCost.clone().remove('Coins', totalCost.amount('Coins')); + if (costBankExcludingGP.length === 0) costBankExcludingGP = undefined; const currentStats = await user.fetchStats({ buy_cost_bank: true, buy_loot_bank: true }); await Promise.all([ updateBankSetting('buy_cost_bank', totalCost), updateBankSetting('buy_loot_bank', outItems), userStatsUpdate(user.id, { - buy_cost_bank: totalCost.clone().add(currentStats.buy_cost_bank as ItemBank).bank, - buy_loot_bank: outItems.clone().add(currentStats.buy_loot_bank as ItemBank).bank + buy_cost_bank: totalCost + .clone() + .add(currentStats.buy_cost_bank as ItemBank) + .toJSON(), + buy_loot_bank: outItems + .clone() + .add(currentStats.buy_loot_bank as ItemBank) + .toJSON() }), prisma.buyCommandTransaction.create({ data: { user_id: BigInt(user.id), cost_gp: totalCost.amount('Coins'), cost_bank_excluding_gp: costBankExcludingGP, - loot_bank: outItems.bank + loot_bank: outItems.toJSON() } }) ]); diff --git a/src/mahoji/commands/casket.ts b/src/mahoji/commands/casket.ts index cb1356df959..70741d45dff 100644 --- a/src/mahoji/commands/casket.ts +++ b/src/mahoji/commands/casket.ts @@ -61,12 +61,12 @@ export const casketCommand: OSBMahojiCommand = { await deferInteraction(interaction); const [_loot, title] = await Workers.casketOpen({ quantity: options.quantity, clueTierID: clueTier.id }); - const loot = new Bank(_loot.bank); + const loot = new Bank(_loot); - if (Object.keys(loot.bank).length === 0) return `${title} and got nothing :(`; + if (loot.length === 0) return `${title} and got nothing :(`; const image = await makeBankImage({ - bank: new Bank(loot.bank), + bank: loot, title, user }); diff --git a/src/mahoji/commands/chop.ts b/src/mahoji/commands/chop.ts index df7d8dc8be2..2d32ee651f8 100644 --- a/src/mahoji/commands/chop.ts +++ b/src/mahoji/commands/chop.ts @@ -298,7 +298,7 @@ export const chopCommand: OSBMahojiCommand = { }); let response = `${minionName(user)} is now chopping ${log.name} until your minion ${ - quantity ? `chopped ${quantity}x or gets tired` : 'is satisfied' + quantity ? `chopped ${newQuantity}x or gets tired` : 'is satisfied' }, it'll take ${ quantity ? `between ${formatDuration(fakeDurationMin)} **and** ${formatDuration(fakeDurationMax)}` diff --git a/src/mahoji/commands/config.ts b/src/mahoji/commands/config.ts index 7aecc4f3001..ec31d89d41d 100644 --- a/src/mahoji/commands/config.ts +++ b/src/mahoji/commands/config.ts @@ -405,10 +405,10 @@ async function bankSortConfig( if (addWeightingBank) newBank.add(inputBank); else if (removeWeightingBank) newBank.remove(inputBank); - else if (resetWeightingBank && resetWeightingBank === 'reset') newBank.bank = {}; + else if (resetWeightingBank && resetWeightingBank === 'reset') newBank.clear(); await user.update({ - bank_sort_weightings: newBank.bank + bank_sort_weightings: newBank.toJSON() }); return bankSortConfig(await mUserFetch(user.id), undefined, undefined, undefined, undefined); @@ -550,8 +550,6 @@ async function handleCommandEnable( return `Successfully disabled the \`${command.name}\` command.`; } -const priorityWarningMsg = - "\n\n**Important: By default, 'Always barrage/burst' will take priority if 'Always cannon' is also enabled.**"; async function handleCombatOptions(user: MUser, command: 'add' | 'remove' | 'list' | 'help', option?: string) { const settings = await mahojiUsersSettingsFetch(user.id, { combat_options: true }); if (!command || (command && command === 'list')) { @@ -579,18 +577,12 @@ async function handleCombatOptions(user: MUser, command: 'add' | 'remove' | 'lis return `"${newcbopt.name}" is already ${currentStatus ? 'enabled' : 'disabled'} for you.`; } - let warningMsg = ''; - const hasCannon = settings.combat_options.includes(CombatOptionsEnum.AlwaysCannon); - const hasBurstB = - settings.combat_options.includes(CombatOptionsEnum.AlwaysIceBurst) || - settings.combat_options.includes(CombatOptionsEnum.AlwaysIceBarrage); // If enabling Ice Barrage, make sure burst isn't also enabled: if ( nextBool && newcbopt.id === CombatOptionsEnum.AlwaysIceBarrage && settings.combat_options.includes(CombatOptionsEnum.AlwaysIceBurst) ) { - if (hasCannon) warningMsg = priorityWarningMsg; settings.combat_options = removeFromArr(settings.combat_options, CombatOptionsEnum.AlwaysIceBurst); } // If enabling Ice Burst, make sure barrage isn't also enabled: @@ -599,13 +591,8 @@ async function handleCombatOptions(user: MUser, command: 'add' | 'remove' | 'lis newcbopt.id === CombatOptionsEnum.AlwaysIceBurst && settings.combat_options.includes(CombatOptionsEnum.AlwaysIceBarrage) ) { - if (warningMsg === '' && hasCannon) warningMsg = priorityWarningMsg; settings.combat_options = removeFromArr(settings.combat_options, CombatOptionsEnum.AlwaysIceBarrage); } - // Warn if enabling cannon with ice burst/barrage: - if (nextBool && newcbopt.id === CombatOptionsEnum.AlwaysCannon && warningMsg === '' && hasBurstB) { - warningMsg = priorityWarningMsg; - } if (nextBool && !settings.combat_options.includes(newcbopt.id)) { await user.update({ combat_options: [...settings.combat_options, newcbopt.id] @@ -618,7 +605,7 @@ async function handleCombatOptions(user: MUser, command: 'add' | 'remove' | 'lis return 'Error processing command. This should never happen, please report bug.'; } - return `${newcbopt.name} is now ${nextBool ? 'enabled' : 'disabled'} for you.${warningMsg}`; + return `${newcbopt.name} is now ${nextBool ? 'enabled' : 'disabled'} for you.`; } function pinnedTripLimit(perkTier: number) { diff --git a/src/mahoji/commands/cook.ts b/src/mahoji/commands/cook.ts index abaae8faa54..05f5cbe3ae4 100644 --- a/src/mahoji/commands/cook.ts +++ b/src/mahoji/commands/cook.ts @@ -106,7 +106,9 @@ export const cookCommand: OSBMahojiCommand = { cookingBoost += 1; } timeToCookSingleCookable /= cookingBoost; - boosts.push(`+${(cookingBoost - 1) * 100}% for ${cookingBoostItems.join(', ')}.`); + if (cookingBoost !== 1) { + boosts.push(`+${(cookingBoost - 1) * 100}% for ${cookingBoostItems.join(', ')}.`); + } } const userBank = user.bank; diff --git a/src/mahoji/commands/craft.ts b/src/mahoji/commands/craft.ts index 81047238597..0fa614b8390 100644 --- a/src/mahoji/commands/craft.ts +++ b/src/mahoji/commands/craft.ts @@ -136,7 +136,7 @@ export const craftCommand: OSBMahojiCommand = { const itemsNeeded = craftable.inputItems.clone().multiply(quantity); // Check the user has all the required items to craft. - if (!userBank.has(itemsNeeded.bank)) { + if (!userBank.has(itemsNeeded)) { return `You don't have enough items. For ${quantity}x ${craftable.name}, you're missing **${itemsNeeded .clone() .remove(userBank)}**.`; diff --git a/src/mahoji/commands/fake.ts b/src/mahoji/commands/fake.ts index fc93c8261a4..c30367ceeca 100644 --- a/src/mahoji/commands/fake.ts +++ b/src/mahoji/commands/fake.ts @@ -1,17 +1,21 @@ -import type { SKRSContext2D } from '@napi-rs/canvas'; -import { Canvas } from '@napi-rs/canvas'; import type { CommandRunOptions } from '@oldschoolgg/toolkit'; import { ApplicationCommandOptionType } from 'discord.js'; import { randInt } from 'e'; -import { loadAndCacheLocalImage, measureTextWidth } from '../../lib/util/canvasUtil'; +import { + type CanvasContext, + canvasToBuffer, + createCanvas, + loadAndCacheLocalImage, + measureTextWidth +} from '../../lib/util/canvasUtil'; import type { OSBMahojiCommand } from '../lib/util'; const bg = loadAndCacheLocalImage('./src/lib/resources/images/tob-bg.png'); const randomMessages = ['omfgggggg', '!#@$@#$@##@$', 'adfsjklfadkjsl;l', 'l00000l wtf']; -function arma(ctx: SKRSContext2D, username: string) { +function arma(ctx: CanvasContext, username: string) { ctx.fillText("Your Kree'arra kill count is: ", 11, 10); ctx.fillStyle = '#ff0000'; ctx.fillText(randInt(1, 20).toString(), 12 + measureTextWidth(ctx, "Your Kree'arra kill count is: "), 10); @@ -33,7 +37,7 @@ function arma(ctx: SKRSContext2D, username: string) { ctx.fillText(`${randMessage}*`, 12 + measureTextWidth(ctx, `${username}: `), 69); } -function bandos(ctx: SKRSContext2D, username: string) { +function bandos(ctx: CanvasContext, username: string) { ctx.fillText('Your General Graardor kill count is: ', 11, 10); ctx.fillStyle = '#ff0000'; ctx.fillText(randInt(1, 20).toString(), 12 + measureTextWidth(ctx, 'Your General Graardor kill count is: '), 10); @@ -55,7 +59,7 @@ function bandos(ctx: SKRSContext2D, username: string) { ctx.fillText(`${randMessage}*`, 12 + measureTextWidth(ctx, `${username}: `), 69); } -function ely(ctx: SKRSContext2D, username: string) { +function ely(ctx: CanvasContext, username: string) { ctx.fillText('Your Corporeal Beast kill count is: ', 11, 40); ctx.fillStyle = '#ff0000'; ctx.fillText( @@ -73,7 +77,7 @@ function ely(ctx: SKRSContext2D, username: string) { ctx.fillText('*', 12 + measureTextWidth(ctx, `${username}: `), 70); } -function sara(ctx: SKRSContext2D, username: string) { +function sara(ctx: CanvasContext, username: string) { ctx.fillText('Your Commander Zilyana kill count is: ', 11, 10); ctx.fillStyle = '#ff0000'; ctx.fillText(randInt(1, 20).toString(), 12 + measureTextWidth(ctx, 'Your Commander Zilyana kill count is: '), 10); @@ -93,7 +97,7 @@ function sara(ctx: SKRSContext2D, username: string) { ctx.fillText(`${randMessage}*`, 12 + measureTextWidth(ctx, `${username}: `), 69); } -function scythe(ctx: SKRSContext2D, username: string) { +function scythe(ctx: CanvasContext, username: string) { const kc = randInt(1, 20); /* Your completed Theatre of Blood count is: X. */ ctx.fillText('Your completed Theatre of Blood count is: ', 11, 10); @@ -132,7 +136,7 @@ function scythe(ctx: SKRSContext2D, username: string) { ctx.fillText('*', 12 + measureTextWidth(ctx, `${username}: `), 70); } -function zammy(ctx: SKRSContext2D, username: string) { +function zammy(ctx: CanvasContext, username: string) { ctx.fillText("Your K'ril Tsutsaroth kill count is: ", 11, 10); ctx.fillStyle = '#ff0000'; ctx.fillText(randInt(1, 20).toString(), 12 + measureTextWidth(ctx, "Your K'ril Tsutsaroth kill count is: "), 10); @@ -182,7 +186,7 @@ export const fakeCommand: OSBMahojiCommand = { } ], run: async ({ options }: CommandRunOptions<{ type: string; username: string }>) => { - const canvas = new Canvas(399, 100); + const canvas = createCanvas(399, 100); const ctx = canvas.getContext('2d'); ctx.font = '16px OSRSFont'; @@ -196,7 +200,7 @@ export const fakeCommand: OSBMahojiCommand = { return { files: [ { - attachment: await canvas.encode('png'), + attachment: await canvasToBuffer(canvas), name: `${Math.round(Math.random() * 10_000)}.jpg` } ] diff --git a/src/mahoji/commands/fakepm.ts b/src/mahoji/commands/fakepm.ts index 9b4f3927f68..30927dc4ed2 100644 --- a/src/mahoji/commands/fakepm.ts +++ b/src/mahoji/commands/fakepm.ts @@ -1,8 +1,7 @@ -import { Canvas } from '@napi-rs/canvas'; import type { CommandRunOptions } from '@oldschoolgg/toolkit'; import { ApplicationCommandOptionType } from 'discord.js'; -import { loadAndCacheLocalImage } from '../../lib/util/canvasUtil'; +import { canvasToBuffer, createCanvas, loadAndCacheLocalImage } from '../../lib/util/canvasUtil'; import type { OSBMahojiCommand } from '../lib/util'; const bg = loadAndCacheLocalImage('./src/lib/resources/images/pm-bg.png'); @@ -25,7 +24,7 @@ export const fakepmCommand: OSBMahojiCommand = { } ], run: async ({ options }: CommandRunOptions<{ message: string; username: string }>) => { - const canvas = new Canvas(376, 174); + const canvas = createCanvas(376, 174); const ctx = canvas.getContext('2d'); ctx.font = '16px OSRSFont'; const img = await bg; @@ -37,7 +36,7 @@ export const fakepmCommand: OSBMahojiCommand = { ctx.fillText(`From ${options.username}: ${options.message}`, 5, 97); return { - files: [{ attachment: await canvas.encode('png'), name: `${Math.round(Math.random() * 10_000)}.jpg` }] + files: [{ attachment: await canvasToBuffer(canvas), name: `${Math.round(Math.random() * 10_000)}.jpg` }] }; } }; diff --git a/src/mahoji/commands/fish.ts b/src/mahoji/commands/fish.ts index 3d7fc716c4d..659cc28df3c 100644 --- a/src/mahoji/commands/fish.ts +++ b/src/mahoji/commands/fish.ts @@ -1,9 +1,7 @@ import { type CommandRunOptions, formatDuration, stringMatches } from '@oldschoolgg/toolkit'; import { ApplicationCommandOptionType } from 'discord.js'; import { Time, calcPercentOfNum, randInt, reduceNumByPercent } from 'e'; -import { Bank } from 'oldschooljs'; -import TzTokJad from 'oldschooljs/dist/simulation/monsters/special/TzTokJad'; -import { itemID } from 'oldschooljs/dist/util'; +import { Bank, Monsters, itemID } from 'oldschooljs'; import { InventionID, inventionBoosts, inventionItemBoost } from '../../lib/invention/inventions'; import Fishing from '../../lib/skilling/skills/fishing'; @@ -43,9 +41,19 @@ export const fishCommand: OSBMahojiCommand = { description: 'The quantity you want to fish (optional).', required: false, min_value: 1 + }, + { + type: ApplicationCommandOptionType.Boolean, + name: 'flakes', + description: 'Use spirit flakes?', + required: false } ], - run: async ({ options, userID, channelID }: CommandRunOptions<{ name: string; quantity?: number }>) => { + run: async ({ + options, + userID, + channelID + }: CommandRunOptions<{ name: string; quantity?: number; flakes?: boolean }>) => { const user = await mUserFetch(userID); const fish = Fishing.Fishes.find( fish => @@ -73,7 +81,7 @@ export const fishCommand: OSBMahojiCommand = { } if (fish.name === 'Infernal eel') { - const jadKC = await user.getKC(TzTokJad.id); + const jadKC = await user.getKC(Monsters.TzTokJad.id); if (jadKC === 0) { return 'You are not worthy JalYt. Before you can fish Infernal Eels, you need to have defeated the mighty TzTok-Jad!'; } @@ -171,9 +179,22 @@ export const fishCommand: OSBMahojiCommand = { ); } - let { quantity } = options; + let { quantity, flakes } = options; if (!quantity) quantity = Math.floor(maxTripLength / scaledTimePerFish); + let flakesQuantity: number | undefined; + const cost = new Bank(); + + if (flakes) { + if (!user.bank.has('Spirit flakes')) { + return 'You need to have at least one spirit flake!'; + } + + flakesQuantity = Math.min(user.bank.amount('Spirit flakes'), quantity); + boosts.push(`More fish from using ${flakesQuantity}x Spirit flakes`); + cost.add('Spirit flakes', flakesQuantity); + } + if (fish.bait) { const baseCost = new Bank().add(fish.bait); @@ -185,11 +206,12 @@ export const fishCommand: OSBMahojiCommand = { quantity = maxCanDo; } - const cost = new Bank(); - cost.add(baseCost.multiply(quantity)); + cost.add(fish.bait, quantity); + } - // Remove the bait from their bank. - await user.removeItemsFromBank(new Bank().add(fish.bait, quantity)); + if (cost.length > 0) { + // Remove the bait and/or spirit flakes from their bank. + await user.removeItemsFromBank(cost); } let duration = quantity * scaledTimePerFish; @@ -212,7 +234,8 @@ export const fishCommand: OSBMahojiCommand = { quantity, iQty: options.quantity ? options.quantity : undefined, duration, - type: 'Fishing' + type: 'Fishing', + flakesQuantity }); let response = `${user.minionName} is now fishing ${quantity}x ${fish.name}, it'll take around ${formatDuration( diff --git a/src/mahoji/commands/fletch.ts b/src/mahoji/commands/fletch.ts index 6036f3d374f..58316c0fbd6 100644 --- a/src/mahoji/commands/fletch.ts +++ b/src/mahoji/commands/fletch.ts @@ -112,7 +112,7 @@ export const fletchCommand: OSBMahojiCommand = { } const itemsNeeded = fletchable.inputItems.clone().multiply(quantity); - if (!userBank.has(itemsNeeded.bank)) { + if (!userBank.has(itemsNeeded)) { return `You don't have enough items. For ${quantity}x ${fletchable.name}, you're missing **${itemsNeeded .clone() .remove(userBank)}**.`; diff --git a/src/mahoji/commands/gamble.ts b/src/mahoji/commands/gamble.ts index 4d553cf0cf2..cf2c68e1a5a 100644 --- a/src/mahoji/commands/gamble.ts +++ b/src/mahoji/commands/gamble.ts @@ -264,7 +264,7 @@ export const gambleCommand: OSBMahojiCommand = { guild_id: guildID ? BigInt(guildID) : undefined, sender: BigInt(senderUser.id), recipient: BigInt(recipientuser.id), - items_sent: loot.bank, + items_sent: loot.toJSON(), items_received: undefined, type: 'gri' } diff --git a/src/mahoji/commands/gear.ts b/src/mahoji/commands/gear.ts index c1d80cae2bd..f1fd541d426 100644 --- a/src/mahoji/commands/gear.ts +++ b/src/mahoji/commands/gear.ts @@ -1,4 +1,3 @@ -import { Canvas, loadImage } from '@napi-rs/canvas'; import { toTitleCase } from '@oldschoolgg/toolkit'; import type { CommandRunOptions } from '@oldschoolgg/toolkit'; import { ApplicationCommandOptionType } from 'discord.js'; @@ -11,6 +10,7 @@ import { generateGearImage } from '../../lib/gear/functions/generateGearImage'; import { equipPet } from '../../lib/minions/functions/equipPet'; import { unequipPet } from '../../lib/minions/functions/unequipPet'; import { itemNameFromID } from '../../lib/util'; +import { canvasToBuffer, createCanvas, loadImage } from '../../lib/util/canvasUtil'; import { findBestGearSetups } from '../../lib/util/findBISGear'; import { gearEquipCommand, @@ -213,7 +213,7 @@ export const gearCommand: OSBMahojiCommand = { if (options.best_in_slot?.stat) { const res = findBestGearSetups(options.best_in_slot.stat); - const totalCanvas = new Canvas(5 * 175, 240); + const totalCanvas = createCanvas(5 * 175, 240); const ctx = totalCanvas.getContext('2d'); for (let i = 0; i < 5; i++) { const gearImage = await generateGearImage(user, res[i], 'melee', null, `${i + 1}`); @@ -231,7 +231,7 @@ ${res }` ) .join('\n')}`, - files: [await totalCanvas.encode('png')] + files: [await canvasToBuffer(totalCanvas)] }; } if ((options.equip || options.unequip) && !gearValidationChecks.has(userID)) { diff --git a/src/mahoji/commands/gift.ts b/src/mahoji/commands/gift.ts index 6411618ff6c..aa965f5a487 100644 --- a/src/mahoji/commands/gift.ts +++ b/src/mahoji/commands/gift.ts @@ -212,7 +212,7 @@ ${truncateString(giftsOwnedButNotOpened.map(g => `${g.name ? `${g.name} (${g.id} } } - if (!user.bankWithGP.has(items.bank)) { + if (!user.bankWithGP.has(items)) { return 'You do not have the required items to create this gift box.'; } @@ -228,7 +228,7 @@ ${items}` data: { id: miniID(5), creator_id: user.id, - items: items.bank, + items: items.toJSON(), name: options.create.name, status: GiftBoxStatus.Created } diff --git a/src/mahoji/commands/giveaway.ts b/src/mahoji/commands/giveaway.ts index e2bae75446f..57bb2facdd0 100644 --- a/src/mahoji/commands/giveaway.ts +++ b/src/mahoji/commands/giveaway.ts @@ -204,7 +204,7 @@ export const giveawayCommand: OSBMahojiCommand = { start_date: new Date(), finish_date: duration.fromNow, completed: false, - loot: bank.bank, + loot: bank.toJSON(), user_id: user.id, duration: duration.offset, message_id: message.id, diff --git a/src/mahoji/commands/ic.ts b/src/mahoji/commands/ic.ts index 51a7d207e03..4c3acaedbab 100644 --- a/src/mahoji/commands/ic.ts +++ b/src/mahoji/commands/ic.ts @@ -8,7 +8,7 @@ import type { ItemBank } from 'oldschooljs/dist/meta/types'; import { itemContractResetTime } from '../../lib/MUser'; import { PortentID, chargePortentIfHasCharges } from '../../lib/bso/divination'; -import { MysteryBoxes, PMBTable, allMbTables } from '../../lib/bsoOpenables'; +import { MysteryBoxes, PMBTable, combinedTmbUmbEmbTables } from '../../lib/bsoOpenables'; import { BitField, Emoji } from '../../lib/constants'; import { AbyssalDragonLootTable } from '../../lib/minions/data/killableMonsters/custom/AbyssalDragon'; import { Ignecarus } from '../../lib/minions/data/killableMonsters/custom/bosses/Ignecarus'; @@ -46,7 +46,7 @@ const contractTable = new LootTable() ); const itemContractItemsSet = new Set([ - ...allMbTables, + ...combinedTmbUmbEmbTables, ...kalphiteKingLootTable.allItems.filter(i => i !== itemID('Baby kalphite king')), ...AbyssalDragonLootTable.allItems, ...VasaMagus.allItems, @@ -217,7 +217,10 @@ export async function handInContract(interaction: ChatInputCommandInteraction | increment: 1 }, current_item_contract: pickItemContract(newStreak), - item_contract_bank: new Bank().add(currentItem.id).add(user.user.item_contract_bank as ItemBank).bank, + item_contract_bank: new Bank() + .add(currentItem.id) + .add(user.user.item_contract_bank as ItemBank) + .toJSON(), item_contract_streak: { increment: 1 } diff --git a/src/mahoji/commands/k.ts b/src/mahoji/commands/k.ts index b9686b058f0..c6ddad12bb1 100644 --- a/src/mahoji/commands/k.ts +++ b/src/mahoji/commands/k.ts @@ -10,8 +10,7 @@ import { MOKTANG_ID } from '../../lib/minions/data/killableMonsters/custom/bosse import { Naxxus } from '../../lib/minions/data/killableMonsters/custom/bosses/Naxxus'; import { VasaMagus } from '../../lib/minions/data/killableMonsters/custom/bosses/VasaMagus'; import { NexMonster } from '../../lib/nex'; -import { returnStringOrFile } from '../../lib/util/smallUtils'; -import { minionKillCommand, monsterInfo } from '../lib/abstracted_commands/minionKill'; +import { minionKillCommand } from '../lib/abstracted_commands/minionKill/minionKill'; import type { OSBMahojiCommand } from '../lib/util'; export const autocompleteMonsters = [ @@ -187,7 +186,7 @@ export const minionKCommand: OSBMahojiCommand = { }>) => { const user = await mUserFetch(userID); if (options.show_info) { - return returnStringOrFile(await monsterInfo(user, options.name)); + return 'This feature is currently disabled.'; } return minionKillCommand( user, diff --git a/src/mahoji/commands/kibble.ts b/src/mahoji/commands/kibble.ts index e3a62f797b6..25a6c15d48a 100644 --- a/src/mahoji/commands/kibble.ts +++ b/src/mahoji/commands/kibble.ts @@ -5,6 +5,7 @@ import { Bank } from 'oldschooljs'; import { type Eatable, Eatables } from '../../lib/data/eatables'; import { kibbles } from '../../lib/data/kibble'; +import { getRealHealAmount } from '../../lib/minions/functions/getUserFoodFromBank'; import { SkillsEnum } from '../../lib/skilling/types'; import type { KibbleOptions } from '../../lib/types/minions'; import { formatDuration, itemNameFromID, stringMatches } from '../../lib/util'; @@ -74,18 +75,11 @@ export const kibbleCommand: OSBMahojiCommand = { const healAmountNeeded = qtyPerComponent * kibble.minimumFishHeal; const calcFish = (fish: Eatable) => - Math.ceil( - (healAmountNeeded * options.quantity) / - (typeof fish.healAmount === 'number' ? fish.healAmount : fish.healAmount(user)) - ); + Math.ceil((healAmountNeeded * options.quantity) / getRealHealAmount(user.gearBank, fish.healAmount)); const suitableFish = Eatables.filter( - i => - i.raw && - (typeof i.healAmount === 'number' ? i.healAmount : i.healAmount(user)) >= kibble.minimumFishHeal + i => i.raw && getRealHealAmount(user.gearBank, i.healAmount) >= kibble.minimumFishHeal ).sort( - (a, b) => - (typeof a.healAmount === 'number' ? a.healAmount : a.healAmount(user)) - - (typeof b.healAmount === 'number' ? b.healAmount : b.healAmount(user)) + (a, b) => getRealHealAmount(user.gearBank, a.healAmount) - getRealHealAmount(user.gearBank, b.healAmount) ); const rawFishComponent = suitableFish.find(i => userBank.amount(i.raw!) >= calcFish(i)); diff --git a/src/mahoji/commands/kill.ts b/src/mahoji/commands/kill.ts index 492d3bfc1f8..d3231b80204 100644 --- a/src/mahoji/commands/kill.ts +++ b/src/mahoji/commands/kill.ts @@ -79,7 +79,7 @@ export const killCommand: OSBMahojiCommand = { const simulatedKillable = simulatedKillables.find(i => stringMatches(i.name, options.name)); let limit = determineKillLimit(user); - if (osjsMonster?.isCustom) { + if (osjsMonster && 'isCustom' in osjsMonster) { if (user.perkTier() < PerkTier.Four) { return 'Simulating kills of custom monsters is a T3 perk!'; } @@ -106,9 +106,8 @@ export const killCommand: OSBMahojiCommand = { return result.error; } - const bank = new Bank(result.bank?.bank); const image = await makeBankImage({ - bank, + bank: new Bank(result.bank), title: result.title ?? `Loot from ${options.quantity.toLocaleString()} ${toTitleCase(options.name)}`, user }); diff --git a/src/mahoji/commands/lottery.ts b/src/mahoji/commands/lottery.ts index 869ec30f251..48fb546ee86 100644 --- a/src/mahoji/commands/lottery.ts +++ b/src/mahoji/commands/lottery.ts @@ -29,7 +29,7 @@ async function addToLotteryBank(userID: string, bankToAdd: Bank) { const newBank = new Bank(current).add(bankToAdd); const res = await mahojiUserSettingsUpdate(userID, { - lottery_input: newBank.bank + lottery_input: newBank.toJSON() }); return res; } @@ -362,7 +362,11 @@ export const lotteryCommand: OSBMahojiCommand = { filters: [options.deposit_items.filter], user }); - bankToSell.filter(i => !isSuperUntradeable(i), true); + for (const [item] of bankToSell.items()) { + if (isSuperUntradeable(item.id)) { + bankToSell.clear(item); + } + } if (bankToSell.items().some(i => isSuperUntradeable(i[0].id))) { return 'You cannot put in super untradeable items.'; diff --git a/src/mahoji/commands/mass.ts b/src/mahoji/commands/mass.ts index 8439cf7d208..cfc40f71cb0 100644 --- a/src/mahoji/commands/mass.ts +++ b/src/mahoji/commands/mass.ts @@ -18,7 +18,7 @@ import { deferInteraction } from '../../lib/util/interactionReply'; import type { OSBMahojiCommand } from '../lib/util'; import { hasMonsterRequirements } from '../mahojiSettings'; -function checkReqs(users: MUser[], monster: KillableMonster, quantity: number) { +async function checkReqs(users: MUser[], monster: KillableMonster, quantity: number) { // Check if every user has the requirements for this monster. for (const user of users) { if (!user.user.minion_hasBought) { @@ -33,7 +33,7 @@ function checkReqs(users: MUser[], monster: KillableMonster, quantity: number) { return `${user.usernameOrMention} is an ironman, so they can't join!`; } - const [hasReqs, reason] = hasMonsterRequirements(user, monster); + const [hasReqs, reason] = await hasMonsterRequirements(user, monster); if (!hasReqs) { return `${user.usernameOrMention} doesn't have the requirements for this monster: ${reason}`; } @@ -74,13 +74,13 @@ export const massCommand: OSBMahojiCommand = { await deferInteraction(interaction); const user = await mUserFetch(userID); if (user.user.minion_ironman) return 'Ironmen cannot do masses.'; - const channel = globalClient.channels.cache.get(channelID.toString()); + const channel = globalClient.channels.cache.get(channelID); if (!channel || !channelIsSendable(channel)) return 'Invalid channel.'; const monster = findMonster(options.monster); if (!monster) return "That monster doesn't exist!"; if (!monster.groupKillable) return "This monster can't be killed in groups!"; - const check = checkReqs([user], monster, 2); + const check = await checkReqs([user], monster, 2); if (check) return check; let users: MUser[] = []; @@ -98,7 +98,7 @@ export const massCommand: OSBMahojiCommand = { if (user.minionIsBusy) { return [true, 'your minion is busy.']; } - const [hasReqs, reason] = hasMonsterRequirements(user, monster); + const [hasReqs, reason] = await hasMonsterRequirements(user, monster); if (!hasReqs) { return [true, `you don't have the requirements for this monster; ${reason}`]; } @@ -139,7 +139,7 @@ export const massCommand: OSBMahojiCommand = { if (typeof durQtyRes === 'string') return durQtyRes; const [quantity, duration, perKillTime, boostMsgs] = durQtyRes; - const checkRes = checkReqs(users, monster, quantity); + const checkRes = await checkReqs(users, monster, quantity); if (checkRes) return checkRes; if (1 > 2 && monster.healAmountNeeded) { diff --git a/src/mahoji/commands/megaduck.ts b/src/mahoji/commands/megaduck.ts index 232504a9a69..f052df99db6 100644 --- a/src/mahoji/commands/megaduck.ts +++ b/src/mahoji/commands/megaduck.ts @@ -1,4 +1,3 @@ -import { Canvas } from '@napi-rs/canvas'; import type { CommandRunOptions } from '@oldschoolgg/toolkit'; import { ApplicationCommandOptionType } from 'discord.js'; import { Time } from 'e'; @@ -7,7 +6,7 @@ import { Bank } from 'oldschooljs'; import { Events } from '../../lib/constants'; import { type MegaDuckLocation, defaultMegaDuckLocation } from '../../lib/minions/types'; import { getUsernameSync } from '../../lib/util'; -import { loadAndCacheLocalImage } from '../../lib/util/canvasUtil'; +import { canvasToBuffer, createCanvas, loadAndCacheLocalImage } from '../../lib/util/canvasUtil'; import { handleMahojiConfirmation } from '../../lib/util/handleMahojiConfirmation'; import { mahojiGuildSettingsUpdate } from '../guildSettings'; import { type OSBMahojiCommand, resetCooldown } from '../lib/util'; @@ -76,7 +75,7 @@ async function makeImage(location: MegaDuckLocation) { const centerPosition = Math.floor(canvasSize / 2 / scale); - const canvas = new Canvas(canvasSize, canvasSize); + const canvas = createCanvas(canvasSize, canvasSize); const ctx = canvas.getContext('2d'); ctx.imageSmoothingEnabled = false; @@ -89,7 +88,7 @@ async function makeImage(location: MegaDuckLocation) { ctx.fillStyle = '#ffff00'; ctx.fillRect(centerPosition, centerPosition, 1, 1); - const noMoveCanvas = new Canvas(noMoveImage.width, noMoveImage.height); + const noMoveCanvas = createCanvas(noMoveImage.width, noMoveImage.height); const noMoveCanvasCtx = noMoveCanvas.getContext('2d'); noMoveCanvasCtx.drawImage(noMoveImage, 0, 0); @@ -107,7 +106,7 @@ async function makeImage(location: MegaDuckLocation) { ctx.fillRect(xS, yS, 1, 1); } - const buffer = await canvas.encode('png'); + const buffer = await canvasToBuffer(canvas); return { image: buffer, diff --git a/src/mahoji/commands/minigames.ts b/src/mahoji/commands/minigames.ts index 316279fe209..f8c0a0827cb 100644 --- a/src/mahoji/commands/minigames.ts +++ b/src/mahoji/commands/minigames.ts @@ -7,7 +7,6 @@ import { agilityArenaBuyCommand, agilityArenaBuyables, agilityArenaCommand, - agilityArenaRecolorCommand, agilityArenaXPCommand } from '../lib/abstracted_commands/agilityArenaCommand'; import { @@ -42,7 +41,8 @@ import { contractTiers, mahoganyHomesBuildCommand, mahoganyHomesBuyCommand, - mahoganyHomesBuyables + mahoganyHomesBuyables, + mahoganyHomesPointsCommand } from '../lib/abstracted_commands/mahoganyHomesCommand'; import { nightmareZoneShopCommand, @@ -232,19 +232,6 @@ export const minigamesCommand: OSBMahojiCommand = { max_value: 1000 } ] - }, - { - type: ApplicationCommandOptionType.Subcommand, - name: 'simulate', - description: 'Simulate a Last Man Standing game with Discord friends.', - options: [ - { - name: 'names', - description: 'Names. e.g. Magnaboy, Kyra, Alex', - required: false, - type: ApplicationCommandOptionType.String - } - ] } ] }, @@ -612,6 +599,11 @@ export const minigamesCommand: OSBMahojiCommand = { max_value: 1000 } ] + }, + { + name: 'points', + type: ApplicationCommandOptionType.Subcommand, + description: 'Mahogany Homes point balance.' } ] }, @@ -794,7 +786,16 @@ export const minigamesCommand: OSBMahojiCommand = { { type: ApplicationCommandOptionType.Subcommand, name: 'start', - description: 'Start a trip.' + description: 'Start a trip.', + options: [ + { + type: ApplicationCommandOptionType.Integer, + name: 'quantity', + description: 'Amount of brimhaven agility course laps you want to do.', + required: false, + min_value: 1 + } + ] }, { type: ApplicationCommandOptionType.Subcommand, @@ -806,7 +807,7 @@ export const minigamesCommand: OSBMahojiCommand = { name: 'item', description: 'The item to buy.', required: true, - choices: agilityArenaBuyables.map(i => ({ name: `${i.item.name}`, value: i.item.name })) + choices: agilityArenaBuyables.map(i => ({ name: `${i.name}`, value: i.name })) }, { type: ApplicationCommandOptionType.Integer, @@ -817,11 +818,6 @@ export const minigamesCommand: OSBMahojiCommand = { } ] }, - { - type: ApplicationCommandOptionType.Subcommand, - name: 'recolor', - description: 'Recolor graceful.' - }, { type: ApplicationCommandOptionType.Subcommand, name: 'xp', @@ -1050,7 +1046,6 @@ export const minigamesCommand: OSBMahojiCommand = { stats?: {}; start?: {}; buy?: { name?: string; quantity?: number }; - simulate?: { names?: string }; }; pest_control?: { stats?: {}; @@ -1073,7 +1068,11 @@ export const minigamesCommand: OSBMahojiCommand = { buy?: { name: string }; points?: {}; }; - mahogany_homes?: { start?: { tier?: number }; buy?: { name: string; quantity?: number } }; + mahogany_homes?: { + start?: { tier?: number }; + buy?: { name: string; quantity?: number }; + points?: {}; + }; tears_of_guthix?: { start?: {} }; pyramid_plunder?: { start?: {} }; rogues_den?: { start?: {} }; @@ -1084,7 +1083,7 @@ export const minigamesCommand: OSBMahojiCommand = { stats?: {}; }; agility_arena?: { - start?: {}; + start?: { quantity?: number }; buy?: { item: string; quantity?: number }; recolor?: {}; xp: { quantity: number }; @@ -1279,6 +1278,9 @@ export const minigamesCommand: OSBMahojiCommand = { if (options.mahogany_homes.start) { return mahoganyHomesBuildCommand(user, channelID, options.mahogany_homes.start.tier); } + if (options.mahogany_homes.points) { + return mahoganyHomesPointsCommand(user); + } } /** @@ -1354,14 +1356,11 @@ export const minigamesCommand: OSBMahojiCommand = { * */ if (options.agility_arena?.start) { - return agilityArenaCommand(user, channelID); + return agilityArenaCommand(user, channelID, options.agility_arena.start.quantity); } if (options.agility_arena?.buy) { return agilityArenaBuyCommand(user, options.agility_arena.buy.item, options.agility_arena.buy.quantity); } - if (options.agility_arena?.recolor) { - return agilityArenaRecolorCommand(user); - } if (options.agility_arena?.xp) { return agilityArenaXPCommand(user, options.agility_arena.xp.quantity); } diff --git a/src/mahoji/commands/offer.ts b/src/mahoji/commands/offer.ts index a4c2f7de3ce..c9d7f03b2e3 100644 --- a/src/mahoji/commands/offer.ts +++ b/src/mahoji/commands/offer.ts @@ -42,7 +42,7 @@ const offerables = new Set( ); function notifyUniques(user: MUser, activity: string, uniques: number[], loot: Bank, qty: number, randQty?: number) { - const itemsToAnnounce = loot.filter(item => uniques.includes(item.id), false); + const itemsToAnnounce = loot.filter(item => uniques.includes(item.id)); if (itemsToAnnounce.length > 0) { globalClient.emit( Events.ServerNotification, diff --git a/src/mahoji/commands/open.ts b/src/mahoji/commands/open.ts index eb221230f52..4efc59a4614 100644 --- a/src/mahoji/commands/open.ts +++ b/src/mahoji/commands/open.ts @@ -68,7 +68,7 @@ export const openCommand: OSBMahojiCommand = { const user = await mUserFetch(userID); if (!options.name) { return `You have... ${truncateString( - user.bank.filter(item => allOpenablesIDs.has(item.id), false).toString(), + user.bank.filter(item => allOpenablesIDs.has(item.id)).toString(), 1950 )}.`; } diff --git a/src/mahoji/commands/paint.ts b/src/mahoji/commands/paint.ts index b24e994e33d..4a9ba0e9d12 100644 --- a/src/mahoji/commands/paint.ts +++ b/src/mahoji/commands/paint.ts @@ -3,6 +3,7 @@ import { ApplicationCommandOptionType } from 'discord.js'; import { Bank } from 'oldschooljs'; import { getPaintedItemImage, paintColors } from '../../lib/paintColors'; +import { canvasToBuffer } from '../../lib/util/canvasUtil'; import { itemEffectImageCache } from '../../lib/util/customItemEffects'; import { getItem } from '../../lib/util/getOSItem'; import { handleMahojiConfirmation } from '../../lib/util/handleMahojiConfirmation'; @@ -44,7 +45,7 @@ export const paintCommand: OSBMahojiCommand = { } const user = await mUserFetch(userID); - const image = await (await getPaintedItemImage(paint, item.id)).encode('png'); + const image = await canvasToBuffer(await getPaintedItemImage(paint, item.id)); if (!user.bank.has(paint.itemId)) { return { diff --git a/src/mahoji/commands/pay.ts b/src/mahoji/commands/pay.ts index fd172a228df..7326fd0d016 100644 --- a/src/mahoji/commands/pay.ts +++ b/src/mahoji/commands/pay.ts @@ -76,7 +76,7 @@ export const payCommand: OSBMahojiCommand = { guild_id: guildID ? BigInt(guildID) : undefined, sender: BigInt(user.id), recipient: BigInt(recipient.id), - items_sent: bank.bank, + items_sent: bank.toJSON(), items_received: undefined, type: 'trade' } diff --git a/src/mahoji/commands/raid.ts b/src/mahoji/commands/raid.ts index a1b72e02b14..9dc6e21f3c8 100644 --- a/src/mahoji/commands/raid.ts +++ b/src/mahoji/commands/raid.ts @@ -47,7 +47,7 @@ export const raidCommand: OSBMahojiCommand = { { type: ApplicationCommandOptionType.String, name: 'type', - description: 'Choose whether you want to solo or mass.', + description: 'Choose whether you want to solo, mass, or fake mass.', choices: ['solo', 'mass'].map(i => ({ name: i, value: i })), required: true }, @@ -269,7 +269,12 @@ export const raidCommand: OSBMahojiCommand = { channelID }: CommandRunOptions<{ cox?: { - start?: { type: 'solo' | 'mass'; challenge_mode?: boolean; max_team_size?: number; quantity?: number }; + start?: { + type: 'solo' | 'mass'; + challenge_mode?: boolean; + max_team_size?: number; + quantity?: number; + }; stats?: {}; }; tob?: { @@ -371,7 +376,7 @@ export const raidCommand: OSBMahojiCommand = { const team = []; for (let a = 0; a < teamSize; a++) { - team.push({ user, kc: a, attempts: a, roomKCs: kcBank.bank as any }); + team.push({ user, kc: a, attempts: a, roomKCs: kcBank.toJSON() as any }); } const result = createDOATeam({ diff --git a/src/mahoji/commands/rates.ts b/src/mahoji/commands/rates.ts index 0ed69d6cf77..7b11c41bd8d 100644 --- a/src/mahoji/commands/rates.ts +++ b/src/mahoji/commands/rates.ts @@ -1,11 +1,10 @@ import { bold } from '@discordjs/builders'; -import { type CommandRunOptions, calcPerHour, convertBankToPerHourStats, formatDuration } from '@oldschoolgg/toolkit'; +import { type CommandRunOptions, calcPerHour, formatDuration } from '@oldschoolgg/toolkit'; import type { InteractionReplyOptions } from 'discord.js'; import { ApplicationCommandOptionType } from 'discord.js'; -import { Time, increaseNumByPercent, reduceNumByPercent, sumArr } from 'e'; +import { Time, increaseNumByPercent, sumArr } from 'e'; import { uniq } from 'lodash'; -import { Bank } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; +import { Bank, convertBankToPerHourStats } from 'oldschooljs'; import { BathhouseOres, @@ -18,10 +17,7 @@ import { calcAtomicEnergy, divinationEnergies, memoryHarvestTypes } from '../../ import { TuraelsTrialsMethods, calculateTuraelsTrialsInput } from '../../lib/bso/turaelsTrials'; import { ClueTiers } from '../../lib/clues/clueTiers'; import { GLOBAL_BSO_XP_MULTIPLIER, PeakTier } from '../../lib/constants'; -import { Eatables } from '../../lib/data/eatables'; import { inventionBoosts } from '../../lib/invention/inventions'; -import { marketPriceOfBank } from '../../lib/marketPrices'; -import killableMonsters from '../../lib/minions/data/killableMonsters'; import { stoneSpirits } from '../../lib/minions/data/stoneSpirits'; import Agility from '../../lib/skilling/skills/agility'; import { @@ -40,7 +36,7 @@ import Smithing from '../../lib/skilling/skills/smithing'; import { HunterTechniqueEnum } from '../../lib/skilling/types'; import { Gear } from '../../lib/structures/Gear'; import type { BathhouseTaskOptions } from '../../lib/types/minions'; -import { stringMatches, toKMB } from '../../lib/util'; +import { toKMB } from '../../lib/util'; import { calcMaxTripLength } from '../../lib/util/calcMaxTripLength'; import { deferInteraction } from '../../lib/util/interactionReply'; import itemID from '../../lib/util/itemID'; @@ -51,7 +47,6 @@ import { calculateDungeoneeringResult } from '../../tasks/minions/bso/dungeoneer import { memoryHarvestResult, totalTimePerRound } from '../../tasks/minions/bso/memoryHarvestActivity'; import { calculateTuraelsTrialsResult } from '../../tasks/minions/bso/turaelsTrialsActivity'; import { calculateMiningResult } from '../../tasks/minions/miningActivity'; -import { gearstatToSetup, gorajanBoosts } from '../lib/abstracted_commands/minionKill'; import type { OSBMahojiCommand } from '../lib/util'; import { calculateHunterInput } from './hunt'; import { calculateMiningInput } from './mine'; @@ -130,26 +125,6 @@ export const ratesCommand: OSBMahojiCommand = { } ] }, - { - type: ApplicationCommandOptionType.SubcommandGroup, - name: 'monster', - description: 'Check monster loot rates.', - options: [ - { - type: ApplicationCommandOptionType.Subcommand, - name: 'monster', - description: 'Check monster.', - options: [ - { - type: ApplicationCommandOptionType.String, - name: 'name', - description: 'The name of the monster.', - required: true - } - ] - } - ] - }, { type: ApplicationCommandOptionType.SubcommandGroup, name: 'misc', @@ -176,7 +151,6 @@ export const ratesCommand: OSBMahojiCommand = { hunter?: {}; turaels_trials?: {}; }; - monster?: { monster?: { name: string } }; tames?: { eagle?: {} }; misc?: { zygomite_seeds?: {} }; minigames?: { baxtorian_bathhouses?: {} }; @@ -298,116 +272,6 @@ ${zygomiteFarmingSource }; } - if (options.monster?.monster) { - const monster = killableMonsters.find(m => stringMatches(m.name, options.monster!.monster!.name)); - if (!monster) { - return 'Invalid monster.'; - } - - let { timeToFinish } = monster; - // 10% for learning - timeToFinish = reduceNumByPercent(timeToFinish, 10); - - timeToFinish /= 2; - - if (monster.pohBoosts) { - const totalBoostPercent = sumArr(Object.values(monster.pohBoosts).map(val => Object.values(val)[0])); - timeToFinish = reduceNumByPercent(timeToFinish, totalBoostPercent); - } - - if (monster.itemInBankBoosts) { - const boosts = sumArr(monster.itemInBankBoosts.map(b => Object.values(b)[0])); - timeToFinish = reduceNumByPercent(timeToFinish, boosts); - } - - if (!monster.wildy) { - timeToFinish = reduceNumByPercent(timeToFinish, 40); - } else if (monster.wildy) { - timeToFinish /= 3; - } - - timeToFinish = reduceNumByPercent(timeToFinish, 15); - - if (monster.equippedItemBoosts) { - for (const boostSet of monster.equippedItemBoosts) { - const equippedInThisSet = boostSet.items[0]; - if (equippedInThisSet) { - timeToFinish = reduceNumByPercent(timeToFinish, equippedInThisSet.boostPercent); - } - } - } - - const hasBlessing = true; - const hasZealotsAmulet = true; - if (hasZealotsAmulet && hasBlessing) { - timeToFinish *= 0.75; - } else if (hasBlessing) { - timeToFinish *= 0.8; - } - if (monster.wildy && hasZealotsAmulet) { - timeToFinish *= 0.95; - } - - const allGorajan = gorajanBoosts.every(e => user.gear[e[1]].hasEquipped(e[0], true)); - for (const [outfit, setup] of gorajanBoosts) { - if ( - allGorajan || - (gearstatToSetup.get(monster.attackStyleToUse) === setup && - user.gear[setup].hasEquipped(outfit, true)) - ) { - timeToFinish *= 0.9; - break; - } - } - - timeToFinish *= 0.85; - - timeToFinish *= 0.9; - - const bestFood = Eatables.filter(e => e.pvmBoost !== undefined).sort((a, b) => b.pvmBoost! - a.pvmBoost!)[0] - .pvmBoost; - timeToFinish = reduceNumByPercent(timeToFinish, bestFood!); - - const sampleSize = 100_000; - const boostedSize = increaseNumByPercent(sampleSize, 25); - - const loot = monster.table.kill(boostedSize, {}); - const totalTime = timeToFinish * sampleSize; - - let str = `${monster.name}\n`; - - const results: { item: Item; qty: number; perHour: number; valuePerHour: number }[] = []; - for (const [item, qty] of loot.items()) { - const perHour = calcPerHour(qty, totalTime); - const valuePerHour = calcPerHour(marketPriceOfBank(new Bank().add(item, qty)), totalTime); - results.push({ item, qty, perHour, valuePerHour }); - } - results.sort((a, b) => b.valuePerHour - a.valuePerHour); - str += '\nTop 10 most valuable item drops:\n'; - for (const { item, perHour, valuePerHour } of results.slice(0, 10)) { - str += `${item.name}: ${perHour.toFixed(2)}/hr ${toKMB(valuePerHour)} GP/hr\n`; - } - - str += '\n'; - - str += `Each kill takes ${formatDuration(timeToFinish)}, killing ${calcPerHour(sampleSize, totalTime)}/hr.`; - str += '\n'; - - str += `Based on market/bot prices, this monster produces ${toKMB( - calcPerHour(marketPriceOfBank(loot), totalTime) - )}/hr in GP.`; - - str += '\n\nAssumes max learning, poh boosts, all item boosts, DWWH/HFB, Ori.'; - return { - content: str, - files: [ - { - attachment: Buffer.from(`${results.map(i => [i.item.name, i.qty, i.perHour]).join('\n')}`), - name: `result-${monster.name}.txt` - } - ] - }; - } if (options.xphr?.hunter) { let results = `${[ 'Creature', @@ -555,7 +419,11 @@ ${zygomiteFarmingSource for (const method of TuraelsTrialsMethods) { const input = calculateTuraelsTrialsInput({ maxTripLength, method, isUsingBloodFury: true }); - const result = calculateTuraelsTrialsResult({ quantity: input.quantity, method }); + const result = calculateTuraelsTrialsResult({ + quantity: input.quantity, + method, + duration: maxTripLength + }); const { duration } = input; if (input.chargeBank.amount('scythe_of_vitur_charges') !== 0) { input.cost.add('Scythe of vitur', input.chargeBank.amount('scythe_of_vitur_charges')); @@ -616,7 +484,7 @@ ${zygomiteFarmingSource const smeltedOre = Smithing.Bars.find( o => - o.inputOres.bank[ore.id] && + o.inputOres.has(ore.id) && o.inputOres.items().filter(i => i[0].name !== 'Coal').length === 1 ); if (usingAdze && (!smeltedOre || isPowerminingInput)) continue; diff --git a/src/mahoji/commands/rp.ts b/src/mahoji/commands/rp.ts index bc8dfc9993c..2cc50966e4c 100644 --- a/src/mahoji/commands/rp.ts +++ b/src/mahoji/commands/rp.ts @@ -7,8 +7,7 @@ import { Duration } from '@sapphire/time-utilities'; import { SnowflakeUtil, codeBlock } from 'discord.js'; import { ApplicationCommandOptionType } from 'discord.js'; import { Time, objectValues, randArrItem, sumArr } from 'e'; -import { Bank } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; +import { Bank, type Item } from 'oldschooljs'; import { ADMIN_IDS, OWNER_IDS, SupportServer, production } from '../../config'; import { BitField, Channel, globalConfig } from '../../lib/constants'; @@ -20,12 +19,14 @@ import { unEquipAllCommand } from '../../lib/minions/functions/unequipAllCommand import { unequipPet } from '../../lib/minions/functions/unequipPet'; import { premiumPatronTime } from '../../lib/premiumPatronTime'; +import { writeHeapSnapshot } from 'node:v8'; +import { Stopwatch } from '@oldschoolgg/toolkit/structures'; +import { sql } from '../../lib/postgres'; import { runRolesTask } from '../../lib/rolesTask'; import { TeamLoot } from '../../lib/simulation/TeamLoot'; import { SkillsEnum } from '../../lib/skilling/types'; import type { ItemBank } from '../../lib/types'; import { isValidDiscordSnowflake } from '../../lib/util'; -import getOSItem from '../../lib/util/getOSItem'; import { handleMahojiConfirmation } from '../../lib/util/handleMahojiConfirmation'; import { deferInteraction } from '../../lib/util/interactionReply'; import itemIsTradeable from '../../lib/util/itemIsTradeable'; @@ -176,6 +177,104 @@ const actions = [ run: async () => { return usernameSync(); } + }, + { + name: 'heap_dump', + allowed: (user: MUser) => ADMIN_IDS.includes(user.id) || OWNER_IDS.includes(user.id), + run: async () => { + writeHeapSnapshot(); + return 'done'; + } + }, + { + name: 'force_garbage_collection', + allowed: (user: MUser) => ADMIN_IDS.includes(user.id) || OWNER_IDS.includes(user.id), + run: async () => { + const timer = new Stopwatch(); + for (let i = 0; i < 3; i++) { + gc!(); + } + return `Garbage collection took ${timer.stop()}`; + } + }, + { + name: 'prismadebug', + allowed: (user: MUser) => ADMIN_IDS.includes(user.id) || OWNER_IDS.includes(user.id), + run: async () => { + const debugs = [ + { + name: 'pgjs activity select', + run: async () => { + await sql` + SELECT * FROM activity WHERE completed = false AND finish_date < NOW() LIMIT 5; + `; + } + }, + { + name: 'Raw Activity Select', + run: async () => { + await prisma.$queryRawUnsafe( + 'SELECT * FROM activity WHERE completed = false AND finish_date < NOW() LIMIT 5;' + ); + } + }, + { + name: 'Prisma Activity Select', + run: async () => { + await prisma.activity.findMany({ + where: { + completed: false, + finish_date: { + lt: new Date() + } + }, + take: 5 + }); + } + }, + { + name: 'pgjs user select', + run: async () => { + await sql` + SELECT * FROM users WHERE id = '157797566833098752'; + `; + } + }, + { + name: 'muserfetch', + run: async () => { + await mUserFetch('157797566833098752'); + } + }, + { + name: 'raw user fetch', + run: async () => { + await prisma.$queryRawUnsafe("SELECT * FROM users WHERE id = '157797566833098752';"); + } + } + ]; + + let res = ''; + for (const debug of debugs) { + const results = []; + for (let i = 0; i < 500; i++) { + const start = performance.now(); + await debug.run(); + const end = performance.now(); + results.push(end - start); + } + const avg = results.reduce((a, b) => a + b, 0) / results.length; + const max = Math.max(...results); + const min = Math.min(...results); + const median = results.sort((a, b) => a - b)[Math.floor(results.length / 2)]; + const obj = { avg, max, min, median }; + res += `${debug.name} took ${Object.entries(obj) + .map(t => `${t[0]}: ${t[1].toFixed(2)}ms`) + .join(' | ')}\n`; + } + + return res; + } } ]; @@ -667,7 +766,7 @@ Date: ${dateFm(date)}`; const userToCheck = await mUserFetch(options.player.viewbank.user.user.id); const bank = userToCheck.allItemsOwned; if (options.player?.viewbank.json) { - const json = JSON.stringify(bank.bank); + const json = JSON.stringify(bank.toJSON()); if (json.length > 1900) { return { files: [{ attachment: Buffer.from(json), name: 'bank.json' }] }; } @@ -866,38 +965,26 @@ Date: ${dateFm(date)}`; let recvValueLast100 = 0; // We use Object.entries(bank) instead of bank.items() so we can filter out deleted/broken items: - for (const [itemId, qty] of Object.entries(sentBank.bank)) { - try { - const item = getOSItem(Number(itemId)); - const marketData = marketPricemap.get(item.id); - if (marketData) { - sentValueGuide += marketData.guidePrice * qty; - sentValueLast100 += marketData.averagePriceLast100 * qty; - } else { - const { price } = sellPriceOfItem(item, 0); - sentValueGuide += price * qty; - sentValueLast100 += price * qty; - } - } catch (e) { - // This means item doesn't exist at this point in time. - delete sentBank.bank[itemId]; + for (const [item, qty] of sentBank.items()) { + const marketData = marketPricemap.get(item.id); + if (marketData) { + sentValueGuide += marketData.guidePrice * qty; + sentValueLast100 += marketData.averagePriceLast100 * qty; + } else { + const { price } = sellPriceOfItem(item, 0); + sentValueGuide += price * qty; + sentValueLast100 += price * qty; } } - for (const [itemId, qty] of Object.entries(recvBank.bank)) { - try { - const item = getOSItem(Number(itemId)); - const marketData = marketPricemap.get(item.id); - if (marketData) { - recvValueGuide += marketData.guidePrice * qty; - recvValueLast100 += marketData.averagePriceLast100 * qty; - } else { - const { price } = sellPriceOfItem(item, 0); - recvValueGuide += price * qty; - recvValueLast100 += price * qty; - } - } catch (e) { - // This means item doesn't exist at this point in time. - delete recvBank.bank[itemId]; + for (const [item, qty] of recvBank.items()) { + const marketData = marketPricemap.get(item.id); + if (marketData) { + recvValueGuide += marketData.guidePrice * qty; + recvValueLast100 += marketData.averagePriceLast100 * qty; + } else { + const { price } = sellPriceOfItem(item, 0); + recvValueGuide += price * qty; + recvValueLast100 += price * qty; } } totalsSent.add(row.sender_id, 'Coins', sentValueLast100); diff --git a/src/mahoji/commands/runecraft.ts b/src/mahoji/commands/runecraft.ts index feff23763c9..ce2ead494fd 100644 --- a/src/mahoji/commands/runecraft.ts +++ b/src/mahoji/commands/runecraft.ts @@ -267,7 +267,7 @@ export const runecraftCommand: OSBMahojiCommand = { imbueCasts = numberOfInventories; } else { removeTalismanAndOrRunes.add(runeObj.inputTalisman.clone().multiply(numberOfInventories)); - if (!bank.has(removeTalismanAndOrRunes.bank)) { + if (!bank.has(removeTalismanAndOrRunes)) { return `You need enough Magic Imbue runes and 82 Magic, *or* Talismans to craft this rune. You don't have enough talismans for this trip. You need ${runeObj.inputTalisman .clone() .multiply(numberOfInventories)}.`; diff --git a/src/mahoji/commands/simulate.ts b/src/mahoji/commands/simulate.ts index eb1978c27cb..66e7e8d675b 100644 --- a/src/mahoji/commands/simulate.ts +++ b/src/mahoji/commands/simulate.ts @@ -2,14 +2,14 @@ import type { CommandRunOptions } from '@oldschoolgg/toolkit'; import type { CommandResponse } from '@oldschoolgg/toolkit'; import { ApplicationCommandOptionType } from 'discord.js'; import { randInt, roll } from 'e'; -import { Bank } from 'oldschooljs'; +import { Bank, averageBank } from 'oldschooljs'; import { ChambersOfXeric } from 'oldschooljs/dist/simulation/misc'; import { toKMB } from 'oldschooljs/dist/util'; import { PerkTier } from '@oldschoolgg/toolkit'; import { ColosseumWaveBank, startColosseumRun } from '../../lib/colosseum'; import pets from '../../lib/data/pets'; -import { assert, averageBank, formatDuration } from '../../lib/util'; +import { assert, formatDuration } from '../../lib/util'; import { deferInteraction } from '../../lib/util/interactionReply'; import { makeBankImage } from '../../lib/util/makeBankImage'; import type { OSBMahojiCommand } from '../lib/util'; @@ -51,16 +51,23 @@ function simulateColosseumRuns(samples = 100) { attempts++; const result = startColosseumRun({ kcBank, - hasScythe: true, - hasTBow: true, + hasScythe: false, + hasTBow: false, hasVenBow: true, hasBF: false, hasClaws: true, hasSGS: true, - hasTorture: true, + hasTorture: false, scytheCharges: 300, venatorBowCharges: 50, - bloodFuryCharges: 0 + bloodFuryCharges: 0, + voidCharges: 35, + hasVoidStaff: true, + hasHFB: true, + hasSungodAxe: true, + hasGora: true, + hasBHook: true, + hasBulwark: true }); totalDuration += result.realDuration; kcBank.add(result.addedWaveKCBank); diff --git a/src/mahoji/commands/tames.ts b/src/mahoji/commands/tames.ts index ef3ec086144..cc5d08243ce 100644 --- a/src/mahoji/commands/tames.ts +++ b/src/mahoji/commands/tames.ts @@ -1,7 +1,6 @@ import { readFileSync } from 'node:fs'; import { readFile } from 'node:fs/promises'; import { bold, time } from '@discordjs/builders'; -import { Canvas, type Image, type SKRSContext2D, loadImage } from '@napi-rs/canvas'; import { mentionCommand } from '@oldschoolgg/toolkit'; import type { CommandResponse, CommandRunOptions } from '@oldschoolgg/toolkit'; import { type Tame, tame_growth } from '@prisma/client'; @@ -56,7 +55,15 @@ import { stringMatches } from '../../lib/util'; import { patronMaxTripBonus } from '../../lib/util/calcMaxTripLength'; -import { fillTextXTimesInCtx, getClippedRegionImage } from '../../lib/util/canvasUtil'; +import { + type CanvasContext, + type CanvasImage, + canvasToBuffer, + createCanvas, + fillTextXTimesInCtx, + getClippedRegionImage, + loadImage +} from '../../lib/util/canvasUtil'; import getOSItem, { getItem } from '../../lib/util/getOSItem'; import { handleMahojiConfirmation } from '../../lib/util/handleMahojiConfirmation'; import { makeBankImage } from '../../lib/util/makeBankImage'; @@ -74,6 +81,7 @@ import { } from '../../lib/util/tameUtil'; import { updateBankSetting } from '../../lib/util/updateBankSetting'; import { arbitraryTameActivities } from '../../tasks/tames/tameTasks'; +import { getItemCostFromConsumables } from '../lib/abstracted_commands/minionKill/handleConsumables'; import { collectables } from '../lib/collectables'; import type { OSBMahojiCommand } from '../lib/util'; @@ -265,18 +273,18 @@ const tameImageReplacementEasterEggs = [ let sprites: { base: { - image: Image; - slot: Image; - selectedSlot: Image; - shinyIcon: Image; + image: CanvasImage; + slot: CanvasImage; + selectedSlot: CanvasImage; + shinyIcon: CanvasImage; }; tames: { id: number; name: string; - image: Image; - sprites: { type: number; growthStage: Record }[]; + image: CanvasImage; + sprites: { type: number; growthStage: Record }[]; }[]; - gearIconBg: Image; + gearIconBg: CanvasImage; }; async function initSprites() { const tameSpriteBase = await loadImage(await readFile('./src/lib/resources/images/tames/tame_sprite.png')); @@ -336,7 +344,7 @@ async function initSprites() { } initSprites(); -function drawText(ctx: SKRSContext2D, text: string, x: number, y: number) { +function drawText(ctx: CanvasContext, text: string, x: number, y: number) { const baseFill = ctx.fillStyle; ctx.fillStyle = '#000000'; fillTextXTimesInCtx(ctx, text, x, y + 1); @@ -388,7 +396,7 @@ export async function tameImage(user: MUser): CommandResponse { const tamesPerLine = 3; - const canvas = new Canvas( + const canvas = createCanvas( 12 + 10 + (256 + 10) * Math.min(userTames.length, tamesPerLine), 12 + 10 + (128 + 10) * Math.ceil(userTames.length / tamesPerLine) ); @@ -553,7 +561,7 @@ export async function tameImage(user: MUser): CommandResponse { const rawBadges = user.user.badges; const badgesStr = rawBadges.map(num => badges[num]).join(' '); - const buffer = await canvas.encode('png'); + const buffer = await canvasToBuffer(canvas); return { content: `${badgesStr}${user.usernameOrMention}, ${ @@ -569,7 +577,9 @@ export async function removeRawFood({ healPerAction, monster, quantity, - tame + tame, + timeToFinish, + maxTripLength }: { user: MUser; totalHealingNeeded: number; @@ -578,6 +588,8 @@ export async function removeRawFood({ monster: TameKillableMonster; quantity: number; tame: Tame; + timeToFinish: number; + maxTripLength: number; }): Promise<{ success: false; str: string } | { success: true; str: string; removed: Bank }> { totalHealingNeeded = increaseNumByPercent(totalHealingNeeded, 25); healPerAction = increaseNumByPercent(healPerAction, 25); @@ -598,7 +610,7 @@ export async function removeRawFood({ } const foodToRemove = getUserFoodFromBank({ - user, + gearBank: user.gearBank, totalHealingNeeded, favoriteFood: user.user.favorite_food, raw: true @@ -615,12 +627,16 @@ export async function removeRawFood({ } const itemCost = foodToRemove; if (monster.itemCost) { - if (monster.itemCost.qtyPerKill) { - for (const [item, qty] of monster.itemCost.itemCost.items()) { - itemCost.add(item.id, Math.ceil(qty * monster.itemCost.qtyPerKill * quantity)); - } - } else { - itemCost.add(monster.itemCost.itemCost.clone().multiply(quantity)); + const costs = getItemCostFromConsumables({ + consumableCosts: Array.isArray(monster.itemCost) ? monster.itemCost : [monster.itemCost], + gearBank: user.gearBank, + timeToFinish, + maxTripLength, + inputQuantity: quantity, + slayerKillsRemaining: null + }); + if (costs?.itemCost) { + itemCost.add(costs?.itemCost); } } if (!user.owns(itemCost)) { @@ -632,7 +648,7 @@ export async function removeRawFood({ id: tame.id }, data: { - total_cost: new Bank(tame.total_cost as ItemBank).add(itemCost).bank + total_cost: new Bank(tame.total_cost as ItemBank).add(itemCost).toJSON() } }); @@ -725,8 +741,8 @@ async function mergeCommand(user: MUser, interaction: ChatInputCommandInteractio } const mergeStuff = { - totalLoot: new Bank(tame!.max_total_loot as ItemBank).add(toSelect.totalLoot).bank, - fedItems: new Bank(tame!.fed_items as ItemBank).add(toSelect.fedItems).bank, + totalLoot: new Bank(tame!.max_total_loot as ItemBank).add(toSelect.totalLoot).toJSON(), + fedItems: new Bank(tame!.fed_items as ItemBank).add(toSelect.fedItems).toJSON(), maxCombatLevel: Math.max(tame!.max_combat_level, toSelect.maxCombatLevel), maxArtisanLevel: Math.max(tame!.max_artisan_level, toSelect.maxArtisanLevel), maxGathererLevel: Math.max(tame!.max_gatherer_level, toSelect.maxGathererLevel), @@ -865,7 +881,10 @@ Your tame will gain between (inclusively) ${levelRange[0]} and ${levelRange[1]} id: tame.id }, data: { - fed_items: new Bank().add(tame.fed_items as ItemBank).add(bankToAdd).bank + fed_items: new Bank() + .add(tame.fed_items as ItemBank) + .add(bankToAdd) + .toJSON() } }); @@ -917,7 +936,10 @@ Note: Some items must be equipped to your tame, not fed. Check that you are feed id: tame.id }, data: { - fed_items: new Bank().add(tame.fed_items as ItemBank).add(bankToAdd).bank + fed_items: new Bank() + .add(tame.fed_items as ItemBank) + .add(bankToAdd) + .toJSON() } }); @@ -1022,7 +1044,9 @@ async function killCommand(user: MUser, channelID: string, str: string) { user, monster, quantity, - tame + tame, + timeToFinish: speed, + maxTripLength }); if (!foodRes.success) { return foodRes.str; @@ -1284,7 +1308,7 @@ async function monkeyMagicHandler( id: tame.id }, data: { - total_cost: new Bank(tame.total_cost as ItemBank).add(finalCost).bank + total_cost: new Bank(tame.total_cost as ItemBank).add(finalCost).toJSON() } }); await updateBankSetting('economyStats_PVMCost', finalCost); @@ -1300,7 +1324,7 @@ async function monkeyMagicHandler( itemID: spellOptions.itemID, quantity, spellID: spellOptions.spell.id, - loot: spellOptions.lootPerItem.clone().multiply(quantity).bank + loot: spellOptions.lootPerItem.clone().multiply(quantity).toJSON() }, type: TameType.Gatherer, duration, @@ -1588,7 +1612,7 @@ export function determineTameClueResult({ maxTripLength += extraTripLength; - let timePerClue = clueTier.timeToFinish * 1.3; + let timePerClue = clueTier.timeToFinish * 1.15; const s = exponentialPercentScale(supportLevel, 0.03); const base = exponentialPercentScale(50, 0.03); diff --git a/src/mahoji/commands/testpotato.ts b/src/mahoji/commands/testpotato.ts index e43c9ee156c..580d96ef2a0 100644 --- a/src/mahoji/commands/testpotato.ts +++ b/src/mahoji/commands/testpotato.ts @@ -1,10 +1,14 @@ -import { type CommandRunOptions, mentionCommand } from '@oldschoolgg/toolkit'; -import { Bank, Items } from 'oldschooljs'; +import { mentionCommand } from '@oldschoolgg/toolkit'; +import type { CommandRunOptions } from '@oldschoolgg/toolkit'; +import type { Prisma } from '@prisma/client'; +import { activity_type_enum, tame_growth, xp_gains_skill_enum } from '@prisma/client'; +import type { User } from 'discord.js'; +import { ApplicationCommandOptionType } from 'discord.js'; +import { Time, noOp } from 'e'; +import { Bank, Items, calcDropRatesFromBankWithoutUniques } from 'oldschooljs'; import { convertLVLtoXP, itemID, toKMB } from 'oldschooljs/dist/util'; -import { type Prisma, activity_type_enum, tame_growth, xp_gains_skill_enum } from '@prisma/client'; -import { ApplicationCommandOptionType, type User } from 'discord.js'; -import { Time, noOp } from 'e'; +import { resolveItems } from 'oldschooljs/dist/util/util'; import { production } from '../../config'; import { mahojiUserSettingsUpdate } from '../../lib/MUser'; import { BathhouseOres, BathwaterMixtures } from '../../lib/baxtorianBathhouses'; @@ -46,7 +50,6 @@ import { getUsersCurrentSlayerInfo } from '../../lib/slayer/slayerUtil'; import { allSlayerMonsters } from '../../lib/slayer/tasks'; import { TameSpeciesID, tameFeedableItems, tameSpecies } from '../../lib/tames'; import { stringMatches } from '../../lib/util'; -import { calcDropRatesFromBankWithoutUniques } from '../../lib/util/calcDropRatesFromBank'; import { elderRequiredClueCLItems, elderSherlockItems } from '../../lib/util/elderClueRequirements'; import { type FarmingPatchName, @@ -59,7 +62,6 @@ import getOSItem from '../../lib/util/getOSItem'; import { deferInteraction } from '../../lib/util/interactionReply'; import { logError } from '../../lib/util/logError'; import { parseStringBank } from '../../lib/util/parseStringBank'; -import resolveItems from '../../lib/util/resolveItems'; import { getUsersTame } from '../../lib/util/tameUtil'; import { userEventToStr } from '../../lib/util/userEvents'; import { getPOH } from '../lib/abstracted_commands/pohCommand'; @@ -77,6 +79,8 @@ export async function giveMaxStats(user: MUser) { for (const skill of Object.values(xp_gains_skill_enum)) { updates[`skills_${skill}`] = convertLVLtoXP(120); } + const materials = new MaterialBank(); + for (const t of materialTypes) materials.add(t, 100000000); await user.update({ QP: MAX_QP, slayer_points: 50_000, @@ -85,6 +89,7 @@ export async function giveMaxStats(user: MUser) { carpenter_points: 5_000_000, zeal_tokens: 500_000, lms_points: 500_000, + materials_owned: materials.bank, ...updates }); } @@ -956,7 +961,7 @@ ${droprates.join('\n')}`), }, data: { growth_stage: tame_growth.adult, - fed_items: fedItems.bank + fed_items: fedItems.toJSON() } }); if (tame.species_id === TameSpeciesID.Igne) { @@ -1101,13 +1106,7 @@ ${droprates.join('\n')}`), Spawned an adult of each tame, fed them all applicable items, and spawned ALL their equippable items into your bank (but not equipped).`; } - if (options.gear) { - const gear = gearPresets.find(i => stringMatches(i.name, options.gear!.preset))!; - await user.update({ - [`gear_${options.gear.gear_setup}`]: gear.gear as any - }); - return `Set your gear for ${gear.name}.`; - } + if (options.reset) { const resettable = thingsToReset.find(i => i.name === options.reset?.thing); if (!resettable) return 'Invalid thing to reset.'; diff --git a/src/mahoji/commands/tools.ts b/src/mahoji/commands/tools.ts index e7dac3176ca..a87276376e0 100644 --- a/src/mahoji/commands/tools.ts +++ b/src/mahoji/commands/tools.ts @@ -39,12 +39,15 @@ import { generateXPLevelQuestion, getUsername, isGroupActivity, + isInSupportServer, isNexActivity, isRaidsActivity, isTOBOrTOAActivity, itemID, itemNameFromID, + parseStaticTimeInterval, roll, + staticTimeIntervals, stringMatches } from '../../lib/util'; import { findGroupOfUser } from '../../lib/util/findGroupOfUser'; @@ -69,9 +72,6 @@ import { itemOption, monsterOption, skillOption } from '../lib/mahojiCommandOpti import type { OSBMahojiCommand } from '../lib/util'; import { patronMsg } from '../mahojiSettings'; -const INTERVAL_DAY = 'day'; -const INTERVAL_WEEK = 'week'; -const INTERVAL_MONTH = 'month'; const skillsVals = Object.values(Skills); function dateDiff(first: number, second: number) { @@ -170,23 +170,13 @@ ${whereInMassClause(id)};`) } async function clueGains(interval: string, tier?: string, ironmanOnly?: boolean) { + if (!parseStaticTimeInterval(interval)) { + return 'Invalid time interval.'; + } + let tierFilter = ''; let title = ''; - let intervalValue = ''; - - switch (interval.toLowerCase()) { - case INTERVAL_DAY: - intervalValue = 'day'; - break; - case INTERVAL_WEEK: - intervalValue = 'week'; - break; - case INTERVAL_MONTH: - intervalValue = 'month'; - break; - default: - return 'Invalid time interval.'; - } + if (tier) { const clueTier = ClueTiers.find(t => t.name.toLowerCase() === tier.toLowerCase()); if (!clueTier) return 'Invalid clue scroll tier.'; @@ -201,7 +191,7 @@ async function clueGains(interval: string, tier?: string, ironmanOnly?: boolean) FROM activity a JOIN users u ON a.user_id::text = u.id WHERE a.type = 'ClueCompletion' - AND a.finish_date >= now() - interval '1 ${intervalValue}' AND a.completed = true + AND a.finish_date >= now() - interval '1 ${interval}' AND a.completed = true ${ironmanOnly ? ' AND u."minion.ironman" = true' : ''} ${tierFilter} GROUP BY a.user_id @@ -268,27 +258,15 @@ async function executeXPGainsQuery( } async function xpGains(interval: string, skill?: string, ironmanOnly?: boolean) { - let intervalValue = ''; - - switch (interval.toLowerCase()) { - case INTERVAL_DAY: - intervalValue = 'day'; - break; - case INTERVAL_WEEK: - intervalValue = 'week'; - break; - case INTERVAL_MONTH: - intervalValue = 'month'; - break; - default: - return 'Invalid time interval.'; + if (!parseStaticTimeInterval(interval)) { + return 'Invalid time interval.'; } const skillObj = skill ? skillsVals.find(_skill => _skill.aliases.some(name => stringMatches(name, skill))) : undefined; - const xpRecords = await executeXPGainsQuery(intervalValue, skillObj?.id, Boolean(ironmanOnly)); + const xpRecords = await executeXPGainsQuery(interval, skillObj?.id, Boolean(ironmanOnly)); if (xpRecords.length === 0) { return 'No results found.'; @@ -311,23 +289,12 @@ async function xpGains(interval: string, skill?: string, ironmanOnly?: boolean) return { embeds: [embed.data] }; } -async function kcGains(interval: string, monsterName: string, ironmanOnly?: boolean): CommandResponse { - let intervalValue = ''; - - switch (interval.toLowerCase()) { - case INTERVAL_DAY: - intervalValue = 'day'; - break; - case INTERVAL_WEEK: - intervalValue = 'week'; - break; - case INTERVAL_MONTH: - intervalValue = 'month'; - break; - default: - return 'Invalid time interval.'; +export async function kcGains(interval: string, monsterName: string, ironmanOnly?: boolean): CommandResponse { + if (!parseStaticTimeInterval(interval)) { + return 'Invalid time interval.'; } - const monster = killableMonsters.find( + + const monster = effectiveMonsters.find( k => stringMatches(k.name, monsterName) || k.aliases.some(a => stringMatches(a, monsterName)) ); @@ -335,32 +302,36 @@ async function kcGains(interval: string, monsterName: string, ironmanOnly?: bool return 'Invalid monster.'; } + const queryActivityType = killableMonsters.some(k => k.name === monster.name) + ? `'MonsterKilling' AND (a."data"->>'mi')::int = ${monster.id}` + : `'${monster.name.replace(/\s+/g, '')}'`; + const query = ` - SELECT a.user_id::text, SUM((a."data"->>'q')::int) AS qty, MAX(a.finish_date) AS lastDate + SELECT a.user_id::text, SUM(COALESCE((a."data"->>'q')::int, (a."data"->>'quantity')::int, (a."data"->>'qty')::int)) AS qty, MAX(a.finish_date) AS lastDate FROM activity a JOIN users u ON a.user_id::text = u.id - WHERE a.type = 'MonsterKilling' AND (a."data"->>'mi')::int = ${monster.id} - AND a.finish_date >= now() - interval '1 ${intervalValue}' -- Corrected interval usage + WHERE a.type = ${queryActivityType} + AND a.finish_date >= now() - interval '1 ${interval}' AND a.completed = true ${ironmanOnly ? ' AND u."minion.ironman" = true' : ''} GROUP BY a.user_id ORDER BY qty DESC, lastDate ASC LIMIT 10`; + const res = await prisma.$queryRawUnsafe<{ user_id: string; qty: number }[]>(query); if (res.length === 0) { return 'No results found.'; } - let place = 0; const embed = new EmbedBuilder() .setTitle(`Highest ${monster.name} KC gains in the past ${interval}`) .setDescription( ( await Promise.all( res.map( - async (i: any) => - `${++place}. **${await getUsername(i.user_id)}**: ${Number(i.qty).toLocaleString()}` + async (i, index) => + `${index + 1}. **${await getUsername(i.user_id)}**: ${Number(i.qty).toLocaleString()}` ) ) ).join('\n') @@ -392,6 +363,9 @@ export function spawnLampIsReady(user: MUser, channelID: string): [true] | [fals return [true]; } async function spawnLampCommand(user: MUser, channelID: string): CommandResponse { + if (!isInSupportServer(channelID)) { + return 'You can only use this command in the support server.'; + } const isAdmin = OWNER_IDS.includes(user.id) || ADMIN_IDS.includes(user.id); const [lampIsReady, reason] = isAdmin ? [true, ''] : spawnLampIsReady(user, channelID); if (!lampIsReady && reason) return reason; @@ -971,7 +945,7 @@ export const toolsCommand: OSBMahojiCommand = { name: 'time', description: 'The time period.', required: true, - choices: ['day', 'week', 'month'].map(i => ({ name: i, value: i })) + choices: staticTimeIntervals.map(i => ({ name: i, value: i })) }, { type: ApplicationCommandOptionType.String, diff --git a/src/mahoji/commands/trade.ts b/src/mahoji/commands/trade.ts index 3a958d2e9ab..f553f1c5e4c 100644 --- a/src/mahoji/commands/trade.ts +++ b/src/mahoji/commands/trade.ts @@ -139,8 +139,8 @@ Both parties must click confirm to make the trade.`, guild_id: BigInt(guildID), sender: BigInt(senderUser.id), recipient: BigInt(recipientUser.id), - items_sent: itemsSent.bank, - items_received: itemsReceived.bank, + items_sent: itemsSent.toJSON(), + items_received: itemsReceived.toJSON(), type: 'trade' } }); diff --git a/src/mahoji/lib/abstracted_commands/agilityArenaCommand.ts b/src/mahoji/lib/abstracted_commands/agilityArenaCommand.ts index 5a9d20c3c70..23d3cf442cd 100644 --- a/src/mahoji/lib/abstracted_commands/agilityArenaCommand.ts +++ b/src/mahoji/lib/abstracted_commands/agilityArenaCommand.ts @@ -1,42 +1,17 @@ import type { CommandResponse } from '@oldschoolgg/toolkit'; import { Bank } from 'oldschooljs'; +import { Time } from 'e'; import { KaramjaDiary, userhasDiaryTier } from '../../../lib/diaries'; import { SkillsEnum } from '../../../lib/skilling/types'; import type { MinigameActivityTaskOptionsWithNoChanges } from '../../../lib/types/minions'; import { formatDuration, stringMatches } from '../../../lib/util'; import addSubTaskToActivityTask from '../../../lib/util/addSubTaskToActivityTask'; import { calcMaxTripLength } from '../../../lib/util/calcMaxTripLength'; -import { mahojiChatHead, newChatHeadImage } from '../../../lib/util/chatHeadImage'; +import { mahojiChatHead } from '../../../lib/util/chatHeadImage'; import getOSItem from '../../../lib/util/getOSItem'; import { userHasGracefulEquipped } from '../../mahojiSettings'; -export const agilityArenaBuyables = [ - { - item: getOSItem('Toadflax'), - cost: 3, - aliases: [] - }, - { - item: getOSItem('Snapdragon'), - cost: 10, - aliases: [] - }, - { - item: getOSItem("Pirate's hook"), - cost: 800, - aliases: ['pirates'] - } -]; - -const ticketQuantities = { - 1: 240, - 10: 248, - 25: 260, - 100: 280, - 1000: 320 -}; - const plainGraceful = new Bank({ 'Graceful hood': 1, 'Graceful top': 1, @@ -55,17 +30,49 @@ const brimhavenGraceful = new Bank({ 'Brimhaven graceful cape': 1 }).freeze(); -export function determineXPFromTickets(qty: number, user: MUser, hasDiary: boolean) { - let baseXP = ticketQuantities[qty as keyof typeof ticketQuantities] ?? ticketQuantities[1000]; - // The experience reward from the tickets is increased by 5 per ticket for each Agility level above 40. - baseXP += 5 * (user.skillLevel(SkillsEnum.Agility) - 40); - let xpToGive = baseXP * qty; - if (hasDiary) xpToGive *= 1.1; - return xpToGive; -} +export const agilityArenaBuyables = [ + { + name: 'Toadflax', + cost: 3, + aliases: ['toad', 'flax'] + }, + { + name: 'Snapdragon', + cost: 10, + aliases: ['snap', 'dragon'] + }, + { + name: 'Graceful outfit Recolour', + input: plainGraceful, + output: brimhavenGraceful, + cost: 250, + aliases: ['brim', 'brimhaven', 'grace', 'graceful', 'recolour', 'recolor', 'purple'] + }, + { + name: "Pirate's hook", + cost: 800, + aliases: ['pirates', 'hook'] + }, + { + name: 'Amylase pack', + cost: 60, + aliases: ['ama', 'amylase', 'pack'] + } +]; -export async function agilityArenaCommand(user: MUser, channelID: string): CommandResponse { - const duration = calcMaxTripLength(user, 'AgilityArena'); +export async function agilityArenaCommand( + user: MUser, + channelID: string, + quantity: number | undefined +): CommandResponse { + const userMaxTrip = calcMaxTripLength(user, 'AgilityArena'); + const maxQuantity = userMaxTrip / Time.Minute; + + if (!quantity || quantity * Time.Minute > userMaxTrip) { + quantity = maxQuantity; + } + + const duration = quantity * Time.Minute; if (!userHasGracefulEquipped(user)) { return mahojiChatHead({ @@ -86,7 +93,7 @@ export async function agilityArenaCommand(user: MUser, channelID: string): Comma channelID: channelID.toString(), duration, type: 'AgilityArena', - quantity: 1, + quantity, minigameID: 'agility_arena' }); @@ -100,95 +107,81 @@ export async function agilityArenaCommand(user: MUser, channelID: string): Comma export async function agilityArenaBuyCommand(user: MUser, input: string, qty = 1): CommandResponse { const buyable = agilityArenaBuyables.find( - i => stringMatches(input, i.item.name) || i.aliases.some(alias => stringMatches(alias, input)) + i => stringMatches(input, i.name) || i.aliases.some(alias => stringMatches(alias, input)) ); const { bank } = user; - const amountTicketsHas = bank.amount('Agility arena ticket'); + const amountTicketsHas = bank.amount('Brimhaven voucher'); if (amountTicketsHas === 0) { - return { - files: [ - { - attachment: await newChatHeadImage({ - content: "Are ye serious! You have no tickets, you can't buy anythin!", - head: 'izzy' - }), - name: 'image.jpg' - } - ] - }; + return mahojiChatHead({ + content: "Are ye serious! You have no vouchers, you can't buy anythin!", + head: 'izzy' + }); } if (buyable) { - const cost = qty * buyable.cost; - if (amountTicketsHas < cost) { - return "You don't have enough Agility arena tickets."; + let cost = qty * buyable.cost; + if (buyable.name === 'Graceful outfit Recolour') { + qty = 1; + cost = buyable.cost; + if (!bank.has(plainGraceful)) { + return mahojiChatHead({ + content: "Ye don't have a full set of Graceful in your bank for me to recolor!", + head: 'izzy' + }); + } + if (amountTicketsHas < cost) { + return mahojiChatHead({ + content: `Ye don't have enough vouchers, I charge ${buyable.cost} vouchers for a graceful recoloring.`, + head: 'izzy' + }); + } + } else if (amountTicketsHas < cost) { + return mahojiChatHead({ + content: `Ye don't have enough vouchers, I charge ${buyable.cost * qty} vouchers ${qty}x ${buyable.name}.`, + head: 'izzy' + }); + } + + const itemsToAdd = new Bank(); + const itemsToRemove = new Bank(); + if (buyable.input && buyable.output) { + itemsToAdd.add(buyable.output); + itemsToRemove.add(buyable.input).add('Brimhaven voucher', cost); + } else { + itemsToAdd.add(getOSItem(buyable.name), qty); + itemsToRemove.add('Brimhaven voucher', cost); } await user.transactItems({ - itemsToAdd: new Bank().add(buyable.item.id, qty), - itemsToRemove: new Bank().add('Agility arena ticket', cost), + itemsToAdd, + itemsToRemove, collectionLog: true }); - return `Successfully purchased ${qty}x ${buyable.item.name} for ${cost}x Agility arena tickets.`; + return `Successfully purchased ${qty}x ${buyable.name} for ${cost}x Brimhaven vouchers.`; } return 'Invalid options.'; } -export async function agilityArenaRecolorCommand(user: MUser) { - const { bank } = user; - const ticketCost = 250; - if (!bank.has(plainGraceful)) { - return mahojiChatHead({ - content: "Ye don't have a full set of Graceful in your bank for me to recolor!", - head: 'izzy' - }); - } - - const amountTicketsHas = bank.amount('Agility arena ticket'); - if (amountTicketsHas < ticketCost) { - return mahojiChatHead({ - content: `Ye don't have enough tickets, I charge ${ticketCost} tickets for a recoloring.`, - head: 'izzy' - }); - } - - const cost = new Bank().add('Agility arena ticket', ticketCost).add(plainGraceful); - - await transactItems({ - userID: user.id, - collectionLog: true, - itemsToAdd: brimhavenGraceful, - itemsToRemove: cost - }); - return mahojiChatHead({ - content: "I've recolored ye Graceful set, and taken your tickets!", - head: 'izzy' - }); -} - export async function agilityArenaXPCommand(user: MUser, qty: number): CommandResponse { const amountTicketsHas = user.bank.amount('Agility arena ticket'); - if (!(qty in ticketQuantities)) { - return `You can only redeem tickets for XP at the following quantities: ${Object.keys(ticketQuantities).join( - ', ' - )}.`; + if (amountTicketsHas === 0) { + return "You don't own a single Agility arena tickets. Earn some by participating in the Brimhaven Agility Arena `/minigames agility_arena start `"; } if (amountTicketsHas < qty) { - return "You don't have enough Agility arena tickets."; + qty = amountTicketsHas; } + const [hasKaramjaMed] = await userhasDiaryTier(user, KaramjaDiary.medium); - const xpToGive = determineXPFromTickets(qty, user, hasKaramjaMed); - let str = `Redeemed ${qty}x Agility arena tickets for ${xpToGive.toLocaleString()} Agility XP. (${(xpToGive / qty).toFixed(2)} ea)`; + const xpToGive = (hasKaramjaMed ? 379.5 : 345) * qty; + + const str = `Redeemed ${qty}x Agility arena tickets for ${xpToGive.toLocaleString()} Agility XP. (${(xpToGive / qty).toFixed(2)} ea)`; await transactItems({ userID: user.id, itemsToRemove: new Bank().add('Agility arena ticket', qty) }); await user.addXP({ skillName: SkillsEnum.Agility, amount: xpToGive, artificial: true }); - if (hasKaramjaMed) { - str += '\n\nYou received 10% extra XP for the Karamja Medium Diary.'; - } return str; } diff --git a/src/mahoji/lib/abstracted_commands/alchCommand.ts b/src/mahoji/lib/abstracted_commands/alchCommand.ts index 0ef0c7f8592..928a33e1866 100644 --- a/src/mahoji/lib/abstracted_commands/alchCommand.ts +++ b/src/mahoji/lib/abstracted_commands/alchCommand.ts @@ -1,8 +1,7 @@ import type { ChatInputCommandInteraction } from 'discord.js'; import { Time, clamp } from 'e'; -import { Bank } from 'oldschooljs'; +import { Bank, type Item } from 'oldschooljs'; import { SkillsEnum } from 'oldschooljs/dist/constants'; -import type { Item } from 'oldschooljs/dist/meta/types'; import { resolveItems } from 'oldschooljs/dist/util/util'; import type { AlchingActivityTaskOptions } from '../../../lib/types/minions'; diff --git a/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts b/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts index dadfb684e1d..48ee81dcaba 100644 --- a/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts +++ b/src/mahoji/lib/abstracted_commands/autoSlayCommand.ts @@ -444,7 +444,8 @@ export async function autoSlayCommand({ runCommand({ commandName: 'k', args: { - name: Monsters.get(currentMonID)!.name + name: Monsters.get(currentMonID)!.name, + wilderness: Boolean(usersTask.assignedTask.wilderness) }, bypassInhibitors: true, ...cmdRunOptions @@ -472,7 +473,8 @@ export async function autoSlayCommand({ runCommand({ commandName: 'k', args: { - name: usersTask.assignedTask?.monster.name + name: usersTask.assignedTask.monster.name, + wilderness: Boolean(usersTask.assignedTask.wilderness) }, bypassInhibitors: true, ...cmdRunOptions @@ -498,7 +500,8 @@ export async function autoSlayCommand({ runCommand({ commandName: 'k', args: { - name: usersTask.assignedTask?.monster.name + name: usersTask.assignedTask.monster.name, + wilderness: Boolean(usersTask.assignedTask.wilderness) }, bypassInhibitors: true, ...cmdRunOptions @@ -541,7 +544,7 @@ export async function autoSlayCommand({ if (maxMobName) { runCommand({ commandName: 'k', - args: { name: maxMobName }, + args: { name: maxMobName, wilderness: Boolean(usersTask.assignedTask.wilderness) }, bypassInhibitors: true, ...cmdRunOptions }); @@ -555,7 +558,7 @@ export async function autoSlayCommand({ } await runCommand({ commandName: 'k', - args: { name: usersTask.assignedTask?.monster.name }, + args: { name: usersTask.assignedTask.monster.name, wilderness: Boolean(usersTask.assignedTask.wilderness) }, bypassInhibitors: true, ...cmdRunOptions }); diff --git a/src/mahoji/lib/abstracted_commands/buyKitten.ts b/src/mahoji/lib/abstracted_commands/buyKitten.ts index 0f86d94bb34..20ec1fcbe15 100644 --- a/src/mahoji/lib/abstracted_commands/buyKitten.ts +++ b/src/mahoji/lib/abstracted_commands/buyKitten.ts @@ -1,5 +1,5 @@ import { randArrItem } from 'e'; -import Bank from 'oldschooljs/dist/structures/Bank'; +import { Bank } from 'oldschooljs'; import { kittens } from '../../../lib/growablePets'; import { mahojiChatHead } from '../../../lib/util/chatHeadImage'; diff --git a/src/mahoji/lib/abstracted_commands/cancelGEListingCommand.ts b/src/mahoji/lib/abstracted_commands/cancelGEListingCommand.ts index e8a1dd14ba5..1a87b149142 100644 --- a/src/mahoji/lib/abstracted_commands/cancelGEListingCommand.ts +++ b/src/mahoji/lib/abstracted_commands/cancelGEListingCommand.ts @@ -1,4 +1,4 @@ -import { UserError } from '@oldschoolgg/toolkit'; +import { UserError } from '@oldschoolgg/toolkit/structures'; import { Bank } from 'oldschooljs'; import { GrandExchange } from '../../../lib/grandExchange'; diff --git a/src/mahoji/lib/abstracted_commands/castCommand.ts b/src/mahoji/lib/abstracted_commands/castCommand.ts index 2466abe113c..0f5797749a1 100644 --- a/src/mahoji/lib/abstracted_commands/castCommand.ts +++ b/src/mahoji/lib/abstracted_commands/castCommand.ts @@ -90,7 +90,7 @@ export async function castCommand(channelID: string, user: MUser, name: string, )}.`; } const cost = determineRunes(user, spell.input.clone().multiply(quantity)); - if (!userBank.has(cost.bank)) { + if (!userBank.has(cost)) { return `You don't have the materials needed to cast ${quantity}x ${spell.name}, you need ${ spell.input }, you're missing **${cost.clone().remove(userBank)}** (Cost: ${cost}).`; diff --git a/src/mahoji/lib/abstracted_commands/dailyCommand.ts b/src/mahoji/lib/abstracted_commands/dailyCommand.ts index 4d505fe3445..724c4c75d09 100644 --- a/src/mahoji/lib/abstracted_commands/dailyCommand.ts +++ b/src/mahoji/lib/abstracted_commands/dailyCommand.ts @@ -1,12 +1,11 @@ import type { CommandResponse } from '@oldschoolgg/toolkit'; import type { ChatInputCommandInteraction, TextChannel } from 'discord.js'; import { shuffleArr, uniqueArr } from 'e'; -import { Bank } from 'oldschooljs'; import { SupportServer } from '../../../config'; import { DynamicButtons } from '../../../lib/DynamicButtons'; import { dailyResetTime } from '../../../lib/MUser'; -import { COINS_ID, Emoji } from '../../../lib/constants'; +import { Emoji } from '../../../lib/constants'; import { getRandomTriviaQuestions } from '../../../lib/roboChimp'; import dailyRoll from '../../../lib/simulation/dailyTable'; import { channelIsSendable, formatDuration, isWeekend, roll } from '../../../lib/util'; @@ -38,22 +37,24 @@ async function reward(user: MUser, triviaCorrect: boolean): CommandResponse { const bonuses = []; + let coinsToGive = loot.amount('Coins'); + if (isWeekend()) { - loot.bank[COINS_ID] *= 2; + coinsToGive *= 2; bonuses.push(Emoji.MoneyBag); } if (member) { - loot.bank[COINS_ID] = Math.floor(loot.bank[COINS_ID] * 1.5); + coinsToGive = Math.floor(coinsToGive * 1.5); bonuses.push(Emoji.OSBot); } if (user.user.minion_hasBought) { - loot.bank[COINS_ID] /= 1.5; + coinsToGive /= 1.5; } if (roll(73)) { - loot.bank[COINS_ID] = Math.floor(loot.bank[COINS_ID] * 1.73); + coinsToGive = Math.floor(coinsToGive * 1.73); bonuses.push(Emoji.Joy); } @@ -61,26 +62,24 @@ async function reward(user: MUser, triviaCorrect: boolean): CommandResponse { if (roll(2)) { bonuses.push(Emoji.Bpaptu); } else { - loot.bank[COINS_ID] += 1_000_000_000; + coinsToGive += 1_000_000_000; bonuses.push(Emoji.Diamond); } } if (!triviaCorrect) { - loot.bank[COINS_ID] = 0; - } else if (loot.bank[COINS_ID] <= 1_000_000_000) { + coinsToGive = 0; + } else if (coinsToGive <= 1_000_000_000) { // Correct daily gives 10% more cash if the jackpot is not won - loot.bank[COINS_ID] = Math.floor(loot.bank[COINS_ID] * 1.1); + coinsToGive = Math.floor(coinsToGive * 1.1); } - // Ensure amount of GP is an integer - loot.bank[COINS_ID] = Math.floor(loot.bank[COINS_ID]); - - // Check to see if user is iron and remove GP if true. if (user.isIronman) { - delete loot.bank[COINS_ID]; + coinsToGive = 0; } + loot.set('Coins', Math.floor(coinsToGive)); + const correct = triviaCorrect ? 'correct' : 'incorrect'; const reward = triviaCorrect ? "I've picked you some random items as a reward..." @@ -90,21 +89,19 @@ async function reward(user: MUser, triviaCorrect: boolean): CommandResponse { const hasSkipper = user.usingPet('Skipper') || user.bank.amount('Skipper') > 0; if (!user.isIronman && triviaCorrect && hasSkipper) { - loot.bank[COINS_ID] = Math.floor(loot.bank[COINS_ID] * 1.5); + coinsToGive = Math.floor(coinsToGive * 1.5); dmStr += '\n<:skipper:755853421801766912> Skipper has negotiated with Diango and gotten you 50% extra GP from your daily!'; } - if (loot.bank[COINS_ID] > 0) { - updateClientGPTrackSetting('gp_daily', loot.bank[COINS_ID]); - } else { - delete loot.bank[COINS_ID]; + if (coinsToGive) { + updateClientGPTrackSetting('gp_daily', coinsToGive); } const { itemsAdded, previousCL } = await transactItems({ userID: user.id, collectionLog: true, - itemsToAdd: new Bank(loot) + itemsToAdd: loot }); const image = await makeBankImage({ bank: itemsAdded, @@ -112,7 +109,7 @@ async function reward(user: MUser, triviaCorrect: boolean): CommandResponse { previousCL, showNewCL: true }); - return { content: `${dmStr}\nYou received ${new Bank(loot)}`, files: [image.file] }; + return { content: `${dmStr}\nYou received ${loot}`, files: [image.file] }; } export async function dailyCommand( diff --git a/src/mahoji/lib/abstracted_commands/driftNetCommand.ts b/src/mahoji/lib/abstracted_commands/driftNetCommand.ts index ea6175aa7e5..076d9a0d2cc 100644 --- a/src/mahoji/lib/abstracted_commands/driftNetCommand.ts +++ b/src/mahoji/lib/abstracted_commands/driftNetCommand.ts @@ -75,7 +75,7 @@ export async function driftNetCommand( itemsToRemove.add('Drift net', quantity); - if (!userBank.has(itemsToRemove.bank)) { + if (!userBank.has(itemsToRemove)) { return `You need ${quantity}x Drift net for the whole trip, try a lower trip length or make/buy more Drift net.`; } diff --git a/src/mahoji/lib/abstracted_commands/duelCommand.ts b/src/mahoji/lib/abstracted_commands/duelCommand.ts index 7612279817d..44d6d3e9307 100644 --- a/src/mahoji/lib/abstracted_commands/duelCommand.ts +++ b/src/mahoji/lib/abstracted_commands/duelCommand.ts @@ -132,7 +132,7 @@ export async function duelCommand( guild_id: interaction.guildId ? BigInt(interaction.guildId) : null, sender: BigInt(loser.id), recipient: BigInt(winner.id), - items_sent: new Bank().add('Coins', Math.floor(amount)).bank, + items_sent: new Bank().add('Coins', Math.floor(amount)).toJSON(), type: 'duel' } }); diff --git a/src/mahoji/lib/abstracted_commands/enchantCommand.ts b/src/mahoji/lib/abstracted_commands/enchantCommand.ts index 13aa62ac5d7..67c1be16f79 100644 --- a/src/mahoji/lib/abstracted_commands/enchantCommand.ts +++ b/src/mahoji/lib/abstracted_commands/enchantCommand.ts @@ -57,7 +57,7 @@ export async function enchantCommand(user: MUser, channelID: string, name: strin const cost = determineRunes(user, enchantable.input.clone().multiply(quantity)); - if (!userBank.has(cost.bank)) { + if (!userBank.has(cost)) { return `You don't have the materials needed to enchant ${quantity}x ${enchantable.name}, you need ${ enchantable.input }, you're missing **${cost.clone().remove(userBank)}**.`; diff --git a/src/mahoji/lib/abstracted_commands/fightCavesCommand.ts b/src/mahoji/lib/abstracted_commands/fightCavesCommand.ts index a306e7dea31..52334614c26 100644 --- a/src/mahoji/lib/abstracted_commands/fightCavesCommand.ts +++ b/src/mahoji/lib/abstracted_commands/fightCavesCommand.ts @@ -1,13 +1,12 @@ import type { CommandResponse } from '@oldschoolgg/toolkit'; +import { formatDuration } from '@oldschoolgg/toolkit'; import { Time, calcWhatPercent, percentChance, randInt, reduceNumByPercent } from 'e'; import { Bank, Monsters } from 'oldschooljs'; -import TzTokJad from 'oldschooljs/dist/simulation/monsters/special/TzTokJad'; import { itemID } from 'oldschooljs/dist/util'; import { getMinigameScore } from '../../../lib/settings/minigames'; import { getUsersCurrentSlayerInfo } from '../../../lib/slayer/slayerUtil'; import type { FightCavesActivityTaskOptions } from '../../../lib/types/minions'; -import { formatDuration } from '../../../lib/util'; import addSubTaskToActivityTask from '../../../lib/util/addSubTaskToActivityTask'; import { newChatHeadImage } from '../../../lib/util/chatHeadImage'; import { updateBankSetting } from '../../../lib/util/updateBankSetting'; @@ -24,7 +23,7 @@ async function determineDuration(user: MUser): Promise<[number, string]> { let debugStr = ''; // Reduce time based on KC - const jadKC = await user.getKC(TzTokJad.id); + const jadKC = await user.getKC(Monsters.TzTokJad.id); const zukKC = await getMinigameScore(user.id, 'inferno'); const experienceKC = jadKC + zukKC * 3; const percentIncreaseFromKC = Math.min(50, experienceKC); @@ -111,7 +110,7 @@ export async function fightCavesCommand(user: MUser, channelID: string): Command const { fight_caves_attempts: attempts } = await user.fetchStats({ fight_caves_attempts: true }); - const jadKC = await user.getKC(TzTokJad.id); + const jadKC = await user.getKC(Monsters.TzTokJad.id); const zukKC = await getMinigameScore(user.id, 'inferno'); const hasInfernoKC = zukKC > 0; diff --git a/src/mahoji/lib/abstracted_commands/gearCommands.ts b/src/mahoji/lib/abstracted_commands/gearCommands.ts index b3a98117ce6..ab634898da8 100644 --- a/src/mahoji/lib/abstracted_commands/gearCommands.ts +++ b/src/mahoji/lib/abstracted_commands/gearCommands.ts @@ -89,7 +89,7 @@ async function gearPresetEquipCommand(user: MUser, gearSetup: string, presetName if (e) userBankWithEquippedItems.add(e.item, Math.max(e.quantity, 1)); } - if (!userBankWithEquippedItems.has(toRemove.bank)) { + if (!userBankWithEquippedItems.has(toRemove)) { return `You don't have the items in this preset. You're missing: ${toRemove.remove(user.bank)}.`; } diff --git a/src/mahoji/lib/abstracted_commands/gnomeRestaurantCommand.ts b/src/mahoji/lib/abstracted_commands/gnomeRestaurantCommand.ts index a077a6016e8..70b7ecee054 100644 --- a/src/mahoji/lib/abstracted_commands/gnomeRestaurantCommand.ts +++ b/src/mahoji/lib/abstracted_commands/gnomeRestaurantCommand.ts @@ -43,8 +43,8 @@ export async function gnomeRestaurantCommand(user: MUser, channelID: string) { } if (user.hasEquipped('Kuro')) { - deliveryLength = reduceNumByPercent(deliveryLength, 5); - boosts.push(`${Emoji.Kuro} 5% faster with Kuro's help`); + deliveryLength = reduceNumByPercent(deliveryLength, 50); + boosts.push(`${Emoji.Kuro} 2x faster with Kuro's help`); } const poh = await getPOH(user.id); diff --git a/src/mahoji/lib/abstracted_commands/igneCommand.ts b/src/mahoji/lib/abstracted_commands/igneCommand.ts index 4b5b8a39276..2f492f12b0e 100644 --- a/src/mahoji/lib/abstracted_commands/igneCommand.ts +++ b/src/mahoji/lib/abstracted_commands/igneCommand.ts @@ -69,7 +69,7 @@ export async function igneCommand( .add('Saradomin brew(4)', brewsNeeded) .add('Super restore(4)', restoresNeeded) .multiply(data.kills); - return userBank.has(heatResBank.bank) ? heatResBank : normalBank; + return userBank.has(heatResBank) ? heatResBank : normalBank; }, mostImportantStat: 'attack_crush', ignoreStats: ['attack_ranged', 'attack_magic'], @@ -102,12 +102,6 @@ export async function igneCommand( allowMoreThan1Solo: true, allowMoreThan1Group: true }); - const hasNormalFood = []; - for (const user of instance.bossUsers) { - if (user.itemsToRemove.has('Saradomin brew(4)')) { - hasNormalFood.push(user.user.id); - } - } try { const { bossUsers } = await instance.start(); diff --git a/src/mahoji/lib/abstracted_commands/infernoCommand.ts b/src/mahoji/lib/abstracted_commands/infernoCommand.ts index 55f83f0aaeb..a7087659074 100644 --- a/src/mahoji/lib/abstracted_commands/infernoCommand.ts +++ b/src/mahoji/lib/abstracted_commands/infernoCommand.ts @@ -379,8 +379,8 @@ async function infernoRun({ 'Offhand drygore mace', 'Offhand spidergore rapier' ]).filter(i => allMeleeGearItems.includes(i)).length; - if (amountOfDrygoreEquipped < 2) { - return 'You need strong kalphite weapons to pierce TzKal-Zuk skin!'; + if (!allMeleeGearItems.includes(itemID('Axe of the high sungod')) && amountOfDrygoreEquipped < 2) { + return 'You need strong kalphite weapons or an exceptionally powerful axe to pierce the skin of TzKal-Zuk!'; } if ( !resolveItems(['Torva platebody', 'Torva platelegs', 'Torva boots', 'Torva gloves']).every(i => @@ -682,7 +682,7 @@ export async function infernoStartCommand(user: MUser, channelID: string, emerge fakeDuration, diedPreZuk, diedZuk, - cost: realCost.bank, + cost: realCost.toJSON(), isEmergedZuk: emerged, emergedZukDeathChance: emergedZukDeathChance.value, diedEmergedZuk diff --git a/src/mahoji/lib/abstracted_commands/kkCommand.ts b/src/mahoji/lib/abstracted_commands/kkCommand.ts index c1f6a84135b..dc174ba4f59 100644 --- a/src/mahoji/lib/abstracted_commands/kkCommand.ts +++ b/src/mahoji/lib/abstracted_commands/kkCommand.ts @@ -31,7 +31,7 @@ async function checkReqs(users: MUser[], monster: KillableMonster, quantity: num return `${user.usernameOrMention} is busy right now and can't join!`; } - const [hasReqs, reason] = hasMonsterRequirements(user, monster); + const [hasReqs, reason] = await hasMonsterRequirements(user, monster); if (!hasReqs) { return `${user.usernameOrMention} doesn't have the requirements for this monster: ${reason}`; } @@ -80,7 +80,7 @@ export async function kkCommand( if (user.minionIsBusy) { return [true, 'your minion is busy.']; } - const [hasReqs, reason] = hasMonsterRequirements(user, KalphiteKingMonster); + const [hasReqs, reason] = await hasMonsterRequirements(user, KalphiteKingMonster); if (!hasReqs) { return [true, `you don't have the requirements for this monster; ${reason}`]; } @@ -277,7 +277,7 @@ export async function kkCommand( const foodRemoved: string[] = []; for (const user of users) { const food = await calcBossFood(user, KalphiteKingMonster, users.length, quantity); - if (!user.bank.has(food.bank)) { + if (!user.bank.has(food)) { return `${user.usernameOrMention} doesn't have enough brews or restores.`; } } diff --git a/src/mahoji/lib/abstracted_commands/mahoganyHomesCommand.ts b/src/mahoji/lib/abstracted_commands/mahoganyHomesCommand.ts index 678772b0cfe..fdb6d03b66e 100644 --- a/src/mahoji/lib/abstracted_commands/mahoganyHomesCommand.ts +++ b/src/mahoji/lib/abstracted_commands/mahoganyHomesCommand.ts @@ -139,6 +139,11 @@ export async function mahoganyHomesBuyCommand(user: MUser, input = '', quantity? return `Successfully purchased ${loot} for ${cost * quantity} Carpenter Points.`; } +export async function mahoganyHomesPointsCommand(user: MUser) { + const balance = user.user.carpenter_points; + return `You have **${balance.toLocaleString()}** Mahogany Homes points.`; +} + export async function mahoganyHomesBuildCommand(user: MUser, channelID: string, tier?: number): CommandResponse { if (user.minionIsBusy) return `${user.minionName} is currently busy.`; diff --git a/src/mahoji/lib/abstracted_commands/minionKill.ts b/src/mahoji/lib/abstracted_commands/minionKill.ts deleted file mode 100644 index c4c7f1c651d..00000000000 --- a/src/mahoji/lib/abstracted_commands/minionKill.ts +++ /dev/null @@ -1,1450 +0,0 @@ -import type { GearSetupType, Prisma } from '@prisma/client'; -import { type ChatInputCommandInteraction, type InteractionReplyOptions, bold } from 'discord.js'; -import { - Time, - calcPercentOfNum, - calcWhatPercent, - increaseNumByPercent, - notEmpty, - objectKeys, - reduceNumByPercent, - round, - sumArr, - uniqueArr -} from 'e'; -import { Bank, Monsters } from 'oldschooljs'; -import { MonsterAttribute } from 'oldschooljs/dist/meta/monsterData'; -import { itemID } from 'oldschooljs/dist/util'; - -import { colosseumCommand } from '../../../lib/colosseum'; -import { BitField, PeakTier, type PvMMethod, YETI_ID } from '../../../lib/constants'; -import { gorajanArcherOutfit, gorajanOccultOutfit, gorajanWarriorOutfit } from '../../../lib/data/CollectionsExport'; -import { Eatables } from '../../../lib/data/eatables'; -import { getSimilarItems } from '../../../lib/data/similarItems'; -import { checkUserCanUseDegradeableItem, degradeItem, degradeablePvmBoostItems } from '../../../lib/degradeableItems'; -import { userhasDiaryTier } from '../../../lib/diaries'; -import { type GearStat, maxOffenceStats } from '../../../lib/gear'; -import { InventionID, canAffordInventionBoost, inventionItemBoost } from '../../../lib/invention/inventions'; -import { trackLoot } from '../../../lib/lootTrack'; -import type { CombatOptionsEnum } from '../../../lib/minions/data/combatConstants'; -import { - SlayerActivityConstants, - boostCannon, - boostCannonMulti, - boostIceBarrage, - boostIceBurst, - boostSuperiorCannon, - boostSuperiorCannonMulti, - cannonBanks, - cannonMultiConsumables, - cannonSingleConsumables, - iceBarrageConsumables, - iceBurstConsumables, - superiorCannonSingleConsumables -} from '../../../lib/minions/data/combatConstants'; -import { BSOMonsters } from '../../../lib/minions/data/killableMonsters/custom/customMonsters'; -import { revenantMonsters } from '../../../lib/minions/data/killableMonsters/revs'; -import { quests } from '../../../lib/minions/data/quests'; -import type { AttackStyles } from '../../../lib/minions/functions'; -import { calculateMonsterFood, convertAttackStylesToSetup, resolveAttackStyles } from '../../../lib/minions/functions'; -import reducedTimeFromKC from '../../../lib/minions/functions/reducedTimeFromKC'; -import removeFoodFromUser from '../../../lib/minions/functions/removeFoodFromUser'; -import type { Consumable } from '../../../lib/minions/types'; -import { calcPOHBoosts } from '../../../lib/poh'; -import { SkillsEnum } from '../../../lib/skilling/types'; -import { SlayerTaskUnlocksEnum } from '../../../lib/slayer/slayerUnlocks'; -import { determineCombatBoosts, getUsersCurrentSlayerInfo } from '../../../lib/slayer/slayerUtil'; -import { addStatsOfItemsTogether } from '../../../lib/structures/Gear'; -import type { Peak } from '../../../lib/tickers'; -import type { MonsterActivityTaskOptions } from '../../../lib/types/minions'; -import { - calculateSimpleMonsterDeathChance, - checkRangeGearWeapon, - convertAttackStyleToGearSetup, - convertPvmStylesToGearSetup, - formatDuration, - formatItemBoosts, - formatItemCosts, - formatItemReqs, - formatPohBoosts, - isWeekend, - itemNameFromID, - randomVariation, - readableStatName, - stringMatches -} from '../../../lib/util'; -import addSubTaskToActivityTask from '../../../lib/util/addSubTaskToActivityTask'; -import { calcMaxTripLength } from '../../../lib/util/calcMaxTripLength'; -import { calcWildyPKChance, increaseWildEvasionXp } from '../../../lib/util/calcWildyPkChance'; -import { calculateTripConsumableCost } from '../../../lib/util/calculateTripConsumableCost'; -import findMonster from '../../../lib/util/findMonster'; -import getOSItem from '../../../lib/util/getOSItem'; -import { handleMahojiConfirmation } from '../../../lib/util/handleMahojiConfirmation'; -import resolveItems from '../../../lib/util/resolveItems'; -import { updateBankSetting } from '../../../lib/util/updateBankSetting'; -import { sendToChannelID } from '../../../lib/util/webhook'; -import { hasMonsterRequirements, resolveAvailableItemBoosts, userStatsUpdate } from '../../mahojiSettings'; -import { findBingosWithUserParticipating } from '../bingo/BingoManager'; -import { igneCommand } from './igneCommand'; -import { kgCommand } from './kgCommand'; -import { kkCommand } from './kkCommand'; -import { moktangCommand } from './moktangCommand'; -import { naxxusCommand } from './naxxusCommand'; -import { nexCommand } from './nexCommand'; -import { nightmareCommand } from './nightmareCommand'; -import { getPOH } from './pohCommand'; -import { temporossCommand } from './temporossCommand'; -import { vasaCommand } from './vasaCommand'; -import { wintertodtCommand } from './wintertodtCommand'; -import { zalcanoCommand } from './zalcanoCommand'; - -const invalidMonsterMsg = "That isn't a valid monster.\n\nFor example, `/k name:zulrah quantity:5`"; - -const revSpecialWeapons = { - melee: getOSItem("Viggora's chainmace"), - range: getOSItem("Craw's bow"), - mage: getOSItem("Thammaron's sceptre") -} as const; - -const revUpgradedWeapons = { - melee: getOSItem('Ursine chainmace'), - range: getOSItem('Webweaver bow'), - mage: getOSItem('Accursed sceptre') -} as const; - -function formatMissingItems(consumables: Consumable[], timeToFinish: number) { - const str = []; - - for (const consumable of consumables) { - str.push(formatItemCosts(consumable, timeToFinish)); - } - - return str.join(', '); -} - -const { floor } = Math; - -export const gorajanBoosts = [ - [gorajanArcherOutfit, 'range'], - [gorajanWarriorOutfit, 'melee'], - [gorajanOccultOutfit, 'mage'] -] as const; - -export const gearstatToSetup = new Map() - .set('attack_stab', 'melee') - .set('attack_slash', 'melee') - .set('attack_crush', 'melee') - .set('attack_magic', 'mage') - .set('attack_ranged', 'range'); - -function applySkillBoost(user: MUser, duration: number, styles: AttackStyles[]): [number, string] { - const skillTotal = sumArr(styles.map(s => user.skillLevel(s))); - - let newDuration = duration; - let str = ''; - let percent = round(calcWhatPercent(skillTotal, styles.length * 99), 2); - - if (percent < 50) { - percent = 50 - percent; - newDuration = increaseNumByPercent(newDuration, percent); - str = `-${percent.toFixed(2)}% for low stats`; - } else { - percent = Math.min(15, percent / 6.5); - newDuration = reduceNumByPercent(newDuration, percent); - str = `${percent.toFixed(2)}% for stats`; - } - - return [newDuration, str]; -} - -export async function minionKillCommand( - user: MUser, - interaction: ChatInputCommandInteraction, - channelID: string, - name: string, - quantity: number | undefined, - method: PvMMethod | PvMMethod[] | undefined, - wilderness: boolean | undefined, - _solo: boolean | undefined -): Promise { - if (user.minionIsBusy) { - return 'Your minion is busy.'; - } - const inputQuantity = quantity; - const { minionName } = user; - const wildyGear = user.gear.wildy; - const style = convertAttackStylesToSetup(user.user.attack_style); - const key = ({ melee: 'attack_crush', mage: 'attack_magic', range: 'attack_ranged' } as const)[style]; - - const boosts = []; - const messages: string[] = []; - - if (!name) return invalidMonsterMsg; - - if (stringMatches(name, 'colosseum')) return colosseumCommand(user, channelID); - if (user.usingPet('Ishi')) { - sendToChannelID(channelID.toString(), { - content: `${user} Ishi Says: Let's kill some ogress warriors instead? 🥰 🐳` - }); - name = 'Ogress Warrior'; - } - if (stringMatches(name, 'zalcano')) return zalcanoCommand(user, channelID); - if (stringMatches(name, 'tempoross')) return temporossCommand(user, channelID, quantity); - if (['vasa', 'vasa magus'].some(i => stringMatches(i, name))) return vasaCommand(user, channelID, quantity); - if (name.toLowerCase().includes('nightmare')) return nightmareCommand(user, channelID, name, quantity); - if (name.toLowerCase().includes('wintertodt')) return wintertodtCommand(user, channelID); - if (['igne ', 'ignecarus'].some(i => name.toLowerCase().includes(i))) - return igneCommand(interaction, user, channelID, name, quantity); - if (['kg', 'king goldemar'].some(i => name.toLowerCase().includes(i))) - return kgCommand(interaction, user, channelID, name, quantity); - if (['kk', 'kalphite king'].some(i => name.toLowerCase().includes(i))) - return kkCommand(interaction, user, channelID, name, quantity); - if (name.toLowerCase().includes('nex')) return nexCommand(interaction, user, channelID, name, quantity); - if (name.toLowerCase().includes('moktang')) return moktangCommand(user, channelID, quantity); - if (name.toLowerCase().includes('naxxus')) return naxxusCommand(user, channelID, quantity); - - let monster = findMonster(name); - let revenants = false; - - const matchedRevenantMonster = revenantMonsters.find(monster => - monster.aliases.some(alias => stringMatches(alias, name)) - ); - if (matchedRevenantMonster) { - monster = matchedRevenantMonster; - revenants = true; - } - - if (!monster) return invalidMonsterMsg; - const maxTripLength = calcMaxTripLength(user, 'MonsterKilling'); - - const usersTask = await getUsersCurrentSlayerInfo(user.id); - const isOnTask = - usersTask.assignedTask !== null && - usersTask.currentTask !== null && - usersTask.assignedTask.monsters.includes(monster.id); - - if (monster.slayerOnly && !isOnTask) { - return `You can't kill ${monster.name}, because you're not on a slayer task.`; - } - - if (monster.canBePked && wilderness === false) { - return `You can't kill ${monster.name} outside the wilderness.`; - } - - const isInWilderness = wilderness || (isOnTask && usersTask.assignedTask?.wilderness) || monster.canBePked; - - if (!monster.wildy && isInWilderness) { - return `You can't kill ${monster.name} in the wilderness.`; - } - - const wildyGearStat = wildyGear.getStats()[key]; - const revGearPercent = Math.max(0, calcWhatPercent(wildyGearStat, maxOffenceStats[key])); - - if (revenants) { - const weapon = wildyGear.equippedWeapon(); - if (!weapon) { - return 'You have no weapon equipped in your Wildy outfit.'; - } - - if (weapon.equipment![key] < 10) { - return `Your weapon is terrible, you can't kill Revenants. You should have ${style} gear equipped in your wildy outfit, as this is what you're currently training. You can change this using \`/minion train\``; - } - } - - // Add jelly & bloodveld check as can barrage in wilderness - const jelly = monster.id === Monsters.Jelly.id; - const wildyBurst = jelly && isInWilderness; - - // determines what pvm methods the user can use - const myCBOpts = user.combatOptions; - const methods = [method] as PvMMethod[]; - const combatMethods = determineCombatBoosts({ - cbOpts: myCBOpts as CombatOptionsEnum[], - user, - monster, - methods, - isOnTask, - wildyBurst - }); - - const [hasReqs, reason] = hasMonsterRequirements(user, monster); - if (!hasReqs) { - return typeof reason === 'string' ? reason : "You don't have the requirements to fight this monster"; - } - - if (monster.diaryRequirement) { - const [hasDiary, _, diaryGroup] = await userhasDiaryTier(user, monster.diaryRequirement); - if (!hasDiary) { - return `${user.minionName} is missing the ${diaryGroup.name} ${monster.diaryRequirement[1]} diary to kill ${monster.name}.`; - } - } - - const monsterScores = await user.fetchMonsterScores(); - - if (monster.kcRequirements) { - for (const [key, val] of Object.entries(monster.kcRequirements)) { - const { id } = BSOMonsters[key as keyof typeof BSOMonsters]; - const kc = monsterScores[id] ?? 0; - if (kc < val) { - return `You need at least ${val} ${key} KC to kill ${monster.name}, you have ${kc}.`; - } - } - } - - if (monster.minimumWeaponShieldStats) { - for (const [setup, minimum] of Object.entries(monster.minimumWeaponShieldStats)) { - const gear = user.gear[setup as GearSetupType]; - const stats = addStatsOfItemsTogether( - [gear['2h']?.item, gear.weapon?.item, gear.shield?.item].filter(notEmpty) - ); - for (const [key, requiredValue] of Object.entries(minimum)) { - if (requiredValue < 1) continue; - const theirValue = stats[key as GearStat] ?? 0; - if (theirValue < requiredValue) { - return `Your ${setup} weapons/shield need to have at least ${requiredValue} ${readableStatName( - key - )} to kill ${monster.name}, you have ${theirValue}.`; - } - } - } - } - - const kcForThisMonster = monsterScores[monster.id] ?? 0; - let [timeToFinish, percentReduced] = reducedTimeFromKC(monster, kcForThisMonster); - - const [, osjsMon, attackStyles] = resolveAttackStyles(user, { - monsterID: monster.id, - boostMethod: combatMethods - }); - const [newTime, skillBoostMsg] = applySkillBoost(user, timeToFinish, attackStyles); - - timeToFinish = newTime; - boosts.push(skillBoostMsg); - - timeToFinish /= 2; - boosts.push('2x BSO Boost'); - - if (percentReduced >= 1) boosts.push(`${percentReduced}% for KC`); - - if (monster.pohBoosts) { - const [boostPercent, messages] = calcPOHBoosts(await getPOH(user.id), monster.pohBoosts); - if (boostPercent > 0) { - timeToFinish = reduceNumByPercent(timeToFinish, boostPercent); - boosts.push(messages.join(' + ')); - } - } - - for (const [itemID, boostAmount] of Object.entries(resolveAvailableItemBoosts(user, monster, isInWilderness))) { - timeToFinish *= (100 - boostAmount) / 100; - boosts.push(`${boostAmount}% for ${itemNameFromID(Number.parseInt(itemID))}`); - } - - if (user.usingPet('Gregoyle') && [Monsters.Gargoyle.id, Monsters.GrotesqueGuardians.id].includes(monster.id)) { - timeToFinish = reduceNumByPercent(timeToFinish, 20); - boosts.push('20% boost for Gregoyle'); - } - if (user.hasEquipped('Dwarven warhammer') && !isInWilderness) { - timeToFinish = reduceNumByPercent(timeToFinish, 40); - boosts.push('40% boost for Dwarven warhammer'); - } - if (user.gear.wildy.hasEquipped(['Hellfire bow']) && isInWilderness) { - timeToFinish /= 3; - boosts.push('3x boost for Hellfire bow'); - } - - const monsterHP = osjsMon?.data.hitpoints ?? 100; - - // Black mask and salve don't stack. - const oneSixthBoost = 16.67; - let blackMaskBoost = 0; - let blackMaskBoostMsg = ''; - let salveAmuletBoost = 0; - let salveAmuletBoostMsg = ''; - let virtusBoost = 0; - let virtusBoostMsg = ''; - - let dragonBoost = 0; - let dragonBoostMsg = ''; - let revBoost = 0; - let revBoostMsg = ''; - - const isUndead = osjsMon?.data?.attributes?.includes(MonsterAttribute.Undead); - const isDragon = osjsMon?.data?.attributes?.includes(MonsterAttribute.Dragon); - - function applyRevWeaponBoost() { - const style = convertAttackStylesToSetup(user.user.attack_style); - const specialWeapon = revSpecialWeapons[style]; - const upgradedWeapon = revUpgradedWeapons[style]; - - if (wildyGear.hasEquipped(specialWeapon.name)) { - revBoost = 12.5; - timeToFinish = reduceNumByPercent(timeToFinish, revBoost); - revBoostMsg = `${revBoost}% for ${specialWeapon.name}`; - } - - if (wildyGear.hasEquipped(upgradedWeapon.name)) { - revBoost = 17.5; - timeToFinish = reduceNumByPercent(timeToFinish, revBoost); - revBoostMsg = `${revBoost}% for ${upgradedWeapon.name}`; - } - } - - function applyDragonBoost() { - const hasDragonLance = user.hasEquippedOrInBank('Dragon hunter lance'); - const hasDragonCrossbow = user.hasEquippedOrInBank('Dragon hunter crossbow'); - if ( - (hasDragonLance && !attackStyles.includes(SkillsEnum.Ranged) && !attackStyles.includes(SkillsEnum.Magic)) || - (hasDragonCrossbow && attackStyles.includes(SkillsEnum.Ranged)) - ) { - dragonBoost = 15; // Common boost percentage for dragon-related gear - dragonBoostMsg = hasDragonLance - ? `${dragonBoost}% for Dragon hunter lance` - : `${dragonBoost}% for Dragon hunter crossbow`; - timeToFinish = reduceNumByPercent(timeToFinish, dragonBoost); - } - } - - function applyBlackMaskBoost() { - const hasInfernalSlayerHelmI = user.hasEquippedOrInBank('Infernal slayer helmet(i)'); - const hasInfernalSlayerHelm = user.hasEquippedOrInBank('Infernal slayer helmet'); - const hasBlackMask = user.hasEquippedOrInBank('Black mask'); - const hasBlackMaskI = user.hasEquippedOrInBank('Black mask (i)'); - - if (attackStyles.includes(SkillsEnum.Ranged) || attackStyles.includes(SkillsEnum.Magic)) { - if (hasBlackMaskI) { - blackMaskBoost = oneSixthBoost; - blackMaskBoostMsg = `${blackMaskBoost}% for Black mask (i) on non-melee task`; - } - } else if (hasInfernalSlayerHelm) { - blackMaskBoost = 17; - blackMaskBoostMsg = `${blackMaskBoost}% for Infernal slayer helmet on melee task`; - } else if (hasBlackMask) { - blackMaskBoost = oneSixthBoost; - blackMaskBoostMsg = `${blackMaskBoost}% for Black mask on melee task`; - } - - if (hasInfernalSlayerHelmI) { - blackMaskBoost = 22; - blackMaskBoostMsg = `${blackMaskBoost}% for Infernal slayer helmet(i) on task`; - } - } - - function calculateSalveAmuletBoost() { - let salveBoost = false; - let salveEnhanced = false; - const style = attackStyles[0]; - if (style === 'ranged' || style === 'magic') { - salveBoost = user.hasEquippedOrInBank('Salve amulet (i)'); - salveEnhanced = user.hasEquippedOrInBank('Salve amulet (ei)'); - if (salveBoost) { - salveAmuletBoost = salveEnhanced ? 20 : oneSixthBoost; - salveAmuletBoostMsg = `${salveAmuletBoost}% for Salve amulet${ - salveEnhanced ? '(ei)' : '(i)' - } on non-melee task`; - } - } else { - salveBoost = user.hasEquippedOrInBank('Salve amulet'); - salveEnhanced = user.hasEquippedOrInBank('Salve amulet (e)'); - if (salveBoost) { - salveAmuletBoost = salveEnhanced ? 20 : oneSixthBoost; - salveAmuletBoostMsg = `${salveAmuletBoost}% for Salve amulet${ - salveEnhanced ? ' (e)' : '' - } on melee task`; - } - } - } - - if (isInWilderness && monster.revsWeaponBoost) { - applyRevWeaponBoost(); - } - - function calculateVirtusBoost() { - let virtusPiecesEquipped = 0; - - for (const item of resolveItems(['Virtus mask', 'Virtus robe top', 'Virtus robe legs'])) { - if (user.gear.mage.hasEquipped(item)) { - virtusPiecesEquipped += blackMaskBoost !== 0 && itemNameFromID(item) === 'Virtus mask' ? 0 : 1; - } - } - - virtusBoost = virtusPiecesEquipped * 2; - virtusBoostMsg = - virtusPiecesEquipped > 1 - ? ` with ${virtusPiecesEquipped} Virtus pieces` - : virtusPiecesEquipped === 1 - ? ` with ${virtusPiecesEquipped} Virtus piece` - : ''; - } - - if (isDragon && monster.name.toLowerCase() !== 'vorkath') { - applyDragonBoost(); - } - - if (isOnTask) { - applyBlackMaskBoost(); - } - - if (isUndead) { - calculateSalveAmuletBoost(); - } - - // Only choose greater boost: - if (salveAmuletBoost || blackMaskBoost) { - if (salveAmuletBoost > blackMaskBoost) { - timeToFinish = reduceNumByPercent(timeToFinish, salveAmuletBoost); - boosts.push(salveAmuletBoostMsg); - } else { - timeToFinish = reduceNumByPercent(timeToFinish, blackMaskBoost); - boosts.push(blackMaskBoostMsg); - } - } - - // Only choose greater boost: - if (dragonBoost || revBoost) { - if (revBoost > dragonBoost) { - timeToFinish = reduceNumByPercent(timeToFinish, revBoost); - boosts.push(revBoostMsg); - } else { - timeToFinish = reduceNumByPercent(timeToFinish, dragonBoost); - boosts.push(dragonBoostMsg); - } - } - - if (revenants) { - timeToFinish = reduceNumByPercent(timeToFinish, revGearPercent / 4); - boosts.push(`$(revGearPercent / 4).toFixed(2)% (out of a possible 25%) for ${key}`); - - const specialWeapon = revSpecialWeapons[style]; - if (wildyGear.hasEquipped(specialWeapon.name)) { - timeToFinish = reduceNumByPercent(timeToFinish, 35); - boosts.push(`${35}% for ${specialWeapon.name}`); - } - } - - // Initialize consumable costs before any are calculated. - const consumableCosts: Consumable[] = []; - - // Calculate Cannon and Barrage boosts + costs: - let usingCannon = false; - let cannonMulti = false; - let chinning = false; - let burstOrBarrage = 0; - const hasSuperiorCannon = user.owns('Superior dwarf multicannon'); - const hasCannon = cannonBanks.some(i => user.owns(i)) || hasSuperiorCannon; - - if (!isOnTask && method && method !== 'none') { - return 'You can only burst/barrage/cannon while on task in BSO.'; - } - if (!wildyBurst && (method === 'burst' || method === 'barrage') && !monster!.canBarrage) { - return `${monster!.name} cannot be barraged or burst.`; - } - if (method === 'cannon' && !hasCannon) { - return "You don't own a Dwarf multicannon, so how could you use one?"; - } - - // Check for stats - if (combatMethods.includes('barrage') && user.skillLevel(SkillsEnum.Magic) < 94) { - return `You need 94 Magic to use Ice Barrage. You have ${user.skillLevel(SkillsEnum.Magic)}`; - } - if (combatMethods.includes('burst') && user.skillLevel(SkillsEnum.Magic) < 70) { - return `You need 70 Magic to use Ice Burst. You have ${user.skillLevel(SkillsEnum.Magic)}`; - } - - timeToFinish = Math.floor(timeToFinish); - - const { canAfford } = await canAffordInventionBoost(user, InventionID.SuperiorDwarfMultiCannon, timeToFinish); - const canAffordSuperiorCannonBoost = hasSuperiorCannon ? canAfford : false; - - // Wildy monster cannon checks - if (isInWilderness === true && combatMethods.includes('cannon')) { - if (monster.id === Monsters.HillGiant.id || monster.id === Monsters.MossGiant.id) { - usingCannon = isInWilderness; - } - if (monster.id === Monsters.Spider.id || Monsters.Scorpion.id) { - usingCannon = isInWilderness; - cannonMulti = isInWilderness; - } - if (monster.wildySlayerCave) { - usingCannon = isInWilderness; - cannonMulti = isInWilderness; - if (monster.id === Monsters.AbyssalDemon.id && !isOnTask) { - usingCannon = false; - cannonMulti = false; - } - } - } - - // Burst/barrage check with wilderness conditions - if ((method === 'burst' || method === 'barrage') && !monster?.canBarrage) { - if (jelly) { - if (!isInWilderness) { - return `${monster.name} can only be barraged or burst in the wilderness.`; - } - } else return `${monster!.name} cannot be barraged or burst.`; - } - - if (!usingCannon) { - if (method === 'cannon' && !monster!.canCannon) { - return `${monster!.name} cannot be killed with a cannon.`; - } - } - - if ( - combatMethods.includes('barrage') && - !user.user.disabled_inventions.includes(InventionID.SuperiorDwarfMultiCannon) && - canAffordSuperiorCannonBoost && - (monster.canCannon || monster.cannonMulti) - ) { - const qty = quantity || floor(maxTripLength / timeToFinish); - const res = await inventionItemBoost({ - user, - inventionID: InventionID.SuperiorDwarfMultiCannon, - duration: timeToFinish * qty - }); - if (res.success) { - usingCannon = true; - consumableCosts.push(superiorCannonSingleConsumables); - const boost = monster.cannonMulti ? boostSuperiorCannonMulti : boostSuperiorCannon; - timeToFinish = reduceNumByPercent(timeToFinish, boost); - boosts.push(`${boost}% for Superior Cannon (${res.messages})`); - } - } else if ( - combatMethods.includes('barrage') && - attackStyles.includes(SkillsEnum.Magic) && - (monster!.canBarrage || wildyBurst) - ) { - consumableCosts.push(iceBarrageConsumables); - calculateVirtusBoost(); - timeToFinish = reduceNumByPercent(timeToFinish, boostIceBarrage + virtusBoost); - boosts.push(`${boostIceBarrage + virtusBoost}% for Ice Barrage${virtusBoostMsg}`); - burstOrBarrage = SlayerActivityConstants.IceBarrage; - } else if ( - combatMethods.includes('burst') && - attackStyles.includes(SkillsEnum.Magic) && - (monster!.canBarrage || wildyBurst) - ) { - consumableCosts.push(iceBurstConsumables); - calculateVirtusBoost(); - timeToFinish = reduceNumByPercent(timeToFinish, boostIceBurst + virtusBoost); - boosts.push(`${boostIceBurst + virtusBoost}% for Ice Burst${virtusBoostMsg}`); - burstOrBarrage = SlayerActivityConstants.IceBurst; - } else if ((combatMethods.includes('cannon') && hasCannon && monster!.cannonMulti) || cannonMulti) { - usingCannon = true; - cannonMulti = true; - consumableCosts.push(cannonMultiConsumables); - timeToFinish = reduceNumByPercent(timeToFinish, boostCannonMulti); - boosts.push(`${boostCannonMulti}% for Cannon in multi`); - } else if ((combatMethods.includes('cannon') && hasCannon && monster!.canCannon) || usingCannon) { - usingCannon = true; - consumableCosts.push(cannonSingleConsumables); - timeToFinish = reduceNumByPercent(timeToFinish, boostCannon); - boosts.push(`${boostCannon}% for Cannon in singles`); - } else if ((method as string) === 'chinning' && attackStyles.includes(SkillsEnum.Ranged) && monster!.canChinning) { - chinning = true; - // Check what Chinchompa to use - const chinchompas = ['Black chinchompa', 'Red chinchompa', 'Chinchompa']; - let chinchompa = 'Black chinchompa'; - for (const chin of chinchompas) { - if (user.owns(chin) && user.bank.amount(chin) > 5000) { - chinchompa = chin; - break; - } - } - const chinBoostRapid = chinchompa === 'Chinchompa' ? 73 : chinchompa === 'Red chinchompa' ? 76 : 82; - const chinBoostLongRanged = chinchompa === 'Chinchompa' ? 63 : chinchompa === 'Red chinchompa' ? 69 : 77; - const chinningConsumables: Consumable = { - itemCost: new Bank().add(chinchompa, 1), - qtyPerMinute: attackStyles.includes(SkillsEnum.Defence) ? 24 : 33 - }; - if (attackStyles.includes(SkillsEnum.Defence)) { - timeToFinish = reduceNumByPercent(timeToFinish, chinBoostLongRanged); - boosts.push(`${chinBoostLongRanged}% for ${chinchompa} Longrange`); - } else { - timeToFinish = reduceNumByPercent(timeToFinish, chinBoostRapid); - boosts.push(`${chinBoostRapid}% for ${chinchompa} Rapid`); - } - consumableCosts.push(chinningConsumables); - } - - const hasBlessing = user.hasEquipped('Dwarven blessing'); - const hasZealotsAmulet = user.hasEquipped('Amulet of zealots'); - if (hasZealotsAmulet && hasBlessing) { - timeToFinish *= 0.75; - boosts.push('25% for Dwarven blessing & Amulet of zealots'); - } else if (hasBlessing) { - timeToFinish *= 0.8; - boosts.push('20% for Dwarven blessing'); - } - if (isInWilderness && hasZealotsAmulet) { - timeToFinish *= 0.95; - boosts.push('5% for Amulet of zealots'); - } - const allGorajan = gorajanBoosts.every(e => user.gear[e[1]].hasEquipped(e[0], true)); - for (const [outfit, setup] of gorajanBoosts) { - if ( - allGorajan || - (gearstatToSetup.get(monster.attackStyleToUse) === setup && user.gear[setup].hasEquipped(outfit, true)) - ) { - boosts.push('10% for Gorajan'); - timeToFinish *= 0.9; - break; - } - } - - if (attackStyles.includes(SkillsEnum.Ranged) && user.hasEquipped('Ranged master cape')) { - timeToFinish *= 0.85; - boosts.push('15% for Ranged master cape'); - } else if (attackStyles.includes(SkillsEnum.Magic) && user.hasEquipped('Magic master cape')) { - timeToFinish *= 0.85; - boosts.push('15% for Magic master cape'); - } else if ( - !attackStyles.includes(SkillsEnum.Magic) && - !attackStyles.includes(SkillsEnum.Ranged) && - user.hasEquipped('Attack master cape') - ) { - timeToFinish *= 0.85; - boosts.push('15% for Attack master cape'); - } - - /** - * - * Degradeable Items - * - */ - const degItemBeingUsed = []; - if (monster.degradeableItemUsage) { - for (const set of monster.degradeableItemUsage) { - const equippedInThisSet = set.items.find(item => user.gear[set.gearSetup].hasEquipped(item.itemID)); - if (set.required && !equippedInThisSet) { - return `You need one of these items equipped in your ${set.gearSetup} setup to kill ${monster.name}: ${set.items - .map(i => i.itemID) - .map(itemNameFromID) - .join(', ')}.`; - } - if (equippedInThisSet) { - const degItem = degradeablePvmBoostItems.find(i => i.item.id === equippedInThisSet.itemID)!; - boosts.push(`${equippedInThisSet.boostPercent}% for ${itemNameFromID(equippedInThisSet.itemID)}`); - timeToFinish = reduceNumByPercent(timeToFinish, equippedInThisSet.boostPercent); - degItemBeingUsed.push(degItem); - } - } - } else - for (const degItem of degradeablePvmBoostItems) { - const isUsing = - convertPvmStylesToGearSetup(attackStyles).includes(degItem.attackStyle) && - (monster.setupsUsed ? monster.setupsUsed.includes(degItem.attackStyle) : true); - - const gearCheck = user.gear[degItem.attackStyle].hasEquipped(degItem.item.id); - - if (isUsing && gearCheck) { - // We assume they have enough charges, add the boost, and degrade at the end to avoid doing it twice. - degItemBeingUsed.push(degItem); - } - } - for (const degItem of degItemBeingUsed) { - boosts.push(`${degItem.boost}% for ${degItem.item.name}`); - timeToFinish = reduceNumByPercent(timeToFinish, degItem.boost); - } - - if (monster.equippedItemBoosts) { - for (const boostSet of monster.equippedItemBoosts) { - const equippedInThisSet = boostSet.items.find(item => - user.gear[boostSet.gearSetup].hasEquipped(item.itemID) - ); - if (equippedInThisSet) { - boosts.push(`${equippedInThisSet.boostPercent}% for ${itemNameFromID(equippedInThisSet.itemID)}`); - timeToFinish = reduceNumByPercent(timeToFinish, equippedInThisSet.boostPercent); - } - } - } - - // If no quantity provided, set it to the max. - if (!quantity) { - if ([Monsters.Skotizo.id].includes(monster.id)) { - quantity = 1; - } else { - quantity = floor(maxTripLength / timeToFinish); - } - } - - quantity = Math.max(1, quantity); - - if (isOnTask) { - let effectiveQtyRemaining = usersTask.currentTask?.quantity_remaining; - if ( - monster.id === Monsters.KrilTsutsaroth.id && - usersTask.currentTask?.monster_id !== Monsters.KrilTsutsaroth.id - ) { - effectiveQtyRemaining = Math.ceil(effectiveQtyRemaining / 2); - } else if (monster.id === Monsters.Kreearra.id && usersTask.currentTask?.monster_id !== Monsters.Kreearra.id) { - effectiveQtyRemaining = Math.ceil(effectiveQtyRemaining / 4); - } else if ( - monster.id === Monsters.GrotesqueGuardians.id && - user.user.slayer_unlocks.includes(SlayerTaskUnlocksEnum.DoubleTrouble) - ) { - effectiveQtyRemaining = Math.ceil(effectiveQtyRemaining / 2); - } - quantity = Math.min(quantity, effectiveQtyRemaining); - } - let duration = timeToFinish * quantity; - - // If you have dwarven blessing, you need 1 prayer pot per 5 mins - const dwarvenBlessingItem = user.bitfield.includes(BitField.UseSuperRestoresForDwarvenBlessing) - ? 'Super restore(4)' - : 'Prayer potion(4)'; - const prayerPots = user.bank.amount(dwarvenBlessingItem); - const fiveMinIncrements = Math.ceil(duration / (Time.Minute * 5)); - let dwarvenBlessingPotsNeeded = Math.max(1, fiveMinIncrements); - const hasPrayerMasterCape = user.hasEquipped('Prayer master cape'); - if (hasPrayerMasterCape && hasBlessing) { - boosts.push(`40% less ${dwarvenBlessingItem}`); - dwarvenBlessingPotsNeeded = Math.floor(0.6 * dwarvenBlessingPotsNeeded); - } - dwarvenBlessingPotsNeeded = Math.max(1, dwarvenBlessingPotsNeeded); - if (hasBlessing) { - if (prayerPots < dwarvenBlessingPotsNeeded) { - return `You don't have enough ${dwarvenBlessingItem}'s to power your Dwarven blessing.`; - } - } - - if (monster.customRequirement && kcForThisMonster === 0) { - const reasonDoesntHaveReq = await monster.customRequirement(user); - if (reasonDoesntHaveReq) { - return `You don't meet the requirements to kill this monster: ${reasonDoesntHaveReq}.`; - } - } - if (monster.requiredBitfield && !user.bitfield.includes(monster.requiredBitfield)) { - return "You haven't unlocked this monster."; - } - - quantity = Math.max(1, quantity); - if (!user.bitfield.includes(BitField.HasUnlockedYeti) && monster.id === YETI_ID) { - quantity = 1; - } - if (quantity > 1 && duration > maxTripLength) { - return `${minionName} can't go on PvM trips longer than ${formatDuration( - maxTripLength - )}, try a lower quantity. The highest amount you can do for ${monster.name} is ${floor( - maxTripLength / timeToFinish - )}.`; - } - - const totalCost = new Bank(); - const lootToRemove = new Bank(); - let pvmCost = false; - - if (monster.itemCost) { - consumableCosts.push(monster.itemCost); - } - - const infiniteWaterRunes = user.hasEquipped(getSimilarItems(itemID('Staff of water')), false); - const perKillCost = new Bank(); - // Calculate per kill cost: - - if (consumableCosts.length > 0) { - for (const cc of consumableCosts) { - let consumable = cc; - - if ( - consumable.alternativeConsumables && - !user.owns(calculateTripConsumableCost(consumable, quantity, duration)) - ) { - for (const c of consumable.alternativeConsumables) { - if (user.owns(calculateTripConsumableCost(c, quantity, duration))) { - consumable = c; - break; - } - } - } - - let itemMultiple = consumable.qtyPerKill ?? consumable.qtyPerMinute ?? null; - if (itemMultiple) { - if (consumable.isRuneCost) { - // Free casts for kodai + sotd - if (user.hasEquipped('Kodai wand')) { - itemMultiple = Math.ceil(0.85 * itemMultiple); - } else if (user.hasEquipped('Staff of the dead')) { - itemMultiple = Math.ceil((6 / 7) * itemMultiple); - } - } - - let multiply = itemMultiple; - - // Calculate the duration for 1 kill and check how much will be used in 1 kill - if (consumable.qtyPerMinute) multiply = (timeToFinish / Time.Minute) * itemMultiple; - - // Calculate supply for 1 kill - const oneKcCost = consumable.itemCost.clone().multiply(multiply); - - // Can't use Bank.add() because it discards < 1 qty. - for (const [itemID, qty] of Object.entries(oneKcCost.bank)) { - if (perKillCost.bank[itemID]) perKillCost.bank[itemID] += qty; - else perKillCost.bank[itemID] = qty; - } - } - } - // This will be replaced with a generic function in another PR - if (infiniteWaterRunes) perKillCost.remove('Water rune', perKillCost.amount('Water rune')); - // Calculate how many monsters can be killed with that cost: - const fits = user.bankWithGP.fits(perKillCost); - if (fits < Number(quantity)) { - duration = Math.floor(duration * (fits / Number(quantity))); - quantity = fits; - } - const { bank } = perKillCost.clone().multiply(Number(quantity)); - // Ceil cost QTY to avoid fractions - for (const [item, qty] of Object.entries(bank)) { - bank[item] = Math.ceil(qty); - } - - pvmCost = true; - lootToRemove.add(bank); - } - if (pvmCost) { - if (quantity === 0 || !user.owns(lootToRemove)) { - return `You don't have the items needed to kill any amount of ${ - monster.name - }, you need: ${formatMissingItems(consumableCosts, timeToFinish)} per kill.`; - } - } - - if (monster.projectileUsage?.required) { - if (!user.gear.range.ammo?.item) { - return `You need range ammo equipped to kill ${monster.name}.`; - } - if ( - monster.projectileUsage.requiredAmmo && - !monster.projectileUsage.requiredAmmo.includes(user.gear.range.ammo.item) - ) { - return `You need to be using one of these projectiles to fight ${ - monster.name - }: ${monster.projectileUsage.requiredAmmo.map(itemNameFromID).join(', ')}.`; - } - const rangeCheck = checkRangeGearWeapon(user.gear.range); - if (typeof rangeCheck === 'string') { - return `Your range gear isn't right: ${rangeCheck}`; - } - const projectilesNeeded = monster.projectileUsage.calculateQuantity({ quantity }); - lootToRemove.add(rangeCheck.ammo.item, projectilesNeeded); - if (projectilesNeeded > rangeCheck.ammo.quantity) { - return `You need ${projectilesNeeded.toLocaleString()}x ${itemNameFromID( - rangeCheck.ammo.item - )} to kill ${quantity}x ${ - monster.name - }, and you have ${rangeCheck.ammo.quantity.toLocaleString()}x equipped.`; - } - } - - if (monster.requiredQuests) { - const incompleteQuest = monster.requiredQuests.find(quest => !user.user.finished_quest_ids.includes(quest)); - if (incompleteQuest) { - return `You need to have completed the ${bold( - quests.find(i => i.id === incompleteQuest)!.name - )} quest to kill ${monster.name}.`; - } - } - - duration = randomVariation(duration, 3); - - const degradeablesWithEnoughCharges = []; - for (const degItem of degItemBeingUsed) { - const chargesNeeded = Math.ceil( - degItem.charges({ - killableMon: monster, - osjsMonster: osjsMon!, - totalHP: monsterHP * quantity, - user, - duration - }) - ); - const result = await checkUserCanUseDegradeableItem({ - item: degItem.item, - chargesToDegrade: chargesNeeded, - user - }); - if (!result.hasEnough) { - return result.userMessage; - } - degradeablesWithEnoughCharges.push({ degItem, chargesNeeded }); - } - for (const { degItem, chargesNeeded } of degradeablesWithEnoughCharges) { - const degradeResult = await degradeItem({ - item: degItem.item, - chargesToDegrade: chargesNeeded, - user - }); - boosts.push(`${degItem.boost}% for ${degItem.item.name}`); - messages.push(degradeResult.userMessage); - duration = reduceNumByPercent(duration, degItem.boost); - } - - if (isWeekend()) { - boosts.push('10% for Weekend'); - duration *= 0.9; - } - - if (hasBlessing && dwarvenBlessingPotsNeeded) { - const prayerPotsBank = new Bank().add(dwarvenBlessingItem, dwarvenBlessingPotsNeeded); - lootToRemove.add(prayerPotsBank); - } - const rangeSetup = { ...user.gear.range.raw() }; - let usedDart = false; - if (rangeSetup.weapon?.item === itemID('Deathtouched dart')) { - const bingos = await findBingosWithUserParticipating(user.id); - if (bingos.some(bingo => bingo.isActive())) { - return 'You cannot use Deathtouched darts while in an active Bingo.'; - } - duration = 1; - if (rangeSetup.weapon.quantity > 1) { - rangeSetup.weapon.quantity--; - } else { - rangeSetup.weapon = null; - } - await user.update({ - gear_range: rangeSetup as Prisma.InputJsonObject - }); - if (monster.name === 'Koschei the deathless') { - return ( - 'You send your minion off to fight Koschei with a Deathtouched dart, they stand a safe distance and throw the dart - Koschei immediately locks' + - ' eyes with your minion and grabs the dart mid-air, and throws it back, killing your minion instantly.' - ); - } - if (monster.name === 'Solis') { - return 'The dart melts into a crisp dust before coming into contact with Solis.'; - } - if (monster.name === 'Celestara') { - return 'Your minion threw the dart at the moon, it did not reach.'; - } - if (monster.name === 'Yeti') { - return 'You send your minion off to fight Yeti with a Deathtouched dart, they stand a safe distance and throw the dart - the cold, harsh wind blows it out of the air. Your minion runs back to you in fear.'; - } - if ([BSOMonsters.Akumu.id, BSOMonsters.Venatrix.id].includes(monster.id)) { - return 'This monster is temporarily unable to be killed with a Deathtouched dart.'; - } - usedDart = true; - await userStatsUpdate(user.id, { - death_touched_darts_used: { - increment: 1 - } - }); - } - if (monster.name === 'Koschei the deathless') { - return 'You send your minion off to fight Koschei, before they even get close, they feel an immense, powerful fear and return back.'; - } - - let wildyPeak = null; - let pkString = ''; - let thePkCount: number | undefined = undefined; - let hasDied: boolean | undefined = undefined; - let hasWildySupplies = undefined; - - if (isInWilderness && ![BSOMonsters.Malygos.id, BSOMonsters.Treebeard.id].includes(monster.id)) { - await increaseWildEvasionXp(user, duration); - thePkCount = 0; - hasDied = false; - const date = new Date().getTime(); - const cachedPeakInterval: Peak[] = globalClient._peakIntervalCache; - for (const peak of cachedPeakInterval) { - if (peak.startTime < date && peak.finishTime > date) { - wildyPeak = peak; - break; - } - } - if (wildyPeak?.peakTier === PeakTier.High && !user.bitfield.includes(BitField.DisableHighPeakTimeWarning)) { - if (interaction) { - await handleMahojiConfirmation( - interaction, - `Are you sure you want to kill ${monster.name} during high peak time? PKers are more active.` - ); - } - } - - const antiPkBrewsNeeded = Math.max(1, Math.floor(duration / (4 * Time.Minute))); - const antiPkRestoresNeeded = Math.max(1, Math.floor(duration / (8 * Time.Minute))); - const antiPkKarambwanNeeded = Math.max(1, Math.floor(duration / (4 * Time.Minute))); - - const antiPKSupplies = new Bank(); - if (user.bank.amount('Blighted super restore(4)') >= antiPkRestoresNeeded) { - antiPKSupplies.add('Blighted super restore(4)', antiPkRestoresNeeded); - } else { - antiPKSupplies.add('Super restore(4)', antiPkRestoresNeeded); - } - if (user.bank.amount('Blighted karambwan') >= antiPkKarambwanNeeded + 20) { - antiPKSupplies.add('Blighted karambwan', antiPkKarambwanNeeded); - } else { - antiPKSupplies.add('Cooked karambwan', antiPkKarambwanNeeded); - } - antiPKSupplies.add('Saradomin brew(4)', antiPkBrewsNeeded); - - hasWildySupplies = true; - if (!user.bank.has(antiPKSupplies)) { - hasWildySupplies = false; - if (interaction) { - await handleMahojiConfirmation( - interaction, - `Are you sure you want to kill ${monster.name} without anti-pk supplies? You should bring at least ${antiPKSupplies} on this trip for safety to not die and potentially get smited.` - ); - } - } else { - lootToRemove.add(antiPKSupplies); - pkString += - 'Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky)\n'; - } - const [pkCount, died, chanceString] = await calcWildyPKChance( - user, - wildyPeak!, - monster, - duration, - hasWildySupplies, - cannonMulti - ); - thePkCount = pkCount; - hasDied = died; - pkString += chanceString; - } - - // Check food - let foodStr = ''; - // Find best eatable boost and add 1% extra - const noFoodBoost = Math.floor(Math.max(...Eatables.map(eatable => eatable.pvmBoost ?? 0)) + 1); - if (monster.healAmountNeeded && monster.attackStyleToUse && monster.attackStylesUsed) { - const [healAmountNeeded, foodMessages] = calculateMonsterFood(monster, user); - foodStr += foodMessages; - - let gearToCheck: GearSetupType = convertAttackStyleToGearSetup(monster.attackStyleToUse); - if (isInWilderness) gearToCheck = 'wildy'; - - try { - const { foodRemoved, reductions, reductionRatio } = await removeFoodFromUser({ - user, - totalHealingNeeded: healAmountNeeded * quantity, - healPerAction: Math.ceil(healAmountNeeded / quantity), - activityName: monster.name, - attackStylesUsed: isInWilderness - ? ['wildy'] - : uniqueArr([...objectKeys(monster.minimumGearRequirements ?? {}), gearToCheck]), - learningPercentage: percentReduced, - isWilderness: isInWilderness, - minimumHealAmount: monster.minimumFoodHealAmount - }); - - if (foodRemoved.length === 0) { - boosts.push(`${noFoodBoost}% for no food`); - duration = reduceNumByPercent(duration, noFoodBoost); - } else { - for (const [item, qty] of foodRemoved.items()) { - const eatable = Eatables.find(e => e.id === item.id); - if (!eatable) continue; - - const healAmount = - typeof eatable.healAmount === 'number' ? eatable.healAmount : eatable.healAmount(user); - const amountHealed = qty * healAmount; - if (amountHealed < calcPercentOfNum(75 * reductionRatio, healAmountNeeded * quantity)) continue; - const boost = eatable.pvmBoost; - if (boost) { - if (boost < 0) { - boosts.push(`${boost}% for ${eatable.name}`); - duration = increaseNumByPercent(duration, Math.abs(boost)); - } else { - boosts.push(`${boost}% for ${eatable.name}`); - duration = reduceNumByPercent(duration, boost); - } - } - break; - } - } - - totalCost.add(foodRemoved); - if (reductions.length > 0) { - foodStr += `, ${reductions.join(', ')}`; - } - foodStr += `, **Removed ${foodRemoved}**`; - } catch (e: any) { - if (typeof e === 'string') { - return e; - } - if (e.message) { - return e.message; - } - } - } else { - boosts.push(`${noFoodBoost}% for no food`); - duration = reduceNumByPercent(duration, noFoodBoost); - } - - if (monster.deathProps) { - const deathChance = calculateSimpleMonsterDeathChance({ ...monster.deathProps, currentKC: kcForThisMonster }); - messages.push(`${deathChance.toFixed(1)}% chance of death`); - } - - // Remove items after food calc to prevent losing items if the user doesn't have the right amount of food. Example: Mossy key - if (lootToRemove.length > 0) { - await updateBankSetting('economyStats_PVMCost', lootToRemove); - await user.specialRemoveItems(lootToRemove, { wildy: !!isInWilderness }); - totalCost.add(lootToRemove); - } - - if (totalCost.length > 0) { - await trackLoot({ - id: monster.name, - totalCost, - type: 'Monster', - changeType: 'cost', - users: [ - { - id: user.id, - cost: totalCost - } - ] - }); - } - - await addSubTaskToActivityTask({ - mi: monster.id, - userID: user.id, - channelID: channelID.toString(), - q: quantity, - iQty: inputQuantity, - duration, - type: 'MonsterKilling', - usingCannon: !usingCannon ? undefined : usingCannon, - cannonMulti: !cannonMulti ? undefined : cannonMulti, - chinning: !chinning ? undefined : chinning, - bob: !burstOrBarrage ? undefined : burstOrBarrage, - died: hasDied, - pkEncounters: thePkCount, - hasWildySupplies, - isInWilderness - }); - - if (usedDart) { - return `<:deathtouched_dart:822674661967265843> ${user.minionName} used a **Deathtouched dart**.`; - } - - let response = `${minionName} is now killing ${quantity}x ${monster.name}, it'll take around ${formatDuration( - duration - )} to finish. Attack styles used: ${attackStyles.join(', ')}.`; - - if (pvmCost) { - response += ` Removed ${lootToRemove}.`; - } - - if (boosts.length > 0) { - response += `\n**Boosts:** ${boosts.join(', ')}.`; - } - - if (messages.length > 0) { - response += `\n**Messages:** ${messages.join(', ')}.`; - } - - if (foodStr) { - response += `\n**Food:** ${foodStr}\n`; - } - - if (pkString.length > 0) { - response += `\n${pkString}`; - } - - return response; -} - -export async function monsterInfo(user: MUser, name: string): Promise { - const monster = findMonster(name); - - if (stringMatches(name, 'nightmare')) { - return 'The Nightmare is not supported by this command due to the complexity of the fight.'; - } - - if (!monster) { - return "That's not a valid monster"; - } - const osjsMon = Monsters.get(monster.id); - const [, , attackStyles] = resolveAttackStyles(user, { - monsterID: monster.id - }); - - const userKc = await user.getKC(monster.id); - let [timeToFinish, percentReduced] = reducedTimeFromKC(monster, userKc); - - // item boosts - const ownedBoostItems = []; - let totalItemBoost = 0; - for (const [itemID, boostAmount] of Object.entries(resolveAvailableItemBoosts(user, monster))) { - timeToFinish *= (100 - boostAmount) / 100; - totalItemBoost += boostAmount; - ownedBoostItems.push(itemNameFromID(Number.parseInt(itemID))); - } - - let isDragon = false; - if (monster.name.toLowerCase() !== 'vorkath' && osjsMon?.data?.attributes?.includes(MonsterAttribute.Dragon)) { - isDragon = true; - if ( - user.hasEquippedOrInBank('Dragon hunter lance') && - !attackStyles.includes(SkillsEnum.Ranged) && - !attackStyles.includes(SkillsEnum.Magic) - ) { - timeToFinish = reduceNumByPercent(timeToFinish, 20); - ownedBoostItems.push('Dragon hunter lance'); - totalItemBoost += 20; - } else if (user.hasEquippedOrInBank('Dragon hunter crossbow') && attackStyles.includes(SkillsEnum.Ranged)) { - timeToFinish = reduceNumByPercent(timeToFinish, 20); - ownedBoostItems.push('Dragon hunter crossbow'); - totalItemBoost += 20; - } - } - // poh boosts - if (monster.pohBoosts) { - const [boostPercent, messages] = calcPOHBoosts(await getPOH(user.id), monster.pohBoosts); - if (boostPercent > 0) { - timeToFinish = reduceNumByPercent(timeToFinish, boostPercent); - const boostString = messages.join(' ').replace(/[0-9]{2}% for /, ''); - ownedBoostItems.push(`${boostString}`); - totalItemBoost += boostPercent; - } - } - // combat stat boosts - const skillTotal = sumArr(attackStyles.map(s => user.skillLevel(s))); - - let percent = round(calcWhatPercent(skillTotal, attackStyles.length * 99), 2); - - const str = [`**${monster.name}**\n`]; - - let skillString = ''; - - if (percent < 50) { - percent = 50 - percent; - skillString = `Skills boost: -${percent.toFixed(2)}% for your skills.\n`; - timeToFinish = increaseNumByPercent(timeToFinish, percent); - } else { - percent = Math.min(15, percent / 6.5); - skillString = `Skills boost: ${percent.toFixed(2)}% for your skills.\n`; - timeToFinish = reduceNumByPercent(timeToFinish, percent); - } - let hpString = ''; - // Find best eatable boost and add 1% extra - const noFoodBoost = Math.floor(Math.max(...Eatables.map(eatable => eatable.pvmBoost ?? 0)) + 1); - if (monster.healAmountNeeded) { - const [hpNeededPerKill] = calculateMonsterFood(monster, user); - if (hpNeededPerKill === 0) { - timeToFinish = reduceNumByPercent(timeToFinish, noFoodBoost); - hpString = `${noFoodBoost}% boost for no food`; - } - } - const maxCanKillSlay = Math.floor(calcMaxTripLength(user, 'MonsterKilling') / reduceNumByPercent(timeToFinish, 15)); - const maxCanKill = Math.floor(calcMaxTripLength(user, 'MonsterKilling') / timeToFinish); - - const { QP } = user; - - str.push(`**Barrage/Burst**: ${monster.canBarrage ? 'Yes' : 'No'}`); - str.push( - `**Cannon**: ${monster.canCannon ? `Yes, ${monster.cannonMulti ? 'multi' : 'single'} combat area` : 'No'}\n` - ); - - if (monster.qpRequired) { - str.push(`${monster.name} requires **${monster.qpRequired}qp** to kill, and you have ${QP}qp.\n`); - } - - const itemRequirements = []; - if (monster.itemsRequired && monster.itemsRequired.length > 0) { - itemRequirements.push(`**Items Required:** ${formatItemReqs(monster.itemsRequired)}\n`); - } - if (monster.itemCost) { - itemRequirements.push( - `**Item Cost per Trip:** ${formatItemCosts(monster.itemCost, timeToFinish * maxCanKill)}\n` - ); - } - - if (monster.healAmountNeeded) { - const [hpNeededPerKill, gearStats] = calculateMonsterFood(monster, user); - const gearReductions = gearStats.replace(/: Reduced from (?:[0-9]+?), /, '\n').replace('), ', ')\n'); - if (hpNeededPerKill > 0) { - itemRequirements.push( - `**Healing Required:** ${gearReductions}\nYou require ${ - hpNeededPerKill * maxCanKill - } hp for a full trip\n` - ); - } else { - itemRequirements.push(`**Healing Required:** ${gearReductions}\n**Food boost**: ${hpString}\n`); - } - } - str.push(`${itemRequirements.join('')}`); - const totalBoost = []; - if (isDragon) { - totalBoost.push('15% for Dragon hunter lance OR 15% for Dragon hunter crossbow'); - } - if (monster.itemInBankBoosts) { - totalBoost.push(`${formatItemBoosts(monster.itemInBankBoosts)}`); - } - if (monster.equippedItemBoosts) { - for (const boostSet of monster.equippedItemBoosts) { - totalBoost.push( - `${boostSet.items - .map(i => `${i.boostPercent}% for ${itemNameFromID(i.itemID)}`) - .join(' OR ')}, equipped in ${boostSet.gearSetup} setup` - ); - } - } - if (monster.pohBoosts) { - totalBoost.push( - `${formatPohBoosts(monster.pohBoosts) - .replace(/(Pool:)/, '') - .replace(')', '') - .replace('(', '') - .replace('\n', '')}` - ); - } - if (totalBoost.length > 0) { - str.push( - `**Boosts**\nAvailable Boosts: ${totalBoost.join(',')}\n${ - ownedBoostItems.length > 0 ? `Your boosts: ${ownedBoostItems.join(', ')} for ${totalItemBoost}%` : '' - }\n${skillString}` - ); - } else { - str.push(`**Boosts**\n${skillString}`); - } - str.push('**Trip info**'); - - str.push( - `Maximum trip length: ${formatDuration( - calcMaxTripLength(user, 'MonsterKilling') - )}\nNormal kill time: ${formatDuration( - monster.timeToFinish - )}. You can kill up to ${maxCanKill} per trip (${formatDuration(timeToFinish)} per kill).` - ); - str.push( - `If you were on a slayer task: ${maxCanKillSlay} per trip (${formatDuration( - reduceNumByPercent(timeToFinish, 15) - )} per kill).` - ); - const kcForOnePercent = Math.ceil((Time.Hour * 5) / monster.timeToFinish); - - str.push( - `Every ${kcForOnePercent}kc you will gain a 1% (upto 10%).\nYou currently recieve a ${percentReduced}% boost with your ${userKc}kc.\n` - ); - - const min = timeToFinish * maxCanKill * 1.01; - const max = timeToFinish * maxCanKill * 1.2; - str.push( - `Due to the random variation of an added 1-20% duration, ${maxCanKill}x kills can take between (${formatDuration( - min - )}) and (${formatDuration(max)})\nIf the Weekend boost is active, it takes: (${formatDuration( - min * 0.9 - )}) to (${formatDuration(max * 0.9)}) to finish.\n` - ); - - if (monster.degradeableItemUsage) { - for (const item of monster.degradeableItemUsage) { - str.push( - `${item.items.map(i => `${itemNameFromID(i.itemID)} (${i.boostPercent}% boost)`).join(' OR ')} ${ - item.required ? 'must' : 'can' - } be equipped in your ${item.gearSetup} setup, needs to be charged using /minion charge.` - ); - } - } - - const response: InteractionReplyOptions = { - content: str.join('\n') - }; - - return response; -} diff --git a/src/mahoji/lib/abstracted_commands/minionKill/calcTaskMonstersRemaining.ts b/src/mahoji/lib/abstracted_commands/minionKill/calcTaskMonstersRemaining.ts new file mode 100644 index 00000000000..291b4601af3 --- /dev/null +++ b/src/mahoji/lib/abstracted_commands/minionKill/calcTaskMonstersRemaining.ts @@ -0,0 +1,30 @@ +import { Monsters } from 'oldschooljs'; +import type { KillableMonster } from '../../../../lib/minions/types'; +import { SlayerTaskUnlocksEnum } from '../../../../lib/slayer/slayerUnlocks'; +import type { CurrentSlayerInfo } from '../../../../lib/slayer/slayerUtil'; + +export function killsRemainingOnTask({ + isOnTask, + monster, + task, + slayerUnlocks +}: { + slayerUnlocks: SlayerTaskUnlocksEnum[]; + isOnTask: boolean; + task: CurrentSlayerInfo; + monster: KillableMonster; +}) { + if (!isOnTask || !task.currentTask) return null; + let effectiveQtyRemaining = task.currentTask.quantity_remaining; + if (monster.id === Monsters.KrilTsutsaroth.id && task.currentTask?.monster_id !== Monsters.KrilTsutsaroth.id) { + effectiveQtyRemaining = Math.ceil(effectiveQtyRemaining / 2); + } else if (monster.id === Monsters.Kreearra.id && task.currentTask?.monster_id !== Monsters.Kreearra.id) { + effectiveQtyRemaining = Math.ceil(effectiveQtyRemaining / 4); + } else if ( + monster.id === Monsters.GrotesqueGuardians.id && + slayerUnlocks.includes(SlayerTaskUnlocksEnum.DoubleTrouble) + ) { + effectiveQtyRemaining = Math.ceil(effectiveQtyRemaining / 2); + } + return effectiveQtyRemaining; +} diff --git a/src/mahoji/lib/abstracted_commands/minionKill/determineIfUsingCannon.ts b/src/mahoji/lib/abstracted_commands/minionKill/determineIfUsingCannon.ts new file mode 100644 index 00000000000..8d1badff5d4 --- /dev/null +++ b/src/mahoji/lib/abstracted_commands/minionKill/determineIfUsingCannon.ts @@ -0,0 +1,86 @@ +import { Time } from 'e'; +import { Monsters } from 'oldschooljs'; +import type { PvMMethod } from '../../../../lib/constants'; +import { InventionID, canAffordInventionBoostRaw } from '../../../../lib/invention/inventions'; +import { cannonBanks } from '../../../../lib/minions/data/combatConstants'; +import { wildyKillableMonsters } from '../../../../lib/minions/data/killableMonsters/bosses/wildy'; +import { revenantMonsters } from '../../../../lib/minions/data/killableMonsters/revs'; +import type { KillableMonster } from '../../../../lib/minions/types'; +import type { GearBank } from '../../../../lib/structures/GearBank'; + +const monstersCantBeCannoned = [...wildyKillableMonsters, ...revenantMonsters].map(m => m.id); + +export function determineIfUsingCannon({ + gearBank, + monster, + isOnTask, + combatMethods, + isInWilderness, + disabledInventions +}: { + gearBank: GearBank; + isInWilderness: boolean; + monster: KillableMonster; + isOnTask: boolean; + combatMethods: PvMMethod[]; + disabledInventions: InventionID[]; +}) { + if (!combatMethods.includes('cannon')) { + return { + usingCannon: false, + cannonMulti: false + }; + } + const hasSuperiorCannon = gearBank.bank.has('Superior dwarf multicannon'); + const hasCannon = hasSuperiorCannon || cannonBanks.some(i => gearBank.bank.has(i)); + if (combatMethods.includes('cannon') && !hasCannon) { + return "You don't have a cannon in your bank."; + } + + let usingCannon = monster.canCannon; + let cannonMulti = monster.cannonMulti; + + if (isInWilderness && combatMethods.includes('cannon')) { + if (monster.id === Monsters.HillGiant.id || monster.id === Monsters.MossGiant.id) { + usingCannon = isInWilderness; + } + + if (monster.id === Monsters.Spider.id || monster.id === Monsters.Scorpion.id) { + usingCannon = isInWilderness; + cannonMulti = isInWilderness; + } + + if (monster.wildySlayerCave) { + usingCannon = isInWilderness; + cannonMulti = isInWilderness; + if (monster.id === Monsters.AbyssalDemon.id && !isOnTask) { + usingCannon = false; + cannonMulti = false; + } + } + + if (monstersCantBeCannoned.includes(monster.id)) { + return { + usingCannon: false, + cannonMulti: false + }; + } + } + + const { canAfford } = canAffordInventionBoostRaw( + gearBank.materials, + InventionID.SuperiorDwarfMultiCannon, + Time.Hour + ); + const canUseSuperiorCannon = !( + disabledInventions.includes(InventionID.SuperiorDwarfMultiCannon) && hasSuperiorCannon + ) + ? canAfford + : false; + + return { + usingCannon, + cannonMulti, + canUseSuperiorCannon + }; +} diff --git a/src/mahoji/lib/abstracted_commands/minionKill/handleConsumables.ts b/src/mahoji/lib/abstracted_commands/minionKill/handleConsumables.ts new file mode 100644 index 00000000000..fdba2ad4434 --- /dev/null +++ b/src/mahoji/lib/abstracted_commands/minionKill/handleConsumables.ts @@ -0,0 +1,110 @@ +import { Time, reduceNumByPercent } from 'e'; +import { EItem } from 'oldschooljs'; + +import { getSimilarItems } from '../../../../lib/data/similarItems'; +import type { Consumable } from '../../../../lib/minions/types'; +import { FloatBank } from '../../../../lib/structures/Bank'; +import type { GearBank } from '../../../../lib/structures/GearBank'; +import itemID from '../../../../lib/util/itemID'; + +// TODO: should use a FloatBank instead of a Bank +export const calculateTripConsumableCost = (c: Consumable, quantity: number, duration: number) => { + const consumableCost = c.itemCost.clone(); + if (c.qtyPerKill) { + consumableCost.multiply(quantity); + } else if (c.qtyPerMinute) { + consumableCost.multiply(duration / Time.Minute); + } + for (const [item, qty] of consumableCost.items()) { + consumableCost.set(item.id, Math.ceil(qty)); + } + return consumableCost; +}; + +export function getItemCostFromConsumables({ + consumableCosts, + gearBank, + timeToFinish, + maxTripLength, + inputQuantity, + slayerKillsRemaining +}: { + timeToFinish: number; + consumableCosts: Consumable[]; + gearBank: GearBank; + maxTripLength: number; + inputQuantity: number | undefined; + slayerKillsRemaining: number | null; +}) { + const quantity = inputQuantity ?? Math.floor(maxTripLength / timeToFinish); + const duration = timeToFinish * quantity; + const floatCostsPerKill = new FloatBank(); + const boosts: { message: string; boostPercent: number }[] = []; + + for (const cc of consumableCosts) { + const flatConsumables = [cc, ...(cc.alternativeConsumables ?? [])]; + const consumable = + flatConsumables.find(c => gearBank.bank.has(calculateTripConsumableCost(c, quantity, duration))) ?? cc; + if (consumable.optional && !gearBank.bank.has(calculateTripConsumableCost(cc, quantity, duration))) { + continue; + } + + let itemMultiple = consumable.qtyPerKill ?? consumable.qtyPerMinute ?? null; + if (itemMultiple) { + if (consumable.isRuneCost) { + // Free casts for kodai + sotd + if (gearBank.hasEquipped('Kodai wand')) { + itemMultiple = Math.ceil(0.85 * itemMultiple); + } else if (gearBank.hasEquipped('Staff of the dead')) { + itemMultiple = Math.ceil((6 / 7) * itemMultiple); + } + } + + const multiply = consumable.qtyPerMinute ? (timeToFinish / Time.Minute) * itemMultiple : itemMultiple; + + for (const [item, qty] of consumable.itemCost.items()) { + floatCostsPerKill.add(item.id, qty * multiply); + } + if (consumable.boostPercent) { + timeToFinish = reduceNumByPercent(timeToFinish, consumable.boostPercent); + boosts.push({ + message: `${consumable.boostPercent}% for ${consumable.itemCost + .items() + .map(i => i[0].name) + .join(', ')}`, + boostPercent: consumable.boostPercent + }); + } + } + } + + const hasInfiniteWaterRunes = gearBank.hasEquipped(getSimilarItems(itemID('Staff of water')), false); + + if (hasInfiniteWaterRunes) { + floatCostsPerKill.remove(EItem.WATER_RUNE, floatCostsPerKill.amount(EItem.WATER_RUNE)); + } + + const maxBasedOnTime = Math.floor(maxTripLength / timeToFinish); + const maxCanKillWithItemCost = + consumableCosts.length === 0 ? Number.POSITIVE_INFINITY : Math.floor(floatCostsPerKill.fits(gearBank.bank)); + const maxAllowed = Math.min(maxBasedOnTime, maxCanKillWithItemCost); + let finalQuantity = Math.max(1, inputQuantity ? Math.min(inputQuantity, maxAllowed) : maxAllowed) ?? maxAllowed; + if (slayerKillsRemaining && finalQuantity > slayerKillsRemaining) { + finalQuantity = slayerKillsRemaining; + } + const itemCost = floatCostsPerKill.multiply(finalQuantity).toItemBankRoundedUp(); + + if (consumableCosts.length === 0) { + return { + finalQuantity, + timeToFinish + }; + } + + return { + itemCost, + finalQuantity, + boosts, + timeToFinish + }; +} diff --git a/src/mahoji/lib/abstracted_commands/minionKill/minionKill.ts b/src/mahoji/lib/abstracted_commands/minionKill/minionKill.ts new file mode 100644 index 00000000000..183f7979767 --- /dev/null +++ b/src/mahoji/lib/abstracted_commands/minionKill/minionKill.ts @@ -0,0 +1,180 @@ +import type { ChatInputCommandInteraction, InteractionReplyOptions } from 'discord.js'; + +import { handleDTD } from '../../../../lib/bso/handleDTD'; +import { colosseumCommand } from '../../../../lib/colosseum'; +import type { PvMMethod } from '../../../../lib/constants'; +import { getCurrentPeak } from '../../../../lib/getCurrentPeak'; +import { trackLoot } from '../../../../lib/lootTrack'; +import { revenantMonsters } from '../../../../lib/minions/data/killableMonsters/revs'; +import { getUsersCurrentSlayerInfo } from '../../../../lib/slayer/slayerUtil'; +import type { MonsterActivityTaskOptions } from '../../../../lib/types/minions'; +import { formatDuration, stringMatches } from '../../../../lib/util'; +import addSubTaskToActivityTask from '../../../../lib/util/addSubTaskToActivityTask'; +import { calcMaxTripLength } from '../../../../lib/util/calcMaxTripLength'; +import findMonster from '../../../../lib/util/findMonster'; +import { updateBankSetting } from '../../../../lib/util/updateBankSetting'; +import { sendToChannelID } from '../../../../lib/util/webhook'; +import { hasMonsterRequirements } from '../../../mahojiSettings'; +import { igneCommand } from '../igneCommand'; +import { kgCommand } from '../kgCommand'; +import { kkCommand } from '../kkCommand'; +import { moktangCommand } from '../moktangCommand'; +import { naxxusCommand } from '../naxxusCommand'; +import { nexCommand } from '../nexCommand'; +import { nightmareCommand } from '../nightmareCommand'; +import { getPOH } from '../pohCommand'; +import { temporossCommand } from '../temporossCommand'; +import { vasaCommand } from '../vasaCommand'; +import { wintertodtCommand } from '../wintertodtCommand'; +import { zalcanoCommand } from '../zalcanoCommand'; +import { newMinionKillCommand } from './newMinionKill'; + +const invalidMonsterMsg = "That isn't a valid monster.\n\nFor example, `/k name:zulrah quantity:5`"; + +export async function minionKillCommand( + user: MUser, + interaction: ChatInputCommandInteraction, + channelID: string, + name: string, + inputQuantity: number | undefined, + method: PvMMethod | undefined, + wilderness: boolean | undefined, + _solo: boolean | undefined +): Promise { + if (user.minionIsBusy) { + return 'Your minion is busy.'; + } + const { minionName } = user; + + if (!name) return invalidMonsterMsg; + + if (user.usingPet('Ishi')) { + sendToChannelID(channelID.toString(), { + content: `${user} Ishi Says: Let's kill some ogress warriors instead? 🥰 🐳` + }); + name = 'Ogress Warrior'; + } + if (stringMatches(name, 'colosseum')) return colosseumCommand(user, channelID, inputQuantity); + if (stringMatches(name, 'zalcano')) return zalcanoCommand(user, channelID, inputQuantity); + if (stringMatches(name, 'tempoross')) return temporossCommand(user, channelID, inputQuantity); + if (name.toLowerCase().includes('nightmare')) return nightmareCommand(user, channelID, name, inputQuantity); + if (name.toLowerCase().includes('wintertodt')) return wintertodtCommand(user, channelID); + if (['igne ', 'ignecarus'].some(i => name.toLowerCase().includes(i))) { + return igneCommand(interaction, user, channelID, name, inputQuantity); + } + if (['kg', 'king goldemar'].some(i => name.toLowerCase().includes(i))) { + return kgCommand(interaction, user, channelID, name, inputQuantity); + } + if (['kk', 'kalphite king'].some(i => name.toLowerCase().includes(i))) + return kkCommand(interaction, user, channelID, name, inputQuantity); + if (name.toLowerCase().includes('nex')) return nexCommand(interaction, user, channelID, name, inputQuantity); + if (name.toLowerCase().includes('moktang')) return moktangCommand(user, channelID, inputQuantity); + if (name.toLowerCase().includes('naxxus')) return naxxusCommand(user, channelID, inputQuantity); + if (['vasa', 'vasa magus'].some(i => name.toLowerCase().includes(i))) { + return vasaCommand(user, channelID, inputQuantity); + } + + let monster = findMonster(name); + + const matchedRevenantMonster = revenantMonsters.find(monster => + monster.aliases.some(alias => stringMatches(alias, name)) + ); + if (matchedRevenantMonster) { + monster = matchedRevenantMonster; + } + + if (!monster) return invalidMonsterMsg; + + const [hasReqs, reason] = await hasMonsterRequirements(user, monster); + if (!hasReqs) { + return typeof reason === 'string' ? reason : "You don't have the requirements to fight this monster"; + } + + const dtdResult = await handleDTD(monster, user); + if (typeof dtdResult === 'string') { + return dtdResult; + } + + const stats: { pk_evasion_exp: number } = await user.fetchStats({ pk_evasion_exp: true }); + + const result = newMinionKillCommand({ + gearBank: user.gearBank, + attackStyles: user.getAttackStyles(), + currentSlayerTask: await getUsersCurrentSlayerInfo(user.id), + monster, + isTryingToUseWildy: wilderness ?? false, + monsterKC: await user.getKC(monster.id), + inputPVMMethod: method, + maxTripLength: calcMaxTripLength(user, 'MonsterKilling'), + pkEvasionExperience: stats.pk_evasion_exp, + poh: await getPOH(user.id), + inputQuantity, + combatOptions: user.combatOptions, + slayerUnlocks: user.user.slayer_unlocks, + favoriteFood: user.user.favorite_food, + bitfield: user.bitfield, + currentPeak: getCurrentPeak(), + disabledInventions: user.user.disabled_inventions + }); + + if (typeof result === 'string') { + return result; + } + + if (!user.allItemsOwned.has(result.updateBank.itemCostBank)) { + return `You don't have the items needed to kill this monster. You need: ${result.updateBank.itemCostBank}`; + } + + const updateResult = await result.updateBank.transact(user, { isInWilderness: result.isInWilderness }); + if (typeof updateResult === 'string') { + return updateResult; + } + + if (result.updateBank.itemCostBank.length > 0) { + await updateBankSetting('economyStats_PVMCost', result.updateBank.itemCostBank); + await trackLoot({ + id: monster.name, + totalCost: result.updateBank.itemCostBank, + type: 'Monster', + changeType: 'cost', + users: [ + { + id: user.id, + cost: result.updateBank.itemCostBank + } + ] + }); + } + + const { bob, usingCannon, cannonMulti, chinning, hasWildySupplies } = result.currentTaskOptions; + await addSubTaskToActivityTask({ + mi: monster.id, + userID: user.id, + channelID, + q: result.quantity, + iQty: inputQuantity, + duration: result.duration, + type: 'MonsterKilling', + usingCannon: !usingCannon ? undefined : usingCannon, + cannonMulti: !cannonMulti ? undefined : cannonMulti, + chinning: !chinning ? undefined : chinning, + bob: !bob ? undefined : bob, + hasWildySupplies, + isInWilderness: result.isInWilderness, + attackStyles: result.attackStyles + }); + + if (dtdResult) { + return `<:deathtouched_dart:822674661967265843> ${user.minionName} used a **Deathtouched dart**.`; + } + + let response = `${minionName} is now killing ${result.quantity}x ${monster.name}, it'll take around ${formatDuration( + result.duration + )} to finish. Attack styles used: ${result.attackStyles.join(', ')}.`; + + if (result.messages.length > 0) { + response += `\n\n${result.messages.join(', ')}`; + } + + return response; +} diff --git a/src/mahoji/lib/abstracted_commands/minionKill/minionKillData.ts b/src/mahoji/lib/abstracted_commands/minionKill/minionKillData.ts new file mode 100644 index 00000000000..b55ba0143cc --- /dev/null +++ b/src/mahoji/lib/abstracted_commands/minionKill/minionKillData.ts @@ -0,0 +1,14 @@ +import getOSItem from '../../../../lib/util/getOSItem'; + +export const dragonHunterWeapons = [ + { + item: getOSItem('Dragon hunter lance'), + attackStyle: 'melee', + boost: 15 + }, + { + item: getOSItem('Dragon hunter crossbow'), + attackStyle: 'ranged', + boost: 15 + } +] as const; diff --git a/src/mahoji/lib/abstracted_commands/minionKill/newMinionKill.ts b/src/mahoji/lib/abstracted_commands/minionKill/newMinionKill.ts new file mode 100644 index 00000000000..7c80278e25b --- /dev/null +++ b/src/mahoji/lib/abstracted_commands/minionKill/newMinionKill.ts @@ -0,0 +1,305 @@ +import type { PlayerOwnedHouse } from '@prisma/client'; +import { Time, clamp, increaseNumByPercent, reduceNumByPercent } from 'e'; +import { Monsters } from 'oldschooljs'; +import { mergeDeep } from 'remeda'; +import z from 'zod'; +import { BitField, type PvMMethod, YETI_ID } from '../../../../lib/constants'; +import type { InventionID } from '../../../../lib/invention/inventions'; +import { type CombatOptionsEnum, SlayerActivityConstants } from '../../../../lib/minions/data/combatConstants'; +import { revenantMonsters } from '../../../../lib/minions/data/killableMonsters/revs'; +import { + type AttackStyles, + attackStylesArr, + getAttackStylesContext, + resolveAttackStyles +} from '../../../../lib/minions/functions'; +import type { KillableMonster } from '../../../../lib/minions/types'; +import type { SlayerTaskUnlocksEnum } from '../../../../lib/slayer/slayerUnlocks'; +import { type CurrentSlayerInfo, determineCombatBoosts } from '../../../../lib/slayer/slayerUtil'; +import type { GearBank } from '../../../../lib/structures/GearBank'; +import { UpdateBank } from '../../../../lib/structures/UpdateBank'; +import type { Peak } from '../../../../lib/tickers'; +import { + calculateSimpleMonsterDeathChance, + checkRangeGearWeapon, + formatDuration, + isWeekend, + itemID, + itemNameFromID, + numberEnum, + zodEnum +} from '../../../../lib/util'; +import { killsRemainingOnTask } from './calcTaskMonstersRemaining'; +import { type PostBoostEffect, postBoostEffects } from './postBoostEffects'; +import { speedCalculations } from './timeAndSpeed'; + +const newMinionKillReturnSchema = z.object({ + duration: z.number().int().positive(), + quantity: z.number().int().positive(), + isOnTask: z.boolean(), + isInWilderness: z.boolean(), + attackStyles: z.array(z.enum(zodEnum(attackStylesArr))), + currentTaskOptions: z.object({ + bob: z + .number() + .superRefine(numberEnum([SlayerActivityConstants.IceBarrage, SlayerActivityConstants.IceBurst])) + .optional(), + usingCannon: z.boolean().optional(), + cannonMulti: z.boolean().optional(), + chinning: z.boolean().optional(), + hasWildySupplies: z.boolean().optional(), + died: z.boolean().optional(), + pkEncounters: z.number().int().min(0).optional(), + isInWilderness: z.boolean().optional() + }), + messages: z.array(z.string()), + updateBank: z.instanceof(UpdateBank) +}); +export type MinionKillReturn = z.infer; +export interface MinionKillOptions { + attackStyles: AttackStyles[]; + gearBank: GearBank; + currentSlayerTask: CurrentSlayerInfo; + monster: KillableMonster; + isTryingToUseWildy: boolean; + combatOptions: readonly CombatOptionsEnum[]; + inputPVMMethod: PvMMethod | undefined; + monsterKC: number; + poh: PlayerOwnedHouse; + maxTripLength: number; + inputQuantity?: number; + slayerUnlocks: SlayerTaskUnlocksEnum[]; + favoriteFood: number[]; + bitfield: readonly BitField[]; + pkEvasionExperience: number; + currentPeak: Peak; + disabledInventions: InventionID[]; +} + +export function newMinionKillCommand(args: MinionKillOptions) { + let { + combatOptions, + attackStyles, + gearBank, + currentSlayerTask, + monster, + isTryingToUseWildy, + inputPVMMethod, + maxTripLength, + slayerUnlocks + } = args; + const osjsMon = Monsters.get(monster.id)!; + let { primaryStyle, relevantGearStat } = getAttackStylesContext(attackStyles); + const isOnTask = + currentSlayerTask.assignedTask !== null && + currentSlayerTask.currentTask !== null && + currentSlayerTask.assignedTask.monsters.includes(monster.id); + + if (monster.slayerOnly && !isOnTask) { + return `You can't kill ${monster.name}, because you're not on a slayer task.`; + } + + if (monster.canBePked && !isTryingToUseWildy) { + return `You can't kill ${monster.name} outside the wilderness.`; + } + + const isInWilderness = Boolean( + isTryingToUseWildy || (isOnTask && currentSlayerTask.assignedTask?.wilderness) || monster.canBePked + ); + + if (!monster.wildy && isInWilderness) { + return `You can't kill ${monster.name} in the wilderness.`; + } + + const matchedRevenantMonster = revenantMonsters.find(m => m.id === monster.id); + if (matchedRevenantMonster) { + const weapon = gearBank.gear.wildy.equippedWeapon(); + if (!weapon) { + return 'You have no weapon equipped in your Wildy outfit.'; + } + + if (weapon.equipment![relevantGearStat] < 10) { + return `Your weapon is terrible, you can't kill Revenants. You should have ${primaryStyle} gear equipped in your wildy outfit, as this is what you're currently training. You can change this using \`/minion train\``; + } + } + + const isKillingJelly = monster.id === Monsters.Jelly.id; + const isAbleToBurstInWilderness = isKillingJelly && isInWilderness; + + const combatMethods = determineCombatBoosts({ + cbOpts: combatOptions, + monster, + methods: [inputPVMMethod ?? 'none'], + isOnTask, + wildyBurst: isAbleToBurstInWilderness + }); + + attackStyles = resolveAttackStyles({ + monster, + boostMethod: combatMethods, + attackStyles + }); + const { skillsAsLevels } = gearBank; + if (combatMethods.includes('barrage') && skillsAsLevels.magic < 94) { + return `You need 94 Magic to use Ice Barrage. You have ${skillsAsLevels.magic}`; + } + if (combatMethods.includes('burst') && skillsAsLevels.magic < 70) { + return `You need 70 Magic to use Ice Burst. You have ${skillsAsLevels.magic}`; + } + if (combatMethods.includes('chinning') && skillsAsLevels.ranged < 65) { + return `You need 65 Ranged to use Chinning method. You have ${skillsAsLevels.ranged}`; + } + + const isBurstingOrBarraging = combatMethods.includes('burst') || combatMethods.includes('barrage'); + if (isBurstingOrBarraging && !monster.canBarrage) { + if (isKillingJelly && !isInWilderness) { + return `${monster.name} can only be barraged or burst in the wilderness.`; + } else { + return `${monster.name} cannot be barraged or burst.`; + } + } + if (isBurstingOrBarraging && !isOnTask) { + return `You can't barrage or burst ${monster.name}, because you're not on a slayer task.`; + } + + const killsRemaining = currentSlayerTask + ? killsRemainingOnTask({ + isOnTask, + monster, + task: currentSlayerTask, + slayerUnlocks + }) + : null; + + if (monster.maxQuantity) { + args.inputQuantity = clamp(args.inputQuantity ?? 1, 1, monster.maxQuantity); + } + + if (!args.bitfield.includes(BitField.HasUnlockedYeti) && monster.id === YETI_ID) { + args.inputQuantity = 1; + } + + const inventionsBeingUsed: InventionID[] = []; + const ephemeralPostTripEffects: PostBoostEffect[] = []; + const speedDurationResult = speedCalculations({ + ...args, + attackStyles, + isOnTask, + osjsMon, + primaryStyle, + isInWilderness: isInWilderness, + combatMethods, + relevantGearStat, + addPostBoostEffect: (effect: PostBoostEffect) => ephemeralPostTripEffects.push(effect), + addInvention: (invention: InventionID) => inventionsBeingUsed.push(invention), + killsRemaining + }); + if (typeof speedDurationResult === 'string') { + return speedDurationResult; + } + + const quantity = speedDurationResult.finalQuantity; + let duration = speedDurationResult.timeToFinish * quantity; + if (quantity > 1 && duration > maxTripLength) { + return `You can't go on PvM trips longer than ${formatDuration( + maxTripLength + )}, try a lower quantity. Killing ${quantity}x would take ${formatDuration(duration)}. The highest amount you can do for ${monster.name} is ${Math.floor(maxTripLength / speedDurationResult.timeToFinish)}.`; + } + + if (isWeekend()) { + speedDurationResult.messages.push('10% for Weekend'); + duration *= 0.9; + } + + if (monster.projectileUsage?.required) { + if (!gearBank.gear.range.ammo?.item) { + return `You need range ammo equipped to kill ${monster.name}.`; + } + const rangeCheck = checkRangeGearWeapon(gearBank.gear.range); + if (typeof rangeCheck === 'string') { + return `Your range gear isn't right: ${rangeCheck}`; + } + const projectilesNeeded = monster.projectileUsage.calculateQuantity({ quantity }); + speedDurationResult.updateBank.itemCostBank.add(rangeCheck.ammo.item, projectilesNeeded); + if (projectilesNeeded > rangeCheck.ammo.quantity) { + return `You need ${projectilesNeeded.toLocaleString()}x ${itemNameFromID( + rangeCheck.ammo.item + )} to kill ${quantity}x ${ + monster.name + }, and you have ${rangeCheck.ammo.quantity.toLocaleString()}x equipped.`; + } + } + + if (gearBank.gear.wildy.hasEquipped('Hellfire bow') && isInWilderness) { + const arrowsNeeded = Math.ceil(duration / (Time.Second * 13)); + if (gearBank.gear.wildy.ammo?.item !== itemID('Hellfire arrow')) { + return `You need Hellfire arrows equipped to kill ${monster.name} with a Hellfire bow.`; + } + speedDurationResult.updateBank.itemCostBank.add(itemID('Hellfire arrow'), arrowsNeeded); + } + + for (const effect of [...postBoostEffects, ...ephemeralPostTripEffects]) { + const result = effect.run({ + ...args, + duration, + quantity, + isOnTask, + isInWilderness, + osjsMon, + primaryStyle, + combatMethods, + relevantGearStat, + currentTaskOptions: speedDurationResult.currentTaskOptions, + addInvention: (invention: InventionID) => inventionsBeingUsed.push(invention), + killsRemaining + }); + if (typeof result === 'string') return result; + if (!result) continue; + for (const boostResult of Array.isArray(result) ? result : [result]) { + if (boostResult.changes) { + speedDurationResult.currentTaskOptions = mergeDeep( + speedDurationResult.currentTaskOptions, + boostResult.changes + ); + const newStyles = getAttackStylesContext(attackStyles); + primaryStyle = newStyles.primaryStyle; + relevantGearStat = newStyles.relevantGearStat; + } + + if (boostResult.percentageReduction) { + duration = reduceNumByPercent(duration, boostResult.percentageReduction); + } else if (boostResult.percentageIncrease) { + duration = increaseNumByPercent(duration, boostResult.percentageIncrease); + } + if (boostResult.charges) speedDurationResult.updateBank.chargeBank.add(boostResult.charges); + if (boostResult.itemCost) speedDurationResult.updateBank.itemCostBank.add(boostResult.itemCost); + if (boostResult.message) speedDurationResult.messages.push(boostResult.message); + } + } + duration = Math.ceil(duration); + + speedDurationResult.updateBank.itemCostBank.freeze(); + speedDurationResult.updateBank.itemLootBank.freeze(); + + if (speedDurationResult.updateBank.itemCostBank.length > 0) { + speedDurationResult.messages.push(`Removing items: ${speedDurationResult.updateBank.itemCostBank}`); + } + + if (monster.deathProps) { + const deathChance = calculateSimpleMonsterDeathChance({ ...monster.deathProps, currentKC: args.monsterKC }); + speedDurationResult.messages.push(`${deathChance.toFixed(1)}% chance of death`); + } + + const result = newMinionKillReturnSchema.parse({ + duration, + quantity, + isOnTask, + isInWilderness, + attackStyles, + currentTaskOptions: speedDurationResult.currentTaskOptions, + messages: speedDurationResult.messages, + updateBank: speedDurationResult.updateBank + }); + + return result; +} diff --git a/src/mahoji/lib/abstracted_commands/minionKill/postBoostEffects.ts b/src/mahoji/lib/abstracted_commands/minionKill/postBoostEffects.ts new file mode 100644 index 00000000000..753183d191a --- /dev/null +++ b/src/mahoji/lib/abstracted_commands/minionKill/postBoostEffects.ts @@ -0,0 +1,184 @@ +import type { GearSetupType } from '@prisma/client'; +import { Time, calcPercentOfNum, objectKeys, uniqueArr } from 'e'; +import { Bank } from 'oldschooljs'; +import { dwarvenBlessing } from '../../../../lib/bso/dwarvenBlessing'; +import { BitField, PeakTier } from '../../../../lib/constants'; +import { Eatables } from '../../../../lib/data/eatables'; +import { calculateMonsterFoodRaw } from '../../../../lib/minions/functions/calculateMonsterFood'; +import reducedTimeFromKC from '../../../../lib/minions/functions/reducedTimeFromKC'; +import { removeFoodFromUserRaw } from '../../../../lib/minions/functions/removeFoodFromUser'; +import type { Peak } from '../../../../lib/tickers'; +import { convertAttackStyleToGearSetup } from '../../../../lib/util'; +import { calcWildyPKChance } from '../../../../lib/util/calcWildyPkChance'; +import type { BoostArgs, BoostResult } from './speedBoosts'; + +const noFoodBoost = Math.floor(Math.max(...Eatables.map(eatable => eatable.pvmBoost ?? 0))); + +// Runs after we know the quantity/duration/etc +type PostBoostEffectReturn = Pick< + BoostResult, + 'percentageReduction' | 'percentageIncrease' | 'message' | 'charges' | 'changes' | 'itemCost' +>; +export type PostBoostEffect = { + description: string; + run: ( + args: { currentPeak: Peak; duration: number; quantity: number } & Omit< + BoostArgs, + 'addPostBoostEffect' | 'itemCost' + > + ) => null | undefined | string | PostBoostEffectReturn | PostBoostEffectReturn[]; +}; +export const postBoostEffects: PostBoostEffect[] = [ + { + description: 'Food', + run: ({ monster, isInWilderness, quantity, monsterKC, gearBank, favoriteFood }) => { + if (!monster.healAmountNeeded || !monster.attackStyleToUse || !monster.attackStylesUsed) { + return { + percentageReduction: noFoodBoost, + message: `${noFoodBoost}% for no food` + }; + } + const [healAmountNeeded] = calculateMonsterFoodRaw(gearBank, monster); + + let gearToCheck: GearSetupType = convertAttackStyleToGearSetup(monster.attackStyleToUse); + if (isInWilderness) gearToCheck = 'wildy'; + + const [, percentReduced] = reducedTimeFromKC(monster, monsterKC); + const foodRemoveResult = removeFoodFromUserRaw({ + gearBank: gearBank, + favoriteFood, + totalHealingNeeded: healAmountNeeded * quantity, + attackStylesUsed: isInWilderness + ? ['wildy'] + : uniqueArr([...objectKeys(monster.minimumGearRequirements ?? {}), gearToCheck]), + learningPercentage: percentReduced, + isWilderness: isInWilderness, + minimumHealAmount: monster.minimumHealAmount + }); + + if (foodRemoveResult === null || foodRemoveResult.foodToRemove.length === 0) { + return { + percentageReduction: noFoodBoost, + message: `${noFoodBoost}% for no food` + }; + } + + const results: PostBoostEffectReturn[] = []; + for (const [item, qty] of foodRemoveResult.foodToRemove.items()) { + const eatable = Eatables.find(e => e.id === item.id)!; + const healAmount = + typeof eatable.healAmount === 'number' ? eatable.healAmount : eatable.healAmount(gearBank); + const amountHealed = qty * healAmount; + if ( + amountHealed < calcPercentOfNum(75 * foodRemoveResult.reductionRatio, healAmountNeeded * quantity) + ) { + continue; + } + const boost = eatable.pvmBoost; + if (boost) { + if (boost < 0) { + results.push({ + percentageIncrease: Math.abs(boost), + message: `${boost}% slower for using ${eatable.name}` + }); + } else { + results.push({ + percentageReduction: boost, + message: `${boost}% for ${eatable.name}` + }); + } + } + break; + } + + results.push({ + itemCost: foodRemoveResult.foodToRemove + }); + return results; + } + }, + { + description: 'PVP', + run: ({ + monster, + isInWilderness, + currentTaskOptions, + duration, + gearBank, + pkEvasionExperience, + bitfield, + currentPeak + }) => { + if (!isInWilderness) return; + + let confirmationString: string | undefined = undefined; + const messages: string[] = []; + + let hasWildySupplies = undefined; + + const antiPkBrewsNeeded = Math.max(1, Math.floor(duration / (4 * Time.Minute))); + const antiPkRestoresNeeded = Math.max(1, Math.floor(duration / (8 * Time.Minute))); + const antiPkKarambwanNeeded = Math.max(1, Math.floor(duration / (4 * Time.Minute))); + + const antiPKSupplies = new Bank().add('Saradomin brew(4)', antiPkBrewsNeeded); + + // Restores + if (gearBank.bank.amount('Blighted super restore(4)') >= antiPkRestoresNeeded) { + antiPKSupplies.add('Blighted super restore(4)', antiPkRestoresNeeded); + } else { + antiPKSupplies.add('Super restore(4)', antiPkRestoresNeeded); + } + + // Food + if (gearBank.bank.amount('Blighted karambwan') >= antiPkKarambwanNeeded + 20) { + antiPKSupplies.add('Blighted karambwan', antiPkKarambwanNeeded); + } else { + antiPKSupplies.add('Cooked karambwan', antiPkKarambwanNeeded); + } + + hasWildySupplies = true; + if (!gearBank.bank.has(antiPKSupplies)) { + hasWildySupplies = false; + confirmationString = `Are you sure you want to kill ${monster.name} without anti-pk supplies? You should bring at least ${antiPKSupplies} on this trip for safety to not die and potentially get smited.`; + } else { + messages.push( + 'Your minion brought some supplies to survive potential pkers. (Handed back after trip if lucky)' + ); + } + const { pkCount, died, chanceString } = calcWildyPKChance( + currentPeak, + gearBank, + monster, + duration, + hasWildySupplies, + Boolean(currentTaskOptions.usingCannon), + pkEvasionExperience + ); + messages.push(chanceString); + if (currentPeak.peakTier === PeakTier.High && !bitfield.includes(BitField.DisableHighPeakTimeWarning)) { + confirmationString = `Are you sure you want to kill ${monster.name} during high peak time? PKers are more active.`; + } + + return { + message: messages.join(', '), + confirmation: confirmationString, + changes: { + pkEncounters: pkCount, + died: died, + hasWildySupplies + } + }; + } + }, + { + description: 'Dwarven Blessing Cost', + run: ({ gearBank, bitfield, duration }) => { + const blessingResult = dwarvenBlessing({ gearBank, duration, bitfield }); + if (blessingResult) { + return { + itemCost: blessingResult.itemCost + }; + } + } + } +]; diff --git a/src/mahoji/lib/abstracted_commands/minionKill/speedBoosts.ts b/src/mahoji/lib/abstracted_commands/minionKill/speedBoosts.ts new file mode 100644 index 00000000000..493bd6f9c08 --- /dev/null +++ b/src/mahoji/lib/abstracted_commands/minionKill/speedBoosts.ts @@ -0,0 +1,565 @@ +import { Time, calcWhatPercent } from 'e'; +import { Bank, type Item, type Monster, Monsters } from 'oldschooljs'; + +import { SkillsEnum } from 'oldschooljs/dist/constants'; +import { MonsterAttribute } from 'oldschooljs/dist/meta/monsterData'; +import { omit } from 'remeda'; +import { dwarvenBlessing } from '../../../../lib/bso/dwarvenBlessing'; +import { gearstatToSetup, gorajanBoosts } from '../../../../lib/bso/gorajanGearBoost'; +import type { PvMMethod } from '../../../../lib/constants'; +import { degradeableItems, degradeablePvmBoostItems } from '../../../../lib/degradeableItems'; +import type { OffenceGearStat, PrimaryGearSetupType } from '../../../../lib/gear/types'; +import { InventionID } from '../../../../lib/invention/inventions'; +import { + SlayerActivityConstants, + boostCannon, + boostCannonMulti, + boostIceBarrage, + boostIceBurst, + cannonMultiConsumables, + cannonSingleConsumables, + iceBarrageConsumables, + iceBurstConsumables, + superiorCannonMultiConsumables, + superiorCannonSingleConsumables +} from '../../../../lib/minions/data/combatConstants'; +import { revenantMonsters } from '../../../../lib/minions/data/killableMonsters/revs'; +import type { AttackStyles } from '../../../../lib/minions/functions'; +import type { Consumable } from '../../../../lib/minions/types'; +import { calcPOHBoosts } from '../../../../lib/poh'; +import { ChargeBank } from '../../../../lib/structures/Bank'; +import { maxOffenceStats } from '../../../../lib/structures/Gear'; +import type { MonsterActivityTaskOptions } from '../../../../lib/types/minions'; +import { itemNameFromID } from '../../../../lib/util'; +import getOSItem from '../../../../lib/util/getOSItem'; +import { resolveAvailableItemBoosts } from '../../../mahojiSettings'; +import { determineIfUsingCannon } from './determineIfUsingCannon'; +import { dragonHunterWeapons } from './minionKillData'; +import type { MinionKillOptions } from './newMinionKill'; +import type { PostBoostEffect } from './postBoostEffects'; +import { staticEquippedItemBoosts } from './staticEquippedItemBoosts'; + +const revSpecialWeapons = { + melee: getOSItem("Viggora's chainmace"), + range: getOSItem("Craw's bow"), + mage: getOSItem("Thammaron's sceptre") +} as const; + +const revUpgradedWeapons = { + melee: getOSItem('Ursine chainmace'), + range: getOSItem('Webweaver bow'), + mage: getOSItem('Accursed sceptre') +} as const; + +export type CombatMethodOptions = Pick< + MonsterActivityTaskOptions, + | 'cannonMulti' + | 'usingCannon' + | 'chinning' + | 'bob' + | 'died' + | 'pkEncounters' + | 'pkEncounters' + | 'hasWildySupplies' + | 'isInWilderness' +>; + +export type BoostResult = { + percentageIncrease?: number; + percentageReduction?: number; + message?: string; + consumables?: Consumable[]; + itemCost?: Bank; + charges?: ChargeBank; + changes?: { attackStyles?: AttackStyles[] } & CombatMethodOptions; + confirmation?: string; +}; + +export type BoostReturn = null | undefined | string | BoostResult | BoostResult[]; + +export type BoostArgs = MinionKillOptions & { + isOnTask: boolean; + osjsMon: Monster | undefined; + primaryStyle: PrimaryGearSetupType; + isInWilderness: boolean; + combatMethods: PvMMethod[]; + relevantGearStat: OffenceGearStat; + currentTaskOptions: CombatMethodOptions; + addPostBoostEffect: (effect: PostBoostEffect) => void; + addInvention: (invention: InventionID) => void; + killsRemaining: number | null; +}; + +export type Boost = { + description: string; + run: (opts: BoostArgs) => BoostReturn; +}; + +const oneSixthBoost = 16.67; + +const cannonBoost: Boost = { + description: 'Cannon', + run: ({ gearBank, monster, combatMethods, isOnTask, isInWilderness, disabledInventions, addInvention }) => { + const cannonResult = determineIfUsingCannon({ + gearBank, + monster, + isOnTask, + combatMethods, + isInWilderness, + disabledInventions + }); + if (typeof cannonResult === 'string') return cannonResult; + if (!cannonResult.usingCannon) return null; + if (monster?.cannonMulti && cannonResult.cannonMulti) { + if (cannonResult.canUseSuperiorCannon) addInvention(InventionID.SuperiorDwarfMultiCannon); + return { + percentageReduction: boostCannonMulti, + consumables: [ + cannonResult.canUseSuperiorCannon ? superiorCannonMultiConsumables : cannonMultiConsumables + ], + message: `${boostCannonMulti}% for Cannon in multi`, + changes: { + cannonMulti: true + } + }; + } else if (monster?.canCannon) { + if (cannonResult.canUseSuperiorCannon) addInvention(InventionID.SuperiorDwarfMultiCannon); + return { + percentageReduction: boostCannon, + consumables: [ + cannonResult.canUseSuperiorCannon ? superiorCannonSingleConsumables : cannonSingleConsumables + ], + message: `${boostCannon}% for Cannon in singles` + }; + } + + return null; + } +}; +const chinningBoost: Boost = { + description: 'Chinning boost', + run: ({ combatMethods, attackStyles, monster, gearBank, isOnTask, isInWilderness, disabledInventions }) => { + const cannonResult = determineIfUsingCannon({ + gearBank, + monster, + isOnTask, + combatMethods, + isInWilderness, + disabledInventions + }); + if (typeof cannonResult === 'string') return cannonResult; + if (cannonResult.usingCannon) return null; + + if (combatMethods.includes('chinning') && attackStyles.includes(SkillsEnum.Ranged) && monster?.canChinning) { + const chinchompas = ['Black chinchompa', 'Red chinchompa', 'Chinchompa']; + let chinchompa = chinchompas[0]; + for (const chin of chinchompas) { + if (gearBank.bank.has(chin) && gearBank.bank.amount(chin) >= 5000) { + chinchompa = chin; + break; + } + } + const chinBoostRapid = chinchompa === 'Chinchompa' ? 73 : chinchompa === 'Red chinchompa' ? 76 : 82; + const chinBoostLongRanged = chinchompa === 'Chinchompa' ? 63 : chinchompa === 'Red chinchompa' ? 69 : 77; + const chinningConsumables: Consumable = { + itemCost: new Bank().add(chinchompa, 1), + qtyPerMinute: attackStyles.includes(SkillsEnum.Defence) ? 24 : 33 + }; + if (attackStyles.includes(SkillsEnum.Defence)) { + return { + percentageReduction: chinBoostLongRanged, + consumables: [chinningConsumables], + message: `${chinBoostLongRanged}% for ${chinchompa} Longrange`, + changes: { + chinning: true + } + }; + } else { + return { + percentageReduction: chinBoostRapid, + consumables: [chinningConsumables], + message: `${chinBoostRapid}% for ${chinchompa} Rapid`, + changes: { + chinning: true + } + }; + } + } + } +}; +const salveBoost: Boost = { + description: 'Salve amulet boost', + run: ({ gearBank, isInWilderness, primaryStyle: style, osjsMon }) => { + const isUndead = osjsMon?.data?.attributes?.includes(MonsterAttribute.Undead); + if (!isUndead) return null; + let salveBoost = false; + let salveEnhanced = false; + if (style === 'range' || style === 'mage') { + salveBoost = gearBank.wildyGearCheck('Salve amulet (i)', isInWilderness); + salveEnhanced = gearBank.wildyGearCheck('Salve amulet (ei)', isInWilderness); + } else { + salveBoost = gearBank.wildyGearCheck('Salve amulet', isInWilderness); + salveEnhanced = gearBank.wildyGearCheck('Salve amulet (e)', isInWilderness); + } + + if (salveBoost) { + const percent = salveEnhanced ? 20 : oneSixthBoost; + return { + percentageReduction: percent, + message: `${percent}% for Salve amulet${salveEnhanced ? ' (e)' : ''} on melee task` + }; + } + } +}; + +const dragonHunterBoost: Boost = { + description: 'A boost for dragon-hunter gear when killing dragons', + run: ({ monster, isInWilderness, osjsMon, primaryStyle: style, gearBank }) => { + const isDragon = osjsMon?.data?.attributes?.includes(MonsterAttribute.Dragon); + if (!isDragon || monster.name.toLowerCase() === 'vorkath') return null; + + for (const wep of dragonHunterWeapons) { + const hasWep = gearBank.wildyGearCheck(wep.item.id, isInWilderness); + if (hasWep && style === wep.attackStyle) { + return { + percentageReduction: wep.boost, + message: `${wep.boost}% boost for ${wep.item.name}` + }; + } + } + } +}; +const revWildyGearBoost: Boost = { + description: 'A boost for using a wilderness weapon for killing revenants.', + run: ({ monster, isInWilderness, combatMethods, primaryStyle: style, gearBank }) => { + const matchedRevenantMonster = revenantMonsters.find(m => m.id === monster.id); + if (!matchedRevenantMonster) return null; + if (!isInWilderness || !monster.revsWeaponBoost) return null; + if (combatMethods.includes('barrage') || combatMethods.includes('burst')) return null; + + const specialWeapon = revSpecialWeapons[style]; + const upgradedWeapon = revUpgradedWeapons[style]; + + let revBoost = 0; + if (gearBank.gear.wildy.hasEquipped(specialWeapon.name)) { + revBoost = 12.5; + } else if (gearBank.gear.wildy.hasEquipped(upgradedWeapon.name)) { + revBoost = 17.5; + } + + if (revBoost > 0) { + return { + percentageReduction: revBoost, + message: `${revBoost}% boost for ${gearBank.gear.wildy.equippedWeapon()?.name}` + }; + } + } +}; + +const blackMaskBoost: Boost = { + description: 'Slayer Helm/Black mask boost for being on task', + run: ({ isInWilderness, gearBank, primaryStyle: style, isOnTask }) => { + if (!isOnTask) return null; + const hasBlackMask = gearBank.wildyGearCheck('Black mask', isInWilderness); + const hasBlackMaskI = gearBank.wildyGearCheck('Black mask (i)', isInWilderness); + const hasInfernalSlayerHelmI = gearBank.hasEquippedOrInBank('Infernal slayer helmet(i)'); + const hasInfernalSlayerHelm = gearBank.hasEquippedOrInBank('Infernal slayer helmet'); + + if (hasInfernalSlayerHelmI) { + return { + percentageReduction: 22, + message: '22% for Infernal slayer helmet(i) on task' + }; + } else if (hasInfernalSlayerHelm) { + return { + percentageReduction: 22, + message: '17% for Infernal slayer helmet on task' + }; + } else if (hasBlackMaskI && [SkillsEnum.Magic, SkillsEnum.Ranged].every(s => style.includes(s))) { + return { + percentageReduction: oneSixthBoost, + message: `${oneSixthBoost}% for Black mask (i) on task` + }; + } else if (hasBlackMask) { + return { + percentageReduction: oneSixthBoost, + message: `${oneSixthBoost}% for Black mask on task` + }; + } + return null; + } +}; + +// if an array, only the highest applies +export const mainBoostEffects: (Boost | Boost[])[] = [ + { + description: 'Item Boosts', + run: ({ monster, gearBank, isInWilderness }) => { + const results: BoostResult[] = []; + for (const [item, boostAmount] of resolveAvailableItemBoosts(gearBank, monster, isInWilderness).items()) { + results.push({ + percentageReduction: boostAmount, + message: `${boostAmount}% for ${item.name}` + }); + } + return results; + } + }, + { + description: 'POH Boosts', + run: ({ poh, monster }) => { + if (!monster.pohBoosts) return null; + const pohBoostResult = calcPOHBoosts(poh, monster.pohBoosts); + if (pohBoostResult.boost > 0) { + return { + percentageReduction: pohBoostResult.boost, + message: pohBoostResult.messages.join(' + ') + }; + } + } + }, + [dragonHunterBoost, revWildyGearBoost], + [salveBoost, blackMaskBoost], + { + description: 'Revs', + run: ({ gearBank, primaryStyle: style, monster, relevantGearStat }) => { + const matchedRevenantMonster = revenantMonsters.find(m => m.id === monster.id); + if (!matchedRevenantMonster) return null; + + const wildyGearStat = gearBank.gear.wildy.getStats()[relevantGearStat]; + const revGearPercent = Math.max(0, calcWhatPercent(wildyGearStat, maxOffenceStats[relevantGearStat])); + + const results: BoostResult[] = [ + { + percentageReduction: revGearPercent / 4, + message: `${(revGearPercent / 4).toFixed(2)}% (out of a possible 25%) for ${style}` + } + ]; + + const specialWeapon = revSpecialWeapons[style]; + if (gearBank.gear.wildy.hasEquipped(specialWeapon.name)) { + results.push({ + percentageReduction: 35, + message: `35% for ${specialWeapon.name}` + }); + } + return results; + } + }, + chinningBoost, + cannonBoost, + { + description: 'Barrage/Bursting', + run: ({ monster, attackStyles, combatMethods }) => { + const isBarraging = combatMethods.includes('barrage'); + const isBursting = combatMethods.includes('burst'); + + if (!isBarraging && !isBursting) return null; + + let newAttackStyles = [...attackStyles]; + if (!newAttackStyles.includes(SkillsEnum.Magic)) { + newAttackStyles = [SkillsEnum.Magic]; + if (attackStyles.includes(SkillsEnum.Defence)) { + newAttackStyles.push(SkillsEnum.Defence); + } + } + + if (isBarraging && attackStyles.includes(SkillsEnum.Magic) && monster.canBarrage) { + return { + percentageReduction: boostIceBarrage, + consumables: [iceBarrageConsumables], + message: `${boostIceBarrage}% for Ice Barrage`, + changes: { + bob: SlayerActivityConstants.IceBarrage, + attackStyles: newAttackStyles + } + }; + } + + if (isBursting && attackStyles.includes(SkillsEnum.Magic) && monster.canBarrage) { + return { + percentageReduction: boostIceBurst, + consumables: [iceBurstConsumables], + message: `${boostIceBurst}% for Ice Burst`, + changes: { + bob: SlayerActivityConstants.IceBurst, + attackStyles: newAttackStyles + } + }; + } + } + }, + { + description: 'Degradeable Items', + run: ({ isInWilderness, gearBank, monster, primaryStyle, osjsMon, addPostBoostEffect }) => { + const degItemBeingUsed: Item[] = []; + if (monster.degradeableItemUsage) { + for (const set of monster.degradeableItemUsage) { + const equippedInThisSet = set.items.find(item => + gearBank.gear[set.gearSetup].hasEquipped(item.itemID) + ); + if (equippedInThisSet) { + degItemBeingUsed.push(getOSItem(equippedInThisSet.itemID)); + } + } + } else { + for (const degItem of degradeablePvmBoostItems) { + const isUsing = primaryStyle === degItem.attackStyle; + const gearCheck = gearBank.gear[isInWilderness ? 'wildy' : degItem.attackStyle].hasEquipped( + degItem.item.id + ); + if (isUsing && gearCheck) { + degItemBeingUsed.push(degItem.item); + } + } + } + + addPostBoostEffect({ + description: 'Degradeable Items', + run: ({ quantity, duration }) => { + const charges = new ChargeBank(); + for (const rawItem of degItemBeingUsed) { + const degItem = degradeablePvmBoostItems.find(i => i.item.id === rawItem.id); + if (!degItem) throw new Error(`Missing degradeable item for ${rawItem.name}`); + const chargesNeeded = Math.ceil( + degItem.charges({ + killableMon: monster, + osjsMonster: osjsMon!, + totalHP: (osjsMon?.data.hitpoints ?? 100) * quantity, + duration, + gearBank + }) + ); + const actualDegItem = degradeableItems.find(i => i.item.id === degItem.item.id); + if (!actualDegItem) throw new Error(`Missing actual degradeable item for ${rawItem.name}`); + charges.add(actualDegItem.settingsKey, chargesNeeded); + } + + return { + charges, + message: `Using ${charges}` + }; + } + }); + + return null; + } + }, + { + description: 'Equipped item boosts', + run: ({ monster, gearBank }) => { + if (!monster.equippedItemBoosts) return null; + const results: BoostResult[] = []; + for (const boostSet of monster.equippedItemBoosts) { + const equippedInThisSet = boostSet.items.find(item => + gearBank.gear[boostSet.gearSetup].hasEquipped(item.itemID) + ); + if (equippedInThisSet) { + results.push({ + percentageReduction: equippedInThisSet.boostPercent, + message: `${equippedInThisSet.boostPercent}% for ${itemNameFromID(equippedInThisSet.itemID)}` + }); + continue; + } + const insteadHasDegradeableItem = monster.degradeableItemUsage?.some( + deg => + deg.gearSetup === boostSet.gearSetup && + deg.items.some(g => gearBank.gear[boostSet.gearSetup].hasEquipped(g.itemID)) + ); + if (!equippedInThisSet && boostSet.required && !insteadHasDegradeableItem) { + return `You need to have one of these items equipped in your ${boostSet.gearSetup} setup: ${boostSet.items.map(i => itemNameFromID(i.itemID)).join(', ')}.`; + } + } + return results; + } + }, + { + description: 'Static Item Boosts', + run: ({ isInWilderness, gearBank, primaryStyle: style, combatMethods }) => { + for (const item of staticEquippedItemBoosts) { + const equipped = gearBank.wildyGearCheck(item.item.id, isInWilderness); + if (!equipped) continue; + if (style !== item.attackStyle) continue; + if (item.anyRequiredPVMMethod.every(m => !combatMethods.includes(m))) continue; + + return { + percentageReduction: item.percentageBoost, + message: `15% boost for ${item.item.name}` + }; + } + return null; + } + }, + { + description: 'BSO Boosts', + run: ({ isInWilderness, gearBank, monster, attackStyles, bitfield }) => { + const results: BoostResult[] = []; + if ( + gearBank.hasEquipped('Gregoyle') && + [Monsters.Gargoyle.id, Monsters.GrotesqueGuardians.id].includes(monster.id) + ) { + results.push({ + percentageReduction: 20, + message: '20% boost for Gregoyle' + }); + } + + if (gearBank.hasEquipped('Dwarven warhammer') && !isInWilderness) { + results.push({ + percentageReduction: 40, + message: '40% boost for Dwarven warhammer' + }); + } + + const hasZealotsAmulet = gearBank.hasEquipped('Amulet of zealots'); + + // If they can afford 2 hours of using the blessing, give them the boost and charge them in postBoosts + const blessingResult = dwarvenBlessing({ gearBank, duration: Time.Hour * 2, bitfield }); + if (blessingResult) { + results.push(omit(blessingResult, ['itemCost'])); + } else if (isInWilderness && hasZealotsAmulet) { + results.push({ + percentageReduction: 5, + message: '5% for Amulet of zealots' + }); + } + + // Gorajan + const allGorajan = gorajanBoosts.every(e => gearBank.gear[e[1]].hasEquipped(e[0], true)); + for (const [outfit, setup] of gorajanBoosts) { + const expectedSetup = monster.attackStyleToUse ? gearstatToSetup.get(monster.attackStyleToUse) : null; + if (allGorajan || (expectedSetup === setup && gearBank.gear[setup].hasEquipped(outfit, true))) { + results.push({ + percentageReduction: 10, + message: `10% for ${itemNameFromID(outfit[0])!.split(' ').slice(0, 2).join(' ')} gear` + }); + break; + } + } + + // Master capes + if (attackStyles.includes(SkillsEnum.Ranged) && gearBank.hasEquipped('Ranged master cape')) { + results.push({ + percentageReduction: 15, + message: '15% for Ranged master cape' + }); + } else if (attackStyles.includes(SkillsEnum.Magic) && gearBank.hasEquipped('Magic master cape')) { + results.push({ + percentageReduction: 15, + message: '15% for Magic master cape' + }); + } else if ( + !attackStyles.includes(SkillsEnum.Magic) && + !attackStyles.includes(SkillsEnum.Ranged) && + gearBank.hasEquipped('Attack master cape') + ) { + results.push({ + percentageReduction: 15, + message: '15% for Attack master cape' + }); + } + + return results; + } + } +]; diff --git a/src/mahoji/lib/abstracted_commands/minionKill/staticEquippedItemBoosts.ts b/src/mahoji/lib/abstracted_commands/minionKill/staticEquippedItemBoosts.ts new file mode 100644 index 00000000000..91207ade427 --- /dev/null +++ b/src/mahoji/lib/abstracted_commands/minionKill/staticEquippedItemBoosts.ts @@ -0,0 +1,20 @@ +import type { Item } from 'oldschooljs'; +import type { PvMMethod } from '../../../../lib/constants'; +import type { PrimaryGearSetupType } from '../../../../lib/gear/types'; +import getOSItem from '../../../../lib/util/getOSItem'; + +interface StaticEquippedItemBoost { + item: Item; + attackStyle: PrimaryGearSetupType; + anyRequiredPVMMethod: PvMMethod[]; + percentageBoost: number; +} + +export const staticEquippedItemBoosts: StaticEquippedItemBoost[] = [ + { + item: getOSItem('Kodai wand'), + attackStyle: 'mage', + anyRequiredPVMMethod: ['barrage', 'burst'], + percentageBoost: 15 + } +]; diff --git a/src/mahoji/lib/abstracted_commands/minionKill/timeAndSpeed.ts b/src/mahoji/lib/abstracted_commands/minionKill/timeAndSpeed.ts new file mode 100644 index 00000000000..2e2e2f67a22 --- /dev/null +++ b/src/mahoji/lib/abstracted_commands/minionKill/timeAndSpeed.ts @@ -0,0 +1,148 @@ +import { calcWhatPercent, increaseNumByPercent, reduceNumByPercent, round, sumArr } from 'e'; +import { Bank } from 'oldschooljs'; +import { mergeDeep } from 'remeda'; +import z from 'zod'; + +import { type AttackStyles, getAttackStylesContext } from '../../../../lib/minions/functions'; +import reducedTimeFromKC from '../../../../lib/minions/functions/reducedTimeFromKC'; +import type { Consumable } from '../../../../lib/minions/types'; +import { ChargeBank } from '../../../../lib/structures/Bank'; +import { UpdateBank } from '../../../../lib/structures/UpdateBank'; +import type { SkillsRequired } from '../../../../lib/types'; +import { getItemCostFromConsumables } from './handleConsumables'; +import { type BoostArgs, type BoostResult, type CombatMethodOptions, mainBoostEffects } from './speedBoosts'; + +const schema = z.object({ + timeToFinish: z.number().int().positive(), + messages: z.array(z.string()), + currentTaskOptions: z.object({}), + finalQuantity: z.number().int().positive().min(1).max(3000), + confirmations: z.array(z.string()), + updateBank: z.instanceof(UpdateBank) +}); + +function applySkillBoost(skillsAsLevels: SkillsRequired, duration: number, styles: AttackStyles[]): [number, string] { + const skillTotal = sumArr(styles.map(s => skillsAsLevels[s])); + let newDuration = duration; + let str = ''; + let percent = round(calcWhatPercent(skillTotal, styles.length * 99), 2); + if (percent < 50) { + percent = 50 - percent; + newDuration = increaseNumByPercent(newDuration, percent); + str = `-${percent.toFixed(2)}% for low stats`; + } else { + percent = Math.min(15, percent / 6.5); + newDuration = reduceNumByPercent(newDuration, percent); + str = `${percent.toFixed(2)}% for stats`; + } + return [newDuration, str]; +} + +export function speedCalculations(args: Omit) { + const { monster, monsterKC, attackStyles, gearBank, maxTripLength, inputQuantity, isInWilderness } = args; + const { skillsAsLevels } = args.gearBank; + const messages: string[] = []; + let [timeToFinish, percentReduced] = reducedTimeFromKC(monster, monsterKC); + const [newTime, skillBoostMsg] = applySkillBoost(skillsAsLevels, timeToFinish, attackStyles); + timeToFinish = newTime; + messages.push(skillBoostMsg); + + if (percentReduced >= 1) messages.push(`${percentReduced}% for KC`); + + timeToFinish /= 2; + messages.push('2x BSO Boost'); + + if (gearBank.gear.wildy.hasEquipped(['Hellfire bow']) && isInWilderness) { + timeToFinish /= 3; + messages.push('3x boost for Hellfire bow'); + } + + let currentTaskOptions: CombatMethodOptions = {}; + const itemCost = new Bank(); + const charges = new ChargeBank(); + const consumables: Consumable[] = []; + const confirmations: string[] = []; + + for (const boost of mainBoostEffects) { + const arr = Array.isArray(boost) ? boost : [boost]; + const results = arr.map(res => + res.run({ ...args, currentTaskOptions, ...getAttackStylesContext(attackStyles) }) + ); + const error = results.find(res => typeof res === 'string'); + if (error) return error; + const [res] = results + .filter(res => Boolean(res)) + .sort((a, b) => { + if (!a || !b || !('percentageReduction' in (a as any) || !('percentageReduction' in (b as any)))) { + throw new Error('Shouldnt happen'); + } + a = a as any as BoostResult; + b = b as any as BoostResult; + if (!a.percentageReduction || !b.percentageReduction) throw new Error('Shouldnt happen'); + return b.percentageReduction - a.percentageReduction; + }); + + if (!res) continue; + if (typeof res === 'string') return res; + const subResults = (Array.isArray(res) ? res : [res]).flat().sort((a, b) => { + if (a.percentageReduction && b.percentageReduction) { + return b.percentageReduction - a.percentageReduction; + } + return 0; + }); + for (const boostResult of subResults) { + if (boostResult.changes) { + currentTaskOptions = mergeDeep(currentTaskOptions, boostResult.changes); + } + if (boostResult.percentageReduction) { + timeToFinish = reduceNumByPercent(timeToFinish, boostResult.percentageReduction); + } else if (boostResult.percentageIncrease) { + timeToFinish = increaseNumByPercent(timeToFinish, boostResult.percentageIncrease); + } + if (boostResult.itemCost) itemCost.add(boostResult.itemCost); + if (boostResult.consumables) consumables.push(...boostResult.consumables); + if (boostResult.charges) charges.add(boostResult.charges); + if (boostResult.confirmation) confirmations.push(boostResult.confirmation); + if (boostResult.message) messages.push(boostResult.message); + } + } + + timeToFinish = Math.ceil(timeToFinish); + + if (monster.itemCost) { + consumables.push(...(Array.isArray(monster.itemCost) ? monster.itemCost : [monster.itemCost])); + } + + const consumablesCost = getItemCostFromConsumables({ + consumableCosts: consumables, + gearBank, + timeToFinish, + maxTripLength, + inputQuantity, + slayerKillsRemaining: args.killsRemaining + }); + timeToFinish = Math.floor(consumablesCost.timeToFinish); + + const updateBank = new UpdateBank(); + updateBank.itemCostBank.add(itemCost); + updateBank.chargeBank.add(charges); + + if (consumablesCost.itemCost) { + updateBank.itemCostBank.add(consumablesCost.itemCost); + } + + if (consumablesCost?.boosts) { + messages.push(...consumablesCost.boosts.map(m => m.message)); + } + + const result = schema.parse({ + timeToFinish, + messages, + currentTaskOptions, + finalQuantity: consumablesCost.finalQuantity, + confirmations, + updateBank + }); + + return result; +} diff --git a/src/mahoji/lib/abstracted_commands/minionStatusCommand.ts b/src/mahoji/lib/abstracted_commands/minionStatusCommand.ts index 52842e7a322..72d356e0216 100644 --- a/src/mahoji/lib/abstracted_commands/minionStatusCommand.ts +++ b/src/mahoji/lib/abstracted_commands/minionStatusCommand.ts @@ -6,7 +6,7 @@ import { roll, stripNonAlphanumeric } from 'e'; import { ClueTiers } from '../../../lib/clues/clueTiers'; import { BitField, Emoji, PerkTier, minionBuyButton } from '../../../lib/constants'; import { getUsersFishingContestDetails } from '../../../lib/fishingContest'; -import { roboChimpSyncData, roboChimpUserFetch } from '../../../lib/roboChimp'; +import { roboChimpUserFetch } from '../../../lib/roboChimp'; import { makeComponents } from '../../../lib/util'; import { @@ -69,7 +69,6 @@ export async function minionStatusCommand(user: MUser, channelID: string): Promi isUsersDailyReady(user) ]); - await roboChimpSyncData(user); if (user.user.cached_networth_value === null || roll(100)) { await user.update({ cached_networth_value: (await user.calculateNetWorth()).value diff --git a/src/mahoji/lib/abstracted_commands/myNotesCommand.ts b/src/mahoji/lib/abstracted_commands/myNotesCommand.ts new file mode 100644 index 00000000000..9baec7f747a --- /dev/null +++ b/src/mahoji/lib/abstracted_commands/myNotesCommand.ts @@ -0,0 +1,39 @@ +import { Time } from 'e'; + +import removeFoodFromUser from '../../../lib/minions/functions/removeFoodFromUser'; +import type { ActivityTaskOptionsWithQuantity } from '../../../lib/types/minions'; +import { formatDuration } from '../../../lib/util'; +import addSubTaskToActivityTask from '../../../lib/util/addSubTaskToActivityTask'; +import { calcMaxTripLength } from '../../../lib/util/calcMaxTripLength'; + +export async function myNotesCommand(user: MUser, channelID: string) { + if (user.minionIsBusy) { + return 'Your minion is busy.'; + } + const oneSkeleton = 5 * Time.Second; + const maxTripLength = calcMaxTripLength(user, 'MyNotes'); + const quantity = Math.floor(maxTripLength / oneSkeleton); + const duration = quantity * oneSkeleton; + + const { foodRemoved } = await removeFoodFromUser({ + user, + totalHealingNeeded: 5 * quantity, + healPerAction: 6, + activityName: 'MyNotes', + attackStylesUsed: [] + }); + + await addSubTaskToActivityTask({ + userID: user.id, + channelID: channelID.toString(), + duration, + type: 'MyNotes', + quantity + }); + + return `${ + user.minionName + } is now rummaging ${quantity} skeletons for Ancient pages, it'll take around ${formatDuration( + duration + )} to finish. Removed ${foodRemoved}.`; +} diff --git a/src/mahoji/lib/abstracted_commands/naxxusCommand.ts b/src/mahoji/lib/abstracted_commands/naxxusCommand.ts index fb5afcb0319..59b7a421f4f 100644 --- a/src/mahoji/lib/abstracted_commands/naxxusCommand.ts +++ b/src/mahoji/lib/abstracted_commands/naxxusCommand.ts @@ -116,7 +116,7 @@ function calcSetupPercent( } export async function naxxusCommand(user: MUser, channelID: string, quantity: number | undefined) { - const [hasReqs, rejectReason] = hasMonsterRequirements(user, Naxxus); + const [hasReqs, rejectReason] = await hasMonsterRequirements(user, Naxxus); if (!hasReqs) { return `${user.usernameOrMention} doesn't have the requirements for this monster: ${rejectReason}`; } @@ -214,7 +214,7 @@ export async function naxxusCommand(user: MUser, channelID: string, quantity: nu user.gear[degItem.degradeable.setup].hasEquipped(degItem.item.name) && ['melee', 'mage'].includes(degItem.degradeable.setup) ) { - const chargesNeeded = degItem.charges({ totalHP: NAXXUS_HP * quantity, duration, user }); + const chargesNeeded = degItem.charges({ totalHP: NAXXUS_HP * quantity, duration, gearBank: user.gearBank }); const res = checkUserCanUseDegradeableItem({ item: degItem.item, chargesToDegrade: chargesNeeded, diff --git a/src/mahoji/lib/abstracted_commands/nexCommand.ts b/src/mahoji/lib/abstracted_commands/nexCommand.ts index a29a95fa20e..9bdf4787143 100644 --- a/src/mahoji/lib/abstracted_commands/nexCommand.ts +++ b/src/mahoji/lib/abstracted_commands/nexCommand.ts @@ -30,7 +30,7 @@ async function checkReqs(users: MUser[], monster: KillableMonster, quantity: num return `${user.usernameOrMention} is busy right now and can't join!`; } - const [hasReqs, reason] = hasMonsterRequirements(user, monster); + const [hasReqs, reason] = await hasMonsterRequirements(user, monster); if (!hasReqs) { return `${user.usernameOrMention} doesn't have the requirements for this monster: ${reason}`; } @@ -80,7 +80,7 @@ export async function nexCommand( if (user.minionIsBusy) { return [true, 'your minion is busy.']; } - const [hasReqs, reason] = hasMonsterRequirements(user, NexMonster); + const [hasReqs, reason] = await hasMonsterRequirements(user, NexMonster); if (!hasReqs) { return [true, `you don't have the requirements for this monster; ${reason}`]; } diff --git a/src/mahoji/lib/abstracted_commands/nightmareCommand.ts b/src/mahoji/lib/abstracted_commands/nightmareCommand.ts index 22ffadca968..b0ba80e46a2 100644 --- a/src/mahoji/lib/abstracted_commands/nightmareCommand.ts +++ b/src/mahoji/lib/abstracted_commands/nightmareCommand.ts @@ -71,7 +71,7 @@ async function checkReqs(user: MUser, monster: KillableMonster, isPhosani: boole return `${user.usernameOrMention} is busy right now and can't fight the nightmare!`; } - const [hasReqs, reason] = hasMonsterRequirements(user, monster); + const [hasReqs, reason] = await hasMonsterRequirements(user, monster); if (!hasReqs) { return `${user.usernameOrMention} doesn't have the requirements for this monster: ${reason}`; } diff --git a/src/mahoji/lib/abstracted_commands/nightmareZoneCommand.ts b/src/mahoji/lib/abstracted_commands/nightmareZoneCommand.ts index f8861fbd0c4..280ac6d99fe 100644 --- a/src/mahoji/lib/abstracted_commands/nightmareZoneCommand.ts +++ b/src/mahoji/lib/abstracted_commands/nightmareZoneCommand.ts @@ -330,7 +330,9 @@ export async function nightmareZoneStartCommand(user: MUser, strategy: NMZStrate let timePerMonster = Time.Minute * 2; // combat stat boosts - const [, , attackStyles] = resolveAttackStyles(user, { monsterID: undefined }); + const attackStyles = resolveAttackStyles({ + attackStyles: user.getAttackStyles() + }); const skillTotal = sumArr(attackStyles.map(s => user.skillLevel(s))) + user.skillLevel(SkillsEnum.Hitpoints); if (attackStyles.includes(SkillsEnum.Ranged) || attackStyles.includes(SkillsEnum.Magic)) { return 'The Nightmare Zone minigame requires melee combat for efficiency, swap training style using `/minion train style:`'; diff --git a/src/mahoji/lib/abstracted_commands/openCommand.ts b/src/mahoji/lib/abstracted_commands/openCommand.ts index 036cb0ffefa..06d615e7a47 100644 --- a/src/mahoji/lib/abstracted_commands/openCommand.ts +++ b/src/mahoji/lib/abstracted_commands/openCommand.ts @@ -237,7 +237,7 @@ async function finalizeOpening({ const response: Awaited = { files: [image.file], content: `You have now opened a total of ${openedStr} -${messages.join(', ')}`, +${messages.join(', ')}`.trim(), components: components.length > 0 ? makeComponents(components) : undefined }; if (response.content!.length > 1900) { diff --git a/src/mahoji/lib/abstracted_commands/pohCommand.ts b/src/mahoji/lib/abstracted_commands/pohCommand.ts index 069f60b8f4e..231f2d93cdc 100644 --- a/src/mahoji/lib/abstracted_commands/pohCommand.ts +++ b/src/mahoji/lib/abstracted_commands/pohCommand.ts @@ -109,7 +109,7 @@ export async function pohBuildCommand(interaction: ChatInputCommandInteraction, } if (obj.itemCost) { - if (!user.bankWithGP.has(obj.itemCost.bank)) { + if (!user.bankWithGP.has(obj.itemCost)) { return `You don't have enough items to build a ${obj.name}, you need ${obj.itemCost}.`; } let str = `${user}, please confirm that you want to build a ${obj.name} using ${obj.itemCost}.`; @@ -125,7 +125,7 @@ export async function pohBuildCommand(interaction: ChatInputCommandInteraction, if (inPlace !== null) { const inPlaceObj = getPOHObject(inPlace); if (inPlaceObj.refundItems && inPlaceObj.itemCost) { - const itemsToRefund = new Bank(inPlaceObj.itemCost.bank).remove(itemsNotRefundable); + const itemsToRefund = new Bank(inPlaceObj.itemCost).remove(itemsNotRefundable); if (itemsToRefund.length > 0) { refunded = itemsToRefund; await user.addItemsToBank({ items: itemsToRefund, collectionLog: false }); @@ -228,7 +228,7 @@ export async function pohDestroyCommand(user: MUser, name: string) { let str = `You removed a ${obj.name} from your house.`; if (obj.refundItems && obj.itemCost) { - const itemsToRefund = new Bank(obj.itemCost.bank).remove(itemsNotRefundable); + const itemsToRefund = new Bank(obj.itemCost).remove(itemsNotRefundable); if (itemsToRefund.length > 0) { str += `\n\nYou were refunded: ${itemsToRefund}.`; await user.addItemsToBank({ items: itemsToRefund, collectionLog: false }); diff --git a/src/mahoji/lib/abstracted_commands/puroPuroCommand.ts b/src/mahoji/lib/abstracted_commands/puroPuroCommand.ts index c4142eb55d7..e316bde343d 100644 --- a/src/mahoji/lib/abstracted_commands/puroPuroCommand.ts +++ b/src/mahoji/lib/abstracted_commands/puroPuroCommand.ts @@ -1,6 +1,6 @@ import { Time } from 'e'; -import type { Item } from 'oldschooljs/dist/meta/types'; +import type { Item } from 'oldschooljs'; import type { Skills } from '../../../lib/types'; import type { PuroPuroActivityTaskOptions } from '../../../lib/types/minions'; import { formatDuration, hasSkillReqs, itemID, stringMatches } from '../../../lib/util'; diff --git a/src/mahoji/lib/abstracted_commands/shadesOfMortonCommand.ts b/src/mahoji/lib/abstracted_commands/shadesOfMortonCommand.ts index 90de041a444..b7d747795be 100644 --- a/src/mahoji/lib/abstracted_commands/shadesOfMortonCommand.ts +++ b/src/mahoji/lib/abstracted_commands/shadesOfMortonCommand.ts @@ -1,13 +1,11 @@ import { Time } from 'e'; -import { Bank } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; +import { Bank, type Item } from 'oldschooljs'; import type { ShadesOfMortonOptions } from '../../../lib/types/minions'; -import { formatDuration, itemNameFromID } from '../../../lib/util'; +import { formatDuration, itemNameFromID, resolveItems } from '../../../lib/util'; import addSubTaskToActivityTask from '../../../lib/util/addSubTaskToActivityTask'; import { calcMaxTripLength } from '../../../lib/util/calcMaxTripLength'; import getOSItem, { getItem } from '../../../lib/util/getOSItem'; -import resolveItems from '../../../lib/util/resolveItems'; import { userStatsBankUpdate } from '../../mahojiSettings'; type Remains = 'Loar' | 'Phrin' | 'Riyl' | 'Fiyr' | 'Asyn' | 'Urium'; diff --git a/src/mahoji/lib/abstracted_commands/shootingStarsCommand.ts b/src/mahoji/lib/abstracted_commands/shootingStarsCommand.ts index 49d2c1832ac..e5edb79cc24 100644 --- a/src/mahoji/lib/abstracted_commands/shootingStarsCommand.ts +++ b/src/mahoji/lib/abstracted_commands/shootingStarsCommand.ts @@ -1,4 +1,4 @@ -import { SimpleTable } from '@oldschoolgg/toolkit'; +import { SimpleTable } from '@oldschoolgg/toolkit/structures'; import type { activity_type_enum } from '@prisma/client'; import { ButtonBuilder, ButtonStyle } from 'discord.js'; import { Time, percentChance, randInt, roll } from 'e'; @@ -242,13 +242,12 @@ export async function shootingStarsCommand(channelID: string, user: MUserClass, // Add all stardust loot.add('Stardust', dustReceived); - const lootItems = loot.bank; await addSubTaskToActivityTask({ userID: user.id, channelID: channelID.toString(), duration, - lootItems, + lootItems: loot.toJSON(), usersWith, totalXp, type: 'ShootingStars', diff --git a/src/mahoji/lib/abstracted_commands/slotsCommand.ts b/src/mahoji/lib/abstracted_commands/slotsCommand.ts index 6ebe0f0d648..d2b7c6f0f9d 100644 --- a/src/mahoji/lib/abstracted_commands/slotsCommand.ts +++ b/src/mahoji/lib/abstracted_commands/slotsCommand.ts @@ -1,5 +1,5 @@ -import { SimpleTable } from '@oldschoolgg/toolkit'; import type { CommandResponse } from '@oldschoolgg/toolkit'; +import { SimpleTable } from '@oldschoolgg/toolkit/structures'; import type { BaseMessageOptions, ChatInputCommandInteraction } from 'discord.js'; import { ActionRowBuilder, ButtonBuilder, ButtonStyle } from 'discord.js'; import { chunk, noOp, randInt, shuffleArr, sleep } from 'e'; diff --git a/src/mahoji/lib/abstracted_commands/stashUnitsCommand.ts b/src/mahoji/lib/abstracted_commands/stashUnitsCommand.ts index b326f0c2f0b..4f4aa89a6f9 100644 --- a/src/mahoji/lib/abstracted_commands/stashUnitsCommand.ts +++ b/src/mahoji/lib/abstracted_commands/stashUnitsCommand.ts @@ -2,7 +2,7 @@ import { stringMatches } from '@oldschoolgg/toolkit'; import type { CommandResponse } from '@oldschoolgg/toolkit'; import type { StashUnit, User } from '@prisma/client'; import { partition } from 'e'; -import Bank from 'oldschooljs/dist/structures/Bank'; +import { Bank } from 'oldschooljs'; import type { IStashUnit, StashUnitTier } from '../../../lib/clues/stashUnits'; import { allStashUnitTiers, allStashUnitsFlat } from '../../../lib/clues/stashUnits'; diff --git a/src/mahoji/lib/abstracted_commands/statCommand.ts b/src/mahoji/lib/abstracted_commands/statCommand.ts index 1a6f0808cb1..f6d47d75053 100644 --- a/src/mahoji/lib/abstracted_commands/statCommand.ts +++ b/src/mahoji/lib/abstracted_commands/statCommand.ts @@ -32,7 +32,7 @@ import { ForestryEvents } from '../../../lib/skilling/skills/woodcutting/forestr import { getAllAlternateMonsters, getCommonTaskName, getSlayerTaskStats } from '../../../lib/slayer/slayerUtil'; import { sorts } from '../../../lib/sorts'; import type { InfernoOptions } from '../../../lib/types/minions'; -import { SQL_sumOfAllCLItems, formatDuration, getUsername, sanitizeBank, stringMatches } from '../../../lib/util'; +import { SQL_sumOfAllCLItems, formatDuration, getUsername, stringMatches } from '../../../lib/util'; import { createChart } from '../../../lib/util/chart'; import { getItem } from '../../../lib/util/getOSItem'; import { makeBankImage } from '../../../lib/util/makeBankImage'; @@ -295,7 +295,7 @@ GROUP BY data->>'collectableID';`); } async function makeResponseForBank(bank: Bank, title: string, content?: string) { - sanitizeBank(bank); + bank.removeInvalidValues(); if (bank.length === 0) { return { content: 'No results.' }; } @@ -1107,8 +1107,8 @@ GROUP BY "bankBackground";`); if (clueScores.length === 0) return "You haven't done any clues yet."; let res = `${Emoji.Casket} **${user.minionName}'s Clue Scores:**\n\n`; - for (const [clueID, clueScore] of Object.entries(clueScores.bank)) { - const clue = ClueTiers.find(c => c.id === Number.parseInt(clueID)); + for (const [item, clueScore] of clueScores.items()) { + const clue = ClueTiers.find(c => c.id === item.id); res += `**${clue?.name}**: ${clueScore.toLocaleString()}\n`; } return res; @@ -1266,7 +1266,7 @@ GROUP BY "bankBackground";`); for (const g of giveaways) { items.add(g.items_sent as ItemBank); } - sanitizeBank(items); + items.removeInvalidValues(); return makeResponseForBank(items, "You've given away..."); } }, @@ -1287,7 +1287,7 @@ GROUP BY "bankBackground";`); for (const g of giveaways) { items.add(g.items_sent as ItemBank); } - sanitizeBank(items); + items.removeInvalidValues(); return makeResponseForBank(items, "You've received from giveaways..."); } }, diff --git a/src/mahoji/lib/abstracted_commands/strongHoldOfSecurityCommand.ts b/src/mahoji/lib/abstracted_commands/strongHoldOfSecurityCommand.ts index c3ff815ef08..857d7cea345 100644 --- a/src/mahoji/lib/abstracted_commands/strongHoldOfSecurityCommand.ts +++ b/src/mahoji/lib/abstracted_commands/strongHoldOfSecurityCommand.ts @@ -1,7 +1,8 @@ import { Time } from 'e'; +import { Bank } from 'oldschooljs'; import type { ActivityTaskOptionsWithNoChanges } from '../../../lib/types/minions'; -import { randomVariation } from '../../../lib/util'; +import { randomVariation, resolveItems } from '../../../lib/util'; import addSubTaskToActivityTask from '../../../lib/util/addSubTaskToActivityTask'; export async function strongHoldOfSecurityCommand(user: MUser, channelID: string) { @@ -14,8 +15,23 @@ export async function strongHoldOfSecurityCommand(user: MUser, channelID: string type: 'StrongholdOfSecurity' } }); + const strongHoldBoots = resolveItems(['Fancy boots', 'Fighting boots', 'Fancier boots']); + if (count !== 0) { - return "You've already completed the Stronghold of Security!"; + const bootsBank = new Bank(); + for (const boots of strongHoldBoots) { + if (!user.owns(boots)) { + bootsBank.add(boots); + } + } + + await transactItems({ + userID: user.id, + collectionLog: true, + itemsToAdd: bootsBank + }); + + return `You've already completed the Stronghold of Security!${bootsBank.length > 0 ? ` You reclaimed these items: ${bootsBank}.` : ''}`; } await addSubTaskToActivityTask({ diff --git a/src/mahoji/lib/abstracted_commands/tobCommand.ts b/src/mahoji/lib/abstracted_commands/tobCommand.ts index 38c7d936ffe..361fec0f25b 100644 --- a/src/mahoji/lib/abstracted_commands/tobCommand.ts +++ b/src/mahoji/lib/abstracted_commands/tobCommand.ts @@ -67,7 +67,7 @@ async function calcTOBInput(u: MUser) { items.add( getUserFoodFromBank({ - user: u, + gearBank: u.gearBank, totalHealingNeeded: healingNeeded, favoriteFood: u.user.favorite_food, minimumHealAmount: 20 @@ -147,7 +147,7 @@ async function checkTOBUser( 'Scythe of vitur', 'Drygore longsword' ]; - const requiredMeleeCapes = ['Fire cape', 'Infernal cape', 'TzKal cape']; + const requiredMeleeCapes = ['Fire cape', 'Infernal cape', 'TzKal cape', 'Abyssal cape']; if (!meleeGear.hasEquipped(requiredMeleeWeapons) || !meleeGear.hasEquipped(requiredMeleeCapes)) { return [ true, @@ -235,8 +235,8 @@ async function checkTOBUser( if (kc < 250) { return [true, `${user.usernameOrMention} needs at least 250 Theatre of Blood KC before doing Hard mode.`]; } - if (!meleeGear.hasEquipped('Infernal cape')) { - return [true, `${user.usernameOrMention} needs at least an Infernal cape to do Hard mode.`]; + if (!meleeGear.hasEquipped(['Infernal cape', 'Abyssal cape'], false, true)) { + return [true, `${user.usernameOrMention} needs at least an Infernal or Abyssal cape to do Hard mode.`]; } } if (teamSize === 1) { diff --git a/src/mahoji/lib/abstracted_commands/trekCommand.ts b/src/mahoji/lib/abstracted_commands/trekCommand.ts index 6e74620c8db..36cd2f27dc5 100644 --- a/src/mahoji/lib/abstracted_commands/trekCommand.ts +++ b/src/mahoji/lib/abstracted_commands/trekCommand.ts @@ -251,7 +251,7 @@ export async function trekShop( outItems.add(specifiedItem.name, outputTotal); } } - if (!userBank.has(inItems.bank)) { + if (!userBank.has(inItems)) { return "You don't have enough reward tokens for that."; } diff --git a/src/mahoji/lib/abstracted_commands/underwaterCommand.ts b/src/mahoji/lib/abstracted_commands/underwaterCommand.ts index 98222dbee54..c818c4bb6b0 100644 --- a/src/mahoji/lib/abstracted_commands/underwaterCommand.ts +++ b/src/mahoji/lib/abstracted_commands/underwaterCommand.ts @@ -72,7 +72,7 @@ export async function underwaterAgilityThievingCommand( const quantity = Math.round(tripLength / oneLootActionTime); const duration = quantity * oneLootActionTime; - if (!userBank.has(itemsToRemove.bank)) { + if (!userBank.has(itemsToRemove)) { return `You need ${quantity}x Stamina potion(4) for the whole trip, try a lower trip length, turn of stamina usage or make/buy more Stamina potion(4).`; } diff --git a/src/mahoji/lib/abstracted_commands/vasaCommand.ts b/src/mahoji/lib/abstracted_commands/vasaCommand.ts index 825d5186f2c..82c930fd97c 100644 --- a/src/mahoji/lib/abstracted_commands/vasaCommand.ts +++ b/src/mahoji/lib/abstracted_commands/vasaCommand.ts @@ -7,6 +7,19 @@ import { BossInstance } from '../../../lib/structures/Boss'; import { Gear } from '../../../lib/structures/Gear'; import { formatDuration } from '../../../lib/util'; +export const vasaBISGear = new Gear({ + head: 'Gorajan occult helmet', + body: 'Gorajan occult top', + legs: 'Gorajan occult legs', + hands: 'Gorajan occult gloves', + feet: 'Gorajan occult boots', + cape: 'Vasa cloak', + ring: 'Seers ring(i)', + weapon: 'Virtus wand', + shield: 'Virtus book', + neck: 'Arcane blast necklace' +}); + export async function vasaCommand(user: MUser, channelID: string, quantity?: number) { const instance = new BossInstance({ leader: user, @@ -29,18 +42,7 @@ export async function vasaCommand(user: MUser, channelID: string, quantity?: num customDenier: async () => { return [false]; }, - bisGear: new Gear({ - head: 'Gorajan occult helmet', - body: 'Gorajan occult top', - legs: 'Gorajan occult legs', - hands: 'Gorajan occult gloves', - feet: 'Gorajan occult boots', - cape: 'Vasa cloak', - ring: 'Seers ring(i)', - weapon: 'Virtus wand', - shield: 'Virtus book', - neck: 'Arcane blast necklace' - }), + bisGear: vasaBISGear, gearSetup: 'mage', itemCost: async data => data.baseFood.multiply(data.kills).add( @@ -80,6 +82,7 @@ ${bossUsers.map(u => `**${u.user.usernameOrMention}**: ${u.debugStr}`).join('\n\ content: instance.boosts.length > 0 ? `**Boosts:** ${instance.boosts.join(', ')}.` : 'No boosts.' }; } catch (err: any) { + console.error(err); return `The mass failed to start for this reason: ${err}.`; } } diff --git a/src/mahoji/lib/abstracted_commands/wintertodtCommand.ts b/src/mahoji/lib/abstracted_commands/wintertodtCommand.ts index 6e336ec5d6f..550ba477e14 100644 --- a/src/mahoji/lib/abstracted_commands/wintertodtCommand.ts +++ b/src/mahoji/lib/abstracted_commands/wintertodtCommand.ts @@ -65,7 +65,7 @@ export async function wintertodtCommand(user: MUser, channelID: string, quantity } for (const food of Eatables) { - const healAmount = typeof food.healAmount === 'number' ? food.healAmount : food.healAmount(user); + const healAmount = typeof food.healAmount === 'number' ? food.healAmount : food.healAmount(user.gearBank); const amountNeeded = Math.ceil(healAmountNeeded / healAmount) * quantity; if (user.bank.amount(food.id) < amountNeeded) { if (Eatables.indexOf(food) === Eatables.length - 1) { diff --git a/src/mahoji/lib/bingo/BingoManager.ts b/src/mahoji/lib/bingo/BingoManager.ts index b85d5e1d6f5..f001dd12685 100644 --- a/src/mahoji/lib/bingo/BingoManager.ts +++ b/src/mahoji/lib/bingo/BingoManager.ts @@ -2,13 +2,11 @@ import type { Bingo, Prisma } from '@prisma/client'; import { ButtonBuilder, ButtonStyle, userMention } from 'discord.js'; import { Time, chunk, noOp } from 'e'; import groupBy from 'lodash/groupBy'; -import { Bank } from 'oldschooljs'; +import { Bank, addBanks } from 'oldschooljs'; import { toKMB } from 'oldschooljs/dist/util'; import * as ss from 'simple-statistics'; -import { addBanks } from '@oldschoolgg/toolkit'; import { Emoji } from '../../../lib/constants'; - import type { ItemBank } from '../../../lib/types'; import getOSItem from '../../../lib/util/getOSItem'; import { sendToChannelID } from '../../../lib/util/webhook'; @@ -297,7 +295,7 @@ ${teams if (!bingoParticipant) return; const beforeTeamProgress = await this.determineProgressOfTeam(bingoParticipant.bingo_team_id); const beforeUserProgress = this.determineProgressOfBank(bingoParticipant.cl); - const newCL = addBanks([bingoParticipant.cl as ItemBank, itemsAdded.bank]); + const newCL = new Bank(bingoParticipant.cl as ItemBank).add(itemsAdded); await prisma.bingoParticipant.update({ where: { user_id_bingo_id: { @@ -306,7 +304,7 @@ ${teams } }, data: { - cl: newCL.bank + cl: newCL.toJSON() } }); const afterUserProgress = this.determineProgressOfBank(newCL); diff --git a/src/mahoji/lib/collectables.ts b/src/mahoji/lib/collectables.ts index 27a78ffaeff..3f22a410522 100644 --- a/src/mahoji/lib/collectables.ts +++ b/src/mahoji/lib/collectables.ts @@ -1,6 +1,6 @@ import { Time } from 'e'; -import { Bank } from 'oldschooljs'; -import type { Item } from 'oldschooljs/dist/meta/types'; +import { Bank, type Item } from 'oldschooljs'; + import type { Skills } from '../../lib/types'; import getOSItem from '../../lib/util/getOSItem'; diff --git a/src/mahoji/lib/events.ts b/src/mahoji/lib/events.ts index 7c1063e4d49..1437f755a8b 100644 --- a/src/mahoji/lib/events.ts +++ b/src/mahoji/lib/events.ts @@ -2,6 +2,7 @@ import type { ItemBank } from 'oldschooljs/dist/meta/types'; import { bulkUpdateCommands } from '@oldschoolgg/toolkit'; import { ActivityType, bold, time } from 'discord.js'; +import { startBlacklistSyncing } from '../../lib/blacklists'; import { Channel, META_CONSTANTS, globalConfig } from '../../lib/constants'; import { initCrons } from '../../lib/crons'; import { syncDoubleLoot } from '../../lib/doubleLoot'; @@ -101,6 +102,7 @@ export const onStartup = logWrapFn('onStartup', async () => { }), updateTestBotStatus(), sendStartupMessage, - syncTestBotCommands + syncTestBotCommands, + startBlacklistSyncing() ]); }); diff --git a/src/mahoji/lib/inhibitors.ts b/src/mahoji/lib/inhibitors.ts index 3b8dc41c182..624f3d454f6 100644 --- a/src/mahoji/lib/inhibitors.ts +++ b/src/mahoji/lib/inhibitors.ts @@ -4,16 +4,10 @@ import { ComponentType, PermissionsBitField } from 'discord.js'; import { OWNER_IDS, SupportServer } from '../../config'; import { BLACKLISTED_GUILDS, BLACKLISTED_USERS } from '../../lib/blacklists'; -import { - BadgesEnum, - BitField, - Channel, - DISABLED_COMMANDS, - gearValidationChecks, - minionBuyButton -} from '../../lib/constants'; +import { type PartialUser, partialUserCache, perkTierCache } from '../../lib/cache'; +import { BadgesEnum, BitField, Channel, DISABLED_COMMANDS, minionBuyButton } from '../../lib/constants'; import type { CategoryFlag } from '../../lib/types'; -import { formatDuration, roll } from '../../lib/util'; +import { formatDuration } from '../../lib/util'; import { minionIsBusy } from '../../lib/util/minionIsBusy'; import { mahojiGuildSettingsFetch, untrustedGuildSettingsCache } from '../guildSettings'; import { Cooldowns } from './Cooldowns'; @@ -21,7 +15,6 @@ import { Cooldowns } from './Cooldowns'; export interface AbstractCommandAttributes { examples?: string[]; categoryFlags?: CategoryFlag[]; - bitfieldsRequired?: BitField[]; enabled?: boolean; cooldown?: number; requiresMinionNotBusy?: boolean; @@ -37,12 +30,13 @@ export interface AbstractCommand { interface Inhibitor { name: string; run: (options: { - user: MUser; + cachedUser: PartialUser | undefined; + userID: string; command: AbstractCommand; guild: Guild | null; channel: TextChannel | DMChannel; member: GuildMember | null; - }) => Promise; + }) => false | InteractionReplyOptions; canBeDisabled: boolean; silent?: true; } @@ -50,21 +44,20 @@ interface Inhibitor { const inhibitors: Inhibitor[] = [ { name: 'settingSyncer', - run: async ({ guild }) => { + run: ({ guild }) => { if (guild && !untrustedGuildSettingsCache.has(guild.id)) { - await mahojiGuildSettingsFetch(guild); + mahojiGuildSettingsFetch(guild); } - return false; }, canBeDisabled: false }, { name: 'hasMinion', - run: async ({ user, command }) => { - if (!command.attributes?.requiresMinion) return false; + run: ({ cachedUser, command }) => { + if (!command.attributes?.requiresMinion || !cachedUser) return false; - if (!user.user.minion_hasBought) { + if (!cachedUser.minion_hasBought) { return { content: 'You need a minion to use this command.', components: [ @@ -83,10 +76,10 @@ const inhibitors: Inhibitor[] = [ }, { name: 'minionNotBusy', - run: async ({ user, command }) => { + run: ({ userID, command }) => { if (!command.attributes?.requiresMinionNotBusy) return false; - if (minionIsBusy(user.id)) { + if (minionIsBusy(userID)) { return { content: 'Your minion must not be busy to use this command.' }; } @@ -94,25 +87,11 @@ const inhibitors: Inhibitor[] = [ }, canBeDisabled: false }, - { - name: 'bitfieldsRequired', - run: async ({ user, command }) => { - if (!command.attributes?.bitfieldsRequired) return false; - - const usersBitfields = user.bitfield; - if (command.attributes.bitfieldsRequired.some(bit => !usersBitfields.includes(bit))) { - return { content: "You don't have the required permissions to use this command." }; - } - - return false; - }, - canBeDisabled: false - }, { name: 'disabled', - run: async ({ command, guild, user }) => { + run: ({ command, guild, userID }) => { if ( - !OWNER_IDS.includes(user.id) && + !OWNER_IDS.includes(userID) && (command.attributes?.enabled === false || DISABLED_COMMANDS.has(command.name)) ) { return { content: 'This command is globally disabled.' }; @@ -128,10 +107,10 @@ const inhibitors: Inhibitor[] = [ }, { name: 'commandRoleLimit', - run: async ({ member, guild, channel, user }) => { + run: ({ member, guild, channel, userID }) => { if (!guild || guild.id !== SupportServer) return false; if (channel.id !== Channel.General) return false; - const perkTier = user.perkTier(); + const perkTier = perkTierCache.get(userID) ?? 0; if (member && perkTier >= PerkTier.Two) { return false; } @@ -143,15 +122,15 @@ const inhibitors: Inhibitor[] = [ }, { name: 'onlyStaffCanUseCommands', - run: async ({ channel, guild, user, member }) => { - if (!guild || !member) return false; + run: ({ channel, guild, cachedUser, member }) => { + if (!guild || !member || !cachedUser) return false; // Allow green gem badge holders to run commands in support channel: - if (channel.id === Channel.HelpAndSupport && user.user.badges.includes(BadgesEnum.GreenGem)) { + if (channel.id === Channel.HelpAndSupport && cachedUser.badges.includes(BadgesEnum.GreenGem)) { return false; } // Allow contributors + moderators to use disabled channels in SupportServer - const userBitfield = user.bitfield; + const userBitfield = cachedUser.bitfield; const isStaff = userBitfield.includes(BitField.isModerator); if (guild.id === SupportServer && isStaff) { return false; @@ -173,10 +152,10 @@ const inhibitors: Inhibitor[] = [ }, { name: 'cooldown', - run: async ({ user, command }) => { - if (!command.attributes?.cooldown) return false; - if (OWNER_IDS.includes(user.id) || user.bitfield.includes(BitField.isModerator)) return false; - const cooldownForThis = Cooldowns.get(user.id, command.name, command.attributes.cooldown); + run: ({ userID, command, cachedUser }) => { + if (!command.attributes?.cooldown || !cachedUser) return false; + if (OWNER_IDS.includes(userID) || cachedUser.bitfield.includes(BitField.isModerator)) return false; + const cooldownForThis = Cooldowns.get(userID, command.name, command.attributes.cooldown); if (cooldownForThis) { return { content: `This command is on cooldown, you can use it again in ${formatDuration(cooldownForThis)}` @@ -188,8 +167,8 @@ const inhibitors: Inhibitor[] = [ }, { name: 'blacklisted', - run: async ({ user, guild }) => { - if (BLACKLISTED_USERS.has(user.id)) { + run: ({ userID, guild }) => { + if (BLACKLISTED_USERS.has(userID)) { return { content: 'This user is blacklisted.' }; } if (guild && BLACKLISTED_GUILDS.has(guild.id)) { @@ -199,59 +178,34 @@ const inhibitors: Inhibitor[] = [ }, canBeDisabled: false, silent: true - }, - { - name: 'toa_commands_channel', - run: async ({ user, guild, channel, command }) => { - if (!guild || guild.id !== SupportServer) return false; - if (channel.id !== '1069176960523190292') return false; - - if (user.bitfield.includes(BitField.isModerator)) { - return false; - } - - if (command.name === 'raid') return false; - - return { - content: 'You can only send TOA commands in this channel! Please use <#346304390858145792> instead.', - ephemeral: true - }; - }, - canBeDisabled: false, - silent: true } ]; -export async function runInhibitors({ - user, +export function runInhibitors({ + userID, channel, member, command, guild, bypassInhibitors }: { - user: MUser; + userID: string; channel: TextChannel | DMChannel; member: GuildMember | null; command: AbstractCommand; guild: Guild | null; bypassInhibitors: boolean; -}): Promise { - if (!gearValidationChecks.has(user.id) && roll(3)) { - const { itemsUnequippedAndRefunded } = await user.validateEquippedGear(); - if (itemsUnequippedAndRefunded.length > 0) { - return { - reason: { - content: `You had some items equipped that you didn't have the requirements to use, so they were unequipped and refunded to your bank: ${itemsUnequippedAndRefunded}` - }, - silent: false - }; - } - } - +}): undefined | { reason: InteractionReplyOptions; silent: boolean } { for (const { run, canBeDisabled, silent } of inhibitors) { if (bypassInhibitors && canBeDisabled) continue; - const result = await run({ user, channel, member, command, guild }); + const result = run({ + userID: userID, + channel, + member, + command, + guild, + cachedUser: partialUserCache.get(userID) + }); if (result !== false) { return { reason: result, silent: Boolean(silent) }; } diff --git a/src/mahoji/lib/mahojiCommandOptions.ts b/src/mahoji/lib/mahojiCommandOptions.ts index 382040c6823..610572275cd 100644 --- a/src/mahoji/lib/mahojiCommandOptions.ts +++ b/src/mahoji/lib/mahojiCommandOptions.ts @@ -1,7 +1,6 @@ import { type CommandOption, toTitleCase } from '@oldschoolgg/toolkit'; import { uniqueArr } from 'e'; -import { Bank, Items } from 'oldschooljs'; -import type { Item, ItemBank } from 'oldschooljs/dist/meta/types'; +import { Bank, type Item, type ItemBank, Items } from 'oldschooljs'; import { type APIApplicationCommandOptionChoice, ApplicationCommandOptionType, type User } from 'discord.js'; import { baseFilters, filterableTypes } from '../../lib/data/filterables'; diff --git a/src/mahoji/lib/preCommand.ts b/src/mahoji/lib/preCommand.ts index 1232d995fb7..e6afb392f2e 100644 --- a/src/mahoji/lib/preCommand.ts +++ b/src/mahoji/lib/preCommand.ts @@ -1,10 +1,9 @@ -import { type CommandOptions, cleanUsername } from '@oldschoolgg/toolkit'; +import type { CommandOptions } from '@oldschoolgg/toolkit'; import type { InteractionReplyOptions, TextChannel, User } from 'discord.js'; import { modifyBusyCounter, userIsBusy } from '../../lib/busyCounterCache'; -import { busyImmuneCommands } from '../../lib/constants'; - -import { logWrapFn } from '../../lib/util'; +import { busyImmuneCommands, gearValidationChecks } from '../../lib/constants'; +import { logWrapFn, roll } from '../../lib/util'; import type { AbstractCommand } from './inhibitors'; import { runInhibitors } from './inhibitors'; @@ -31,8 +30,7 @@ async function rawPreCommand({ userID, guildID, channelID, - bypassInhibitors, - apiUser + bypassInhibitors }: PreCommandOptions): PrecommandReturn { if (globalClient.isShuttingDown) { return { @@ -41,23 +39,30 @@ async function rawPreCommand({ }; } - const username = apiUser?.username ? cleanUsername(apiUser?.username) : undefined; - const user = await mUserFetch(userID, { - username - }); - - // TODO: user.checkBankBackground(); if (userIsBusy(userID) && !bypassInhibitors && !busyImmuneCommands.includes(abstractCommand.name)) { return { reason: { content: 'You cannot use a command right now.' }, dontRunPostCommand: true }; } + + if (!gearValidationChecks.has(userID) && roll(3)) { + const user = await mUserFetch(userID); + const { itemsUnequippedAndRefunded } = await user.validateEquippedGear(); + if (itemsUnequippedAndRefunded.length > 0) { + return { + reason: { + content: `You had some items equipped that you didn't have the requirements to use, so they were unequipped and refunded to your bank: ${itemsUnequippedAndRefunded}` + } + }; + } + } + if (!busyImmuneCommands.includes(abstractCommand.name)) modifyBusyCounter(userID, 1); const guild = guildID ? globalClient.guilds.cache.get(guildID.toString()) : null; - const member = guild?.members.cache.get(userID.toString()); + const member = guild?.members.cache.get(userID); const channel = globalClient.channels.cache.get(channelID.toString()) as TextChannel; - const inhibitResult = await runInhibitors({ - user, + const inhibitResult = runInhibitors({ + userID, guild: guild ?? null, member: member ?? null, command: abstractCommand, diff --git a/src/mahoji/mahojiSettings.ts b/src/mahoji/mahojiSettings.ts index cdae187d7ab..75ed2b5074c 100644 --- a/src/mahoji/mahojiSettings.ts +++ b/src/mahoji/mahojiSettings.ts @@ -1,16 +1,21 @@ import { evalMathExpression } from '@oldschoolgg/toolkit'; import type { Prisma, User, UserStats } from '@prisma/client'; -import { isObject, objectEntries, round } from 'e'; -import { Bank } from 'oldschooljs'; +import { isObject, notEmpty, objectEntries, round } from 'e'; +import { Bank, resolveItems } from 'oldschooljs'; import type { SelectedUserStats } from '../lib/MUser'; import { globalConfig } from '../lib/constants'; import { getSimilarItems } from '../lib/data/similarItems'; -import { GearStat } from '../lib/gear'; +import { type GearSetupType, GearStat } from '../lib/gear'; import type { KillableMonster } from '../lib/minions/types'; +import { bold } from 'discord.js'; +import { userhasDiaryTier } from '../lib/diaries'; +import { BSOMonsters } from '../lib/minions/data/killableMonsters/custom/customMonsters'; +import { quests } from '../lib/minions/data/quests'; import type { Rune } from '../lib/skilling/skills/runecraft'; -import { hasGracefulEquipped } from '../lib/structures/Gear'; +import { addStatsOfItemsTogether, hasGracefulEquipped } from '../lib/structures/Gear'; +import type { GearBank } from '../lib/structures/GearBank'; import type { ItemBank } from '../lib/types'; import { type JsonKeys, @@ -21,7 +26,7 @@ import { readableStatName } from '../lib/util'; import { mahojiClientSettingsFetch, mahojiClientSettingsUpdate } from '../lib/util/clientSettings'; -import resolveItems from '../lib/util/resolveItems'; +import { getItemCostFromConsumables } from './lib/abstracted_commands/minionKill/handleConsumables'; export function mahojiParseNumber({ input, @@ -73,13 +78,14 @@ export function getMahojiBank(user: { bank: Prisma.JsonValue }) { return new Bank(user.bank as ItemBank); } +export type ClientBankKey = Parameters['0']; export async function trackClientBankStats( key: 'clue_upgrader_loot' | 'portable_tanner_loot' | 'turaels_trials_cost_bank' | 'turaels_trials_loot_bank', newItems: Bank ) { const currentTrackedLoot = await mahojiClientSettingsFetch({ [key]: true }); await mahojiClientSettingsUpdate({ - [key]: new Bank(currentTrackedLoot[key] as ItemBank).add(newItems).bank + [key]: new Bank(currentTrackedLoot[key] as ItemBank).add(newItems).toJSON() }); } @@ -88,17 +94,26 @@ export async function fetchUserStats( selectKeys: T ): Promise> { const keysToSelect = Object.keys(selectKeys).length === 0 ? { user_id: true } : selectKeys; - const result = await prisma.userStats.upsert({ + let result = await prisma.userStats.findFirst({ where: { user_id: BigInt(userID) }, - create: { - user_id: BigInt(userID) - }, - update: {}, select: keysToSelect }); + if (!result) { + result = await prisma.userStats.upsert({ + where: { + user_id: BigInt(userID) + }, + create: { + user_id: BigInt(userID) + }, + update: {}, + select: keysToSelect + }); + } + return result as unknown as SelectedUserStats; } @@ -112,16 +127,6 @@ export async function userStatsUpdate !user.user.finished_quest_ids.includes(quest)); + if (incompleteQuest) { + return `You need to have completed the ${bold( + quests.find(i => i.id === incompleteQuest)!.name + )} quest to kill ${monster.name}.`; + } + } + + if (monster.degradeableItemUsage) { + for (const set of monster.degradeableItemUsage) { + const equippedInThisSet = set.items.find(item => user.gear[set.gearSetup].hasEquipped(item.itemID)); + + if (set.required && !equippedInThisSet) { + return `You need one of these items equipped in your ${set.gearSetup} setup to kill ${ + monster.name + }: ${set.items + .map(i => i.itemID) + .map(itemNameFromID) + .join(', ')}.`; + } + } + } + if (monster.itemsRequired) { const itemsRequiredStr = formatItemReqs(monster.itemsRequired); for (const item of monster.itemsRequired) { @@ -307,10 +336,108 @@ export function hasMonsterRequirements(user: MUser, monster: KillableMonster) { } } + if (monster.diaryRequirement) { + const [hasDiary, _, diaryGroup] = await userhasDiaryTier(user, monster.diaryRequirement); + if (!hasDiary) { + return `${user.minionName} is missing the ${diaryGroup.name} ${monster.diaryRequirement[1]} diary to kill ${monster.name}.`; + } + } + + if (monster.itemCost) { + const timeToFinish = monster.timeToFinish; + const consumablesCost = getItemCostFromConsumables({ + consumableCosts: Array.isArray(monster.itemCost) ? monster.itemCost : [monster.itemCost], + gearBank: user.gearBank, + inputQuantity: 1, + timeToFinish, + maxTripLength: timeToFinish * 1.5, + slayerKillsRemaining: null + }); + if (consumablesCost.itemCost && !user.bank.has(consumablesCost.itemCost)) { + const items = Array.isArray(monster.itemCost) ? monster.itemCost : [monster.itemCost]; + const messages: string[] = []; + for (const group of items) { + if (group.optional) continue; + if (user.owns(group.itemCost)) { + continue; + } + if (group.alternativeConsumables?.some(alt => user.owns(alt.itemCost))) { + continue; + } + messages.push( + `This monster requires: ${group.itemCost.items().map(i => i[0].name)}${ + group.alternativeConsumables + ? `, OR ${group.alternativeConsumables?.map(alt => alt.itemCost.items().map(i => i[0].name)).join(', ')}` + : '.' + }` + ); + } + return [false, `You don't have the items needed to kill this monster. ${messages.join(' ')}`]; + } + } + + const monsterScores = await user.fetchMonsterScores(); + + if (monster.kcRequirements) { + for (const [key, val] of Object.entries(monster.kcRequirements)) { + const { id } = BSOMonsters[key as keyof typeof BSOMonsters]; + + const kc = monsterScores[id] ?? 0; + + if (kc < val) { + return `You need at least ${val} ${key} KC to kill ${monster.name}, you have ${kc}.`; + } + } + } + + if (monster.minimumWeaponShieldStats) { + for (const [setup, minimum] of Object.entries(monster.minimumWeaponShieldStats)) { + const gear = user.gear[setup as GearSetupType]; + const stats = addStatsOfItemsTogether( + [gear['2h']?.item, gear.weapon?.item, gear.shield?.item].filter(notEmpty) + ); + + for (const [key, requiredValue] of Object.entries(minimum)) { + if (requiredValue < 1) continue; + const theirValue = stats[key as GearStat] ?? 0; + if (theirValue < requiredValue) { + return `Your ${setup} weapons/shield need to have at least ${requiredValue} ${readableStatName( + key + )} to kill ${monster.name}, you have ${theirValue}.`; + } + } + } + } + + if (monster.customRequirement && monsterScores[monster.id] === 0) { + const reasonDoesntHaveReq = await monster.customRequirement(user); + if (reasonDoesntHaveReq) { + return `You don't meet the requirements to kill this monster: ${reasonDoesntHaveReq}.`; + } + } + + if (monster.requiredBitfield && !user.bitfield.includes(monster.requiredBitfield)) { + return "You haven't unlocked this monster."; + } + + const rangeAmmo = user.gear.range.ammo?.item; + if ( + monster.projectileUsage?.requiredAmmo && + (!rangeAmmo || !monster.projectileUsage?.requiredAmmo.includes(rangeAmmo)) + ) { + return `You need to be using one of these projectiles to fight ${ + monster.name + }: ${monster.projectileUsage.requiredAmmo.map(itemNameFromID).join(', ')}.`; + } + return [true]; } -export function resolveAvailableItemBoosts(user: MUser, monster: KillableMonster, _isInWilderness = false) { +export function resolveAvailableItemBoosts( + gearBank: GearBank, + monster: KillableMonster, + _isInWilderness = false +): Bank { const boosts = new Bank(); if (monster.itemInBankBoosts) { for (const boostSet of monster.itemInBankBoosts) { @@ -320,7 +447,7 @@ export function resolveAvailableItemBoosts(user: MUser, monster: KillableMonster // find the highest boost that the player has for (const [itemID, boostAmount] of Object.entries(boostSet)) { const parsedId = Number.parseInt(itemID); - if (!user.hasEquippedOrInBank(parsedId)) { + if (!gearBank.hasEquippedOrInBank(parsedId)) { continue; } if (boostAmount > highestBoostAmount) { @@ -334,7 +461,7 @@ export function resolveAvailableItemBoosts(user: MUser, monster: KillableMonster } } } - return boosts.bank; + return boosts; } export function calcMaxRCQuantity(rune: Rune, user: MUser) { @@ -379,7 +506,7 @@ export async function addToOpenablesScores(user: MUser, kcBank: Bank) { const { openable_scores: newOpenableScores } = await userStatsUpdate( user.id, { - openable_scores: new Bank(stats.openable_scores as ItemBank).add(kcBank).bank + openable_scores: new Bank(stats.openable_scores as ItemBank).add(kcBank).toJSON() }, { openable_scores: true } ); diff --git a/src/scripts/troubleshooter.ts b/src/scripts/troubleshooter.ts deleted file mode 100644 index bea2ae0cb16..00000000000 --- a/src/scripts/troubleshooter.ts +++ /dev/null @@ -1,33 +0,0 @@ -import { existsSync, rmSync } from 'node:fs'; - -import { getSystemInfo } from '../lib/systemInfo'; -import { execAsync, runTimedLoggedFn } from './scriptUtil'; - -async function yarnRefreshLockfile() { - await execAsync('yarn --refresh-lockfile --check-cache'); -} - -async function deleteFoldersAndFiles() { - const paths = ['dist', 'cache.json', 'logs', 'coverage']; - for (const p of paths) { - if (existsSync(p)) { - console.log(` Deleting ${p}`); - rmSync(p, { recursive: true, force: true }); - } - } -} - -async function main() { - const info = await getSystemInfo(); - console.log(info.singleStr); - await runTimedLoggedFn('Delete Folders and Files', deleteFoldersAndFiles); - await runTimedLoggedFn('Yarn Refresh Lockfile', yarnRefreshLockfile); - console.log(`\n\nDone. Try to run "yarn build" now. If you are still having issues: - -- Delete the node_modules folder -- Kill all node.js processes in task manager -- Reboot your computer -- Ask for help in discord, showing your error/issue.`); -} - -main(); diff --git a/src/tasks/minions/HunterActivity/hunterActivity.ts b/src/tasks/minions/HunterActivity/hunterActivity.ts index c9a77a8898e..da746aec34d 100644 --- a/src/tasks/minions/HunterActivity/hunterActivity.ts +++ b/src/tasks/minions/HunterActivity/hunterActivity.ts @@ -1,9 +1,8 @@ import type { Prisma } from '@prisma/client'; import { Time, randInt } from 'e'; -import { Bank } from 'oldschooljs'; +import { Bank, increaseBankQuantitesByPercent } from 'oldschooljs'; import { EquipmentSlot, type ItemBank } from 'oldschooljs/dist/meta/types'; -import { increaseBankQuantitesByPercent } from '@oldschoolgg/toolkit'; import { PortentID, chargePortentIfHasCharges } from '../../../lib/bso/divination'; import { GLOBAL_BSO_XP_MULTIPLIER, MAX_LEVEL, PeakTier } from '../../../lib/constants'; import { globalDroprates } from '../../../lib/data/globalDroprates'; diff --git a/src/tasks/minions/agilityActivity.ts b/src/tasks/minions/agilityActivity.ts index 52bc2e785a9..642ef4d3a56 100644 --- a/src/tasks/minions/agilityActivity.ts +++ b/src/tasks/minions/agilityActivity.ts @@ -72,7 +72,6 @@ export function calculateAgilityResult({ quantity, course, agilityLevel, - duration, usingHarry, hasDiaryBonus, hasAgilityPortent @@ -106,8 +105,7 @@ export function calculateAgilityResult({ // Calculate Crystal Shards for Priff if (course.name === 'Prifddinas Rooftop Course') { - // 15 Shards per hour - loot.add('Crystal shard', Math.floor((duration / Time.Hour) * 15)); + loot.add('Crystal shard', quantity); } // Agility pyramid diff --git a/src/tasks/minions/bso/disassemblingActivity.ts b/src/tasks/minions/bso/disassemblingActivity.ts index 6f123937d2d..8a27a0407d1 100644 --- a/src/tasks/minions/bso/disassemblingActivity.ts +++ b/src/tasks/minions/bso/disassemblingActivity.ts @@ -35,7 +35,7 @@ export async function disassemblyTask(data: DisassembleTaskOptions) { items_disassembled_cost: true }); await mahojiClientSettingsUpdate({ - items_disassembled_cost: new Bank(items_disassembled_cost as ItemBank).add(cost).bank + items_disassembled_cost: new Bank(items_disassembled_cost as ItemBank).add(cost).toJSON() }); const xpStr = await user.addXP({ diff --git a/src/tasks/minions/bso/doaActivity.ts b/src/tasks/minions/bso/doaActivity.ts index 2e08435bfdc..d9f6de8fac6 100644 --- a/src/tasks/minions/bso/doaActivity.ts +++ b/src/tasks/minions/bso/doaActivity.ts @@ -38,8 +38,8 @@ async function handleDOAXP(user: MUser, qty: number, isCm: boolean) { results.push( user.addXP({ skillName: SkillsEnum.Magic, amount: magicXP, minimal: true, source: 'DepthsOfAtlantis' }) ); - let [, , styles] = resolveAttackStyles(user, { - monsterID: -1 + let styles = resolveAttackStyles({ + attackStyles: user.getAttackStyles() }); if (([SkillsEnum.Magic, SkillsEnum.Ranged] as const).some(style => styles.includes(style))) { styles = [SkillsEnum.Attack, SkillsEnum.Strength, SkillsEnum.Defence]; @@ -88,7 +88,7 @@ export const doaTask: MinionTask = { userStatsUpdate( u.id, { - doa_room_attempts_bank: currentKCBank.add(newRoomAttempts).bank, + doa_room_attempts_bank: currentKCBank.add(newRoomAttempts).toJSON(), doa_attempts: { increment: quantity } @@ -198,7 +198,7 @@ export const doaTask: MinionTask = { doa_total_minutes_raided: { increment: Math.floor(duration / Time.Minute) }, - doa_loot: new Bank(stats.doa_loot as ItemBank).add(totalLoot.get(userID)).bank + doa_loot: new Bank(stats.doa_loot as ItemBank).add(totalLoot.get(userID)).toJSON() }, {} ); @@ -208,7 +208,7 @@ export const doaTask: MinionTask = { const isPurple = items.some(([item]) => doaCL.includes(item.id)); const announcedItems = resolveItems(['Shark jaw', 'Oceanic relic', 'Aquifer aegis', 'Crush']); if (items.some(([item]) => announcedItems.includes(item.id))) { - const itemsToAnnounce = itemsAdded.filter(item => doaCL.includes(item.id), false); + const itemsToAnnounce = itemsAdded.filter(item => doaCL.includes(item.id)); globalClient.emit( Events.ServerNotification, `${Emoji.Purple} ${ diff --git a/src/tasks/minions/bso/ignecarusActivity.ts b/src/tasks/minions/bso/ignecarusActivity.ts index bd672908f5c..01e50af475f 100644 --- a/src/tasks/minions/bso/ignecarusActivity.ts +++ b/src/tasks/minions/bso/ignecarusActivity.ts @@ -108,9 +108,7 @@ export const ignecarusTask: MinionTask = { taskQuantity: quantity }); await user.addItemsToBank({ items: loot, collectionLog: true }); - const purple = Object.keys(loot.bank).some(itemID => - IgnecarusNotifyDrops.includes(Number.parseInt(itemID)) - ); + const purple = loot.itemIDs.some(itemID => IgnecarusNotifyDrops.includes(itemID)); resultStr += `\n${purple ? Emoji.Purple : ''}${user} received ${loot}.`; announceLoot({ diff --git a/src/tasks/minions/bso/kalphiteKingActivity.ts b/src/tasks/minions/bso/kalphiteKingActivity.ts index cced73c8641..ddeccef0f21 100644 --- a/src/tasks/minions/bso/kalphiteKingActivity.ts +++ b/src/tasks/minions/bso/kalphiteKingActivity.ts @@ -1,4 +1,4 @@ -import { SimpleTable } from '@oldschoolgg/toolkit'; +import { SimpleTable } from '@oldschoolgg/toolkit/structures'; import { calcWhatPercent, noOp, percentChance } from 'e'; import { Bank } from 'oldschooljs'; @@ -96,7 +96,7 @@ export const kalphiteKingTask: MinionTask = { const { previousCL, itemsAdded } = await user.addItemsToBank({ items: loot, collectionLog: true }); const kcToAdd = kcAmounts[user.id]; if (kcToAdd) await user.incrementKC(KalphiteKingMonster.id, kcToAdd); - const purple = Object.keys(loot.bank).some(id => kalphiteKingCL.includes(Number.parseInt(id))); + const purple = loot.itemIDs.some(id => kalphiteKingCL.includes(id)); const usersTask = await getUsersCurrentSlayerInfo(user.id); const isOnTask = diff --git a/src/tasks/minions/bso/kingGoldemarActivity.ts b/src/tasks/minions/bso/kingGoldemarActivity.ts index 69ff9ef75e9..2fdafde797a 100644 --- a/src/tasks/minions/bso/kingGoldemarActivity.ts +++ b/src/tasks/minions/bso/kingGoldemarActivity.ts @@ -1,4 +1,4 @@ -import { noOp, percentChance, randArrItem } from 'e'; +import { percentChance, randArrItem } from 'e'; import { Bank } from 'oldschooljs'; import { Emoji, Events } from '../../../lib/constants'; @@ -75,38 +75,10 @@ export const kingGoldemarTask: MinionTask = { const gotDWWH = roll(dwwhChance); const dwwhRecipient = gotDWWH ? randArrItem(dwwhTable) : null; - const userGettingTricked = users[0]; - let trickDidActivate = false; - if (users.length === 1 && dwwhRecipient !== userGettingTricked && 5 > 10) { - const activeTrick = await prisma.mortimerTricks.findFirst({ - where: { - target_id: userGettingTricked.id, - completed: false - } - }); - if (activeTrick) { - const trickster = await globalClient.users.fetch(activeTrick.trickster_id).catch(noOp); - trickster - ?.send( - `You just tricked ${userGettingTricked.rawUsername} into thinking they got a Broken dwarven warhammer!` - ) - .catch(noOp); - await prisma.mortimerTricks.update({ - where: { - id: activeTrick.id - }, - data: { - completed: true - } - }); - trickDidActivate = true; - } - } - const killStr = - (gotDWWH && dwwhRecipient) || trickDidActivate + gotDWWH && dwwhRecipient ? `${ - trickDidActivate ? userGettingTricked.usernameOrMention : dwwhRecipient?.usernameOrMention + dwwhRecipient?.usernameOrMention } delivers a crushing blow to King Goldemars warhammer, breaking it. The king has no choice but to flee the chambers, **leaving behind his broken hammer.**` : `${ solo ? 'You' : 'Your team' @@ -142,12 +114,7 @@ export const kingGoldemarTask: MinionTask = { await user.addItemsToBank({ items: loot, collectionLog: true }); teamLoot.add(user.id, loot); - const fakeLoot = loot.clone(); - if (trickDidActivate) { - fakeLoot.add('Broken dwarven warhammer'); - } - - resultStr += `\n${user} received ${fakeLoot}.`; + resultStr += `\n${user} received ${loot}.`; } updateBankSetting('kg_loot', totalLoot); diff --git a/src/tasks/minions/bso/moktangActivity.ts b/src/tasks/minions/bso/moktangActivity.ts index 8a2d10e7643..9ff8e54c734 100644 --- a/src/tasks/minions/bso/moktangActivity.ts +++ b/src/tasks/minions/bso/moktangActivity.ts @@ -1,7 +1,7 @@ -import { formatOrdinal, increaseBankQuantitesByPercent } from '@oldschoolgg/toolkit'; +import { formatOrdinal } from '@oldschoolgg/toolkit'; import { userMention } from 'discord.js'; import { randInt } from 'e'; -import { Bank } from 'oldschooljs'; +import { Bank, increaseBankQuantitesByPercent } from 'oldschooljs'; import { SkillsEnum } from 'oldschooljs/dist/constants'; import { Events } from '../../../lib/constants'; diff --git a/src/tasks/minions/bso/nexActivity.ts b/src/tasks/minions/bso/nexActivity.ts index c3b9f2d9ded..ffd987b62cd 100644 --- a/src/tasks/minions/bso/nexActivity.ts +++ b/src/tasks/minions/bso/nexActivity.ts @@ -1,4 +1,4 @@ -import { SimpleTable } from '@oldschoolgg/toolkit'; +import { SimpleTable } from '@oldschoolgg/toolkit/structures'; import { calcWhatPercent, noOp, percentChance, randArrItem } from 'e'; import { Bank } from 'oldschooljs'; @@ -115,7 +115,7 @@ export const nexTask: MinionTask = { const kcToAdd = kcAmounts[user.id]; if (kcToAdd) await user.incrementKC(NexMonster.id, kcToAdd); - const purple = Object.keys(loot.bank).some(id => nexCL.includes(Number.parseInt(id))); + const purple = loot.itemIDs.some(id => nexCL.includes(id)); resultStr += `${purple ? Emoji.Purple : ''} **${user} received:** ||${new Bank(loot)}||\n`; diff --git a/src/tasks/minions/bso/ouraniaDeliveryServiceActivity.ts b/src/tasks/minions/bso/ouraniaDeliveryServiceActivity.ts index 81cf32566cf..5fe39ab46aa 100644 --- a/src/tasks/minions/bso/ouraniaDeliveryServiceActivity.ts +++ b/src/tasks/minions/bso/ouraniaDeliveryServiceActivity.ts @@ -1,6 +1,5 @@ import { randFloat } from 'e'; import { Bank, LootTable } from 'oldschooljs'; -import { PrayerPageTable } from 'oldschooljs/dist/simulation/clues/General'; import { userHasFlappy } from '../../../lib/invention/inventions'; import { trackLoot } from '../../../lib/lootTrack'; @@ -11,6 +10,32 @@ import type { MinigameActivityTaskOptionsWithNoChanges } from '../../../lib/type import { handleTripFinish } from '../../../lib/util/handleTripFinish'; import { updateBankSetting } from '../../../lib/util/updateBankSetting'; +const PrayerPageTable = new LootTable() + .add('Saradomin page 1') + .add('Saradomin page 2') + .add('Saradomin page 3') + .add('Saradomin page 4') + .add('Zamorak page 1') + .add('Zamorak page 2') + .add('Zamorak page 3') + .add('Zamorak page 4') + .add('Guthix page 1') + .add('Guthix page 2') + .add('Guthix page 3') + .add('Guthix page 4') + .add('Bandos page 1') + .add('Bandos page 2') + .add('Bandos page 3') + .add('Bandos page 4') + .add('Armadyl page 1') + .add('Armadyl page 2') + .add('Armadyl page 3') + .add('Armadyl page 4') + .add('Ancient page 1') + .add('Ancient page 2') + .add('Ancient page 3') + .add('Ancient page 4'); + const boxTable = new LootTable() .add('Tradeable mystery box', [1, 2], 100) .add('Untradeable mystery box', 1, 40) diff --git a/src/tasks/minions/bso/turaelsTrialsActivity.ts b/src/tasks/minions/bso/turaelsTrialsActivity.ts index eb6b7b15889..a53669412fe 100644 --- a/src/tasks/minions/bso/turaelsTrialsActivity.ts +++ b/src/tasks/minions/bso/turaelsTrialsActivity.ts @@ -7,22 +7,27 @@ import type { TuraelsTrialsOptions } from '../../../lib/types/minions'; import { handleTripFinish } from '../../../lib/util/handleTripFinish'; import { trackClientBankStats, userStatsBankUpdate } from '../../../mahoji/mahojiSettings'; -export function calculateTuraelsTrialsResult({ quantity, method }: { quantity: number; method: TuraelsTrialsMethod }) { +export function calculateTuraelsTrialsResult({ + quantity, + method, + duration +}: { duration: number; quantity: number; method: TuraelsTrialsMethod }) { const loot = new Bank(); - const xpBank = new XPBank().add('slayer', 36_009 * quantity); + const options = { source: 'TuraelsTrials', duration, minimal: true } as const; + const xpBank = new XPBank().add('slayer', 36_009 * quantity, options); if (method === 'melee') { const meleeXP = Math.floor((89_000 * quantity) / 3); - xpBank.add('attack', meleeXP); - xpBank.add('strength', meleeXP); - xpBank.add('defence', meleeXP); + xpBank.add('attack', meleeXP, options); + xpBank.add('strength', meleeXP, options); + xpBank.add('defence', meleeXP, options); } else if (method === 'range') { - xpBank.add('ranged', 89_000 * quantity); + xpBank.add('ranged', 89_000 * quantity, options); } else { - xpBank.add('magic', 89_000 * quantity); + xpBank.add('magic', 89_000 * quantity, options); } - xpBank.add('hitpoints', Math.floor((89_000 * quantity) / 3)); + xpBank.add('hitpoints', Math.floor((89_000 * quantity) / 3), options); return { xpBank, @@ -36,7 +41,7 @@ export const turaelsTrialsTask: MinionTask = { const { q: quantity, channelID, userID, duration, m: method } = data; const user = await mUserFetch(userID); - const result = calculateTuraelsTrialsResult({ quantity, method }); + const result = calculateTuraelsTrialsResult({ quantity, method, duration }); const { newScore } = await incrementMinigameScore(userID, 'turaels_trials', quantity); @@ -44,19 +49,12 @@ export const turaelsTrialsTask: MinionTask = { await trackClientBankStats('turaels_trials_loot_bank', result.loot); await userStatsBankUpdate(user.id, 'turaels_trials_loot_bank', result.loot); - const xpResults: string[] = await user.addXPBank({ - bank: result.xpBank, - duration, - minimal: true, - source: 'TuraelsTrials' - }); + const xpResults = await user.addXPBank(result.xpBank); return handleTripFinish( user, channelID, - `${user}, your minion finished slaying ${quantity}x superiors in Turaels Trials.\n**Your Turaels Trials KC is now ${newScore}**.\n\n${xpResults.join( - ', ' - )}`, + `${user}, your minion finished slaying ${quantity}x superiors in Turaels Trials.\n**Your Turaels Trials KC is now ${newScore}**.\n\n${xpResults}`, undefined, data, result.loot diff --git a/src/tasks/minions/bso/vasaMagusActivity.ts b/src/tasks/minions/bso/vasaMagusActivity.ts index b09848ca134..38913597877 100644 --- a/src/tasks/minions/bso/vasaMagusActivity.ts +++ b/src/tasks/minions/bso/vasaMagusActivity.ts @@ -1,6 +1,5 @@ import { objectEntries, randArrItem, randInt, roll } from 'e'; import { Bank, Monsters } from 'oldschooljs'; -import type Monster from 'oldschooljs/dist/structures/Monster'; import { globalDroprates } from '../../../lib/data/globalDroprates'; import { isDoubleLootActive } from '../../../lib/doubleLoot'; @@ -18,7 +17,7 @@ import { makeBankImage } from '../../../lib/util/makeBankImage'; import resolveItems from '../../../lib/util/resolveItems'; import { updateBankSetting } from '../../../lib/util/updateBankSetting'; -const vasaBosses: Monster[] = [ +const vasaBosses = [ Monsters.AbyssalSire, Monsters.AlchemicalHydra, Monsters.Barrows, diff --git a/src/tasks/minions/clueActivity.ts b/src/tasks/minions/clueActivity.ts index fbf52080ec1..888a3cbb330 100644 --- a/src/tasks/minions/clueActivity.ts +++ b/src/tasks/minions/clueActivity.ts @@ -1,6 +1,5 @@ import { Time, randInt, roll } from 'e'; -import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { Bank, LootTable } from 'oldschooljs'; import { ClueTiers } from '../../lib/clues/clueTiers'; import type { ClueActivityTaskOptions } from '../../lib/types/minions'; diff --git a/src/tasks/minions/colosseumActivity.ts b/src/tasks/minions/colosseumActivity.ts index 479a12821f9..e2f4d2fb7de 100644 --- a/src/tasks/minions/colosseumActivity.ts +++ b/src/tasks/minions/colosseumActivity.ts @@ -3,6 +3,7 @@ import { Bank } from 'oldschooljs'; import type { ItemBank } from 'oldschooljs/dist/meta/types'; import { ColosseumWaveBank, colosseumWaves } from '../../lib/colosseum'; +import { Emoji } from '../../lib/constants'; import { refundChargeBank } from '../../lib/degradeableItems'; import { trackLoot } from '../../lib/lootTrack'; import { incrementMinigameScore } from '../../lib/settings/minigames'; @@ -23,65 +24,108 @@ export const colosseumTask: MinionTask = { channelID, userID, loot: possibleLoot, + quantity, diedAt, maxGlory, scytheCharges, venatorBowCharges, - bloodFuryCharges + bloodFuryCharges, + voidStaffCharges } = data; const user = await mUserFetch(userID); - const newKCs = new ColosseumWaveBank(); - for (let i = 0; i < (diedAt ? diedAt - 1 : 12); i++) { - newKCs.add(i + 1); + const deathCount = diedAt?.filter(value => value !== null).length || 0; + const successfulKills = quantity - deathCount; + + // Increment wave KCs + for (let i = 0; i < quantity; i++) { + const newKCs = new ColosseumWaveBank(); + const waves = diedAt?.[i] ? diedAt?.[i]! - 1 : 12; + for (let j = 0; j < waves; j++) { + newKCs.add(j + 1); + } + const kcBank = await user.fetchStats({ colo_kc_bank: true }); + for (const [key, value] of Object.entries(kcBank.colo_kc_bank as ItemBank)) + newKCs.add(Number.parseInt(key), value); + await userStatsUpdate(user.id, { colo_kc_bank: newKCs._bank }); } + const stats = await user.fetchStats({ colo_kc_bank: true, colo_max_glory: true }); - for (const [key, value] of Object.entries(stats.colo_kc_bank as ItemBank)) - newKCs.add(Number.parseInt(key), value); - await userStatsUpdate(user.id, { colo_kc_bank: newKCs._bank }); - const newKCsStr = `${newKCs - .entries() - .map(([kc, amount]) => `Wave ${kc}: ${amount} KC`) - .join(', ')}`; - - let scytheRefund = 0; - let venatorBowRefund = 0; - let bloodFuryRefund = 0; - - const newWaveKcStr = !diedAt || diedAt > 1 ? `New wave KCs: ${newKCsStr}.` : 'No new KCs.'; - if (diedAt) { - const wave = colosseumWaves.find(i => i.waveNumber === diedAt)!; - - let str = `${user}, you died on wave ${diedAt} to ${randArrItem([ - ...(wave?.reinforcements ?? []), - ...wave.enemies - ])}, and received no loot. ${newWaveKcStr}`; - - // Calculate refund for unused charges - const completionPercentage = (diedAt - 1) / 12; - if (scytheCharges > 0) scytheRefund = Math.ceil(scytheCharges * (1 - completionPercentage)); - if (venatorBowCharges > 0) venatorBowRefund = Math.ceil(venatorBowCharges * (1 - completionPercentage)); - if (bloodFuryCharges > 0) bloodFuryRefund = Math.ceil(bloodFuryCharges * (1 - completionPercentage)); - - const chargeBank = new ChargeBank(); - if (scytheRefund > 0) chargeBank.add('scythe_of_vitur_charges', scytheRefund); - if (venatorBowRefund > 0) chargeBank.add('venator_bow_charges', venatorBowRefund); - if (bloodFuryRefund > 0) chargeBank.add('blood_fury_charges', bloodFuryRefund); - - if (chargeBank.length() > 0) { - const refundResults = await refundChargeBank(user, chargeBank); - - const refundMessages = refundResults - .map(result => `${result.userMessage} Total charges: ${result.totalCharges}.`) - .join('\n'); - - str += `\n${refundMessages}`; - } + const coloWaveKCs = stats.colo_kc_bank; + const newKCsStr = coloWaveKCs + ? Object.entries(coloWaveKCs) + .map(([kc, amount]) => `Wave ${kc}: ${amount} KC`) + .join(', ') + : 'No KCs recorded'; + const newWaveKcStr = `**Colosseum Wave KCs:** ${newKCsStr}`; + + // Generate death message & calculate refund + const finalDeathStr: string[] = []; + const deathStr: string[] = []; + finalDeathStr.push(`**Deaths: **${Emoji.Skull.repeat(deathCount)}\n`); + for (let i = 0; i < quantity; i++) { + if (diedAt?.[i] !== null) { + const waveNumber = diedAt?.[i]; + const wave = colosseumWaves.find(i => i.waveNumber === waveNumber)!; + if (quantity > 1) { + deathStr.push( + `- Attempt #${i + 1} Wave #${diedAt?.[i]} to ${randArrItem([ + ...(wave?.reinforcements ?? []), + ...wave.enemies + ])}. ` + ); + } else { + deathStr.push( + `You died on wave ${waveNumber} to ${randArrItem([ + ...(wave?.reinforcements ?? []), + ...wave.enemies + ])}. ` + ); + } - return handleTripFinish(user, channelID, str, undefined, data, null); + let scytheRefund = 0; + let venatorBowRefund = 0; + let bloodFuryRefund = 0; + let voidStaffRefund = 0; + + // Calculate refund for unused charges + const completionPercentage = (diedAt?.[i]! - 1) / 12; + if (scytheCharges > 0) { + scytheRefund = Math.floor((scytheCharges / quantity) * (1 - completionPercentage)); + scytheRefund = Math.min(scytheRefund, scytheCharges / quantity); + } + if (venatorBowCharges > 0) { + venatorBowRefund = Math.floor((venatorBowCharges / quantity) * (1 - completionPercentage)); + venatorBowRefund = Math.min(venatorBowRefund, venatorBowCharges / quantity); + } + if (bloodFuryCharges > 0) { + bloodFuryRefund = Math.floor((bloodFuryCharges / quantity) * (1 - completionPercentage)); + bloodFuryRefund = Math.min(bloodFuryRefund, bloodFuryCharges / quantity); + } + if (voidStaffCharges > 0) { + voidStaffRefund = Math.floor((voidStaffCharges / quantity) * (1 - completionPercentage)); + voidStaffRefund = Math.min(voidStaffRefund, voidStaffCharges / quantity); + } + + const chargeBank = new ChargeBank(); + if (scytheRefund > 0) chargeBank.add('scythe_of_vitur_charges', scytheRefund); + if (venatorBowRefund > 0) chargeBank.add('venator_bow_charges', venatorBowRefund); + if (bloodFuryRefund > 0) chargeBank.add('blood_fury_charges', bloodFuryRefund); + if (voidStaffRefund > 0) chargeBank.add('void_staff_charges', voidStaffRefund); + + if (chargeBank.length() > 0) { + const refundResults = await refundChargeBank(user, chargeBank); + + const refundMessages = refundResults + .map(result => `${result.userMessage} (total charges: ${result.totalCharges}).`) + .join(' '); + deathStr.push(`${refundMessages}`); + } + deathStr.push('\n'); + } } - await incrementMinigameScore(user.id, 'colosseum'); + await incrementMinigameScore(user.id, 'colosseum', successfulKills); const loot = new Bank().add(possibleLoot); @@ -116,13 +160,20 @@ export const colosseumTask: MinionTask = { ] }); - let str = `${user}, you completed the Colosseum! You received: ${loot}. ${newWaveKcStr}`; - + let gloryStr = null; if (!stats.colo_max_glory || maxGlory > stats.colo_max_glory) { await userStatsUpdate(user.id, { colo_max_glory: maxGlory }); - str += ` Your new max glory is ${maxGlory}!`; + gloryStr = `**Your new max glory is:** ${maxGlory}!`; } + finalDeathStr.push(deathStr.join('')); + const str = + `${user} your minion has returned from the Colosseum! ` + + `${user.minionName} killed Sol Heredit ${successfulKills} ${successfulKills === 1 ? 'time' : 'times'}. ` + + `${gloryStr !== null ? gloryStr : ''}\n` + + `${deathCount > 0 ? `\n${finalDeathStr.join('')}` : ''}` + + `\n${newWaveKcStr}`; + const image = await makeBankImage({ bank: loot, title: 'Colosseum Loot', user, previousCL }); return handleTripFinish(user, channelID, str, image.file.attachment, data, loot); diff --git a/src/tasks/minions/farmingActivity.ts b/src/tasks/minions/farmingActivity.ts index e53fc76a019..ba7aef7f9e8 100644 --- a/src/tasks/minions/farmingActivity.ts +++ b/src/tasks/minions/farmingActivity.ts @@ -1,7 +1,6 @@ import { Time, randInt } from 'e'; -import { Bank, Monsters } from 'oldschooljs'; +import { Bank, Monsters, increaseBankQuantitesByPercent } from 'oldschooljs'; -import { increaseBankQuantitesByPercent } from '@oldschoolgg/toolkit'; import { MysteryBoxes } from '../../lib/bsoOpenables'; import { combatAchievementTripEffect } from '../../lib/combat_achievements/combatAchievements'; import { BitField } from '../../lib/constants'; @@ -216,7 +215,7 @@ export const farmingTask: MinionTask = { await farmingLootBoosts(user, 'plant', plant, quantity, loot, infoStr); if (loot.has('Plopper')) { - loot.bank[itemID('Plopper')] = 1; + loot.set('Plopper', 1); } if (loot.length > 0) { @@ -573,7 +572,7 @@ export const farmingTask: MinionTask = { } if (loot.has('Plopper')) { - loot.bank[itemID('Plopper')] = 1; + loot.set('Plopper', 1); infoStr.push( '<:plopper:787310793321349120> You found a pig on a farm and have adopted it to help you with farming.' ); diff --git a/src/tasks/minions/fishingActivity.ts b/src/tasks/minions/fishingActivity.ts index dee084f09c5..770aaae738e 100644 --- a/src/tasks/minions/fishingActivity.ts +++ b/src/tasks/minions/fishingActivity.ts @@ -43,6 +43,7 @@ export const fishingTask: MinionTask = { }), async run(data: FishingActivityTaskOptions) { const { fishID, quantity, userID, channelID, duration } = data; + let { flakesQuantity } = data; const user = await mUserFetch(userID); const { blessingEquipped, blessingChance } = radasBlessing(user); @@ -139,6 +140,11 @@ export const fishingTask: MinionTask = { } else { lootQuantity += blessingEquipped && percentChance(blessingChance) ? 2 : 1; } + + if (flakesQuantity && flakesQuantity > 0) { + lootQuantity += percentChance(50) ? 1 : 0; + flakesQuantity--; + } } const loot = new Bank({ diff --git a/src/tasks/minions/minigames/agilityArenaActivity.ts b/src/tasks/minions/minigames/agilityArenaActivity.ts index e21f1a4d9c1..e347a19241d 100644 --- a/src/tasks/minions/minigames/agilityArenaActivity.ts +++ b/src/tasks/minions/minigames/agilityArenaActivity.ts @@ -1,5 +1,5 @@ import { Time, calcWhatPercent, reduceNumByPercent } from 'e'; -import { Bank } from 'oldschooljs'; +import { Bank, toKMB } from 'oldschooljs'; import { KaramjaDiary, userhasDiaryTier } from '../../../lib/diaries'; import { userHasFlappy } from '../../../lib/invention/inventions'; @@ -8,7 +8,6 @@ import { SkillsEnum } from '../../../lib/skilling/types'; import type { ActivityTaskOptionsWithQuantity } from '../../../lib/types/minions'; import { formatDuration, randomVariation, roll, skillingPetDropRate } from '../../../lib/util'; import { handleTripFinish } from '../../../lib/util/handleTripFinish'; -import { determineXPFromTickets } from '../../../mahoji/lib/abstracted_commands/agilityArenaCommand'; export const agilityArenaTask: MinionTask = { type: 'AgilityArena', @@ -16,6 +15,8 @@ export const agilityArenaTask: MinionTask = { const { channelID, duration, userID } = data; const user = await mUserFetch(userID); const currentLevel = user.skillLevel(SkillsEnum.Agility); + const [hasKaramjaMed] = await userhasDiaryTier(user, KaramjaDiary.medium); + const xpPerTicket = hasKaramjaMed ? 379.5 : 345; // You get 1 ticket per minute at best without diary const timePerTicket = Time.Minute; @@ -42,14 +43,22 @@ export const agilityArenaTask: MinionTask = { ticketsReceived *= 2; } - incrementMinigameScore(user.id, 'agility_arena', ticketsReceived); + // Increment agility_arena minigame score + await incrementMinigameScore(user.id, 'agility_arena', ticketsReceived); + // give user xp and generate message const xpRes = await user.addXP({ skillName: SkillsEnum.Agility, amount: agilityXP, duration: data.duration }); - let str = `${user}, ${user.minionName} finished doing the Brimhaven Agility Arena for ${formatDuration( duration )}, ${xpRes} and ${ticketsReceived} Agility arena tickets.${flappyRes.userMsg}`; + // Effective xp rate message + const xpFromTickets = ticketsReceived * xpPerTicket; + const xpFromTrip = xpFromTickets + agilityXP; + str += ` After redeeming your Agility arena tickets your effective xp rate is: ${toKMB( + (xpFromTrip / (duration / Time.Minute)) * 60 + ).toLocaleString()}/Hr.`; + // Roll for pet const { petDropRate } = skillingPetDropRate(user, SkillsEnum.Agility, 26_404); for (let i = 0; i < ticketsReceived; i++) { @@ -62,21 +71,18 @@ export const agilityArenaTask: MinionTask = { } } - if (bonusTickets > 0) { - str += `\nYou received ${bonusTickets} bonus tickets for the Karamja Elite Diary.`; - } - - const xpFromTickets = determineXPFromTickets(ticketsReceived, user, hasKaramjaElite); - const xpFromTrip = xpFromTickets + agilityXP; - str += `\n${( - (xpFromTrip / (duration / Time.Minute)) * - 60 - ).toLocaleString()} XP/Hr (after redeeming tickets at 1000 qty)`; + // Give the user their tickets and vouchers await user.addItemsToBank({ - items: new Bank().add('Agility arena ticket', ticketsReceived), + items: new Bank().add('Agility arena ticket', ticketsReceived).add('Brimhaven voucher', ticketsReceived), collectionLog: true }); + // Loot message + str += `\n\n**Loot:** ${ticketsReceived}x Agility arena tickets, ${ticketsReceived}x Brimhaven vouchers.`; + if (bonusTickets > 0) { + str += `You received ${bonusTickets} bonus tickets for the Karamja Elite Diary.`; + } + handleTripFinish(user, channelID, str, undefined, data, null); } }; diff --git a/src/tasks/minions/minigames/castleWarsActivity.ts b/src/tasks/minions/minigames/castleWarsActivity.ts index 3d8fb66e230..c64d600b2ab 100644 --- a/src/tasks/minions/minigames/castleWarsActivity.ts +++ b/src/tasks/minions/minigames/castleWarsActivity.ts @@ -1,4 +1,4 @@ -import { SimpleTable } from '@oldschoolgg/toolkit'; +import { SimpleTable } from '@oldschoolgg/toolkit/structures'; import { Bank } from 'oldschooljs'; import { userHasFlappy } from '../../../lib/invention/inventions'; diff --git a/src/tasks/minions/minigames/fightCavesActivity.ts b/src/tasks/minions/minigames/fightCavesActivity.ts index 35035f2b513..24ebc4e4919 100644 --- a/src/tasks/minions/minigames/fightCavesActivity.ts +++ b/src/tasks/minions/minigames/fightCavesActivity.ts @@ -5,6 +5,8 @@ import { Bank, Monsters } from 'oldschooljs'; import { Emoji, Events } from '../../../lib/constants'; import { userHasFlappy } from '../../../lib/invention/inventions'; +import { userhasDiaryTier } from '../../../lib/diaries'; +import { DiaryID } from '../../../lib/minions/types'; import { SkillsEnum } from '../../../lib/skilling/types'; import { calculateSlayerPoints, getUsersCurrentSlayerInfo } from '../../../lib/slayer/slayerUtil'; import type { FightCavesActivityTaskOptions } from '../../../lib/types/minions'; @@ -175,7 +177,11 @@ export const fightCavesTask: MinionTask = { // 25,250 for Jad + 11,760 for waves. const slayerXP = 37_010; - const points = await calculateSlayerPoints(currentStreak, usersTask.slayerMaster!, user); + const points = await calculateSlayerPoints( + currentStreak, + usersTask.slayerMaster!, + (await userhasDiaryTier(user, [DiaryID.KourendKebos, 'elite']))[0] + ); const secondNewUser = await user.update({ slayer_points: { diff --git a/src/tasks/minions/minigames/gnomeRestaurantActivity.ts b/src/tasks/minions/minigames/gnomeRestaurantActivity.ts index 94c91cd1a42..4e7161b3b56 100644 --- a/src/tasks/minions/minigames/gnomeRestaurantActivity.ts +++ b/src/tasks/minions/minigames/gnomeRestaurantActivity.ts @@ -1,5 +1,5 @@ import { Bank } from 'oldschooljs'; -import LootTable from 'oldschooljs/dist/structures/LootTable'; +import { LootTable } from 'oldschooljs'; import { userHasFlappy } from '../../../lib/invention/inventions'; import { incrementMinigameScore } from '../../../lib/settings/settings'; @@ -9,7 +9,7 @@ import { roll } from '../../../lib/util'; import { handleTripFinish } from '../../../lib/util/handleTripFinish'; import { updateBankSetting } from '../../../lib/util/updateBankSetting'; -const tipTable = new LootTable() +export const tipTable = new LootTable() .oneIn(210, 'Gnome scarf') .oneIn(210, 'Gnome goggles') .oneIn(50, 'Mint cake') diff --git a/src/tasks/minions/minigames/infernoActivity.ts b/src/tasks/minions/minigames/infernoActivity.ts index 5196ffd1717..1b450981c62 100644 --- a/src/tasks/minions/minigames/infernoActivity.ts +++ b/src/tasks/minions/minigames/infernoActivity.ts @@ -5,6 +5,7 @@ import { Bank, Monsters } from 'oldschooljs'; import type { ItemBank } from 'oldschooljs/dist/meta/types'; import { Events } from '../../../lib/constants'; import { diariesObject, userhasDiaryTier } from '../../../lib/diaries'; +import { DiaryID } from '../../../lib/minions/types'; import { countUsersWithItemInCl } from '../../../lib/settings/prisma'; import { getMinigameScore, incrementMinigameScore } from '../../../lib/settings/settings'; import { SkillsEnum } from '../../../lib/skilling/types'; @@ -148,7 +149,11 @@ export const infernoTask: MinionTask = { ); const currentStreak = newUserStats.slayer_task_streak; - const points = await calculateSlayerPoints(currentStreak, usersTask.slayerMaster!, user); + const points = await calculateSlayerPoints( + currentStreak, + usersTask.slayerMaster!, + (await userhasDiaryTier(user, [DiaryID.KourendKebos, 'elite']))[0] + ); const secondNewUser = await user.update({ slayer_points: { increment: points @@ -175,7 +180,7 @@ export const infernoTask: MinionTask = { const current = new Bank(currentData.inferno_cost as ItemBank); const newBank = current.remove(unusedItems); await mahojiClientSettingsUpdate({ - inferno_cost: newBank.bank + inferno_cost: newBank.toJSON() }); } diff --git a/src/tasks/minions/minigames/lmsActivity.ts b/src/tasks/minions/minigames/lmsActivity.ts index 0d29ba9a02e..f6684c239d5 100644 --- a/src/tasks/minions/minigames/lmsActivity.ts +++ b/src/tasks/minions/minigames/lmsActivity.ts @@ -1,11 +1,11 @@ -import { SimpleTable, formatOrdinal } from '@oldschoolgg/toolkit'; +import { calcPerHour, formatOrdinal, gaussianRandom } from '@oldschoolgg/toolkit'; +import { SimpleTable } from '@oldschoolgg/toolkit/structures'; import { clamp, percentChance, sumArr } from 'e'; import { Emoji } from '../../../lib/constants'; import { incrementMinigameScore } from '../../../lib/settings/settings'; import type { MinigameActivityTaskOptionsWithNoChanges } from '../../../lib/types/minions'; -import { calcPerHour, gaussianRandom } from '../../../lib/util'; import { handleTripFinish } from '../../../lib/util/handleTripFinish'; interface LMSGameSimulated { diff --git a/src/tasks/minions/minigames/nightmareActivity.ts b/src/tasks/minions/minigames/nightmareActivity.ts index 9d2ec4f221b..3b43a62bba9 100644 --- a/src/tasks/minions/minigames/nightmareActivity.ts +++ b/src/tasks/minions/minigames/nightmareActivity.ts @@ -58,9 +58,10 @@ export const nightmareTask: MinionTask = { const { newKC } = await user.incrementKC(monsterID, kc); - const ownsOrUsedTablet = - user.bank.has('Slepey tablet') || - (user.bitfield.includes(BitField.HasSlepeyTablet) && user.cl.has('Slepey Tablet')); + const ownsOrUsedTablet = user.cl.has('Slepey Tablet') + ? user.bank.has('Slepey tablet') || user.bitfield.includes(BitField.HasSlepeyTablet) + : false; + if (isPhosani) { if (ownsOrUsedTablet) { userLoot.remove('Slepey tablet', userLoot.amount('Slepey tablet')); diff --git a/src/tasks/minions/minigames/nightmareZoneActivity.ts b/src/tasks/minions/minigames/nightmareZoneActivity.ts index 76e344e2d49..3480826d40a 100644 --- a/src/tasks/minions/minigames/nightmareZoneActivity.ts +++ b/src/tasks/minions/minigames/nightmareZoneActivity.ts @@ -10,7 +10,9 @@ export const nightmareZoneTask: MinionTask = { const { quantity, userID, channelID, duration, strategy } = data; const user = await mUserFetch(userID); - const [, , attackStyles] = resolveAttackStyles(user, { monsterID: undefined }); + const attackStyles = resolveAttackStyles({ + attackStyles: user.getAttackStyles() + }); const monsterHP = 227; const monsterPoints = 3500; diff --git a/src/tasks/minions/minigames/plunderActivity.ts b/src/tasks/minions/minigames/plunderActivity.ts index 7156b71df28..7e65b6adf0c 100644 --- a/src/tasks/minions/minigames/plunderActivity.ts +++ b/src/tasks/minions/minigames/plunderActivity.ts @@ -20,14 +20,12 @@ export const plunderTask: MinionTask = { allRooms[allRooms.length - 1] ]; const loot = new Bank(); - let amountUrns = 0; let totalAmountUrns = 0; - let currentLootRoom = {}; let thievingXP = 0; for (let i = 0; i < quantity; i++) { for (const room of completedRooms) { - [currentLootRoom, amountUrns] = lootRoom(user, room.number); + const [currentLootRoom, amountUrns] = lootRoom(user, room.number); totalAmountUrns += amountUrns; loot.add(currentLootRoom); thievingXP += room.xp; diff --git a/src/tasks/minions/minigames/raidsActivity.ts b/src/tasks/minions/minigames/raidsActivity.ts index b7386bdb1d0..cf1b77d89fb 100644 --- a/src/tasks/minions/minigames/raidsActivity.ts +++ b/src/tasks/minions/minigames/raidsActivity.ts @@ -66,8 +66,8 @@ async function handleCoxXP(user: MUser, qty: number, isCm: boolean) { results.push( await user.addXP({ skillName: SkillsEnum.Magic, amount: magicXP, minimal: true, source: 'ChambersOfXeric' }) ); - let [, , styles] = resolveAttackStyles(user, { - monsterID: -1 + let styles = resolveAttackStyles({ + attackStyles: user.getAttackStyles() }); if (([SkillsEnum.Magic, SkillsEnum.Ranged] as const).some(style => styles.includes(style))) { styles = [SkillsEnum.Attack, SkillsEnum.Strength, SkillsEnum.Defence]; @@ -145,8 +145,8 @@ export const raidsTask: MinionTask = { const hasDust = userData.loot.has('Metamorphic dust') || userData.mUser.cl.has('Metamorphic dust'); if (challengeMode && roll(50) && hasDust) { - const { bank } = userData.loot.clone().add(userData.mUser.allItemsOwned); - const unownedPet = shuffleArr(chambersOfXericMetamorphPets).find(pet => !bank[pet]); + const result = userData.loot.clone().add(userData.mUser.allItemsOwned); + const unownedPet = shuffleArr(chambersOfXericMetamorphPets).find(pet => !result.has(pet)); if (unownedPet) { userLoot.add(unownedPet); } diff --git a/src/tasks/minions/minigames/toaActivity.ts b/src/tasks/minions/minigames/toaActivity.ts index 4635702a65f..45a377cc278 100644 --- a/src/tasks/minions/minigames/toaActivity.ts +++ b/src/tasks/minions/minigames/toaActivity.ts @@ -167,7 +167,7 @@ export const toaTask: MinionTask = { if ( items.some(([item]) => toaPurpleItems.includes(item.id) && !purpleButNotAnnounced.includes(item.id)) ) { - const itemsToAnnounce = itemsAdded.filter(item => toaPurpleItems.includes(item.id), false); + const itemsToAnnounce = itemsAdded.filter(item => toaPurpleItems.includes(item.id)); globalClient.emit( Events.ServerNotification, `${Emoji.Purple} ${ @@ -184,12 +184,13 @@ export const toaTask: MinionTask = { userStatsUpdate(user.id, { toa_raid_levels_bank: new Bank() .add(currentStats.toa_raid_levels_bank as ItemBank) - .add(raidLevel, quantity).bank, + .add(raidLevel, quantity) + .toJSON(), total_toa_duration_minutes: { increment: Math.floor(duration / Time.Minute) }, toa_loot: !chincannonUser - ? new Bank(currentStats.toa_loot as ItemBank).add(totalLoot.get(userID)).bank + ? new Bank(currentStats.toa_loot as ItemBank).add(totalLoot.get(userID)).toJSON() : undefined }); diff --git a/src/tasks/minions/minigames/tobActivity.ts b/src/tasks/minions/minigames/tobActivity.ts index 519eab09f0e..32b6a9ce81c 100644 --- a/src/tasks/minions/minigames/tobActivity.ts +++ b/src/tasks/minions/minigames/tobActivity.ts @@ -46,8 +46,8 @@ async function handleTobXP(user: MUser, isHm: boolean) { results.push( await user.addXP({ skillName: SkillsEnum.Magic, amount: magicXP, minimal: true, source: 'TheatreOfBlood' }) ); - let [, , styles] = resolveAttackStyles(user, { - monsterID: -1 + let styles = resolveAttackStyles({ + attackStyles: user.getAttackStyles() }); if (([SkillsEnum.Magic, SkillsEnum.Ranged] as const).some(style => styles.includes(style))) { styles = [SkillsEnum.Attack, SkillsEnum.Strength, SkillsEnum.Defence]; @@ -175,7 +175,6 @@ export const tobTask: MinionTask = { const items = userLoot.items(); const isPurple = items.some(([item]) => TOBUniques.includes(item.id)); - const deathStr = userDeaths.length === 0 ? '' : `${Emoji.Skull}(${userDeaths.map(i => TOBRooms[i].name)})`; diff --git a/src/tasks/minions/minigames/trawlerActivity.ts b/src/tasks/minions/minigames/trawlerActivity.ts index 6d914976e73..15658dc6073 100644 --- a/src/tasks/minions/minigames/trawlerActivity.ts +++ b/src/tasks/minions/minigames/trawlerActivity.ts @@ -20,7 +20,6 @@ export const trawlerTask: MinionTask = { const fishingLevel = user.skillLevel(SkillsEnum.Fishing); - const allItemsOwnedBank = user.allItemsOwned.bank; const loot = new Bank(); let totalXP = 0; @@ -29,7 +28,7 @@ export const trawlerTask: MinionTask = { const { loot: _loot, xp } = fishingTrawlerLoot( fishingLevel, hasEliteArdy, - loot.clone().add(allItemsOwnedBank) + loot.clone().add(user.allItemsOwned) ); totalXP += xp; loot.add(_loot); @@ -41,13 +40,19 @@ export const trawlerTask: MinionTask = { totalXP += bonusXP; } - let str = `${user}, ${ - user.minionName - } finished completing the Fishing Trawler ${quantity}x times. ${await user.addXP({ + let str = `${user}, ${user.minionName} finished completing the Fishing Trawler ${quantity}x times.`; + + if (user.usingPet('Shelldon')) { + loot.multiply(2); + totalXP *= 1.5; + str += '\nYou received **2x** extra fish from Shelldon helping you.'; + } + + str += await user.addXP({ skillName: SkillsEnum.Fishing, amount: totalXP, duration: data.duration - })}`; + }); if (xpBonusPercent > 0) { str += ` ${xpBonusPercent}% Bonus XP for Angler outfit pieces.`; @@ -63,12 +68,6 @@ export const trawlerTask: MinionTask = { str += '\n\nYou received **4x** extra fish because you are a master at Fishing.'; } - if (user.usingPet('Shelldon')) { - loot.multiply(2); - totalXP *= 1.5; - str += '\nYou received **2x** extra fish from Shelldon helping you.'; - } - const { previousCL, itemsAdded } = await transactItems({ userID: user.id, collectionLog: true, diff --git a/src/tasks/minions/minigames/wintertodtActivity.ts b/src/tasks/minions/minigames/wintertodtActivity.ts index b878db37f69..80ea0b3bd8e 100644 --- a/src/tasks/minions/minigames/wintertodtActivity.ts +++ b/src/tasks/minions/minigames/wintertodtActivity.ts @@ -30,7 +30,7 @@ export const wintertodtTask: MinionTask = { loot.add( WintertodtCrate.open({ points, - itemsOwned: user.allItemsOwned.clone().add(loot).bank, + itemsOwned: user.allItemsOwned.clone().add(loot), skills: user.skillsAsXP, firemakingXP: user.skillsAsXP.firemaking }) diff --git a/src/tasks/minions/minigames/zalcanoActivity.ts b/src/tasks/minions/minigames/zalcanoActivity.ts index 993aeb751d7..e608a8c4944 100644 --- a/src/tasks/minions/minigames/zalcanoActivity.ts +++ b/src/tasks/minions/minigames/zalcanoActivity.ts @@ -2,6 +2,8 @@ import { randInt } from 'e'; import { Bank, Misc } from 'oldschooljs'; import { ZALCANO_ID } from '../../../lib/constants'; +import { userhasDiaryTier } from '../../../lib/diaries'; +import { DiaryID } from '../../../lib/minions/types'; import { SkillsEnum } from '../../../lib/skilling/types'; import type { ZalcanoActivityTaskOptions } from '../../../lib/types/minions'; import { ashSanctifierEffect } from '../../../lib/util/ashSanctifier'; @@ -49,7 +51,14 @@ export const zalcanoTask: MinionTask = { await user.addXP({ skillName: SkillsEnum.Runecraft, amount: runecraftXP, duration, source: 'Zalcano' }) ); - await ashSanctifierEffect(user, loot, duration, xpRes); + const result = ashSanctifierEffect({ + mutableLootToReceive: loot, + gearBank: user.gearBank, + bitfield: user.bitfield, + duration, + hasKourendElite: (await userhasDiaryTier(user, [DiaryID.KourendKebos, 'elite']))[0] + }); + if (result) await result.updateBank.transact(user); const { previousCL, itemsAdded } = await transactItems({ userID: user.id, diff --git a/src/tasks/minions/miningActivity.ts b/src/tasks/minions/miningActivity.ts index 4b5c42d16e5..8cf79e62aa8 100644 --- a/src/tasks/minions/miningActivity.ts +++ b/src/tasks/minions/miningActivity.ts @@ -180,7 +180,7 @@ export function calculateMiningResult({ const hasKlik = equippedPet === itemID('Klik'); if (hasKlik && !hasAdze) { - const smeltedOre = Smithing.Bars.find(o => o.inputOres.bank[ore.id] && o.inputOres.length === 1); + const smeltedOre = Smithing.Bars.find(o => o.inputOres.has(ore.id) && o.inputOres.length === 1); if (smeltedOre) { barsFromKlikBank.add(smeltedOre.id, quantity); loot.remove(ore.id, loot.amount(ore.id)); @@ -220,7 +220,7 @@ export function calculateMiningResult({ let smithingXPFromAdze = 0; if (hasAdze && !adzeIsDisabled) { const smeltedOre = Smithing.Bars.find( - o => o.inputOres.bank[ore.id] && o.inputOres.items().filter(i => i[0].name !== 'Coal').length === 1 + o => o.inputOres.has(ore.id) && o.inputOres.items().filter(i => i[0].name !== 'Coal').length === 1 ); if (smeltedOre) { if (!isPowermining) { diff --git a/src/tasks/minions/monsterActivity.ts b/src/tasks/minions/monsterActivity.ts index 82c68ef0f8b..15f0cae9f3b 100644 --- a/src/tasks/minions/monsterActivity.ts +++ b/src/tasks/minions/monsterActivity.ts @@ -1,441 +1,392 @@ -import type { Prisma } from '@prisma/client'; -import { - Time, - calcWhatPercent, - deepClone, - increaseNumByPercent, - percentChance, - randArrItem, - reduceNumByPercent, - roll, - sumArr -} from 'e'; +import { Time, calcWhatPercent, deepClone, percentChance, reduceNumByPercent } from 'e'; import type { MonsterKillOptions } from 'oldschooljs'; -import { Bank, Monsters } from 'oldschooljs'; -import { MonsterAttribute } from 'oldschooljs/dist/meta/monsterData'; -import type { ItemBank } from 'oldschooljs/dist/meta/types'; +import { Bank, EMonster, Monsters } from 'oldschooljs'; +import { type MidPVMEffectArgs, oriEffect, rollForBSOThings } from '../../lib/bso/pvmEffects'; import { MysteryBoxes } from '../../lib/bsoOpenables'; -import { ClueTiers } from '../../lib/clues/clueTiers'; -import { BitField, Emoji } from '../../lib/constants'; -import { slayerMaskHelms } from '../../lib/data/slayerMaskHelms'; -import { KourendKebosDiary, userhasDiaryTier } from '../../lib/diaries'; +import { type BitField, Emoji } from '../../lib/constants'; +import { userhasDiaryTierSync } from '../../lib/diaries'; import { isDoubleLootActive } from '../../lib/doubleLoot'; -import { InventionID, inventionBoosts, inventionItemBoost } from '../../lib/invention/inventions'; import { trackLoot } from '../../lib/lootTrack'; import killableMonsters from '../../lib/minions/data/killableMonsters'; -import { addMonsterXP } from '../../lib/minions/functions'; +import { KOSCHEI_ID } from '../../lib/minions/data/killableMonsters/custom/bosses/Koschei'; +import { type AttackStyles, addMonsterXPRaw } from '../../lib/minions/functions'; import announceLoot from '../../lib/minions/functions/announceLoot'; -import type { KillableMonster } from '../../lib/minions/types'; - -import { bones } from '../../lib/skilling/skills/prayer'; -import { SkillsEnum } from '../../lib/skilling/types'; +import { DiaryID, type KillableMonster } from '../../lib/minions/types'; import { SlayerTaskUnlocksEnum } from '../../lib/slayer/slayerUnlocks'; -import { calculateSlayerPoints, isOnSlayerTask } from '../../lib/slayer/slayerUtil'; +import { type CurrentSlayerInfo, calculateSlayerPoints, getUsersCurrentSlayerInfo } from '../../lib/slayer/slayerUtil'; +import type { SlayerMaster } from '../../lib/slayer/types'; +import type { GearBank } from '../../lib/structures/GearBank'; +import { type KCBank, safelyMakeKCBank } from '../../lib/structures/KCBank'; +import { MUserStats } from '../../lib/structures/MUserStats'; +import { UpdateBank } from '../../lib/structures/UpdateBank'; import type { MonsterActivityTaskOptions } from '../../lib/types/minions'; -import { assert, calculateSimpleMonsterDeathChance, clAdjustedDroprate, hasSkillReqs } from '../../lib/util'; +import { calculateSimpleMonsterDeathChance, roll } from '../../lib/util'; import { ashSanctifierEffect } from '../../lib/util/ashSanctifier'; +import { increaseWildEvasionXp } from '../../lib/util/calcWildyPkChance'; import calculateGearLostOnDeathWilderness from '../../lib/util/calculateGearLostOnDeathWilderness'; -import getOSItem from '../../lib/util/getOSItem'; import { handleTripFinish } from '../../lib/util/handleTripFinish'; import { makeBankImage } from '../../lib/util/makeBankImage'; import { sendToChannelID } from '../../lib/util/webhook'; -import { trackClientBankStats, userStatsBankUpdate, userStatsUpdate } from '../../mahoji/mahojiSettings'; - -async function bonecrusherEffect(user: MUser, loot: Bank, duration: number, messages: string[]) { - if (!user.hasEquippedOrInBank(['Gorajan bonecrusher', 'Superior bonecrusher'], 'one')) return; - if (user.bitfield.includes(BitField.DisabledGorajanBoneCrusher)) return; - let hasSuperior = user.owns('Superior bonecrusher'); - - let totalXP = 0; - for (const bone of bones) { - const amount = loot.amount(bone.inputId); - if (amount > 0) { - totalXP += bone.xp * amount * 4; - loot.remove(bone.inputId, amount); - } - } - const durationForCost = totalXP * 16.8; - let boostMsg: string | null = null; - if (hasSuperior && durationForCost > Time.Minute) { - const t = await inventionItemBoost({ - user, - inventionID: InventionID.SuperiorBonecrusher, - duration: durationForCost - }); - if (!t.success) { - hasSuperior = false; - } else { - totalXP = increaseNumByPercent(totalXP, inventionBoosts.superiorBonecrusher.xpBoostPercent); - boostMsg = t.messages; - } +function handleSlayerTaskCompletion({ + slayerContext, + updateBank, + userStats, + hasKourendElite, + monster, + slayerMaster +}: { + hasKourendElite: boolean; + userStats: MUserStats; + slayerContext: ReturnType; + updateBank: UpdateBank; + monster: KillableMonster; + slayerMaster: SlayerMaster; +}) { + if (!slayerContext.isOnTask) { + throw new Error('handleSlayerTaskCompletion called when not on task.'); + } + const isWildyTask = slayerContext.isUsingKrystilia; + const key = isWildyTask ? 'slayer_wildy_task_streak' : 'slayer_task_streak'; + const currentStreak = isWildyTask ? userStats.slayerWildyTaskStreak : userStats.slayerTaskStreak; + const newStreak = currentStreak + 1; + const points = calculateSlayerPoints(newStreak, slayerContext.slayerMaster, hasKourendElite); + + updateBank.userStats[key] = { + increment: 1 + }; + updateBank.userUpdates.slayer_points = { + increment: points + }; + + let message = `**You've completed ${newStreak} ${isWildyTask ? 'wilderness ' : ''}tasks and received ${points} points; giving you a total of ${slayerContext.slayerPoints + points}; return to a Slayer master.**`; + if (slayerContext.assignedTask.isBoss) { + updateBank.xpBank.add('slayer', 5000); + message += ' You received 5000 bonus Slayer XP for doing a boss task.'; } - totalXP *= 5; - userStatsUpdate(user.id, { - bonecrusher_prayer_xp: { - increment: Math.floor(totalXP) - } - }); - const xpStr = await user.addXP({ - skillName: SkillsEnum.Prayer, - amount: totalXP, - duration, - minimal: true, - multiplier: false - }); - messages.push( - `${xpStr} Prayer XP ${ - hasSuperior - ? `+${inventionBoosts.superiorBonecrusher.xpBoostPercent}% more from Superior bonecrusher${ - boostMsg ? ` (${boostMsg})` : '' - }` - : ' from Gorajan bonecrusher' - }` + let mysteryBoxChance = 25; + if (slayerMaster.id >= 4) { + mysteryBoxChance -= 20; + } + mysteryBoxChance = reduceNumByPercent( + mysteryBoxChance, + calcWhatPercent(monster.timeToFinish, Time.Minute * 15) / 3 ); + mysteryBoxChance = Math.floor(mysteryBoxChance); + mysteryBoxChance = Math.max(1, mysteryBoxChance); + if (roll(mysteryBoxChance)) { + const boxLoot = MysteryBoxes.roll(); + updateBank.itemLootBank.add(boxLoot); + message += ` You received ${boxLoot} for completing your task.`; + } + + return message; } -const hideLeatherMap = [ - [getOSItem('Green dragonhide'), getOSItem('Green dragon leather')], - [getOSItem('Blue dragonhide'), getOSItem('Blue dragon leather')], - [getOSItem('Red dragonhide'), getOSItem('Red dragon leather')], - [getOSItem('Black dragonhide'), getOSItem('Black dragon leather')], - [getOSItem('Royal dragonhide'), getOSItem('Royal dragon leather')] -] as const; - -async function portableTannerEffect(user: MUser, loot: Bank, duration: number, messages: string[]) { - if (!user.owns('Portable tanner')) return; - const boostRes = await inventionItemBoost({ - user, - inventionID: InventionID.PortableTanner, - duration - }); - if (!boostRes.success) return; - let triggered = false; - const toAdd = new Bank(); - for (const [hide, leather] of hideLeatherMap) { - const qty = loot.amount(hide.id); - if (qty > 0) { - triggered = true; - loot.remove(hide.id, qty); - toAdd.add(leather.id, qty); - } +export type SlayerContext = ReturnType; +function getSlayerContext({ + slayerInfo, + monsterID, + quantityKilled, + slayerUnlocks +}: { + slayerInfo: CurrentSlayerInfo; + monsterID: number; + quantityKilled: number; + slayerUnlocks: SlayerTaskUnlocksEnum[]; +}) { + const isOnTask = + slayerInfo.assignedTask !== null && + slayerInfo.currentTask !== null && + slayerInfo.assignedTask.monsters.includes(monsterID); + + const hasSuperiorsUnlocked = slayerUnlocks.includes(SlayerTaskUnlocksEnum.BiggerAndBadder); + + if (!isOnTask) return { isOnTask, hasSuperiorsUnlocked }; + const quantityRemaining = slayerInfo.currentTask.quantity_remaining; + const slayerTaskMonsterID = slayerInfo.currentTask.monster_id; + const slayerMaster = slayerInfo.slayerMaster; + + const quantitySlayed = Math.min(quantityRemaining, quantityKilled); + + let effectiveSlayed = quantitySlayed; + + // TODO: is this even right? it looks wrong + if (monsterID === EMonster.KRIL_TSUTSAROTH && slayerTaskMonsterID !== Monsters.KrilTsutsaroth.id) { + effectiveSlayed = quantitySlayed * 2; + } else if (monsterID === EMonster.KREEARRA && slayerTaskMonsterID !== Monsters.Kreearra.id) { + effectiveSlayed = quantitySlayed * 4; + } else if ( + monsterID === EMonster.GROTESQUE_GUARDIANS && + slayerUnlocks.includes(SlayerTaskUnlocksEnum.DoubleTrouble) + ) { + effectiveSlayed = quantitySlayed * 2; } - loot.add(toAdd); - trackClientBankStats('portable_tanner_loot', toAdd); - userStatsBankUpdate(user.id, 'portable_tanner_bank', toAdd); - if (!triggered) return; - messages.push(`Portable Tanner turned the hides into leathers (${boostRes.messages})`); + + const quantityLeft = Math.max(0, quantityRemaining - effectiveSlayed); + const isUsingKrystilia = slayerMaster.id === 8; + + return { + isOnTask, + hasSuperiorsUnlocked, + quantitySlayed, + effectiveSlayed, + quantityLeft, + isUsingKrystilia, + ...slayerInfo + }; } -export async function clueUpgraderEffect(user: MUser, loot: Bank, messages: string[], type: 'pvm' | 'pickpocketing') { - if (!user.owns('Clue upgrader')) return false; - const upgradedClues = new Bank(); - const removeBank = new Bank(); - let durationForCost = 0; - - const fn = type === 'pvm' ? inventionBoosts.clueUpgrader.chance : inventionBoosts.clueUpgrader.pickPocketChance; - for (let i = 0; i < 5; i++) { - const clueTier = ClueTiers[i]; - if (!loot.has(clueTier.scrollID)) continue; - for (let t = 0; t < loot.amount(clueTier.scrollID); t++) { - if (percentChance(fn(clueTier))) { - removeBank.add(clueTier.scrollID); - upgradedClues.add(ClueTiers[i + 1].scrollID); - durationForCost += inventionBoosts.clueUpgrader.durationCalc(clueTier); - } - } - } - if (upgradedClues.length === 0) return false; - const boostRes = await inventionItemBoost({ - user, - inventionID: InventionID.ClueUpgrader, - duration: durationForCost - }); - if (!boostRes.success) return false; - trackClientBankStats('clue_upgrader_loot', upgradedClues); - userStatsBankUpdate(user.id, 'clue_upgrader_bank', upgradedClues); - loot.add(upgradedClues); - assert(loot.has(removeBank)); - loot.remove(removeBank); - const totalCluesUpgraded = sumArr(upgradedClues.items().map(i => i[1])); - messages.push(`<:Clue_upgrader:986830303001722880> Upgraded ${totalCluesUpgraded} clues (${boostRes.messages})`); +interface newOptions { + type: 'MonsterKilling'; + monster: KillableMonster; + q: number; + iQty?: number; + usingCannon?: boolean; + cannonMulti?: boolean; + chinning?: boolean; + bob?: number; + died?: boolean; + pkEncounters?: number; + hasWildySupplies?: boolean; + isInWilderness?: boolean; + duration: number; + hasEliteCA: boolean; + hasKourendHard: boolean; + hasKourendElite: boolean; + kcBank: KCBank; + gearBank: GearBank; + slayerInfo: CurrentSlayerInfo; + slayerUnlocks: SlayerTaskUnlocksEnum[]; + tertiaryItemPercentageChanges: ReturnType; + userStats: MUserStats; + attackStyles: AttackStyles[]; + bitfield: readonly BitField[] | BitField[]; + cl: Bank; + disabledInventions: number[]; } -export const monsterTask: MinionTask = { - type: 'MonsterKilling', - async run(data: MonsterActivityTaskOptions) { - let { - mi: monsterID, - userID, - channelID, - q: quantity, - duration, - usingCannon, - cannonMulti, - bob: burstOrBarrage, - died, - pkEncounters, - hasWildySupplies, - isInWilderness - } = data; - - const monster = killableMonsters.find(mon => mon.id === monsterID)!; - const revenants = monster.name.includes('Revenant'); - - let skulled = false; - if (revenants) skulled = true; - - const messages: string[] = []; - - const user = await mUserFetch(userID); - if (monster.name === 'Koschei the deathless' && !roll(5000)) { - sendToChannelID(channelID, { - content: `${user}, ${user.minionName} failed to defeat Koschei the deathless.` - }); - } - const fullMonster = Monsters.get(monsterID); - - const [hasKourendHard] = await userhasDiaryTier(user, KourendKebosDiary.hard); - const currentKCs = await user.fetchMonsterScores(); - - // Wilderness PK Encounters and PK Deaths - // Handle remaining anti-pk supplies if any - if (hasWildySupplies) { - const antiPKSupplies = new Bank() - .add('Saradomin brew(4)', Math.max(1, Math.floor(duration / (4 * Time.Minute)))) - .add('Super restore(4)', Math.max(1, Math.floor(duration / (8 * Time.Minute)))) - .add('Cooked karambwan', Math.max(1, Math.floor(duration / (4 * Time.Minute)))); - - for (let i = 0; i < (pkEncounters ?? -1); i++) { - if (percentChance(2) || died) { - antiPKSupplies.bank = {}; - break; - } else if (percentChance(10)) { - antiPKSupplies - .remove('Saradomin brew(4)', 1) - .remove('Super restore(4)', 1) - .remove('Cooked karambwan', 1); - } +export function doMonsterTrip(data: newOptions) { + let { + monster, + q: quantity, + usingCannon, + cannonMulti, + bob: burstOrBarrage, + died, + pkEncounters, + hasWildySupplies, + isInWilderness, + hasEliteCA, + hasKourendHard, + kcBank, + gearBank, + tertiaryItemPercentageChanges, + slayerInfo, + slayerUnlocks, + hasKourendElite, + userStats, + attackStyles, + duration, + bitfield, + cl, + disabledInventions + } = data; + const currentKC = kcBank.amount(monster.id); + const updateBank = new UpdateBank(); + + const isRevenantMonster = monster.name.includes('Revenant'); + + let skulled = false; + if (isRevenantMonster) skulled = true; + + const messages: string[] = []; + + // Wilderness PK Encounters and PK Deaths, handle remaining anti-pk supplies if any + if (hasWildySupplies) { + const antiPKSupplies = new Bank() + .add('Saradomin brew(4)', Math.max(1, Math.floor(duration / (4 * Time.Minute)))) + .add('Super restore(4)', Math.max(1, Math.floor(duration / (8 * Time.Minute)))) + .add('Cooked karambwan', Math.max(1, Math.floor(duration / (4 * Time.Minute)))); + + for (let i = 0; i < (pkEncounters ?? -1); i++) { + if (percentChance(2) || died) { + antiPKSupplies.clear(); + break; + } else if (percentChance(10)) { + antiPKSupplies + .remove('Saradomin brew(4)', 1) + .remove('Super restore(4)', 1) + .remove('Cooked karambwan', 1); } + } - // Return remaining anti-pk supplies - if (antiPKSupplies.amount('Saradomin brew(4)') > 0) { - const { itemsAdded } = await transactItems({ - userID: user.id, - collectionLog: true, - itemsToAdd: antiPKSupplies - }); - messages.push(`Here is your remaining anti-pk supplies: ${itemsAdded}`); - } + // Return remaining anti-pk supplies + if (antiPKSupplies.amount('Saradomin brew(4)') > 0) { + updateBank.itemLootBank.add(antiPKSupplies); } + } - if (pkEncounters && pkEncounters > 0) { - // Handle lost kc quantity because of pkers - const lostQuantity = Math.max( - Math.round((quantity / (Math.round(duration / Time.Minute) * (died ? 1 : 2))) * pkEncounters), - 1 + if (pkEncounters && pkEncounters > 0) { + // Handle lost kc quantity because of pkers + const lostQuantity = Math.max( + Math.round((quantity / (Math.round(duration / Time.Minute) * (died ? 1 : 2))) * pkEncounters), + 1 + ); + if (lostQuantity > 0) { + quantity -= lostQuantity; + quantity = Math.max(0, quantity); + messages.push( + `You missed out on ${lostQuantity}x kills because of pk encounters${died ? ' and death' : ''}` ); - if (lostQuantity > 0) { - quantity -= lostQuantity; - quantity = Math.max(0, quantity); - messages.push( - `You missed out on ${lostQuantity}x kills because of pk encounters${died ? ' and death' : ''}` - ); - } - - // Handle death - if (died) { - // 1 in 20 to get smited without antiPKSupplies and 1 in 300 if the user has super restores - const hasPrayerLevel = hasSkillReqs(user, { [SkillsEnum.Prayer]: 25 })[0]; - const protectItem = roll(hasWildySupplies ? 300 : 20) ? false : hasPrayerLevel; - const userGear = { ...deepClone(user.gear.wildy.raw()) }; - - const calc = calculateGearLostOnDeathWilderness({ - gear: userGear, - smited: hasPrayerLevel && !protectItem, - protectItem: hasPrayerLevel, - after20wilderness: !!(monster.pkBaseDeathChance && monster.pkBaseDeathChance >= 5), - skulled - }); - - let reEquipedItems = false; - const itemsToReplace = new Bank().add(calc.lostItems).add(calc.gearThatBroke); - if (!user.bank.has(itemsToReplace)) { - await user.update({ - gear_wildy: calc.newGear as Prisma.InputJsonObject - }); - } else { - await user.transactItems({ itemsToRemove: itemsToReplace }); - reEquipedItems = true; - } + } - if (calc.gearToRefund.length > 0) { - await user.addItemsToBank({ items: calc.gearToRefund, collectionLog: false }); - messages.push(`Your ${calc.gearThatBroke} broke, turning into ${calc.gearToRefund} in your bank.`); - } + // Handle death + if (died) { + // 1 in 20 to get smited without antiPKSupplies and 1 in 300 if the user has super restores + const hasPrayerLevel = gearBank.skillsAsLevels.prayer >= 25; + const protectItem = roll(hasWildySupplies ? 300 : 20) ? false : hasPrayerLevel; + const userGear = { ...deepClone(gearBank.gear.wildy.raw()) }; + + const calc = calculateGearLostOnDeathWilderness({ + gear: userGear, + smited: hasPrayerLevel && !protectItem, + protectItem: hasPrayerLevel, + after20wilderness: !!(monster.pkBaseDeathChance && monster.pkBaseDeathChance >= 5), + skulled + }); - // Track items lost - await trackLoot({ - totalCost: calc.lostItems, - id: monster.name, - type: 'Monster', - changeType: 'cost', - users: [ - { - id: user.id, - cost: calc.lostItems - } - ] - }); - // Track loot (For duration) - await trackLoot({ - totalLoot: new Bank(), - id: monster.name, - type: 'Monster', - changeType: 'loot', - duration, - kc: quantity, - users: [ - { - id: user.id, - loot: new Bank(), - duration - } - ] - }); - - messages.push( - `${ - hasPrayerLevel && !protectItem - ? "Oh no! While running for your life, you panicked, got smited and couldn't protect a 4th item. " - : '' - }You died, you lost a lot of loot, and these equipped items: ${calc.lostItems}..${ - reEquipedItems ? ' Your minion equips similar lost items from bank.' : '' - }` - ); + let reEquipedItems = false; + const itemsToReplace = new Bank().add(calc.lostItems).add(calc.gearThatBroke); + if (!gearBank.bank.has(itemsToReplace)) { + updateBank.gearChanges.wildy = calc.newGear; + } else { + updateBank.itemCostBank.add(itemsToReplace); + reEquipedItems = true; } - } - // Monster deaths - let deaths = 0; - if (monster.deathProps) { - const currentKC: number | undefined = currentKCs[monsterID]; - const deathChance = calculateSimpleMonsterDeathChance({ ...monster.deathProps, currentKC }); - for (let i = 0; i < quantity; i++) { - if (percentChance(deathChance)) { - deaths++; - } + if (calc.gearToRefund.length > 0) { + updateBank.itemLootBankNoCL.add(calc.gearToRefund); + messages.push(`Your ${calc.gearThatBroke} broke, turning into ${calc.gearToRefund} in your bank.`); } - } - quantity -= deaths; - - const awakenedMonsters = [ - Monsters.AwakenedDukeSucellus.id, - Monsters.AwakenedTheLeviathan.id, - Monsters.AwakenedTheWhisperer.id, - Monsters.AwakenedVardorvis.id - ]; - const isAwakened = awakenedMonsters.includes(monsterID); - if ( - quantity > 0 && - !user.owns('Ancient blood ornament kit') && - awakenedMonsters.every(id => Boolean(currentKCs[id]) || monsterID === id) && - isAwakened - ) { - messages.push('You received an **Ancient blood ornament kit**!'); - await user.addItemsToBank({ - items: new Bank().add('Ancient blood ornament kit', 1), - collectionLog: !user.cl.has('Ancient blood ornament kit') - }); - } - const { newKC } = await user.incrementKC(monsterID, quantity); + messages.push( + `${ + hasPrayerLevel && !protectItem + ? "Oh no! While running for your life, you panicked, got smited and couldn't protect a 4th item. " + : '' + }You died, you lost a lot of loot, and these equipped items: ${calc.lostItems}..${ + reEquipedItems ? ' Your minion equips similar lost items from bank.' : '' + }` + ); + } + } - // Abyssal set bonuses -- grants the user a few extra kills - let boostedQuantity = quantity; - let oriBoost = false; - if (user.usingPet('Ori')) { - oriBoost = true; - if (duration > Time.Minute * 5) { - // Original boost for 5+ minute task: - boostedQuantity = Math.ceil(increaseNumByPercent(quantity, 25)); - } else { - // 25% chance at extra kill otherwise: - for (let i = 0; i < quantity; i++) { - if (roll(4)) boostedQuantity++; - } + // Monster deaths + let deaths = 0; + if (monster.deathProps) { + const deathChance = calculateSimpleMonsterDeathChance({ ...monster.deathProps, currentKC }); + for (let i = 0; i < quantity; i++) { + if (percentChance(deathChance)) { + deaths++; } } + } + quantity -= deaths; + const wiped = quantity === 0; + + const awakenedMonsters = [ + Monsters.AwakenedDukeSucellus.id, + Monsters.AwakenedTheLeviathan.id, + Monsters.AwakenedTheWhisperer.id, + Monsters.AwakenedVardorvis.id + ]; + const isAwakened = awakenedMonsters.includes(monster.id); + if ( + quantity > 0 && + !gearBank.bank.has('Ancient blood ornament kit') && + awakenedMonsters.every(id => kcBank.has(id) || monster.id === id) && + isAwakened + ) { + messages.push('You received an **Ancient blood ornament kit**!'); + updateBank.itemLootBank.add('Ancient blood ornament kit', 1); + } - const isOnTaskResult = await isOnSlayerTask({ user, monsterID, quantityKilled: quantity }); - - const superiorTable = isOnTaskResult.hasSuperiorsUnlocked && monster.superior ? monster.superior : undefined; - const isInCatacombs = (!usingCannon ? monster.existsInCatacombs ?? undefined : undefined) && !isInWilderness; + const slayerContext = getSlayerContext({ + slayerInfo, + monsterID: monster.id, + quantityKilled: quantity, + slayerUnlocks + }); - const hasRingOfWealthI = user.gear.wildy.hasEquipped('Ring of wealth (i)') && isInWilderness; - if (hasRingOfWealthI) { - messages.push('\nYour clue scroll chance is doubled due to wearing a Ring of Wealth (i).'); - } + const superiorTable = slayerContext.hasSuperiorsUnlocked && monster.superior ? monster.superior : undefined; + const isInCatacombs = (!usingCannon ? monster.existsInCatacombs ?? undefined : undefined) && !isInWilderness; - const killOptions: MonsterKillOptions = { - onSlayerTask: isOnTaskResult.isOnTask, - slayerMaster: isOnTaskResult.isOnTask ? isOnTaskResult.slayerMaster.osjsEnum : undefined, - hasSuperiors: superiorTable, - inCatacombs: isInCatacombs, - lootTableOptions: { - tertiaryItemPercentageChanges: user.buildTertiaryItemChanges( - hasRingOfWealthI, - isInWilderness, - isOnTaskResult.isOnTask - ) - } - }; + const hasRingOfWealthI = gearBank.gear.wildy.hasEquipped('Ring of wealth (i)') && isInWilderness; + if (hasRingOfWealthI) { + messages.push('\nYour clue scroll chance is doubled due to wearing a Ring of Wealth (i).'); + } - const loot = (monster as KillableMonster).table.kill(boostedQuantity, killOptions); + const killOptions: MonsterKillOptions = { + onSlayerTask: slayerContext.isOnTask, + slayerMaster: slayerContext.isOnTask ? slayerContext.slayerMaster.osjsEnum : undefined, + hasSuperiors: superiorTable, + inCatacombs: isInCatacombs, + lootTableOptions: { + tertiaryItemPercentageChanges + } + }; - if (isDoubleLootActive(duration)) loot.multiply(2); + // Calculate superiors and assign loot. + let newSuperiorCount = 0; - // Calculate superiors and assign loot. - let newSuperiorCount = 0; + if (superiorTable && slayerContext.isOnTask) { + if (!(isInWilderness && monster.name === 'Bloodveld')) { + let superiorDroprate = 200; + if (isInWilderness) { + superiorDroprate *= 0.9; + messages.push('\n10% more common superiors due to Wilderness Slayer.'); + } + if (hasEliteCA) { + superiorDroprate *= 0.75; + messages.push(`\n${Emoji.CombatAchievements} 25% more common superiors due to Elite CA tier.`); + } - if (superiorTable && isOnTaskResult.isOnTask) { - if (!(isInWilderness && monster.name === 'Bloodveld')) { - let superiorDroprate = 200; - if (isInWilderness) { - superiorDroprate *= 0.9; - messages.push('\n10% more common superiors due to Wilderness Slayer.'); - } - if (user.hasCompletedCATier('elite')) { - superiorDroprate *= 0.75; - messages.push(`\n${Emoji.CombatAchievements} 25% more common superiors due to Elite CA tier.`); + for (let i = 0; i < quantity; i++) { + if (roll(superiorDroprate)) { + newSuperiorCount++; } + } - for (let i = 0; i < quantity; i++) { - if (roll(superiorDroprate)) { - newSuperiorCount++; - } - } + if (gearBank.hasEquippedOrInBank('Slayer master cape')) { + newSuperiorCount *= 2; + messages.push('Your Slayer master cape doubled your superior spawn rate.'); } } + } + + // Loot + const finalQuantity = quantity - newSuperiorCount; - const masterCapeRolls = user.hasEquippedOrInBank('Slayer master cape') ? newSuperiorCount : 0; - newSuperiorCount += masterCapeRolls; + const loot = wiped + ? new Bank() + : monster.table.kill(oriEffect({ gearBank, quantity: finalQuantity, duration, messages }), killOptions); + if (isDoubleLootActive(duration)) { + loot.multiply(2); + messages.push('**Double loot activated!**'); + } - // Regular loot + if (!wiped) { if (monster.specialLoot) { - monster.specialLoot({ loot, ownedItems: user.allItemsOwned, quantity: boostedQuantity, cl: user.cl }); + monster.specialLoot({ loot, ownedItems: gearBank.bank, quantity: finalQuantity, cl: data.cl }); } - if (newSuperiorCount) { - // Superior loot and totems if in catacombs loot.add(superiorTable?.kill(newSuperiorCount)); if (isInCatacombs) loot.add('Dark totem base', newSuperiorCount); if (isInWilderness) loot.add("Larran's key", newSuperiorCount); } - - // Hill giant key wildy buff if (isInWilderness && monster.name === 'Hill giant') { for (let i = 0; i < quantity; i++) { if (roll(128)) { @@ -443,281 +394,194 @@ export const monsterTask: MinionTask = { } } } - - const xpRes: string[] = []; - if (quantity >= 1) { - xpRes.push( - await addMonsterXP(user, { - monsterID, - quantity, - duration, - isOnTask: isOnTaskResult.isOnTask, - taskQuantity: isOnTaskResult.isOnTask ? isOnTaskResult.quantitySlayed : null, - minimal: true, - usingCannon, - cannonMulti, - burstOrBarrage, - superiorCount: newSuperiorCount - }) + if ( + monster.id === Monsters.Unicorn.id && + gearBank.hasEquipped('Iron dagger') && + !gearBank.hasEquippedOrInBank('Clue hunter cloak') + ) { + loot.add('Clue hunter cloak'); + loot.add('Clue hunter boots'); + messages.push( + '\nWhile killing a Unicorn, you discover some strange clothing in the ground - you pick them up.' ); } - if (hasKourendHard) await ashSanctifierEffect(user, loot, duration, xpRes); - - const superiorMessage = newSuperiorCount ? `, including **${newSuperiorCount} superiors**` : ''; - const sorryMessages = [ - 'They apologized for dying so much.', - "They're sorry for dying so much.", - "They're sorry.", - 'They said they will do better.' - ]; - let str = - quantity === 0 - ? `${user}, ${user.minionName} died in ALL their kill attempts!${ - roll(10) ? ` ${randArrItem(sorryMessages)}` : '' - }` - : `${user}, ${user.minionName} finished killing ${quantity} ${monster.name}${superiorMessage}.` + - ` Your ${monster.name} KC is now ${newKC}.\n${xpRes}\n`; - - if (masterCapeRolls > 0) { - messages.push(`${Emoji.SlayerMasterCape} You received ${masterCapeRolls}x bonus superior rolls`); - } - - if (monster.id === Monsters.Vorkath.id && roll(6000)) { - loot.add(23_941); - } - - let gotKlik = false; - const minutes = Math.ceil(duration / Time.Minute); - if (fullMonster?.data.attributes.includes(MonsterAttribute.Dragon)) { - const dropRate = clAdjustedDroprate(user, 'Klik', 8500, 1.5); - for (let i = 0; i < minutes; i++) { - if (roll(dropRate)) { - gotKlik = true; - loot.add('Klik'); - break; - } - } - } - - if (monster.id === 290) { - for (let i = 0; i < minutes; i++) { - if (roll(6000)) { - loot.add('Dwarven ore'); - break; - } + updateBank.itemLootBank.add(loot); + updateBank.xpBank.add( + addMonsterXPRaw({ + monsterID: monster.id, + quantity, + duration, + isOnTask: slayerContext.isOnTask, + taskQuantity: slayerContext.isOnTask ? slayerContext.quantitySlayed : null, + minimal: true, + usingCannon, + cannonMulti, + burstOrBarrage, + superiorCount: newSuperiorCount, + attackStyles + }) + ); + if (hasKourendHard) { + const ashSanctifierResult = ashSanctifierEffect({ + hasKourendElite, + mutableLootToReceive: loot, + gearBank, + bitfield, + duration + }); + if (ashSanctifierResult) { + updateBank.merge(ashSanctifierResult.updateBank); + messages.push(ashSanctifierResult.message); } } + } - let gotBrock = false; - if (monster.name.toLowerCase() === 'zulrah') { - for (let i = 0; i < minutes; i++) { - if (roll(5500)) { - gotBrock = true; - loot.add('Brock'); - break; - } - } - } + if (newSuperiorCount) { + updateBank.userStats.slayer_superior_count = { + increment: newSuperiorCount + }; + messages.push(`You slayed ${newSuperiorCount}x superior monsters.`); + } - if (gotBrock) { + if (slayerContext.isOnTask) { + if (slayerContext.quantityLeft === 0) { messages.push( - '<:brock:787310793183854594> On the way to Zulrah, you found a Badger that wants to join you.' + handleSlayerTaskCompletion({ + slayerContext, + updateBank, + hasKourendElite, + userStats, + monster, + slayerMaster: slayerContext.slayerMaster + }) ); - } - - if (gotKlik) { + } else { messages.push( - '<:klik:749945070932721676> A small fairy dragon appears! Klik joins you on your adventures.' + `You killed ${slayerContext.effectiveSlayed}x of your ${ + slayerContext.currentTask?.quantity_remaining + } remaining kills, you now have ${slayerContext.quantityLeft} kills remaining.` ); } + } - if (oriBoost) { - messages.push('Ori has used the abyss to transmute you +25% bonus loot!'); - } - if (isDoubleLootActive(duration)) { - messages.push('**Double Loot!**'); + if (deaths > 0) { + messages.push(`You died ${deaths}x times.`); + } + if (monster.effect) { + const effectResult = monster.effect({ + quantity, + monster, + loot, + gearBank, + updateBank + }); + if (effectResult) { + if (effectResult.loot) updateBank.itemLootBank.add(effectResult.loot); + if (effectResult.xpBank) updateBank.xpBank.add(effectResult.xpBank); + if (effectResult.messages) messages.push(...effectResult.messages); } + } - announceLoot({ user, monsterID: monster.id, loot, notifyDrops: monster.notifyDrops }); - - if (newSuperiorCount && newSuperiorCount > 0) { - await userStatsUpdate( - user.id, - { - slayer_superior_count: { - increment: newSuperiorCount - } - }, - {} - ); - } + const midTripArgs: MidPVMEffectArgs = { + gearBank, + updateBank, + messages, + disabledInventions, + duration, + slayerContext, + quantity, + monster, + cl, + userStats: userStats.userStats, + slayerUnlocks, + bitfield + }; + rollForBSOThings(midTripArgs); + + if (!wiped) updateBank.kcBank.add(monster.id, quantity); + const newKC = kcBank.amount(monster.id) + quantity; + + return { + slayerContext, + quantity, + messages, + newKC, + updateBank, + monster + }; +} - if ( - monster.id === Monsters.Unicorn.id && - user.hasEquipped('Iron dagger') && - !user.hasEquippedOrInBank(['Clue hunter cloak']) - ) { - loot.add('Clue hunter cloak'); - loot.add('Clue hunter boots'); +export const monsterTask: MinionTask = { + type: 'MonsterKilling', + async run(data: MonsterActivityTaskOptions) { + const { duration } = data; + const user = await mUserFetch(data.userID); + const stats = await MUserStats.fromID(data.userID); + const minigameScores = await user.fetchMinigames(); + const slayerInfo = await getUsersCurrentSlayerInfo(user.id); + + if (data.mi === KOSCHEI_ID) { + sendToChannelID(data.channelID, { + content: `${user}, ${user.minionName} failed to defeat Koschei the deathless.` + }); + return; } - - await bonecrusherEffect(user, loot, duration, messages); - await portableTannerEffect(user, loot, duration, messages); - await clueUpgraderEffect(user, loot, messages, 'pvm'); - - let thisTripFinishesTask = false; - - if (isOnTaskResult.isOnTask) { - const { quantitySlayed } = isOnTaskResult; - const effectiveSlayed = - monsterID === Monsters.KrilTsutsaroth.id && - isOnTaskResult.currentTask?.monster_id !== Monsters.KrilTsutsaroth.id - ? quantitySlayed! * 2 - : monsterID === Monsters.Kreearra.id && - isOnTaskResult.currentTask.monster_id !== Monsters.Kreearra.id - ? quantitySlayed * 4 - : monsterID === Monsters.GrotesqueGuardians.id && - user.user.slayer_unlocks.includes(SlayerTaskUnlocksEnum.DoubleTrouble) - ? quantitySlayed * 2 - : quantitySlayed; - - /** - * Slayer masks/helms - */ - if (effectiveSlayed > 0 && user.user.slayer_unlocks.includes(SlayerTaskUnlocksEnum.Maskuerade)) { - const bankToAdd = new Bank().add(monsterID, effectiveSlayed); - const maskHelmForThisMonster = slayerMaskHelms.find(i => i.monsters.includes(monsterID)); - const matchingMaskOrHelm = - maskHelmForThisMonster && - user.hasEquippedOrInBank([maskHelmForThisMonster.mask.id, maskHelmForThisMonster.helm.id]) - ? maskHelmForThisMonster - : null; - - const currentUserStats = await user.fetchStats({ on_task_with_mask_monster_scores: true }); - const oldMaskScores = new Bank(currentUserStats.on_task_with_mask_monster_scores as ItemBank); - const newMaskScores = oldMaskScores.clone().add(bankToAdd); - if (maskHelmForThisMonster && !user.owns(maskHelmForThisMonster.mask.id, { includeGear: true })) { - for (let i = 0; i < effectiveSlayed; i++) { - if (roll(maskHelmForThisMonster.maskDropRate)) { - loot.add(maskHelmForThisMonster.mask.id); - break; - } - } - } - - const currentStats = await user.fetchStats({ on_task_monster_scores: true }); - await userStatsUpdate(user.id, { - on_task_monster_scores: new Bank(currentStats.on_task_monster_scores as ItemBank).add(bankToAdd) - .bank, - on_task_with_mask_monster_scores: matchingMaskOrHelm ? newMaskScores.bank : undefined - }); - } - - const quantityLeft = Math.max(0, isOnTaskResult.currentTask!.quantity_remaining - effectiveSlayed); - const isUsingKrystilia = isOnTaskResult.slayerMaster.id === 8; - - thisTripFinishesTask = quantityLeft === 0; - if (thisTripFinishesTask && isUsingKrystilia) { - const newStats = await userStatsUpdate( - user.id, - { - slayer_wildy_task_streak: { - increment: 1 - } - }, - { slayer_wildy_task_streak: true } - ); - const currentStreak = newStats.slayer_wildy_task_streak; - const points = await calculateSlayerPoints(currentStreak, isOnTaskResult.slayerMaster, user); - const secondNewUser = await user.update({ - slayer_points: { - increment: points - } - }); - str += `\n**You've completed ${currentStreak} wilderness tasks and received ${points} points; giving you a total of ${secondNewUser.newUser.slayer_points}; return to a Slayer master.**`; - if (isOnTaskResult.assignedTask.isBoss) { - str += ` ${await user.addXP({ skillName: SkillsEnum.Slayer, amount: 5000, minimal: true })}`; - str += ' for completing your boss task.'; - } - } else if (thisTripFinishesTask) { - const newStats = await userStatsUpdate( - user.id, - { - slayer_task_streak: { - increment: 1 - } - }, - { slayer_task_streak: true } - ); - const currentStreak = newStats.slayer_task_streak; - const points = await calculateSlayerPoints(currentStreak, isOnTaskResult.slayerMaster, user); - const secondNewUser = await user.update({ - slayer_points: { - increment: points - } - }); - str += `\n**You've completed ${currentStreak} tasks and received ${points} points; giving you a total of ${secondNewUser.newUser.slayer_points}; return to a Slayer master.**`; - if (isOnTaskResult.assignedTask.isBoss) { - str += ` ${await user.addXP({ skillName: SkillsEnum.Slayer, amount: 5000, minimal: true })}`; - str += ' for completing your boss task.'; - } - } else { - str += `\nYou killed ${effectiveSlayed}x of your ${ - isOnTaskResult.currentTask?.quantity_remaining - } remaining kills, you now have ${quantityLeft} kills remaining.`; - } - - if (thisTripFinishesTask) { - let mysteryBoxChance = 25; - if (isOnTaskResult.slayerMaster.id >= 4) { - mysteryBoxChance -= 20; - } - - mysteryBoxChance = reduceNumByPercent( - mysteryBoxChance, - calcWhatPercent(monster.timeToFinish, Time.Minute * 15) / 3 - ); - - mysteryBoxChance = Math.floor(mysteryBoxChance); - mysteryBoxChance = Math.max(1, mysteryBoxChance); - - if (roll(mysteryBoxChance)) { - loot.add(MysteryBoxes.roll()); - } - } - + const monster = killableMonsters.find(mon => mon.id === data.mi)!; + const attackStyles = data.attackStyles ?? user.getAttackStyles(); + const { slayerContext, quantity, newKC, messages, updateBank } = doMonsterTrip({ + ...data, + monster, + tertiaryItemPercentageChanges: user.buildTertiaryItemChanges( + user.hasEquipped('Ring of wealth (i)'), + data.isInWilderness, + slayerInfo.assignedTask?.monster?.id === data.mi + ), + gearBank: user.gearBank, + kcBank: safelyMakeKCBank(stats.kcBank), + hasKourendHard: userhasDiaryTierSync(user, [DiaryID.KourendKebos, 'hard'], { stats, minigameScores }) + .hasDiary, + hasKourendElite: userhasDiaryTierSync(user, [DiaryID.KourendKebos, 'elite'], { stats, minigameScores }) + .hasDiary, + slayerInfo, + slayerUnlocks: user.user.slayer_unlocks, + userStats: stats, + attackStyles, + hasEliteCA: user.hasCompletedCATier('elite'), + bitfield: user.bitfield, + cl: user.cl, + disabledInventions: user.user.disabled_inventions + }); + if (slayerContext.isOnTask) { await prisma.slayerTask.update({ where: { - id: isOnTaskResult.currentTask?.id + id: slayerContext.currentTask.id }, data: { - quantity_remaining: quantityLeft + quantity_remaining: slayerContext.quantityLeft } }); } - if (deaths > 0) { - messages.push(`You died ${deaths}x times.`); - } - if (monster.effect) { - await monster.effect({ - user, - quantity, - monster, - loot, - data, - messages - }); + if (data.isInWilderness) { + await increaseWildEvasionXp(user, duration); } - const { previousCL, itemsAdded } = await transactItems({ - userID: user.id, - collectionLog: true, - itemsToAdd: loot + + await trackLoot({ + totalCost: updateBank.itemCostBank, + id: monster.name, + type: 'Monster', + changeType: 'cost', + users: [ + { + id: user.id, + cost: updateBank.itemCostBank + } + ] }); await trackLoot({ - totalLoot: itemsAdded, + totalLoot: updateBank.itemLootBank, id: monster.name.toString(), type: 'Monster', changeType: 'loot', @@ -726,22 +590,45 @@ export const monsterTask: MinionTask = { users: [ { id: user.id, - loot: itemsAdded, + loot: updateBank.itemLootBank, duration } ] }); + const resultOrError = await updateBank.transact(user, { isInWilderness: data.isInWilderness }); + if (typeof resultOrError === 'string') { + return resultOrError; + } + const { itemTransactionResult, rawResults } = resultOrError; + messages.push(...rawResults.filter(r => typeof r === 'string')); + const str = `${user}, ${user.minionName} finished killing ${quantity} ${monster.name}. Your ${monster.name} KC is now ${newKC}.`; + + announceLoot({ + user, + monsterID: monster.id, + loot: updateBank.itemLootBank, + notifyDrops: monster.notifyDrops + }); + const image = - itemsAdded.length === 0 + updateBank.itemLootBank.length === 0 ? undefined : await makeBankImage({ - bank: itemsAdded, + bank: updateBank.itemLootBank, title: `Loot From ${quantity} ${monster.name}:`, user, - previousCL + previousCL: itemTransactionResult?.previousCL }); - return handleTripFinish(user, channelID, str, image?.file.attachment, data, itemsAdded, messages); + return handleTripFinish( + user, + data.channelID, + str, + image?.file.attachment, + data, + itemTransactionResult?.itemsAdded ?? null, + messages + ); } }; diff --git a/src/tasks/minions/myNotesActivity.ts b/src/tasks/minions/myNotesActivity.ts new file mode 100644 index 00000000000..3ca7b9b5101 --- /dev/null +++ b/src/tasks/minions/myNotesActivity.ts @@ -0,0 +1,73 @@ +import { Bank, LootTable } from 'oldschooljs'; + +import { handleTripFinish } from '../../lib/util/handleTripFinish'; +import { makeBankImage } from '../../lib/util/makeBankImage'; +import type { ActivityTaskOptionsWithQuantity } from './../../lib/types/minions'; + +const ancientPageTable = new LootTable() + .add(11_341, 1, 1) + .add(11_342, 1, 1) + .add(11_343, 1, 1) + .add(11_344, 1, 1) + .add(11_345, 1, 1) + .add(11_346, 1, 1) + .add(11_347, 1, 1) + .add(11_348, 1, 1) + .add(11_349, 1, 1) + .add(11_350, 1, 1) + .add(11_351, 1, 1) + .add(11_352, 1, 1) + .add(11_353, 1, 1) + .add(11_354, 1, 1) + .add(11_355, 1, 1) + .add(11_356, 1, 1) + .add(11_357, 1, 1) + .add(11_358, 1, 1) + .add(11_359, 1, 1) + .add(11_360, 1, 1) + .add(11_361, 1, 1) + .add(11_362, 1, 1) + .add(11_363, 1, 1) + .add(11_364, 1, 1) + .add(11_365, 1, 1) + .add(11_366, 1, 1); + +const skeletonTable = new LootTable({ limit: 202 }) + .add('Bones', 1, 24) + .add(ancientPageTable, 1, 16) + .add('Mangled bones', 1, 11); + +export const myNotesTask: MinionTask = { + type: 'MyNotes', + async run(data: ActivityTaskOptionsWithQuantity) { + const { channelID, userID, quantity } = data; + const user = await mUserFetch(userID); + + const loot = new Bank(skeletonTable.roll(quantity)); + + const { previousCL, itemsAdded } = await transactItems({ + userID: user.id, + collectionLog: true, + itemsToAdd: loot + }); + + const image = + itemsAdded.length === 0 + ? undefined + : await makeBankImage({ + bank: itemsAdded, + title: `Loot From Rummaging ${quantity}x Skeletons:`, + user, + previousCL + }); + + handleTripFinish( + user, + channelID, + `${user}, ${user.minionName} rummaged ${quantity}x Skeletons.`, + image?.file.attachment, + data, + itemsAdded + ); + } +}; diff --git a/src/tasks/minions/pickpocketActivity.ts b/src/tasks/minions/pickpocketActivity.ts index 199fbabe14e..e076fd8c4b6 100644 --- a/src/tasks/minions/pickpocketActivity.ts +++ b/src/tasks/minions/pickpocketActivity.ts @@ -1,11 +1,12 @@ import { Time, percentChance, randInt, roll } from 'e'; -import { Bank } from 'oldschooljs'; import { SkillsEnum } from 'oldschooljs/dist/constants'; import { PortentID, chargePortentIfHasCharges } from '../../lib/bso/divination'; +import { clueUpgraderEffect } from '../../lib/bso/inventionEffects'; import { ClueTiers } from '../../lib/clues/clueTiers'; import { MIN_LENGTH_FOR_PET } from '../../lib/constants'; import { type Stealable, stealables } from '../../lib/skilling/skills/thieving/stealables'; +import { UpdateBank } from '../../lib/structures/UpdateBank'; import type { PickpocketActivityTaskOptions } from '../../lib/types/minions'; import { perHourChance, skillingPetDropRate } from '../../lib/util'; import { forcefullyUnequipItem } from '../../lib/util/forcefullyUnequipItem'; @@ -14,7 +15,6 @@ import { handleTripFinish } from '../../lib/util/handleTripFinish'; import { makeBankImage } from '../../lib/util/makeBankImage'; import resolveItems from '../../lib/util/resolveItems'; import { rogueOutfitPercentBonus, updateClientGPTrackSetting, userStatsBankUpdate } from '../../mahoji/mahojiSettings'; -import { clueUpgraderEffect } from './monsterActivity'; const notMultiplied = resolveItems([ 'Blood shard', @@ -71,7 +71,7 @@ export const pickpocketTask: MinionTask = { const obj = stealables.find(_obj => _obj.id === monsterID)!; let rogueOutfitBoostActivated = false; - const loot = new Bank(); + const updateBank = new UpdateBank(); const { petDropRate } = skillingPetDropRate(user, SkillsEnum.Thieving, obj.petChance); if (obj.type === 'pickpockable') { @@ -85,29 +85,29 @@ export const pickpocketTask: MinionTask = { if (randInt(1, 100) <= rogueOutfitPercentBonus(user)) { rogueOutfitBoostActivated = true; const doubledLoot = lootItems.multiply(2); - loot.add(doubledLoot); + updateBank.itemLootBank.add(doubledLoot); } else { - loot.add(lootItems); + updateBank.itemLootBank.add(lootItems); } // Roll for pet if (roll(petDropRate)) { - loot.add('Rocky'); + updateBank.itemLootBank.add('Rocky'); } } } else if (obj.type === 'stall') { for (let i = 0; i < successfulQuantity; i++) { if (percentChance(obj.lootPercent!)) { - loot.add(obj.table.roll()); + updateBank.itemLootBank.add(obj.table.roll()); } } } const boosts: string[] = []; - await clueUpgraderEffect(user, loot, boosts, 'pickpocketing'); + if (user.hasEquipped("Thieves' armband")) { boosts.push('3x loot for Thieves armband'); - loot.multiply(3, notMultiplied); + updateBank.itemLootBank.multiply(3, notMultiplied); await perHourChance(duration, 40, async () => { await forcefullyUnequipItem(user, getOSItem("Thieves' armband")); boosts.push('Your thieves armband broke!'); @@ -120,33 +120,37 @@ export const pickpocketTask: MinionTask = { }); if (didCharge) { boosts.push('3x loot for Rogues portent'); - const before = loot.clone(); - loot.multiply(3, notMultiplied); - const after = loot.clone(); + const before = updateBank.itemLootBank.clone(); + updateBank.itemLootBank.multiply(3, notMultiplied); + const after = updateBank.itemLootBank.clone(); await userStatsBankUpdate(user, 'loot_from_rogues_portent', after.difference(before)); } } + clueUpgraderEffect({ + gearBank: user.gearBank, + messages: boosts, + disabledInventions: user.user.disabled_inventions, + updateBank, + type: 'pickpocketing', + bitfield: user.bitfield + }); let gotWil = false; if (duration >= MIN_LENGTH_FOR_PET) { const minutes = duration / Time.Minute; if (roll(Math.floor(4000 / minutes))) { - loot.add('Wilvus'); + updateBank.itemLootBank.add('Wilvus'); gotWil = true; } } - if (loot.has('Coins')) { - updateClientGPTrackSetting('gp_pickpocket', loot.amount('Coins')); + if (updateBank.itemLootBank.has('Coins')) { + updateClientGPTrackSetting('gp_pickpocket', updateBank.itemLootBank.amount('Coins')); } - await userStatsBankUpdate(user, 'steal_loot_bank', loot); + updateBank.userStatsBankUpdates.steal_loot_bank = updateBank.itemLootBank; - const { previousCL, itemsAdded } = await transactItems({ - userID: user.id, - collectionLog: true, - itemsToAdd: loot - }); + const txResult = await updateBank.transactWithItemsOrThrow(user); const xpRes = await user.addXP({ skillName: SkillsEnum.Thieving, amount: xpReceived, duration }); let str = `${user}, ${user.minionName} finished ${ @@ -172,7 +176,7 @@ export const pickpocketTask: MinionTask = { str += '\nYour rogue outfit allows you to take some extra loot.'; } - if (loot.amount('Rocky') > 0) { + if (updateBank.itemLootBank.amount('Rocky') > 0) { str += "\n**You have a funny feeling you're being followed...**"; } if (boosts.length > 0) { @@ -180,15 +184,15 @@ export const pickpocketTask: MinionTask = { } const image = - itemsAdded.length === 0 + txResult.itemTransactionResult.itemsAdded.length === 0 ? undefined : await makeBankImage({ - bank: itemsAdded, + bank: txResult.itemTransactionResult.itemsAdded, title: `Loot From ${successfulQuantity} ${obj.name}:`, user, - previousCL + previousCL: txResult.itemTransactionResult.previousCL }); - handleTripFinish(user, channelID, str, image?.file.attachment, data, loot); + handleTripFinish(user, channelID, str, image?.file.attachment, data, updateBank.itemLootBank); } }; diff --git a/src/tasks/minions/strongholdOfSecurityActivity.ts b/src/tasks/minions/strongholdOfSecurityActivity.ts index 70d2e30d6ba..28ec31e2f46 100644 --- a/src/tasks/minions/strongholdOfSecurityActivity.ts +++ b/src/tasks/minions/strongholdOfSecurityActivity.ts @@ -9,7 +9,7 @@ export const strongholdTask: MinionTask = { const { channelID, userID } = data; const user = await mUserFetch(userID); - const loot = new Bank().add('Coins', 10_000).add('Fancy boots').add('Fighting boots'); + const loot = new Bank().add('Coins', 10_000).add('Fancy boots').add('Fighting boots').add('Fancier boots'); await transactItems({ userID: user.id, diff --git a/src/tasks/minions/woodcuttingActivity.ts b/src/tasks/minions/woodcuttingActivity.ts index 66011eaeb17..6ee2787b791 100644 --- a/src/tasks/minions/woodcuttingActivity.ts +++ b/src/tasks/minions/woodcuttingActivity.ts @@ -282,8 +282,10 @@ export const woodcuttingTask: MinionTask = { // Add crystal shards for chopping teaks/mahogany in priff if (forestry && priffUnlocked && resolveItems(['Teak logs', 'Mahogany logs']).includes(log.id)) { - // 15 Shards per hour - loot.add('Crystal shard', Math.floor((duration / Time.Hour) * 15)); + // 1/40 chance of receiving a crystal shard + for (let i = 0; i < quantity; i++) { + if (roll(40)) loot.add('Crystal shard', 1); + } } // WC master cape perk diff --git a/src/tasks/tames/tameTasks.ts b/src/tasks/tames/tameTasks.ts index b7d247d4c93..cde3984aa54 100644 --- a/src/tasks/tames/tameTasks.ts +++ b/src/tasks/tames/tameTasks.ts @@ -12,8 +12,7 @@ import { } from 'discord.js'; import { Time, increaseNumByPercent, isFunction, percentChance, randArrItem, randInt, roll } from 'e'; import { isEmpty } from 'lodash'; -import { Bank } from 'oldschooljs'; -import type { ItemBank } from 'oldschooljs/dist/meta/types'; +import { Bank, type ItemBank } from 'oldschooljs'; import { ClueTiers } from '../../lib/clues/clueTiers'; import { BitField } from '../../lib/constants'; @@ -59,7 +58,7 @@ export async function handleFinish({ id: tame.id }, data: { - max_total_loot: previousTameCl.clone().add(lootToAdd).bank, + max_total_loot: previousTameCl.clone().add(lootToAdd).toJSON(), last_activity_date: new Date() } }); @@ -125,7 +124,7 @@ export const arbitraryTameActivities: ArbitraryTameActivity[] = [ loot.add( WintertodtCrate.open({ points: randArrItem([500, 500, 750, 1000]), - itemsOwned: user.bank.bank, + itemsOwned: user.bank, skills: user.skillsAsXP, firemakingXP: user.skillsAsXP.firemaking }) @@ -321,7 +320,7 @@ export async function runTameTask(activity: TameActivity, tame: MTame) { if (user.bitfield.includes(BitField.DisabledTameClueOpening)) { loot.add(clueTier.id, activityData.quantity); } else { - const openingLoot = clueTier.table.open(actualOpenQuantityWithBonus, user); + const openingLoot = clueTier.table.roll(actualOpenQuantityWithBonus, { cl: user.cl }); if (tame.hasEquipped('Abyssal jibwings') && clueTier !== ClueTiers[0]) { const lowerTier = ClueTiers[ClueTiers.indexOf(clueTier) - 1]; @@ -330,7 +329,7 @@ export async function runTameTask(activity: TameActivity, tame: MTame) { for (let i = 0; i < activityData.quantity; i++) { if (percentChance(5)) { bonusClues++; - abysJwLoot.add(lowerTier.table.open(1, user)); + abysJwLoot.add(lowerTier.table.roll(1, { cl: user.cl })); } } if (abysJwLoot.length > 0) { @@ -360,7 +359,7 @@ export async function runTameTask(activity: TameActivity, tame: MTame) { clueTier.scrollID )}. (${Math.floor(calcPerHour(activityData.quantity, activity.duration)).toFixed(1)} clues/hr)`; - if (messages) { + if (messages.length > 0) { str += `\n\n${messages.join('\n')}`; } diff --git a/src/tsconfig.json b/src/tsconfig.json index c6921b073fc..f029311d210 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -7,5 +7,5 @@ "tsBuildInfoFile": "../dist/.tsbuildinfo" }, "include": [".", "./**/*.json"], - "exclude": ["./scripts", "**/node_modules"] + "exclude": ["**/node_modules", "**/.*/"] } diff --git a/tests/integration/allCommandsBase.test.ts b/tests/integration/allCommandsBase.test.ts index 83ab9129acd..2c0d4b4b54d 100644 --- a/tests/integration/allCommandsBase.test.ts +++ b/tests/integration/allCommandsBase.test.ts @@ -1,5 +1,6 @@ -import { generateCommandInputs, generateRandomBank } from '@oldschoolgg/toolkit'; +import { generateCommandInputs } from '@oldschoolgg/toolkit'; import { Time, shuffleArr } from 'e'; +import { generateRandomBank } from 'oldschooljs/dist/meta/types'; import { expect, test, vi } from 'vitest'; import { BitField, minionActivityCache } from '../../src/lib/constants'; diff --git a/tests/integration/bso/clueUpgrader.test.ts b/tests/integration/bso/clueUpgrader.test.ts new file mode 100644 index 00000000000..6715f47aed9 --- /dev/null +++ b/tests/integration/bso/clueUpgrader.test.ts @@ -0,0 +1,54 @@ +import { Bank, EMonster, type ItemBank } from 'oldschooljs'; +import { describe, expect, it } from 'vitest'; + +import { ClueTiers } from '../../../src/lib/clues/clueTiers'; +import { mockClient } from '../util'; + +describe('Clue Uprader', async () => { + const client = await mockClient(); + + it( + 'should use clue upgrader in pickpocketing', + async () => { + const user = await client.mockUser({ + bank: new Bank().add('Clue upgrader', 1), + maxed: true + }); + const previousMats = user.materialsOwned().clone(); + + const result = await user.pickpocket(EMonster.FEMALE_HAM_MEMBER); + expect(result.commandResult).toContain('is now going to'); + const newMats = user.materialsOwned().clone(); + + expect(user.bank.amount('Clue scroll (easy)')).toBeGreaterThan(0); + const mediumCluesReceived = user.bank.amount('Clue scroll (medium)'); + expect(mediumCluesReceived).toBeGreaterThan(0); + + expect(newMats.amount('metallic')).toBeLessThan(previousMats.amount('metallic')); + expect(newMats.amount('treasured')).toBeLessThan(previousMats.amount('treasured')); + const clueUpgraderStats = new Bank( + (await user.fetchStats({ clue_upgrader_bank: true })).clue_upgrader_bank as ItemBank + ); + expect(clueUpgraderStats.length).toBe(1); + + await client.sync(); + const clientClueUpgraderLoot = new Bank(client.data.clue_upgrader_loot as ItemBank); + expect(clientClueUpgraderLoot.equals(clueUpgraderStats)).toBeTruthy(); + + // Stats tracked should match their bank + for (const tier of ClueTiers) { + if (!clueUpgraderStats.has(tier.scrollID)) continue; + expect(user.bank.amount(tier.scrollID)).toEqual(user.cl.amount(tier.scrollID)); + expect(user.bank.amount(tier.scrollID)).toEqual(clueUpgraderStats.amount(tier.scrollID)); + expect(user.bank.amount(tier.scrollID)).toEqual(clientClueUpgraderLoot.amount(tier.scrollID)); + expect(user.bank.amount(tier.scrollID)).toEqual(clientClueUpgraderLoot.amount(tier.scrollID)); + } + + expect(mediumCluesReceived).toEqual(clueUpgraderStats.amount('Clue scroll (medium)')); + expect(mediumCluesReceived).toEqual(user.bank.amount('Clue scroll (medium)')); + }, + { + retry: 1 + } + ); +}); diff --git a/tests/integration/bso/tames.pvm.test.ts b/tests/integration/bso/tames.pvm.test.ts new file mode 100644 index 00000000000..f183a21b178 --- /dev/null +++ b/tests/integration/bso/tames.pvm.test.ts @@ -0,0 +1,35 @@ +import { Bank, EMonster } from 'oldschooljs'; +import { describe, expect, it } from 'vitest'; + +import { createTestUser, mockClient } from '../util'; + +describe('Tames', async () => { + await mockClient(); + + it('Should add KC', async () => { + const user = await createTestUser(); + await user.giveIgneTame(); + + // Should fail because no food + const fail1 = await user.tamePVMTrip(EMonster.ALCHEMICAL_HYDRA); + expect(fail1.activity).toBeNull(); + expect(fail1.commandResult).toContain("You don't have enough Raw food"); + + // Should fail2 because no antivenom + await user.addItemsToBank({ items: new Bank().add('Raw shark', 100_000) }); + const fail2 = await user.tamePVMTrip(EMonster.ALCHEMICAL_HYDRA); + expect(fail2.activity).toBeNull(); + expect(fail2.commandResult).toContain("You don't have the required items"); + + // Should succeed + await user.addItemsToBank({ items: new Bank().add('Anti-venom+(4)', 100_000) }); + const success = await user.tamePVMTrip(EMonster.ALCHEMICAL_HYDRA); + expect(success.activity?.data).not.toBeNull(); + expect(success.commandResult).toContain('is now killing'); + expect(user.bank.amount('Anti-venom+(4)')).toBeLessThan(100_000); + expect(user.bank.amount('Raw shark')).toBeLessThan(100_000); + + const newTame = await user.fetchActiveTame(); + expect(newTame.tame?.totalLoot.length).toBeGreaterThan(0); + }); +}); diff --git a/tests/integration/commands/agilityArenaRecolor.test.ts b/tests/integration/commands/agilityArenaRecolor.test.ts index 2ddec93fc6e..183490883f1 100644 --- a/tests/integration/commands/agilityArenaRecolor.test.ts +++ b/tests/integration/commands/agilityArenaRecolor.test.ts @@ -1,7 +1,7 @@ import { Bank } from 'oldschooljs'; -import { beforeEach, describe, test } from 'vitest'; +import { beforeEach, describe, expect, test } from 'vitest'; -import { minigamesCommand } from '../../../src/mahoji/commands/minigames'; +import { agilityArenaBuyCommand } from '../../../src/mahoji/lib/abstracted_commands/agilityArenaCommand'; import { createTestUser, mockClient } from '../util'; describe('Agility Arena Command', async () => { @@ -13,10 +13,10 @@ describe('Agility Arena Command', async () => { await client.reset(); }); - test('Buy graceful', async () => { + test('Buy brimhaven graceful recolour', async () => { await user.addItemsToBank({ items: new Bank() - .add('Agility arena ticket', 250) + .add('Brimhaven voucher', 250) .add('Graceful hood') .add('Graceful top') .add('Graceful legs') @@ -25,7 +25,9 @@ describe('Agility Arena Command', async () => { .add('Graceful cape') }); - await user.runCommand(minigamesCommand, { agility_arena: { recolor: {} } }); + const response = await agilityArenaBuyCommand(user, 'Graceful outfit Recolour'); + expect(response).toBe('Successfully purchased 1x Graceful outfit Recolour for 250x Brimhaven vouchers.'); + await user.bankMatch( new Bank() .add('Brimhaven graceful hood') diff --git a/tests/integration/commands/open.test.ts b/tests/integration/commands/open.test.ts index f26f9fb7cf6..f66444801ab 100644 --- a/tests/integration/commands/open.test.ts +++ b/tests/integration/commands/open.test.ts @@ -14,7 +14,7 @@ describe('Open Command', async () => { const result = await user.runCommand(openCommand, { name: 'reward casket (beginner)' }); expect(result).toMatchObject({ content: `You have now opened a total of 1x Reward casket (beginner) -1x Beginner Clue Casket ` +1x Beginner Clue Casket` }); await user.bankAmountMatch('Reward casket (beginner)', 99); await user.openedBankMatch(new Bank().add('Reward casket (beginner)', 1)); diff --git a/tests/integration/commands/sacrifice.test.ts b/tests/integration/commands/sacrifice.test.ts index 0abd4fc483f..b016f7f75f9 100644 --- a/tests/integration/commands/sacrifice.test.ts +++ b/tests/integration/commands/sacrifice.test.ts @@ -47,7 +47,7 @@ describe('Sacrifice Command', async () => { await user.addItemsToBank({ items: new Bank().add('Trout').add('Cake') }); const res = await user.runCommand(sacrificeCommand, { items: '1 trout, 1 cake' }); expect(res).toEqual( - 'You sacrificed 1x Trout, 1x Cake, with a value of 257gp (257). Your total amount sacrificed is now: 3,437. ' + 'You sacrificed 1x Cake, 1x Trout, with a value of 257gp (257). Your total amount sacrificed is now: 3,437. ' ); await user.sync(); expect(user.bank.toString()).toBe(new Bank().toString()); diff --git a/tests/integration/grandExchange.test.ts b/tests/integration/grandExchange.test.ts index add00c8921b..0955945d100 100644 --- a/tests/integration/grandExchange.test.ts +++ b/tests/integration/grandExchange.test.ts @@ -6,7 +6,7 @@ import { describe, expect, test } from 'vitest'; import { GrandExchange } from '../../src/lib/grandExchange'; import PQueue from 'p-queue'; -import { assert, Stopwatch } from '../../src/lib/util'; +import { assert } from '../../src/lib/util'; import { geCommand } from '../../src/mahoji/commands/ge'; import { cancelUsersListings } from '../../src/mahoji/lib/abstracted_commands/cancelGEListingCommand'; import type { TestUser } from './util'; @@ -18,8 +18,6 @@ const COMMANDS_PER_USER = 3; const TICKS_PER_EXTENSIVE_VERIFICATION = 20; const itemPool = resolveItems(['Egg', 'Trout', 'Coal']); -console.log(`G.E test will make ${itemPool.length * COMMANDS_PER_USER * AMOUNT_USERS} listings.`); - const quantities = [1, 2, 38, 500, '5*5']; const prices = [1, 30, 33, 55]; @@ -43,8 +41,6 @@ describe('Grand Exchange', async () => { test( 'Fuzz', async () => { - const stopwatch = new Stopwatch(); - stopwatch.start(); // biome-ignore lint/suspicious/noSelfCompare: assert(randInt(1, 100_000) !== randInt(1, 100_000)); @@ -66,7 +62,6 @@ describe('Grand Exchange', async () => { ); } users = await Promise.all(users); - stopwatch.check(`Finished initializing ${AMOUNT_USERS} users`); // Run a bunch of commands to buy/sell const commandPromises = new PQueue({ concurrency: 10 }); @@ -88,10 +83,8 @@ describe('Grand Exchange', async () => { } } } - stopwatch.check('Finished initiaing commands'); await commandPromises.onEmpty(); await waitForGEToBeEmpty(); - stopwatch.check('Finished running all commands'); // Tick the g.e to make some transactions for (let i = 0; i < TICKS_TO_RUN; i++) { @@ -102,8 +95,7 @@ describe('Grand Exchange', async () => { } await waitForGEToBeEmpty(); - const count = await prisma.gETransaction.count(); - stopwatch.check(`Finished ticking ${TICKS_TO_RUN} times, made ${count} transactions`); + await prisma.gETransaction.count(); // Cancel all remaining listings const cancelPromises = []; @@ -120,10 +112,8 @@ describe('Grand Exchange', async () => { if (newCurrentOwnedBank.length !== 0) { throw new Error('There should be no items in the G.E bank!'); } - stopwatch.check('Finished cancelling'); await Promise.all(users.map(u => u.sync())); - stopwatch.check('Finished syncing all users'); const testBank = new Bank(); for (const user of users) { @@ -155,7 +145,6 @@ Based on G.E data, we should have received ${data.totalTax} tax`; await GrandExchange.queue.onEmpty(); assert(GrandExchange.queue.size === 0, 'Queue should be empty'); - stopwatch.check('Finished final checks'); }, { timeout: Time.Minute * 10 diff --git a/tests/integration/kcGains.test.ts b/tests/integration/kcGains.test.ts new file mode 100644 index 00000000000..435fa6bd72a --- /dev/null +++ b/tests/integration/kcGains.test.ts @@ -0,0 +1,9 @@ +import { describe, expect, it } from 'vitest'; + +import { kcGains } from '../../src/mahoji/commands/tools'; + +describe('KC Gains leaderboard', () => { + it('should not allow sql injection', async () => { + expect(await kcGains(';DELETE FROM users;', 'man', false)).toEqual('Invalid time interval.'); + }); +}); diff --git a/tests/integration/leaderboard.test.ts b/tests/integration/leaderboard.test.ts index d4445932acb..74773cdc0ca 100644 --- a/tests/integration/leaderboard.test.ts +++ b/tests/integration/leaderboard.test.ts @@ -1,9 +1,10 @@ import { describe, test } from 'vitest'; import { leaderboardCommand } from '../../src/mahoji/commands/leaderboard'; +import { kcGains } from '../../src/mahoji/commands/tools'; import { createTestUser } from './util'; -describe('Leaderboard', async () => { +describe.skip('Leaderboard', async () => { test('KC Leaderboard', async () => { const user = await createTestUser(); await user.runCommand(leaderboardCommand, { @@ -12,4 +13,10 @@ describe('Leaderboard', async () => { } }); }); + + test('kcGains Leaderboard', async () => { + for (const bool of [true, false]) { + await kcGains('week', 'zulrah', bool); + } + }); }); diff --git a/tests/integration/memoryHarvesting.bso.test.ts b/tests/integration/memoryHarvesting.bso.test.ts index f55783e9ecf..d7ced9a0867 100644 --- a/tests/integration/memoryHarvesting.bso.test.ts +++ b/tests/integration/memoryHarvesting.bso.test.ts @@ -2,7 +2,6 @@ import { Bank } from 'oldschooljs'; import type { ItemBank } from 'oldschooljs/dist/meta/types'; import { afterEach, beforeEach, describe, expect, test } from 'vitest'; -import { processPendingActivities } from '../../src/lib/Task'; import { MemoryHarvestType } from '../../src/lib/bso/divination'; import { convertStoredActivityToFlatActivity } from '../../src/lib/settings/prisma'; import { Gear } from '../../src/lib/structures/Gear'; @@ -12,7 +11,7 @@ import { divinationCommand } from '../../src/mahoji/commands/divination'; import { createTestUser, mockClient } from './util'; describe('Divination', async () => { - await mockClient(); + const client = await mockClient(); const ogRandom = Math.random; @@ -34,7 +33,7 @@ describe('Divination', async () => { energy: 'Pale' } }); - await processPendingActivities(); + await client.processActivities(); await user.sync(); const _activity = await prisma.activity.findFirst({ where: { @@ -64,7 +63,7 @@ describe('Divination', async () => { type: MemoryHarvestType.ConvertToEnergy } }); - await processPendingActivities(); + await client.processActivities(); await user.sync(); const _activity = await prisma.activity.findFirst({ where: { diff --git a/tests/integration/migrateUser.test.ts b/tests/integration/migrateUser.test.ts index 62abb33ac8d..87ebd41649b 100644 --- a/tests/integration/migrateUser.test.ts +++ b/tests/integration/migrateUser.test.ts @@ -705,8 +705,8 @@ const allTableCommands: TestCommand[] = [ data: { user_id: BigInt(user.id), cost_gp: randInt(10_000, 10_000_000), - cost_bank_excluding_gp: new Bank().bank, - loot_bank: lootBank.bank + cost_bank_excluding_gp: {}, + loot_bank: lootBank.toJSON() } }); } @@ -943,7 +943,7 @@ const allTableCommands: TestCommand[] = [ userStatsUpdate( user.id, { - items_sold_bank: new Bank(stats.items_sold_bank as ItemBank).add(bankToSell).bank, + items_sold_bank: new Bank(stats.items_sold_bank as ItemBank).add(bankToSell).toJSON(), sell_gp: { increment: totalPrice } @@ -1312,7 +1312,7 @@ test.concurrent('test migrating full user on top of full profile', async () => { expect(compareResult.result).toBe(true); if (newData.poh) newData.poh.spellbook_altar = 33; - if (newData.userStats) newData.userStats.sacrificed_bank = new Bank().add('Cannonball').bank; + if (newData.userStats) newData.userStats.sacrificed_bank = new Bank().add('Cannonball').toJSON(); newData.skillsAsLevels!.cooking = 1_000_000; newData.bingos = []; newData.botItemSell = []; diff --git a/tests/integration/misc.test.ts b/tests/integration/misc.test.ts index eae4db6a9a9..7c812e986a9 100644 --- a/tests/integration/misc.test.ts +++ b/tests/integration/misc.test.ts @@ -1,11 +1,13 @@ import { randArrItem } from 'e'; import { describe, expect, test } from 'vitest'; +import { Bank } from 'oldschooljs'; import { analyticsTick } from '../../src/lib/analytics'; import { allCollectionLogsFlat } from '../../src/lib/data/Collections'; +import { chambersOfXericCL } from '../../src/lib/data/CollectionsExport'; import { fetchCLLeaderboard } from '../../src/lib/util/clLeaderboard'; import { minionStatsEmbed } from '../../src/lib/util/minionStatsEmbed'; -import { mockClient } from './util'; +import { createTestUser, mockClient } from './util'; describe('Integration Misc', () => { test('minionStatsEmbed', async () => { @@ -28,4 +30,30 @@ describe('Integration Misc', () => { } await Promise.all([fetchCLLeaderboard]); }); + test('CL Leaderboard', async () => { + const expected = []; + const users: MUser[] = []; + for (let i = 1; i < chambersOfXericCL.length; i++) { + const theirBank = new Bank(); + for (let j = 0; j < i; j++) { + theirBank.add(chambersOfXericCL[j]); + } + const user = await createTestUser(); + await user.addItemsToBank({ items: theirBank, collectionLog: true }); + users.push(user); + expected.push({ id: user.id, qty: i }); + } + expected.reverse(); + const res = await fetchCLLeaderboard({ + ironmenOnly: false, + items: chambersOfXericCL, + resultLimit: 100, + clName: 'overall' + }); + const missingUsers = expected.filter(i => !res.users.some(j => j.id === i.id)); + expect(missingUsers).toEqual([]); + for (let i = 1; i < res.users.length; i++) { + expect(res.users[i].qty).toBeLessThanOrEqual(res.users[i - 1].qty); + } + }); }); diff --git a/tests/integration/mocks.ts b/tests/integration/mocks.ts index ddc4f87d33d..f5ee22224bd 100644 --- a/tests/integration/mocks.ts +++ b/tests/integration/mocks.ts @@ -1,7 +1,8 @@ -import { Image } from '@napi-rs/canvas'; import { beforeEach, vi } from 'vitest'; import { BankImageTask } from '../../src/lib/bankImage'; +import { PeakTier } from '../../src/lib/constants'; +import { CanvasImage } from '../../src/lib/util/canvasUtil'; vi.mock('../../src/lib/util/handleMahojiConfirmation.ts', () => ({ handleMahojiConfirmation: vi.fn() @@ -16,8 +17,8 @@ const mockBankImageTask = { init: vi.fn(), run: vi.fn(), generateBankImage: vi.fn().mockReturnValue(Promise.resolve({ image: Buffer.from(''), isTransparent: false })), - getItemImage: vi.fn().mockReturnValue(Promise.resolve(new Image())), - fetchAndCacheImage: vi.fn().mockReturnValue(Promise.resolve(new Image())) + getItemImage: vi.fn().mockReturnValue(Promise.resolve(new CanvasImage())), + fetchAndCacheImage: vi.fn().mockReturnValue(Promise.resolve(new CanvasImage())) }; global.bankImageGenerator = mockBankImageTask as any; @@ -35,3 +36,14 @@ beforeEach(async () => { BankImageTask.prototype.getItemImage = mockBankImageTask.getItemImage; BankImageTask.prototype.fetchAndCacheImage = mockBankImageTask.fetchAndCacheImage; }); + +globalClient._peakIntervalCache = [ + { + startTime: new Date().getTime() - 1000, + finishTime: new Date().getTime() + 1000, + peakTier: PeakTier.Medium + } +]; + +// @ts-ignore +globalClient.channels.cache.get = () => ({ id: '1234', isTextBased: () => true, isDMBased: () => true, send: vi.fn() }); diff --git a/tests/integration/monsterKilling.bso.test.ts b/tests/integration/monsterKilling.bso.test.ts deleted file mode 100644 index 355a6a420a1..00000000000 --- a/tests/integration/monsterKilling.bso.test.ts +++ /dev/null @@ -1,55 +0,0 @@ -import { Bank } from 'oldschooljs'; -import { expect, test } from 'vitest'; - -import { processPendingActivities } from '../../src/lib/Task'; -import { convertStoredActivityToFlatActivity } from '../../src/lib/settings/prisma'; -import { Gear } from '../../src/lib/structures/Gear'; -import type { MonsterActivityTaskOptions } from '../../src/lib/types/minions'; -import { minionKCommand } from '../../src/mahoji/commands/k'; -import { giveMaxStats } from '../../src/mahoji/commands/testpotato'; -import { createTestUser, mockClient } from './util'; - -test('Killing Vlad', async () => { - await mockClient(); - const user = await createTestUser(); - const startingBank = new Bank().add('Shark', 1_000_000).add('Vial of blood', 1000).add('Silver stake', 1000); - await user.addItemsToBank({ items: startingBank }); - - const gear = new Gear(); - gear.equip('Abyssal cape'); - gear.equip('Demonic piercer'); - gear.equip('Armadyl crossbow'); - gear.equip('Armadyl platebody'); - gear.equip("Inquisitor's plateskirt"); - gear.equip('Ranger boots'); - gear.equip("Inquisitor's hauberk"); - gear.equip('Dwarven blessing'); - gear.equip('Amulet of torture'); - gear.equip('Silver bolts', 10_000); - - await giveMaxStats(user); - await user.update({ - gear_range: gear.raw() as any, - skills_hitpoints: 200_000_000 - }); - - await user.runCommand(minionKCommand, { - name: 'vladimir drakan' - }); - - await processPendingActivities(); - await user.sync(); - const _activity = await global.prisma!.activity.findFirst({ - where: { - user_id: BigInt(user.id), - type: 'MonsterKilling' - } - }); - const data = convertStoredActivityToFlatActivity(_activity!) as MonsterActivityTaskOptions; - - const quantityKilled = data.q; - expect(user.bank.amount('Shark')).toBeLessThan(1_000_000); - expect(user.bank.amount('Vial of blood')).toEqual(1000 - quantityKilled); - expect(user.bank.amount('Silver stake')).toEqual(1000 - quantityKilled); - expect(user.gear.range.ammo!.quantity).toBeLessThan(10_000); -}); diff --git a/tests/integration/pvm/dwarvenBlessing.test.ts b/tests/integration/pvm/dwarvenBlessing.test.ts new file mode 100644 index 00000000000..e10e1b2b801 --- /dev/null +++ b/tests/integration/pvm/dwarvenBlessing.test.ts @@ -0,0 +1,39 @@ +import { Bank, EMonster } from 'oldschooljs'; +import { describe, expect, it, test } from 'vitest'; + +import { calculateDwarvenBlessingPotsNeeded } from '../../../src/lib/bso/dwarvenBlessing'; +import { resolveItems } from '../../../src/lib/util'; +import { mockClient } from '../util'; + +describe('Dwarven Blessing', async () => { + const client = await mockClient(); + + it('should use dwarven blessing', async () => { + const user = await client.mockUser({ + bank: new Bank().add('Prayer potion(4)', 100), + rangeLevel: 99, + QP: 300, + maxed: true, + meleeGear: resolveItems(['Dwarven blessing']) + }); + const result = await user.kill(EMonster.MAN); + const duration = result.activityResult!.duration; + const potsUsed = calculateDwarvenBlessingPotsNeeded(duration); + expect(user.bank.amount('Prayer potion(4)')).toEqual(100 - potsUsed); + expect(result.commandResult).toContain('20% boost from Dwarven blessing'); + expect(result.commandResult).toContain(`${potsUsed}x Prayer potion(4)`); + }); + + test('no dwarven blessing boost if no prayer pots', async () => { + const user = await client.mockUser({ + bank: new Bank(), + rangeLevel: 99, + QP: 300, + maxed: true, + meleeGear: resolveItems(['Dwarven blessing']) + }); + const result = await user.kill(EMonster.MAN); + expect(result.commandResult).toContain('is now killing'); + expect(result.commandResult).not.toContain('Dwarven blessing'); + }); +}); diff --git a/tests/integration/pvm/gorajan.test.ts b/tests/integration/pvm/gorajan.test.ts new file mode 100644 index 00000000000..42b7c827947 --- /dev/null +++ b/tests/integration/pvm/gorajan.test.ts @@ -0,0 +1,32 @@ +import { EMonster } from 'oldschooljs'; +import { describe, expect, it } from 'vitest'; + +import { formatDuration } from '@oldschoolgg/toolkit'; +import { reduceNumByPercent } from 'e'; +import { gorajanWarriorOutfit } from '../../../src/lib/data/CollectionsExport'; +import { mockClient } from '../util'; + +describe('Gorajan', async () => { + const client = await mockClient(); + + it('should give gorajan boost', async () => { + const user = await client.mockUser({ + QP: 300, + maxed: true + }); + const resultWithoutGorajan = await user.kill(EMonster.MAN, { quantity: 100 }); + expect(resultWithoutGorajan.commandResult).toContain('is now killing 100x'); + expect(resultWithoutGorajan.commandResult).not.toContain('Gorajan'); + + await user.equip('melee', gorajanWarriorOutfit); + const resultWithGorajan = await user.kill(EMonster.MAN, { quantity: 100 }); + expect(resultWithGorajan.commandResult).toContain('is now killing 100x'); + expect(resultWithGorajan.commandResult).toContain('10% for Gorajan warrior gear'); + + expect(resultWithGorajan.activityResult?.q).toEqual(resultWithGorajan.activityResult?.q); + expect(formatDuration(resultWithGorajan.activityResult!.duration)).toEqual( + formatDuration(Math.floor(reduceNumByPercent(resultWithoutGorajan.activityResult!.duration, 10))) + ); + expect(resultWithoutGorajan.activityResult?.duration).not.toEqual(resultWithGorajan.activityResult?.duration); + }); +}); diff --git a/tests/integration/pvm/pvm.bso.test.ts b/tests/integration/pvm/pvm.bso.test.ts new file mode 100644 index 00000000000..511bf93e24e --- /dev/null +++ b/tests/integration/pvm/pvm.bso.test.ts @@ -0,0 +1,245 @@ +import { Bank, EMonster } from 'oldschooljs'; +import { describe, expect, it } from 'vitest'; + +import { Time } from 'e'; +import { SkillsEnum } from 'oldschooljs/dist/constants'; +import type { ItemBank } from 'oldschooljs/dist/meta/types'; +import { gorajanArcherOutfit, gorajanWarriorOutfit } from '../../../src/lib/data/CollectionsExport'; +import { CombatCannonItemBank } from '../../../src/lib/minions/data/combatConstants'; +import { VasaMagus } from '../../../src/lib/minions/data/killableMonsters/custom/bosses/VasaMagus'; +import { BSOMonsters } from '../../../src/lib/minions/data/killableMonsters/custom/customMonsters'; +import { Gear } from '../../../src/lib/structures/Gear'; +import { itemID, resolveItems } from '../../../src/lib/util'; +import { gearCommand } from '../../../src/mahoji/commands/gear'; +import { vasaBISGear } from '../../../src/mahoji/lib/abstracted_commands/vasaCommand'; +import { mockClient } from '../util'; + +describe('BSO PVM', async () => { + const client = await mockClient(); + + it('cant barrage off task', async () => { + const user = await client.mockUser({ + slayerLevel: 99, + bank: new Bank().add('Blood rune', 1000).add('Death rune', 1000).add('Water rune', 10000000), + mageLevel: 99, + mageGear: resolveItems(['Ancient staff']) + }); + const result = await user.kill(EMonster.ABYSSAL_DEMON, { method: 'barrage' }); + expect(result.xpGained.magic).toEqual(0); + expect(result.commandResult).not.toContain('Barrage'); + expect(result.newKC).toEqual(0); + }); + + it('can barrage on task', async () => { + const user = await client.mockUser({ + slayerLevel: 99, + bank: new Bank().add('Blood rune', 1000).add('Death rune', 1000).add('Water rune', 10000000), + mageLevel: 99, + mageGear: resolveItems(['Ancient staff']) + }); + await user.giveSlayerTask(EMonster.ABYSSAL_DEMON); + const result = await user.kill(EMonster.ABYSSAL_DEMON, { method: 'barrage' }); + expect(result.xpGained.magic).toBeGreaterThan(0); + expect(result.commandResult).toContain('Barrage'); + expect(result.newKC).toBeGreaterThan(0); + }); + + it('barrages abby demons if on task', async () => { + const user = await client.mockUser({ + slayerLevel: 99, + bank: new Bank().add('Blood rune', 1000).add('Death rune', 1000).add('Water rune', 10000000), + mageLevel: 99, + mageGear: resolveItems(['Ancient staff']) + }); + await user.giveSlayerTask(EMonster.ABYSSAL_DEMON); + const result = await user.kill(EMonster.ABYSSAL_DEMON, { method: 'barrage' }); + expect(result.commandResult).toContain('is now killing '); + expect(result.xpGained.magic).toBeGreaterThan(0); + expect(user.bank.amount('Blood rune')).toBeLessThan(1000); + expect(user.bank.amount('Water rune')).toBeLessThan(10000000); + expect(user.bank.amount('Death rune')).toBeLessThan(1000); + expect(result.newKC).toBeGreaterThan(0); + }); + + it('should get kodai buff', async () => { + const user = await client.mockUser({ + slayerLevel: 99, + bank: new Bank().add('Blood rune', 1000).add('Death rune', 1000).add('Water rune', 10000000), + mageLevel: 99, + mageGear: resolveItems(['Kodai wand']) + }); + await user.giveSlayerTask(EMonster.ABYSSAL_DEMON); + expect(user.gear.mage.weapon?.item).toEqual(itemID('Kodai wand')); + await user.setAttackStyle([SkillsEnum.Magic]); + const result = await user.kill(EMonster.ABYSSAL_DEMON, { method: 'barrage' }); + expect(result.xpGained.magic).toBeGreaterThan(0); + expect(user.bank.amount('Blood rune')).toBeLessThan(1000); + expect(user.bank.amount('Death rune')).toBeLessThan(1000); + expect(result.newKC).toBeGreaterThan(0); + }); + + it('should use cannon', async () => { + const user = await client.mockUser({ + bank: new Bank().add('Cannonball', 100_000).add(CombatCannonItemBank), + rangeLevel: 99, + QP: 300, + maxed: true + }); + await user.setAttackStyle([SkillsEnum.Ranged]); + const result = await user.kill(EMonster.MANIACAL_MONKEY, { method: 'cannon' }); + expect(result.xpGained.ranged).toBeGreaterThan(0); + expect(user.bank.amount('Cannonball')).toBeLessThan(100_000); + expect(result.newKC).toBeGreaterThan(0); + }); + + it('should use chins', async () => { + const user = await client.mockUser({ + bank: new Bank().add('Red chinchompa', 5000), + rangeLevel: 99, + QP: 300, + maxed: true + }); + await user.setAttackStyle([SkillsEnum.Ranged]); + const result = await user.kill(EMonster.MANIACAL_MONKEY, { method: 'chinning' }); + expect(result.commandResult).toContain('% for Red chinchomp'); + expect(user.bank.amount('Red chinchompa')).toBeLessThan(5000); + }); + + it('should kill vlad', async () => { + const user = await client.mockUser({ + bank: new Bank().add('Red chinchompa', 5000), + rangeLevel: 99, + QP: 300, + maxed: true + }); + const startingBank = new Bank().add('Shark', 1_000_000).add('Vial of blood', 1000).add('Silver stake', 1000); + await user.addItemsToBank({ items: startingBank }); + + const gear = new Gear(); + gear.equip('Abyssal cape'); + gear.equip('Demonic piercer'); + gear.equip('Armadyl crossbow'); + gear.equip('Armadyl platebody'); + gear.equip("Inquisitor's plateskirt"); + gear.equip('Ranger boots'); + gear.equip("Inquisitor's hauberk"); + gear.equip('Dwarven blessing'); + gear.equip('Amulet of torture'); + gear.equip('Silver bolts', 10_000); + + await user.max(); + await user.update({ + gear_range: gear.raw() as any, + skills_hitpoints: 200_000_000 + }); + + const res = await user.kill(BSOMonsters.VladimirDrakan.id); + expect(res.commandResult).toContain('now killing'); + await user.sync(); + + const quantityKilled = res.activityResult!.q; + expect(user.bank.amount('Shark')).toBeLessThan(1_000_000); + expect(user.bank.amount('Vial of blood')).toEqual(1000 - quantityKilled); + expect(user.bank.amount('Silver stake')).toEqual(1000 - quantityKilled); + expect(user.gear.range.ammo!.quantity).toBeLessThan(10_000); + }); + + it('should use portable tanner', async () => { + const user = await client.mockUser({ + bank: new Bank().add('Portable tanner', 1).add('Anti-dragon shield'), + rangeLevel: 99, + QP: 300, + maxed: true + }); + await user.max(); + const previousMats = user.materialsOwned().clone(); + await user.kill(EMonster.GREEN_DRAGON); + const newMats = user.materialsOwned().clone(); + const leatherGained = user.bank.amount('Green dragon leather'); + expect(user.bank.amount('Green dragonhide')).toBe(0); + expect(leatherGained).toBeGreaterThan(0); + expect(newMats.amount('metallic')).toBeLessThan(previousMats.amount('metallic')); + expect(newMats.amount('plated')).toBeLessThan(previousMats.amount('plated')); + expect(newMats.amount('organic')).toBeLessThan(previousMats.amount('organic')); + const userTannerStats = new Bank( + (await user.fetchStats({ portable_tanner_bank: true })).portable_tanner_bank as ItemBank + ); + expect( + userTannerStats.amount('Green dragon leather'), + `User stats should reflect the tanned leathers (got ${leatherGained}x leather from the trip)` + ).toEqual(leatherGained); + await client.sync(); + const clientPortableTannerLoot = new Bank(client.data.portable_tanner_loot as ItemBank); + expect(clientPortableTannerLoot.amount('Green dragon leather')).toEqual(leatherGained); + expect(clientPortableTannerLoot.length).toBe(1); + }); + + it( + 'should use ori', + async () => { + const user = await client.mockUser({ + QP: 300, + maxed: true + }); + await user.update({ + minion_equippedPet: itemID('Ori') + }); + const result = await user.kill(EMonster.MAN, { quantity: 10 }); + expect(result.commandResult).toContain('is now killing 10x'); + expect(user.bank.amount('Bones')).toBeGreaterThan(10); + }, + { + retry: 1 + } + ); + + it('should do a vasa trip', async () => { + const user = await client.mockUser({ + bank: new Bank().add('Elder rune', 5000).add('Saradomin brew(4)', 1000).add('Super restore(4)', 1000), + rangeLevel: 99, + QP: 300, + maxed: true, + mageGear: vasaBISGear.allItems(false) + }); + await user.setAttackStyle([SkillsEnum.Attack]); + const result = await user.kill(VasaMagus.id); + const resultStr = (result.commandResult as any).embeds[0].description as string; + expect(resultStr).toContain('Your team is off to fight'); + }); + + it('should do a >30min trip with hellfire bow and consume arrows', async () => { + const user = await client.mockUser({ + bank: new Bank() + .add('Hellfire arrow', 10000) + .add('Prayer potion(4)', 10000) + .add('Dragon hunter lance') + .add('Anti-dragon shield') + .add('Elder rune', 5000) + .add('Saradomin brew(4)', 1000) + .add('Super restore(4)', 1000) + .add('Saradomin godsword') + .add('Dragon warhammer') + .add('Bandos godsword') + .add('Rocktail', 100_000), + rangeLevel: 99, + QP: 300, + maxed: true, + meleeGear: resolveItems([...gorajanWarriorOutfit, 'Dwarven blessing']), + wildyGear: resolveItems(['Ranged master cape', 'Hellfire bow', ...gorajanArcherOutfit]) + }); + await user.runCommand(gearCommand, { + equip: { + gear_setup: 'wildy', + items: '1000 hellfire arrow' + } + }); + await global.prisma!.playerOwnedHouse.create({ data: { user_id: user.id, pool: 99_950 } }); + await user.incrementKC(BSOMonsters.Malygos.id, 5000); + await user.setAttackStyle([SkillsEnum.Ranged]); + const result = await user.kill(BSOMonsters.Malygos.id, { wilderness: true }); + expect(result.commandResult).toContain('Your minion is now killing '); + expect(result.commandResult).toContain('3x boost for Hellfire bow'); + expect(result.activityResult?.duration).toBeGreaterThan(Time.Minute * 29.9); + expect(user.gear.wildy.ammo?.quantity).toBeLessThan(10000); + }); +}); diff --git a/tests/integration/pvm/pvm.test.ts b/tests/integration/pvm/pvm.test.ts new file mode 100644 index 00000000000..3fd10b81ac4 --- /dev/null +++ b/tests/integration/pvm/pvm.test.ts @@ -0,0 +1,335 @@ +import { Bank, EItem, EMonster, Monsters } from 'oldschooljs'; +import { describe, expect, it, test } from 'vitest'; + +import { CombatCannonItemBank } from '../../../src/lib/minions/data/combatConstants'; +import { getPOHObject } from '../../../src/lib/poh'; +import { SkillsEnum } from '../../../src/lib/skilling/types'; +import { Gear } from '../../../src/lib/structures/Gear'; +import { convertLVLtoXP, resolveItems } from '../../../src/lib/util'; +import { minionKCommand } from '../../../src/mahoji/commands/k'; +import { createTestUser, mockClient, mockUser } from '../util'; + +describe('PVM', async () => { + const client = await mockClient(); + expect(Monsters.Man.id).toBe(EMonster.MAN); + + it('Should add KC', async () => { + const user = await createTestUser(); + const res = await user.runCommand(minionKCommand, { name: 'man' }); + expect(res).toContain('now killing'); + await client.processActivities(); + expect(await user.getKC(EMonster.MAN)).toBeGreaterThan(1); + }); + + it('Should remove food', async () => { + const user = await createTestUser(new Bank().add('Shark', 1000), { + skills_prayer: convertLVLtoXP(70), + skills_strength: convertLVLtoXP(70), + QP: 100 + }); + const res = await user.runCommand(minionKCommand, { name: 'general graardor' }); + expect(res).toContain('now killing'); + await user.processActivities(client); + const kc = await user.getKC(EMonster.GENERAL_GRAARDOR); + expect(kc).toBeGreaterThan(8); + expect(user.bank.amount('Shark')).toBeLessThan(1000); + expect(user.bank.amount('Big bones')).toBeGreaterThanOrEqual(kc); + }); + + it('Should remove charges', async () => { + const user = await mockUser({ + rangeGear: resolveItems(['Venator bow']), + rangeLevel: 70, + venatorBowCharges: 1000, + slayerLevel: 70 + }); + const res = await user.runCommand(minionKCommand, { name: 'bloodveld' }, true); + expect(res).toContain('now killing'); + await user.processActivities(client); + const kc = await user.getKC(EMonster.BLOODVELD); + expect(kc).toBeGreaterThan(0); + expect(user.bank.amount('Shark')).toBeLessThan(1000); + expect(user.user.venator_bow_charges).toBeLessThan(1000); + }); + + it('Should handle slayer progress', async () => { + const user = await client.mockUser({ + rangeGear: resolveItems(['Venator bow']), + rangeLevel: 70, + venatorBowCharges: 1000, + slayerLevel: 70 + }); + await prisma.slayerTask.deleteMany({ + where: { + user_id: user.id + } + }); + await prisma.slayerTask.create({ + data: { + user_id: user.id, + quantity: 1000, + quantity_remaining: 1000, + slayer_master_id: 4, + monster_id: EMonster.BLOODVELD, + skipped: false + } + }); + const res = await user.runCommand(minionKCommand, { name: 'bloodveld' }, true); + expect(res).toContain('now killing'); + await user.processActivities(client); + const kc = await user.getKC(EMonster.BLOODVELD); + expect(kc).toBeGreaterThan(0); + expect(user.bank.amount('Shark')).toBeLessThan(1000); + expect(user.user.venator_bow_charges).toBeLessThan(1000); + expect(user.user.skills_slayer).toBeGreaterThan(convertLVLtoXP(70)); + }); + + it('Should fail to kill without itemCost', async () => { + const user = await client.mockUser({ + venatorBowCharges: 1000, + slayerLevel: 70, + bank: new Bank().add('Shark', 10000) + }); + expect(await user.runCommand(minionKCommand, { name: 'hydra' }, true)).to.contain('You need Boots of stone'); + await user.equip('melee', resolveItems(['Boots of stone'])); + expect(await user.runCommand(minionKCommand, { name: 'hydra' }, true)).to.contain( + "You don't meet the skill requirement" + ); + await user.setLevel('slayer', 95); + const x = await user.runCommand(minionKCommand, { name: 'hydra' }, true); + expect(x).to.contain("You don't have the items"); + await user.addItemsToBank({ items: new Bank().add('Anti-venom+(4)', 1) }); + const result = await user.kill(EMonster.HYDRA); + expect(result.commandResult).to.contain('is now killing'); + expect(user.bank.amount('Anti-venom+(4)')).toEqual(0); + }); + + it('shouldnt let you barrage bloodvelds', async () => { + const user = await client.mockUser({ + slayerLevel: 70, + bank: new Bank().add('Blood rune', 1000).add('Death rune', 1000).add('Water rune', 10000000), + mageLevel: 99, + mageGear: resolveItems(['Ancient staff']) + }); + const result = await user.kill(EMonster.BLOODVELD, { method: 'barrage' }); + expect(result.commandResult).not.toContain('Barrage'); + expect(result.commandResult).not.toContain('Burst'); + }); + + it('should check slayer level requirement', async () => { + const user = await client.mockUser({ + slayerLevel: 70, + bank: new Bank().add('Blood rune', 1000).add('Death rune', 1000).add('Water rune', 10000000), + mageLevel: 99, + mageGear: resolveItems(['Ancient staff']) + }); + const result = await user.kill(EMonster.NECHRYAEL, { method: 'barrage', shouldFail: true }); + expect(result.commandResult).toContain("You don't meet the skill requirements"); + }); + + it('cant barrage nechs', async () => { + const user = await client.mockUser({ + slayerLevel: 99, + bank: new Bank().add('Blood rune', 1000).add('Death rune', 1000).add('Water rune', 10000000), + mageLevel: 99, + mageGear: resolveItems(['Ancient staff']) + }); + const result = await user.kill(EMonster.NECHRYAEL, { method: 'barrage' }); + expect(result.commandResult).not.toContain('Barrage'); + }); + + it('shouldnt use cannon if no cannonballs', async () => { + const user = await client.mockUser({ + bank: new Bank().add(CombatCannonItemBank), + rangeLevel: 99, + QP: 300, + maxed: true + }); + await user.setAttackStyle([SkillsEnum.Ranged]); + const result = await user.kill(EMonster.MANIACAL_MONKEY, { method: 'cannon', shouldFail: true }); + expect(result.commandResult).toContain("You don't have the items needed to kill this monster"); + expect(user.bank.amount('Cannonball')).toEqual(0); + }); + + it('should give poh boost', async () => { + const user = await client.mockUser({ + bank: new Bank().add('Red chinchompa', 5000).add("Verac's plateskirt"), + rangeLevel: 99, + QP: 300, + maxed: true, + meleeGear: resolveItems(["Verac's flail", "Black d'hide body", "Black d'hide chaps"]) + }); + await prisma.playerOwnedHouse.create({ + data: { + user_id: user.id, + pool: getPOHObject('Rejuvenation pool').id + } + }); + const result = await user.kill(EMonster.KALPHITE_QUEEN); + expect(result.commandResult).toContain('10% for Rejuvenation pool'); + expect(result.commandResult).toContain('8% for no food'); + expect(result.commandResult).toContain('15.00% for stats'); + }); + + it('should only use 1 skotizo totem', async () => { + const user = await client.mockUser({ + bank: new Bank().add('Dark totem', 100), + rangeLevel: 99, + QP: 300, + maxed: true, + meleeGear: resolveItems(["Verac's flail", "Black d'hide body", "Black d'hide chaps"]) + }); + const result = await user.kill(EMonster.SKOTIZO, { quantity: 1 }); + expect(result.commandResult).toContain('is now killing 1x Skotizo'); + expect(user.bank.amount('Dark totem')).toBe(99); + }); + + describe('should default to 1 skotizo kill', async () => { + const user = await client.mockUser({ + bank: new Bank().add('Dark totem', 5), + rangeLevel: 99, + QP: 300, + maxed: true, + meleeGear: resolveItems(["Verac's flail", "Black d'hide body", "Black d'hide chaps"]) + }); + let lastKc = await user.getKC(EMonster.SKOTIZO); + for (const quantity of [undefined, 1, 2, 5]) { + it(`should default to 1 skotizo kill with input of ${quantity}`, async () => { + await user.update({ bank: new Bank().add('Dark totem', 5).toJSON() }); + expect(user.bank.amount('Dark totem')).toBe(5); + const result = await user.kill(EMonster.SKOTIZO, { quantity }); + expect(result.activityResult!.q).toEqual(1); + expect(result.activityResult?.userID).toEqual(user.id); + expect(result.activityResult?.mi).toEqual(EMonster.SKOTIZO); + expect(result.commandResult).toContain('is now killing 1x Skotizo'); + await user.sync(); + expect( + result.newKC, + `LastKC=${lastKc} NewKC=${result.newKC} RawNEWKC=${await user.getKC(EMonster.SKOTIZO)}` + ).toEqual(lastKc + 1); + expect(user.bank.amount('Dark totem')).toBe(4); + lastKc = result.newKC; + }); + } + }); + + describe( + 'should fail to kill skotizo with no totems', + async () => { + const user = await client.mockUser({ + rangeLevel: 99, + QP: 300, + maxed: true, + meleeGear: resolveItems(["Verac's flail", "Black d'hide body", "Black d'hide chaps"]) + }); + for (const quantity of [undefined, 1, 2, 5]) { + it(`should fail to kill with input of ${quantity}`, async () => { + const result = await user.kill(EMonster.SKOTIZO, { quantity }); + expect(result.commandResult).toContain("You don't have the items"); + }); + } + }, + { + repeats: 100 + } + ); + + test('salve and slayer helm shouldnt stack', async () => { + const user = await client.mockUser({ + bank: new Bank().add('Dark totem', 100), + rangeLevel: 99, + QP: 300, + maxed: true, + meleeGear: resolveItems([ + "Verac's flail", + "Black d'hide body", + "Black d'hide chaps", + 'Salve amulet (e)', + 'Slayer helmet' + ]) + }); + await user.setAttackStyle([SkillsEnum.Attack]); + await user.giveSlayerTask(EMonster.ZOMBIE); + const result = await user.kill(EMonster.ZOMBIE); + const resultStr = result.commandResult as string; + expect(resultStr.includes('Salve') && resultStr.includes('Black mask')).toBe(false); + expect(resultStr).toContain('is now killing'); + expect(result.newKC).toBeGreaterThan(0); + }); + + async function makeAraxxorUser() { + const user = await client.mockUser({ + maxed: true, + meleeGear: new Gear({ + head: 'Slayer helmet (i)', + neck: 'Amulet of torture', + cape: 'Fire cape', + body: 'Bandos chestplate', + legs: 'Bandos tassets', + hands: 'Ferocious gloves', + feet: 'Primordial boots', + ring: 'Berserker ring (i)', + ammo: "Rada's blessing 3", + weapon: 'Soulreaper axe' + }).allItems(false) + }); + await user.setAttackStyle([SkillsEnum.Attack]); + await user.giveSlayerTask(EMonster.ARAXYTE); + return user; + } + + test('Should be able to use anti-venom(+)/prayer pots with araxxor', async () => { + const user = await makeAraxxorUser(); + await user.addItemsToBank({ + items: new Bank() + .add('Anglerfish', 100) + .add('Cooked karambwan', 100) + .add('Super combat potion(4)', 100) + .add('Anti-venom+(4)', 100) + .add('Prayer potion(4)', 100) + }); + const result = await user.kill(EMonster.ARAXXOR); + const resultStr = result.commandResult as string; + expect(resultStr).toContain('is now killing'); + expect(resultStr).toContain('Anti-venom+(4)'); + expect(resultStr).toContain('Prayer potion(4)'); + expect(user.bank.amount('Anti-venom+(4)')).toBeLessThan(100); + expect(user.bank.amount('Prayer potion(4)')).toBeLessThan(100); + expect(result.newKC).toBeGreaterThan(0); + }); + + test('Should use teleports for araxxor', async () => { + const user = await makeAraxxorUser(); + await user.addItemsToBank({ + items: new Bank() + .add('Anglerfish', 100) + .add('Cooked karambwan', 100) + .add('Super combat potion(4)', 100) + .add('Anti-venom+(4)', 100) + .add('Prayer potion(4)', 100) + }); + const firstResult = await user.kill(EMonster.ARAXXOR); + await user.addItemsToBank({ items: new Bank().add(EItem.SPIDER_CAVE_TELEPORT, 100) }); + const secondResult = await user.kill(EMonster.ARAXXOR); + expect(secondResult.commandResult).toContain('10% for Spider cave teleport'); + expect(secondResult.activityResult!.id).not.toEqual(firstResult.activityResult!.id); + expect(secondResult.activityResult!.q).toBeGreaterThan(firstResult.activityResult!.q); + }); + + test('Should only charge as much cannonballs for what kills you actually do', async () => { + const user = await makeAraxxorUser(); + await user.addItemsToBank({ + items: new Bank() + .add('Anglerfish', 100) + .add('Cooked karambwan', 100) + .add('Super combat potion(4)', 100) + .add('Anti-venom+(4)', 100) + .add('Prayer potion(4)', 100) + .add('Cannonball', 100_000) + .add(CombatCannonItemBank) + }); + await user.giveSlayerTask(EMonster.ARAXYTE, 100); + await user.kill(EMonster.ARAXYTE, { method: 'cannon' }); + expect(user.bank.amount('Cannonball')).toBeGreaterThan(100_000 - 200); + }); +}); diff --git a/tests/integration/redis.test.ts b/tests/integration/redis.test.ts index 86d14448935..8a1ba85d042 100644 --- a/tests/integration/redis.test.ts +++ b/tests/integration/redis.test.ts @@ -1,6 +1,6 @@ import { expect, test } from 'vitest'; -import { TSRedis } from '@oldschoolgg/toolkit/TSRedis'; +import { TSRedis } from '@oldschoolgg/toolkit/structures'; import { sleep } from 'e'; import { BadgesEnum, BitField, globalConfig } from '../../src/lib/constants'; import { roboChimpCache } from '../../src/lib/perkTier'; @@ -11,7 +11,7 @@ function makeSender() { return new TSRedis({ mocked: !globalConfig.redisPort, port: globalConfig.redisPort }); } -test('Should add patron badge', async () => { +test.skip('Should add patron badge', async () => { const user = await createTestUser(); expect(user.user.badges).not.includes(BadgesEnum.Patron); const _redis = makeSender(); @@ -27,7 +27,7 @@ test('Should add patron badge', async () => { expect(user.user.badges).includes(BadgesEnum.Patron); }); -test('Should remove patron badge', async () => { +test.skip('Should remove patron badge', async () => { const user = await createTestUser(undefined, { badges: [BadgesEnum.Patron] }); expect(user.user.badges).includes(BadgesEnum.Patron); const _redis = makeSender(); @@ -38,12 +38,12 @@ test('Should remove patron badge', async () => { old_tier: 1, first_time_patron: false }); - await sleep(250); + await sleep(550); await user.sync(); expect(user.user.badges).not.includes(BadgesEnum.Patron); }); -test('Should add to cache', async () => { +test.skip('Should add to cache', async () => { const users = [await createTestUser(), await createTestUser(), await createTestUser()]; await roboChimpClient.user.createMany({ data: users.map(u => ({ @@ -67,38 +67,44 @@ test('Should add to cache', async () => { } }); -test('Should remove from cache', async () => { - const users = [await createTestUser(), await createTestUser(), await createTestUser()]; - await roboChimpClient.user.createMany({ - data: users.map(u => ({ - id: BigInt(u.id), - perk_tier: 0 - })) - }); - const _redis = makeSender(); - await _redis.publish({ - type: 'patron_tier_change', - discord_ids: users.map(u => u.id), - new_tier: 0, - old_tier: 5, - first_time_patron: false - }); - await sleep(250); - for (const user of users) { - expect(getUsersPerkTier(user)).toEqual(0); - const cached = roboChimpCache.get(user.id); - expect(cached).toEqual(undefined); +test.skip( + 'Should remove from cache', + async () => { + const users = [await createTestUser(), await createTestUser(), await createTestUser()]; + await roboChimpClient.user.createMany({ + data: users.map(u => ({ + id: BigInt(u.id), + perk_tier: 0 + })) + }); + const _redis = makeSender(); + await _redis.publish({ + type: 'patron_tier_change', + discord_ids: users.map(u => u.id), + new_tier: 0, + old_tier: 5, + first_time_patron: false + }); + await sleep(250); + for (const user of users) { + expect(getUsersPerkTier(user)).toEqual(0); + const cached = roboChimpCache.get(user.id); + expect(cached).toEqual(undefined); + } + }, + { + retry: 1 } -}); +); -test('Should recognize special bitfields', async () => { +test.skip('Should recognize special bitfields', async () => { expect(getUsersPerkTier(await createTestUser(undefined, { bitfield: [BitField.HasPermanentTierOne] }))).toEqual(3); expect( getUsersPerkTier(await createTestUser(undefined, { bitfield: [BitField.BothBotsMaxedFreeTierOnePerks] })) ).toEqual(2); }); -test('Should sdffsddfss', async () => { +test.skip('Should sdffsddfss', async () => { const user = await createTestUser(); roboChimpCache.set(user.id, { perk_tier: 5 } as any); expect(getUsersPerkTier(user)).toEqual(5); diff --git a/tests/integration/repairBank.test.ts b/tests/integration/repairBank.test.ts index e0546917690..6e6168623e1 100644 --- a/tests/integration/repairBank.test.ts +++ b/tests/integration/repairBank.test.ts @@ -19,9 +19,9 @@ test('Repair Bank', async () => { const temp_cl = bank.clone(); const favoriteItems = resolveItems(['Coins', 'Coal', 'Egg', 'Trout']); const expectedData: Parameters<(typeof user)['update']>['0'] = { - bank: bank.bank, - collectionLogBank: cl.bank, - temp_cl: temp_cl.bank, + bank: bank.toJSON(), + collectionLogBank: cl.toJSON(), + temp_cl: temp_cl.toJSON(), favoriteItems: favoriteItems, gear_fashion: gear as any as Prisma.InputJsonValue, gear_melee: gear as any as Prisma.InputJsonValue, diff --git a/tests/integration/rolesTask.test.ts b/tests/integration/rolesTask.test.ts index 94cfb8ec43b..f2a7a9891c4 100644 --- a/tests/integration/rolesTask.test.ts +++ b/tests/integration/rolesTask.test.ts @@ -15,7 +15,7 @@ describe.skip('Roles Task', async () => { await userStatsBankUpdate(user.id, 'openable_scores', new Bank().add('Tradeable mystery box', 10_000)); await user.update({ monkeys_fought: ['a'], - disassembled_items_bank: new Bank().add('Twisted bow').bank, + disassembled_items_bank: new Bank().add('Twisted bow').toJSON(), skills_invention: 1000 }); const ironUser = await createTestUser(); diff --git a/tests/integration/setup.ts b/tests/integration/setup.ts index d787ece4d57..34636887585 100644 --- a/tests/integration/setup.ts +++ b/tests/integration/setup.ts @@ -3,12 +3,12 @@ import '../../src/lib/globals'; import '../../src/lib/util/transactItemsFromBank'; import './mocks'; -import { Image } from '@napi-rs/canvas'; import { beforeEach, vi } from 'vitest'; import { PrismaClient } from '@prisma/client'; import { noOp } from 'e'; import { BankImageTask, bankImageTask } from '../../src/lib/bankImage'; +import { CanvasImage } from '../../src/lib/util/canvasUtil'; if (!roboChimpClient) { throw new Error('Robochimp client not found.'); @@ -52,8 +52,8 @@ const mockBankImageTask = { init: vi.fn(), run: vi.fn(), generateBankImage: vi.fn().mockReturnValue(Promise.resolve({ image: Buffer.from(''), isTransparent: false })), - getItemImage: vi.fn().mockReturnValue(Promise.resolve(new Image())), - fetchAndCacheImage: vi.fn().mockReturnValue(Promise.resolve(new Image())), + getItemImage: vi.fn().mockReturnValue(Promise.resolve(new CanvasImage())), + fetchAndCacheImage: vi.fn().mockReturnValue(Promise.resolve(new CanvasImage())), backgroundImages: [] }; diff --git a/tests/integration/specialRemoveItems.test.ts b/tests/integration/specialRemoveItems.test.ts index eca98bf48a7..94d9db1830a 100644 --- a/tests/integration/specialRemoveItems.test.ts +++ b/tests/integration/specialRemoveItems.test.ts @@ -11,7 +11,7 @@ describe('specialRemoveItems', () => { gear.equip('Rune arrow', 1000); await user.update({ gear_range: gear.raw() as any, - bank: new Bank().add('Egg', 1000).bank + bank: new Bank().add('Egg', 1000).toJSON() }); expect(user.gear.range.ammo!.quantity).toBe(1000); await user.specialRemoveItems(new Bank().add('Rune arrow', 1000)); @@ -25,7 +25,7 @@ describe('specialRemoveItems', () => { gear.equip("Ava's assembler"); await user.update({ gear_range: gear.raw() as any, - bank: new Bank().add('Egg', 1000).bank + bank: new Bank().add('Egg', 1000).toJSON() }); expect(user.gear.range.ammo!.quantity).toBe(1000); await user.specialRemoveItems(new Bank().add('Rune arrow', 1000)); @@ -40,7 +40,7 @@ describe('specialRemoveItems', () => { gear.equip("Ava's assembler"); await user.update({ gear_range: gear.raw() as any, - bank: new Bank().add('Egg', 1000).bank + bank: new Bank().add('Egg', 1000).toJSON() }); expect(user.gear.range.ammo!.quantity).toBe(1000); await user.specialRemoveItems(new Bank().add('Rune javelin', 1000)); diff --git a/tests/integration/tradeTransaction.test.ts b/tests/integration/tradeTransaction.test.ts index 77a3a5f7430..a4e0f26dee1 100644 --- a/tests/integration/tradeTransaction.test.ts +++ b/tests/integration/tradeTransaction.test.ts @@ -13,7 +13,7 @@ describe('Transactionalized Trade Test', async () => { bank.remove('Coins', GP); await global.prisma!.user.create({ - data: { id: userId, GP, bank: bank.bank, ...userData } + data: { id: userId, GP, bank: bank.toJSON(), ...userData } }); return userId; diff --git a/tests/integration/tripEffects.test.ts b/tests/integration/tripEffects.test.ts deleted file mode 100644 index ddf5c2c8789..00000000000 --- a/tests/integration/tripEffects.test.ts +++ /dev/null @@ -1,30 +0,0 @@ -import { activity_type_enum } from '@prisma/client'; -import { Time } from 'e'; -import { Monsters } from 'oldschooljs'; -import { expect, test } from 'vitest'; - -import { minionKCommand } from '../../src/mahoji/commands/k'; -import { createTestUser, mockClient, mockMathRandom } from './util'; - -test('Random Events', async () => { - const unmock = mockMathRandom(0.03); - const client = await mockClient(); - const user = await createTestUser(); - await user.runCommand(minionKCommand, { name: 'man' }); - await prisma.activity.updateMany({ - where: { - user_id: BigInt(user.id), - type: activity_type_enum.MonsterKilling - }, - data: { - duration: Time.Hour - } - }); - await client.processActivities(); - expect(await user.getKC(Monsters.Man.id)).toBeGreaterThan(1); - const userStats = await user.fetchStats({ random_event_completions_bank: true }); - await user.sync(); - expect(userStats.random_event_completions_bank).toEqual({ 1: 1 }); - expect(user.bank.amount("Beekeeper's hat")).toEqual(1); - unmock(); -}); diff --git a/tests/integration/updateBank.test.ts b/tests/integration/updateBank.test.ts new file mode 100644 index 00000000000..4fbedf842dd --- /dev/null +++ b/tests/integration/updateBank.test.ts @@ -0,0 +1,183 @@ +import { Bank, EMonster } from 'oldschooljs'; +import { describe, expect, it, test } from 'vitest'; + +import { GLOBAL_BSO_XP_MULTIPLIER } from '../../src/lib/constants'; +import { UpdateBank } from '../../src/lib/structures/UpdateBank'; +import type { ItemBank } from '../../src/lib/types'; +import { createTestUser } from './util'; + +describe( + 'UpdateBank', + async () => { + it('should add kc', async () => { + const user = await createTestUser(); + const updateBank = new UpdateBank(); + updateBank.kcBank.add(EMonster.MAN, 69); + await updateBank.transact(user); + const newKC = await user.getKC(EMonster.MAN); + expect(newKC).toBe(69); + + // Repeat + await updateBank.transact(user); + expect(await user.getKC(EMonster.MAN)).toBe(69 * 2); + }); + + it('should add xp', async () => { + const user = await createTestUser(); + await user.update({}); + const updateBank = new UpdateBank(); + updateBank.xpBank.add('slayer', 555); + updateBank.xpBank.add('attack', 123); + updateBank.xpBank.add('attack', 123, { source: 'AerialFishing' }); + updateBank.xpBank.add('strength', 123); + await updateBank.transact(user); + await user.sync(); + + expect(user.skillsAsXP.slayer).toBe(555 * GLOBAL_BSO_XP_MULTIPLIER); + expect(user.skillsAsXP.attack).toBe(123 * 2 * GLOBAL_BSO_XP_MULTIPLIER); + expect(user.skillsAsXP.strength).toBe(123 * GLOBAL_BSO_XP_MULTIPLIER); + }); + + it('should add/remove items', async () => { + const user = await createTestUser(); + await user.addItemsToBank({ items: new Bank().add('Coal', 100) }); + const updateBank = new UpdateBank(); + updateBank.itemCostBank.add('Coal', 50); + updateBank.itemLootBank.add('Egg', 50); + updateBank.itemLootBankNoCL.add('Trout', 50); + await updateBank.transact(user); + await user.sync(); + + expect(user.bank.amount('Coal')).toBe(50); + expect(user.bank.amount('Egg')).toBe(50); + expect(user.bank.amount('Trout')).toBe(50); + expect(user.cl.amount('Trout')).toBe(0); + expect(user.cl.amount('Egg')).toBe(50); + }); + + it('should add items with no cl', async () => { + const user = await createTestUser(); + const updateBank = new UpdateBank(); + updateBank.itemLootBankNoCL.add('Trout', 50); + await updateBank.transact(user); + expect(user.bank.amount('Trout')).toBe(50); + expect(user.cl.amount('Trout')).toBe(0); + }); + + it('should remove charges', async () => { + const user = await createTestUser(); + await user.update({ + tum_shadow_charges: 1000, + tentacle_charges: 1000, + sang_charges: 1000 + }); + expect(user.user.tum_shadow_charges).toBe(1000); + expect(user.user.tentacle_charges).toBe(1000); + const updateBank = new UpdateBank(); + updateBank.chargeBank.add('tum_shadow_charges', 500); + updateBank.chargeBank.add('tentacle_charges', 500); + await updateBank.transact(user); + expect(user.user.tum_shadow_charges).toBe(500); + expect(user.user.tentacle_charges).toBe(500); + expect(user.user.sang_charges).toBe(1000); + }); + + it('should add xp', async () => { + const user = await createTestUser(); + await user.update({}); + const updateBank = new UpdateBank(); + updateBank.xpBank.add('slayer', 555); + updateBank.xpBank.add('attack', 123); + updateBank.xpBank.add('attack', 123, { source: 'AerialFishing' }); + updateBank.xpBank.add('strength', 123); + await updateBank.transact(user); + await user.sync(); + + expect(user.skillsAsXP.slayer).toBe(555 * GLOBAL_BSO_XP_MULTIPLIER); + expect(user.skillsAsXP.attack).toBe(123 * 2 * GLOBAL_BSO_XP_MULTIPLIER); + expect(user.skillsAsXP.strength).toBe(123 * GLOBAL_BSO_XP_MULTIPLIER); + }); + + it('should add/remove items', async () => { + const user = await createTestUser(); + await user.addItemsToBank({ items: new Bank().add('Coal', 100) }); + const updateBank = new UpdateBank(); + updateBank.itemCostBank.add('Coal', 50); + updateBank.itemLootBank.add('Egg', 50); + updateBank.itemLootBankNoCL.add('Trout', 50); + await updateBank.transact(user); + await user.sync(); + + expect(user.bank.amount('Coal')).toBe(50); + expect(user.bank.amount('Egg')).toBe(50); + expect(user.bank.amount('Trout')).toBe(50); + expect(user.cl.amount('Trout')).toBe(0); + expect(user.cl.amount('Egg')).toBe(50); + }); + + it('should add items with no cl', async () => { + const user = await createTestUser(); + const updateBank = new UpdateBank(); + updateBank.itemLootBankNoCL.add('Trout', 50); + await updateBank.transact(user); + expect(user.bank.amount('Trout')).toBe(50); + expect(user.cl.amount('Trout')).toBe(0); + }); + + it('should update user stats', async () => { + const user = await createTestUser(); + const updateBank = new UpdateBank(); + updateBank.userStats.ash_sanctifier_prayer_xp = 123; + updateBank.userStats.gp_luckypick = { + increment: 100 + }; + updateBank.userStatsBankUpdates.buy_cost_bank = new Bank().add('Trout', 50); + await updateBank.transact(user); + const stats = await prisma.userStats.findFirstOrThrow({ + where: { + user_id: BigInt(user.id) + } + }); + expect(Number(stats.ash_sanctifier_prayer_xp)).toBe(123); + expect(Number(stats.gp_luckypick)).toBe(100); + expect(new Bank(stats.buy_cost_bank as ItemBank).equals(new Bank().add('Trout', 50))).toBeTruthy(); + + // Second update + const secondUpdateBank = new UpdateBank(); + secondUpdateBank.userStats.ash_sanctifier_prayer_xp = { + increment: 50 + }; + secondUpdateBank.userStatsBankUpdates.buy_cost_bank = new Bank().add('Trout', 50).add('Shark', 50); + await secondUpdateBank.transact(user); + + const res = new Bank((await user.fetchStats({ buy_cost_bank: true })).buy_cost_bank as ItemBank); + expect(res.equals(new Bank().add('Trout', 100).add('Shark', 50))).toBeTruthy(); + expect(Number(stats.ash_sanctifier_prayer_xp)).toBe(123); + expect(Number(stats.gp_luckypick)).toBe(100); + }); + + test('stress test', async () => { + const user = await createTestUser(); + await user.addItemsToBank({ items: new Bank().add('Coal', 100) }); + const updateBank = new UpdateBank(); + updateBank.userStats.ash_sanctifier_prayer_xp = 123; + updateBank.userStats.gp_luckypick = { + increment: 100 + }; + updateBank.userStatsBankUpdates.buy_cost_bank = new Bank().add('Trout', 50); + updateBank.itemCostBank.add('Coal', 50); + updateBank.itemLootBank.add('Egg', 50); + updateBank.itemLootBankNoCL.add('Trout', 50); + updateBank.xpBank.add('slayer', 555); + updateBank.xpBank.add('attack', 555); + await updateBank.transact(user); + expect(user.bank.amount('Coal')).toBe(50); + expect(user.bank.amount('Egg')).toBe(50); + expect(user.bank.amount('Trout')).toBe(50); + expect(user.cl.amount('Trout')).toBe(0); + expect(user.skillsAsXP.attack).toEqual(555 * GLOBAL_BSO_XP_MULTIPLIER); + expect(user.skillsAsXP.slayer).toEqual(555 * GLOBAL_BSO_XP_MULTIPLIER); + }); + }, + { repeats: 5 } +); diff --git a/tests/integration/util.ts b/tests/integration/util.ts index 61eb66035fb..a0c8b3d4152 100644 --- a/tests/integration/util.ts +++ b/tests/integration/util.ts @@ -1,17 +1,32 @@ import type { CommandRunOptions } from '@oldschoolgg/toolkit'; -import type { Prisma } from '@prisma/client'; -import { Time, randInt, shuffleArr, uniqueArr } from 'e'; -import { Bank } from 'oldschooljs'; +import { type Activity, type GearSetupType, type Prisma, tame_growth } from '@prisma/client'; +import { Time, objectKeys, randInt, shuffleArr, uniqueArr } from 'e'; +import { Bank, type EMonster, Monsters } from 'oldschooljs'; import { integer, nodeCrypto } from 'random-js'; -import { vi } from 'vitest'; +import { expect, vi } from 'vitest'; +import { clone } from 'lodash'; +import { convertLVLtoXP } from 'oldschooljs/dist/util'; import { MUserClass } from '../../src/lib/MUser'; -import { processPendingActivities } from '../../src/lib/Task'; -import { globalConfig } from '../../src/lib/constants'; -import type { ItemBank } from '../../src/lib/types'; +import { completeActivity } from '../../src/lib/Task'; +import { type PvMMethod, globalConfig } from '../../src/lib/constants'; +import { sql } from '../../src/lib/postgres'; +import { convertStoredActivityToFlatActivity } from '../../src/lib/settings/prisma'; +import { type SkillNameType, SkillsArray } from '../../src/lib/skilling/types'; +import { slayerMasters } from '../../src/lib/slayer/slayerMasters'; +import { Gear } from '../../src/lib/structures/Gear'; +import { MTame } from '../../src/lib/structures/MTame'; +import { TameSpeciesID } from '../../src/lib/tames'; +import type { ItemBank, SkillsRequired } from '../../src/lib/types'; +import type { MonsterActivityTaskOptions } from '../../src/lib/types/minions'; +import { getOSItem } from '../../src/lib/util/getOSItem'; +import { minionKCommand } from '../../src/mahoji/commands/k'; +import { stealCommand } from '../../src/mahoji/commands/steal'; +import { tamesCommand } from '../../src/mahoji/commands/tames'; import { giveMaxStats } from '../../src/mahoji/commands/testpotato'; import { ironmanCommand } from '../../src/mahoji/lib/abstracted_commands/ironmanCommand'; import type { OSBMahojiCommand } from '../../src/mahoji/lib/util'; +import { runTameTask } from '../../src/tasks/tames/tameTasks'; import type { ClientStorage, User, UserStats } from '.prisma/client'; const commandRunOptions = (userID: string): Omit => ({ @@ -31,8 +46,102 @@ const commandRunOptions = (userID: string): Omit = }); export class TestUser extends MUserClass { - constructor(user: MUser | User) { + public client!: TestClient; + + constructor(user: MUser | User, client?: TestClient) { super(user instanceof MUserClass ? user.user : user); + this.client = client!; + } + + async giveIgneTame() { + const tame = await prisma.tame.create({ + data: { + user_id: this.id, + species_id: TameSpeciesID.Igne, + max_artisan_level: 100, + max_combat_level: 100, + max_gatherer_level: 100, + max_support_level: 100, + growth_stage: tame_growth.adult + } + }); + await this.update({ + selected_tame: tame.id + }); + return new MTame(tame); + } + + async tamePVMTrip(monsterID: number) { + const tames = await this.fetchTames(); + const tame = tames.find(t => t.species.id === TameSpeciesID.Igne)!; + const commandResult = await this.runCommand(tamesCommand, { + kill: { + name: Monsters.get(monsterID)!.name + } + }); + + const activity = await prisma.tameActivity.findFirst({ + where: { + user_id: this.id + }, + include: { + tame: true + } + }); + + if (activity) { + await runTameTask(activity, tame); + } + await this.sync(); + return { + commandResult, + activity + }; + } + + async runActivity() { + const activity = await prisma.activity.findFirst({ + where: { + user_id: BigInt(this.id), + completed: false + } + }); + if (!activity) { + return; + } + + await prisma.activity.update({ + where: { + id: activity.id + }, + data: { + completed: true + } + }); + + await completeActivity(activity); + await this.sync(); + return convertStoredActivityToFlatActivity(activity); + } + async setLevel(skill: SkillNameType, level: number) { + await this.update({ [`skills_${skill}`]: convertLVLtoXP(level) }); + return this; + } + + async equip(setup: GearSetupType, gear: number[]) { + const gearObj = new Gear(); + for (const item of gear) { + gearObj.equip(getOSItem(item)); + } + await this.update({ + [`gear_${setup}`]: gearObj.raw() + }); + return this; + } + + async processActivities(client: TestClient) { + await client.processActivities(); + await this.sync(); } async openedBankMatch(bankToMatch: Bank) { @@ -64,11 +173,89 @@ export class TestUser extends MUserClass { await prisma.userStats.deleteMany({ where: { user_id: BigInt(this.id) } }); await prisma.user.delete({ where: { id: this.id } }); const user = await prisma.user.create({ data: { id: this.id } }); + await global.prisma!.userStats.create({ data: { user_id: BigInt(this.id) } }); this.user = user; } - async runCommand(command: OSBMahojiCommand, options: object = {}) { + async giveSlayerTask(monster: EMonster, quantity = 1000) { + await prisma.slayerTask.deleteMany({ + where: { + user_id: this.id + } + }); + await prisma.slayerTask.create({ + data: { + user_id: this.id, + quantity: quantity, + quantity_remaining: quantity, + slayer_master_id: slayerMasters.find(m => m.tasks.some(t => t.monster.id === monster))!.id, + monster_id: monster, + skipped: false + } + }); + } + + async kill( + monster: EMonster, + { + quantity, + method, + shouldFail = false, + wilderness = false + }: { method?: PvMMethod; shouldFail?: boolean; quantity?: number; wilderness?: boolean } = {} + ) { + const previousBank = this.bank.clone(); + const currentXP = clone(this.skillsAsXP); + const commandResult = await this.runCommand( + minionKCommand, + { name: Monsters.get(monster)!.name, method, quantity, wilderness }, + true + ); + if (shouldFail) { + expect(commandResult).not.toContain('is now killing'); + } + const activityResult = (await this.runActivity()) as MonsterActivityTaskOptions | undefined; + const newKC = await this.getKC(monster); + const newXP = clone(this.skillsAsXP); + const xpGained: SkillsRequired = {} as SkillsRequired; + for (const skill of SkillsArray) xpGained[skill] = 0; + for (const skill of objectKeys(newXP)) { + xpGained[skill as SkillNameType] = newXP[skill] - currentXP[skill]; + } + + return { commandResult, newKC, xpGained, previousBank, activityResult }; + } + + async pickpocket( + monster: EMonster, + { quantity, shouldFail = false }: { shouldFail?: boolean; quantity?: number } = {} + ) { + const previousBank = this.bank.clone(); + const currentXP = clone(this.skillsAsXP); + const commandResult = await this.runCommand( + stealCommand, + { name: Monsters.get(monster)!.name, quantity }, + true + ); + if (shouldFail) { + expect(commandResult).not.toContain('is now going to'); + } + const activityResult = (await this.runActivity()) as MonsterActivityTaskOptions | undefined; + const newXP = clone(this.skillsAsXP); + const xpGained: SkillsRequired = {} as SkillsRequired; + for (const skill of SkillsArray) xpGained[skill] = 0; + for (const skill of objectKeys(newXP)) { + xpGained[skill as SkillNameType] = newXP[skill] - currentXP[skill]; + } + + return { commandResult, xpGained, previousBank, activityResult }; + } + + async runCommand(command: OSBMahojiCommand, options: object = {}, syncAfter = false) { const result = await command.run({ ...commandRunOptions(this.id), options }); + if (syncAfter) { + await this.sync(); + } return result; } @@ -123,6 +310,69 @@ export function mockedId() { return unMockedCyptoRand(1_000_000_000_000, 5_000_000_000_000).toString(); } +export async function mockUser( + options: Partial<{ + rangeGear: number[]; + rangeLevel: number; + mageGear: number[]; + wildyGear: number[]; + mageLevel: number; + meleeGear: number[]; + slayerLevel: number; + venatorBowCharges: number; + bank: Bank; + QP: number; + maxed: boolean; + }> +) { + const rangeGear = new Gear(); + if (options.rangeGear) { + for (const item of options.rangeGear) { + rangeGear.equip(getOSItem(item)); + } + } + const mageGear = new Gear(); + if (options.mageGear) { + for (const item of options.mageGear) { + mageGear.equip(getOSItem(item)); + } + } + + const meleeGear = new Gear(); + if (options.meleeGear) { + for (const item of options.meleeGear) { + meleeGear.equip(getOSItem(item)); + } + } + + const wildyGear = new Gear(); + if (options.wildyGear) { + for (const item of options.wildyGear) { + wildyGear.equip(getOSItem(item)); + } + } + + const user = await createTestUser(options.bank, { + skills_ranged: options.rangeLevel ? convertLVLtoXP(options.rangeLevel) : undefined, + skills_slayer: options.slayerLevel ? convertLVLtoXP(options.slayerLevel) : undefined, + skills_magic: options.mageLevel ? convertLVLtoXP(options.mageLevel) : undefined, + gear_mage: options.mageGear ? (mageGear.raw() as Prisma.InputJsonValue) : undefined, + gear_melee: options.meleeGear ? (meleeGear.raw() as Prisma.InputJsonValue) : undefined, + gear_range: options.rangeGear ? (rangeGear.raw() as Prisma.InputJsonValue) : undefined, + gear_wildy: options.wildyGear ? (wildyGear.raw() as Prisma.InputJsonValue) : undefined, + venator_bow_charges: options.venatorBowCharges, + QP: options.QP + }); + if (options.maxed) { + await user.max(); + } + await prisma.newUser.create({ + data: { + id: user.id + } + }); + return user; +} export async function createTestUser(_bank?: Bank, userData: Partial = {}) { const id = userData?.id ?? mockedId(); if (idsUsed.has(id)) { @@ -145,13 +395,15 @@ export async function createTestUser(_bank?: Bank, userData: Partial) { + const user = await mockUser(...args); + user.client = this; + return user; + } + async reset() { await global.prisma!.clientStorage.delete({ where: { id: this.data.id } }); this.data = (await global.prisma!.clientStorage.create({ data: { id: this.data.id } }))!; @@ -195,7 +457,21 @@ class TestClient { } async processActivities() { - await processPendingActivities(); + const activities: Activity[] = await sql`SELECT * FROM activity WHERE completed = false;`; + + if (activities.length > 0) { + await prisma.activity.updateMany({ + where: { + id: { + in: activities.map(i => i.id) + } + }, + data: { + completed: true + } + }); + await Promise.all(activities.map(completeActivity)); + } } } diff --git a/tests/integration/xp.test.ts b/tests/integration/xp.test.ts new file mode 100644 index 00000000000..7f26a82436f --- /dev/null +++ b/tests/integration/xp.test.ts @@ -0,0 +1,42 @@ +import { describe, expect, test } from 'vitest'; + +import { convertXPtoLVL } from 'oldschooljs/dist/util'; +import { SkillsEnum } from '../../src/lib/skilling/types'; +import { createTestUser, mockClient } from './util'; + +describe('XP', async () => { + await mockClient(); + + test('', async () => { + const user = await createTestUser(); + expect(user.getSkills(true).attack).toEqual(1); + expect(user.skillsAsLevels.attack).toEqual(1); + expect(user.skillsAsXP.attack).toEqual(0); + expect(user.getSkills(false).attack).toEqual(0); + + { + const expectedXP = 100 * 5; + const expectedLvl = convertXPtoLVL(expectedXP); + await user.addXP({ skillName: SkillsEnum.Attack, amount: 100 }); + expect(user.getSkills(true).attack).toEqual(expectedLvl); + expect(user.skillsAsLevels.attack).toEqual(expectedLvl); + expect(user.skillsAsXP.attack).toEqual(expectedXP); + expect(user.getSkills(false).attack).toEqual(expectedXP); + } + + const expectedXP = 180 * 5; + const expectedLvl = convertXPtoLVL(expectedXP); + await user.addXP({ skillName: SkillsEnum.Attack, amount: 80 }); + expect(user.getSkills(true).attack).toEqual(expectedLvl); + expect(user.skillsAsLevels.attack).toEqual(expectedLvl); + expect(user.skillsAsXP.attack).toEqual(expectedXP); + expect(user.getSkills(false).attack).toEqual(expectedXP); + + await user.sync(); + + expect(user.getSkills(true).attack).toEqual(expectedLvl); + expect(user.skillsAsLevels.attack).toEqual(expectedLvl); + expect(user.skillsAsXP.attack).toEqual(expectedXP); + expect(user.getSkills(false).attack).toEqual(expectedXP); + }); +}); diff --git a/tests/unit/Gear.test.ts b/tests/unit/Gear.test.ts index 4ec3741e40d..8524558579e 100644 --- a/tests/unit/Gear.test.ts +++ b/tests/unit/Gear.test.ts @@ -295,7 +295,7 @@ describe('Gear', () => { }); const equipRes1 = gear.equip('Dragon arrow', 1000); - expect(equipRes1.refundBank?.bank).toEqual(new Bank().add('Bronze arrow').bank); + expect(equipRes1.refundBank?.toJSON()).toEqual(new Bank().add('Bronze arrow').toJSON()); expect(gear.ammo).toEqual({ item: getOSItem('Dragon arrow').id, quantity: 1000 }); }); @@ -305,7 +305,7 @@ describe('Gear', () => { }); const equipRes1 = gear.equip('Dragon 2h sword'); - expect(equipRes1.refundBank?.bank).toEqual(new Bank().add('Armadyl godsword').bank); + expect(equipRes1.refundBank?.toJSON()).toEqual(new Bank().add('Armadyl godsword').toJSON()); expect(gear['2h']).toEqual({ item: getOSItem('Dragon 2h sword').id, quantity: 1 }); }); @@ -315,7 +315,7 @@ describe('Gear', () => { }); const equipRes1 = gear.equip('Dragon dagger'); - expect(equipRes1.refundBank?.bank).toEqual(new Bank().add('Armadyl godsword').bank); + expect(equipRes1.refundBank?.toJSON()).toEqual(new Bank().add('Armadyl godsword').toJSON()); expect(gear.weapon).toEqual({ item: getOSItem('Dragon dagger').id, quantity: 1 }); }); @@ -325,7 +325,7 @@ describe('Gear', () => { }); const equipRes1 = gear.equip('Armadyl godsword'); - expect(equipRes1.refundBank?.bank).toEqual(new Bank().add('Bronze kiteshield').bank); + expect(equipRes1.refundBank?.toJSON()).toEqual(new Bank().add('Bronze kiteshield').toJSON()); expect(gear['2h']).toEqual({ item: getOSItem('Armadyl godsword').id, quantity: 1 }); }); diff --git a/tests/unit/bso/dyedItems.bso.test.ts b/tests/unit/bso/dyedItems.bso.test.ts index 5f6b567ed76..59b53819494 100644 --- a/tests/unit/bso/dyedItems.bso.test.ts +++ b/tests/unit/bso/dyedItems.bso.test.ts @@ -1,7 +1,7 @@ import { uniqueArr } from 'e'; import { expect, test } from 'vitest'; -import { allMbTables } from '../../../src/lib/bsoOpenables'; +import { combinedTmbUmbEmbTables } from '../../../src/lib/bsoOpenables'; import { dyedItems } from '../../../src/lib/dyedItems'; import { isSuperUntradeable } from '../../../src/lib/util'; import itemIsTradeable from '../../../src/lib/util/itemIsTradeable'; @@ -16,6 +16,6 @@ test('all dyed items should be untradeable and not in boxes', () => { for (const item of dyedItems.flatMap(i => i.dyedVersions.map(t => t.item))) { expect(itemIsTradeable(item.id)).toBe(false); expect(isSuperUntradeable(item.id)).toBe(true); - expect(allMbTables.includes(item.id)).toBe(false); + expect(combinedTmbUmbEmbTables.includes(item.id)).toBe(false); } }); diff --git a/tests/unit/bso/icons.test.ts b/tests/unit/bso/icons.test.ts new file mode 100644 index 00000000000..a2c965fbe2b --- /dev/null +++ b/tests/unit/bso/icons.test.ts @@ -0,0 +1,30 @@ +import { readdir } from 'node:fs/promises'; +import { test } from 'vitest'; + +import { customItems } from '../../../src/lib/customItems/util'; +import spriteSheetData from '../../../src/lib/resources/images/bso_spritesheet.json'; + +test('BSO Icons', async () => { + const files = new Set(await readdir('src/lib/resources/images/bso_icons')); + const missing = new Set(); + for (const item of customItems) { + if (!files.has(`${item}.png`)) { + missing.add(item); + } + files.delete(`${item}.png`); + } + + for (const file of files) { + throw new Error(`Unused icon: ${file}`); + } + + if (missing.size > 0) { + throw new Error(`Missing icons: ${[...missing].map(i => `${i}.png`).join('|')}`); + } + + for (const item of customItems) { + if (!(spriteSheetData as any)[item]) { + throw new Error(`Missing data for ${item}.png in spritesheet`); + } + } +}); diff --git a/tests/unit/bso/mysteryboxes.bso.test.ts b/tests/unit/bso/mysteryboxes.bso.test.ts index d7f9d6a11f6..b4e97fc1575 100644 --- a/tests/unit/bso/mysteryboxes.bso.test.ts +++ b/tests/unit/bso/mysteryboxes.bso.test.ts @@ -1,7 +1,7 @@ import { itemID, resolveItems } from 'oldschooljs/dist/util'; import { expect, test } from 'vitest'; -import { PMBTable, allMbTables, embTable, tmbTable, umbTable } from '../../../src/lib/bsoOpenables'; +import { PMBTable, combinedTmbUmbEmbTables, embTable, tmbTable, umbTable } from '../../../src/lib/bsoOpenables'; import { toaCL } from '../../../src/lib/data/CollectionsExport'; import { growablePets } from '../../../src/lib/growablePets'; import { itemNameFromID } from '../../../src/lib/util'; @@ -41,7 +41,7 @@ test("Items that shouldn't be dropped in mystery boxes", () => { ...toaCL ]); for (const i of shouldntBeIn) { - if (allMbTables.includes(i)) { + if (combinedTmbUmbEmbTables.includes(i)) { throw new Error(`${itemNameFromID(i)} is in the mystery box tables, but it shouldn't be.`); } } @@ -91,25 +91,25 @@ test('exclude certain openables from mystery boxes', () => { 'Trailblazer reloaded bronze trophy' ]); for (const i of shouldntBeIn) { - if (allMbTables.includes(i)) { + if (combinedTmbUmbEmbTables.includes(i)) { console.error('wtf'); throw new Error(`Item ${itemNameFromID(i)} shouldn't be in Mystery Boxes, but is.`); } } for (const i of shouldBeIn) { - if (!allMbTables.includes(i)) { + if (!combinedTmbUmbEmbTables.includes(i)) { console.error('wtf'); throw new Error(`Item ${itemNameFromID(i)} should be in Mystery Boxes, but isn't.`); } } - expect(shouldBeIn.every(ss => allMbTables.includes(ss))).toEqual(true); - expect(shouldntBeIn.some(ss => allMbTables.includes(ss))).toEqual(false); + expect(shouldBeIn.every(ss => combinedTmbUmbEmbTables.includes(ss))).toEqual(true); + expect(shouldntBeIn.some(ss => combinedTmbUmbEmbTables.includes(ss))).toEqual(false); }); test('Growable pets cant come from mystery boxes', () => { const allGrowablePets = growablePets.flatMap(p => p.stages); expect(allGrowablePets.every(growablePet => !PMBTable.allItems.includes(growablePet))).toEqual(true); - expect(allGrowablePets.every(growablePet => !allMbTables.includes(growablePet))).toEqual(true); + expect(allGrowablePets.every(growablePet => !combinedTmbUmbEmbTables.includes(growablePet))).toEqual(true); }); test('CMB should not be in any boxes', () => { diff --git a/tests/unit/bso/portableTannerEffect.test.ts b/tests/unit/bso/portableTannerEffect.test.ts new file mode 100644 index 00000000000..862730e17f4 --- /dev/null +++ b/tests/unit/bso/portableTannerEffect.test.ts @@ -0,0 +1,36 @@ +import { itemID } from 'oldschooljs/dist/util'; +import { expect, test } from 'vitest'; + +import { Time } from 'e'; +import { portableTannerEffect } from '../../../src/lib/bso/inventionEffects'; +import { MaterialBank } from '../../../src/lib/invention/MaterialBank'; +import { UpdateBank } from '../../../src/lib/structures/UpdateBank'; +import { makeGearBank } from '../utils'; + +test('portableTannerEffect.test', () => { + const bank = new UpdateBank(); + bank.itemLootBank.add(itemID('Black dragonhide'), 100); + const gearBank = makeGearBank(); + gearBank.bank.add('Portable tanner'); + gearBank.materials.add( + new MaterialBank({ + metallic: 233333, + plated: 333333, + organic: 53333 + }) + ); + portableTannerEffect({ + gearBank, + duration: Time.Hour, + messages: [], + bitfield: [], + disabledInventions: [], + updateBank: bank + }); + expect(bank.itemLootBank.amount('Black dragonhide')).toEqual(0); + expect(bank.itemLootBank.amount('Black dragon leather')).toEqual(100); + expect(bank.userStatsBankUpdates!.portable_tanner_bank!.amount('Black dragon leather')).toEqual(100); + expect(bank.userStatsBankUpdates!.portable_tanner_bank!.amount('Black dragonhide')).toEqual(0); + expect(bank.clientStatsBankUpdates!.portable_tanner_loot!.amount('Black dragon leather')).toEqual(100); + expect(bank.clientStatsBankUpdates!.portable_tanner_loot!.amount('Black dragonhide')).toEqual(0); +}); diff --git a/tests/unit/bso/tameSnapshots.test.ts b/tests/unit/bso/tameSnapshots.test.ts new file mode 100644 index 00000000000..ac1d9442c43 --- /dev/null +++ b/tests/unit/bso/tameSnapshots.test.ts @@ -0,0 +1,56 @@ +import { writeFileSync } from 'node:fs'; +import { calcPerHour } from '@oldschoolgg/toolkit'; +import { Time } from 'e'; +import { itemID } from 'oldschooljs/dist/util'; +import { test } from 'vitest'; + +import { groupBy } from 'remeda'; +import { ClueTiers } from '../../../src/lib/clues/clueTiers'; +import { determineTameClueResult } from '../../../src/mahoji/commands/tames'; + +test('Tame Clues', () => { + const rawResults = []; + for (const tameLevel of [50, 60, 70, 75, 80, 85, 90, 95, 100]) { + for (const clueTier of ClueTiers) { + const res = determineTameClueResult({ + tameGrowthLevel: 3, + clueTier, + extraTripLength: Time.Hour * 10, + supportLevel: tameLevel, + equippedArmor: itemID('Abyssal jibwings (e)'), + equippedPrimary: itemID('Divine ring') + }); + + rawResults.push({ + ...res, + tameLevel, + clueTier, + cluesPerHour: calcPerHour(res.quantity, res.duration), + kibblePerHour: calcPerHour(res.cost.amount('Extraordinary kibble'), res.duration), + gmcPerHour: calcPerHour(res.cost.amount('Clue scroll (grandmaster)'), res.duration) + }); + } + } + + const grouped = groupBy(rawResults, i => i.clueTier.name); + const groupedResults = Object.entries(grouped).map(group => { + const [clueTier, results] = group; + return { tier: clueTier, sorted: results.sort((a, b) => b.cluesPerHour - a.cluesPerHour) }; + }); + + let results = `${['Support Level', 'Clue Tier', 'Clues/hr', 'Kibble/hr', 'GMC/Hr'].join('\t')}\n`; + for (const { tier, sorted } of groupedResults) { + for (const res of sorted) { + results += [ + res.tameLevel, + res.clueTier.name, + `${res.cluesPerHour.toFixed(2)} ${tier}/hr`, + `${res.kibblePerHour.toFixed(2)} kibble/hr`, + res.gmcPerHour > 0 ? `${res.gmcPerHour.toFixed(2)} GMC/hr` : '' + ].join('\t'); + results += '\n'; + } + } + + writeFileSync('./tests/unit/snapshots/tame_clues.tsv', results); +}); diff --git a/tests/unit/calcPOHBoosts.test.ts b/tests/unit/calcPOHBoosts.test.ts index 6cd5262acfa..7ea649b29c9 100644 --- a/tests/unit/calcPOHBoosts.test.ts +++ b/tests/unit/calcPOHBoosts.test.ts @@ -35,7 +35,7 @@ describe('calcPOHBoosts', () => { 'Ornate rejuvenation pool': 10 } }); - expect(res).toEqual([0, []]); + expect(res).toEqual({ boost: 0, messages: [] }); }); test('1 boost', () => { const poh: PlayerOwnedHouse = { ...basePOH, pool: getPOHObject('Fancy rejuvenation pool').id }; @@ -47,7 +47,7 @@ describe('calcPOHBoosts', () => { 'Ornate rejuvenation pool': 12 } }); - expect(res).toEqual([11, ['11% for Fancy rejuvenation pool']]); + expect(res).toEqual({ boost: 11, messages: ['11% for Fancy rejuvenation pool'] }); }); test('2 boost', () => { const poh: PlayerOwnedHouse = { ...basePOH, pool: getPOHObject('Fancy rejuvenation pool').id }; @@ -64,6 +64,6 @@ describe('calcPOHBoosts', () => { 'Demonic throne': 5 } }); - expect(res).toEqual([16, ['11% for Fancy rejuvenation pool', '5% for Demonic throne']]); + expect(res).toEqual({ boost: 16, messages: ['11% for Fancy rejuvenation pool', '5% for Demonic throne'] }); }); }); diff --git a/tests/unit/commands/fish.test.ts b/tests/unit/commands/fish.test.ts index 469a6720fee..57582c0efc1 100644 --- a/tests/unit/commands/fish.test.ts +++ b/tests/unit/commands/fish.test.ts @@ -92,4 +92,41 @@ describe('Fish Command', () => { **Boosts:** +9 trip minutes for having a Fish sack barrel.` }); }); + + it('should handle using flakes without flakes in bank', () => { + testRunCmd({ + cmd: fishCommand, + opts: { name: 'shrimps', flakes: true }, + user: { + skills_fishing: 999_999 + }, + result: 'You need to have at least one spirit flake!' + }); + }); + + it('should fish with flakes', () => { + testRunCmd({ + cmd: fishCommand, + opts: { name: 'shrimps', flakes: true }, + user: { + bank: new Bank({ 'Spirit flakes': 10000 }) + }, + result: `<:minion:778418736180494347> Your minion is now fishing 251x Shrimps, it'll take around 29 minutes, 58 seconds to finish. + +**Boosts:** More fish from using 251x Spirit flakes.` + }); + }); + + it('should still use flakes if bank contains fewer flakes than fish quantity', () => { + testRunCmd({ + cmd: fishCommand, + opts: { name: 'shrimps', flakes: true }, + user: { + bank: new Bank({ 'Spirit flakes': 100 }) + }, + result: `<:minion:778418736180494347> Your minion is now fishing 251x Shrimps, it'll take around 29 minutes, 58 seconds to finish. + +**Boosts:** More fish from using 100x Spirit flakes.` + }); + }); }); diff --git a/tests/unit/dwarvenBlessing.test.ts b/tests/unit/dwarvenBlessing.test.ts new file mode 100644 index 00000000000..c3ea7fe0322 --- /dev/null +++ b/tests/unit/dwarvenBlessing.test.ts @@ -0,0 +1,113 @@ +import { describe, expect, test } from 'vitest'; + +import { Time } from 'e'; +import { EItem } from 'oldschooljs'; +import { dwarvenBlessing } from '../../src/lib/bso/dwarvenBlessing'; +import { BitField } from '../../src/lib/constants'; +import { makeGearBank } from './utils'; + +const EXPECTED_POTS_PER_HOUR = Math.ceil(Time.Hour / (Time.Minute * 5)); + +describe('Dwarven Blessing', () => { + test('No blessing and no prayer pots', () => { + const res = dwarvenBlessing({ gearBank: makeGearBank(), duration: Time.Hour, bitfield: [] }); + expect(res).toBeNull(); + }); + + test('Blessing and no prayer pots', () => { + const gearBank = makeGearBank(); + gearBank.gear.melee.equip('Dwarven blessing'); + const res = dwarvenBlessing({ gearBank, duration: Time.Hour, bitfield: [] }); + expect(res).toBeNull(); + }); + + test('Blessing and prayer pots', () => { + const gearBank = makeGearBank(); + gearBank.gear.melee.equip('Dwarven blessing'); + gearBank.bank.add('Prayer potion(4)', 100); + const res = dwarvenBlessing({ gearBank, duration: Time.Hour, bitfield: [] }); + expect(res).not.toBeNull(); + expect(res).toMatchObject({ + percentageReduction: 20, + message: '20% boost from Dwarven blessing' + }); + }); + + test('Blessing and restore pots without bitfield', () => { + const gearBank = makeGearBank(); + gearBank.gear.melee.equip('Dwarven blessing'); + gearBank.bank.add(EItem.SUPER_RESTORE_4_DOSE, 100); + const res = dwarvenBlessing({ gearBank, duration: Time.Hour, bitfield: [] }); + expect(res).toBeNull(); + }); + + test('Blessing and prayer pots with bitfield', () => { + const gearBank = makeGearBank(); + gearBank.gear.melee.equip('Dwarven blessing'); + gearBank.bank.add(EItem.PRAYER_POTION_4_DOSE, 100); + const res = dwarvenBlessing({ + gearBank, + duration: Time.Hour, + bitfield: [BitField.UseSuperRestoresForDwarvenBlessing] + }); + expect(res).toBeNull(); + }); + + test('Blessing and restore pots with bitfield', () => { + const gearBank = makeGearBank(); + gearBank.gear.melee.equip('Dwarven blessing'); + gearBank.bank.add(EItem.SUPER_RESTORE_4_DOSE, 100); + const res = dwarvenBlessing({ + gearBank, + duration: Time.Hour, + bitfield: [BitField.UseSuperRestoresForDwarvenBlessing] + }); + expect(res).not.toBeNull(); + expect(res).toMatchObject({ + percentageReduction: 20, + message: '20% boost from Dwarven blessing' + }); + expect(res?.itemCost.amount(EItem.SUPER_RESTORE_4_DOSE)).toEqual(EXPECTED_POTS_PER_HOUR); + }); + + test('Blessing and prayer pots without bitfield', () => { + const gearBank = makeGearBank(); + gearBank.gear.melee.equip('Dwarven blessing'); + gearBank.bank.add(EItem.PRAYER_POTION_4_DOSE, 100); + const res = dwarvenBlessing({ gearBank, duration: Time.Hour, bitfield: [] }); + expect(res).not.toBeNull(); + expect(res).toMatchObject({ + percentageReduction: 20, + message: '20% boost from Dwarven blessing' + }); + expect(res?.itemCost.amount(EItem.PRAYER_POTION_4_DOSE)).toEqual(EXPECTED_POTS_PER_HOUR); + }); + + test('Blessing and prayer pots with prayer master cape', () => { + const gearBank = makeGearBank(); + gearBank.gear.melee.equip('Dwarven blessing'); + gearBank.gear.melee.equip('Prayer master cape'); + gearBank.bank.add(EItem.PRAYER_POTION_4_DOSE, 100); + const res = dwarvenBlessing({ gearBank, duration: Time.Hour, bitfield: [] }); + expect(res).not.toBeNull(); + expect(res).toMatchObject({ + percentageReduction: 20, + message: '20% boost from Dwarven blessing (40% less cost for prayer cape)' + }); + expect(res?.itemCost.amount(EItem.PRAYER_POTION_4_DOSE)).toEqual(Math.floor(EXPECTED_POTS_PER_HOUR * 0.6)); + }); + + test('Blessing and prayer pots with amulet of zealots', () => { + const gearBank = makeGearBank(); + gearBank.gear.melee.equip('Dwarven blessing'); + gearBank.gear.melee.equip('Amulet of zealots'); + gearBank.bank.add(EItem.PRAYER_POTION_4_DOSE, 100); + const res = dwarvenBlessing({ gearBank, duration: Time.Hour, bitfield: [] }); + expect(res).not.toBeNull(); + expect(res).toMatchObject({ + percentageReduction: 25, + message: '25% boost from Dwarven blessing' + }); + expect(res?.itemCost.amount(EItem.PRAYER_POTION_4_DOSE)).toEqual(EXPECTED_POTS_PER_HOUR); + }); +}); diff --git a/tests/unit/floatbank.test.ts b/tests/unit/floatbank.test.ts new file mode 100644 index 00000000000..0985bedcf9c --- /dev/null +++ b/tests/unit/floatbank.test.ts @@ -0,0 +1,21 @@ +import { Bank } from 'oldschooljs'; +import { describe, expect, test } from 'vitest'; +import { FloatBank } from '../../src/lib/structures/Bank'; + +describe('Floatbank', () => { + test('multiply', () => { + const bank = new FloatBank(); + bank.add(1, 0.1); + bank.add(2, 0.333); + bank.multiply(2); + expect(bank.amount(1)).toBe(0.2); + expect(bank.amount(2)).toBe(0.666); + expect(bank.fits(new Bank().add(1).add(2))).toEqual(1); + + const bank2 = new FloatBank(); + bank2.add(1, 1); + bank2.add(2, 1); + expect(bank2.fits(new Bank().add(1))).toEqual(0); + expect(bank2.fits(new Bank().add(1).add(2))).toEqual(1); + }); +}); diff --git a/tests/unit/gearMultiEquip.test.ts b/tests/unit/gearMultiEquip.test.ts index 0dae91ecfd7..34ed330b7f1 100644 --- a/tests/unit/gearMultiEquip.test.ts +++ b/tests/unit/gearMultiEquip.test.ts @@ -74,7 +74,7 @@ describe('Multi-equip Gear Test', () => { const result = gearEquipMultiImpl(testUser2, 'melee', testInput); const resultGear = new Gear(result.equippedGear); expect(result.equipBank!.toString()).toEqual('999x Dragon arrow, 1x Elysian spirit shield'); - expect(result.unequipBank!.toString()).toEqual('500x Rune arrow, 1x Dragonfire shield'); + expect(result.unequipBank!.toString()).toEqual('1x Dragonfire shield, 500x Rune arrow'); expect(result.skillFailBank!.toString()).toEqual('No items'); expect(resultGear.toString()).toEqual( 'Dragon arrow, Dragon platebody, Armadyl helmet, Dragon platelegs, Elysian spirit shield, Zaryte crossbow' @@ -87,7 +87,7 @@ describe('Multi-equip Gear Test', () => { const result = gearEquipMultiImpl(testUser2, 'melee', testInput); const resultGear = new Gear(result.equippedGear); expect(result.equipBank!.toString()).toEqual('999x Dragon arrow, 1x Twisted bow'); - expect(result.unequipBank!.toString()).toEqual('500x Rune arrow, 1x Dragonfire shield, 1x Zaryte crossbow'); + expect(result.unequipBank!.toString()).toEqual('1x Dragonfire shield, 500x Rune arrow, 1x Zaryte crossbow'); expect(result.skillFailBank!.toString()).toEqual('No items'); expect(resultGear.toString()).toEqual( 'Dragon arrow, Dragon platebody, Armadyl helmet, Dragon platelegs, Twisted bow' @@ -143,7 +143,7 @@ describe('Multi-equip Gear Test', () => { const result = gearEquipMultiImpl(testUser3, 'melee', testInput); const resultGear = new Gear(result.equippedGear); expect(result.equipBank!.toString()).toEqual('1x Eternal boots, 1x Twisted bow'); - expect(result.unequipBank!.toString()).toEqual('1x Rune boots, 1x Elysian spirit shield, 1x Zaryte crossbow'); + expect(result.unequipBank!.toString()).toEqual('1x Elysian spirit shield, 1x Rune boots, 1x Zaryte crossbow'); expect(resultGear.toString()).toEqual('Eternal boots, Twisted bow'); }); @@ -164,7 +164,7 @@ describe('Multi-equip Gear Test', () => { const testInput = '2222 DragON DART'; const result = gearEquipMultiImpl(testUser4, 'melee', testInput); const resultGear = new Gear(result.equippedGear); - expect(result.equipBank!.toString()).toEqual('2,222x Dragon dart'); + expect(result.equipBank!.toString()).toEqual('2.2k Dragon dart'); expect(result.unequipBank!.toString()).toEqual('1x Twisted bow'); expect(resultGear.toString()).toEqual('Dragon dart'); @@ -189,7 +189,7 @@ describe('Multi-equip Gear Test', () => { const testInput = '2222 DragON DART'; const result = gearEquipMultiImpl(testUser5, 'melee', testInput); const resultGear = new Gear(result.equippedGear); - expect(result.equipBank!.toString()).toEqual('2,222x Dragon dart'); + expect(result.equipBank!.toString()).toEqual('2.2k Dragon dart'); expect(result.unequipBank!.toString()).toEqual('500x Rune dart'); expect(resultGear.toString()).toEqual('Dragon dart'); diff --git a/tests/unit/getItemCostFromConsumables.test.ts b/tests/unit/getItemCostFromConsumables.test.ts new file mode 100644 index 00000000000..a183bafe92f --- /dev/null +++ b/tests/unit/getItemCostFromConsumables.test.ts @@ -0,0 +1,62 @@ +import { describe, expect, test } from 'vitest'; + +import { Time } from 'e'; +import { Monsters } from 'oldschooljs/dist/meta/types'; +import killableMonsters from '../../src/lib/minions/data/killableMonsters'; +import { getItemCostFromConsumables } from '../../src/mahoji/lib/abstracted_commands/minionKill/handleConsumables'; +import { makeGearBank } from './utils'; + +describe('getItemCostFromConsumables', () => { + test('getItemCostFromConsumables', () => { + const gearBank = makeGearBank(); + gearBank.bank.add('Stamina potion(4)', 100); + gearBank.bank.add('Ruby dragon bolts (e)', 1000); + + const monster = killableMonsters.find(m => m.name === 'Rabbit')!; + for (const inputQuantity of [1, 2, 5, 100]) { + const consumablesCost = getItemCostFromConsumables({ + consumableCosts: Array.isArray(monster.itemCost!) ? monster.itemCost : [monster.itemCost!], + gearBank, + inputQuantity, + timeToFinish: monster.timeToFinish, + maxTripLength: Time.Hour, + slayerKillsRemaining: null + }); + expect(consumablesCost?.itemCost!.amount('Stamina potion(4)')).toEqual(1 * 5); + expect(consumablesCost?.itemCost!.amount('Ruby dragon bolts (e)')).toEqual(1 * 100); + expect(consumablesCost?.finalQuantity).toEqual(1); + } + + const skotizo = killableMonsters.find(m => m.name === 'Skotizo')!; + const gearBank2 = makeGearBank(); + gearBank2.bank.add('Dark totem', 10); + const consumablesCost2 = getItemCostFromConsumables({ + consumableCosts: Array.isArray(skotizo.itemCost!) ? skotizo.itemCost : [skotizo.itemCost!], + gearBank: gearBank2, + inputQuantity: 5, + timeToFinish: skotizo.timeToFinish, + maxTripLength: Time.Hour, + slayerKillsRemaining: null + }); + expect(consumablesCost2?.itemCost!.amount('Dark totem')).toEqual(5); + expect(consumablesCost2?.finalQuantity).toEqual(5); + }); + + test('Hydra costs should always have a anti-venom', () => { + const gearBank = makeGearBank(); + gearBank.bank.add('Stamina potion(4)', 100); + gearBank.bank.add('Ruby dragon bolts (e)', 1000); + + const monster = killableMonsters.find(m => m.id === Monsters.AlchemicalHydra.id)!; + + const consumablesCost2 = getItemCostFromConsumables({ + consumableCosts: [monster.itemCost as any], + gearBank: gearBank, + inputQuantity: 5, + timeToFinish: monster.timeToFinish, + maxTripLength: Time.Hour, + slayerKillsRemaining: null + }); + expect(consumablesCost2!.itemCost!.amount('Anti-venom+(4)')).toBeGreaterThan(0); + }); +}); diff --git a/tests/unit/images.test.ts b/tests/unit/images.test.ts index e8544cae1cd..34438ac8317 100644 --- a/tests/unit/images.test.ts +++ b/tests/unit/images.test.ts @@ -1,5 +1,4 @@ import { readFile, writeFile } from 'node:fs/promises'; -import { Time } from 'e'; import deepEqual from 'fast-deep-equal'; import { Bank, Monsters } from 'oldschooljs'; import { describe, test } from 'vitest'; @@ -17,7 +16,7 @@ import { mockMUser } from './utils'; describe('Images', async () => { await bankImageGenerator.ready; - test.concurrent('Chat Heads', async () => { + test('Chat Heads', async () => { const result = await mahojiChatHead({ content: 'Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test Test', @@ -26,7 +25,7 @@ describe('Images', async () => { await writeFile(`tests/unit/snapshots/chatHead.${BOT_TYPE}.png`, result.files[0].attachment); }); - test.concurrent('Collection Log', async () => { + test('Collection Log', async () => { // @ts-expect-error global.prisma = { userStats: { upsert: () => {} } }; MUserClass.prototype.fetchStats = async () => { @@ -50,7 +49,7 @@ describe('Images', async () => { await writeFile(`tests/unit/snapshots/cl.${BOT_TYPE}.png`, result.files[0].attachment); }); - test.concurrent('Bank Image', async () => { + test('Bank Image', async () => { const bank = new Bank(); for (const item of [...Monsters.Cow.allItems]) { bank.add(item); @@ -64,7 +63,7 @@ describe('Images', async () => { await writeFile(`tests/unit/snapshots/bank.${BOT_TYPE}.png`, result.file.attachment); }); - test.concurrent('POH Image', async () => { + test('POH Image', async () => { const result = await pohImageGenerator.run({ prayer_altar: 13_197, throne: 13_667, @@ -75,59 +74,53 @@ describe('Images', async () => { await writeFile(`tests/unit/snapshots/poh.${BOT_TYPE}.png`, result); }); - test( - 'Charts', - async () => { - const sampleData: Record<'kmb' | 'percent', ChartOptions['values'][]> = { - percent: [ - [ - ['Magna', 55], - ['Cyr', 45] - ] - ], - kmb: [ - [ - ['Twisted bow', 5_000_000_000], - ['Egg', 1_500_000_000], - ['Cat', 500_000_000], - ['Dog', 2500_000_000], - ['Trout', 4500_000_000] - ] + test('Charts', async () => { + const sampleData: Record<'kmb' | 'percent', ChartOptions['values'][]> = { + percent: [ + [ + ['Magna', 55], + ['Cyr', 45] ] - } as const; + ], + kmb: [ + [ + ['Twisted bow', 5_000_000_000], + ['Egg', 1_500_000_000], + ['Cat', 500_000_000], + ['Dog', 2500_000_000], + ['Trout', 4500_000_000] + ] + ] + } as const; - for (const chartType of ['bar', 'line'] as const) { - for (const format of ['kmb', 'percent'] as const) { - const chartOptions: ChartOptions = { - type: chartType, - title: `${chartType} ${format} title`, - values: sampleData[format][0], - format: format - }; + for (const chartType of ['bar', 'line'] as const) { + for (const format of ['kmb', 'percent'] as const) { + const chartOptions: ChartOptions = { + type: chartType, + title: `${chartType} ${format} title`, + values: sampleData[format][0], + format: format + }; - const config = createApexChartConfig(chartOptions); - const configFilePath = `tests/unit/snapshots/chart.${chartType}.${format}.json`; - const existingConfigRaw = await readFile(configFilePath, 'utf-8').catch(() => null); - if (existingConfigRaw) { - const existingConfig = JSON.parse(existingConfigRaw); - if (deepEqual(existingConfig, config)) { - console.log(`Skipping ${chartType} ${format} chart, no changes.`); - continue; - } + const config = createApexChartConfig(chartOptions); + const configFilePath = `tests/unit/snapshots/chart.${chartType}.${format}.json`; + const existingConfigRaw = await readFile(configFilePath, 'utf-8').catch(() => null); + if (existingConfigRaw) { + const existingConfig = JSON.parse(existingConfigRaw); + if (deepEqual(existingConfig, config)) { + console.log(`Skipping ${chartType} ${format} chart, no changes.`); + continue; } - - const res = await createChart(chartOptions); - await writeFile(`tests/unit/snapshots/chart.${chartType}.${format}.png`, res); - await writeFile(configFilePath, `${JSON.stringify(config, null, 4)}\n`); } + + const res = await createChart(chartOptions); + await writeFile(`tests/unit/snapshots/chart.${chartType}.${format}.png`, res); + await writeFile(configFilePath, `${JSON.stringify(config, null, 4)}\n`); } - }, - { - timeout: Time.Second * 30 } - ); + }); - test.concurrent('TOA Image', async () => { + test('TOA Image', async () => { const image = await drawChestLootImage({ entries: [ { @@ -148,7 +141,7 @@ describe('Images', async () => { await writeFile(`tests/unit/snapshots/toa.${BOT_TYPE}.png`, image.attachment); }); - test.concurrent('COX Image', async () => { + test('COX Image', async () => { const image = await drawChestLootImage({ entries: [ { diff --git a/tests/unit/parseStringBank.test.ts b/tests/unit/parseStringBank.test.ts index 4a9f96fd8fa..b9fc15e2dd1 100644 --- a/tests/unit/parseStringBank.test.ts +++ b/tests/unit/parseStringBank.test.ts @@ -209,8 +209,8 @@ describe('Bank Parsers', () => { }); test('parseBank - with no inputBank', async () => { - expect(parseBank({ inputBank: undefined, inputStr: '100 trout, 100 twisted bow' }).bank).toEqual( - new Bank().add('Trout', 100).add('Twisted bow', 100).bank + expect(parseBank({ inputBank: undefined, inputStr: '100 trout, 100 twisted bow' }).toJSON()).toEqual( + new Bank().add('Trout', 100).add('Twisted bow', 100).toJSON() ); }); @@ -297,6 +297,6 @@ describe('Bank Parsers', () => { inputBank: usersBank, inputStr: 'Huge lamp, Lil lamb, average lamp' }).toString() - ).toEqual('33x Huge lamp, 10x Lil Lamb, 1x Average lamp'); + ).toEqual('1x Average lamp, 33x Huge lamp, 10x Lil Lamb'); }); }); diff --git a/tests/unit/sanity.test.ts b/tests/unit/sanity.test.ts index 78a1a273536..53b96af6c4a 100644 --- a/tests/unit/sanity.test.ts +++ b/tests/unit/sanity.test.ts @@ -3,7 +3,7 @@ import { Bank, Items, Monsters } from 'oldschooljs'; import { EquipmentSlot } from 'oldschooljs/dist/meta/types'; import { describe, expect, test } from 'vitest'; -import { allMbTables } from '../../src/lib/bsoOpenables'; +import { combinedTmbUmbEmbTables } from '../../src/lib/bsoOpenables'; import { allPetIDs } from '../../src/lib/data/CollectionsExport'; import Buyables from '../../src/lib/data/buyables/buyables'; import { itemsToDelete } from '../../src/lib/deletedItems'; @@ -86,7 +86,7 @@ describe('Sanity', () => { if (Items.get(name)?.id === id || Items.get(id)) { throw new Error(`Item ${id} ${name} shouldve been deleted.`); } - if (allMbTables.includes(id)) throw new Error(`${name} is in box tables`); + if (combinedTmbUmbEmbTables.includes(id)) throw new Error(`${name} is in box tables`); } expect(itemID('Clue box')).toEqual(12_789); expect(itemIsTradeable(itemID('Black santa hat'))).toEqual(true); diff --git a/tests/unit/setup.ts b/tests/unit/setup.ts index 9d71430269b..03ecc0edede 100644 --- a/tests/unit/setup.ts +++ b/tests/unit/setup.ts @@ -1,6 +1,6 @@ import '../globalSetup'; -import { TSRedis } from '@oldschoolgg/toolkit/TSRedis'; +import { TSRedis } from '@oldschoolgg/toolkit/structures'; import { vi } from 'vitest'; import { mockMUser, mockUserMap } from './utils'; diff --git a/tests/unit/similarItems.test.ts b/tests/unit/similarItems.test.ts index ee9f3b54363..999262aa74b 100644 --- a/tests/unit/similarItems.test.ts +++ b/tests/unit/similarItems.test.ts @@ -124,7 +124,7 @@ describe('Gear', () => { test('bso tests', () => { expect(bsoTestGear.allItemsBank().toString()).toEqual( - "1x Torva platelegs, 1x Gorajan warrior top, 1x Artisan's cape, 1x Drygore mace (ice), 1x Offhand drygore mace (shadow)" + "1x Artisan's cape, 1x Drygore mace (ice), 1x Gorajan warrior top, 1x Offhand drygore mace (shadow), 1x Torva platelegs" ); expect(bsoTestGear.hasEquipped('Drygore mace (ice)')).toBeTruthy(); expect(bsoTestGear.hasEquipped('Drygore mace')).toBeTruthy(); diff --git a/tests/unit/snapshots/bank.BSO.png b/tests/unit/snapshots/bank.BSO.png index f05ba0de488..a0ec457df0c 100644 Binary files a/tests/unit/snapshots/bank.BSO.png and b/tests/unit/snapshots/bank.BSO.png differ diff --git a/tests/unit/snapshots/bank.OSB.png b/tests/unit/snapshots/bank.OSB.png index 83bbe180cf6..a0ec457df0c 100644 Binary files a/tests/unit/snapshots/bank.OSB.png and b/tests/unit/snapshots/bank.OSB.png differ diff --git a/tests/unit/snapshots/banksnapshots.test.ts.snap b/tests/unit/snapshots/banksnapshots.test.ts.snap index ebae1572aae..7b16ba03426 100644 --- a/tests/unit/snapshots/banksnapshots.test.ts.snap +++ b/tests/unit/snapshots/banksnapshots.test.ts.snap @@ -8,10 +8,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 100, "ironmanPrice": 25, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Rope", "outputItems": undefined, }, @@ -21,10 +18,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 100, "ironmanPrice": 25, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Rope", "outputItems": undefined, }, @@ -34,10 +28,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 20, "ironmanPrice": 3, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fishing Bait", "outputItems": undefined, }, @@ -47,10 +38,7 @@ exports[`BSO Buyables 1`] = ` "jugs of water", ], "gpCost": 100, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Jug of Water", "outputItems": undefined, }, @@ -60,10 +48,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 50, "ironmanPrice": 4, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Feather", "outputItems": undefined, }, @@ -73,10 +58,7 @@ exports[`BSO Buyables 1`] = ` "right shield", ], "gpCost": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Shield right half", "outputItems": undefined, "qpRequired": 111, @@ -86,10 +68,7 @@ exports[`BSO Buyables 1`] = ` "metal shard", ], "gpCost": 2500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Dragon metal shard", "outputItems": undefined, "qpRequired": 205, @@ -101,10 +80,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 300, "ironmanPrice": 3, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Eye of newt", "outputItems": undefined, }, @@ -114,10 +90,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 60, "ironmanPrice": 3, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Vial of water", "outputItems": undefined, }, @@ -127,20 +100,14 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 30, "ironmanPrice": 2, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Vial", "outputItems": undefined, }, { "gpCost": 30, "ironmanPrice": 10, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bucket", "outputItems": undefined, }, @@ -150,10 +117,7 @@ exports[`BSO Buyables 1`] = ` "hot water", ], "gpCost": 1500, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Cup of hot water", "outputItems": undefined, }, @@ -163,10 +127,7 @@ exports[`BSO Buyables 1`] = ` "chocolate", ], "gpCost": 1000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Chocolate bar", "outputItems": undefined, }, @@ -176,92 +137,56 @@ exports[`BSO Buyables 1`] = ` "ball wool", ], "gpCost": 300, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ball of wool", "outputItems": undefined, }, { "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Empty bucket pack", - "outputItems": Bank { - "bank": { - "1925": 100, - }, - "frozen": false, + "outputItems": { + "1925": 100, }, }, { "gpCost": 500, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Compost", - "outputItems": Bank { - "bank": { - "6032": 1, - }, - "frozen": false, + "outputItems": { + "6032": 1, }, }, { - "itemCost": Bank { - "bank": { - "11849": 10, - }, - "frozen": false, + "itemCost": { + "11849": 10, }, "name": "Amylase pack", - "outputItems": Bank { - "bank": { - "12640": 100, - }, - "frozen": false, + "outputItems": { + "12640": 100, }, }, { "gpCost": 500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Dragon scimitar", "outputItems": undefined, "qpRequired": 105, }, { "gpCost": 500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fishbowl pet", - "outputItems": Bank { - "bank": { - "6672": 1, - }, - "frozen": false, + "outputItems": { + "6672": 1, }, }, { "gpCost": 1666, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Potato with cheese", - "outputItems": Bank { - "bank": { - "6705": 1, - }, - "frozen": false, + "outputItems": { + "6705": 1, }, "skillsNeeded": { "attack": 65, @@ -269,45 +194,30 @@ exports[`BSO Buyables 1`] = ` }, }, { - "itemCost": Bank { - "bank": { - "111": 1, - }, - "frozen": false, + "itemCost": { + "111": 1, }, "name": "Torstol", "outputItems": undefined, }, { "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ogre bow", - "outputItems": Bank { - "bank": { - "2883": 1, - }, - "frozen": false, + "outputItems": { + "2883": 1, }, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "M'speak amulet", "outputItems": undefined, }, { "gpCost": 200000, "ironmanPrice": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Salve amulet", "outputItems": undefined, "qpRequired": 58, @@ -317,30 +227,21 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 500, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Sandworms", "outputItems": undefined, }, { "gpCost": 100000000, - "itemCost": Bank { - "bank": { - "62338": 10, - }, - "frozen": false, + "itemCost": { + "62338": 10, }, "name": "Festive present", "outputItems": undefined, }, { "gpCost": 95000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "barb_assault", 10, @@ -349,287 +250,185 @@ exports[`BSO Buyables 1`] = ` "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "21356": 40, - }, - "frozen": false, + "itemCost": { + "21356": 40, }, "name": "Raw shark", - "outputItems": Bank { - "bank": { - "383": 1, - }, - "frozen": false, + "outputItems": { + "383": 1, }, }, { "gpCost": 500, "ironmanPrice": 100, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bronze pickaxe", "outputItems": undefined, }, { "gpCost": 1000, "ironmanPrice": 140, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Iron pickaxe", "outputItems": undefined, }, { "gpCost": 2000, "ironmanPrice": 600, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Steel pickaxe", "outputItems": undefined, }, { "gpCost": 5000, "ironmanPrice": 1300, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mithril pickaxe", "outputItems": undefined, }, { "gpCost": 10000, "ironmanPrice": 3200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Adamant pickaxe", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 32000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Rune pickaxe", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "995": 5000, - }, - "frozen": false, + "itemCost": { + "995": 5000, }, "name": "Flower crown (bisexual)", - "outputItems": Bank { - "bank": { - "27141": 1, - }, - "frozen": false, + "outputItems": { + "27141": 1, }, }, { - "itemCost": Bank { - "bank": { - "995": 5000, - }, - "frozen": false, + "itemCost": { + "995": 5000, }, "name": "Flower crown (asexual)", - "outputItems": Bank { - "bank": { - "27143": 1, - }, - "frozen": false, + "outputItems": { + "27143": 1, }, }, { - "itemCost": Bank { - "bank": { - "995": 5000, - }, - "frozen": false, + "itemCost": { + "995": 5000, }, "name": "Flower crown (transgender)", - "outputItems": Bank { - "bank": { - "27145": 1, - }, - "frozen": false, + "outputItems": { + "27145": 1, }, }, { - "itemCost": Bank { - "bank": { - "995": 5000, - }, - "frozen": false, + "itemCost": { + "995": 5000, }, "name": "Flower crown (pansexual)", - "outputItems": Bank { - "bank": { - "27147": 1, - }, - "frozen": false, + "outputItems": { + "27147": 1, }, }, { - "itemCost": Bank { - "bank": { - "995": 5000, - }, - "frozen": false, + "itemCost": { + "995": 5000, }, "name": "Flower crown (non-binary)", - "outputItems": Bank { - "bank": { - "27149": 1, - }, - "frozen": false, + "outputItems": { + "27149": 1, }, }, { - "itemCost": Bank { - "bank": { - "995": 5000, - }, - "frozen": false, + "itemCost": { + "995": 5000, }, "name": "Flower crown (genderqueer)", - "outputItems": Bank { - "bank": { - "27151": 1, - }, - "frozen": false, + "outputItems": { + "27151": 1, }, }, { - "itemCost": Bank { - "bank": { - "995": 5000, - }, - "frozen": false, + "itemCost": { + "995": 5000, }, "name": "Flower crown (lesbian)", - "outputItems": Bank { - "bank": { - "27153": 1, - }, - "frozen": false, + "outputItems": { + "27153": 1, }, }, { - "itemCost": Bank { - "bank": { - "995": 5000, - }, - "frozen": false, + "itemCost": { + "995": 5000, }, "name": "Flower crown (gay)", - "outputItems": Bank { - "bank": { - "27155": 1, - }, - "frozen": false, + "outputItems": { + "27155": 1, }, }, { - "itemCost": Bank { - "bank": { - "995": 5000, - }, - "frozen": false, + "itemCost": { + "995": 5000, }, "name": "Flower crown", - "outputItems": Bank { - "bank": { - "27035": 1, - }, - "frozen": false, + "outputItems": { + "27035": 1, }, }, { "gpCost": 3000, "ironmanPrice": 1000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mithril seeds", - "outputItems": Bank { - "bank": { - "299": 1, - }, - "frozen": false, + "outputItems": { + "299": 1, }, }, { "gpCost": 1000, "ironmanPrice": 250, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Brown apron", "outputItems": undefined, }, { "gpCost": 1000, "ironmanPrice": 250, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "White apron", "outputItems": undefined, }, { "gpCost": 1000, "ironmanPrice": 100, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pink skirt", "outputItems": undefined, }, { "gpCost": 1000, "ironmanPrice": 100, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bull roarer", "outputItems": undefined, }, { "gpCost": 70000, "ironmanPrice": 18720, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Rolling pin", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 50000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Adamant halberd", "outputItems": undefined, "qpRequired": 150, @@ -646,178 +445,121 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pirate bandana (white)", "outputItems": undefined, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Stripy pirate shirt (white)", "outputItems": undefined, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pirate leggings (white)", "outputItems": undefined, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pirate bandana (blue)", "outputItems": undefined, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Stripy pirate shirt (blue)", "outputItems": undefined, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pirate leggings (blue)", "outputItems": undefined, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pirate bandana (brown)", "outputItems": undefined, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Stripy pirate shirt (brown)", "outputItems": undefined, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pirate leggings (brown)", "outputItems": undefined, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pirate bandana (red)", "outputItems": undefined, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Stripy pirate shirt (red)", "outputItems": undefined, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pirate leggings (red)", "outputItems": undefined, }, { "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ghostly boots", "outputItems": undefined, "qpRequired": 10, }, { "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ghostly cloak", "outputItems": undefined, "qpRequired": 10, }, { "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ghostly gloves", "outputItems": undefined, "qpRequired": 10, }, { "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ghostly hood", "outputItems": undefined, "qpRequired": 10, }, { "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ghostly robe top", "outputItems": undefined, "qpRequired": 10, }, { "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ghostly robe bottom", "outputItems": undefined, "qpRequired": 10, }, { "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Shadow sword", "outputItems": undefined, "qpRequired": 10, @@ -825,130 +567,88 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 25000, "ironmanPrice": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Menaphite purple outfit", - "outputItems": Bank { - "bank": { - "6392": 1, - "6394": 1, - "6396": 1, - "6398": 1, - }, - "frozen": false, + "outputItems": { + "6392": 1, + "6394": 1, + "6396": 1, + "6398": 1, }, }, { "gpCost": 25000, "ironmanPrice": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Menaphite red outfit", - "outputItems": Bank { - "bank": { - "6400": 1, - "6402": 1, - "6404": 1, - "6406": 1, - }, - "frozen": false, + "outputItems": { + "6400": 1, + "6402": 1, + "6404": 1, + "6406": 1, }, }, { "gpCost": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bone club", "outputItems": undefined, }, { "gpCost": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bone spear", "outputItems": undefined, }, { "gpCost": 8000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bone dagger", "outputItems": undefined, }, { "gpCost": 4000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Dorgeshuun crossbow", "outputItems": undefined, }, { "gpCost": 900000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Crystal bow", "outputItems": undefined, }, { "gpCost": 500, "ironmanPrice": 16, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bronze axe", "outputItems": undefined, }, { "gpCost": 1000, "ironmanPrice": 56, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Iron axe", "outputItems": undefined, }, { "gpCost": 2000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Steel axe", "outputItems": undefined, }, { "gpCost": 2000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Broken coffin", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 60000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Keris partisan", "outputItems": undefined, "qpRequired": 172, @@ -957,10 +657,7 @@ exports[`BSO Buyables 1`] = ` "customReq": [Function], "gpCost": 100000, "ironmanPrice": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mask of rebirth", "outputItems": undefined, "qpRequired": 172, @@ -968,10 +665,7 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 5000, "ironmanPrice": 500, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Lockpick", "outputItems": undefined, "skillsNeeded": { @@ -980,230 +674,158 @@ exports[`BSO Buyables 1`] = ` }, }, { - "itemCost": Bank { - "bank": { - "24711": 1, - }, - "frozen": false, + "itemCost": { + "24711": 1, }, "name": "Hallowed crystal shard", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "24711": 10, - }, - "frozen": false, + "itemCost": { + "24711": 10, }, "name": "Hallowed token", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "24711": 100, - }, - "frozen": false, + "itemCost": { + "24711": 100, }, "name": "Hallowed grapple", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "24711": 100, - }, - "frozen": false, + "itemCost": { + "24711": 100, }, "name": "Hallowed focus", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "24711": 100, - }, - "frozen": false, + "itemCost": { + "24711": 100, }, "name": "Hallowed symbol", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "24711": 100, - }, - "frozen": false, + "itemCost": { + "24711": 100, }, "name": "Hallowed hammer", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "24711": 100, - }, - "frozen": false, + "itemCost": { + "24711": 100, }, "name": "Hallowed sack", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "24711": 250, - }, - "frozen": false, + "itemCost": { + "24711": 250, }, "name": "Hallowed ring", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "24711": 300, - }, - "frozen": false, + "itemCost": { + "24711": 300, }, "name": "Dark dye", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "24711": 3000, - }, - "frozen": false, + "itemCost": { + "24711": 3000, }, "name": "Dark acorn", - "outputItems": Bank { - "bank": { - "24733": 1, - }, - "frozen": false, + "outputItems": { + "24733": 1, }, }, { - "itemCost": Bank { - "bank": { - "20659": 1, - "24733": 1, - }, - "frozen": false, + "itemCost": { + "20659": 1, + "24733": 1, }, "name": "Dark squirrel", "outputItems": undefined, }, { "gpCost": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bolt of cloth", - "outputItems": Bank { - "bank": { - "8790": 1, - }, - "frozen": false, + "outputItems": { + "8790": 1, }, }, { "gpCost": 1000, "ironmanPrice": 40, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Limestone brick", "outputItems": undefined, }, { "gpCost": 500000, "ironmanPrice": 130000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Gold leaf", "outputItems": undefined, }, { "gpCost": 1000000, "ironmanPrice": 325000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Marble block", "outputItems": undefined, }, { "gpCost": 4000000, "ironmanPrice": 975000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Magic stone", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 500, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Red dye", "outputItems": undefined, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Skull", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 100, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fairy enchantment", "outputItems": undefined, "qpRequired": 23, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Arceuus signet", "outputItems": undefined, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ancient signet", "outputItems": undefined, "qpRequired": 105, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Lunar signet", "outputItems": undefined, "qpRequired": 52, @@ -1211,37 +833,25 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 500, "ironmanPrice": 12, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bucket of water", "outputItems": undefined, }, { "gpCost": 500, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Butterfly jar", "outputItems": undefined, }, { "gpCost": 1500, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Magic box", "outputItems": undefined, }, { "gpCost": 25000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mystic hat", "outputItems": undefined, "skillsNeeded": { @@ -1250,10 +860,7 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 120000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mystic robe top", "outputItems": undefined, "skillsNeeded": { @@ -1262,10 +869,7 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 80000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mystic robe bottom", "outputItems": undefined, "skillsNeeded": { @@ -1274,10 +878,7 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mystic gloves", "outputItems": undefined, "skillsNeeded": { @@ -1286,10 +887,7 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mystic boots", "outputItems": undefined, "skillsNeeded": { @@ -1299,36 +897,24 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 1000000, "ironmanPrice": 25000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Goldsmith gauntlets", - "outputItems": Bank { - "bank": { - "776": 1, - }, - "frozen": false, + "outputItems": { + "776": 1, }, "qpRequired": 25, }, { "gpCost": 1000000, "ironmanPrice": 25000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Cooking gauntlets", "outputItems": undefined, "qpRequired": 25, }, { "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Anti-dragon shield", "outputItems": undefined, "qpRequired": 35, @@ -1336,10 +922,7 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 50000, "ironmanPrice": 65, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Hardleather gloves", "outputItems": undefined, "qpRequired": 5, @@ -1347,10 +930,7 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 100000, "ironmanPrice": 130, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bronze gloves", "outputItems": undefined, "qpRequired": 10, @@ -1358,10 +938,7 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 200000, "ironmanPrice": 325, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Iron gloves", "outputItems": undefined, "qpRequired": 20, @@ -1369,10 +946,7 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 300000, "ironmanPrice": 650, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Steel gloves", "outputItems": undefined, "qpRequired": 25, @@ -1380,10 +954,7 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 400000, "ironmanPrice": 1000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Black gloves", "outputItems": undefined, "qpRequired": 35, @@ -1391,10 +962,7 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 500000, "ironmanPrice": 2000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mithril gloves", "outputItems": undefined, "qpRequired": 50, @@ -1402,10 +970,7 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 600000, "ironmanPrice": 3250, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Adamant gloves", "outputItems": undefined, "qpRequired": 65, @@ -1413,26 +978,17 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 700000, "ironmanPrice": 6500, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Rune gloves", - "outputItems": Bank { - "bank": { - "7460": 1, - }, - "frozen": false, + "outputItems": { + "7460": 1, }, "qpRequired": 85, }, { "gpCost": 850000, "ironmanPrice": 130000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Dragon gloves", "outputItems": undefined, "qpRequired": 107, @@ -1440,10 +996,7 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 1000000, "ironmanPrice": 130000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Barrows gloves", "outputItems": undefined, "qpRequired": 175, @@ -1451,10 +1004,7 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 500000, "ironmanPrice": 50000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Helm of neitiznot", "outputItems": undefined, "qpRequired": 75, @@ -1462,10 +1012,7 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 2500000, "ironmanPrice": 40000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Magic secateurs", "outputItems": undefined, "qpRequired": 40, @@ -1475,10 +1022,7 @@ exports[`BSO Buyables 1`] = ` "iban", ], "gpCost": 300000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Iban's staff", "outputItems": undefined, "qpRequired": 30, @@ -1488,10 +1032,7 @@ exports[`BSO Buyables 1`] = ` "anchor", ], "gpCost": 2000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Barrelchest anchor", "outputItems": undefined, "qpRequired": 30, @@ -1499,283 +1040,193 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 1000000, "ironmanPrice": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mythical cape", "outputItems": undefined, "qpRequired": 205, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mind shield", "outputItems": undefined, "qpRequired": 35, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Dwarven helmet", "outputItems": undefined, "qpRequired": 52, }, { "gpCost": 50000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Amulet of accuracy", "outputItems": undefined, "qpRequired": 5, }, { "gpCost": 250000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Cape of legends", "outputItems": undefined, "qpRequired": 105, }, { "gpCost": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bearhead", "outputItems": undefined, "qpRequired": 105, }, { "gpCost": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bonesack", "outputItems": undefined, "qpRequired": 82, }, { "gpCost": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ram skull helm", "outputItems": undefined, "qpRequired": 82, }, { "gpCost": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Monkey", - "outputItems": Bank { - "bank": { - "19556": 1, - }, - "frozen": false, + "outputItems": { + "19556": 1, }, "qpRequired": 182, }, { "gpCost": 200000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Rat pole", "outputItems": undefined, "qpRequired": 85, }, { "gpCost": 50000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Silverlight", "outputItems": undefined, "qpRequired": 3, }, { "gpCost": 200000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Darklight", "outputItems": undefined, "qpRequired": 58, }, { "gpCost": 5000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Lunar Outfit", - "outputItems": Bank { - "bank": { - "9084": 1, - "9096": 1, - "9097": 1, - "9098": 1, - "9099": 1, - "9100": 1, - "9101": 1, - "9102": 1, - "9104": 1, - }, - "frozen": false, + "outputItems": { + "9084": 1, + "9096": 1, + "9097": 1, + "9098": 1, + "9099": 1, + "9100": 1, + "9101": 1, + "9102": 1, + "9104": 1, }, "qpRequired": 120, }, { "gpCost": 5000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Moonclan Outfit", - "outputItems": Bank { - "bank": { - "9068": 1, - "9069": 1, - "9070": 1, - "9071": 1, - "9072": 1, - "9073": 1, - "9074": 1, - }, - "frozen": false, + "outputItems": { + "9068": 1, + "9069": 1, + "9070": 1, + "9071": 1, + "9072": 1, + "9073": 1, + "9074": 1, }, "qpRequired": 120, }, { "gpCost": 5000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Jester Outfit", - "outputItems": Bank { - "bank": { - "10836": 1, - "10837": 1, - "10838": 1, - "10839": 1, - }, - "frozen": false, + "outputItems": { + "10836": 1, + "10837": 1, + "10838": 1, + "10839": 1, }, "qpRequired": 89, }, { "gpCost": 5000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ardougne Knight Outfit", - "outputItems": Bank { - "bank": { - "23785": 1, - "23787": 1, - "23789": 1, - }, - "frozen": false, + "outputItems": { + "23785": 1, + "23787": 1, + "23789": 1, }, "qpRequired": 200, }, { "gpCost": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Desert Outfit", - "outputItems": Bank { - "bank": { - "1833": 1, - "1835": 1, - "1837": 1, - "6382": 1, - "6384": 1, - "6386": 1, - "6390": 1, - }, - "frozen": false, + "outputItems": { + "1833": 1, + "1835": 1, + "1837": 1, + "6382": 1, + "6384": 1, + "6386": 1, + "6390": 1, }, "qpRequired": 20, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pirate boots", - "outputItems": Bank { - "bank": { - "7114": 1, - }, - "frozen": false, + "outputItems": { + "7114": 1, }, "qpRequired": 20, }, { "gpCost": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Vyrewatch outfit", - "outputItems": Bank { - "bank": { - "9634": 1, - "9636": 1, - "9638": 1, - }, - "frozen": false, + "outputItems": { + "9634": 1, + "9636": 1, + "9638": 1, }, "qpRequired": 92, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Climbing boots", - "outputItems": Bank { - "bank": { - "3105": 1, - }, - "frozen": false, + "outputItems": { + "3105": 1, }, "qpRequired": 20, }, { "gpCost": 780000, "ironmanPrice": 78000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Warrior helm", "outputItems": undefined, "qpRequired": 60, @@ -1783,10 +1234,7 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 780000, "ironmanPrice": 98000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Berserker helm", "outputItems": undefined, "qpRequired": 60, @@ -1794,10 +1242,7 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 780000, "ironmanPrice": 78000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Archer helm", "outputItems": undefined, "qpRequired": 60, @@ -1805,135 +1250,93 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 780000, "ironmanPrice": 78000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Farseer helm", "outputItems": undefined, "qpRequired": 60, }, { "gpCost": 60000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Doctor's hat", "outputItems": undefined, "qpRequired": 60, }, { "gpCost": 60000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Medical gown", "outputItems": undefined, "qpRequired": 60, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ring of charos", "outputItems": undefined, "qpRequired": 60, }, { "gpCost": 60000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Nurse hat", "outputItems": undefined, "qpRequired": 60, }, { "gpCost": 70000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Holy wrench", "outputItems": undefined, "qpRequired": 70, }, { "gpCost": 250000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Initiate outfit", - "outputItems": Bank { - "bank": { - "5574": 1, - "5575": 1, - "5576": 1, - }, - "frozen": false, + "outputItems": { + "5574": 1, + "5575": 1, + "5576": 1, }, "qpRequired": 35, }, { "gpCost": 500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Proselyte outfit", - "outputItems": Bank { - "bank": { - "9672": 1, - "9674": 1, - "9676": 1, - "9678": 1, - }, - "frozen": false, + "outputItems": { + "9672": 1, + "9674": 1, + "9676": 1, + "9678": 1, }, "qpRequired": 75, }, { "gpCost": 50000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Excalibur", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 50000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bomber jacket", "outputItems": undefined, "qpRequired": 21, }, { "gpCost": 50000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Bomber cap", "outputItems": undefined, "qpRequired": 21, }, { "gpCost": 500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pet rock", "outputItems": undefined, "qpRequired": 60, @@ -1941,93 +1344,60 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 10000000, "ironmanPrice": 750000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Dwarf multicannon", - "outputItems": Bank { - "bank": { - "10": 1, - "12": 1, - "6": 1, - "8": 1, - }, - "frozen": true, + "outputItems": { + "10": 1, + "12": 1, + "6": 1, + "8": 1, }, "qpRequired": 5, }, { "gpCost": 2500000, "ironmanPrice": 200625, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Cannon barrels", - "outputItems": Bank { - "bank": { - "10": 1, - }, - "frozen": false, + "outputItems": { + "10": 1, }, "qpRequired": 5, }, { "gpCost": 2500000, "ironmanPrice": 200625, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Cannon base", - "outputItems": Bank { - "bank": { - "6": 1, - }, - "frozen": false, + "outputItems": { + "6": 1, }, "qpRequired": 5, }, { "gpCost": 2500000, "ironmanPrice": 200625, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Cannon furnace", - "outputItems": Bank { - "bank": { - "12": 1, - }, - "frozen": false, + "outputItems": { + "12": 1, }, "qpRequired": 5, }, { "gpCost": 2500000, "ironmanPrice": 200625, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Cannon stand", - "outputItems": Bank { - "bank": { - "8": 1, - }, - "frozen": false, + "outputItems": { + "8": 1, }, "qpRequired": 5, }, { "gpCost": 2500000, "ironmanPrice": 2000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Elemental shield", "outputItems": undefined, "qpRequired": 25, @@ -2035,20 +1405,14 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 2500000, "ironmanPrice": 2000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Royal seed pod", "outputItems": undefined, "qpRequired": 175, }, { "gpCost": 75000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ring of shadows", "outputItems": undefined, "requiredQuests": [ @@ -2057,137 +1421,95 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Beer", "outputItems": undefined, }, { "gpCost": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Vodka", "outputItems": undefined, }, { "gpCost": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Gin", "outputItems": undefined, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik green cloak", "outputItems": undefined, "qpRequired": 55, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik blue cloak", "outputItems": undefined, "qpRequired": 55, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik brown cloak", "outputItems": undefined, "qpRequired": 55, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik cyan cloak", "outputItems": undefined, "qpRequired": 55, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik red cloak", "outputItems": undefined, "qpRequired": 55, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik grey cloak", "outputItems": undefined, "qpRequired": 55, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik yellow cloak", "outputItems": undefined, "qpRequired": 55, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik teal cloak", "outputItems": undefined, "qpRequired": 55, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik purple cloak", "outputItems": undefined, "qpRequired": 55, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik pink cloak", "outputItems": undefined, "qpRequired": 55, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik black cloak", "outputItems": undefined, "qpRequired": 55, @@ -2195,1094 +1517,707 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pink hat", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Green hat", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Blue hat", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Cream hat", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Turquoise hat", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pink robe top", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Green robe top", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Blue robe top", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Cream robe top", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Turquoise robe top", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pink robe bottoms", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Green robe bottoms", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Blue robe bottoms", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Cream robe bottoms", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Turquoise robe bottoms", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Pink boots", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Green boots", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Blue boots", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Cream boots", "outputItems": undefined, }, { "gpCost": 100000, "ironmanPrice": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Turquoise boots", "outputItems": undefined, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Grey gloves", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Grey boots", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Grey robe bottoms", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Grey hat", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Grey robe top", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Red gloves", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Red boots", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Red robe bottoms", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Red robe top", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Red hat", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Yellow gloves", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Yellow boots", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Yellow robe top", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Yellow robe bottoms", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Yellow hat", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Teal gloves", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Teal boots", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Teal robe top", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Teal robe bottoms", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Teal hat", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Purple gloves", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Purple boots", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Purple robe top", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Purple robe bottoms", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Purple hat", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Red cape", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Black cape", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Blue cape", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Yellow cape", "outputItems": undefined, "qpRequired": 15, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Green cape", "outputItems": undefined, "qpRequired": 15, }, { - "itemCost": Bank { - "bank": { - "4067": 5, - }, - "frozen": false, + "itemCost": { + "4067": 5, }, "name": "Red decorative full helm", - "outputItems": Bank { - "bank": { - "25165": 1, - }, - "frozen": false, + "outputItems": { + "25165": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 4, - }, - "frozen": false, + "itemCost": { + "4067": 4, }, "name": "Red decorative helm", - "outputItems": Bank { - "bank": { - "4071": 1, - }, - "frozen": false, + "outputItems": { + "4071": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 8, - }, - "frozen": false, + "itemCost": { + "4067": 8, }, "name": "Red decorative body", - "outputItems": Bank { - "bank": { - "4069": 1, - }, - "frozen": false, + "outputItems": { + "4069": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 6, - }, - "frozen": false, + "itemCost": { + "4067": 6, }, "name": "Red decorative legs", - "outputItems": Bank { - "bank": { - "4070": 1, - }, - "frozen": false, + "outputItems": { + "4070": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 6, - }, - "frozen": false, + "itemCost": { + "4067": 6, }, "name": "Red decorative skirt", - "outputItems": Bank { - "bank": { - "11893": 1, - }, - "frozen": false, + "outputItems": { + "11893": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 4, - }, - "frozen": false, + "itemCost": { + "4067": 4, }, "name": "Red decorative boots", - "outputItems": Bank { - "bank": { - "25163": 1, - }, - "frozen": false, + "outputItems": { + "25163": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 6, - }, - "frozen": false, + "itemCost": { + "4067": 6, }, "name": "Red decorative shield", - "outputItems": Bank { - "bank": { - "4072": 1, - }, - "frozen": false, + "outputItems": { + "4072": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 5, - }, - "frozen": false, + "itemCost": { + "4067": 5, }, "name": "Red decorative sword", - "outputItems": Bank { - "bank": { - "4068": 1, - }, - "frozen": false, + "outputItems": { + "4068": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 50, - }, - "frozen": false, + "itemCost": { + "4067": 50, }, "name": "White decorative full helm", - "outputItems": Bank { - "bank": { - "25169": 1, - }, - "frozen": false, + "outputItems": { + "25169": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 40, - }, - "frozen": false, + "itemCost": { + "4067": 40, }, "name": "White decorative helm", - "outputItems": Bank { - "bank": { - "4506": 1, - }, - "frozen": false, + "outputItems": { + "4506": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 80, - }, - "frozen": false, + "itemCost": { + "4067": 80, }, "name": "White decorative body", - "outputItems": Bank { - "bank": { - "4504": 1, - }, - "frozen": false, + "outputItems": { + "4504": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 60, - }, - "frozen": false, + "itemCost": { + "4067": 60, }, "name": "White decorative legs", - "outputItems": Bank { - "bank": { - "4505": 1, - }, - "frozen": false, + "outputItems": { + "4505": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 60, - }, - "frozen": false, + "itemCost": { + "4067": 60, }, "name": "White decorative skirt", - "outputItems": Bank { - "bank": { - "11894": 1, - }, - "frozen": false, + "outputItems": { + "11894": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 40, - }, - "frozen": false, + "itemCost": { + "4067": 40, }, "name": "White decorative boots", - "outputItems": Bank { - "bank": { - "25167": 1, - }, - "frozen": false, + "outputItems": { + "25167": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 60, - }, - "frozen": false, + "itemCost": { + "4067": 60, }, "name": "White decorative shield", - "outputItems": Bank { - "bank": { - "4507": 1, - }, - "frozen": false, + "outputItems": { + "4507": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 50, - }, - "frozen": false, + "itemCost": { + "4067": 50, }, "name": "White decorative sword", - "outputItems": Bank { - "bank": { - "4503": 1, - }, - "frozen": false, + "outputItems": { + "4503": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 500, - }, - "frozen": false, + "itemCost": { + "4067": 500, }, "name": "Gold decorative full helm", - "outputItems": Bank { - "bank": { - "25174": 1, - }, - "frozen": false, + "outputItems": { + "25174": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 400, - }, - "frozen": false, + "itemCost": { + "4067": 400, }, "name": "Gold decorative helm", - "outputItems": Bank { - "bank": { - "4511": 1, - }, - "frozen": false, + "outputItems": { + "4511": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 800, - }, - "frozen": false, + "itemCost": { + "4067": 800, }, "name": "Gold decorative body", - "outputItems": Bank { - "bank": { - "4509": 1, - }, - "frozen": false, + "outputItems": { + "4509": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 600, - }, - "frozen": false, + "itemCost": { + "4067": 600, }, "name": "Gold decorative legs", - "outputItems": Bank { - "bank": { - "4510": 1, - }, - "frozen": false, + "outputItems": { + "4510": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 600, - }, - "frozen": false, + "itemCost": { + "4067": 600, }, "name": "Gold decorative skirt", - "outputItems": Bank { - "bank": { - "11895": 1, - }, - "frozen": false, + "outputItems": { + "11895": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 400, - }, - "frozen": false, + "itemCost": { + "4067": 400, }, "name": "Gold decorative boots", - "outputItems": Bank { - "bank": { - "25171": 1, - }, - "frozen": false, + "outputItems": { + "25171": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 600, - }, - "frozen": false, + "itemCost": { + "4067": 600, }, "name": "Gold decorative shield", - "outputItems": Bank { - "bank": { - "4512": 1, - }, - "frozen": false, + "outputItems": { + "4512": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 500, - }, - "frozen": false, + "itemCost": { + "4067": 500, }, "name": "Gold decorative sword", - "outputItems": Bank { - "bank": { - "4508": 1, - }, - "frozen": false, + "outputItems": { + "4508": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 10, - }, - "frozen": false, + "itemCost": { + "4067": 10, }, "name": "Zamorak castlewars hood", - "outputItems": Bank { - "bank": { - "4515": 1, - }, - "frozen": false, + "outputItems": { + "4515": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 10, - }, - "frozen": false, + "itemCost": { + "4067": 10, }, "name": "Zamorak castlewars cloak", - "outputItems": Bank { - "bank": { - "4516": 1, - }, - "frozen": false, + "outputItems": { + "4516": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 10, - }, - "frozen": false, + "itemCost": { + "4067": 10, }, "name": "Saradomin castlewars hood", - "outputItems": Bank { - "bank": { - "4513": 1, - }, - "frozen": false, + "outputItems": { + "4513": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 10, - }, - "frozen": false, + "itemCost": { + "4067": 10, }, "name": "Saradomin castlewars cloak", - "outputItems": Bank { - "bank": { - "4514": 1, - }, - "frozen": false, + "outputItems": { + "4514": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 100, - }, - "frozen": false, + "itemCost": { + "4067": 100, }, "name": "Saradomin banner", - "outputItems": Bank { - "bank": { - "4037": 1, - }, - "frozen": false, + "outputItems": { + "4037": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 100, - }, - "frozen": false, + "itemCost": { + "4067": 100, }, "name": "Zamorak banner", - "outputItems": Bank { - "bank": { - "4039": 1, - }, - "frozen": false, + "outputItems": { + "4039": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 20, - }, - "frozen": false, + "itemCost": { + "4067": 20, }, "name": "Decorative magic hat", - "outputItems": Bank { - "bank": { - "11898": 1, - }, - "frozen": false, + "outputItems": { + "11898": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 40, - }, - "frozen": false, + "itemCost": { + "4067": 40, }, "name": "Decorative magic top", - "outputItems": Bank { - "bank": { - "11896": 1, - }, - "frozen": false, + "outputItems": { + "11896": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 30, - }, - "frozen": false, + "itemCost": { + "4067": 30, }, "name": "Decorative magic robe", - "outputItems": Bank { - "bank": { - "11897": 1, - }, - "frozen": false, + "outputItems": { + "11897": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 40, - }, - "frozen": false, + "itemCost": { + "4067": 40, }, "name": "Decorative ranged top", - "outputItems": Bank { - "bank": { - "11899": 1, - }, - "frozen": false, + "outputItems": { + "11899": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 30, - }, - "frozen": false, + "itemCost": { + "4067": 30, }, "name": "Decorative ranged legs", - "outputItems": Bank { - "bank": { - "11900": 1, - }, - "frozen": false, + "outputItems": { + "11900": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 40, - }, - "frozen": false, + "itemCost": { + "4067": 40, }, "name": "Decorative quiver", - "outputItems": Bank { - "bank": { - "11901": 1, - }, - "frozen": false, + "outputItems": { + "11901": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 75, - }, - "frozen": false, + "itemCost": { + "4067": 75, }, "name": "Saradomin halo", - "outputItems": Bank { - "bank": { - "12637": 1, - }, - "frozen": false, + "outputItems": { + "12637": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 75, - }, - "frozen": false, + "itemCost": { + "4067": 75, }, "name": "Zamorak halo", - "outputItems": Bank { - "bank": { - "12638": 1, - }, - "frozen": false, + "outputItems": { + "12638": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 75, - }, - "frozen": false, + "itemCost": { + "4067": 75, }, "name": "Guthix halo", - "outputItems": Bank { - "bank": { - "12639": 1, - }, - "frozen": false, + "outputItems": { + "12639": 1, }, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "raids_challenge_mode", 100, @@ -3292,10 +2227,7 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "raids_challenge_mode", 500, @@ -3305,10 +2237,7 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "raids_challenge_mode", 1000, @@ -3318,10 +2247,7 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 1500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "raids_challenge_mode", 1500, @@ -3331,10 +2257,7 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 2000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "raids_challenge_mode", 2000, @@ -3345,190 +2268,112 @@ exports[`BSO Buyables 1`] = ` { "gpCost": 250, "ironmanPrice": 60, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Broad arrows", "outputItems": undefined, }, { "gpCost": 225, "ironmanPrice": 55, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Broad arrowheads", "outputItems": undefined, }, { "gpCost": 22500, "ironmanPrice": 5500, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Broad arrowhead pack", - "outputItems": Bank { - "bank": { - "11874": 100, - }, - "frozen": false, + "outputItems": { + "11874": 100, }, }, { "gpCost": 225, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Unfinished broad bolts", - "outputItems": Bank { - "bank": { - "11876": 1, - }, - "frozen": false, + "outputItems": { + "11876": 1, }, }, { "gpCost": 22500, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Unfinished broad bolt pack", - "outputItems": Bank { - "bank": { - "11876": 100, - }, - "frozen": false, + "outputItems": { + "11876": 100, }, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Enchanted gem", - "outputItems": Bank { - "bank": { - "4155": 1, - }, - "frozen": false, + "outputItems": { + "4155": 1, }, }, { "gpCost": 310000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Leaf-bladed spear", - "outputItems": Bank { - "bank": { - "4158": 1, - }, - "frozen": false, + "outputItems": { + "4158": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Facemask", - "outputItems": Bank { - "bank": { - "4164": 1, - }, - "frozen": false, + "outputItems": { + "4164": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Earmuffs", - "outputItems": Bank { - "bank": { - "4166": 1, - }, - "frozen": false, + "outputItems": { + "4166": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Nose peg", - "outputItems": Bank { - "bank": { - "4168": 1, - }, - "frozen": false, + "outputItems": { + "4168": 1, }, }, { "gpCost": 210000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Slayer's staff", - "outputItems": Bank { - "bank": { - "4170": 1, - }, - "frozen": false, + "outputItems": { + "4170": 1, }, }, { "gpCost": 65000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Spiny helmet", - "outputItems": Bank { - "bank": { - "4551": 1, - }, - "frozen": false, + "outputItems": { + "4551": 1, }, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Boots of stone", - "outputItems": Bank { - "bank": { - "23037": 1, - }, - "frozen": false, + "outputItems": { + "23037": 1, }, }, { "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Antipoison(4)", - "outputItems": Bank { - "bank": { - "2446": 1, - }, - "frozen": false, + "outputItems": { + "2446": 1, }, }, { @@ -3536,19 +2381,13 @@ exports[`BSO Buyables 1`] = ` "quest cape", ], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Quest point cape", - "outputItems": Bank { - "bank": { - "9813": 1, - "9814": 1, - }, - "frozen": false, + "outputItems": { + "9813": 1, + "9814": 1, }, - "qpRequired": 5015, + "qpRequired": 5021, }, { "aliases": [ @@ -3556,31 +2395,19 @@ exports[`BSO Buyables 1`] = ` ], "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Quest point cape(t)", - "outputItems": Bank { - "bank": { - "13068": 1, - }, - "frozen": false, + "outputItems": { + "13068": 1, }, - "qpRequired": 5015, + "qpRequired": 5021, }, { "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Master quest cape", - "outputItems": Bank { - "bank": { - "40053": 1, - }, - "frozen": false, + "outputItems": { + "40053": 1, }, "qpRequired": 5000, }, @@ -3590,17 +2417,11 @@ exports[`BSO Buyables 1`] = ` ], "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Achievement diary cape", - "outputItems": Bank { - "bank": { - "13070": 1, - "19476": 1, - }, - "frozen": false, + "outputItems": { + "13070": 1, + "19476": 1, }, }, { @@ -3609,439 +2430,289 @@ exports[`BSO Buyables 1`] = ` ], "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Achievement diary cape(t)", - "outputItems": Bank { - "bank": { - "13069": 1, - }, - "frozen": false, + "outputItems": { + "13069": 1, }, - "qpRequired": 5015, + "qpRequired": 5021, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Music cape", - "outputItems": Bank { - "bank": { - "13221": 1, - "13223": 1, - }, - "frozen": false, + "outputItems": { + "13221": 1, + "13223": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Music cape(t)", - "outputItems": Bank { - "bank": { - "13222": 1, - }, - "frozen": false, + "outputItems": { + "13222": 1, }, }, { "customReq": [Function], "gpCost": 2277000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Max cape", - "outputItems": Bank { - "bank": { - "13280": 1, - "13281": 1, - }, - "frozen": false, + "outputItems": { + "13280": 1, + "13281": 1, }, }, { "customReq": [Function], - "itemCost": Bank { - "bank": { - "40014": 1, - "40016": 1, - "40022": 1, - "40060": 1, - }, - "frozen": false, + "itemCost": { + "40014": 1, + "40016": 1, + "40022": 1, + "40060": 1, }, "name": "Support cape", - "outputItems": Bank { - "bank": { - "40054": 1, - }, - "frozen": true, + "outputItems": { + "40054": 1, }, }, { "customReq": [Function], - "itemCost": Bank { - "bank": { - "40003": 1, - "40005": 1, - "40008": 1, - "40010": 1, - "40015": 1, - "73000": 1, - }, - "frozen": false, + "itemCost": { + "40003": 1, + "40005": 1, + "40008": 1, + "40010": 1, + "40015": 1, + "73000": 1, }, "name": "Gatherer's cape", - "outputItems": Bank { - "bank": { - "40055": 1, - }, - "frozen": true, + "outputItems": { + "40055": 1, }, }, { "customReq": [Function], - "itemCost": Bank { - "bank": { - "40009": 1, - "40011": 1, - "40017": 1, - "40018": 1, - "40019": 1, - "40020": 1, - "40021": 1, - }, - "frozen": false, + "itemCost": { + "40009": 1, + "40011": 1, + "40017": 1, + "40018": 1, + "40019": 1, + "40020": 1, + "40021": 1, }, "name": "Combatant's cape", - "outputItems": Bank { - "bank": { - "40056": 1, - }, - "frozen": true, + "outputItems": { + "40056": 1, }, }, { "customReq": [Function], - "itemCost": Bank { - "bank": { - "40000": 1, - "40001": 1, - "40002": 1, - "40004": 1, - "40006": 1, - "40007": 1, - "40012": 1, - "40013": 1, - }, - "frozen": false, + "itemCost": { + "40000": 1, + "40001": 1, + "40002": 1, + "40004": 1, + "40006": 1, + "40007": 1, + "40012": 1, + "40013": 1, }, "name": "Artisan's cape", - "outputItems": Bank { - "bank": { - "40057": 1, - }, - "frozen": true, + "outputItems": { + "40057": 1, }, }, { - "itemCost": Bank { - "bank": { - "12012": 40, - }, - "frozen": false, + "itemCost": { + "12012": 40, }, "name": "Prospector helmet", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "12012": 60, - }, - "frozen": false, + "itemCost": { + "12012": 60, }, "name": "Prospector jacket", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "12012": 50, - }, - "frozen": false, + "itemCost": { + "12012": 50, }, "name": "Prospector legs", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "12012": 30, - }, - "frozen": false, + "itemCost": { + "12012": 30, }, "name": "Prospector boots", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "12012": 100, - }, - "frozen": false, + "itemCost": { + "12012": 100, }, "name": "Coal bag", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "12012": 100, - }, - "frozen": false, + "itemCost": { + "12012": 100, }, "name": "Gem bag", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "21341": 60, - }, - "frozen": false, + "itemCost": { + "21341": 60, }, "name": "Mining gloves", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "21341": 120, - }, - "frozen": false, + "itemCost": { + "21341": 120, }, "name": "Superior mining gloves", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "21341": 60, - "21343": 1, - "21345": 1, - }, - "frozen": false, + "itemCost": { + "21341": 60, + "21343": 1, + "21345": 1, }, "name": "Expert mining gloves", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "12012": 40, - }, - "frozen": false, + "itemCost": { + "12012": 40, }, "name": "Bag full of gems", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "21341": 20, - }, - "frozen": false, + "itemCost": { + "21341": 20, }, "name": "Bag full of gems (minerals)", - "outputItems": Bank { - "bank": { - "19473": 1, - }, - "frozen": false, + "outputItems": { + "19473": 1, }, }, { "gpCost": 15, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Air rune", "outputItems": undefined, }, { "gpCost": 15, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Earth rune", "outputItems": undefined, }, { "gpCost": 15, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Water rune", "outputItems": undefined, }, { "gpCost": 15, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fire rune", "outputItems": undefined, }, { "gpCost": 20, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Body rune", "outputItems": undefined, }, { "gpCost": 25, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mind rune", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "4067": 100, - }, - "frozen": false, + "itemCost": { + "4067": 100, }, "name": "Castle wars cape (beginner)", - "outputItems": Bank { - "bank": { - "40072": 1, - }, - "frozen": false, + "outputItems": { + "40072": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 500, - }, - "frozen": false, + "itemCost": { + "4067": 500, }, "name": "Castle wars cape (intermediate)", - "outputItems": Bank { - "bank": { - "40073": 1, - }, - "frozen": false, + "outputItems": { + "40073": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 1000, - }, - "frozen": false, + "itemCost": { + "4067": 1000, }, "name": "Castle wars cape (advanced)", - "outputItems": Bank { - "bank": { - "40074": 1, - }, - "frozen": false, + "outputItems": { + "40074": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 2500, - }, - "frozen": false, + "itemCost": { + "4067": 2500, }, "name": "Castle wars cape (expert)", - "outputItems": Bank { - "bank": { - "40075": 1, - }, - "frozen": false, + "outputItems": { + "40075": 1, }, }, { - "itemCost": Bank { - "bank": { - "4067": 5000, - }, - "frozen": false, + "itemCost": { + "4067": 5000, }, "name": "Castle wars cape (legend)", - "outputItems": Bank { - "bank": { - "40076": 1, - }, - "frozen": false, + "outputItems": { + "40076": 1, }, }, { "gpCost": 500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fishbowl helmet", - "outputItems": Bank { - "bank": { - "7534": 1, - }, - "frozen": false, + "outputItems": { + "7534": 1, }, "qpRequired": 85, }, { "gpCost": 500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Diving apparatus", - "outputItems": Bank { - "bank": { - "7535": 1, - }, - "frozen": false, + "outputItems": { + "7535": 1, }, "qpRequired": 85, }, { "gpCost": 500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Beginner's tackle box", - "outputItems": Bank { - "bank": { - "50610": 1, - }, - "frozen": false, + "outputItems": { + "50610": 1, }, "skillsNeeded": { "fishing": 50, @@ -4049,16 +2720,10 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Contest rod", - "outputItems": Bank { - "bank": { - "50615": 1, - }, - "frozen": false, + "outputItems": { + "50615": 1, }, "skillsNeeded": { "fishing": 50, @@ -4066,478 +2731,316 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Rainbow cape", - "outputItems": Bank { - "bank": { - "70019": 1, - }, - "frozen": false, + "outputItems": { + "70019": 1, }, }, { - "itemCost": Bank { - "bank": { - "70064": 100, - }, - "frozen": false, + "itemCost": { + "70064": 100, }, "name": "Rune spikeshield", - "outputItems": Bank { - "bank": { - "70061": 1, - }, - "frozen": false, + "outputItems": { + "70061": 1, }, }, { - "itemCost": Bank { - "bank": { - "70064": 150, - }, - "frozen": false, + "itemCost": { + "70064": 150, }, "name": "Rune berserker shield", - "outputItems": Bank { - "bank": { - "70060": 1, - }, - "frozen": false, + "outputItems": { + "70060": 1, }, }, { - "itemCost": Bank { - "bank": { - "70064": 100, - }, - "frozen": false, + "itemCost": { + "70064": 100, }, "name": "Adamant spikeshield", - "outputItems": Bank { - "bank": { - "70063": 1, - }, - "frozen": false, + "outputItems": { + "70063": 1, }, }, { - "itemCost": Bank { - "bank": { - "70064": 150, - }, - "frozen": false, + "itemCost": { + "70064": 150, }, "name": "Adamant berserker shield", - "outputItems": Bank { - "bank": { - "70062": 1, - }, - "frozen": false, + "outputItems": { + "70062": 1, }, }, { - "itemCost": Bank { - "bank": { - "70064": 500, - }, - "frozen": false, + "itemCost": { + "70064": 500, }, "name": "Guthix engram", - "outputItems": Bank { - "bank": { - "70065": 1, - }, - "frozen": false, + "outputItems": { + "70065": 1, }, }, { - "itemCost": Bank { - "bank": { - "70165": 160, - }, - "frozen": false, + "itemCost": { + "70165": 160, }, "name": "Fletcher's skilling outfit", - "outputItems": Bank { - "bank": { - "70160": 1, - "70161": 1, - "70162": 1, - "70163": 1, - "70164": 1, - }, - "frozen": false, + "outputItems": { + "70160": 1, + "70161": 1, + "70162": 1, + "70163": 1, + "70164": 1, }, }, { - "itemCost": Bank { - "bank": { - "70165": 20, - }, - "frozen": false, + "itemCost": { + "70165": 20, }, "name": "Fletcher's gloves", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "70165": 20, - }, - "frozen": false, + "itemCost": { + "70165": 20, }, "name": "Fletcher's boots", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "70165": 50, - }, - "frozen": false, + "itemCost": { + "70165": 50, }, "name": "Fletcher's top", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "70165": 30, - }, - "frozen": false, + "itemCost": { + "70165": 30, }, "name": "Fletcher's hat", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "70165": 40, - }, - "frozen": false, + "itemCost": { + "70165": 40, }, "name": "Fletcher's legs", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "70361": 500, - }, - "frozen": false, + "itemCost": { + "70361": 500, }, "name": "Ringmaster set", - "outputItems": Bank { - "bank": { - "70388": 1, - }, - "frozen": false, + "outputItems": { + "70388": 1, }, }, { - "itemCost": Bank { - "bank": { - "70361": 200, - }, - "frozen": false, + "itemCost": { + "70361": 200, }, "name": "Clown set", - "outputItems": Bank { - "bank": { - "70390": 1, - }, - "frozen": false, + "outputItems": { + "70390": 1, }, }, { - "itemCost": Bank { - "bank": { - "70361": 50, - }, - "frozen": false, + "itemCost": { + "70361": 50, }, "name": "Acrobat set", - "outputItems": Bank { - "bank": { - "70389": 1, - }, - "frozen": false, + "outputItems": { + "70389": 1, }, }, { "gpCost": 50000000, "ironmanPrice": 5000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Supply crate key (s1)", "outputItems": undefined, }, { "gpCost": 50000000, "ironmanPrice": 5000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Birthday crate key (s2)", "outputItems": undefined, }, { "gpCost": 20000000, "ironmanPrice": 2000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Spooky crate key (s3)", "outputItems": undefined, }, { "gpCost": 20000000, "ironmanPrice": 2000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Festive crate key (s4)", "outputItems": undefined, }, { "gpCost": 10000000, "ironmanPrice": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Easter crate key (s5)", "outputItems": undefined, }, { "gpCost": 12000000, "ironmanPrice": 1200000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Birthday crate key (s6)", "outputItems": undefined, }, { "customReq": [Function], "gpCost": 1000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Veteran cape (1 year)", - "outputItems": Bank { - "bank": { - "71450": 1, - "71456": 1, - }, - "frozen": false, + "outputItems": { + "71450": 1, + "71456": 1, }, }, { "customReq": [Function], "gpCost": 2000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Veteran cape (2 year)", - "outputItems": Bank { - "bank": { - "71451": 1, - "71457": 1, - }, - "frozen": false, + "outputItems": { + "71451": 1, + "71457": 1, }, }, { "customReq": [Function], "gpCost": 3000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Veteran cape (3 year)", - "outputItems": Bank { - "bank": { - "71452": 1, - "71458": 1, - }, - "frozen": false, + "outputItems": { + "71452": 1, + "71458": 1, }, }, { "customReq": [Function], "gpCost": 4000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Veteran cape (4 year)", - "outputItems": Bank { - "bank": { - "71453": 1, - "71459": 1, - }, - "frozen": false, + "outputItems": { + "71453": 1, + "71459": 1, }, }, { "customReq": [Function], "gpCost": 5000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Golden cape shard", - "outputItems": Bank { - "bank": { - "71455": 1, - }, - "frozen": false, + "outputItems": { + "71455": 1, }, }, { "customReq": [Function], "globalAnnouncementOnFirstBuy": true, - "itemCost": Bank { - "bank": { - "13069": 1, - "13222": 1, - "40000": 1, - "40001": 1, - "40002": 1, - "40003": 1, - "40004": 1, - "40005": 1, - "40006": 1, - "40007": 1, - "40008": 1, - "40009": 1, - "40010": 1, - "40011": 1, - "40012": 1, - "40013": 1, - "40014": 1, - "40015": 1, - "40016": 1, - "40017": 1, - "40018": 1, - "40019": 1, - "40020": 1, - "40021": 1, - "40022": 1, - "40053": 1, - "40060": 1, - "63205": 1, - "73000": 1, - }, - "frozen": false, + "itemCost": { + "13069": 1, + "13222": 1, + "40000": 1, + "40001": 1, + "40002": 1, + "40003": 1, + "40004": 1, + "40005": 1, + "40006": 1, + "40007": 1, + "40008": 1, + "40009": 1, + "40010": 1, + "40011": 1, + "40012": 1, + "40013": 1, + "40014": 1, + "40015": 1, + "40016": 1, + "40017": 1, + "40018": 1, + "40019": 1, + "40020": 1, + "40021": 1, + "40022": 1, + "40053": 1, + "40060": 1, + "63205": 1, + "73000": 1, }, "name": "Completionist cape", - "outputItems": Bank { - "bank": { - "40058": 1, - "71479": 1, - }, - "frozen": false, + "outputItems": { + "40058": 1, + "71479": 1, }, }, { "customReq": [Function], "globalAnnouncementOnFirstBuy": true, - "itemCost": Bank { - "bank": { - "40058": 1, - "71479": 1, - }, - "frozen": false, + "itemCost": { + "40058": 1, + "71479": 1, }, "name": "Completionist cape (t)", - "outputItems": Bank { - "bank": { - "40059": 1, - "71946": 1, - }, - "frozen": false, + "outputItems": { + "40059": 1, + "71946": 1, }, }, { "gpCost": 2000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Wooden spoon", - "outputItems": Bank { - "bank": { - "7433": 1, - }, - "frozen": false, + "outputItems": { + "7433": 1, }, }, { - "itemCost": Bank { - "bank": { - "6183": 1, - }, - "frozen": false, + "itemCost": { + "6183": 1, }, "name": "Prince outfit", - "outputItems": Bank { - "bank": { - "6184": 1, - "6185": 1, - }, - "frozen": false, + "outputItems": { + "6184": 1, + "6185": 1, }, }, { - "itemCost": Bank { - "bank": { - "6183": 1, - }, - "frozen": false, + "itemCost": { + "6183": 1, }, "name": "Princess outfit", - "outputItems": Bank { - "bank": { - "6186": 1, - "6187": 1, - }, - "frozen": false, + "outputItems": { + "6186": 1, + "6187": 1, }, }, { - "itemCost": Bank { - "bank": { - "6183": 1, - }, - "frozen": false, + "itemCost": { + "6183": 1, }, "name": "Frog mask", - "outputItems": Bank { - "bank": { - "6188": 1, - }, - "frozen": false, + "outputItems": { + "6188": 1, }, }, { "gpCost": 100000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "tob", 100, @@ -4547,10 +3050,7 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "tob", 500, @@ -4560,10 +3060,7 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "tob", 1000, @@ -4573,10 +3070,7 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "tob", 1500, @@ -4586,10 +3080,7 @@ exports[`BSO Buyables 1`] = ` }, { "gpCost": 500000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "tob", 2000, @@ -4603,10 +3094,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Karamja gloves 1", "outputItems": undefined, }, @@ -4616,10 +3104,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Karamja gloves 2", "outputItems": undefined, }, @@ -4629,10 +3114,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Karamja gloves 3", "outputItems": undefined, }, @@ -4642,10 +3124,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Karamja gloves 4", "outputItems": undefined, }, @@ -4655,10 +3134,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ardougne cloak 1", "outputItems": undefined, }, @@ -4668,10 +3144,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ardougne cloak 2", "outputItems": undefined, }, @@ -4681,10 +3154,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ardougne cloak 3", "outputItems": undefined, }, @@ -4694,10 +3164,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ardougne cloak 4", "outputItems": undefined, }, @@ -4707,10 +3174,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Falador shield 1", "outputItems": undefined, }, @@ -4720,10 +3184,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Falador shield 2", "outputItems": undefined, }, @@ -4733,10 +3194,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Falador shield 3", "outputItems": undefined, }, @@ -4746,10 +3204,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Falador shield 4", "outputItems": undefined, }, @@ -4759,10 +3214,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik sea boots 1", "outputItems": undefined, }, @@ -4772,10 +3224,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik sea boots 2", "outputItems": undefined, }, @@ -4785,10 +3234,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik sea boots 3", "outputItems": undefined, }, @@ -4798,10 +3244,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fremennik sea boots 4", "outputItems": undefined, }, @@ -4811,10 +3254,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Kandarin headgear 1", "outputItems": undefined, }, @@ -4824,10 +3264,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Kandarin headgear 2", "outputItems": undefined, }, @@ -4837,10 +3274,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Kandarin headgear 3", "outputItems": undefined, }, @@ -4850,10 +3284,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Kandarin headgear 4", "outputItems": undefined, }, @@ -4863,10 +3294,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Desert amulet 1", "outputItems": undefined, }, @@ -4876,10 +3304,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Desert amulet 2", "outputItems": undefined, }, @@ -4889,10 +3314,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Desert amulet 3", "outputItems": undefined, }, @@ -4902,10 +3324,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Desert amulet 4", "outputItems": undefined, }, @@ -4915,10 +3334,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Explorer's ring 1", "outputItems": undefined, }, @@ -4928,10 +3344,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Explorer's ring 2", "outputItems": undefined, }, @@ -4941,10 +3354,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Explorer's ring 3", "outputItems": undefined, }, @@ -4954,10 +3364,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Explorer's ring 4", "outputItems": undefined, }, @@ -4967,10 +3374,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Morytania legs 1", "outputItems": undefined, }, @@ -4980,10 +3384,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Morytania legs 2", "outputItems": undefined, }, @@ -4993,10 +3394,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Morytania legs 3", "outputItems": undefined, }, @@ -5006,10 +3404,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Morytania legs 4", "outputItems": undefined, }, @@ -5019,10 +3414,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Varrock armour 1", "outputItems": undefined, }, @@ -5032,10 +3424,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Varrock armour 2", "outputItems": undefined, }, @@ -5045,10 +3434,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Varrock armour 3", "outputItems": undefined, }, @@ -5058,10 +3444,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Varrock armour 4", "outputItems": undefined, }, @@ -5071,10 +3454,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Wilderness sword 1", "outputItems": undefined, }, @@ -5084,10 +3464,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Wilderness sword 2", "outputItems": undefined, }, @@ -5097,10 +3474,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Wilderness sword 3", "outputItems": undefined, }, @@ -5110,10 +3484,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Wilderness sword 4", "outputItems": undefined, }, @@ -5123,10 +3494,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Western banner 1", "outputItems": undefined, }, @@ -5136,10 +3504,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Western banner 2", "outputItems": undefined, }, @@ -5149,10 +3514,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Western banner 3", "outputItems": undefined, }, @@ -5162,10 +3524,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Western banner 4", "outputItems": undefined, }, @@ -5175,10 +3534,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Rada's blessing 1", "outputItems": undefined, }, @@ -5188,10 +3544,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Rada's blessing 2", "outputItems": undefined, }, @@ -5201,10 +3554,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Rada's blessing 3", "outputItems": undefined, }, @@ -5214,10 +3564,7 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 1000, "ironmanPrice": 200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Rada's blessing 4", "outputItems": undefined, }, @@ -5227,16 +3574,10 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 50000, "ironmanPrice": 12000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Reclaim Holy book", - "outputItems": Bank { - "bank": { - "3840": 1, - }, - "frozen": false, + "outputItems": { + "3840": 1, }, }, { @@ -5245,16 +3586,10 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 50000, "ironmanPrice": 12000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Reclaim Unholy book", - "outputItems": Bank { - "bank": { - "3842": 1, - }, - "frozen": false, + "outputItems": { + "3842": 1, }, }, { @@ -5263,16 +3598,10 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 50000, "ironmanPrice": 12000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Reclaim Book of law", - "outputItems": Bank { - "bank": { - "12610": 1, - }, - "frozen": false, + "outputItems": { + "12610": 1, }, }, { @@ -5281,16 +3610,10 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 50000, "ironmanPrice": 12000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Reclaim Book of balance", - "outputItems": Bank { - "bank": { - "3844": 1, - }, - "frozen": false, + "outputItems": { + "3844": 1, }, }, { @@ -5299,16 +3622,10 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 50000, "ironmanPrice": 12000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Reclaim Book of war", - "outputItems": Bank { - "bank": { - "12608": 1, - }, - "frozen": false, + "outputItems": { + "12608": 1, }, }, { @@ -5317,16 +3634,10 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 50000, "ironmanPrice": 12000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Reclaim Book of darkness", - "outputItems": Bank { - "bank": { - "12612": 1, - }, - "frozen": false, + "outputItems": { + "12612": 1, }, }, { @@ -5335,16 +3646,10 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 100000, "ironmanPrice": 23000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Reclaim Guthix cape", - "outputItems": Bank { - "bank": { - "2413": 1, - }, - "frozen": false, + "outputItems": { + "2413": 1, }, }, { @@ -5353,16 +3658,10 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 100000, "ironmanPrice": 23000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Reclaim Saradomin cape", - "outputItems": Bank { - "bank": { - "2412": 1, - }, - "frozen": false, + "outputItems": { + "2412": 1, }, }, { @@ -5371,1280 +3670,824 @@ exports[`BSO Buyables 1`] = ` ], "gpCost": 100000, "ironmanPrice": 23000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Reclaim Zamorak cape", - "outputItems": Bank { - "bank": { - "2414": 1, - }, - "frozen": false, + "outputItems": { + "2414": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mining cape", - "outputItems": Bank { - "bank": { - "9792": 1, - "9794": 1, - }, - "frozen": false, + "outputItems": { + "9792": 1, + "9794": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Mining master cape", - "outputItems": Bank { - "bank": { - "40010": 1, - }, - "frozen": false, + "outputItems": { + "40010": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Smithing cape", - "outputItems": Bank { - "bank": { - "9795": 1, - "9797": 1, - }, - "frozen": false, + "outputItems": { + "9795": 1, + "9797": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Smithing master cape", - "outputItems": Bank { - "bank": { - "40013": 1, - }, - "frozen": false, + "outputItems": { + "40013": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Woodcutting cape", - "outputItems": Bank { - "bank": { - "9807": 1, - "9809": 1, - }, - "frozen": false, + "outputItems": { + "9807": 1, + "9809": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Woodcutting master cape", - "outputItems": Bank { - "bank": { - "40015": 1, - }, - "frozen": false, + "outputItems": { + "40015": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Firemaking cape", - "outputItems": Bank { - "bank": { - "9804": 1, - "9806": 1, - }, - "frozen": false, + "outputItems": { + "9804": 1, + "9806": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Firemaking master cape", - "outputItems": Bank { - "bank": { - "40004": 1, - }, - "frozen": false, + "outputItems": { + "40004": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Agility cape", - "outputItems": Bank { - "bank": { - "9771": 1, - "9773": 1, - }, - "frozen": false, + "outputItems": { + "9771": 1, + "9773": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Agility master cape", - "outputItems": Bank { - "bank": { - "40016": 1, - }, - "frozen": false, + "outputItems": { + "40016": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fishing cape", - "outputItems": Bank { - "bank": { - "9798": 1, - "9800": 1, - }, - "frozen": false, + "outputItems": { + "9798": 1, + "9800": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fishing master cape", - "outputItems": Bank { - "bank": { - "40005": 1, - }, - "frozen": false, + "outputItems": { + "40005": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Runecraft cape", - "outputItems": Bank { - "bank": { - "9765": 1, - "9767": 1, - }, - "frozen": false, + "outputItems": { + "9765": 1, + "9767": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Runecraft master cape", - "outputItems": Bank { - "bank": { - "40012": 1, - }, - "frozen": false, + "outputItems": { + "40012": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Cooking cape", - "outputItems": Bank { - "bank": { - "9801": 1, - "9803": 1, - }, - "frozen": false, + "outputItems": { + "9801": 1, + "9803": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Cooking master cape", - "outputItems": Bank { - "bank": { - "40001": 1, - }, - "frozen": false, + "outputItems": { + "40001": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Crafting cape", - "outputItems": Bank { - "bank": { - "9780": 1, - "9782": 1, - }, - "frozen": false, + "outputItems": { + "9780": 1, + "9782": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Crafting master cape", - "outputItems": Bank { - "bank": { - "40002": 1, - }, - "frozen": false, + "outputItems": { + "40002": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Prayer cape", - "outputItems": Bank { - "bank": { - "9759": 1, - "9761": 1, - }, - "frozen": false, + "outputItems": { + "9759": 1, + "9761": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Prayer master cape", - "outputItems": Bank { - "bank": { - "40011": 1, - }, - "frozen": false, + "outputItems": { + "40011": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fletching cape", - "outputItems": Bank { - "bank": { - "9783": 1, - "9785": 1, - }, - "frozen": false, + "outputItems": { + "9783": 1, + "9785": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Fletching master cape", - "outputItems": Bank { - "bank": { - "40006": 1, - }, - "frozen": false, + "outputItems": { + "40006": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Thieving cape", - "outputItems": Bank { - "bank": { - "9777": 1, - "9779": 1, - }, - "frozen": false, + "outputItems": { + "9777": 1, + "9779": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Thieving master cape", - "outputItems": Bank { - "bank": { - "40014": 1, - }, - "frozen": false, + "outputItems": { + "40014": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Farming cape", - "outputItems": Bank { - "bank": { - "9810": 1, - "9812": 1, - }, - "frozen": false, + "outputItems": { + "9810": 1, + "9812": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Farming master cape", - "outputItems": Bank { - "bank": { - "40003": 1, - }, - "frozen": false, + "outputItems": { + "40003": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Herblore cape", - "outputItems": Bank { - "bank": { - "9774": 1, - "9776": 1, - }, - "frozen": false, + "outputItems": { + "9774": 1, + "9776": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Herblore master cape", - "outputItems": Bank { - "bank": { - "40007": 1, - }, - "frozen": false, + "outputItems": { + "40007": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Hunter cape", - "outputItems": Bank { - "bank": { - "9948": 1, - "9950": 1, - }, - "frozen": false, + "outputItems": { + "9948": 1, + "9950": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Hunter master cape", - "outputItems": Bank { - "bank": { - "40008": 1, - }, - "frozen": false, + "outputItems": { + "40008": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Construction cape", - "outputItems": Bank { - "bank": { - "9789": 1, - "9791": 1, - }, - "frozen": false, + "outputItems": { + "9789": 1, + "9791": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Construction master cape", - "outputItems": Bank { - "bank": { - "40000": 1, - }, - "frozen": false, + "outputItems": { + "40000": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Magic cape", - "outputItems": Bank { - "bank": { - "9762": 1, - "9764": 1, - }, - "frozen": false, + "outputItems": { + "9762": 1, + "9764": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Magic master cape", - "outputItems": Bank { - "bank": { - "40009": 1, - }, - "frozen": false, + "outputItems": { + "40009": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Attack cape", - "outputItems": Bank { - "bank": { - "9747": 1, - "9749": 1, - }, - "frozen": false, + "outputItems": { + "9747": 1, + "9749": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Attack master cape", - "outputItems": Bank { - "bank": { - "40017": 1, - }, - "frozen": false, + "outputItems": { + "40017": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Strength cape", - "outputItems": Bank { - "bank": { - "9750": 1, - "9752": 1, - }, - "frozen": false, + "outputItems": { + "9750": 1, + "9752": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Strength master cape", - "outputItems": Bank { - "bank": { - "40018": 1, - }, - "frozen": false, + "outputItems": { + "40018": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Defence cape", - "outputItems": Bank { - "bank": { - "9753": 1, - "9755": 1, - }, - "frozen": false, + "outputItems": { + "9753": 1, + "9755": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Defence master cape", - "outputItems": Bank { - "bank": { - "40019": 1, - }, - "frozen": false, + "outputItems": { + "40019": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ranged cape", - "outputItems": Bank { - "bank": { - "9756": 1, - "9758": 1, - }, - "frozen": false, + "outputItems": { + "9756": 1, + "9758": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ranged master cape", - "outputItems": Bank { - "bank": { - "40021": 1, - }, - "frozen": false, + "outputItems": { + "40021": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Hitpoints cape", - "outputItems": Bank { - "bank": { - "9768": 1, - "9770": 1, - }, - "frozen": false, + "outputItems": { + "9768": 1, + "9770": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Hitpoints master cape", - "outputItems": Bank { - "bank": { - "40020": 1, - }, - "frozen": false, + "outputItems": { + "40020": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Slayer cape", - "outputItems": Bank { - "bank": { - "9786": 1, - "9788": 1, - }, - "frozen": false, + "outputItems": { + "9786": 1, + "9788": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Slayer master cape", - "outputItems": Bank { - "bank": { - "40060": 1, - }, - "frozen": false, + "outputItems": { + "40060": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Dungeoneering cape", - "outputItems": Bank { - "bank": { - "40023": 1, - "40025": 1, - }, - "frozen": false, + "outputItems": { + "40023": 1, + "40025": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Dungeoneering master cape", - "outputItems": Bank { - "bank": { - "40022": 1, - }, - "frozen": false, + "outputItems": { + "40022": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Invention cape", - "outputItems": Bank { - "bank": { - "63206": 1, - "63208": 1, - }, - "frozen": false, + "outputItems": { + "63206": 1, + "63208": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Invention master cape", - "outputItems": Bank { - "bank": { - "63205": 1, - }, - "frozen": false, + "outputItems": { + "63205": 1, }, }, { "customReq": [Function], "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Divination cape", - "outputItems": Bank { - "bank": { - "73001": 1, - "73002": 1, - }, - "frozen": false, + "outputItems": { + "73001": 1, + "73002": 1, }, }, { "customReq": [Function], "gpCost": 1000000000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Divination master cape", - "outputItems": Bank { - "bank": { - "73000": 1, - }, - "frozen": false, + "outputItems": { + "73000": 1, }, }, { - "itemCost": Bank { - "bank": { - "22820": 100, - }, - "frozen": false, + "itemCost": { + "22820": 100, }, "name": "Angler hat", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "22820": 100, - }, - "frozen": false, + "itemCost": { + "22820": 100, }, "name": "Angler top", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "22820": 100, - }, - "frozen": false, + "itemCost": { + "22820": 100, }, "name": "Angler waders", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "22820": 100, - }, - "frozen": false, + "itemCost": { + "22820": 100, }, "name": "Angler boots", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "22820": 100, - }, - "frozen": false, + "itemCost": { + "22820": 100, }, "name": "Pearl fishing rod", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "22820": 120, - }, - "frozen": false, + "itemCost": { + "22820": 120, }, "name": "Pearl fly fishing rod", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "22820": 150, - }, - "frozen": false, + "itemCost": { + "22820": 150, }, "name": "Pearl barbarian rod", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "22820": 1000, - }, - "frozen": false, + "itemCost": { + "22820": 1000, }, "name": "Fish sack", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Blue naval shirt", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 500, - }, - "frozen": false, + "itemCost": { + "8951": 500, }, "name": "Blue tricorn hat", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Blue navy slacks", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Green naval shirt", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 500, - }, - "frozen": false, + "itemCost": { + "8951": 500, }, "name": "Green tricorn hat", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Green navy slacks", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Red naval shirt", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 500, - }, - "frozen": false, + "itemCost": { + "8951": 500, }, "name": "Red tricorn hat", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Red navy slacks", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Brown naval shirt", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 500, - }, - "frozen": false, + "itemCost": { + "8951": 500, }, "name": "Brown tricorn hat", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Brown navy slacks", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Black naval shirt", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 500, - }, - "frozen": false, + "itemCost": { + "8951": 500, }, "name": "Black tricorn hat", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Black navy slacks", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Golden naval shirt", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 500, - }, - "frozen": false, + "itemCost": { + "8951": 500, }, "name": "Golden tricorn hat", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Golden navy slacks", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Grey naval shirt", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 500, - }, - "frozen": false, + "itemCost": { + "8951": 500, }, "name": "Grey tricorn hat", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Grey navy slacks", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Purple naval shirt", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 500, - }, - "frozen": false, + "itemCost": { + "8951": 500, }, "name": "Purple tricorn hat", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 1000, - }, - "frozen": false, + "itemCost": { + "8951": 1000, }, "name": "Purple navy slacks", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 2000, - }, - "frozen": false, + "itemCost": { + "8951": 2000, }, "name": "Cutthroat flag", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 2000, - }, - "frozen": false, + "itemCost": { + "8951": 2000, }, "name": "Gilded smile flag", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 3000, - }, - "frozen": false, + "itemCost": { + "8951": 3000, }, "name": "Bronze fist flag", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 4000, - }, - "frozen": false, + "itemCost": { + "8951": 4000, }, "name": "Lucky shot flag", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 5000, - }, - "frozen": false, + "itemCost": { + "8951": 5000, }, "name": "Treasure flag", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 6000, - }, - "frozen": false, + "itemCost": { + "8951": 6000, }, "name": "Phasmatys flag", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 8000, - }, - "frozen": false, + "itemCost": { + "8951": 8000, }, "name": "Jolly roger cape", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 50, - }, - "frozen": false, + "itemCost": { + "8951": 50, }, "name": "The stuff", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 20, - }, - "frozen": false, + "itemCost": { + "8951": 20, }, "name": "Red rum (trouble brewing)", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "8951": 20, - }, - "frozen": false, + "itemCost": { + "8951": 20, }, "name": "Blue rum (trouble brewing)", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "50046": 200, - }, - "frozen": false, + "itemCost": { + "50046": 200, }, "name": "Banana enchantment scroll", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "50046": 500, - }, - "frozen": false, + "itemCost": { + "50046": 500, }, "name": "Monkey dye", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "50046": 35, - }, - "frozen": false, + "itemCost": { + "50046": 35, }, "name": "Monkey crate", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "50046": 1000, - }, - "frozen": false, + "itemCost": { + "50046": 1000, }, "minigameScoreReq": [ "monkey_rumble", @@ -6658,11 +4501,8 @@ exports[`BSO Buyables 1`] = ` }, { "customReq": [Function], - "itemCost": Bank { - "bank": { - "995": 50000, - }, - "frozen": false, + "itemCost": { + "995": 50000, }, "minigameScoreReq": [ "monkey_rumble", @@ -6676,11 +4516,8 @@ exports[`BSO Buyables 1`] = ` }, { "customReq": [Function], - "itemCost": Bank { - "bank": { - "50046": 17, - }, - "frozen": false, + "itemCost": { + "50046": 17, }, "minigameScoreReq": [ "monkey_rumble", @@ -6694,11 +4531,8 @@ exports[`BSO Buyables 1`] = ` }, { "customReq": [Function], - "itemCost": Bank { - "bank": { - "50046": 25, - }, - "frozen": false, + "itemCost": { + "50046": 25, }, "minigameScoreReq": [ "monkey_rumble", @@ -6712,11 +4546,8 @@ exports[`BSO Buyables 1`] = ` }, { "customReq": [Function], - "itemCost": Bank { - "bank": { - "50046": 34, - }, - "frozen": false, + "itemCost": { + "50046": 34, }, "minigameScoreReq": [ "monkey_rumble", @@ -6730,11 +4561,8 @@ exports[`BSO Buyables 1`] = ` }, { "customReq": [Function], - "itemCost": Bank { - "bank": { - "50046": 42, - }, - "frozen": false, + "itemCost": { + "50046": 42, }, "minigameScoreReq": [ "monkey_rumble", @@ -6749,264 +4577,183 @@ exports[`BSO Buyables 1`] = ` { "customReq": [Function], "gpCost": 1000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ironman helm", "outputItems": undefined, }, { "customReq": [Function], "gpCost": 1000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ironman platebody", "outputItems": undefined, }, { "customReq": [Function], "gpCost": 1000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Ironman platelegs", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "25527": 2000, - }, - "frozen": false, + "itemCost": { + "25527": 2000, }, "name": "Celestial ring (uncharged)", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "25527": 3000, - }, - "frozen": false, + "itemCost": { + "25527": 3000, }, "name": "Star fragment", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "25527": 300, - }, - "frozen": false, + "itemCost": { + "25527": 300, }, "name": "Bag full of gems (Stardust)", - "outputItems": Bank { - "bank": { - "19473": 1, - }, - "frozen": false, + "outputItems": { + "19473": 1, }, }, { - "itemCost": Bank { - "bank": { - "25527": 150, - }, - "frozen": false, + "itemCost": { + "25527": 150, }, "name": "Soft clay pack", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 400, - }, - "frozen": false, + "itemCost": { + "26792": 400, }, "name": "Hat of the eye", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 350, - }, - "frozen": false, + "itemCost": { + "26792": 350, }, "name": "Robe top of the eye", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 350, - }, - "frozen": false, + "itemCost": { + "26792": 350, }, "name": "Robe bottoms of the eye", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 250, - }, - "frozen": false, + "itemCost": { + "26792": 250, }, "name": "Boots of the eye", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 400, - }, - "frozen": false, + "itemCost": { + "26792": 400, }, "name": "Ring of the elements", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 3000, - }, - "frozen": false, + "itemCost": { + "26792": 3000, }, "name": "Guardian's eye", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 10, - }, - "frozen": false, + "itemCost": { + "26792": 10, }, "name": "Air talisman", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 10, - }, - "frozen": false, + "itemCost": { + "26792": 10, }, "name": "Water talisman", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 10, - }, - "frozen": false, + "itemCost": { + "26792": 10, }, "name": "Earth talisman", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 10, - }, - "frozen": false, + "itemCost": { + "26792": 10, }, "name": "Fire talisman", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 10, - }, - "frozen": false, + "itemCost": { + "26792": 10, }, "name": "Mind talisman", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 10, - }, - "frozen": false, + "itemCost": { + "26792": 10, }, "name": "Body talisman", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 30, - }, - "frozen": false, + "itemCost": { + "26792": 30, }, "name": "Chaos talisman", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 30, - }, - "frozen": false, + "itemCost": { + "26792": 30, }, "name": "Cosmic talisman", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 50, - }, - "frozen": false, + "itemCost": { + "26792": 50, }, "name": "Nature talisman", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 50, - }, - "frozen": false, + "itemCost": { + "26792": 50, }, "name": "Law talisman", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 80, - }, - "frozen": false, + "itemCost": { + "26792": 80, }, "name": "Death talisman", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 100, - }, - "frozen": false, + "itemCost": { + "26792": 100, }, "name": "Blood talisman", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "26792": 1500, - }, - "frozen": false, + "itemCost": { + "26792": 1500, }, "name": "Abyssal lantern", "outputItems": undefined, @@ -7014,119 +4761,83 @@ exports[`BSO Buyables 1`] = ` { "customReq": [Function], "gpCost": 1000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Icthlarin's shroud (tier 1)", "outputItems": undefined, }, { "customReq": [Function], "gpCost": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Icthlarin's shroud (tier 2)", "outputItems": undefined, }, { "customReq": [Function], "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Icthlarin's shroud (tier 3)", "outputItems": undefined, }, { "customReq": [Function], "gpCost": 15000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Icthlarin's shroud (tier 4)", "outputItems": undefined, }, { "customReq": [Function], "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Icthlarin's shroud (tier 5)", "outputItems": undefined, }, { "customReq": [Function], "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Icthlarin's hood (tier 5)", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "21656": 100, - }, - "frozen": false, + "itemCost": { + "21656": 100, }, "name": "Unidentified small fossil", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "21656": 200, - }, - "frozen": false, + "itemCost": { + "21656": 200, }, "name": "Unidentified medium fossil", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "21656": 300, - }, - "frozen": false, + "itemCost": { + "21656": 300, }, "name": "Unidentified large fossil", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "21656": 400, - }, - "frozen": false, + "itemCost": { + "21656": 400, }, "name": "Merfolk trident", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "21656": 20, - }, - "frozen": false, + "itemCost": { + "21656": 20, }, "name": "Seaweed spore", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "21656": 30, - }, - "frozen": false, + "itemCost": { + "21656": 30, }, "name": "Bowl of fish", "outputItems": undefined, @@ -7134,1339 +4845,856 @@ exports[`BSO Buyables 1`] = ` { "customReq": [Function], "gpCost": 1000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Oceanic shroud (tier 1)", "outputItems": undefined, }, { "customReq": [Function], "gpCost": 2500, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Oceanic shroud (tier 2)", "outputItems": undefined, }, { "customReq": [Function], "gpCost": 5000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Oceanic shroud (tier 3)", "outputItems": undefined, }, { "customReq": [Function], "gpCost": 7500, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Oceanic shroud (tier 4)", "outputItems": undefined, }, { "customReq": [Function], "gpCost": 10000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Oceanic shroud (tier 5)", "outputItems": undefined, }, { "customReq": [Function], - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "maxQuantity": 1, "name": "Forestry kit", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "1519": 5, - "1521": 10, - "28134": 20, - }, - "frozen": false, + "itemCost": { + "1519": 5, + "1521": 10, + "28134": 20, }, "name": "Secateurs blade", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "1517": 10, - "28134": 150, - }, - "frozen": false, + "itemCost": { + "1517": 10, + "28134": 150, }, "name": "Ritual mulch", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "1515": 300, - "1517": 300, - "28134": 3000, - }, - "frozen": false, + "itemCost": { + "1515": 300, + "1517": 300, + "28134": 3000, }, "name": "Log brace", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "1517": 300, - "1519": 300, - "28134": 10000, - }, - "frozen": false, + "itemCost": { + "1517": 300, + "1519": 300, + "28134": 10000, }, "name": "Clothes pouch blueprint", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "28134": 2500, - }, - "frozen": false, + "itemCost": { + "28134": 2500, }, "name": "Cape pouch", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "1519": 300, - "1521": 300, - "28134": 5000, - }, - "frozen": false, + "itemCost": { + "1519": 300, + "1521": 300, + "28134": 5000, }, "name": "Log basket", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "1521": 500, - "28134": 10000, - }, - "frozen": false, + "itemCost": { + "1521": 500, + "28134": 10000, }, "name": "Felling axe handle", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "1519": 500, - "28134": 5000, - }, - "frozen": false, + "itemCost": { + "1519": 500, + "28134": 5000, }, "name": "Twitcher's gloves", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "10810": 500, - "1513": 500, - "1515": 500, - "1517": 500, - "1519": 500, - "1521": 500, - "19669": 500, - "28134": 15000, - "6332": 500, - "6333": 500, - }, - "frozen": false, + "itemCost": { + "10810": 500, + "1513": 500, + "1515": 500, + "1517": 500, + "1519": 500, + "1521": 500, + "19669": 500, + "28134": 15000, + "6332": 500, + "6333": 500, }, "name": "Funky shaped log", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "28134": 150, - }, - "frozen": false, + "itemCost": { + "28134": 150, }, "name": "Sawmill voucher", - "outputItems": Bank { - "bank": { - "28628": 10, - }, - "frozen": false, + "outputItems": { + "28628": 10, }, }, { - "itemCost": Bank { - "bank": { - "1515": 200, - "1517": 100, - "28134": 1000, - }, - "frozen": false, + "itemCost": { + "1515": 200, + "1517": 100, + "28134": 1000, }, "name": "Lumberjack boots", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "1513": 100, - "1515": 200, - "28134": 1200, - }, - "frozen": false, + "itemCost": { + "1513": 100, + "1515": 200, + "28134": 1200, }, "name": "Lumberjack hat", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "1513": 140, - "1515": 160, - "28134": 1300, - }, - "frozen": false, + "itemCost": { + "1513": 140, + "1515": 160, + "28134": 1300, }, "name": "Lumberjack legs", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "1513": 120, - "1515": 60, - "19669": 120, - "28134": 1500, - }, - "frozen": false, + "itemCost": { + "1513": 120, + "1515": 60, + "19669": 120, + "28134": 1500, }, "name": "Lumberjack top", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "10810": 60, - "10933": 1, - "1513": 60, - "1515": 60, - "1517": 60, - "1519": 60, - "1521": 60, - "19669": 60, - "28134": 1250, - "6332": 60, - "6333": 60, - }, - "frozen": false, + "itemCost": { + "10810": 60, + "10933": 1, + "1513": 60, + "1515": 60, + "1517": 60, + "1519": 60, + "1521": 60, + "19669": 60, + "28134": 1250, + "6332": 60, + "6333": 60, }, "name": "Forestry boots", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "10810": 60, - "10941": 1, - "1513": 60, - "1515": 60, - "1517": 60, - "1519": 60, - "1521": 60, - "19669": 60, - "28134": 1250, - "6332": 60, - "6333": 60, - }, - "frozen": false, + "itemCost": { + "10810": 60, + "10941": 1, + "1513": 60, + "1515": 60, + "1517": 60, + "1519": 60, + "1521": 60, + "19669": 60, + "28134": 1250, + "6332": 60, + "6333": 60, }, "name": "Forestry hat", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "10810": 60, - "10940": 1, - "1513": 60, - "1515": 60, - "1517": 60, - "1519": 60, - "1521": 60, - "19669": 60, - "28134": 1250, - "6332": 60, - "6333": 60, - }, - "frozen": false, + "itemCost": { + "10810": 60, + "10940": 1, + "1513": 60, + "1515": 60, + "1517": 60, + "1519": 60, + "1521": 60, + "19669": 60, + "28134": 1250, + "6332": 60, + "6333": 60, }, "name": "Forestry legs", "outputItems": undefined, }, { - "itemCost": Bank { - "bank": { - "10810": 60, - "10939": 1, - "1513": 60, - "1515": 60, - "1517": 60, - "1519": 60, - "1521": 60, - "19669": 60, - "28134": 1250, - "6332": 60, - "6333": 60, - }, - "frozen": false, + "itemCost": { + "10810": 60, + "10939": 1, + "1513": 60, + "1515": 60, + "1517": 60, + "1519": 60, + "1521": 60, + "19669": 60, + "28134": 1250, + "6332": 60, + "6333": 60, }, "name": "Forestry top", "outputItems": undefined, }, { "gpCost": 1320, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 30, ], "name": "Chompy bird hat (ogre bowman)", - "outputItems": Bank { - "bank": { - "2978": 1, - }, - "frozen": false, + "outputItems": { + "2978": 1, }, }, { "gpCost": 1760, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 40, ], "name": "Chompy bird hat (bowman)", - "outputItems": Bank { - "bank": { - "2979": 1, - }, - "frozen": false, + "outputItems": { + "2979": 1, }, }, { "gpCost": 2200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 50, ], "name": "Chompy bird hat (ogre yeoman)", - "outputItems": Bank { - "bank": { - "2980": 1, - }, - "frozen": false, + "outputItems": { + "2980": 1, }, }, { "gpCost": 3080, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 70, ], "name": "Chompy bird hat (yeoman)", - "outputItems": Bank { - "bank": { - "2981": 1, - }, - "frozen": false, + "outputItems": { + "2981": 1, }, }, { "gpCost": 4180, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 95, ], "name": "Chompy bird hat (ogre marksman)", - "outputItems": Bank { - "bank": { - "2982": 1, - }, - "frozen": false, + "outputItems": { + "2982": 1, }, }, { "gpCost": 5500, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 125, ], "name": "Chompy bird hat (marksman)", - "outputItems": Bank { - "bank": { - "2983": 1, - }, - "frozen": false, + "outputItems": { + "2983": 1, }, }, { "gpCost": 7480, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 170, ], "name": "Chompy bird hat (ogre woodsman)", - "outputItems": Bank { - "bank": { - "2984": 1, - }, - "frozen": false, + "outputItems": { + "2984": 1, }, }, { "gpCost": 9900, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 225, ], "name": "Chompy bird hat (woodsman)", - "outputItems": Bank { - "bank": { - "2985": 1, - }, - "frozen": false, + "outputItems": { + "2985": 1, }, }, { "gpCost": 13200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 300, ], "name": "Chompy bird hat (ogre forester)", - "outputItems": Bank { - "bank": { - "2986": 1, - }, - "frozen": false, + "outputItems": { + "2986": 1, }, }, { "gpCost": 17600, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 400, ], "name": "Chompy bird hat (forester)", - "outputItems": Bank { - "bank": { - "2987": 1, - }, - "frozen": false, + "outputItems": { + "2987": 1, }, }, { "gpCost": 24200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 550, ], "name": "Chompy bird hat (ogre bowmaster)", - "outputItems": Bank { - "bank": { - "2988": 1, - }, - "frozen": false, + "outputItems": { + "2988": 1, }, }, { "gpCost": 30800, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 700, ], "name": "Chompy bird hat (bowmaster)", - "outputItems": Bank { - "bank": { - "2989": 1, - }, - "frozen": false, + "outputItems": { + "2989": 1, }, }, { "gpCost": 44000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 1000, ], "name": "Chompy bird hat (ogre expert)", - "outputItems": Bank { - "bank": { - "2990": 1, - }, - "frozen": false, + "outputItems": { + "2990": 1, }, }, { "gpCost": 57200, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 1300, ], "name": "Chompy bird hat (expert)", - "outputItems": Bank { - "bank": { - "2991": 1, - }, - "frozen": false, + "outputItems": { + "2991": 1, }, }, { "gpCost": 74800, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 1700, ], "name": "Chompy bird hat (ogre dragon archer)", - "outputItems": Bank { - "bank": { - "2992": 1, - }, - "frozen": false, + "outputItems": { + "2992": 1, }, }, { "gpCost": 99000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 2250, ], "name": "Chompy bird hat (dragon archer)", - "outputItems": Bank { - "bank": { - "2993": 1, - }, - "frozen": false, + "outputItems": { + "2993": 1, }, }, { "gpCost": 132000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 3000, ], "name": "Chompy bird hat (expert ogre dragon archer)", - "outputItems": Bank { - "bank": { - "2994": 1, - }, - "frozen": false, + "outputItems": { + "2994": 1, }, }, { "gpCost": 176000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "minigameScoreReq": [ "big_chompy_bird_hunting", 4000, ], "name": "Chompy bird hat (expert dragon archer)", - "outputItems": Bank { - "bank": { - "2995": 1, - }, - "frozen": false, + "outputItems": { + "2995": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-1 cape", - "outputItems": Bank { - "bank": { - "4315": 1, - }, - "frozen": false, + "outputItems": { + "4315": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-2 cape", - "outputItems": Bank { - "bank": { - "4317": 1, - }, - "frozen": false, + "outputItems": { + "4317": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-3 cape", - "outputItems": Bank { - "bank": { - "4319": 1, - }, - "frozen": false, + "outputItems": { + "4319": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-4 cape", - "outputItems": Bank { - "bank": { - "4321": 1, - }, - "frozen": false, + "outputItems": { + "4321": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-5 cape", - "outputItems": Bank { - "bank": { - "4323": 1, - }, - "frozen": false, + "outputItems": { + "4323": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-6 cape", - "outputItems": Bank { - "bank": { - "4325": 1, - }, - "frozen": false, + "outputItems": { + "4325": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-7 cape", - "outputItems": Bank { - "bank": { - "4327": 1, - }, - "frozen": false, + "outputItems": { + "4327": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-8 cape", - "outputItems": Bank { - "bank": { - "4329": 1, - }, - "frozen": false, + "outputItems": { + "4329": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-9 cape", - "outputItems": Bank { - "bank": { - "4331": 1, - }, - "frozen": false, + "outputItems": { + "4331": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-10 cape", - "outputItems": Bank { - "bank": { - "4333": 1, - }, - "frozen": false, + "outputItems": { + "4333": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-11 cape", - "outputItems": Bank { - "bank": { - "4335": 1, - }, - "frozen": false, + "outputItems": { + "4335": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-12 cape", - "outputItems": Bank { - "bank": { - "4337": 1, - }, - "frozen": false, + "outputItems": { + "4337": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-13 cape", - "outputItems": Bank { - "bank": { - "4339": 1, - }, - "frozen": false, + "outputItems": { + "4339": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-14 cape", - "outputItems": Bank { - "bank": { - "4341": 1, - }, - "frozen": false, + "outputItems": { + "4341": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-15 cape", - "outputItems": Bank { - "bank": { - "4343": 1, - }, - "frozen": false, + "outputItems": { + "4343": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-16 cape", - "outputItems": Bank { - "bank": { - "4345": 1, - }, - "frozen": false, + "outputItems": { + "4345": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-17 cape", - "outputItems": Bank { - "bank": { - "4347": 1, - }, - "frozen": false, + "outputItems": { + "4347": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-18 cape", - "outputItems": Bank { - "bank": { - "4349": 1, - }, - "frozen": false, + "outputItems": { + "4349": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-19 cape", - "outputItems": Bank { - "bank": { - "4351": 1, - }, - "frozen": false, + "outputItems": { + "4351": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-20 cape", - "outputItems": Bank { - "bank": { - "4353": 1, - }, - "frozen": false, + "outputItems": { + "4353": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-21 cape", - "outputItems": Bank { - "bank": { - "4355": 1, - }, - "frozen": false, + "outputItems": { + "4355": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-22 cape", - "outputItems": Bank { - "bank": { - "4357": 1, - }, - "frozen": false, + "outputItems": { + "4357": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-23 cape", - "outputItems": Bank { - "bank": { - "4359": 1, - }, - "frozen": false, + "outputItems": { + "4359": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-24 cape", - "outputItems": Bank { - "bank": { - "4361": 1, - }, - "frozen": false, + "outputItems": { + "4361": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-25 cape", - "outputItems": Bank { - "bank": { - "4363": 1, - }, - "frozen": false, + "outputItems": { + "4363": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-26 cape", - "outputItems": Bank { - "bank": { - "4365": 1, - }, - "frozen": false, + "outputItems": { + "4365": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-27 cape", - "outputItems": Bank { - "bank": { - "4367": 1, - }, - "frozen": false, + "outputItems": { + "4367": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-28 cape", - "outputItems": Bank { - "bank": { - "4369": 1, - }, - "frozen": false, + "outputItems": { + "4369": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-29 cape", - "outputItems": Bank { - "bank": { - "4371": 1, - }, - "frozen": false, + "outputItems": { + "4371": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-30 cape", - "outputItems": Bank { - "bank": { - "4373": 1, - }, - "frozen": false, + "outputItems": { + "4373": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-31 cape", - "outputItems": Bank { - "bank": { - "4375": 1, - }, - "frozen": false, + "outputItems": { + "4375": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-32 cape", - "outputItems": Bank { - "bank": { - "4377": 1, - }, - "frozen": false, + "outputItems": { + "4377": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-33 cape", - "outputItems": Bank { - "bank": { - "4379": 1, - }, - "frozen": false, + "outputItems": { + "4379": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-34 cape", - "outputItems": Bank { - "bank": { - "4381": 1, - }, - "frozen": false, + "outputItems": { + "4381": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-35 cape", - "outputItems": Bank { - "bank": { - "4383": 1, - }, - "frozen": false, + "outputItems": { + "4383": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-36 cape", - "outputItems": Bank { - "bank": { - "4385": 1, - }, - "frozen": false, + "outputItems": { + "4385": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-37 cape", - "outputItems": Bank { - "bank": { - "4387": 1, - }, - "frozen": false, + "outputItems": { + "4387": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-38 cape", - "outputItems": Bank { - "bank": { - "4389": 1, - }, - "frozen": false, + "outputItems": { + "4389": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-39 cape", - "outputItems": Bank { - "bank": { - "4391": 1, - }, - "frozen": false, + "outputItems": { + "4391": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-40 cape", - "outputItems": Bank { - "bank": { - "4393": 1, - }, - "frozen": false, + "outputItems": { + "4393": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-41 cape", - "outputItems": Bank { - "bank": { - "4395": 1, - }, - "frozen": false, + "outputItems": { + "4395": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-42 cape", - "outputItems": Bank { - "bank": { - "4397": 1, - }, - "frozen": false, + "outputItems": { + "4397": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-43 cape", - "outputItems": Bank { - "bank": { - "4399": 1, - }, - "frozen": false, + "outputItems": { + "4399": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-44 cape", - "outputItems": Bank { - "bank": { - "4401": 1, - }, - "frozen": false, + "outputItems": { + "4401": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-45 cape", - "outputItems": Bank { - "bank": { - "4403": 1, - }, - "frozen": false, + "outputItems": { + "4403": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-46 cape", - "outputItems": Bank { - "bank": { - "4405": 1, - }, - "frozen": false, + "outputItems": { + "4405": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-47 cape", - "outputItems": Bank { - "bank": { - "4407": 1, - }, - "frozen": false, + "outputItems": { + "4407": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-48 cape", - "outputItems": Bank { - "bank": { - "4409": 1, - }, - "frozen": false, + "outputItems": { + "4409": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-49 cape", - "outputItems": Bank { - "bank": { - "4411": 1, - }, - "frozen": false, + "outputItems": { + "4411": 1, }, }, { "gpCost": 20000, - "itemCost": Bank { - "bank": {}, - "frozen": false, - }, + "itemCost": {}, "name": "Team-50 cape", - "outputItems": Bank { - "bank": { - "4413": 1, - }, - "frozen": false, + "outputItems": { + "4413": 1, }, }, ] @@ -8476,20 +5704,14 @@ exports[`BSO Creatables 1`] = ` [ { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11818": 1, - "11820": 1, - "11822": 1, - }, - "frozen": false, + "inputItems": { + "11818": 1, + "11820": 1, + "11822": 1, }, "name": "Godsword blade", - "outputItems": Bank { - "bank": { - "11798": 1, - }, - "frozen": false, + "outputItems": { + "11798": 1, }, "requiredSkills": { "smithing": 80, @@ -8497,104 +5719,68 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11798": 1, - "11810": 1, - }, - "frozen": false, + "inputItems": { + "11798": 1, + "11810": 1, }, "name": "Armadyl godsword", - "outputItems": Bank { - "bank": { - "11802": 1, - }, - "frozen": false, + "outputItems": { + "11802": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11798": 1, - "11812": 1, - }, - "frozen": false, + "inputItems": { + "11798": 1, + "11812": 1, }, "name": "Bandos godsword", - "outputItems": Bank { - "bank": { - "11804": 1, - }, - "frozen": false, + "outputItems": { + "11804": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11798": 1, - "11814": 1, - }, - "frozen": false, + "inputItems": { + "11798": 1, + "11814": 1, }, "name": "Saradomin godsword", - "outputItems": Bank { - "bank": { - "11806": 1, - }, - "frozen": false, + "outputItems": { + "11806": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11798": 1, - "11816": 1, - }, - "frozen": false, + "inputItems": { + "11798": 1, + "11816": 1, }, "name": "Zamorak godsword", - "outputItems": Bank { - "bank": { - "11808": 1, - }, - "frozen": false, + "outputItems": { + "11808": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11798": 1, - "26370": 1, - }, - "frozen": false, + "inputItems": { + "11798": 1, + "26370": 1, }, "name": "Ancient godsword", - "outputItems": Bank { - "bank": { - "26233": 1, - }, - "frozen": false, + "outputItems": { + "26233": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11920": 1, - "13233": 1, - }, - "frozen": false, + "inputItems": { + "11920": 1, + "13233": 1, }, "name": "Infernal pickaxe", - "outputItems": Bank { - "bank": { - "13243": 1, - }, - "frozen": false, + "outputItems": { + "13243": 1, }, "requiredSkills": { "smithing": 85, @@ -8602,91 +5788,61 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11931": 1, - "11932": 1, - "11933": 1, - }, - "frozen": false, + "inputItems": { + "11931": 1, + "11932": 1, + "11933": 1, }, "name": "Malediction ward", - "outputItems": Bank { - "bank": { - "11924": 1, - }, - "frozen": false, + "outputItems": { + "11924": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11928": 1, - "11929": 1, - "11930": 1, - }, - "frozen": false, + "inputItems": { + "11928": 1, + "11929": 1, + "11930": 1, }, "name": "Odium ward", - "outputItems": Bank { - "bank": { - "11926": 1, - }, - "frozen": false, + "outputItems": { + "11926": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "985": 1, - "987": 1, - }, - "frozen": false, + "inputItems": { + "985": 1, + "987": 1, }, "name": "Crystal key", - "outputItems": Bank { - "bank": { - "989": 1, - }, - "frozen": false, + "outputItems": { + "989": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12073": 1, - "2677": 1, - "2722": 1, - "2801": 1, - }, - "frozen": false, + "inputItems": { + "12073": 1, + "2677": 1, + "2722": 1, + "2801": 1, }, "name": "Master clue", - "outputItems": Bank { - "bank": { - "19835": 1, - }, - "frozen": false, + "outputItems": { + "19835": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13233": 1, - "6739": 1, - }, - "frozen": false, + "inputItems": { + "13233": 1, + "6739": 1, }, "name": "Infernal axe", - "outputItems": Bank { - "bank": { - "13241": 1, - }, - "frozen": false, + "outputItems": { + "13241": 1, }, "requiredSkills": { "firemaking": 85, @@ -8694,19 +5850,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13233": 1, - "21028": 1, - }, - "frozen": false, + "inputItems": { + "13233": 1, + "21028": 1, }, "name": "Infernal harpoon", - "outputItems": Bank { - "bank": { - "21031": 1, - }, - "frozen": false, + "outputItems": { + "21031": 1, }, "requiredSkills": { "cooking": 85, @@ -8714,127 +5864,73 @@ exports[`BSO Creatables 1`] = ` }, }, { - "cantHaveItems": Bank { - "bank": { - "24527": 1, - }, - "frozen": false, + "cantHaveItems": { + "24527": 1, }, - "inputItems": Bank { - "bank": { - "1763": 1, - "24525": 1, - }, - "frozen": false, + "inputItems": { + "1763": 1, + "24525": 1, }, "name": "Hell cat ears", "noCl": true, - "outputItems": Bank { - "bank": { - "24527": 1, - }, - "frozen": false, + "outputItems": { + "24527": 1, }, }, { - "cantHaveItems": Bank { - "bank": { - "5509": 1, - }, - "frozen": false, - }, - "inputItems": Bank { - "bank": {}, - "frozen": false, + "cantHaveItems": { + "5509": 1, }, + "inputItems": {}, "name": "Small pouch", - "outputItems": Bank { - "bank": { - "5509": 1, - }, - "frozen": false, + "outputItems": { + "5509": 1, }, }, { - "cantHaveItems": Bank { - "bank": { - "5510": 1, - }, - "frozen": false, - }, - "inputItems": Bank { - "bank": {}, - "frozen": false, + "cantHaveItems": { + "5510": 1, }, + "inputItems": {}, "name": "Medium pouch", - "outputItems": Bank { - "bank": { - "5510": 1, - }, - "frozen": false, + "outputItems": { + "5510": 1, }, }, { - "cantHaveItems": Bank { - "bank": { - "5512": 1, - }, - "frozen": false, - }, - "inputItems": Bank { - "bank": {}, - "frozen": false, + "cantHaveItems": { + "5512": 1, }, + "inputItems": {}, "name": "Large pouch", - "outputItems": Bank { - "bank": { - "5512": 1, - }, - "frozen": false, + "outputItems": { + "5512": 1, }, }, { - "cantHaveItems": Bank { - "bank": { - "5514": 1, - }, - "frozen": false, - }, - "inputItems": Bank { - "bank": {}, - "frozen": false, + "cantHaveItems": { + "5514": 1, }, + "inputItems": {}, "name": "Giant pouch", - "outputItems": Bank { - "bank": { - "5514": 1, - }, - "frozen": false, + "outputItems": { + "5514": 1, }, }, { - "cantHaveItems": Bank { - "bank": { - "26784": 1, - }, - "frozen": false, + "cantHaveItems": { + "26784": 1, }, - "inputItems": Bank { - "bank": { - "26813": 1, - "5509": 1, - "5510": 1, - "5512": 1, - "5514": 1, - }, - "frozen": false, + "inputItems": { + "26813": 1, + "5509": 1, + "5510": 1, + "5512": 1, + "5514": 1, }, "name": "Colossal pouch", - "outputItems": Bank { - "bank": { - "26784": 1, - }, - "frozen": false, + "outputItems": { + "26784": 1, }, "requiredSkills": { "crafting": 56, @@ -8843,19 +5939,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12829": 1, - "12833": 1, - }, - "frozen": false, + "inputItems": { + "12829": 1, + "12833": 1, }, "name": "Blessed spirit shield", - "outputItems": Bank { - "bank": { - "12831": 1, - }, - "frozen": false, + "outputItems": { + "12831": 1, }, "requiredSkills": { "prayer": 85, @@ -8863,19 +5953,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12823": 1, - "12831": 1, - }, - "frozen": false, + "inputItems": { + "12823": 1, + "12831": 1, }, "name": "Spectral spirit shield", - "outputItems": Bank { - "bank": { - "12821": 1, - }, - "frozen": false, + "outputItems": { + "12821": 1, }, "requiredSkills": { "prayer": 90, @@ -8884,19 +5968,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12827": 1, - "12831": 1, - }, - "frozen": false, + "inputItems": { + "12827": 1, + "12831": 1, }, "name": "Arcane spirit shield", - "outputItems": Bank { - "bank": { - "12825": 1, - }, - "frozen": false, + "outputItems": { + "12825": 1, }, "requiredSkills": { "prayer": 90, @@ -8905,19 +5983,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12819": 1, - "12831": 1, - }, - "frozen": false, + "inputItems": { + "12819": 1, + "12831": 1, }, "name": "Elysian spirit shield", - "outputItems": Bank { - "bank": { - "12817": 1, - }, - "frozen": false, + "outputItems": { + "12817": 1, }, "requiredSkills": { "prayer": 90, @@ -8927,21 +5999,15 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 5, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "3827": 1, - "3828": 1, - "3829": 1, - "3830": 1, - }, - "frozen": false, + "inputItems": { + "3827": 1, + "3828": 1, + "3829": 1, + "3830": 1, }, "name": "Holy book", - "outputItems": Bank { - "bank": { - "3840": 1, - }, - "frozen": false, + "outputItems": { + "3840": 1, }, "requiredSkills": { "agility": 35, @@ -8950,21 +6016,15 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 5, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "3835": 1, - "3836": 1, - "3837": 1, - "3838": 1, - }, - "frozen": false, + "inputItems": { + "3835": 1, + "3836": 1, + "3837": 1, + "3838": 1, }, "name": "Book of balance", - "outputItems": Bank { - "bank": { - "3844": 1, - }, - "frozen": false, + "outputItems": { + "3844": 1, }, "requiredSkills": { "agility": 35, @@ -8973,21 +6033,15 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 5, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "3831": 1, - "3832": 1, - "3833": 1, - "3834": 1, - }, - "frozen": false, + "inputItems": { + "3831": 1, + "3832": 1, + "3833": 1, + "3834": 1, }, "name": "Unholy book", - "outputItems": Bank { - "bank": { - "3842": 1, - }, - "frozen": false, + "outputItems": { + "3842": 1, }, "requiredSkills": { "agility": 35, @@ -8996,21 +6050,15 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 5, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12617": 1, - "12618": 1, - "12619": 1, - "12620": 1, - }, - "frozen": false, + "inputItems": { + "12617": 1, + "12618": 1, + "12619": 1, + "12620": 1, }, "name": "Book of law", - "outputItems": Bank { - "bank": { - "12610": 1, - }, - "frozen": false, + "outputItems": { + "12610": 1, }, "requiredSkills": { "agility": 35, @@ -9019,21 +6067,15 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 5, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12613": 1, - "12614": 1, - "12615": 1, - "12616": 1, - }, - "frozen": false, + "inputItems": { + "12613": 1, + "12614": 1, + "12615": 1, + "12616": 1, }, "name": "Book of war", - "outputItems": Bank { - "bank": { - "12608": 1, - }, - "frozen": false, + "outputItems": { + "12608": 1, }, "requiredSkills": { "agility": 35, @@ -9042,21 +6084,15 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 5, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12621": 1, - "12622": 1, - "12623": 1, - "12624": 1, - }, - "frozen": false, + "inputItems": { + "12621": 1, + "12622": 1, + "12623": 1, + "12624": 1, }, "name": "Book of darkness", - "outputItems": Bank { - "bank": { - "12612": 1, - }, - "frozen": false, + "outputItems": { + "12612": 1, }, "requiredSkills": { "agility": 35, @@ -9065,55 +6101,37 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 30, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "886": 75, - }, - "frozen": false, + "inputItems": { + "886": 75, }, "name": "Ava's accumulator", - "outputItems": Bank { - "bank": { - "10499": 1, - }, - "frozen": false, + "outputItems": { + "10499": 1, }, }, { "QPRequired": 205, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10499": 1, - "21907": 1, - "888": 75, - }, - "frozen": false, + "inputItems": { + "10499": 1, + "21907": 1, + "888": 75, }, "name": "Ava's assembler", - "outputItems": Bank { - "bank": { - "22109": 1, - }, - "frozen": false, + "outputItems": { + "22109": 1, }, }, { "QPRequired": 111, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2366": 1, - "2368": 1, - }, - "frozen": false, + "inputItems": { + "2366": 1, + "2368": 1, }, "name": "Dragon sq shield", - "outputItems": Bank { - "bank": { - "1187": 1, - }, - "frozen": false, + "outputItems": { + "1187": 1, }, "requiredSkills": { "smithing": 60, @@ -9122,20 +6140,14 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 205, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1187": 1, - "22097": 1, - "22100": 1, - }, - "frozen": false, + "inputItems": { + "1187": 1, + "22097": 1, + "22100": 1, }, "name": "Dragon kiteshield", - "outputItems": Bank { - "bank": { - "21895": 1, - }, - "frozen": false, + "outputItems": { + "21895": 1, }, "requiredSkills": { "smithing": 75, @@ -9144,20 +6156,14 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 205, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22097": 1, - "22103": 1, - "3140": 1, - }, - "frozen": false, + "inputItems": { + "22097": 1, + "22103": 1, + "3140": 1, }, "name": "Dragon platebody", - "outputItems": Bank { - "bank": { - "21892": 1, - }, - "frozen": false, + "outputItems": { + "21892": 1, }, "requiredSkills": { "smithing": 90, @@ -9165,38 +6171,26 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "229": 1, - "5974": 1, - }, - "frozen": false, + "inputItems": { + "229": 1, + "5974": 1, }, "name": "Coconut milk", - "outputItems": Bank { - "bank": { - "5935": 1, - "5978": 1, - }, - "frozen": false, + "outputItems": { + "5935": 1, + "5978": 1, }, }, { "GPCost": 300000, "QPRequired": 3, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11824": 1, - }, - "frozen": false, + "inputItems": { + "11824": 1, }, "name": "Zamorakian hasta", - "outputItems": Bank { - "bank": { - "11889": 1, - }, - "frozen": false, + "outputItems": { + "11889": 1, }, "requiredSkills": { "crafting": 11, @@ -9207,448 +6201,286 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21622": 2, - "6034": 1, - }, - "frozen": false, + "inputItems": { + "21622": 2, + "6034": 1, }, "name": "Ultracompost", - "outputItems": Bank { - "bank": { - "21483": 1, - }, - "frozen": false, + "outputItems": { + "21483": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1982": 5, - }, - "frozen": false, + "inputItems": { + "1982": 5, }, "name": "Tomatoes(5)", - "outputItems": Bank { - "bank": { - "5968": 1, - }, - "frozen": false, + "outputItems": { + "5968": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "5968": 1, - }, - "frozen": false, + "inputItems": { + "5968": 1, }, "name": "Tomato", - "outputItems": Bank { - "bank": { - "1982": 5, - }, - "frozen": false, + "outputItems": { + "1982": 5, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1955": 5, - }, - "frozen": false, + "inputItems": { + "1955": 5, }, "name": "Apples(5)", - "outputItems": Bank { - "bank": { - "5386": 1, - }, - "frozen": false, + "outputItems": { + "5386": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "5386": 1, - }, - "frozen": false, + "inputItems": { + "5386": 1, }, "name": "Cooking apple", - "outputItems": Bank { - "bank": { - "1955": 5, - }, - "frozen": false, + "outputItems": { + "1955": 5, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1963": 5, - }, - "frozen": false, + "inputItems": { + "1963": 5, }, "name": "Bananas(5)", - "outputItems": Bank { - "bank": { - "5416": 1, - }, - "frozen": false, + "outputItems": { + "5416": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "5416": 1, - }, - "frozen": false, + "inputItems": { + "5416": 1, }, "name": "Banana", - "outputItems": Bank { - "bank": { - "1963": 5, - }, - "frozen": false, + "outputItems": { + "1963": 5, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "5504": 5, - }, - "frozen": false, + "inputItems": { + "5504": 5, }, "name": "Strawberries(5)", - "outputItems": Bank { - "bank": { - "5406": 1, - }, - "frozen": false, + "outputItems": { + "5406": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "5406": 1, - }, - "frozen": false, + "inputItems": { + "5406": 1, }, "name": "Strawberry", - "outputItems": Bank { - "bank": { - "5504": 5, - }, - "frozen": false, + "outputItems": { + "5504": 5, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2108": 5, - }, - "frozen": false, + "inputItems": { + "2108": 5, }, "name": "Oranges(5)", - "outputItems": Bank { - "bank": { - "5396": 1, - }, - "frozen": false, + "outputItems": { + "5396": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "5396": 1, - }, - "frozen": false, + "inputItems": { + "5396": 1, }, "name": "Orange", - "outputItems": Bank { - "bank": { - "2108": 5, - }, - "frozen": false, + "outputItems": { + "2108": 5, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1942": 10, - }, - "frozen": false, + "inputItems": { + "1942": 10, }, "name": "Potatoes(10)", - "outputItems": Bank { - "bank": { - "5438": 1, - }, - "frozen": false, + "outputItems": { + "5438": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "5438": 1, - }, - "frozen": false, + "inputItems": { + "5438": 1, }, "name": "Potato", - "outputItems": Bank { - "bank": { - "1942": 10, - }, - "frozen": false, + "outputItems": { + "1942": 10, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1957": 10, - }, - "frozen": false, + "inputItems": { + "1957": 10, }, "name": "Onions(10)", - "outputItems": Bank { - "bank": { - "5458": 1, - }, - "frozen": false, + "outputItems": { + "5458": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "5458": 1, - }, - "frozen": false, + "inputItems": { + "5458": 1, }, "name": "Onion", - "outputItems": Bank { - "bank": { - "1957": 10, - }, - "frozen": false, + "outputItems": { + "1957": 10, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1965": 10, - }, - "frozen": false, + "inputItems": { + "1965": 10, }, "name": "Cabbages(10)", - "outputItems": Bank { - "bank": { - "5478": 1, - }, - "frozen": false, + "outputItems": { + "5478": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "5478": 1, - }, - "frozen": false, + "inputItems": { + "5478": 1, }, "name": "Cabbage", - "outputItems": Bank { - "bank": { - "1965": 10, - }, - "frozen": false, + "outputItems": { + "1965": 10, }, }, { "GPCost": 50, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1925": 1, - "6971": 1, - }, - "frozen": false, + "inputItems": { + "1925": 1, + "6971": 1, }, "name": "Bucket of sand (1kg)", - "outputItems": Bank { - "bank": { - "1783": 1, - }, - "frozen": false, + "outputItems": { + "1783": 1, }, }, { "GPCost": 100, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1925": 2, - "6973": 1, - }, - "frozen": false, + "inputItems": { + "1925": 2, + "6973": 1, }, "name": "Bucket of sand (2kg)", - "outputItems": Bank { - "bank": { - "1783": 2, - }, - "frozen": false, + "outputItems": { + "1783": 2, }, }, { "GPCost": 200, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1925": 4, - "6975": 1, - }, - "frozen": false, + "inputItems": { + "1925": 4, + "6975": 1, }, "name": "Bucket of sand (5kg)", - "outputItems": Bank { - "bank": { - "1783": 4, - }, - "frozen": false, + "outputItems": { + "1783": 4, }, }, { "GPCost": 400, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1925": 8, - "6977": 1, - }, - "frozen": false, + "inputItems": { + "1925": 8, + "6977": 1, }, "name": "Bucket of sand (10kg)", - "outputItems": Bank { - "bank": { - "1783": 8, - }, - "frozen": false, + "outputItems": { + "1783": 8, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24422": 1, - "24517": 1, - }, - "frozen": false, + "inputItems": { + "24422": 1, + "24517": 1, }, "name": "Eldritch nightmare staff", - "outputItems": Bank { - "bank": { - "24425": 1, - }, - "frozen": false, + "outputItems": { + "24425": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24422": 1, - "24511": 1, - }, - "frozen": false, + "inputItems": { + "24422": 1, + "24511": 1, }, "name": "Harmonised nightmare staff", - "outputItems": Bank { - "bank": { - "24423": 1, - }, - "frozen": false, + "outputItems": { + "24423": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24422": 1, - "24514": 1, - }, - "frozen": false, + "inputItems": { + "24422": 1, + "24514": 1, }, "name": "Volatile nightmare staff", - "outputItems": Bank { - "bank": { - "24424": 1, - }, - "frozen": false, + "outputItems": { + "24424": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1987": 1, - "20747": 1, - }, - "frozen": false, + "inputItems": { + "1987": 1, + "20747": 1, }, "name": "Zamorak's grapes", - "outputItems": Bank { - "bank": { - "20749": 1, - }, - "frozen": false, + "outputItems": { + "20749": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2150": 1, - }, - "frozen": false, + "inputItems": { + "2150": 1, }, "name": "Toad's legs", - "outputItems": Bank { - "bank": { - "2152": 1, - }, - "frozen": false, + "outputItems": { + "2152": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13229": 1, - "2577": 1, - }, - "frozen": false, + "inputItems": { + "13229": 1, + "2577": 1, }, "name": "Pegasian boots", - "outputItems": Bank { - "bank": { - "13237": 1, - }, - "frozen": false, + "outputItems": { + "13237": 1, }, "requiredSkills": { "magic": 60, @@ -9657,19 +6489,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11840": 1, - "13231": 1, - }, - "frozen": false, + "inputItems": { + "11840": 1, + "13231": 1, }, "name": "Primordial boots", - "outputItems": Bank { - "bank": { - "13239": 1, - }, - "frozen": false, + "outputItems": { + "13239": 1, }, "requiredSkills": { "magic": 60, @@ -9678,19 +6504,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13227": 1, - "6920": 1, - }, - "frozen": false, + "inputItems": { + "13227": 1, + "6920": 1, }, "name": "Eternal boots", - "outputItems": Bank { - "bank": { - "13235": 1, - }, - "frozen": false, + "outputItems": { + "13235": 1, }, "requiredSkills": { "magic": 60, @@ -9699,37 +6519,26 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1042": 1, - "12337": 1, - }, - "frozen": false, + "inputItems": { + "1042": 1, + "12337": 1, }, "name": "Partyhat & specs", - "outputItems": Bank { - "bank": { - "12399": 1, - }, - "frozen": false, + "noCreatablesCl": true, + "outputItems": { + "12399": 1, }, }, { "QPRequired": 75, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1605": 1, - "2961": 1, - }, - "frozen": false, + "inputItems": { + "1605": 1, + "2961": 1, }, "name": "Ivandis Flail", - "outputItems": Bank { - "bank": { - "22398": 1, - }, - "frozen": false, + "outputItems": { + "22398": 1, }, "requiredSkills": { "agility": 45, @@ -9747,19 +6556,13 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 125, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1603": 1, - "22398": 1, - }, - "frozen": false, + "inputItems": { + "1603": 1, + "22398": 1, }, "name": "Blisterwood Flail", - "outputItems": Bank { - "bank": { - "24699": 1, - }, - "frozen": false, + "outputItems": { + "24699": 1, }, "requiredSkills": { "agility": 52, @@ -9778,298 +6581,196 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13258": 1, - "25588": 1200, - }, - "frozen": false, + "inputItems": { + "13258": 1, + "25588": 1200, }, "name": "Spirit angler headband", - "outputItems": Bank { - "bank": { - "25592": 1, - }, - "frozen": false, + "outputItems": { + "25592": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13259": 1, - "25588": 1200, - }, - "frozen": false, + "inputItems": { + "13259": 1, + "25588": 1200, }, "name": "Spirit angler top", - "outputItems": Bank { - "bank": { - "25594": 1, - }, - "frozen": false, + "outputItems": { + "25594": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13260": 1, - "25588": 1200, - }, - "frozen": false, + "inputItems": { + "13260": 1, + "25588": 1200, }, "name": "Spirit angler waders", - "outputItems": Bank { - "bank": { - "25596": 1, - }, - "frozen": false, + "outputItems": { + "25596": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13261": 1, - "25588": 1200, - }, - "frozen": false, + "inputItems": { + "13261": 1, + "25588": 1200, }, "name": "Spirit angler boots", - "outputItems": Bank { - "bank": { - "25598": 1, - }, - "frozen": false, + "outputItems": { + "25598": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "229": 1, - "22929": 10, - }, - "frozen": false, + "inputItems": { + "229": 1, + "22929": 10, }, "name": "Bottled dragonbreath", - "outputItems": Bank { - "bank": { - "23002": 1, - }, - "frozen": false, + "outputItems": { + "23002": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12625": 125, - "24844": 1, - }, - "frozen": false, + "inputItems": { + "12625": 125, + "24844": 1, }, "name": "Ring of endurance", - "outputItems": Bank { - "bank": { - "24736": 1, - }, - "frozen": false, + "outputItems": { + "24736": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22838": 1, - "25582": 1, - }, - "frozen": false, + "inputItems": { + "22838": 1, + "25582": 1, }, "name": "Fish sack barrel", - "outputItems": Bank { - "bank": { - "25585": 1, - }, - "frozen": false, + "outputItems": { + "25585": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21043": 1, - "6914": 1, - }, - "frozen": false, + "inputItems": { + "21043": 1, + "6914": 1, }, "name": "Kodai wand", - "outputItems": Bank { - "bank": { - "21006": 1, - }, - "frozen": false, + "outputItems": { + "21006": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "4081": 1, - }, - "frozen": false, + "inputItems": { + "4081": 1, }, "name": "Salve amulet (e)", - "outputItems": Bank { - "bank": { - "10588": 1, - }, - "frozen": false, + "outputItems": { + "10588": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "12017": 1, - }, - "frozen": false, + "inputItems": { + "12017": 1, }, "name": "Salve amulet(ei)", - "outputItems": Bank { - "bank": { - "12018": 1, - }, - "frozen": false, + "outputItems": { + "12018": 1, }, }, { "GPCost": 50000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12783": 1, - "2572": 1, - }, - "frozen": false, + "inputItems": { + "12783": 1, + "2572": 1, }, "name": "Ring of wealth (i)", - "outputItems": Bank { - "bank": { - "12785": 1, - }, - "frozen": false, + "outputItems": { + "12785": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24763": 1, - "24765": 1, - "24767": 1, - "24769": 1, - "24771": 1, - }, - "frozen": false, + "inputItems": { + "24763": 1, + "24765": 1, + "24767": 1, + "24769": 1, + "24771": 1, }, "name": "Strange hallowed tome", - "outputItems": Bank { - "bank": { - "24761": 1, - }, - "frozen": false, + "outputItems": { + "24761": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26358": 1, - "26360": 1, - "26362": 1, - "26364": 1, - }, - "frozen": false, + "inputItems": { + "26358": 1, + "26360": 1, + "26362": 1, + "26364": 1, }, "name": "Frozen key", - "outputItems": Bank { - "bank": { - "26356": 1, - }, - "frozen": false, + "outputItems": { + "26356": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26388": 50, - }, - "frozen": false, + "inputItems": { + "26388": 50, }, "name": "Ecumenical key", - "outputItems": Bank { - "bank": { - "11942": 1, - }, - "frozen": false, + "outputItems": { + "11942": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24706": 1, - }, - "frozen": false, + "inputItems": { + "24706": 1, }, "name": "Daeyalt essence", - "outputItems": Bank { - "bank": { - "24704": 1, - }, - "frozen": false, + "outputItems": { + "24704": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23943": 1, - "23962": 100, - "25527": 1000, - "25541": 1, - }, - "frozen": false, + "inputItems": { + "23943": 1, + "23962": 100, + "25527": 1000, + "25541": 1, }, "name": "Celestial signet", - "outputItems": Bank { - "bank": { - "25545": 1, - }, - "frozen": false, + "outputItems": { + "25545": 1, }, }, { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23959": 1, - "23962": 100, - }, - "frozen": false, + "inputItems": { + "23959": 1, + "23962": 100, }, "name": "Eternal teleport crystal", - "outputItems": Bank { - "bank": { - "23946": 1, - }, - "frozen": false, + "outputItems": { + "23946": 1, }, "requiredSkills": { "crafting": 80, @@ -10078,142 +6779,94 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20724": 1, - "27616": 150000, - }, - "frozen": false, + "inputItems": { + "20724": 1, + "27616": 150000, }, "name": "Saturated heart", - "outputItems": Bank { - "bank": { - "27641": 1, - }, - "frozen": false, + "outputItems": { + "27641": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11905": 1, - "12932": 1, - }, - "frozen": false, + "inputItems": { + "11905": 1, + "12932": 1, }, "name": "Trident of the swamp", - "outputItems": Bank { - "bank": { - "12899": 1, - }, - "frozen": false, + "outputItems": { + "12899": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71455": 7, - }, - "frozen": false, + "inputItems": { + "71455": 7, }, "name": "Golden cape", - "outputItems": Bank { - "bank": { - "71446": 1, - }, - "frozen": false, + "outputItems": { + "71446": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27681": 1, - "27684": 1, - "27687": 1, - "995": 500000, - }, - "frozen": false, + "inputItems": { + "27681": 1, + "27684": 1, + "27687": 1, + "995": 500000, }, "name": "Voidwaker", - "outputItems": Bank { - "bank": { - "27690": 1, - }, - "frozen": false, + "outputItems": { + "27690": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22552": 1, - "27673": 1, - "995": 500000, - }, - "frozen": false, + "inputItems": { + "22552": 1, + "27673": 1, + "995": 500000, }, "name": "Accursed sceptre (u)", - "outputItems": Bank { - "bank": { - "27662": 1, - }, - "frozen": false, + "outputItems": { + "27662": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22542": 1, - "27667": 1, - "995": 500000, - }, - "frozen": false, + "inputItems": { + "22542": 1, + "27667": 1, + "995": 500000, }, "name": "Ursine chainmace (u)", - "outputItems": Bank { - "bank": { - "27657": 1, - }, - "frozen": false, + "outputItems": { + "27657": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22547": 1, - "27670": 1, - "995": 500000, - }, - "frozen": false, + "inputItems": { + "22547": 1, + "27670": 1, + "995": 500000, }, "name": "Webweaver bow (u)", - "outputItems": Bank { - "bank": { - "27652": 1, - }, - "frozen": false, + "outputItems": { + "27652": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1432": 1, - "28798": 1, - }, - "frozen": false, + "inputItems": { + "1432": 1, + "28798": 1, }, "name": "Bone mace", - "outputItems": Bank { - "bank": { - "28792": 1, - }, - "frozen": false, + "outputItems": { + "28792": 1, }, "requiredSkills": { "smithing": 35, @@ -10221,19 +6874,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28798": 1, - "857": 1, - }, - "frozen": false, + "inputItems": { + "28798": 1, + "857": 1, }, "name": "Bone shortbow", - "outputItems": Bank { - "bank": { - "28794": 1, - }, - "frozen": false, + "outputItems": { + "28794": 1, }, "requiredSkills": { "fletching": 35, @@ -10241,20 +6888,14 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1391": 1, - "28798": 1, - "562": 1000, - }, - "frozen": false, + "inputItems": { + "1391": 1, + "28798": 1, + "562": 1000, }, "name": "Bone staff", - "outputItems": Bank { - "bank": { - "28796": 1, - }, - "frozen": false, + "outputItems": { + "28796": 1, }, "requiredSkills": { "crafting": 35, @@ -10262,1208 +6903,877 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27614": 5, - }, - "frozen": false, + "inputItems": { + "27614": 5, }, "name": "Venator bow (uncharged)", - "outputItems": Bank { - "bank": { - "27612": 1, - }, - "frozen": false, + "outputItems": { + "27612": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28924": 150000, - "28947": 1, - }, - "frozen": false, + "inputItems": { + "28924": 150000, + "28947": 1, }, "name": "Blessed dizana's quiver", - "outputItems": Bank { - "bank": { - "28955": 1, - }, - "frozen": false, + "outputItems": { + "28955": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13280": 1, - "13281": 1, - "28955": 1, - }, - "frozen": false, + "inputItems": { + "13280": 1, + "13281": 1, + "28955": 1, }, "name": "Dizana's max cape", - "outputItems": Bank { - "bank": { - "28902": 1, - "28904": 1, - }, - "frozen": false, + "outputItems": { + "28902": 1, + "28904": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12922": 1, - }, - "frozen": false, + "inputItems": { + "29790": 1, + "29792": 1, + "29794": 1, }, - "name": "Revert tanzanite fang", - "noCl": true, - "outputItems": Bank { - "bank": { - "12934": 20000, - }, - "frozen": false, + "name": "Noxious halberd", + "outputItems": { + "29796": 1, + }, + "requiredSkills": { + "crafting": 72, + "smithing": 72, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12924": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "29788": 1, + }, + "name": "Araxyte slayer helmet", + "outputItems": { + "29816": 1, + }, + "requiredSlayerUnlocks": [ + 202, + ], + }, + { + "cantHaveItems": undefined, + "inputItems": { + "11865": 1, + "29788": 1, + }, + "name": "Araxyte slayer helmet (i)", + "outputItems": { + "29818": 1, + }, + "requiredSlayerUnlocks": [ + 202, + ], + }, + { + "cantHaveItems": undefined, + "inputItems": { + "29781": 1, + "29836": 1, + }, + "name": "Rax", + "outputItems": { + "29838": 1, + }, + }, + { + "cantHaveItems": undefined, + "inputItems": { + "29838": 1, + }, + "name": "Revert Rax", + "noCl": true, + "outputItems": { + "29781": 1, + "29836": 1, + }, + }, + { + "cantHaveItems": undefined, + "customReq": [Function], + "inputItems": { + "29801": 1, + }, + "name": "Amulet of rancour (s)", + "outputItems": { + "29804": 1, + }, + }, + { + "cantHaveItems": undefined, + "inputItems": { + "29804": 1, + }, + "name": "Revert Amulet of rancour (s)", + "noCl": true, + "outputItems": { + "29801": 1, + }, + }, + { + "cantHaveItems": undefined, + "inputItems": { + "12922": 1, + }, + "name": "Revert tanzanite fang", + "noCl": true, + "outputItems": { + "12934": 20000, + }, + }, + { + "cantHaveItems": undefined, + "inputItems": { + "12924": 1, }, "name": "Revert toxic blowpipe (empty)", "noCl": true, - "outputItems": Bank { - "bank": { - "12934": 20000, - }, - "frozen": false, + "outputItems": { + "12934": 20000, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12932": 1, - }, - "frozen": false, + "inputItems": { + "12932": 1, }, "name": "Revert magic fang", "noCl": true, - "outputItems": Bank { - "bank": { - "12934": 20000, - }, - "frozen": false, + "outputItems": { + "12934": 20000, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12927": 1, - }, - "frozen": false, + "inputItems": { + "12927": 1, }, "name": "Revert serpentine visage", "noCl": true, - "outputItems": Bank { - "bank": { - "12934": 20000, - }, - "frozen": false, + "outputItems": { + "12934": 20000, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12929": 1, - }, - "frozen": false, + "inputItems": { + "12929": 1, }, "name": "Revert serpentine helm (uncharged)", "noCl": true, - "outputItems": Bank { - "bank": { - "12934": 20000, - }, - "frozen": false, + "outputItems": { + "12934": 20000, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27627": 1, - }, - "frozen": false, + "inputItems": { + "27627": 1, }, "name": "Revert ancient icon", "noCl": true, - "outputItems": Bank { - "bank": { - "27616": 5000, - }, - "frozen": false, + "outputItems": { + "27616": 5000, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27614": 1, - }, - "frozen": false, + "inputItems": { + "27614": 1, }, "name": "Revert venator shard", "noCl": true, - "outputItems": Bank { - "bank": { - "27616": 50000, - }, - "frozen": false, + "outputItems": { + "27616": 50000, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24424": 1, - }, - "frozen": false, + "inputItems": { + "24424": 1, }, "name": "Revert volatile nightmare staff", "noCl": true, - "outputItems": Bank { - "bank": { - "24422": 1, - "24514": 1, - }, - "frozen": false, + "outputItems": { + "24422": 1, + "24514": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24423": 1, - }, - "frozen": false, + "inputItems": { + "24423": 1, }, "name": "Revert harmonised nightmare staff", "noCl": true, - "outputItems": Bank { - "bank": { - "24422": 1, - "24511": 1, - }, - "frozen": false, + "outputItems": { + "24422": 1, + "24511": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24425": 1, - }, - "frozen": false, + "inputItems": { + "24425": 1, }, "name": "Revert eldritch nightmare staff", "noCl": true, - "outputItems": Bank { - "bank": { - "24422": 1, - "24517": 1, - }, - "frozen": false, + "outputItems": { + "24422": 1, + "24517": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25165": 1, - }, - "frozen": false, + "inputItems": { + "25165": 1, }, "name": "Revert red decorative full helm", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 5, - }, - "frozen": false, + "outputItems": { + "4067": 5, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4071": 1, - }, - "frozen": false, + "inputItems": { + "4071": 1, }, "name": "Revert red decorative helm", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 4, - }, - "frozen": false, + "outputItems": { + "4067": 4, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4069": 1, - }, - "frozen": false, + "inputItems": { + "4069": 1, }, "name": "Revert red decorative body", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 8, - }, - "frozen": false, + "outputItems": { + "4067": 8, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4070": 1, - }, - "frozen": false, + "inputItems": { + "4070": 1, }, "name": "Revert red decorative legs", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 6, - }, - "frozen": false, + "outputItems": { + "4067": 6, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11893": 1, - }, - "frozen": false, + "inputItems": { + "11893": 1, }, "name": "Revert red decorative skirt", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 6, - }, - "frozen": false, + "outputItems": { + "4067": 6, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25163": 1, - }, - "frozen": false, + "inputItems": { + "25163": 1, }, "name": "Revert red decorative boots", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 4, - }, - "frozen": false, + "outputItems": { + "4067": 4, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4072": 1, - }, - "frozen": false, + "inputItems": { + "4072": 1, }, "name": "Revert red decorative shield", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 6, - }, - "frozen": false, + "outputItems": { + "4067": 6, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4068": 1, - }, - "frozen": false, + "inputItems": { + "4068": 1, }, "name": "Revert red decorative sword", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 5, - }, - "frozen": false, + "outputItems": { + "4067": 5, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25169": 1, - }, - "frozen": false, + "inputItems": { + "25169": 1, }, "name": "Revert white decorative full helm", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 50, - }, - "frozen": false, + "outputItems": { + "4067": 50, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4506": 1, - }, - "frozen": false, + "inputItems": { + "4506": 1, }, "name": "Revert white decorative helm", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 40, - }, - "frozen": false, + "outputItems": { + "4067": 40, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4504": 1, - }, - "frozen": false, + "inputItems": { + "4504": 1, }, "name": "Revert white decorative body", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 80, - }, - "frozen": false, + "outputItems": { + "4067": 80, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4505": 1, - }, - "frozen": false, + "inputItems": { + "4505": 1, }, "name": "Revert white decorative legs", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 60, - }, - "frozen": false, + "outputItems": { + "4067": 60, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11894": 1, - }, - "frozen": false, + "inputItems": { + "11894": 1, }, "name": "Revert white decorative skirt", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 60, - }, - "frozen": false, + "outputItems": { + "4067": 60, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25167": 1, - }, - "frozen": false, + "inputItems": { + "25167": 1, }, "name": "Revert white decorative boots", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 40, - }, - "frozen": false, + "outputItems": { + "4067": 40, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4507": 1, - }, - "frozen": false, + "inputItems": { + "4507": 1, }, "name": "Revert white decorative shield", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 60, - }, - "frozen": false, + "outputItems": { + "4067": 60, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4503": 1, - }, - "frozen": false, + "inputItems": { + "4503": 1, }, "name": "Revert white decorative sword", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 50, - }, - "frozen": false, + "outputItems": { + "4067": 50, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25174": 1, - }, - "frozen": false, + "inputItems": { + "25174": 1, }, "name": "Revert gold decorative full helm", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 500, - }, - "frozen": false, + "outputItems": { + "4067": 500, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4511": 1, - }, - "frozen": false, + "inputItems": { + "4511": 1, }, "name": "Revert gold decorative helm", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 400, - }, - "frozen": false, + "outputItems": { + "4067": 400, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4509": 1, - }, - "frozen": false, + "inputItems": { + "4509": 1, }, "name": "Revert gold decorative body", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 800, - }, - "frozen": false, + "outputItems": { + "4067": 800, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4510": 1, - }, - "frozen": false, + "inputItems": { + "4510": 1, }, "name": "Revert gold decorative legs", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 600, - }, - "frozen": false, + "outputItems": { + "4067": 600, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11895": 1, - }, - "frozen": false, + "inputItems": { + "11895": 1, }, "name": "Revert gold decorative skirt", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 600, - }, - "frozen": false, + "outputItems": { + "4067": 600, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25171": 1, - }, - "frozen": false, + "inputItems": { + "25171": 1, }, "name": "Revert gold decorative boots", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 400, - }, - "frozen": false, + "outputItems": { + "4067": 400, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4512": 1, - }, - "frozen": false, + "inputItems": { + "4512": 1, }, "name": "Revert gold decorative shield", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 600, - }, - "frozen": false, + "outputItems": { + "4067": 600, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4508": 1, - }, - "frozen": false, + "inputItems": { + "4508": 1, }, "name": "Revert gold decorative sword", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 500, - }, - "frozen": false, + "outputItems": { + "4067": 500, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4515": 1, - }, - "frozen": false, + "inputItems": { + "4515": 1, }, "name": "Revert zamorak castlewars hood", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 10, - }, - "frozen": false, + "outputItems": { + "4067": 10, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4516": 1, - }, - "frozen": false, + "inputItems": { + "4516": 1, }, "name": "Revert zamorak castlewars cloak", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 10, - }, - "frozen": false, + "outputItems": { + "4067": 10, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4513": 1, - }, - "frozen": false, + "inputItems": { + "4513": 1, }, "name": "Revert saradomin castlewars hood", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 10, - }, - "frozen": false, + "outputItems": { + "4067": 10, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4514": 1, - }, - "frozen": false, + "inputItems": { + "4514": 1, }, "name": "Revert saradomin castlewars cloak", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 10, - }, - "frozen": false, + "outputItems": { + "4067": 10, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4037": 1, - }, - "frozen": false, + "inputItems": { + "4037": 1, }, "name": "Revert saradomin banner", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 100, - }, - "frozen": false, + "outputItems": { + "4067": 100, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4039": 1, - }, - "frozen": false, + "inputItems": { + "4039": 1, }, "name": "Revert zamorak banner", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 100, - }, - "frozen": false, + "outputItems": { + "4067": 100, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11898": 1, - }, - "frozen": false, + "inputItems": { + "11898": 1, }, "name": "Revert decorative magic hat", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 20, - }, - "frozen": false, + "outputItems": { + "4067": 20, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11896": 1, - }, - "frozen": false, + "inputItems": { + "11896": 1, }, "name": "Revert decorative magic top", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 40, - }, - "frozen": false, + "outputItems": { + "4067": 40, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11897": 1, - }, - "frozen": false, + "inputItems": { + "11897": 1, }, "name": "Revert decorative magic robe", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 30, - }, - "frozen": false, + "outputItems": { + "4067": 30, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11899": 1, - }, - "frozen": false, + "inputItems": { + "11899": 1, }, "name": "Revert decorative ranged top", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 40, - }, - "frozen": false, + "outputItems": { + "4067": 40, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11900": 1, - }, - "frozen": false, + "inputItems": { + "11900": 1, }, "name": "Revert decorative ranged legs", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 30, - }, - "frozen": false, + "outputItems": { + "4067": 30, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11901": 1, - }, - "frozen": false, + "inputItems": { + "11901": 1, }, "name": "Revert decorative quiver", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 40, - }, - "frozen": false, + "outputItems": { + "4067": 40, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12637": 1, - }, - "frozen": false, + "inputItems": { + "12637": 1, }, "name": "Revert saradomin halo", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 75, - }, - "frozen": false, + "outputItems": { + "4067": 75, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12638": 1, - }, - "frozen": false, + "inputItems": { + "12638": 1, }, "name": "Revert zamorak halo", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 75, - }, - "frozen": false, + "outputItems": { + "4067": 75, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12639": 1, - }, - "frozen": false, + "inputItems": { + "12639": 1, }, "name": "Revert guthix halo", "noCl": true, - "outputItems": Bank { - "bank": { - "4067": 75, - }, - "frozen": false, + "outputItems": { + "4067": 75, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12399": 1, - }, - "frozen": false, + "inputItems": { + "12399": 1, }, "name": "Revert partyhat & specs", "noCl": true, - "outputItems": Bank { - "bank": { - "1042": 1, - "12337": 1, - }, - "frozen": false, + "outputItems": { + "1042": 1, + "12337": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11889": 1, - }, - "frozen": false, + "inputItems": { + "11889": 1, }, "name": "Revert zamorakian hasta", "noCl": true, - "outputItems": Bank { - "bank": { - "11824": 1, - }, - "frozen": false, + "outputItems": { + "11824": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11802": 1, - }, - "frozen": false, + "inputItems": { + "11802": 1, }, "name": "Revert armadyl godsword", "noCl": true, - "outputItems": Bank { - "bank": { - "11798": 1, - "11810": 1, - }, - "frozen": false, + "outputItems": { + "11798": 1, + "11810": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11804": 1, - }, - "frozen": false, + "inputItems": { + "11804": 1, }, "name": "Revert bandos godsword", - "outputItems": Bank { - "bank": { - "11798": 1, - "11812": 1, - }, - "frozen": false, + "outputItems": { + "11798": 1, + "11812": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11806": 1, - }, - "frozen": false, + "inputItems": { + "11806": 1, }, "name": "Revert saradomin godsword", "noCl": true, - "outputItems": Bank { - "bank": { - "11798": 1, - "11814": 1, - }, - "frozen": false, + "outputItems": { + "11798": 1, + "11814": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11808": 1, - }, - "frozen": false, + "inputItems": { + "11808": 1, }, "name": "Revert zamorak godsword", "noCl": true, - "outputItems": Bank { - "bank": { - "11798": 1, - "11816": 1, - }, - "frozen": false, + "outputItems": { + "11798": 1, + "11816": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25585": 1, - }, - "frozen": false, + "inputItems": { + "25585": 1, }, "name": "Revert Fish sack barrel", "noCl": true, - "outputItems": Bank { - "bank": { - "22838": 1, - "25582": 1, - }, - "frozen": false, + "outputItems": { + "22838": 1, + "25582": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21750": 1, - }, - "frozen": false, + "inputItems": { + "21750": 1, }, "name": "Revert midnight", "noCl": true, - "outputItems": Bank { - "bank": { - "21748": 1, - }, - "frozen": false, + "outputItems": { + "21748": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25613": 1, - "7418": 1, - }, - "frozen": false, + "inputItems": { + "25613": 1, + "7418": 1, }, "name": "Revert baby mole-rat", "noCl": true, - "outputItems": Bank { - "bank": { - "12646": 1, - }, - "frozen": false, + "outputItems": { + "12646": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22319": 1, - }, - "frozen": false, + "inputItems": { + "22319": 1, }, "name": "Revert tzrek-zuk", "noCl": true, - "outputItems": Bank { - "bank": { - "21291": 1, - }, - "frozen": false, + "outputItems": { + "21291": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25836": 1, - }, - "frozen": false, + "inputItems": { + "25836": 1, }, "name": "Revert little parasite", "noCl": true, - "outputItems": Bank { - "bank": { - "24491": 1, - "25838": 1, - }, - "frozen": false, + "outputItems": { + "24491": 1, + "25838": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "239": 1, - "24849": 1, - }, - "frozen": false, + "inputItems": { + "239": 1, + "24849": 1, }, "name": "Revert ziggy", "noCl": true, - "outputItems": Bank { - "bank": { - "20663": 1, - }, - "frozen": false, + "outputItems": { + "20663": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "239": 1, - "24847": 1, - }, - "frozen": false, + "inputItems": { + "239": 1, + "24847": 1, }, "name": "Revert red", "noCl": true, - "outputItems": Bank { - "bank": { - "20663": 1, - }, - "frozen": false, + "outputItems": { + "20663": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25600": 1, - }, - "frozen": false, + "inputItems": { + "25600": 1, }, "name": "Revert great blue heron", "noCl": true, - "outputItems": Bank { - "bank": { - "13320": 1, - }, - "frozen": false, + "outputItems": { + "13320": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26899": 1, - }, - "frozen": false, + "inputItems": { + "26899": 1, }, "name": "Revert greatish guardian", "noCl": true, - "outputItems": Bank { - "bank": { - "20665": 1, - "26820": 1, - }, - "frozen": false, + "outputItems": { + "20665": 1, + "26820": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13392": 1, - }, - "frozen": false, + "inputItems": { + "13392": 1, }, "name": "Revert xeric's talisman (inert)", "noCl": true, - "outputItems": Bank { - "bank": { - "13391": 100, - }, - "frozen": false, + "outputItems": { + "13391": 100, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28947": 1, - }, - "frozen": false, + "inputItems": { + "28947": 1, }, "name": "Revert Dizana's quiver (uncharged)", "noCl": true, - "outputItems": Bank { - "bank": { - "28924": 4000, - }, - "frozen": false, + "outputItems": { + "28924": 4000, }, }, { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11920": 1, - "23953": 1, - "23962": 120, - }, - "frozen": false, + "inputItems": { + "11920": 1, + "23953": 1, + "23962": 120, }, "name": "Crystal pickaxe", - "outputItems": Bank { - "bank": { - "23680": 1, - }, - "frozen": false, + "outputItems": { + "23680": 1, }, "requiredSkills": { "crafting": 76, @@ -11473,20 +7783,14 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21028": 1, - "23953": 1, - "23962": 120, - }, - "frozen": false, + "inputItems": { + "21028": 1, + "23953": 1, + "23962": 120, }, "name": "Crystal harpoon", - "outputItems": Bank { - "bank": { - "23762": 1, - }, - "frozen": false, + "outputItems": { + "23762": 1, }, "requiredSkills": { "crafting": 76, @@ -11496,20 +7800,14 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23953": 1, - "23962": 120, - "6739": 1, - }, - "frozen": false, + "inputItems": { + "23953": 1, + "23962": 120, + "6739": 1, }, "name": "Crystal axe", - "outputItems": Bank { - "bank": { - "23673": 1, - }, - "frozen": false, + "outputItems": { + "23673": 1, }, "requiredSkills": { "crafting": 76, @@ -11519,19 +7817,13 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23962": 10, - "989": 1, - }, - "frozen": false, + "inputItems": { + "23962": 10, + "989": 1, }, "name": "Enhanced crystal key", - "outputItems": Bank { - "bank": { - "23951": 1, - }, - "frozen": false, + "outputItems": { + "23951": 1, }, "requiredSkills": { "crafting": 80, @@ -11541,19 +7833,13 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23962": 1000, - "23997": 1, - }, - "frozen": false, + "inputItems": { + "23962": 1000, + "23997": 1, }, "name": "Blade of saeldor (c)", - "outputItems": Bank { - "bank": { - "24551": 1, - }, - "frozen": false, + "outputItems": { + "24551": 1, }, "requiredSkills": { "crafting": 82, @@ -11563,19 +7849,13 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24551": 1, - }, - "frozen": false, + "inputItems": { + "24551": 1, }, "name": "Revert blade of saeldor (c)", "noCl": true, - "outputItems": Bank { - "bank": { - "23997": 1, - }, - "frozen": false, + "outputItems": { + "23997": 1, }, "requiredSkills": { "crafting": 82, @@ -11585,19 +7865,13 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23962": 2000, - "25862": 1, - }, - "frozen": false, + "inputItems": { + "23962": 2000, + "25862": 1, }, "name": "Bow of faerdhinen (c)", - "outputItems": Bank { - "bank": { - "25867": 1, - }, - "frozen": false, + "outputItems": { + "25867": 1, }, "requiredSkills": { "crafting": 82, @@ -11607,19 +7881,13 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25867": 1, - }, - "frozen": false, + "inputItems": { + "25867": 1, }, "name": "Revert bow of faerdhinen (c)", "noCl": true, - "outputItems": Bank { - "bank": { - "25862": 1, - }, - "frozen": false, + "outputItems": { + "25862": 1, }, "requiredSkills": { "crafting": 82, @@ -11629,19 +7897,13 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23962": 100, - "25859": 1, - }, - "frozen": false, + "inputItems": { + "23962": 100, + "25859": 1, }, - "name": "Blade of saeldor (inactive)", - "outputItems": Bank { - "bank": { - "23997": 1, - }, - "frozen": false, + "name": "Blade of saeldor (inactive)", + "outputItems": { + "23997": 1, }, "requiredSkills": { "crafting": 82, @@ -11651,19 +7913,13 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23962": 250, - "23997": 1, - }, - "frozen": false, + "inputItems": { + "23962": 250, + "23997": 1, }, "name": "Revert blade of saeldor (inactive)", - "outputItems": Bank { - "bank": { - "25859": 1, - }, - "frozen": false, + "outputItems": { + "25859": 1, }, "requiredSkills": { "crafting": 82, @@ -11673,19 +7929,13 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23962": 100, - "25859": 1, - }, - "frozen": false, + "inputItems": { + "23962": 100, + "25859": 1, }, "name": "Bow of faerdhinen (inactive)", - "outputItems": Bank { - "bank": { - "25862": 1, - }, - "frozen": false, + "outputItems": { + "25862": 1, }, "requiredSkills": { "crafting": 82, @@ -11695,19 +7945,13 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23962": 250, - "25862": 1, - }, - "frozen": false, + "inputItems": { + "23962": 250, + "25862": 1, }, "name": "Revert bow of faerdhinen (inactive)", - "outputItems": Bank { - "bank": { - "25859": 1, - }, - "frozen": false, + "outputItems": { + "25859": 1, }, "requiredSkills": { "crafting": 82, @@ -11717,20 +7961,14 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23962": 40, - "4207": 1, - }, - "frozen": false, + "inputItems": { + "23962": 40, + "4207": 1, }, "name": "Crystal halberd", "noCl": true, - "outputItems": Bank { - "bank": { - "23987": 1, - }, - "frozen": false, + "outputItems": { + "23987": 1, }, "requiredSkills": { "crafting": 78, @@ -11740,20 +7978,14 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23962": 40, - "4207": 1, - }, - "frozen": false, + "inputItems": { + "23962": 40, + "4207": 1, }, "name": "Crystal bow", "noCl": true, - "outputItems": Bank { - "bank": { - "23983": 1, - }, - "frozen": false, + "outputItems": { + "23983": 1, }, "requiredSkills": { "crafting": 78, @@ -11763,20 +7995,14 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23956": 1, - "23962": 150, - }, - "frozen": false, + "inputItems": { + "23956": 1, + "23962": 150, }, "name": "Crystal helm", "noCl": true, - "outputItems": Bank { - "bank": { - "23971": 1, - }, - "frozen": false, + "outputItems": { + "23971": 1, }, "requiredSkills": { "crafting": 70, @@ -11786,20 +8012,14 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23956": 2, - "23962": 300, - }, - "frozen": false, + "inputItems": { + "23956": 2, + "23962": 300, }, "name": "Crystal legs", "noCl": true, - "outputItems": Bank { - "bank": { - "23979": 1, - }, - "frozen": false, + "outputItems": { + "23979": 1, }, "requiredSkills": { "crafting": 72, @@ -11809,20 +8029,14 @@ exports[`BSO Creatables 1`] = ` { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23956": 3, - "23962": 450, - }, - "frozen": false, + "inputItems": { + "23956": 3, + "23962": 450, }, "name": "Crystal body", "noCl": true, - "outputItems": Bank { - "bank": { - "23975": 1, - }, - "frozen": false, + "outputItems": { + "23975": 1, }, "requiredSkills": { "crafting": 74, @@ -11831,2050 +8045,1348 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12954": 1, - "20143": 1, - }, - "frozen": false, + "inputItems": { + "12954": 1, + "20143": 1, }, "name": "Dragon defender (t)", - "outputItems": Bank { - "bank": { - "19722": 1, - }, - "frozen": false, + "outputItems": { + "19722": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19722": 1, - }, - "frozen": false, + "inputItems": { + "19722": 1, }, "name": "Revert dragon defender (t)", "noCl": true, - "outputItems": Bank { - "bank": { - "12954": 1, - "20143": 1, - }, - "frozen": false, + "outputItems": { + "12954": 1, + "20143": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23227": 1, - "8850": 1, - }, - "frozen": false, + "inputItems": { + "23227": 1, + "8850": 1, }, "name": "Rune defender (t)", - "outputItems": Bank { - "bank": { - "23230": 1, - }, - "frozen": false, + "outputItems": { + "23230": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23230": 1, - }, - "frozen": false, + "inputItems": { + "23230": 1, }, "name": "Revert rune defender (t)", "noCl": true, - "outputItems": Bank { - "bank": { - "23227": 1, - "8850": 1, - }, - "frozen": false, + "outputItems": { + "23227": 1, + "8850": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11920": 1, - "23908": 1, - }, - "frozen": false, + "inputItems": { + "11920": 1, + "23908": 1, }, "name": "Dragon pickaxe (or)", - "outputItems": Bank { - "bank": { - "23677": 1, - }, - "frozen": false, + "outputItems": { + "23677": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23677": 1, - }, - "frozen": false, + "inputItems": { + "23677": 1, }, "name": "Revert dragon pickaxe (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "11920": 1, - "23908": 1, - }, - "frozen": false, + "outputItems": { + "11920": 1, + "23908": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1187": 1, - "12532": 1, - }, - "frozen": false, + "inputItems": { + "1187": 1, + "12532": 1, }, "name": "Dragon sq shield (g)", - "outputItems": Bank { - "bank": { - "12418": 1, - }, - "frozen": false, + "outputItems": { + "12418": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12418": 1, - }, - "frozen": false, + "inputItems": { + "12418": 1, }, "name": "Revert dragon sq shield (g)", "noCl": true, - "outputItems": Bank { - "bank": { - "1187": 1, - "12532": 1, - }, - "frozen": false, + "outputItems": { + "1187": 1, + "12532": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11335": 1, - "12538": 1, - }, - "frozen": false, + "inputItems": { + "11335": 1, + "12538": 1, }, "name": "Dragon full helm (g)", - "outputItems": Bank { - "bank": { - "12417": 1, - }, - "frozen": false, + "outputItems": { + "12417": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12417": 1, - }, - "frozen": false, + "inputItems": { + "12417": 1, }, "name": "Revert dragon full helm (g)", "noCl": true, - "outputItems": Bank { - "bank": { - "11335": 1, - "12538": 1, - }, - "frozen": false, + "outputItems": { + "11335": 1, + "12538": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21892": 1, - "22236": 1, - }, - "frozen": false, + "inputItems": { + "21892": 1, + "22236": 1, }, "name": "Dragon platebody (g)", - "outputItems": Bank { - "bank": { - "22242": 1, - }, - "frozen": false, + "outputItems": { + "22242": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22242": 1, - }, - "frozen": false, + "inputItems": { + "22242": 1, }, "name": "Revert dragon platebody (g)", "noCl": true, - "outputItems": Bank { - "bank": { - "21892": 1, - "22236": 1, - }, - "frozen": false, + "outputItems": { + "21892": 1, + "22236": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21895": 1, - "22239": 1, - }, - "frozen": false, + "inputItems": { + "21895": 1, + "22239": 1, }, "name": "Dragon kiteshield (g)", - "outputItems": Bank { - "bank": { - "22244": 1, - }, - "frozen": false, + "outputItems": { + "22244": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22244": 1, - }, - "frozen": false, + "inputItems": { + "22244": 1, }, "name": "Revert dragon kiteshield (g)", "noCl": true, - "outputItems": Bank { - "bank": { - "21895": 1, - "22239": 1, - }, - "frozen": false, + "outputItems": { + "21895": 1, + "22239": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11840": 1, - "22231": 1, - }, - "frozen": false, + "inputItems": { + "11840": 1, + "22231": 1, }, "name": "Dragon boots (g)", - "outputItems": Bank { - "bank": { - "22234": 1, - }, - "frozen": false, + "outputItems": { + "22234": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22234": 1, - }, - "frozen": false, + "inputItems": { + "22234": 1, }, "name": "Revert dragon boots (g)", "noCl": true, - "outputItems": Bank { - "bank": { - "11840": 1, - "22231": 1, - }, - "frozen": false, + "outputItems": { + "11840": 1, + "22231": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20002": 1, - "4587": 1, - }, - "frozen": false, + "inputItems": { + "20002": 1, + "4587": 1, }, "name": "Dragon scimitar (or)", - "outputItems": Bank { - "bank": { - "20000": 1, - }, - "frozen": false, + "outputItems": { + "20000": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20000": 1, - }, - "frozen": false, + "inputItems": { + "20000": 1, }, "name": "Revert dragon scimitar (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "20002": 1, - "4587": 1, - }, - "frozen": false, + "outputItems": { + "20002": 1, + "4587": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12536": 1, - "4087": 1, - }, - "frozen": false, + "inputItems": { + "12536": 1, + "4087": 1, }, "name": "Dragon platelegs (g)", - "outputItems": Bank { - "bank": { - "12415": 1, - }, - "frozen": false, + "outputItems": { + "12415": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12415": 1, - }, - "frozen": false, + "inputItems": { + "12415": 1, }, "name": "Revert dragon platelegs (g)", "noCl": true, - "outputItems": Bank { - "bank": { - "12536": 1, - "4087": 1, - }, - "frozen": false, + "outputItems": { + "12536": 1, + "4087": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12536": 1, - "4585": 1, - }, - "frozen": false, + "inputItems": { + "12536": 1, + "4585": 1, }, "name": "Dragon plateskirt (g)", - "outputItems": Bank { - "bank": { - "12416": 1, - }, - "frozen": false, + "outputItems": { + "12416": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12416": 1, - }, - "frozen": false, + "inputItems": { + "12416": 1, }, "name": "Revert dragon plateskirt (g)", "noCl": true, - "outputItems": Bank { - "bank": { - "12536": 1, - "4585": 1, - }, - "frozen": false, + "outputItems": { + "12536": 1, + "4585": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12534": 1, - "3140": 1, - }, - "frozen": false, + "inputItems": { + "12534": 1, + "3140": 1, }, "name": "Dragon chainbody (g)", - "outputItems": Bank { - "bank": { - "12414": 1, - }, - "frozen": false, + "outputItems": { + "12414": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12414": 1, - }, - "frozen": false, + "inputItems": { + "12414": 1, }, "name": "Revert dragon chainbody (g)", "noCl": true, - "outputItems": Bank { - "bank": { - "12534": 1, - "3140": 1, - }, - "frozen": false, + "outputItems": { + "12534": 1, + "3140": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12526": 1, - "6585": 1, - }, - "frozen": false, + "inputItems": { + "12526": 1, + "6585": 1, }, "name": "Amulet of fury (or)", - "outputItems": Bank { - "bank": { - "12436": 1, - }, - "frozen": false, + "outputItems": { + "12436": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12436": 1, - }, - "frozen": false, + "inputItems": { + "12436": 1, }, "name": "Revert amulet of fury (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "12526": 1, - "6585": 1, - }, - "frozen": false, + "outputItems": { + "12526": 1, + "6585": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11808": 1, - "20077": 1, - }, - "frozen": false, + "inputItems": { + "11808": 1, + "20077": 1, }, "name": "Zamorak godsword (or)", - "outputItems": Bank { - "bank": { - "20374": 1, - }, - "frozen": false, + "outputItems": { + "20374": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20374": 1, - }, - "frozen": false, + "inputItems": { + "20374": 1, }, "name": "Revert zamorak godsword (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "11808": 1, - "20077": 1, - }, - "frozen": false, + "outputItems": { + "11808": 1, + "20077": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11804": 1, - "20071": 1, - }, - "frozen": false, + "inputItems": { + "11804": 1, + "20071": 1, }, "name": "Bandos godsword (or)", - "outputItems": Bank { - "bank": { - "20370": 1, - }, - "frozen": false, + "outputItems": { + "20370": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20370": 1, - }, - "frozen": false, + "inputItems": { + "20370": 1, }, "name": "Revert bandos godsword (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "11804": 1, - "20071": 1, - }, - "frozen": false, + "outputItems": { + "11804": 1, + "20071": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11806": 1, - "20074": 1, - }, - "frozen": false, + "inputItems": { + "11806": 1, + "20074": 1, }, "name": "Saradomin godsword (or)", - "outputItems": Bank { - "bank": { - "20372": 1, - }, - "frozen": false, + "outputItems": { + "20372": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20372": 1, - }, - "frozen": false, + "inputItems": { + "20372": 1, }, "name": "Revert saradomin godsword (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "11806": 1, - "20074": 1, - }, - "frozen": false, + "outputItems": { + "11806": 1, + "20074": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11802": 1, - "20068": 1, - }, - "frozen": false, + "inputItems": { + "11802": 1, + "20068": 1, }, "name": "Armadyl godsword (or)", - "outputItems": Bank { - "bank": { - "20368": 1, - }, - "frozen": false, + "outputItems": { + "20368": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20368": 1, - }, - "frozen": false, + "inputItems": { + "20368": 1, }, "name": "Revert armadyl godsword (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "11802": 1, - "20068": 1, - }, - "frozen": false, + "outputItems": { + "11802": 1, + "20068": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19553": 1, - "20062": 1, - }, - "frozen": false, + "inputItems": { + "19553": 1, + "20062": 1, }, "name": "Amulet of torture (or)", - "outputItems": Bank { - "bank": { - "20366": 1, - }, - "frozen": false, + "outputItems": { + "20366": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20366": 1, - }, - "frozen": false, + "inputItems": { + "20366": 1, }, "name": "Revert amulet of torture (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "19553": 1, - "20062": 1, - }, - "frozen": false, + "outputItems": { + "19553": 1, + "20062": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19547": 1, - "22246": 1, - }, - "frozen": false, + "inputItems": { + "19547": 1, + "22246": 1, }, "name": "Necklace of anguish (or)", - "outputItems": Bank { - "bank": { - "22249": 1, - }, - "frozen": false, + "outputItems": { + "22249": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22249": 1, - }, - "frozen": false, + "inputItems": { + "22249": 1, }, "name": "Revert necklace of anguish (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "19547": 1, - "22246": 1, - }, - "frozen": false, + "outputItems": { + "19547": 1, + "22246": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19544": 1, - "23348": 1, - }, - "frozen": false, + "inputItems": { + "19544": 1, + "23348": 1, }, "name": "Tormented bracelet (or)", - "outputItems": Bank { - "bank": { - "23444": 1, - }, - "frozen": false, + "outputItems": { + "23444": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23444": 1, - }, - "frozen": false, + "inputItems": { + "23444": 1, }, "name": "Revert tormented bracelet (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "19544": 1, - "23348": 1, - }, - "frozen": false, + "outputItems": { + "19544": 1, + "23348": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12002": 1, - "20065": 1, - }, - "frozen": false, + "inputItems": { + "12002": 1, + "20065": 1, }, "name": "Occult necklace (or)", - "outputItems": Bank { - "bank": { - "19720": 1, - }, - "frozen": false, + "outputItems": { + "19720": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19720": 1, - }, - "frozen": false, + "inputItems": { + "19720": 1, }, "name": "Revert occult necklace (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "12002": 1, - "20065": 1, - }, - "frozen": false, + "outputItems": { + "12002": 1, + "20065": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1333": 1, - "23321": 1, - }, - "frozen": false, + "inputItems": { + "1333": 1, + "23321": 1, }, "name": "Rune scimitar (guthix)", - "outputItems": Bank { - "bank": { - "23330": 1, - }, - "frozen": false, + "outputItems": { + "23330": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23330": 1, - }, - "frozen": false, + "inputItems": { + "23330": 1, }, "name": "Revert rune scimitar (guthix)", "noCl": true, - "outputItems": Bank { - "bank": { - "1333": 1, - "23321": 1, - }, - "frozen": false, + "outputItems": { + "1333": 1, + "23321": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1333": 1, - "23324": 1, - }, - "frozen": false, + "inputItems": { + "1333": 1, + "23324": 1, }, "name": "Rune scimitar (saradomin)", - "outputItems": Bank { - "bank": { - "23332": 1, - }, - "frozen": false, + "outputItems": { + "23332": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23332": 1, - }, - "frozen": false, + "inputItems": { + "23332": 1, }, "name": "Revert rune scimitar (saradomin)", "noCl": true, - "outputItems": Bank { - "bank": { - "1333": 1, - "23324": 1, - }, - "frozen": false, + "outputItems": { + "1333": 1, + "23324": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1333": 1, - "23327": 1, - }, - "frozen": false, + "inputItems": { + "1333": 1, + "23327": 1, }, "name": "Rune scimitar (zamorak)", - "outputItems": Bank { - "bank": { - "23334": 1, - }, - "frozen": false, + "outputItems": { + "23334": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23334": 1, - }, - "frozen": false, + "inputItems": { + "23334": 1, }, "name": "Revert rune scimitar (zamorak)", "noCl": true, - "outputItems": Bank { - "bank": { - "1333": 1, - "23327": 1, - }, - "frozen": false, + "outputItems": { + "1333": 1, + "23327": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23232": 1, - "6528": 1, - }, - "frozen": false, + "inputItems": { + "23232": 1, + "6528": 1, }, "name": "Tzhaar-ket-om (t)", - "outputItems": Bank { - "bank": { - "23235": 1, - }, - "frozen": false, + "outputItems": { + "23235": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23235": 1, - }, - "frozen": false, + "inputItems": { + "23235": 1, }, "name": "Revert tzhaar-ket-om (t)", "noCl": true, - "outputItems": Bank { - "bank": { - "23232": 1, - "6528": 1, - }, - "frozen": false, + "outputItems": { + "23232": 1, + "6528": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11128": 1, - "23237": 1, - }, - "frozen": false, + "inputItems": { + "11128": 1, + "23237": 1, }, "name": "Berserker necklace (or)", - "outputItems": Bank { - "bank": { - "23240": 1, - }, - "frozen": false, + "outputItems": { + "23240": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23240": 1, - }, - "frozen": false, + "inputItems": { + "23240": 1, }, "name": "Revert berserker necklace (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "11128": 1, - "23237": 1, - }, - "frozen": false, + "outputItems": { + "11128": 1, + "23237": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12528": 1, - "6918": 1, - }, - "frozen": false, + "inputItems": { + "12528": 1, + "6918": 1, }, "name": "Dark infinity hat", - "outputItems": Bank { - "bank": { - "12457": 1, - }, - "frozen": false, + "outputItems": { + "12457": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12457": 1, - }, - "frozen": false, + "inputItems": { + "12457": 1, }, "name": "Revert dark infinity hat", "noCl": true, - "outputItems": Bank { - "bank": { - "12528": 1, - "6918": 1, - }, - "frozen": false, + "outputItems": { + "12528": 1, + "6918": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12528": 1, - "6916": 1, - }, - "frozen": false, + "inputItems": { + "12528": 1, + "6916": 1, }, "name": "Dark infinity top", - "outputItems": Bank { - "bank": { - "12458": 1, - }, - "frozen": false, + "outputItems": { + "12458": 1, }, }, { - "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12458": 1, - }, - "frozen": false, + "cantHaveItems": undefined, + "inputItems": { + "12458": 1, }, "name": "Revert dark infinity top", "noCl": true, - "outputItems": Bank { - "bank": { - "12528": 1, - "6916": 1, - }, - "frozen": false, + "outputItems": { + "12528": 1, + "6916": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12528": 1, - "6924": 1, - }, - "frozen": false, + "inputItems": { + "12528": 1, + "6924": 1, }, "name": "Dark infinity bottoms", - "outputItems": Bank { - "bank": { - "12459": 1, - }, - "frozen": false, + "outputItems": { + "12459": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12459": 1, - }, - "frozen": false, + "inputItems": { + "12459": 1, }, "name": "Revert dark infinity bottoms", "noCl": true, - "outputItems": Bank { - "bank": { - "12528": 1, - "6924": 1, - }, - "frozen": false, + "outputItems": { + "12528": 1, + "6924": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12530": 1, - "6918": 1, - }, - "frozen": false, + "inputItems": { + "12530": 1, + "6918": 1, }, "name": "Light infinity hat", - "outputItems": Bank { - "bank": { - "12419": 1, - }, - "frozen": false, + "outputItems": { + "12419": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12419": 1, - }, - "frozen": false, + "inputItems": { + "12419": 1, }, "name": "Revert light infinity hat", "noCl": true, - "outputItems": Bank { - "bank": { - "12530": 1, - "6918": 1, - }, - "frozen": false, + "outputItems": { + "12530": 1, + "6918": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12530": 1, - "6916": 1, - }, - "frozen": false, + "inputItems": { + "12530": 1, + "6916": 1, }, "name": "Light infinity top", - "outputItems": Bank { - "bank": { - "12420": 1, - }, - "frozen": false, + "outputItems": { + "12420": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12420": 1, - }, - "frozen": false, + "inputItems": { + "12420": 1, }, "name": "Revert light infinity top", "noCl": true, - "outputItems": Bank { - "bank": { - "12530": 1, - "6916": 1, - }, - "frozen": false, + "outputItems": { + "12530": 1, + "6916": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12530": 1, - "6924": 1, - }, - "frozen": false, + "inputItems": { + "12530": 1, + "6924": 1, }, "name": "Light infinity bottoms", - "outputItems": Bank { - "bank": { - "12421": 1, - }, - "frozen": false, + "outputItems": { + "12421": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12421": 1, - }, - "frozen": false, + "inputItems": { + "12421": 1, }, "name": "Revert light infinity bottoms", "noCl": true, - "outputItems": Bank { - "bank": { - "12530": 1, - "6924": 1, - }, - "frozen": false, + "outputItems": { + "12530": 1, + "6924": 1, }, }, { "GPCost": 40, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10117": 4, - }, - "frozen": false, + "inputItems": { + "10117": 4, }, "name": "Polar camouflage gear", - "outputItems": Bank { - "bank": { - "10065": 1, - "10067": 1, - }, - "frozen": false, + "outputItems": { + "10065": 1, + "10067": 1, }, }, { "GPCost": 40, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10121": 4, - }, - "frozen": false, + "inputItems": { + "10121": 4, }, "name": "Woodland camouflage gear", - "outputItems": Bank { - "bank": { - "10053": 1, - "10055": 1, - }, - "frozen": false, + "outputItems": { + "10053": 1, + "10055": 1, }, }, { "GPCost": 40, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10119": 4, - }, - "frozen": false, + "inputItems": { + "10119": 4, }, "name": "Jungle camouflage gear", - "outputItems": Bank { - "bank": { - "10057": 1, - "10059": 1, - }, - "frozen": false, + "outputItems": { + "10057": 1, + "10059": 1, }, }, { "GPCost": 40, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10123": 4, - }, - "frozen": false, + "inputItems": { + "10123": 4, }, "name": "Desert camouflage gear", - "outputItems": Bank { - "bank": { - "10061": 1, - "10063": 1, - }, - "frozen": false, + "outputItems": { + "10061": 1, + "10063": 1, }, }, { "GPCost": 700, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10093": 2, - "10095": 1, - }, - "frozen": false, + "inputItems": { + "10093": 2, + "10095": 1, }, "name": "Larupia hunter gear", - "outputItems": Bank { - "bank": { - "10041": 1, - "10043": 1, - "10045": 1, - }, - "frozen": false, + "outputItems": { + "10041": 1, + "10043": 1, + "10045": 1, }, }, { "GPCost": 1000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10097": 2, - "10099": 1, - }, - "frozen": false, + "inputItems": { + "10097": 2, + "10099": 1, }, "name": "Graahk hunter gear", - "outputItems": Bank { - "bank": { - "10047": 1, - "10049": 1, - "10051": 1, - }, - "frozen": false, + "outputItems": { + "10047": 1, + "10049": 1, + "10051": 1, }, }, { "GPCost": 1400, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10101": 2, - "10103": 1, - }, - "frozen": false, + "inputItems": { + "10101": 2, + "10103": 1, }, "name": "Kyatt hunter gear", - "outputItems": Bank { - "bank": { - "10035": 1, - "10037": 1, - "10039": 1, - }, - "frozen": false, + "outputItems": { + "10035": 1, + "10037": 1, + "10039": 1, }, }, { "GPCost": 400, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10125": 2, - }, - "frozen": false, + "inputItems": { + "10125": 2, }, "name": "Spotted cape", - "outputItems": Bank { - "bank": { - "10069": 1, - }, - "frozen": false, + "outputItems": { + "10069": 1, }, }, { "GPCost": 800, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10127": 2, - }, - "frozen": false, + "inputItems": { + "10127": 2, }, "name": "Spottier cape", - "outputItems": Bank { - "bank": { - "10071": 1, - }, - "frozen": false, + "outputItems": { + "10071": 1, }, }, { "GPCost": 600, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10115": 2, - }, - "frozen": false, + "inputItems": { + "10115": 2, }, "name": "Gloves of silence", - "outputItems": Bank { - "bank": { - "10075": 1, - }, - "frozen": false, + "outputItems": { + "10075": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21018": 1, - "24670": 1, - }, - "frozen": false, + "inputItems": { + "21018": 1, + "24670": 1, }, "name": "Twisted ancestral hat", - "outputItems": Bank { - "bank": { - "24664": 1, - }, - "frozen": false, + "outputItems": { + "24664": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21021": 1, - "24670": 1, - }, - "frozen": false, + "inputItems": { + "21021": 1, + "24670": 1, }, "name": "Twisted ancestral robe top", - "outputItems": Bank { - "bank": { - "24666": 1, - }, - "frozen": false, + "outputItems": { + "24666": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21024": 1, - "24670": 1, - }, - "frozen": false, + "inputItems": { + "21024": 1, + "24670": 1, }, "name": "Twisted ancestral robe bottom", - "outputItems": Bank { - "bank": { - "24668": 1, - }, - "frozen": false, + "outputItems": { + "24668": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24668": 1, - }, - "frozen": false, + "inputItems": { + "24668": 1, }, "name": "Revert twisted ancestral robe bottom", "noCl": true, - "outputItems": Bank { - "bank": { - "21024": 1, - "24670": 1, - }, - "frozen": false, + "outputItems": { + "21024": 1, + "24670": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24666": 1, - }, - "frozen": false, + "inputItems": { + "24666": 1, }, "name": "Revert twisted ancestral robe top", "noCl": true, - "outputItems": Bank { - "bank": { - "21021": 1, - "24670": 1, - }, - "frozen": false, + "outputItems": { + "21021": 1, + "24670": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24664": 1, - }, - "frozen": false, + "inputItems": { + "24664": 1, }, "name": "Revert twisted ancestral hat", "noCl": true, - "outputItems": Bank { - "bank": { - "21018": 1, - "24670": 1, - }, - "frozen": false, + "outputItems": { + "21018": 1, + "24670": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22386": 1, - }, - "frozen": false, + "inputItems": { + "22386": 1, }, "name": "Puppadile", - "outputItems": Bank { - "bank": { - "22376": 1, - }, - "frozen": false, + "outputItems": { + "22376": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22386": 1, - }, - "frozen": false, + "inputItems": { + "22386": 1, }, "name": "Tektiny", - "outputItems": Bank { - "bank": { - "22378": 1, - }, - "frozen": false, + "outputItems": { + "22378": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22386": 1, - }, - "frozen": false, + "inputItems": { + "22386": 1, }, "name": "Vanguard", - "outputItems": Bank { - "bank": { - "22380": 1, - }, - "frozen": false, + "outputItems": { + "22380": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22386": 1, - }, - "frozen": false, + "inputItems": { + "22386": 1, }, "name": "Vasa minirio", - "outputItems": Bank { - "bank": { - "22382": 1, - }, - "frozen": false, + "outputItems": { + "22382": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22386": 1, - }, - "frozen": false, + "inputItems": { + "22386": 1, }, "name": "Vespina", - "outputItems": Bank { - "bank": { - "22384": 1, - }, - "frozen": false, + "outputItems": { + "22384": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25746": 1, - }, - "frozen": false, + "inputItems": { + "25746": 1, }, "name": "Lil' maiden", - "outputItems": Bank { - "bank": { - "25748": 1, - }, - "frozen": false, + "outputItems": { + "25748": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25746": 1, - }, - "frozen": false, + "inputItems": { + "25746": 1, }, "name": "Lil' bloat", - "outputItems": Bank { - "bank": { - "25749": 1, - }, - "frozen": false, + "outputItems": { + "25749": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25746": 1, - }, - "frozen": false, + "inputItems": { + "25746": 1, }, "name": "Lil' nylo", - "outputItems": Bank { - "bank": { - "25750": 1, - }, - "frozen": false, + "outputItems": { + "25750": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25746": 1, - }, - "frozen": false, + "inputItems": { + "25746": 1, }, "name": "Lil' sot", - "outputItems": Bank { - "bank": { - "25751": 1, - }, - "frozen": false, + "outputItems": { + "25751": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25746": 1, - }, - "frozen": false, + "inputItems": { + "25746": 1, }, "name": "Lil' xarp", - "outputItems": Bank { - "bank": { - "25752": 1, - }, - "frozen": false, + "outputItems": { + "25752": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21748": 1, - }, - "frozen": false, + "inputItems": { + "21748": 1, }, "name": "Midnight", - "outputItems": Bank { - "bank": { - "21750": 1, - }, - "frozen": false, + "outputItems": { + "21750": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12646": 1, - "7416": 1, - }, - "frozen": false, + "inputItems": { + "12646": 1, + "7416": 1, }, "name": "Baby mole-rat", - "outputItems": Bank { - "bank": { - "25613": 1, - }, - "frozen": false, + "outputItems": { + "25613": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21291": 1, - }, - "frozen": false, + "inputItems": { + "21291": 1, }, "name": "Tzrek-zuk", - "outputItems": Bank { - "bank": { - "22319": 1, - }, - "frozen": false, + "outputItems": { + "22319": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24491": 1, - "25838": 1, - }, - "frozen": false, + "inputItems": { + "24491": 1, + "25838": 1, }, "name": "Little parasite", - "outputItems": Bank { - "bank": { - "25836": 1, - }, - "frozen": false, + "outputItems": { + "25836": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20663": 1, - "6018": 1, - }, - "frozen": false, + "inputItems": { + "20663": 1, + "6018": 1, }, "name": "Ziggy", - "outputItems": Bank { - "bank": { - "24849": 1, - }, - "frozen": false, + "outputItems": { + "24849": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1951": 1, - "20663": 1, - }, - "frozen": false, + "inputItems": { + "1951": 1, + "20663": 1, }, "name": "Red", - "outputItems": Bank { - "bank": { - "24847": 1, - }, - "frozen": false, + "outputItems": { + "24847": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13320": 1, - "25588": 3000, - }, - "frozen": false, + "inputItems": { + "13320": 1, + "25588": 3000, }, "name": "Great blue heron", - "outputItems": Bank { - "bank": { - "25600": 1, - }, - "frozen": false, + "outputItems": { + "25600": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20665": 1, - "26820": 1, - }, - "frozen": false, + "inputItems": { + "20665": 1, + "26820": 1, }, "name": "Greatish guardian", - "outputItems": Bank { - "bank": { - "26899": 1, - }, - "frozen": false, + "outputItems": { + "26899": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19679": 1, - "19681": 1, - "19683": 1, - }, - "frozen": false, + "inputItems": { + "19679": 1, + "19681": 1, + "19683": 1, }, "name": "Dark totem", - "outputItems": Bank { - "bank": { - "19685": 1, - }, - "frozen": false, + "outputItems": { + "19685": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11889": 1, - "22966": 1, - }, - "frozen": false, + "inputItems": { + "11889": 1, + "22966": 1, }, "name": "Dragon hunter lance", - "outputItems": Bank { - "bank": { - "22978": 1, - }, - "frozen": false, + "outputItems": { + "22978": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22983": 1, - }, - "frozen": false, + "inputItems": { + "22983": 1, }, "name": "Ferocious gloves", - "outputItems": Bank { - "bank": { - "22981": 1, - }, - "frozen": false, + "outputItems": { + "22981": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22981": 1, - }, - "frozen": false, + "inputItems": { + "22981": 1, }, "name": "Revert ferocious gloves", "noCl": true, - "outputItems": Bank { - "bank": { - "22983": 1, - }, - "frozen": false, + "outputItems": { + "22983": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19529": 1, - "6573": 1, - }, - "frozen": false, + "inputItems": { + "19529": 1, + "6573": 1, }, "name": "Uncut zenyte", - "outputItems": Bank { - "bank": { - "19496": 1, - }, - "frozen": false, + "outputItems": { + "19496": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10828": 1, - "24268": 1, - }, - "frozen": false, + "inputItems": { + "10828": 1, + "24268": 1, }, "name": "Neitiznot faceguard", - "outputItems": Bank { - "bank": { - "24271": 1, - }, - "frozen": false, + "outputItems": { + "24271": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24271": 1, - }, - "frozen": false, + "inputItems": { + "24271": 1, }, "name": "Revert neitiznot faceguard", - "outputItems": Bank { - "bank": { - "10828": 1, - "24268": 1, - }, - "frozen": false, + "outputItems": { + "10828": 1, + "24268": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19677": 3, - "6746": 1, - }, - "frozen": false, + "inputItems": { + "19677": 3, + "6746": 1, }, "name": "Arclight", - "outputItems": Bank { - "bank": { - "19675": 1, - }, - "frozen": false, + "outputItems": { + "19675": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22957": 1, - "23037": 1, - }, - "frozen": false, + "inputItems": { + "22957": 1, + "23037": 1, }, "name": "Boots of brimstone", - "outputItems": Bank { - "bank": { - "22951": 1, - }, - "frozen": false, + "outputItems": { + "22951": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12598": 1, - "22960": 1, - }, - "frozen": false, + "inputItems": { + "12598": 1, + "22960": 1, }, "name": "Devout boots", - "outputItems": Bank { - "bank": { - "22954": 1, - }, - "frozen": false, + "outputItems": { + "22954": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11908": 1, - "12932": 1, - }, - "frozen": false, + "inputItems": { + "11908": 1, + "12932": 1, }, "name": "Uncharged toxic trident", - "outputItems": Bank { - "bank": { - "12900": 1, - }, - "frozen": false, + "outputItems": { + "12900": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1391": 1, - "22372": 1, - "561": 1000, - }, - "frozen": false, + "inputItems": { + "1391": 1, + "22372": 1, + "561": 1000, }, "name": "Bryophyta's staff", - "outputItems": Bank { - "bank": { - "22370": 1, - }, - "frozen": false, + "outputItems": { + "22370": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11791": 1, - "12932": 1, - }, - "frozen": false, + "inputItems": { + "11791": 1, + "12932": 1, }, "name": "Toxic staff (uncharged)", - "outputItems": Bank { - "bank": { - "12902": 1, - }, - "frozen": false, + "outputItems": { + "12902": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12004": 1, - "4151": 1, - }, - "frozen": false, + "inputItems": { + "12004": 1, + "4151": 1, }, "maxCanOwn": 1, "name": "Abyssal tentacle", "onCreate": [Function], - "outputItems": Bank { - "bank": { - "12006": 1, - }, - "frozen": false, + "outputItems": { + "12006": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22969": 1, - "22971": 1, - "22973": 1, - }, - "frozen": false, + "inputItems": { + "22969": 1, + "22971": 1, + "22973": 1, }, "name": "Brimstone ring", - "outputItems": Bank { - "bank": { - "22975": 1, - }, - "frozen": false, + "outputItems": { + "22975": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11836": 1, - "21730": 1, - }, - "frozen": false, + "inputItems": { + "11836": 1, + "21730": 1, }, "name": "Guardian boots", - "outputItems": Bank { - "bank": { - "21733": 1, - }, - "frozen": false, + "outputItems": { + "21733": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13274": 1, - "13275": 1, - "13276": 1, - }, - "frozen": false, + "inputItems": { + "13274": 1, + "13275": 1, + "13276": 1, }, "name": "Abyssal bludgeon", - "outputItems": Bank { - "bank": { - "13263": 1, - }, - "frozen": false, + "outputItems": { + "13263": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "8901": 1, - }, - "frozen": false, + "inputItems": { + "8901": 1, }, "name": "Uncharged black mask", - "outputItems": Bank { - "bank": { - "8921": 1, - }, - "frozen": false, + "outputItems": { + "8921": 1, }, }, { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2357": 1, - "4155": 1, - }, - "frozen": false, + "inputItems": { + "2357": 1, + "4155": 1, }, "name": "Slayer ring (8)", - "outputItems": Bank { - "bank": { - "11866": 1, - }, - "frozen": false, + "outputItems": { + "11866": 1, }, "requiredSkills": { "crafting": 75, @@ -13886,19 +9398,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21270": 1, - "2357": 1, - }, - "frozen": false, + "inputItems": { + "21270": 1, + "2357": 1, }, "name": "Slayer ring (eternal)", - "outputItems": Bank { - "bank": { - "21268": 1, - }, - "frozen": false, + "outputItems": { + "21268": 1, }, "requiredSkills": { "crafting": 75, @@ -13910,23 +9416,17 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4155": 1, - "4164": 1, - "4166": 1, - "4168": 1, - "4551": 1, - "8921": 1, - }, - "frozen": false, + "inputItems": { + "4155": 1, + "4164": 1, + "4166": 1, + "4168": 1, + "4551": 1, + "8921": 1, }, - "name": "Slayer helmet", - "outputItems": Bank { - "bank": { - "11864": 1, - }, - "frozen": false, + "name": "Slayer helmet", + "outputItems": { + "11864": 1, }, "requiredSkills": { "crafting": 55, @@ -13938,23 +9438,17 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11784": 1, - "4155": 1, - "4164": 1, - "4166": 1, - "4168": 1, - "4551": 1, - }, - "frozen": false, + "inputItems": { + "11784": 1, + "4155": 1, + "4164": 1, + "4166": 1, + "4168": 1, + "4551": 1, }, "name": "Slayer helmet (i)", - "outputItems": Bank { - "bank": { - "11865": 1, - }, - "frozen": false, + "outputItems": { + "11865": 1, }, "requiredSkills": { "crafting": 55, @@ -13966,24 +9460,18 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11864": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, }, "name": "Revert slayer helmet", "noCl": true, - "outputItems": Bank { - "bank": { - "4155": 1, - "4164": 1, - "4166": 1, - "4168": 1, - "4551": 1, - "8921": 1, - }, - "frozen": false, + "outputItems": { + "4155": 1, + "4164": 1, + "4166": 1, + "4168": 1, + "4551": 1, + "8921": 1, }, "requiredSkills": { "crafting": 55, @@ -13995,24 +9483,18 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11865": 1, - }, - "frozen": false, + "inputItems": { + "11865": 1, }, "name": "Revert slayer helmet (i)", "noCl": true, - "outputItems": Bank { - "bank": { - "11784": 1, - "4155": 1, - "4164": 1, - "4166": 1, - "4168": 1, - "4551": 1, - }, - "frozen": false, + "outputItems": { + "11784": 1, + "4155": 1, + "4164": 1, + "4166": 1, + "4168": 1, + "4551": 1, }, "requiredSkills": { "crafting": 55, @@ -14024,19 +9506,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11864": 1, - "7980": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "7980": 1, }, "name": "Black slayer helmet", - "outputItems": Bank { - "bank": { - "19639": 1, - }, - "frozen": false, + "outputItems": { + "19639": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14046,19 +9522,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11865": 1, - "7980": 1, - }, - "frozen": false, + "inputItems": { + "11865": 1, + "7980": 1, }, "name": "Black slayer helmet (i)", - "outputItems": Bank { - "bank": { - "19641": 1, - }, - "frozen": false, + "outputItems": { + "19641": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14068,20 +9538,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19639": 1, - }, - "frozen": false, + "inputItems": { + "19639": 1, }, "name": "Revert black slayer helmet", "noCl": true, - "outputItems": Bank { - "bank": { - "11864": 1, - "7980": 1, - }, - "frozen": false, + "outputItems": { + "11864": 1, + "7980": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14091,20 +9555,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19641": 1, - }, - "frozen": false, + "inputItems": { + "19641": 1, }, "name": "Revert black slayer helmet (i)", "noCl": true, - "outputItems": Bank { - "bank": { - "11865": 1, - "7980": 1, - }, - "frozen": false, + "outputItems": { + "11865": 1, + "7980": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14114,19 +9572,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11864": 1, - "7981": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "7981": 1, }, "name": "Green slayer helmet", - "outputItems": Bank { - "bank": { - "19643": 1, - }, - "frozen": false, + "outputItems": { + "19643": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14136,19 +9588,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11865": 1, - "7981": 1, - }, - "frozen": false, + "inputItems": { + "11865": 1, + "7981": 1, }, "name": "Green slayer helmet (i)", - "outputItems": Bank { - "bank": { - "19645": 1, - }, - "frozen": false, + "outputItems": { + "19645": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14158,20 +9604,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19643": 1, - }, - "frozen": false, + "inputItems": { + "19643": 1, }, "name": "Revert green slayer helmet", "noCl": true, - "outputItems": Bank { - "bank": { - "11864": 1, - "7981": 1, - }, - "frozen": false, + "outputItems": { + "11864": 1, + "7981": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14181,20 +9621,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19645": 1, - }, - "frozen": false, + "inputItems": { + "19645": 1, }, "name": "Revert green slayer helmet (i)", "noCl": true, - "outputItems": Bank { - "bank": { - "11865": 1, - "7981": 1, - }, - "frozen": false, + "outputItems": { + "11865": 1, + "7981": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14204,19 +9638,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11864": 1, - "7979": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "7979": 1, }, "name": "Red slayer helmet", - "outputItems": Bank { - "bank": { - "19647": 1, - }, - "frozen": false, + "outputItems": { + "19647": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14226,19 +9654,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11865": 1, - "7979": 1, - }, - "frozen": false, + "inputItems": { + "11865": 1, + "7979": 1, }, "name": "Red slayer helmet (i)", - "outputItems": Bank { - "bank": { - "19649": 1, - }, - "frozen": false, + "outputItems": { + "19649": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14248,20 +9670,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19647": 1, - }, - "frozen": false, + "inputItems": { + "19647": 1, }, "name": "Revert red slayer helmet", "noCl": true, - "outputItems": Bank { - "bank": { - "11864": 1, - "7979": 1, - }, - "frozen": false, + "outputItems": { + "11864": 1, + "7979": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14271,20 +9687,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19649": 1, - }, - "frozen": false, + "inputItems": { + "19649": 1, }, "name": "Revert red slayer helmet (i)", "noCl": true, - "outputItems": Bank { - "bank": { - "11865": 1, - "7979": 1, - }, - "frozen": false, + "outputItems": { + "11865": 1, + "7979": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14294,19 +9704,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11864": 1, - "21275": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "21275": 1, }, "name": "Purple slayer helmet", - "outputItems": Bank { - "bank": { - "21264": 1, - }, - "frozen": false, + "outputItems": { + "21264": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14316,19 +9720,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11865": 1, - "21275": 1, - }, - "frozen": false, + "inputItems": { + "11865": 1, + "21275": 1, }, "name": "Purple slayer helmet (i)", - "outputItems": Bank { - "bank": { - "21266": 1, - }, - "frozen": false, + "outputItems": { + "21266": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14338,20 +9736,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21264": 1, - }, - "frozen": false, + "inputItems": { + "21264": 1, }, "name": "Revert purple slayer helmet", "noCl": true, - "outputItems": Bank { - "bank": { - "11864": 1, - "21275": 1, - }, - "frozen": false, + "outputItems": { + "11864": 1, + "21275": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14361,20 +9753,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21266": 1, - }, - "frozen": false, + "inputItems": { + "21266": 1, }, "name": "Revert purple slayer helmet (i)", "noCl": true, - "outputItems": Bank { - "bank": { - "11865": 1, - "21275": 1, - }, - "frozen": false, + "outputItems": { + "11865": 1, + "21275": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14384,19 +9770,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11864": 1, - "21907": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "21907": 1, }, "name": "Turquoise slayer helmet", - "outputItems": Bank { - "bank": { - "21888": 1, - }, - "frozen": false, + "outputItems": { + "21888": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14406,19 +9786,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11865": 1, - "21907": 1, - }, - "frozen": false, + "inputItems": { + "11865": 1, + "21907": 1, }, "name": "Turquoise slayer helmet (i)", - "outputItems": Bank { - "bank": { - "21890": 1, - }, - "frozen": false, + "outputItems": { + "21890": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14428,20 +9802,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21888": 1, - }, - "frozen": false, + "inputItems": { + "21888": 1, }, "name": "Revert turquoise slayer helmet", "noCl": true, - "outputItems": Bank { - "bank": { - "11864": 1, - "21907": 1, - }, - "frozen": false, + "outputItems": { + "11864": 1, + "21907": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14451,20 +9819,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21890": 1, - }, - "frozen": false, + "inputItems": { + "21890": 1, }, "name": "Revert turquoise slayer helmet (i)", "noCl": true, - "outputItems": Bank { - "bank": { - "11865": 1, - "21907": 1, - }, - "frozen": false, + "outputItems": { + "11865": 1, + "21907": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14474,19 +9836,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11864": 1, - "23077": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "23077": 1, }, "name": "Hydra slayer helmet", - "outputItems": Bank { - "bank": { - "23073": 1, - }, - "frozen": false, + "outputItems": { + "23073": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14496,19 +9852,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11865": 1, - "23077": 1, - }, - "frozen": false, + "inputItems": { + "11865": 1, + "23077": 1, }, "name": "Hydra slayer helmet (i)", - "outputItems": Bank { - "bank": { - "23075": 1, - }, - "frozen": false, + "outputItems": { + "23075": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14518,20 +9868,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23073": 1, - }, - "frozen": false, + "inputItems": { + "23073": 1, }, "name": "Revert hydra slayer helmet", "noCl": true, - "outputItems": Bank { - "bank": { - "11864": 1, - "23077": 1, - }, - "frozen": false, + "outputItems": { + "11864": 1, + "23077": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14541,20 +9885,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23075": 1, - }, - "frozen": false, + "inputItems": { + "23075": 1, }, "name": "Revert hydra slayer helmet (i)", "noCl": true, - "outputItems": Bank { - "bank": { - "11865": 1, - "23077": 1, - }, - "frozen": false, + "outputItems": { + "11865": 1, + "23077": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14564,19 +9902,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11864": 1, - "24466": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "24466": 1, }, "name": "Twisted slayer helmet", - "outputItems": Bank { - "bank": { - "24370": 1, - }, - "frozen": false, + "outputItems": { + "24370": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14586,19 +9918,13 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11865": 1, - "24466": 1, - }, - "frozen": false, + "inputItems": { + "11865": 1, + "24466": 1, }, "name": "Twisted slayer helmet (i)", - "outputItems": Bank { - "bank": { - "24444": 1, - }, - "frozen": false, + "outputItems": { + "24444": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14608,20 +9934,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24370": 1, - }, - "frozen": false, + "inputItems": { + "24370": 1, }, "name": "Revert twisted slayer helmet", "noCl": true, - "outputItems": Bank { - "bank": { - "11864": 1, - "24466": 1, - }, - "frozen": false, + "outputItems": { + "11864": 1, + "24466": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14631,20 +9951,14 @@ exports[`BSO Creatables 1`] = ` { "GPCost": 0, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24444": 1, - }, - "frozen": false, + "inputItems": { + "24444": 1, }, "name": "Revert twisted slayer helmet (i)", "noCl": true, - "outputItems": Bank { - "bank": { - "11865": 1, - "24466": 1, - }, - "frozen": false, + "outputItems": { + "11865": 1, + "24466": 1, }, "requiredSlayerUnlocks": [ 2, @@ -14653,184 +9967,124 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13280": 1, - "13281": 1, - }, - "frozen": false, + "inputItems": { + "13280": 1, + "13281": 1, }, "name": "Ardougne max cape", - "outputItems": Bank { - "bank": { - "20760": 1, - "20764": 1, - }, - "frozen": false, + "outputItems": { + "20760": 1, + "20764": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13280": 1, - "13281": 1, - }, - "frozen": false, + "inputItems": { + "13280": 1, + "13281": 1, }, "name": "Infernal max cape", - "outputItems": Bank { - "bank": { - "21282": 1, - "21285": 1, - }, - "frozen": false, + "outputItems": { + "21282": 1, + "21285": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13280": 1, - "13281": 1, - }, - "frozen": false, + "inputItems": { + "13280": 1, + "13281": 1, }, "name": "Assembler max cape", - "outputItems": Bank { - "bank": { - "21898": 1, - "21900": 1, - }, - "frozen": false, + "outputItems": { + "21898": 1, + "21900": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13280": 1, - "13281": 1, - }, - "frozen": false, + "inputItems": { + "13280": 1, + "13281": 1, }, "name": "Imbued guthix max cape", - "outputItems": Bank { - "bank": { - "21784": 1, - "21786": 1, - }, - "frozen": false, + "outputItems": { + "21784": 1, + "21786": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13280": 1, - "13281": 1, - }, - "frozen": false, + "inputItems": { + "13280": 1, + "13281": 1, }, "name": "Imbued saradomin max cape", - "outputItems": Bank { - "bank": { - "21776": 1, - "21778": 1, - }, - "frozen": false, + "outputItems": { + "21776": 1, + "21778": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13280": 1, - "13281": 1, - }, - "frozen": false, + "inputItems": { + "13280": 1, + "13281": 1, }, "name": "Imbued zamorak max cape", - "outputItems": Bank { - "bank": { - "21780": 1, - "21782": 1, - }, - "frozen": false, + "outputItems": { + "21780": 1, + "21782": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13280": 1, - "13281": 1, - "22114": 1, - }, - "frozen": false, + "inputItems": { + "13280": 1, + "13281": 1, + "22114": 1, }, "name": "Mythical max cape", - "outputItems": Bank { - "bank": { - "24855": 1, - "24857": 1, - }, - "frozen": false, + "outputItems": { + "24855": 1, + "24857": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13280": 1, - "13281": 1, - "6570": 1, - }, - "frozen": false, + "inputItems": { + "13280": 1, + "13281": 1, + "6570": 1, }, "name": "Fire max cape", - "outputItems": Bank { - "bank": { - "13329": 1, - "13330": 1, - }, - "frozen": false, + "outputItems": { + "13329": 1, + "13330": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13280": 1, - "13281": 1, - "27374": 1, - }, - "frozen": false, + "inputItems": { + "13280": 1, + "13281": 1, + "27374": 1, }, "name": "Masori assembler max cape", - "outputItems": Bank { - "bank": { - "27363": 1, - "27366": 1, - }, - "frozen": false, + "outputItems": { + "27363": 1, + "27366": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11286": 1, - "1540": 1, - }, - "frozen": false, + "inputItems": { + "11286": 1, + "1540": 1, }, "name": "Uncharged dragonfire shield", - "outputItems": Bank { - "bank": { - "11284": 1, - }, - "frozen": false, + "outputItems": { + "11284": 1, }, "requiredSkills": { "smithing": 90, @@ -14838,19 +10092,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1540": 1, - "22006": 1, - }, - "frozen": false, + "inputItems": { + "1540": 1, + "22006": 1, }, "name": "Uncharged dragonfire ward", - "outputItems": Bank { - "bank": { - "22003": 1, - }, - "frozen": false, + "outputItems": { + "22003": 1, }, "requiredSkills": { "smithing": 90, @@ -14858,19 +10106,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21637": 1, - "2890": 1, - }, - "frozen": false, + "inputItems": { + "21637": 1, + "2890": 1, }, "name": "Uncharged ancient wyvern shield", - "outputItems": Bank { - "bank": { - "21634": 1, - }, - "frozen": false, + "outputItems": { + "21634": 1, }, "requiredSkills": { "magic": 66, @@ -14879,4885 +10121,3390 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11284": 1, - "23002": 1, - }, - "frozen": false, + "inputItems": { + "11284": 1, + "23002": 1, }, "name": "Dragonfire shield", - "outputItems": Bank { - "bank": { - "11283": 1, - }, - "frozen": false, + "outputItems": { + "11283": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22003": 1, - "23002": 1, - }, - "frozen": false, + "inputItems": { + "22003": 1, + "23002": 1, }, "name": "Dragonfire ward", - "outputItems": Bank { - "bank": { - "22002": 1, - }, - "frozen": false, + "outputItems": { + "22002": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21555": 5000, - "21634": 1, - "23002": 1, - }, - "frozen": false, + "inputItems": { + "21555": 5000, + "21634": 1, + "23002": 1, }, "name": "Ancient wyvern shield", - "outputItems": Bank { - "bank": { - "21633": 1, - }, - "frozen": false, + "outputItems": { + "21633": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21817": 1, - "21820": 2000, - }, - "frozen": false, + "inputItems": { + "21817": 1, + "21820": 2000, }, "name": "Bracelet of ethereum", - "outputItems": Bank { - "bank": { - "21816": 1, - }, - "frozen": false, + "outputItems": { + "21816": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21817": 1, - }, - "frozen": false, + "inputItems": { + "21817": 1, }, "name": "Revenant ether", "noCl": true, - "outputItems": Bank { - "bank": { - "21820": 250, - }, - "frozen": false, + "outputItems": { + "21820": 250, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21820": 7000, - "22542": 1, - }, - "frozen": false, + "inputItems": { + "21820": 7000, + "22542": 1, }, "name": "Viggora's chainmace", - "outputItems": Bank { - "bank": { - "22545": 1, - }, - "frozen": false, + "outputItems": { + "22545": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22545": 1, - }, - "frozen": false, + "inputItems": { + "22545": 1, }, "name": "Revert viggora's chainmace", - "outputItems": Bank { - "bank": { - "21820": 7000, - "22542": 1, - }, - "frozen": false, + "outputItems": { + "21820": 7000, + "22542": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21820": 7000, - "27657": 1, - }, - "frozen": false, + "inputItems": { + "21820": 7000, + "27657": 1, }, "name": "Ursine chainmace", - "outputItems": Bank { - "bank": { - "27660": 1, - }, - "frozen": false, + "outputItems": { + "27660": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27660": 1, - }, - "frozen": false, + "inputItems": { + "27660": 1, }, "name": "Revert ursine chainmace", - "outputItems": Bank { - "bank": { - "21820": 7000, - "27657": 1, - }, - "frozen": false, + "outputItems": { + "21820": 7000, + "27657": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22542": 1, - }, - "frozen": false, + "inputItems": { + "22542": 1, }, "name": "Revert viggora's chainmace (u)", - "outputItems": Bank { - "bank": { - "21820": 7500, - }, - "frozen": false, + "outputItems": { + "21820": 7500, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21820": 7000, - "22547": 1, - }, - "frozen": false, + "inputItems": { + "21820": 7000, + "22547": 1, }, "name": "Craw's bow", - "outputItems": Bank { - "bank": { - "22550": 1, - }, - "frozen": false, + "outputItems": { + "22550": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22550": 1, - }, - "frozen": false, + "inputItems": { + "22550": 1, }, "name": "Revert craw's bow", - "outputItems": Bank { - "bank": { - "21820": 7000, - "22547": 1, - }, - "frozen": false, + "outputItems": { + "21820": 7000, + "22547": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21820": 7000, - "27652": 1, - }, - "frozen": false, + "inputItems": { + "21820": 7000, + "27652": 1, }, "name": "Webweaver bow", - "outputItems": Bank { - "bank": { - "27655": 1, - }, - "frozen": false, + "outputItems": { + "27655": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27655": 1, - }, - "frozen": false, + "inputItems": { + "27655": 1, }, "name": "Revert webweaver bow", - "outputItems": Bank { - "bank": { - "21820": 7000, - "27652": 1, - }, - "frozen": false, + "outputItems": { + "21820": 7000, + "27652": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22547": 1, - }, - "frozen": false, + "inputItems": { + "22547": 1, }, "name": "Revert craw's bow (u)", - "outputItems": Bank { - "bank": { - "21820": 7500, - }, - "frozen": false, + "outputItems": { + "21820": 7500, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21820": 7000, - "22552": 1, - }, - "frozen": false, + "inputItems": { + "21820": 7000, + "22552": 1, }, "name": "Thammaron's sceptre", - "outputItems": Bank { - "bank": { - "22555": 1, - }, - "frozen": false, + "outputItems": { + "22555": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22555": 1, - }, - "frozen": false, + "inputItems": { + "22555": 1, }, "name": "Revert thammaron's sceptre", - "outputItems": Bank { - "bank": { - "21820": 7000, - "22552": 1, - }, - "frozen": false, + "outputItems": { + "21820": 7000, + "22552": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21820": 7000, - "27662": 1, - }, - "frozen": false, + "inputItems": { + "21820": 7000, + "27662": 1, }, "name": "Accursed sceptre", - "outputItems": Bank { - "bank": { - "27665": 1, - }, - "frozen": false, + "outputItems": { + "27665": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27665": 1, - }, - "frozen": false, + "inputItems": { + "27665": 1, }, "name": "Revert accursed sceptre", - "outputItems": Bank { - "bank": { - "21820": 7000, - "27662": 1, - }, - "frozen": false, + "outputItems": { + "21820": 7000, + "27662": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22552": 1, - }, - "frozen": false, + "inputItems": { + "22552": 1, }, "name": "Revert thammaron's sceptre (u)", - "outputItems": Bank { - "bank": { - "21820": 7500, - }, - "frozen": false, + "outputItems": { + "21820": 7500, }, }, { - "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12960": 1, - }, - "frozen": false, + "cantHaveItems": undefined, + "inputItems": { + "12960": 1, }, "name": "Unpack bronze set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "1075": 1, - "1117": 1, - "1155": 1, - "1189": 1, - }, - "frozen": false, + "outputItems": { + "1075": 1, + "1117": 1, + "1155": 1, + "1189": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1075": 1, - "1117": 1, - "1155": 1, - "1189": 1, - }, - "frozen": false, + "inputItems": { + "1075": 1, + "1117": 1, + "1155": 1, + "1189": 1, }, "name": "Bronze set (lg)", - "outputItems": Bank { - "bank": { - "12960": 1, - }, - "frozen": false, + "outputItems": { + "12960": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12962": 1, - }, - "frozen": false, + "inputItems": { + "12962": 1, }, "name": "Unpack bronze set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "1087": 1, - "1117": 1, - "1155": 1, - "1189": 1, - }, - "frozen": false, + "outputItems": { + "1087": 1, + "1117": 1, + "1155": 1, + "1189": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1087": 1, - "1117": 1, - "1155": 1, - "1189": 1, - }, - "frozen": false, + "inputItems": { + "1087": 1, + "1117": 1, + "1155": 1, + "1189": 1, }, "name": "Bronze set (sk)", - "outputItems": Bank { - "bank": { - "12962": 1, - }, - "frozen": false, + "outputItems": { + "12962": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12964": 1, - }, - "frozen": false, + "inputItems": { + "12964": 1, }, "name": "Unpack bronze trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "12215": 1, - "12217": 1, - "12221": 1, - "12223": 1, - }, - "frozen": false, + "outputItems": { + "12215": 1, + "12217": 1, + "12221": 1, + "12223": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12215": 1, - "12217": 1, - "12221": 1, - "12223": 1, - }, - "frozen": false, + "inputItems": { + "12215": 1, + "12217": 1, + "12221": 1, + "12223": 1, }, "name": "Bronze trimmed set (lg)", - "outputItems": Bank { - "bank": { - "12964": 1, - }, - "frozen": false, + "outputItems": { + "12964": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12966": 1, - }, - "frozen": false, + "inputItems": { + "12966": 1, }, "name": "Unpack bronze trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "12215": 1, - "12219": 1, - "12221": 1, - "12223": 1, - }, - "frozen": false, + "outputItems": { + "12215": 1, + "12219": 1, + "12221": 1, + "12223": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12215": 1, - "12219": 1, - "12221": 1, - "12223": 1, - }, - "frozen": false, + "inputItems": { + "12215": 1, + "12219": 1, + "12221": 1, + "12223": 1, }, "name": "Bronze trimmed set (sk)", - "outputItems": Bank { - "bank": { - "12966": 1, - }, - "frozen": false, + "outputItems": { + "12966": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12968": 1, - }, - "frozen": false, + "inputItems": { + "12968": 1, }, "name": "Unpack bronze gold-trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "12205": 1, - "12207": 1, - "12211": 1, - "12213": 1, - }, - "frozen": false, + "outputItems": { + "12205": 1, + "12207": 1, + "12211": 1, + "12213": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12205": 1, - "12207": 1, - "12211": 1, - "12213": 1, - }, - "frozen": false, + "inputItems": { + "12205": 1, + "12207": 1, + "12211": 1, + "12213": 1, }, "name": "Bronze gold-trimmed set (lg)", - "outputItems": Bank { - "bank": { - "12968": 1, - }, - "frozen": false, + "outputItems": { + "12968": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12970": 1, - }, - "frozen": false, + "inputItems": { + "12970": 1, }, "name": "Unpack bronze gold-trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "12205": 1, - "12209": 1, - "12211": 1, - "12213": 1, - }, - "frozen": false, + "outputItems": { + "12205": 1, + "12209": 1, + "12211": 1, + "12213": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12205": 1, - "12209": 1, - "12211": 1, - "12213": 1, - }, - "frozen": false, + "inputItems": { + "12205": 1, + "12209": 1, + "12211": 1, + "12213": 1, }, "name": "Bronze gold-trimmed set (sk)", - "outputItems": Bank { - "bank": { - "12970": 1, - }, - "frozen": false, + "outputItems": { + "12970": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12972": 1, - }, - "frozen": false, + "inputItems": { + "12972": 1, }, "name": "Unpack iron set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "1067": 1, - "1115": 1, - "1153": 1, - "1191": 1, - }, - "frozen": false, + "outputItems": { + "1067": 1, + "1115": 1, + "1153": 1, + "1191": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1067": 1, - "1115": 1, - "1153": 1, - "1191": 1, - }, - "frozen": false, + "inputItems": { + "1067": 1, + "1115": 1, + "1153": 1, + "1191": 1, }, "name": "Iron set (lg)", - "outputItems": Bank { - "bank": { - "12972": 1, - }, - "frozen": false, + "outputItems": { + "12972": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12974": 1, - }, - "frozen": false, + "inputItems": { + "12974": 1, }, "name": "Unpack iron set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "1081": 1, - "1115": 1, - "1153": 1, - "1191": 1, - }, - "frozen": false, + "outputItems": { + "1081": 1, + "1115": 1, + "1153": 1, + "1191": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1081": 1, - "1115": 1, - "1153": 1, - "1191": 1, - }, - "frozen": false, + "inputItems": { + "1081": 1, + "1115": 1, + "1153": 1, + "1191": 1, }, "name": "Iron set (sk)", - "outputItems": Bank { - "bank": { - "12974": 1, - }, - "frozen": false, + "outputItems": { + "12974": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12976": 1, - }, - "frozen": false, + "inputItems": { + "12976": 1, }, "name": "Unpack iron trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "12225": 1, - "12227": 1, - "12231": 1, - "12233": 1, - }, - "frozen": false, + "outputItems": { + "12225": 1, + "12227": 1, + "12231": 1, + "12233": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12225": 1, - "12227": 1, - "12231": 1, - "12233": 1, - }, - "frozen": false, + "inputItems": { + "12225": 1, + "12227": 1, + "12231": 1, + "12233": 1, }, "name": "Iron trimmed set (lg)", - "outputItems": Bank { - "bank": { - "12976": 1, - }, - "frozen": false, + "outputItems": { + "12976": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12978": 1, - }, - "frozen": false, + "inputItems": { + "12978": 1, }, "name": "Unpack iron trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "12225": 1, - "12229": 1, - "12231": 1, - "12233": 1, - }, - "frozen": false, + "outputItems": { + "12225": 1, + "12229": 1, + "12231": 1, + "12233": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12225": 1, - "12229": 1, - "12231": 1, - "12233": 1, - }, - "frozen": false, + "inputItems": { + "12225": 1, + "12229": 1, + "12231": 1, + "12233": 1, }, "name": "Iron trimmed set (sk)", - "outputItems": Bank { - "bank": { - "12978": 1, - }, - "frozen": false, + "outputItems": { + "12978": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12980": 1, - }, - "frozen": false, + "inputItems": { + "12980": 1, }, "name": "Unpack iron gold-trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "12235": 1, - "12237": 1, - "12241": 1, - "12243": 1, - }, - "frozen": false, + "outputItems": { + "12235": 1, + "12237": 1, + "12241": 1, + "12243": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12235": 1, - "12237": 1, - "12241": 1, - "12243": 1, - }, - "frozen": false, + "inputItems": { + "12235": 1, + "12237": 1, + "12241": 1, + "12243": 1, }, "name": "Iron gold-trimmed set (lg)", - "outputItems": Bank { - "bank": { - "12980": 1, - }, - "frozen": false, + "outputItems": { + "12980": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12982": 1, - }, - "frozen": false, + "inputItems": { + "12982": 1, }, "name": "Unpack iron gold-trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "12235": 1, - "12239": 1, - "12241": 1, - "12243": 1, - }, - "frozen": false, + "outputItems": { + "12235": 1, + "12239": 1, + "12241": 1, + "12243": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12235": 1, - "12239": 1, - "12241": 1, - "12243": 1, - }, - "frozen": false, + "inputItems": { + "12235": 1, + "12239": 1, + "12241": 1, + "12243": 1, }, "name": "Iron gold-trimmed set (sk)", - "outputItems": Bank { - "bank": { - "12982": 1, - }, - "frozen": false, + "outputItems": { + "12982": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12984": 1, - }, - "frozen": false, + "inputItems": { + "12984": 1, }, "name": "Unpack steel set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "1069": 1, - "1119": 1, - "1157": 1, - "1193": 1, - }, - "frozen": false, + "outputItems": { + "1069": 1, + "1119": 1, + "1157": 1, + "1193": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1069": 1, - "1119": 1, - "1157": 1, - "1193": 1, - }, - "frozen": false, + "inputItems": { + "1069": 1, + "1119": 1, + "1157": 1, + "1193": 1, }, "name": "Steel set (lg)", - "outputItems": Bank { - "bank": { - "12984": 1, - }, - "frozen": false, + "outputItems": { + "12984": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12986": 1, - }, - "frozen": false, + "inputItems": { + "12986": 1, }, "name": "Unpack steel set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "1083": 1, - "1119": 1, - "1157": 1, - "1193": 1, - }, - "frozen": false, + "outputItems": { + "1083": 1, + "1119": 1, + "1157": 1, + "1193": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1083": 1, - "1119": 1, - "1157": 1, - "1193": 1, - }, - "frozen": false, + "inputItems": { + "1083": 1, + "1119": 1, + "1157": 1, + "1193": 1, }, "name": "Steel set (sk)", - "outputItems": Bank { - "bank": { - "12986": 1, - }, - "frozen": false, + "outputItems": { + "12986": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20376": 1, - }, - "frozen": false, + "inputItems": { + "20376": 1, }, "name": "Unpack steel trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "20184": 1, - "20187": 1, - "20193": 1, - "20196": 1, - }, - "frozen": false, + "outputItems": { + "20184": 1, + "20187": 1, + "20193": 1, + "20196": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20184": 1, - "20187": 1, - "20193": 1, - "20196": 1, - }, - "frozen": false, + "inputItems": { + "20184": 1, + "20187": 1, + "20193": 1, + "20196": 1, }, "name": "Steel trimmed set (lg)", - "outputItems": Bank { - "bank": { - "20376": 1, - }, - "frozen": false, + "outputItems": { + "20376": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20379": 1, - }, - "frozen": false, + "inputItems": { + "20379": 1, }, "name": "Unpack steel trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "20184": 1, - "20190": 1, - "20193": 1, - "20196": 1, - }, - "frozen": false, + "outputItems": { + "20184": 1, + "20190": 1, + "20193": 1, + "20196": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20184": 1, - "20190": 1, - "20193": 1, - "20196": 1, - }, - "frozen": false, + "inputItems": { + "20184": 1, + "20190": 1, + "20193": 1, + "20196": 1, }, "name": "Steel trimmed set (sk)", - "outputItems": Bank { - "bank": { - "20379": 1, - }, - "frozen": false, + "outputItems": { + "20379": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20382": 1, - }, - "frozen": false, + "inputItems": { + "20382": 1, }, "name": "Unpack steel gold-trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "20169": 1, - "20172": 1, - "20178": 1, - "20181": 1, - }, - "frozen": false, + "outputItems": { + "20169": 1, + "20172": 1, + "20178": 1, + "20181": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20169": 1, - "20172": 1, - "20178": 1, - "20181": 1, - }, - "frozen": false, + "inputItems": { + "20169": 1, + "20172": 1, + "20178": 1, + "20181": 1, }, "name": "Steel gold-trimmed set (lg)", - "outputItems": Bank { - "bank": { - "20382": 1, - }, - "frozen": false, + "outputItems": { + "20382": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20385": 1, - }, - "frozen": false, + "inputItems": { + "20385": 1, }, "name": "Unpack steel gold-trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "20169": 1, - "20175": 1, - "20178": 1, - "20181": 1, - }, - "frozen": false, + "outputItems": { + "20169": 1, + "20175": 1, + "20178": 1, + "20181": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20169": 1, - "20175": 1, - "20178": 1, - "20181": 1, - }, - "frozen": false, + "inputItems": { + "20169": 1, + "20175": 1, + "20178": 1, + "20181": 1, }, "name": "Steel gold-trimmed set (sk)", - "outputItems": Bank { - "bank": { - "20385": 1, - }, - "frozen": false, + "outputItems": { + "20385": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12988": 1, - }, - "frozen": false, + "inputItems": { + "12988": 1, }, "name": "Unpack black set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "1077": 1, - "1125": 1, - "1165": 1, - "1195": 1, - }, - "frozen": false, + "outputItems": { + "1077": 1, + "1125": 1, + "1165": 1, + "1195": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1077": 1, - "1125": 1, - "1165": 1, - "1195": 1, - }, - "frozen": false, + "inputItems": { + "1077": 1, + "1125": 1, + "1165": 1, + "1195": 1, }, "name": "Black set (lg)", - "outputItems": Bank { - "bank": { - "12988": 1, - }, - "frozen": false, + "outputItems": { + "12988": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12990": 1, - }, - "frozen": false, + "inputItems": { + "12990": 1, }, "name": "Unpack black set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "1089": 1, - "1125": 1, - "1165": 1, - "1195": 1, - }, - "frozen": false, + "outputItems": { + "1089": 1, + "1125": 1, + "1165": 1, + "1195": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1089": 1, - "1125": 1, - "1165": 1, - "1195": 1, - }, - "frozen": false, + "inputItems": { + "1089": 1, + "1125": 1, + "1165": 1, + "1195": 1, }, "name": "Black set (sk)", - "outputItems": Bank { - "bank": { - "12990": 1, - }, - "frozen": false, + "outputItems": { + "12990": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12992": 1, - }, - "frozen": false, + "inputItems": { + "12992": 1, }, "name": "Unpack black trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "2583": 1, - "2585": 1, - "2587": 1, - "2589": 1, - }, - "frozen": false, + "outputItems": { + "2583": 1, + "2585": 1, + "2587": 1, + "2589": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2583": 1, - "2585": 1, - "2587": 1, - "2589": 1, - }, - "frozen": false, + "inputItems": { + "2583": 1, + "2585": 1, + "2587": 1, + "2589": 1, }, "name": "Black trimmed set (lg)", - "outputItems": Bank { - "bank": { - "12992": 1, - }, - "frozen": false, + "outputItems": { + "12992": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12994": 1, - }, - "frozen": false, + "inputItems": { + "12994": 1, }, "name": "Unpack black trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "2583": 1, - "2587": 1, - "2589": 1, - "3472": 1, - }, - "frozen": false, + "outputItems": { + "2583": 1, + "2587": 1, + "2589": 1, + "3472": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2583": 1, - "2587": 1, - "2589": 1, - "3472": 1, - }, - "frozen": false, + "inputItems": { + "2583": 1, + "2587": 1, + "2589": 1, + "3472": 1, }, "name": "Black trimmed set (sk)", - "outputItems": Bank { - "bank": { - "12994": 1, - }, - "frozen": false, + "outputItems": { + "12994": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12996": 1, - }, - "frozen": false, + "inputItems": { + "12996": 1, }, "name": "Unpack black gold-trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "2591": 1, - "2593": 1, - "2595": 1, - "2597": 1, - }, - "frozen": false, + "outputItems": { + "2591": 1, + "2593": 1, + "2595": 1, + "2597": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2591": 1, - "2593": 1, - "2595": 1, - "2597": 1, - }, - "frozen": false, + "inputItems": { + "2591": 1, + "2593": 1, + "2595": 1, + "2597": 1, }, "name": "Black gold-trimmed set (lg)", - "outputItems": Bank { - "bank": { - "12996": 1, - }, - "frozen": false, + "outputItems": { + "12996": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12998": 1, - }, - "frozen": false, + "inputItems": { + "12998": 1, }, "name": "Unpack black gold-trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "2591": 1, - "2595": 1, - "2597": 1, - "3473": 1, - }, - "frozen": false, + "outputItems": { + "2591": 1, + "2595": 1, + "2597": 1, + "3473": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2591": 1, - "2595": 1, - "2597": 1, - "3473": 1, - }, - "frozen": false, + "inputItems": { + "2591": 1, + "2595": 1, + "2597": 1, + "3473": 1, }, "name": "Black gold-trimmed set (sk)", - "outputItems": Bank { - "bank": { - "12998": 1, - }, - "frozen": false, + "outputItems": { + "12998": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13000": 1, - }, - "frozen": false, + "inputItems": { + "13000": 1, }, "name": "Unpack mithril set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "1071": 1, - "1121": 1, - "1159": 1, - "1197": 1, - }, - "frozen": false, + "outputItems": { + "1071": 1, + "1121": 1, + "1159": 1, + "1197": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1071": 1, - "1121": 1, - "1159": 1, - "1197": 1, - }, - "frozen": false, + "inputItems": { + "1071": 1, + "1121": 1, + "1159": 1, + "1197": 1, }, "name": "Mithril set (lg)", - "outputItems": Bank { - "bank": { - "13000": 1, - }, - "frozen": false, + "outputItems": { + "13000": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13002": 1, - }, - "frozen": false, + "inputItems": { + "13002": 1, }, "name": "Unpack mithril set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "1085": 1, - "1121": 1, - "1159": 1, - "1197": 1, - }, - "frozen": false, + "outputItems": { + "1085": 1, + "1121": 1, + "1159": 1, + "1197": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1085": 1, - "1121": 1, - "1159": 1, - "1197": 1, - }, - "frozen": false, + "inputItems": { + "1085": 1, + "1121": 1, + "1159": 1, + "1197": 1, }, "name": "Mithril set (sk)", - "outputItems": Bank { - "bank": { - "13002": 1, - }, - "frozen": false, + "outputItems": { + "13002": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13004": 1, - }, - "frozen": false, + "inputItems": { + "13004": 1, }, "name": "Unpack mithril trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "12287": 1, - "12289": 1, - "12291": 1, - "12293": 1, - }, - "frozen": false, + "outputItems": { + "12287": 1, + "12289": 1, + "12291": 1, + "12293": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12287": 1, - "12289": 1, - "12291": 1, - "12293": 1, - }, - "frozen": false, + "inputItems": { + "12287": 1, + "12289": 1, + "12291": 1, + "12293": 1, }, "name": "Mithril trimmed set (lg)", - "outputItems": Bank { - "bank": { - "13004": 1, - }, - "frozen": false, + "outputItems": { + "13004": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13006": 1, - }, - "frozen": false, + "inputItems": { + "13006": 1, }, "name": "Unpack mithril trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "12287": 1, - "12291": 1, - "12293": 1, - "12295": 1, - }, - "frozen": false, + "outputItems": { + "12287": 1, + "12291": 1, + "12293": 1, + "12295": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12287": 1, - "12291": 1, - "12293": 1, - "12295": 1, - }, - "frozen": false, + "inputItems": { + "12287": 1, + "12291": 1, + "12293": 1, + "12295": 1, }, "name": "Mithril trimmed set (sk)", - "outputItems": Bank { - "bank": { - "13006": 1, - }, - "frozen": false, + "outputItems": { + "13006": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13008": 1, - }, - "frozen": false, + "inputItems": { + "13008": 1, }, "name": "Unpack mithril gold-trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "12277": 1, - "12279": 1, - "12281": 1, - "12283": 1, - }, - "frozen": false, + "outputItems": { + "12277": 1, + "12279": 1, + "12281": 1, + "12283": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12277": 1, - "12279": 1, - "12281": 1, - "12283": 1, - }, - "frozen": false, + "inputItems": { + "12277": 1, + "12279": 1, + "12281": 1, + "12283": 1, }, "name": "Mithril gold-trimmed set (lg)", - "outputItems": Bank { - "bank": { - "13008": 1, - }, - "frozen": false, + "outputItems": { + "13008": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13010": 1, - }, - "frozen": false, + "inputItems": { + "13010": 1, }, "name": "Unpack mithril gold-trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "12277": 1, - "12281": 1, - "12283": 1, - "12285": 1, - }, - "frozen": false, + "outputItems": { + "12277": 1, + "12281": 1, + "12283": 1, + "12285": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12277": 1, - "12281": 1, - "12283": 1, - "12285": 1, - }, - "frozen": false, + "inputItems": { + "12277": 1, + "12281": 1, + "12283": 1, + "12285": 1, }, "name": "Mithril gold-trimmed set (sk)", - "outputItems": Bank { - "bank": { - "13010": 1, - }, - "frozen": false, + "outputItems": { + "13010": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13012": 1, - }, - "frozen": false, + "inputItems": { + "13012": 1, }, "name": "Unpack adamant set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "1073": 1, - "1123": 1, - "1161": 1, - "1199": 1, - }, - "frozen": false, + "outputItems": { + "1073": 1, + "1123": 1, + "1161": 1, + "1199": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1073": 1, - "1123": 1, - "1161": 1, - "1199": 1, - }, - "frozen": false, + "inputItems": { + "1073": 1, + "1123": 1, + "1161": 1, + "1199": 1, }, "name": "Adamant set (lg)", - "outputItems": Bank { - "bank": { - "13012": 1, - }, - "frozen": false, + "outputItems": { + "13012": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13014": 1, - }, - "frozen": false, + "inputItems": { + "13014": 1, }, "name": "Unpack adamant set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "1091": 1, - "1123": 1, - "1161": 1, - "1199": 1, - }, - "frozen": false, + "outputItems": { + "1091": 1, + "1123": 1, + "1161": 1, + "1199": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1091": 1, - "1123": 1, - "1161": 1, - "1199": 1, - }, - "frozen": false, + "inputItems": { + "1091": 1, + "1123": 1, + "1161": 1, + "1199": 1, }, - "name": "Adamant set (sk)", - "outputItems": Bank { - "bank": { - "13014": 1, - }, - "frozen": false, + "name": "Adamant set (sk)", + "outputItems": { + "13014": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13016": 1, - }, - "frozen": false, + "inputItems": { + "13016": 1, }, "name": "Unpack adamant trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "2599": 1, - "2601": 1, - "2603": 1, - "2605": 1, - }, - "frozen": false, + "outputItems": { + "2599": 1, + "2601": 1, + "2603": 1, + "2605": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2599": 1, - "2601": 1, - "2603": 1, - "2605": 1, - }, - "frozen": false, + "inputItems": { + "2599": 1, + "2601": 1, + "2603": 1, + "2605": 1, }, "name": "Adamant trimmed set (lg)", - "outputItems": Bank { - "bank": { - "13016": 1, - }, - "frozen": false, + "outputItems": { + "13016": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13018": 1, - }, - "frozen": false, + "inputItems": { + "13018": 1, }, "name": "Unpack adamant trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "2599": 1, - "2603": 1, - "2605": 1, - "3474": 1, - }, - "frozen": false, + "outputItems": { + "2599": 1, + "2603": 1, + "2605": 1, + "3474": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2599": 1, - "2603": 1, - "2605": 1, - "3474": 1, - }, - "frozen": false, + "inputItems": { + "2599": 1, + "2603": 1, + "2605": 1, + "3474": 1, }, "name": "Adamant trimmed set (sk)", - "outputItems": Bank { - "bank": { - "13018": 1, - }, - "frozen": false, + "outputItems": { + "13018": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13020": 1, - }, - "frozen": false, + "inputItems": { + "13020": 1, }, "name": "Unpack adamant gold-trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "2607": 1, - "2609": 1, - "2611": 1, - "2613": 1, - }, - "frozen": false, + "outputItems": { + "2607": 1, + "2609": 1, + "2611": 1, + "2613": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2607": 1, - "2609": 1, - "2611": 1, - "2613": 1, - }, - "frozen": false, + "inputItems": { + "2607": 1, + "2609": 1, + "2611": 1, + "2613": 1, }, "name": "Adamant gold-trimmed set (lg)", - "outputItems": Bank { - "bank": { - "13020": 1, - }, - "frozen": false, + "outputItems": { + "13020": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13022": 1, - }, - "frozen": false, + "inputItems": { + "13022": 1, }, "name": "Unpack adamant gold-trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "2607": 1, - "2611": 1, - "2613": 1, - "3475": 1, - }, - "frozen": false, + "outputItems": { + "2607": 1, + "2611": 1, + "2613": 1, + "3475": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2607": 1, - "2611": 1, - "2613": 1, - "3475": 1, - }, - "frozen": false, + "inputItems": { + "2607": 1, + "2611": 1, + "2613": 1, + "3475": 1, }, "name": "Adamant gold-trimmed set (sk)", - "outputItems": Bank { - "bank": { - "13022": 1, - }, - "frozen": false, + "outputItems": { + "13022": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13024": 1, - }, - "frozen": false, + "inputItems": { + "13024": 1, }, "name": "Unpack rune armour set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "1079": 1, - "1127": 1, - "1163": 1, - "1201": 1, - }, - "frozen": false, + "outputItems": { + "1079": 1, + "1127": 1, + "1163": 1, + "1201": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1079": 1, - "1127": 1, - "1163": 1, - "1201": 1, - }, - "frozen": false, + "inputItems": { + "1079": 1, + "1127": 1, + "1163": 1, + "1201": 1, }, "name": "Rune armour set (lg)", - "outputItems": Bank { - "bank": { - "13024": 1, - }, - "frozen": false, + "outputItems": { + "13024": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13026": 1, - }, - "frozen": false, + "inputItems": { + "13026": 1, }, "name": "Unpack rune armour set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "1093": 1, - "1127": 1, - "1163": 1, - "1201": 1, - }, - "frozen": false, + "outputItems": { + "1093": 1, + "1127": 1, + "1163": 1, + "1201": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1093": 1, - "1127": 1, - "1163": 1, - "1201": 1, - }, - "frozen": false, + "inputItems": { + "1093": 1, + "1127": 1, + "1163": 1, + "1201": 1, }, "name": "Rune armour set (sk)", - "outputItems": Bank { - "bank": { - "13026": 1, - }, - "frozen": false, + "outputItems": { + "13026": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13028": 1, - }, - "frozen": false, + "inputItems": { + "13028": 1, }, "name": "Unpack rune trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "2623": 1, - "2625": 1, - "2627": 1, - "2629": 1, - }, - "frozen": false, + "outputItems": { + "2623": 1, + "2625": 1, + "2627": 1, + "2629": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2623": 1, - "2625": 1, - "2627": 1, - "2629": 1, - }, - "frozen": false, + "inputItems": { + "2623": 1, + "2625": 1, + "2627": 1, + "2629": 1, }, "name": "Rune trimmed set (lg)", - "outputItems": Bank { - "bank": { - "13028": 1, - }, - "frozen": false, + "outputItems": { + "13028": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13030": 1, - }, - "frozen": false, + "inputItems": { + "13030": 1, }, "name": "Unpack rune trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "2623": 1, - "2627": 1, - "2629": 1, - "3477": 1, - }, - "frozen": false, + "outputItems": { + "2623": 1, + "2627": 1, + "2629": 1, + "3477": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2623": 1, - "2627": 1, - "2629": 1, - "3477": 1, - }, - "frozen": false, + "inputItems": { + "2623": 1, + "2627": 1, + "2629": 1, + "3477": 1, }, "name": "Rune trimmed set (sk)", - "outputItems": Bank { - "bank": { - "13030": 1, - }, - "frozen": false, + "outputItems": { + "13030": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13032": 1, - }, - "frozen": false, + "inputItems": { + "13032": 1, }, "name": "Unpack rune gold-trimmed set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "2615": 1, - "2617": 1, - "2619": 1, - "2621": 1, - }, - "frozen": false, + "outputItems": { + "2615": 1, + "2617": 1, + "2619": 1, + "2621": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2615": 1, - "2617": 1, - "2619": 1, - "2621": 1, - }, - "frozen": false, + "inputItems": { + "2615": 1, + "2617": 1, + "2619": 1, + "2621": 1, }, "name": "Rune gold-trimmed set (lg)", - "outputItems": Bank { - "bank": { - "13032": 1, - }, - "frozen": false, + "outputItems": { + "13032": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13034": 1, - }, - "frozen": false, + "inputItems": { + "13034": 1, }, "name": "Unpack rune gold-trimmed set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "2615": 1, - "2619": 1, - "2621": 1, - "3476": 1, - }, - "frozen": false, + "outputItems": { + "2615": 1, + "2619": 1, + "2621": 1, + "3476": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2615": 1, - "2619": 1, - "2621": 1, - "3476": 1, - }, - "frozen": false, + "inputItems": { + "2615": 1, + "2619": 1, + "2621": 1, + "3476": 1, }, "name": "Rune gold-trimmed set (sk)", - "outputItems": Bank { - "bank": { - "13034": 1, - }, - "frozen": false, + "outputItems": { + "13034": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13036": 1, - }, - "frozen": false, + "inputItems": { + "13036": 1, }, "name": "Unpack gilded armour set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "3481": 1, - "3483": 1, - "3486": 1, - "3488": 1, - }, - "frozen": false, + "outputItems": { + "3481": 1, + "3483": 1, + "3486": 1, + "3488": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "3481": 1, - "3483": 1, - "3486": 1, - "3488": 1, - }, - "frozen": false, + "inputItems": { + "3481": 1, + "3483": 1, + "3486": 1, + "3488": 1, }, "name": "Gilded armour set (lg)", - "outputItems": Bank { - "bank": { - "13036": 1, - }, - "frozen": false, + "outputItems": { + "13036": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13038": 1, - }, - "frozen": false, + "inputItems": { + "13038": 1, }, "name": "Unpack gilded armour set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "3481": 1, - "3485": 1, - "3486": 1, - "3488": 1, - }, - "frozen": false, + "outputItems": { + "3481": 1, + "3485": 1, + "3486": 1, + "3488": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "3481": 1, - "3485": 1, - "3486": 1, - "3488": 1, - }, - "frozen": false, + "inputItems": { + "3481": 1, + "3485": 1, + "3486": 1, + "3488": 1, }, "name": "Gilded armour set (sk)", - "outputItems": Bank { - "bank": { - "13038": 1, - }, - "frozen": false, + "outputItems": { + "13038": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13048": 1, - }, - "frozen": false, + "inputItems": { + "13048": 1, }, "name": "Unpack guthix armour set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "2669": 1, - "2671": 1, - "2673": 1, - "2675": 1, - }, - "frozen": false, + "outputItems": { + "2669": 1, + "2671": 1, + "2673": 1, + "2675": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2669": 1, - "2671": 1, - "2673": 1, - "2675": 1, - }, - "frozen": false, + "inputItems": { + "2669": 1, + "2671": 1, + "2673": 1, + "2675": 1, }, "name": "Guthix armour set (lg)", - "outputItems": Bank { - "bank": { - "13048": 1, - }, - "frozen": false, + "outputItems": { + "13048": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13050": 1, - }, - "frozen": false, + "inputItems": { + "13050": 1, }, "name": "Unpack guthix armour set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "2669": 1, - "2673": 1, - "2675": 1, - "3480": 1, - }, - "frozen": false, + "outputItems": { + "2669": 1, + "2673": 1, + "2675": 1, + "3480": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2669": 1, - "2673": 1, - "2675": 1, - "3480": 1, - }, - "frozen": false, + "inputItems": { + "2669": 1, + "2673": 1, + "2675": 1, + "3480": 1, }, "name": "Guthix armour set (sk)", - "outputItems": Bank { - "bank": { - "13050": 1, - }, - "frozen": false, + "outputItems": { + "13050": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13040": 1, - }, - "frozen": false, + "inputItems": { + "13040": 1, }, "name": "Unpack saradomin armour set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "2661": 1, - "2663": 1, - "2665": 1, - "2667": 1, - }, - "frozen": false, + "outputItems": { + "2661": 1, + "2663": 1, + "2665": 1, + "2667": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2661": 1, - "2663": 1, - "2665": 1, - "2667": 1, - }, - "frozen": false, + "inputItems": { + "2661": 1, + "2663": 1, + "2665": 1, + "2667": 1, }, "name": "Saradomin armour set (lg)", - "outputItems": Bank { - "bank": { - "13040": 1, - }, - "frozen": false, + "outputItems": { + "13040": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13042": 1, - }, - "frozen": false, + "inputItems": { + "13042": 1, }, "name": "Unpack saradomin armour set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "2661": 1, - "2665": 1, - "2667": 1, - "3479": 1, - }, - "frozen": false, + "outputItems": { + "2661": 1, + "2665": 1, + "2667": 1, + "3479": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2661": 1, - "2665": 1, - "2667": 1, - "3479": 1, - }, - "frozen": false, + "inputItems": { + "2661": 1, + "2665": 1, + "2667": 1, + "3479": 1, }, "name": "Saradomin armour set (sk)", - "outputItems": Bank { - "bank": { - "13042": 1, - }, - "frozen": false, + "outputItems": { + "13042": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13044": 1, - }, - "frozen": false, + "inputItems": { + "13044": 1, }, "name": "Unpack zamorak armour set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "2653": 1, - "2655": 1, - "2657": 1, - "2659": 1, - }, - "frozen": false, + "outputItems": { + "2653": 1, + "2655": 1, + "2657": 1, + "2659": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2653": 1, - "2655": 1, - "2657": 1, - "2659": 1, - }, - "frozen": false, + "inputItems": { + "2653": 1, + "2655": 1, + "2657": 1, + "2659": 1, }, "name": "Zamorak armour set (lg)", - "outputItems": Bank { - "bank": { - "13044": 1, - }, - "frozen": false, + "outputItems": { + "13044": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13046": 1, - }, - "frozen": false, + "inputItems": { + "13046": 1, }, "name": "Unpack zamorak armour set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "2653": 1, - "2657": 1, - "2659": 1, - "3478": 1, - }, - "frozen": false, + "outputItems": { + "2653": 1, + "2657": 1, + "2659": 1, + "3478": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2653": 1, - "2657": 1, - "2659": 1, - "3478": 1, - }, - "frozen": false, + "inputItems": { + "2653": 1, + "2657": 1, + "2659": 1, + "3478": 1, }, "name": "Zamorak armour set (sk)", - "outputItems": Bank { - "bank": { - "13046": 1, - }, - "frozen": false, + "outputItems": { + "13046": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13060": 1, - }, - "frozen": false, + "inputItems": { + "13060": 1, }, "name": "Unpack ancient rune armour set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "12460": 1, - "12462": 1, - "12466": 1, - "12468": 1, - }, - "frozen": false, + "outputItems": { + "12460": 1, + "12462": 1, + "12466": 1, + "12468": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12460": 1, - "12462": 1, - "12466": 1, - "12468": 1, - }, - "frozen": false, + "inputItems": { + "12460": 1, + "12462": 1, + "12466": 1, + "12468": 1, }, "name": "Ancient rune armour set (lg)", - "outputItems": Bank { - "bank": { - "13060": 1, - }, - "frozen": false, + "outputItems": { + "13060": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13062": 1, - }, - "frozen": false, + "inputItems": { + "13062": 1, }, "name": "Unpack ancient rune armour set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "12460": 1, - "12464": 1, - "12466": 1, - "12468": 1, - }, - "frozen": false, + "outputItems": { + "12460": 1, + "12464": 1, + "12466": 1, + "12468": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12460": 1, - "12464": 1, - "12466": 1, - "12468": 1, - }, - "frozen": false, + "inputItems": { + "12460": 1, + "12464": 1, + "12466": 1, + "12468": 1, }, "name": "Ancient rune armour set (sk)", - "outputItems": Bank { - "bank": { - "13062": 1, - }, - "frozen": false, + "outputItems": { + "13062": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13052": 1, - }, - "frozen": false, + "inputItems": { + "13052": 1, }, "name": "Unpack armadyl rune armour set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "12470": 1, - "12472": 1, - "12476": 1, - "12478": 1, - }, - "frozen": false, + "outputItems": { + "12470": 1, + "12472": 1, + "12476": 1, + "12478": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12470": 1, - "12472": 1, - "12476": 1, - "12478": 1, - }, - "frozen": false, + "inputItems": { + "12470": 1, + "12472": 1, + "12476": 1, + "12478": 1, }, "name": "Armadyl rune armour set (lg)", - "outputItems": Bank { - "bank": { - "13052": 1, - }, - "frozen": false, + "outputItems": { + "13052": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13054": 1, - }, - "frozen": false, + "inputItems": { + "13054": 1, }, "name": "Unpack armadyl rune armour set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "12470": 1, - "12474": 1, - "12476": 1, - "12478": 1, - }, - "frozen": false, + "outputItems": { + "12470": 1, + "12474": 1, + "12476": 1, + "12478": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12470": 1, - "12474": 1, - "12476": 1, - "12478": 1, - }, - "frozen": false, + "inputItems": { + "12470": 1, + "12474": 1, + "12476": 1, + "12478": 1, }, "name": "Armadyl rune armour set (sk)", - "outputItems": Bank { - "bank": { - "13054": 1, - }, - "frozen": false, + "outputItems": { + "13054": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13056": 1, - }, - "frozen": false, + "inputItems": { + "13056": 1, }, "name": "Unpack bandos rune armour set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "12480": 1, - "12482": 1, - "12486": 1, - "12488": 1, - }, - "frozen": false, + "outputItems": { + "12480": 1, + "12482": 1, + "12486": 1, + "12488": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12480": 1, - "12482": 1, - "12486": 1, - "12488": 1, - }, - "frozen": false, + "inputItems": { + "12480": 1, + "12482": 1, + "12486": 1, + "12488": 1, }, "name": "Bandos rune armour set (lg)", - "outputItems": Bank { - "bank": { - "13056": 1, - }, - "frozen": false, + "outputItems": { + "13056": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13058": 1, - }, - "frozen": false, + "inputItems": { + "13058": 1, }, "name": "Unpack bandos rune armour set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "12480": 1, - "12484": 1, - "12486": 1, - "12488": 1, - }, - "frozen": false, + "outputItems": { + "12480": 1, + "12484": 1, + "12486": 1, + "12488": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12480": 1, - "12484": 1, - "12486": 1, - "12488": 1, - }, - "frozen": false, + "inputItems": { + "12480": 1, + "12484": 1, + "12486": 1, + "12488": 1, }, "name": "Bandos rune armour set (sk)", - "outputItems": Bank { - "bank": { - "13058": 1, - }, - "frozen": false, + "outputItems": { + "13058": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21882": 1, - }, - "frozen": false, + "inputItems": { + "21882": 1, }, "name": "Unpack dragon armour set (lg)", "noCl": true, - "outputItems": Bank { - "bank": { - "11335": 1, - "21892": 1, - "21895": 1, - "4087": 1, - }, - "frozen": false, + "outputItems": { + "11335": 1, + "21892": 1, + "21895": 1, + "4087": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11335": 1, - "21892": 1, - "21895": 1, - "4087": 1, - }, - "frozen": false, + "inputItems": { + "11335": 1, + "21892": 1, + "21895": 1, + "4087": 1, }, "name": "Dragon armour set (lg)", - "outputItems": Bank { - "bank": { - "21882": 1, - }, - "frozen": false, + "outputItems": { + "21882": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21885": 1, - }, - "frozen": false, + "inputItems": { + "21885": 1, }, "name": "Unpack dragon armour set (sk)", "noCl": true, - "outputItems": Bank { - "bank": { - "11335": 1, - "21892": 1, - "21895": 1, - "4585": 1, - }, - "frozen": false, + "outputItems": { + "11335": 1, + "21892": 1, + "21895": 1, + "4585": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11335": 1, - "21892": 1, - "21895": 1, - "4585": 1, - }, - "frozen": false, + "inputItems": { + "11335": 1, + "21892": 1, + "21895": 1, + "4585": 1, }, "name": "Dragon armour set (sk)", - "outputItems": Bank { - "bank": { - "21885": 1, - }, - "frozen": false, + "outputItems": { + "21885": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12875": 1, - }, - "frozen": false, + "inputItems": { + "12875": 1, }, "name": "Unpack verac's armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "4753": 1, - "4755": 1, - "4757": 1, - "4759": 1, - }, - "frozen": false, + "outputItems": { + "4753": 1, + "4755": 1, + "4757": 1, + "4759": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4753": 1, - "4755": 1, - "4757": 1, - "4759": 1, - }, - "frozen": false, + "inputItems": { + "4753": 1, + "4755": 1, + "4757": 1, + "4759": 1, }, "name": "Verac's armour set", - "outputItems": Bank { - "bank": { - "12875": 1, - }, - "frozen": false, + "outputItems": { + "12875": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12877": 1, - }, - "frozen": false, + "inputItems": { + "12877": 1, }, "name": "Unpack dharok's armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "4716": 1, - "4718": 1, - "4720": 1, - "4722": 1, - }, - "frozen": false, + "outputItems": { + "4716": 1, + "4718": 1, + "4720": 1, + "4722": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4716": 1, - "4718": 1, - "4720": 1, - "4722": 1, - }, - "frozen": false, + "inputItems": { + "4716": 1, + "4718": 1, + "4720": 1, + "4722": 1, }, "name": "Dharok's armour set", - "outputItems": Bank { - "bank": { - "12877": 1, - }, - "frozen": false, + "outputItems": { + "12877": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12873": 1, - }, - "frozen": false, + "inputItems": { + "12873": 1, }, "name": "Unpack guthan's armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "4724": 1, - "4726": 1, - "4728": 1, - "4730": 1, - }, - "frozen": false, + "outputItems": { + "4724": 1, + "4726": 1, + "4728": 1, + "4730": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4724": 1, - "4726": 1, - "4728": 1, - "4730": 1, - }, - "frozen": false, + "inputItems": { + "4724": 1, + "4726": 1, + "4728": 1, + "4730": 1, }, "name": "Guthan's armour set", - "outputItems": Bank { - "bank": { - "12873": 1, - }, - "frozen": false, + "outputItems": { + "12873": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12881": 1, - }, - "frozen": false, + "inputItems": { + "12881": 1, }, "name": "Unpack ahrim's armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "4708": 1, - "4710": 1, - "4712": 1, - "4714": 1, - }, - "frozen": false, + "outputItems": { + "4708": 1, + "4710": 1, + "4712": 1, + "4714": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4708": 1, - "4710": 1, - "4712": 1, - "4714": 1, - }, - "frozen": false, + "inputItems": { + "4708": 1, + "4710": 1, + "4712": 1, + "4714": 1, }, "name": "Ahrim's armour set", - "outputItems": Bank { - "bank": { - "12881": 1, - }, - "frozen": false, + "outputItems": { + "12881": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12879": 1, - }, - "frozen": false, + "inputItems": { + "12879": 1, }, "name": "Unpack torag's armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "4745": 1, - "4747": 1, - "4749": 1, - "4751": 1, - }, - "frozen": false, + "outputItems": { + "4745": 1, + "4747": 1, + "4749": 1, + "4751": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4745": 1, - "4747": 1, - "4749": 1, - "4751": 1, - }, - "frozen": false, + "inputItems": { + "4745": 1, + "4747": 1, + "4749": 1, + "4751": 1, }, "name": "Torag's armour set", - "outputItems": Bank { - "bank": { - "12879": 1, - }, - "frozen": false, + "outputItems": { + "12879": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12883": 1, - }, - "frozen": false, + "inputItems": { + "12883": 1, }, "name": "Unpack karil's armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "4732": 1, - "4734": 1, - "4736": 1, - "4738": 1, - }, - "frozen": false, + "outputItems": { + "4732": 1, + "4734": 1, + "4736": 1, + "4738": 1, }, }, { - "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4732": 1, - "4734": 1, - "4736": 1, - "4738": 1, - }, - "frozen": false, + "cantHaveItems": undefined, + "inputItems": { + "4732": 1, + "4734": 1, + "4736": 1, + "4738": 1, }, "name": "Karil's armour set", - "outputItems": Bank { - "bank": { - "12883": 1, - }, - "frozen": false, + "outputItems": { + "12883": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24488": 1, - }, - "frozen": false, + "inputItems": { + "24488": 1, }, "name": "Unpack inquisitor's armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "24419": 1, - "24420": 1, - "24421": 1, - }, - "frozen": false, + "outputItems": { + "24419": 1, + "24420": 1, + "24421": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24419": 1, - "24420": 1, - "24421": 1, - }, - "frozen": false, + "inputItems": { + "24419": 1, + "24420": 1, + "24421": 1, }, "name": "Inquisitor's armour set", - "outputItems": Bank { - "bank": { - "24488": 1, - }, - "frozen": false, + "outputItems": { + "24488": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22438": 1, - }, - "frozen": false, + "inputItems": { + "22438": 1, }, "name": "Unpack justiciar armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "22326": 1, - "22327": 1, - "22328": 1, - }, - "frozen": false, + "outputItems": { + "22326": 1, + "22327": 1, + "22328": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22326": 1, - "22327": 1, - "22328": 1, - }, - "frozen": false, + "inputItems": { + "22326": 1, + "22327": 1, + "22328": 1, }, "name": "Justiciar armour set", - "outputItems": Bank { - "bank": { - "22438": 1, - }, - "frozen": false, + "outputItems": { + "22438": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21279": 1, - }, - "frozen": false, + "inputItems": { + "21279": 1, }, "name": "Unpack obsidian armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "21298": 1, - "21301": 1, - "21304": 1, - }, - "frozen": false, + "outputItems": { + "21298": 1, + "21301": 1, + "21304": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21298": 1, - "21301": 1, - "21304": 1, - }, - "frozen": false, + "inputItems": { + "21298": 1, + "21301": 1, + "21304": 1, }, "name": "Obsidian armour set", - "outputItems": Bank { - "bank": { - "21279": 1, - }, - "frozen": false, + "outputItems": { + "21279": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23667": 1, - }, - "frozen": false, + "inputItems": { + "23667": 1, }, "name": "Unpack dragonstone armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "24034": 1, - "24037": 1, - "24040": 1, - "24043": 1, - "24046": 1, - }, - "frozen": false, + "outputItems": { + "24034": 1, + "24037": 1, + "24040": 1, + "24043": 1, + "24046": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24034": 1, - "24037": 1, - "24040": 1, - "24043": 1, - "24046": 1, - }, - "frozen": false, + "inputItems": { + "24034": 1, + "24037": 1, + "24040": 1, + "24043": 1, + "24046": 1, }, "name": "Dragonstone armour set", - "outputItems": Bank { - "bank": { - "23667": 1, - }, - "frozen": false, + "outputItems": { + "23667": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "9668": 1, - }, - "frozen": false, + "inputItems": { + "9668": 1, }, "name": "Unpack initiate harness m", "noCl": true, - "outputItems": Bank { - "bank": { - "5574": 1, - "5575": 1, - "5576": 1, - }, - "frozen": false, + "outputItems": { + "5574": 1, + "5575": 1, + "5576": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "5574": 1, - "5575": 1, - "5576": 1, - }, - "frozen": false, + "inputItems": { + "5574": 1, + "5575": 1, + "5576": 1, }, "name": "Initiate harness m", - "outputItems": Bank { - "bank": { - "9668": 1, - }, - "frozen": false, + "outputItems": { + "9668": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "9666": 1, - }, - "frozen": false, + "inputItems": { + "9666": 1, }, "name": "Unpack proselyte harness m", "noCl": true, - "outputItems": Bank { - "bank": { - "9672": 1, - "9674": 1, - "9676": 1, - }, - "frozen": false, + "outputItems": { + "9672": 1, + "9674": 1, + "9676": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "9672": 1, - "9674": 1, - "9676": 1, - }, - "frozen": false, + "inputItems": { + "9672": 1, + "9674": 1, + "9676": 1, }, "name": "Proselyte harness m", - "outputItems": Bank { - "bank": { - "9666": 1, - }, - "frozen": false, + "outputItems": { + "9666": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "9670": 1, - }, - "frozen": false, + "inputItems": { + "9670": 1, }, "name": "Unpack proselyte harness f", "noCl": true, - "outputItems": Bank { - "bank": { - "9672": 1, - "9674": 1, - "9678": 1, - }, - "frozen": false, + "outputItems": { + "9672": 1, + "9674": 1, + "9678": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "9672": 1, - "9674": 1, - "9678": 1, - }, - "frozen": false, + "inputItems": { + "9672": 1, + "9674": 1, + "9678": 1, }, "name": "Proselyte harness f", - "outputItems": Bank { - "bank": { - "9670": 1, - }, - "frozen": false, + "outputItems": { + "9670": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12865": 1, - }, - "frozen": false, + "inputItems": { + "12865": 1, }, "name": "Unpack green dragonhide set", "noCl": true, - "outputItems": Bank { - "bank": { - "1065": 1, - "1099": 1, - "1135": 1, - }, - "frozen": false, + "outputItems": { + "1065": 1, + "1099": 1, + "1135": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1065": 1, - "1099": 1, - "1135": 1, - }, - "frozen": false, + "inputItems": { + "1065": 1, + "1099": 1, + "1135": 1, }, "name": "Green dragonhide set", - "outputItems": Bank { - "bank": { - "12865": 1, - }, - "frozen": false, + "outputItems": { + "12865": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12867": 1, - }, - "frozen": false, + "inputItems": { + "12867": 1, }, "name": "Unpack blue dragonhide set", "noCl": true, - "outputItems": Bank { - "bank": { - "2487": 1, - "2493": 1, - "2499": 1, - }, - "frozen": false, + "outputItems": { + "2487": 1, + "2493": 1, + "2499": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2487": 1, - "2493": 1, - "2499": 1, - }, - "frozen": false, + "inputItems": { + "2487": 1, + "2493": 1, + "2499": 1, }, "name": "Blue dragonhide set", - "outputItems": Bank { - "bank": { - "12867": 1, - }, - "frozen": false, + "outputItems": { + "12867": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12869": 1, - }, - "frozen": false, + "inputItems": { + "12869": 1, }, "name": "Unpack red dragonhide set", "noCl": true, - "outputItems": Bank { - "bank": { - "2489": 1, - "2495": 1, - "2501": 1, - }, - "frozen": false, + "outputItems": { + "2489": 1, + "2495": 1, + "2501": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2489": 1, - "2495": 1, - "2501": 1, - }, - "frozen": false, + "inputItems": { + "2489": 1, + "2495": 1, + "2501": 1, }, "name": "Red dragonhide set", - "outputItems": Bank { - "bank": { - "12869": 1, - }, - "frozen": false, + "outputItems": { + "12869": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12871": 1, - }, - "frozen": false, + "inputItems": { + "12871": 1, }, "name": "Unpack black dragonhide set", "noCl": true, - "outputItems": Bank { - "bank": { - "2491": 1, - "2497": 1, - "2503": 1, - }, - "frozen": false, + "outputItems": { + "2491": 1, + "2497": 1, + "2503": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2491": 1, - "2497": 1, - "2503": 1, - }, - "frozen": false, + "inputItems": { + "2491": 1, + "2497": 1, + "2503": 1, }, "name": "Black dragonhide set", - "outputItems": Bank { - "bank": { - "12871": 1, - }, - "frozen": false, + "outputItems": { + "12871": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23124": 1, - }, - "frozen": false, + "inputItems": { + "23124": 1, }, "name": "Unpack gilded dragonhide set", "noCl": true, - "outputItems": Bank { - "bank": { - "23261": 1, - "23264": 1, - "23267": 1, - }, - "frozen": false, + "outputItems": { + "23261": 1, + "23264": 1, + "23267": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23261": 1, - "23264": 1, - "23267": 1, - }, - "frozen": false, + "inputItems": { + "23261": 1, + "23264": 1, + "23267": 1, }, "name": "Gilded dragonhide set", - "outputItems": Bank { - "bank": { - "23124": 1, - }, - "frozen": false, + "outputItems": { + "23124": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13165": 1, - }, - "frozen": false, + "inputItems": { + "13165": 1, }, "name": "Unpack guthix dragonhide set", "noCl": true, - "outputItems": Bank { - "bank": { - "10376": 1, - "10378": 1, - "10380": 1, - "10382": 1, - }, - "frozen": false, + "outputItems": { + "10376": 1, + "10378": 1, + "10380": 1, + "10382": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10376": 1, - "10378": 1, - "10380": 1, - "10382": 1, - }, - "frozen": false, + "inputItems": { + "10376": 1, + "10378": 1, + "10380": 1, + "10382": 1, }, "name": "Guthix dragonhide set", - "outputItems": Bank { - "bank": { - "13165": 1, - }, - "frozen": false, + "outputItems": { + "13165": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13163": 1, - }, - "frozen": false, + "inputItems": { + "13163": 1, }, "name": "Unpack saradomin dragonhide set", "noCl": true, - "outputItems": Bank { - "bank": { - "10384": 1, - "10386": 1, - "10388": 1, - "10390": 1, - }, - "frozen": false, + "outputItems": { + "10384": 1, + "10386": 1, + "10388": 1, + "10390": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10384": 1, - "10386": 1, - "10388": 1, - "10390": 1, - }, - "frozen": false, + "inputItems": { + "10384": 1, + "10386": 1, + "10388": 1, + "10390": 1, }, "name": "Saradomin dragonhide set", - "outputItems": Bank { - "bank": { - "13163": 1, - }, - "frozen": false, + "outputItems": { + "13163": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13161": 1, - }, - "frozen": false, + "inputItems": { + "13161": 1, }, "name": "Unpack zamorak dragonhide set", "noCl": true, - "outputItems": Bank { - "bank": { - "10368": 1, - "10370": 1, - "10372": 1, - "10374": 1, - }, - "frozen": false, + "outputItems": { + "10368": 1, + "10370": 1, + "10372": 1, + "10374": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10368": 1, - "10370": 1, - "10372": 1, - "10374": 1, - }, - "frozen": false, + "inputItems": { + "10368": 1, + "10370": 1, + "10372": 1, + "10374": 1, }, "name": "Zamorak dragonhide set", - "outputItems": Bank { - "bank": { - "13161": 1, - }, - "frozen": false, + "outputItems": { + "13161": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13171": 1, - }, - "frozen": false, + "inputItems": { + "13171": 1, }, "name": "Unpack ancient dragonhide set", "noCl": true, - "outputItems": Bank { - "bank": { - "12490": 1, - "12492": 1, - "12494": 1, - "12496": 1, - }, - "frozen": false, + "outputItems": { + "12490": 1, + "12492": 1, + "12494": 1, + "12496": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12490": 1, - "12492": 1, - "12494": 1, - "12496": 1, - }, - "frozen": false, + "inputItems": { + "12490": 1, + "12492": 1, + "12494": 1, + "12496": 1, }, "name": "Ancient dragonhide set", - "outputItems": Bank { - "bank": { - "13171": 1, - }, - "frozen": false, + "outputItems": { + "13171": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13169": 1, - }, - "frozen": false, + "inputItems": { + "13169": 1, }, "name": "Unpack armadyl dragonhide set", "noCl": true, - "outputItems": Bank { - "bank": { - "12506": 1, - "12508": 1, - "12510": 1, - "12512": 1, - }, - "frozen": false, + "outputItems": { + "12506": 1, + "12508": 1, + "12510": 1, + "12512": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12506": 1, - "12508": 1, - "12510": 1, - "12512": 1, - }, - "frozen": false, + "inputItems": { + "12506": 1, + "12508": 1, + "12510": 1, + "12512": 1, }, "name": "Armadyl dragonhide set", - "outputItems": Bank { - "bank": { - "13169": 1, - }, - "frozen": false, + "outputItems": { + "13169": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13167": 1, - }, - "frozen": false, + "inputItems": { + "13167": 1, }, "name": "Unpack bandos dragonhide set", "noCl": true, - "outputItems": Bank { - "bank": { - "12498": 1, - "12500": 1, - "12502": 1, - "12504": 1, - }, - "frozen": false, + "outputItems": { + "12498": 1, + "12500": 1, + "12502": 1, + "12504": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12498": 1, - "12500": 1, - "12502": 1, - "12504": 1, - }, - "frozen": false, + "inputItems": { + "12498": 1, + "12500": 1, + "12502": 1, + "12504": 1, }, "name": "Bandos dragonhide set", - "outputItems": Bank { - "bank": { - "13167": 1, - }, - "frozen": false, + "outputItems": { + "13167": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23113": 1, - }, - "frozen": false, + "inputItems": { + "23113": 1, }, "name": "Unpack mystic set (blue)", "noCl": true, - "outputItems": Bank { - "bank": { - "4089": 1, - "4091": 1, - "4093": 1, - "4095": 1, - "4097": 1, - }, - "frozen": false, + "outputItems": { + "4089": 1, + "4091": 1, + "4093": 1, + "4095": 1, + "4097": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4089": 1, - "4091": 1, - "4093": 1, - "4095": 1, - "4097": 1, - }, - "frozen": false, + "inputItems": { + "4089": 1, + "4091": 1, + "4093": 1, + "4095": 1, + "4097": 1, }, "name": "Mystic set (blue)", - "outputItems": Bank { - "bank": { - "23113": 1, - }, - "frozen": false, + "outputItems": { + "23113": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23116": 1, - }, - "frozen": false, + "inputItems": { + "23116": 1, }, "name": "Unpack mystic set (dark)", "noCl": true, - "outputItems": Bank { - "bank": { - "4099": 1, - "4101": 1, - "4103": 1, - "4105": 1, - "4107": 1, - }, - "frozen": false, + "outputItems": { + "4099": 1, + "4101": 1, + "4103": 1, + "4105": 1, + "4107": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4099": 1, - "4101": 1, - "4103": 1, - "4105": 1, - "4107": 1, - }, - "frozen": false, + "inputItems": { + "4099": 1, + "4101": 1, + "4103": 1, + "4105": 1, + "4107": 1, }, "name": "Mystic set (dark)", - "outputItems": Bank { - "bank": { - "23116": 1, - }, - "frozen": false, + "outputItems": { + "23116": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23110": 1, - }, - "frozen": false, + "inputItems": { + "23110": 1, }, "name": "Unpack mystic set (light)", "noCl": true, - "outputItems": Bank { - "bank": { - "4109": 1, - "4111": 1, - "4113": 1, - "4115": 1, - "4117": 1, - }, - "frozen": false, + "outputItems": { + "4109": 1, + "4111": 1, + "4113": 1, + "4115": 1, + "4117": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4109": 1, - "4111": 1, - "4113": 1, - "4115": 1, - "4117": 1, - }, - "frozen": false, + "inputItems": { + "4109": 1, + "4111": 1, + "4113": 1, + "4115": 1, + "4117": 1, }, "name": "Mystic set (light)", - "outputItems": Bank { - "bank": { - "23110": 1, - }, - "frozen": false, + "outputItems": { + "23110": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23119": 1, - }, - "frozen": false, + "inputItems": { + "23119": 1, }, "name": "Unpack mystic set (dusk)", "noCl": true, - "outputItems": Bank { - "bank": { - "23047": 1, - "23050": 1, - "23053": 1, - "23056": 1, - "23059": 1, - }, - "frozen": false, + "outputItems": { + "23047": 1, + "23050": 1, + "23053": 1, + "23056": 1, + "23059": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23047": 1, - "23050": 1, - "23053": 1, - "23056": 1, - "23059": 1, - }, - "frozen": false, + "inputItems": { + "23047": 1, + "23050": 1, + "23053": 1, + "23056": 1, + "23059": 1, }, "name": "Mystic set (dusk)", - "outputItems": Bank { - "bank": { - "23119": 1, - }, - "frozen": false, + "outputItems": { + "23119": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21049": 1, - }, - "frozen": false, + "inputItems": { + "21049": 1, }, "name": "Unpack ancestral robes set", "noCl": true, - "outputItems": Bank { - "bank": { - "21018": 1, - "21021": 1, - "21024": 1, - }, - "frozen": false, + "outputItems": { + "21018": 1, + "21021": 1, + "21024": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21018": 1, - "21021": 1, - "21024": 1, - }, - "frozen": false, + "inputItems": { + "21018": 1, + "21021": 1, + "21024": 1, }, "name": "Ancestral robes set", - "outputItems": Bank { - "bank": { - "21049": 1, - }, - "frozen": false, + "outputItems": { + "21049": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13153": 1, - }, - "frozen": false, + "inputItems": { + "13153": 1, }, "name": "Unpack book of balance page set", "noCl": true, - "outputItems": Bank { - "bank": { - "3835": 1, - "3836": 1, - "3837": 1, - "3838": 1, - }, - "frozen": false, + "outputItems": { + "3835": 1, + "3836": 1, + "3837": 1, + "3838": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "3835": 1, - "3836": 1, - "3837": 1, - "3838": 1, - }, - "frozen": false, + "inputItems": { + "3835": 1, + "3836": 1, + "3837": 1, + "3838": 1, }, "name": "Book of balance page set", - "outputItems": Bank { - "bank": { - "13153": 1, - }, - "frozen": false, + "outputItems": { + "13153": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13149": 1, - }, - "frozen": false, + "inputItems": { + "13149": 1, }, "name": "Unpack holy book page set", "noCl": true, - "outputItems": Bank { - "bank": { - "3827": 1, - "3828": 1, - "3829": 1, - "3830": 1, - }, - "frozen": false, + "outputItems": { + "3827": 1, + "3828": 1, + "3829": 1, + "3830": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "3827": 1, - "3828": 1, - "3829": 1, - "3830": 1, - }, - "frozen": false, + "inputItems": { + "3827": 1, + "3828": 1, + "3829": 1, + "3830": 1, }, "name": "Holy book page set", - "outputItems": Bank { - "bank": { - "13149": 1, - }, - "frozen": false, + "outputItems": { + "13149": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13151": 1, - }, - "frozen": false, + "inputItems": { + "13151": 1, }, "name": "Unpack unholy book page set", "noCl": true, - "outputItems": Bank { - "bank": { - "3831": 1, - "3832": 1, - "3833": 1, - "3834": 1, - }, - "frozen": false, + "outputItems": { + "3831": 1, + "3832": 1, + "3833": 1, + "3834": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "3831": 1, - "3832": 1, - "3833": 1, - "3834": 1, - }, - "frozen": false, + "inputItems": { + "3831": 1, + "3832": 1, + "3833": 1, + "3834": 1, }, "name": "Unholy book page set", - "outputItems": Bank { - "bank": { - "13151": 1, - }, - "frozen": false, + "outputItems": { + "13151": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13159": 1, - }, - "frozen": false, + "inputItems": { + "13159": 1, }, "name": "Unpack book of darkness page set", "noCl": true, - "outputItems": Bank { - "bank": { - "12621": 1, - "12622": 1, - "12623": 1, - "12624": 1, - }, - "frozen": false, + "outputItems": { + "12621": 1, + "12622": 1, + "12623": 1, + "12624": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12621": 1, - "12622": 1, - "12623": 1, - "12624": 1, - }, - "frozen": false, + "inputItems": { + "12621": 1, + "12622": 1, + "12623": 1, + "12624": 1, }, "name": "Book of darkness page set", - "outputItems": Bank { - "bank": { - "13159": 1, - }, - "frozen": false, + "outputItems": { + "13159": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13157": 1, - }, - "frozen": false, + "inputItems": { + "13157": 1, }, "name": "Unpack book of law page set", "noCl": true, - "outputItems": Bank { - "bank": { - "12617": 1, - "12618": 1, - "12619": 1, - "12620": 1, - }, - "frozen": false, + "outputItems": { + "12617": 1, + "12618": 1, + "12619": 1, + "12620": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12617": 1, - "12618": 1, - "12619": 1, - "12620": 1, - }, - "frozen": false, + "inputItems": { + "12617": 1, + "12618": 1, + "12619": 1, + "12620": 1, }, "name": "Book of law page set", - "outputItems": Bank { - "bank": { - "13157": 1, - }, - "frozen": false, + "outputItems": { + "13157": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13155": 1, - }, - "frozen": false, + "inputItems": { + "13155": 1, }, "name": "Unpack book of war page set", "noCl": true, - "outputItems": Bank { - "bank": { - "12613": 1, - "12614": 1, - "12615": 1, - "12616": 1, - }, - "frozen": false, + "outputItems": { + "12613": 1, + "12614": 1, + "12615": 1, + "12616": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12613": 1, - "12614": 1, - "12615": 1, - "12616": 1, - }, - "frozen": false, + "inputItems": { + "12613": 1, + "12614": 1, + "12615": 1, + "12616": 1, }, "name": "Book of war page set", - "outputItems": Bank { - "bank": { - "13155": 1, - }, - "frozen": false, + "outputItems": { + "13155": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13173": 1, - }, - "frozen": false, + "inputItems": { + "13173": 1, }, "name": "Unpack partyhat set", "noCl": true, - "outputItems": Bank { - "bank": { - "1038": 1, - "1040": 1, - "1042": 1, - "1044": 1, - "1046": 1, - "1048": 1, - }, - "frozen": false, + "outputItems": { + "1038": 1, + "1040": 1, + "1042": 1, + "1044": 1, + "1046": 1, + "1048": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1038": 1, - "1040": 1, - "1042": 1, - "1044": 1, - "1046": 1, - "1048": 1, - }, - "frozen": false, + "inputItems": { + "1038": 1, + "1040": 1, + "1042": 1, + "1044": 1, + "1046": 1, + "1048": 1, }, "name": "Partyhat set", - "outputItems": Bank { - "bank": { - "13173": 1, - }, - "frozen": false, + "noCreatablesCl": true, + "outputItems": { + "13173": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13175": 1, - }, - "frozen": false, + "inputItems": { + "13175": 1, }, "name": "Unpack halloween mask set", "noCl": true, - "outputItems": Bank { - "bank": { - "1053": 1, - "1055": 1, - "1057": 1, - }, - "frozen": false, + "outputItems": { + "1053": 1, + "1055": 1, + "1057": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1053": 1, - "1055": 1, - "1057": 1, - }, - "frozen": false, + "inputItems": { + "1053": 1, + "1055": 1, + "1057": 1, }, "name": "Halloween mask set", - "outputItems": Bank { - "bank": { - "13175": 1, - }, - "frozen": false, + "outputItems": { + "13175": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13064": 1, - }, - "frozen": false, + "inputItems": { + "13064": 1, }, "name": "Unpack combat potion set", - "noCl": true, - "outputItems": Bank { - "bank": { - "113": 1, - "2428": 1, - "2432": 1, - }, - "frozen": false, + "noCl": true, + "outputItems": { + "113": 1, + "2428": 1, + "2432": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "113": 1, - "2428": 1, - "2432": 1, - }, - "frozen": false, + "inputItems": { + "113": 1, + "2428": 1, + "2432": 1, }, "name": "Combat potion set", - "outputItems": Bank { - "bank": { - "13064": 1, - }, - "frozen": false, + "outputItems": { + "13064": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13066": 1, - }, - "frozen": false, + "inputItems": { + "13066": 1, }, "name": "Unpack super potion set", "noCl": true, - "outputItems": Bank { - "bank": { - "2436": 1, - "2440": 1, - "2442": 1, - }, - "frozen": false, + "outputItems": { + "2436": 1, + "2440": 1, + "2442": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2436": 1, - "2440": 1, - "2442": 1, - }, - "frozen": false, + "inputItems": { + "2436": 1, + "2440": 1, + "2442": 1, }, "name": "Super potion set", - "outputItems": Bank { - "bank": { - "13066": 1, - }, - "frozen": false, + "outputItems": { + "13066": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12863": 1, - }, - "frozen": false, + "inputItems": { + "12863": 1, }, "name": "Unpack dwarf cannon set", "noCl": true, - "outputItems": Bank { - "bank": { - "10": 1, - "12": 1, - "6": 1, - "8": 1, - }, - "frozen": false, + "outputItems": { + "10": 1, + "12": 1, + "6": 1, + "8": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10": 1, - "12": 1, - "6": 1, - "8": 1, - }, - "frozen": false, + "inputItems": { + "10": 1, + "12": 1, + "6": 1, + "8": 1, }, "name": "Dwarf cannon set", - "outputItems": Bank { - "bank": { - "12863": 1, - }, - "frozen": false, + "outputItems": { + "12863": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24288": 1, - "24291": 1, - "24294": 1, - }, - "frozen": false, + "inputItems": { + "24288": 1, + "24291": 1, + "24294": 1, }, "name": "Dagon'hai robes set", - "noCl": true, - "outputItems": Bank { - "bank": { - "24333": 1, - }, - "frozen": false, + "outputItems": { + "24333": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24333": 1, - }, - "frozen": false, + "inputItems": { + "24333": 1, }, "name": "Unpack Dagon'hai robes set", "noCl": true, - "outputItems": Bank { - "bank": { - "24288": 1, - "24291": 1, - "24294": 1, - }, - "frozen": false, + "outputItems": { + "24288": 1, + "24291": 1, + "24294": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27235": 1, - "27238": 1, - "27241": 1, - }, - "frozen": false, + "inputItems": { + "27235": 1, + "27238": 1, + "27241": 1, }, "name": "Masori armour set (f)", - "noCl": true, - "outputItems": Bank { - "bank": { - "27355": 1, - }, - "frozen": false, + "outputItems": { + "27355": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27355": 1, - }, - "frozen": false, + "inputItems": { + "27355": 1, }, "name": "Unpack Masori armour set (f)", "noCl": true, - "outputItems": Bank { - "bank": { - "27235": 1, - "27238": 1, - "27241": 1, - }, - "frozen": false, + "outputItems": { + "27235": 1, + "27238": 1, + "27241": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70362": 1, - "70363": 1, - "70364": 1, - "70365": 1, - }, - "frozen": false, + "inputItems": { + "70362": 1, + "70363": 1, + "70364": 1, + "70365": 1, }, "name": "Clown set", - "noCl": true, - "outputItems": Bank { - "bank": { - "70390": 1, - }, - "frozen": false, + "outputItems": { + "70390": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70390": 1, - }, - "frozen": false, + "inputItems": { + "70390": 1, }, "name": "Unpack Clown set", "noCl": true, - "outputItems": Bank { - "bank": { - "70362": 1, - "70363": 1, - "70364": 1, - "70365": 1, - }, - "frozen": false, + "outputItems": { + "70362": 1, + "70363": 1, + "70364": 1, + "70365": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70357": 1, - "70358": 1, - "70359": 1, - "70360": 1, - }, - "frozen": false, + "inputItems": { + "70357": 1, + "70358": 1, + "70359": 1, + "70360": 1, }, "name": "Acrobat set", - "noCl": true, - "outputItems": Bank { - "bank": { - "70389": 1, - }, - "frozen": false, + "outputItems": { + "70389": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70389": 1, - }, - "frozen": false, + "inputItems": { + "70389": 1, }, "name": "Unpack Acrobat set", "noCl": true, - "outputItems": Bank { - "bank": { - "70357": 1, - "70358": 1, - "70359": 1, - "70360": 1, - }, - "frozen": false, + "outputItems": { + "70357": 1, + "70358": 1, + "70359": 1, + "70360": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70367": 1, - "70368": 1, - "70386": 1, - "70387": 1, - }, - "frozen": false, + "inputItems": { + "70367": 1, + "70368": 1, + "70386": 1, + "70387": 1, }, "name": "Ringmaster set", - "noCl": true, - "outputItems": Bank { - "bank": { - "70388": 1, - }, - "frozen": false, + "outputItems": { + "70388": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70388": 1, - }, - "frozen": false, + "inputItems": { + "70388": 1, }, "name": "Unpack Ringmaster set", "noCl": true, - "outputItems": Bank { - "bank": { - "70367": 1, - "70368": 1, - "70386": 1, - "70387": 1, - }, - "frozen": false, + "outputItems": { + "70367": 1, + "70368": 1, + "70386": 1, + "70387": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71442": 1, - "71443": 1, - "71444": 1, - "71445": 1, - }, - "frozen": false, + "inputItems": { + "71442": 1, + "71443": 1, + "71444": 1, + "71445": 1, }, "name": "Acrylic set", - "noCl": true, - "outputItems": Bank { - "bank": { - "71478": 1, - }, - "frozen": false, + "outputItems": { + "71478": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71478": 1, - }, - "frozen": false, + "inputItems": { + "71478": 1, }, "name": "Unpack Acrylic set", "noCl": true, - "outputItems": Bank { - "bank": { - "71442": 1, - "71443": 1, - "71444": 1, - "71445": 1, - }, - "frozen": false, + "outputItems": { + "71442": 1, + "71443": 1, + "71444": 1, + "71445": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71492": 1, - "71493": 1, - "71494": 1, - "71495": 1, - "71496": 1, - "71497": 1, - }, - "frozen": false, + "inputItems": { + "71492": 1, + "71493": 1, + "71494": 1, + "71495": 1, + "71496": 1, + "71497": 1, }, "name": "Warpriest of Zamorak set", - "noCl": true, - "outputItems": Bank { - "bank": { - "71498": 1, - }, - "frozen": false, + "outputItems": { + "71498": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71498": 1, - }, - "frozen": false, + "inputItems": { + "71498": 1, }, "name": "Unpack Warpriest of Zamorak set", "noCl": true, - "outputItems": Bank { - "bank": { - "71492": 1, - "71493": 1, - "71494": 1, - "71495": 1, - "71496": 1, - "71497": 1, - }, - "frozen": false, + "outputItems": { + "71492": 1, + "71493": 1, + "71494": 1, + "71495": 1, + "71496": 1, + "71497": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71499": 1, - "71500": 1, - "71501": 1, - "71502": 1, - "71503": 1, - "71504": 1, - }, - "frozen": false, + "inputItems": { + "71499": 1, + "71500": 1, + "71501": 1, + "71502": 1, + "71503": 1, + "71504": 1, }, "name": "Warpriest of Saradomin set", - "noCl": true, - "outputItems": Bank { - "bank": { - "71505": 1, - }, - "frozen": false, + "outputItems": { + "71505": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71505": 1, - }, - "frozen": false, + "inputItems": { + "71505": 1, }, "name": "Unpack Warpriest of Saradomin set", "noCl": true, - "outputItems": Bank { - "bank": { - "71499": 1, - "71500": 1, - "71501": 1, - "71502": 1, - "71503": 1, - "71504": 1, - }, - "frozen": false, + "outputItems": { + "71499": 1, + "71500": 1, + "71501": 1, + "71502": 1, + "71503": 1, + "71504": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71506": 1, - "71507": 1, - "71508": 1, - "71509": 1, - "71510": 1, - "71511": 1, - }, - "frozen": false, + "inputItems": { + "71506": 1, + "71507": 1, + "71508": 1, + "71509": 1, + "71510": 1, + "71511": 1, }, "name": "Warpriest of Armadyl set", - "noCl": true, - "outputItems": Bank { - "bank": { - "71512": 1, - }, - "frozen": false, + "outputItems": { + "71512": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71512": 1, - }, - "frozen": false, + "inputItems": { + "71512": 1, }, "name": "Unpack Warpriest of Armadyl set", "noCl": true, - "outputItems": Bank { - "bank": { - "71506": 1, - "71507": 1, - "71508": 1, - "71509": 1, - "71510": 1, - "71511": 1, - }, - "frozen": false, + "outputItems": { + "71506": 1, + "71507": 1, + "71508": 1, + "71509": 1, + "71510": 1, + "71511": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71513": 1, - "71514": 1, - "71515": 1, - "71516": 1, - "71517": 1, - "71518": 1, - }, - "frozen": false, + "inputItems": { + "71513": 1, + "71514": 1, + "71515": 1, + "71516": 1, + "71517": 1, + "71518": 1, }, "name": "Warpriest of Bandos set", - "noCl": true, - "outputItems": Bank { - "bank": { - "71519": 1, - }, - "frozen": false, + "outputItems": { + "71519": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71519": 1, - }, - "frozen": false, + "inputItems": { + "71519": 1, }, "name": "Unpack Warpriest of Bandos set", "noCl": true, - "outputItems": Bank { - "bank": { - "71513": 1, - "71514": 1, - "71515": 1, - "71516": 1, - "71517": 1, - "71518": 1, - }, - "frozen": false, + "outputItems": { + "71513": 1, + "71514": 1, + "71515": 1, + "71516": 1, + "71517": 1, + "71518": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48015": 1, - "48016": 1, - "48017": 1, - "48018": 1, - "48019": 1, - }, - "frozen": false, + "inputItems": { + "48015": 1, + "48016": 1, + "48017": 1, + "48018": 1, + "48019": 1, }, "name": "Dwarven armour set", - "noCl": true, - "outputItems": Bank { - "bank": { - "71706": 1, - }, - "frozen": false, + "outputItems": { + "71706": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71706": 1, - }, - "frozen": false, + "inputItems": { + "71706": 1, }, "name": "Unpack Dwarven armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "48015": 1, - "48016": 1, - "48017": 1, - "48018": 1, - "48019": 1, - }, - "frozen": false, + "outputItems": { + "48015": 1, + "48016": 1, + "48017": 1, + "48018": 1, + "48019": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47511": 1, - "47512": 1, - }, - "frozen": false, + "inputItems": { + "47511": 1, + "47512": 1, }, "name": "Drygore longsword set", - "noCl": true, - "outputItems": Bank { - "bank": { - "71705": 1, - }, - "frozen": false, + "outputItems": { + "71705": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71705": 1, - }, - "frozen": false, + "inputItems": { + "71705": 1, }, "name": "Unpack Drygore longsword set", "noCl": true, - "outputItems": Bank { - "bank": { - "47511": 1, - "47512": 1, - }, - "frozen": false, + "outputItems": { + "47511": 1, + "47512": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47515": 1, - "47516": 1, - }, - "frozen": false, + "inputItems": { + "47515": 1, + "47516": 1, }, "name": "Drygore rapier set", - "noCl": true, - "outputItems": Bank { - "bank": { - "71703": 1, - }, - "frozen": false, + "outputItems": { + "71703": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71703": 1, - }, - "frozen": false, + "inputItems": { + "71703": 1, }, "name": "Unpack Drygore rapier set", "noCl": true, - "outputItems": Bank { - "bank": { - "47515": 1, - "47516": 1, - }, - "frozen": false, + "outputItems": { + "47515": 1, + "47516": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47513": 1, - "47514": 1, - }, - "frozen": false, + "inputItems": { + "47513": 1, + "47514": 1, }, "name": "Drygore mace set", - "noCl": true, - "outputItems": Bank { - "bank": { - "71704": 1, - }, - "frozen": false, + "outputItems": { + "71704": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71704": 1, - }, - "frozen": false, + "inputItems": { + "71704": 1, }, "name": "Unpack Drygore mace set", "noCl": true, - "outputItems": Bank { - "bank": { - "47513": 1, - "47514": 1, - }, - "frozen": false, + "outputItems": { + "47513": 1, + "47514": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2404": 1, - "2838": 1, - "4273": 1, - "432": 1, - "709": 1, - }, - "frozen": false, + "inputItems": { + "2404": 1, + "2838": 1, + "4273": 1, + "432": 1, + "709": 1, }, "name": "Torva armour set", - "noCl": true, - "outputItems": Bank { - "bank": { - "71700": 1, - }, - "frozen": false, + "outputItems": { + "71700": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71700": 1, - }, - "frozen": false, + "inputItems": { + "71700": 1, }, "name": "Unpack Torva armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "2404": 1, - "2838": 1, - "4273": 1, - "432": 1, - "709": 1, - }, - "frozen": false, + "outputItems": { + "2404": 1, + "2838": 1, + "4273": 1, + "432": 1, + "709": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4272": 1, - "601": 1, - "605": 1, - "758": 1, - "759": 1, - }, - "frozen": false, + "inputItems": { + "4272": 1, + "601": 1, + "605": 1, + "758": 1, + "759": 1, }, "name": "Pernix armour set", - "noCl": true, - "outputItems": Bank { - "bank": { - "71701": 1, - }, - "frozen": false, + "outputItems": { + "71701": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71701": 1, - }, - "frozen": false, + "inputItems": { + "71701": 1, }, "name": "Unpack Pernix armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "4272": 1, - "601": 1, - "605": 1, - "758": 1, - "759": 1, - }, - "frozen": false, + "outputItems": { + "4272": 1, + "601": 1, + "605": 1, + "758": 1, + "759": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2409": 1, - "2423": 1, - "788": 1, - "9654": 1, - "983": 1, - }, - "frozen": false, + "inputItems": { + "2409": 1, + "2423": 1, + "788": 1, + "9654": 1, + "983": 1, }, "name": "Virtus armour set", - "noCl": true, - "outputItems": Bank { - "bank": { - "71702": 1, - }, - "frozen": false, + "outputItems": { + "71702": 1, }, "type": "pack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71702": 1, - }, - "frozen": false, + "inputItems": { + "71702": 1, }, "name": "Unpack Virtus armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "2409": 1, - "2423": 1, - "788": 1, - "9654": 1, - "983": 1, - }, - "frozen": false, + "outputItems": { + "2409": 1, + "2423": 1, + "788": 1, + "9654": 1, + "983": 1, }, "type": "unpack", }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12592": 1, - "12831": 1, - }, - "frozen": false, + "inputItems": { + "28933": 1, + "28936": 1, + "28939": 1, + }, + "name": "Sunfire fanatic armour set", + "outputItems": { + "29424": 1, + }, + "type": "pack", + }, + { + "cantHaveItems": undefined, + "inputItems": { + "29424": 1, + }, + "name": "Unpack Sunfire fanatic armour set", + "noCl": true, + "outputItems": { + "28933": 1, + "28936": 1, + "28939": 1, + }, + "type": "unpack", + }, + { + "cantHaveItems": undefined, + "inputItems": { + "12592": 1, + "12831": 1, }, "name": "Divine spirit shield", - "outputItems": Bank { - "bank": { - "3454": 1, - }, - "frozen": false, + "outputItems": { + "3454": 1, }, "requiredSkills": { "prayer": 90, @@ -19766,31 +13513,22 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "741": 1, - "742": 1, - "743": 1, - }, - "frozen": false, + "inputItems": { + "741": 1, + "742": 1, + "743": 1, }, "name": "Heart crystal", - "outputItems": Bank { - "bank": { - "745": 1, - }, - "frozen": false, + "outputItems": { + "745": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Vasa cloak", - "outputItems": Bank { - "bank": { - "41084": 1, - }, - "frozen": false, + "outputItems": { + "41084": 1, }, "requiredSkills": { "crafting": 105, @@ -19800,19 +13538,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22370": 1, - "50023": 1, - }, - "frozen": false, + "inputItems": { + "22370": 1, + "50023": 1, }, "name": "Bryophyta's staff(i)", - "outputItems": Bank { - "bank": { - "47528": 1, - }, - "frozen": false, + "outputItems": { + "47528": 1, }, "requiredSkills": { "crafting": 105, @@ -19821,19 +13553,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48205": 1, - "50023": 1, - }, - "frozen": false, + "inputItems": { + "48205": 1, + "50023": 1, }, "name": "Ignis ring(i)", - "outputItems": Bank { - "bank": { - "48206": 1, - }, - "frozen": false, + "outputItems": { + "48206": 1, }, "requiredSkills": { "crafting": 120, @@ -19842,87 +13568,57 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24212": 1, - "5514": 1, - }, - "frozen": false, + "inputItems": { + "24212": 1, + "5514": 1, }, "name": "Abyssal pouch", - "outputItems": Bank { - "bank": { - "24210": 1, - }, - "frozen": false, + "outputItems": { + "24210": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24210": 1, - "41082": 1, - }, - "frozen": false, + "inputItems": { + "24210": 1, + "41082": 1, }, "name": "Elder pouch", - "outputItems": Bank { - "bank": { - "41081": 1, - }, - "frozen": false, + "outputItems": { + "41081": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1925": 1, - "6958": 1, - }, - "frozen": false, + "inputItems": { + "1925": 1, + "6958": 1, }, "name": "Bucket of sand", - "outputItems": Bank { - "bank": { - "1783": 1, - }, - "frozen": false, + "outputItems": { + "1783": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2309": 1, - }, - "frozen": false, + "inputItems": { + "2309": 1, }, "name": "Breadcrumbs", - "outputItems": Bank { - "bank": { - "7515": 4, - }, - "frozen": false, + "outputItems": { + "7515": 4, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21015": 1, - "48319": 1, - "6573": 5, - }, - "frozen": false, + "inputItems": { + "21015": 1, + "48319": 1, + "6573": 5, }, "name": "Infernal bulwark", - "outputItems": Bank { - "bank": { - "48320": 1, - }, - "frozen": false, + "outputItems": { + "48320": 1, }, "requiredSkills": { "smithing": 105, @@ -19930,81 +13626,57 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21295": 1, - "24214": 1, - "48326": 1, - "6573": 20, - }, - "frozen": false, + "inputItems": { + "21295": 1, + "24214": 1, + "48326": 1, + "6573": 20, }, "name": "TzKal cape", - "outputItems": Bank { - "bank": { - "48322": 1, - }, - "frozen": false, + "outputItems": { + "48322": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48321": 1, - "6573": 30, - "8921": 1, - }, - "frozen": false, + "inputItems": { + "48321": 1, + "6573": 30, + "8921": 1, }, "name": "Infernal slayer helmet", - "outputItems": Bank { - "bank": { - "48323": 1, - }, - "frozen": false, + "outputItems": { + "48323": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "432": 1, - "48012": 3, - "48323": 1, - "50023": 1, - "601": 1, - "6573": 10, - "788": 1, - }, - "frozen": false, + "inputItems": { + "432": 1, + "48012": 3, + "48323": 1, + "50023": 1, + "601": 1, + "6573": 10, + "788": 1, }, "name": "Infernal slayer helmet(i)", - "outputItems": Bank { - "bank": { - "48327": 1, - }, - "frozen": false, + "outputItems": { + "48327": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48004": 1, - "50094": 1, - "50095": 1, - "50096": 1, - "50097": 1, - }, - "frozen": false, + "inputItems": { + "48004": 1, + "50094": 1, + "50095": 1, + "50096": 1, + "50097": 1, }, "name": "Royal crossbow", - "outputItems": Bank { - "bank": { - "50098": 1, - }, - "frozen": false, + "outputItems": { + "50098": 1, }, "requiredSkills": { "farming": 80, @@ -20012,70 +13684,46 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50063": 7000, - "50073": 1, - }, - "frozen": false, + "inputItems": { + "50063": 7000, + "50073": 1, }, "name": "Polypore staff", - "outputItems": Bank { - "bank": { - "50114": 1, - }, - "frozen": false, + "outputItems": { + "50114": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "62348": 7, - }, - "frozen": false, + "inputItems": { + "62348": 7, }, "name": "Golden partyhat", - "outputItems": Bank { - "bank": { - "62546": 1, - }, - "frozen": false, + "outputItems": { + "62546": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23953": 1, - "50615": 1, - }, - "frozen": false, + "inputItems": { + "23953": 1, + "50615": 1, }, "name": "Crystal fishing rod", - "outputItems": Bank { - "bank": { - "50616": 1, - }, - "frozen": false, + "outputItems": { + "50616": 1, }, }, { - "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2834": 1, - "70008": 1, - "70011": 750, - }, - "frozen": false, + "cantHaveItems": undefined, + "inputItems": { + "2834": 1, + "70008": 1, + "70011": 750, }, "name": "Void staff (u)", - "outputItems": Bank { - "bank": { - "70009": 1, - }, - "frozen": false, + "outputItems": { + "70009": 1, }, "requiredSkills": { "crafting": 110, @@ -20085,117 +13733,75 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70009": 1, - }, - "frozen": false, + "inputItems": { + "70009": 1, }, "name": "Void staff", - "outputItems": Bank { - "bank": { - "70010": 1, - }, - "frozen": false, + "outputItems": { + "70010": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70010": 1, - }, - "frozen": false, + "inputItems": { + "70010": 1, }, "name": "Revert void staff", - "outputItems": Bank { - "bank": { - "70009": 1, - }, - "frozen": false, + "outputItems": { + "70009": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2836": 1, - "70012": 1, - }, - "frozen": false, + "inputItems": { + "2836": 1, + "70012": 1, }, "name": "Abyssal tome", - "outputItems": Bank { - "bank": { - "70013": 1, - }, - "frozen": false, + "outputItems": { + "70013": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50023": 1, - "70016": 1, - }, - "frozen": false, + "inputItems": { + "50023": 1, + "70016": 1, }, "name": "Spellbound ring(i)", - "outputItems": Bank { - "bank": { - "70017": 1, - }, - "frozen": false, + "outputItems": { + "70017": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50116": 1, - "62496": 1, - }, - "frozen": false, + "inputItems": { + "50116": 1, + "62496": 1, }, "name": "Black swan", - "outputItems": Bank { - "bank": { - "62497": 1, - }, - "frozen": false, + "outputItems": { + "62497": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11196": 1, - }, - "frozen": false, + "inputItems": { + "11196": 1, }, "name": "Nexterminator", - "outputItems": Bank { - "bank": { - "50588": 1, - }, - "frozen": false, + "outputItems": { + "50588": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50114": 1, - }, - "frozen": false, + "inputItems": { + "50114": 1, }, "name": "Seamonkey staff (t1)", - "outputItems": Bank { - "bank": { - "70433": 1, - }, - "frozen": false, + "outputItems": { + "70433": 1, }, "requiredSkills": { "magic": 95, @@ -20203,19 +13809,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70420": 1, - "70433": 1, - }, - "frozen": false, + "inputItems": { + "70420": 1, + "70433": 1, }, "name": "Seamonkey staff (t2)", - "outputItems": Bank { - "bank": { - "70434": 1, - }, - "frozen": false, + "outputItems": { + "70434": 1, }, "requiredSkills": { "magic": 105, @@ -20223,19 +13823,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70425": 1, - "70434": 1, - }, - "frozen": false, + "inputItems": { + "70425": 1, + "70434": 1, }, "name": "Seamonkey staff (t3)", - "outputItems": Bank { - "bank": { - "70435": 1, - }, - "frozen": false, + "outputItems": { + "70435": 1, }, "requiredSkills": { "magic": 115, @@ -20243,19 +13837,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12002": 1, - "40040": 1, - }, - "frozen": false, + "inputItems": { + "12002": 1, + "40040": 1, }, "name": "Arcane blast necklace", - "outputItems": Bank { - "bank": { - "48009": 1, - }, - "frozen": false, + "outputItems": { + "48009": 1, }, "requiredSkills": { "crafting": 99, @@ -20264,19 +13852,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19547": 1, - "40040": 1, - }, - "frozen": false, + "inputItems": { + "19547": 1, + "40040": 1, }, "name": "Farsight snapshot necklace", - "outputItems": Bank { - "bank": { - "48010": 1, - }, - "frozen": false, + "outputItems": { + "48010": 1, }, "requiredSkills": { "crafting": 99, @@ -20285,19 +13867,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19553": 1, - "40040": 1, - }, - "frozen": false, + "inputItems": { + "19553": 1, + "40040": 1, }, "name": "Brawler's hook necklace", - "outputItems": Bank { - "bank": { - "48011": 1, - }, - "frozen": false, + "outputItems": { + "48011": 1, }, "requiredSkills": { "crafting": 99, @@ -20306,19 +13882,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48012": 3, - "48014": 1, - }, - "frozen": false, + "inputItems": { + "48012": 3, + "48014": 1, }, "name": "Gorajan bonecrusher", - "outputItems": Bank { - "bank": { - "48013": 1, - }, - "frozen": false, + "outputItems": { + "48013": 1, }, "requiredSkills": { "crafting": 120, @@ -20326,19 +13896,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48014": 1, - }, - "frozen": false, + "inputItems": { + "48014": 1, }, "name": "Revert gorajan bonecrusher", "noCl": true, - "outputItems": Bank { - "bank": { - "48012": 1, - }, - "frozen": false, + "outputItems": { + "48012": 1, }, "requiredSkills": { "crafting": 120, @@ -20346,2751 +13910,1803 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20445": 1, - }, - "frozen": false, + "inputItems": { + "20445": 1, }, "name": "Fix fire cape", "noCl": true, - "outputItems": Bank { - "bank": { - "6570": 1, - }, - "frozen": false, + "outputItems": { + "6570": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20447": 1, - }, - "frozen": false, + "inputItems": { + "20447": 1, }, "name": "Fix fire max cape", "noCl": true, - "outputItems": Bank { - "bank": { - "13329": 1, - }, - "frozen": false, + "outputItems": { + "13329": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21287": 1, - }, - "frozen": false, + "inputItems": { + "21287": 1, }, "name": "Fix infernal cape", "noCl": true, - "outputItems": Bank { - "bank": { - "21295": 1, - }, - "frozen": false, + "outputItems": { + "21295": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21289": 1, - }, - "frozen": false, + "inputItems": { + "21289": 1, }, "name": "Fix infernal max cape", "noCl": true, - "outputItems": Bank { - "bank": { - "21285": 1, - }, - "frozen": false, + "outputItems": { + "21285": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21916": 1, - }, - "frozen": false, + "inputItems": { + "21916": 1, }, "name": "Fix assembler max cape", "noCl": true, - "outputItems": Bank { - "bank": { - "21898": 1, - }, - "frozen": false, + "outputItems": { + "21898": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24236": 1, - }, - "frozen": false, + "inputItems": { + "24236": 1, }, "name": "Fix imbued saradomin cape", "noCl": true, - "outputItems": Bank { - "bank": { - "21791": 1, - }, - "frozen": false, + "outputItems": { + "21791": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24238": 1, - }, - "frozen": false, + "inputItems": { + "24238": 1, }, "name": "Fix imbued saradomin max cape", "noCl": true, - "outputItems": Bank { - "bank": { - "21776": 1, - }, - "frozen": false, + "outputItems": { + "21776": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24240": 1, - }, - "frozen": false, + "inputItems": { + "24240": 1, }, "name": "Fix imbued guthix cape", "noCl": true, - "outputItems": Bank { - "bank": { - "21793": 1, - }, - "frozen": false, + "outputItems": { + "21793": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24242": 1, - }, - "frozen": false, + "inputItems": { + "24242": 1, }, "name": "Fix imbued guthix max cape", "noCl": true, - "outputItems": Bank { - "bank": { - "21784": 1, - }, - "frozen": false, + "outputItems": { + "21784": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24244": 1, - }, - "frozen": false, + "inputItems": { + "24244": 1, }, "name": "Fix imbued zamorak cape", "noCl": true, - "outputItems": Bank { - "bank": { - "21795": 1, - }, - "frozen": false, + "outputItems": { + "21795": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24246": 1, - }, - "frozen": false, + "inputItems": { + "24246": 1, }, "name": "Fix imbued zamorak max cape", "noCl": true, - "outputItems": Bank { - "bank": { - "21780": 1, - }, - "frozen": false, + "outputItems": { + "21780": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20463": 1, - }, - "frozen": false, + "inputItems": { + "20463": 1, }, "name": "Fix dragon defender", "noCl": true, - "outputItems": Bank { - "bank": { - "12954": 1, - }, - "frozen": false, + "outputItems": { + "12954": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22441": 1, - }, - "frozen": false, + "inputItems": { + "22441": 1, }, "name": "Fix avernic defender", "noCl": true, - "outputItems": Bank { - "bank": { - "22322": 1, - }, - "frozen": false, + "outputItems": { + "22322": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20465": 1, - }, - "frozen": false, + "inputItems": { + "20465": 1, }, "name": "Fix void knight top", "noCl": true, - "outputItems": Bank { - "bank": { - "8839": 1, - }, - "frozen": false, + "outputItems": { + "8839": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20469": 1, - }, - "frozen": false, + "inputItems": { + "20469": 1, }, "name": "Fix void knight robe", "noCl": true, - "outputItems": Bank { - "bank": { - "8840": 1, - }, - "frozen": false, + "outputItems": { + "8840": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20467": 1, - }, - "frozen": false, + "inputItems": { + "20467": 1, }, "name": "Fix elite void top", "noCl": true, - "outputItems": Bank { - "bank": { - "13072": 1, - }, - "frozen": false, + "outputItems": { + "13072": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20471": 1, - }, - "frozen": false, + "inputItems": { + "20471": 1, }, "name": "Fix elite void robe", "noCl": true, - "outputItems": Bank { - "bank": { - "13073": 1, - }, - "frozen": false, + "outputItems": { + "13073": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20475": 1, - }, - "frozen": false, + "inputItems": { + "20475": 1, }, "name": "Fix void knight gloves", "noCl": true, - "outputItems": Bank { - "bank": { - "8842": 1, - }, - "frozen": false, + "outputItems": { + "8842": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20477": 1, - }, - "frozen": false, + "inputItems": { + "20477": 1, }, "name": "Fix void mage helm", "noCl": true, - "outputItems": Bank { - "bank": { - "11663": 1, - }, - "frozen": false, + "outputItems": { + "11663": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20479": 1, - }, - "frozen": false, + "inputItems": { + "20479": 1, }, "name": "Fix void ranger helm", "noCl": true, - "outputItems": Bank { - "bank": { - "11664": 1, - }, - "frozen": false, + "outputItems": { + "11664": 1, }, }, { "GPCost": 100000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20481": 1, - }, - "frozen": false, + "inputItems": { + "20481": 1, }, "name": "Fix void melee helm", "noCl": true, - "outputItems": Bank { - "bank": { - "11665": 1, - }, - "frozen": false, + "outputItems": { + "11665": 1, }, }, { "GPCost": 200000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13233": 1, - "48208": 1, - "48209": 1, - "48221": 1, - }, - "frozen": false, + "inputItems": { + "13233": 1, + "48208": 1, + "48209": 1, + "48221": 1, }, "name": "Fix hellfire bow", "noCl": true, - "outputItems": Bank { - "bank": { - "48220": 1, - }, - "frozen": false, + "outputItems": { + "48220": 1, }, }, { "GPCost": 200000000, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13233": 1, - "40071": 1, - "48208": 1, - "48209": 1, - }, - "frozen": false, + "inputItems": { + "13233": 1, + "40071": 1, + "48208": 1, + "48209": 1, }, "name": "Fix hellfire bownana", "noCl": true, - "outputItems": Bank { - "bank": { - "40070": 1, - }, - "frozen": false, + "outputItems": { + "40070": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24143": 1, - }, - "frozen": false, + "inputItems": { + "24143": 1, }, "name": "Unlock dragon defender", "noCl": true, - "outputItems": Bank { - "bank": { - "12954": 1, - }, - "frozen": false, + "outputItems": { + "12954": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24469": 1, - }, - "frozen": false, + "inputItems": { + "24469": 1, }, "name": "Unpack twisted relichunter (t1) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "24405": 1, - "24407": 1, - "24409": 1, - "24411": 1, - }, - "frozen": false, + "outputItems": { + "24405": 1, + "24407": 1, + "24409": 1, + "24411": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24405": 1, - "24407": 1, - "24409": 1, - "24411": 1, - }, - "frozen": false, + "inputItems": { + "24405": 1, + "24407": 1, + "24409": 1, + "24411": 1, }, "name": "Twisted relichunter (t1) armour set", - "outputItems": Bank { - "bank": { - "24469": 1, - }, - "frozen": false, + "outputItems": { + "24469": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24472": 1, - }, - "frozen": false, + "inputItems": { + "24472": 1, }, "name": "Unpack twisted relichunter (t2) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "24397": 1, - "24399": 1, - "24401": 1, - "24403": 1, - }, - "frozen": false, + "outputItems": { + "24397": 1, + "24399": 1, + "24401": 1, + "24403": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24397": 1, - "24399": 1, - "24401": 1, - "24403": 1, - }, - "frozen": false, + "inputItems": { + "24397": 1, + "24399": 1, + "24401": 1, + "24403": 1, }, "name": "Twisted relichunter (t2) armour set", - "outputItems": Bank { - "bank": { - "24472": 1, - }, - "frozen": false, + "outputItems": { + "24472": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24475": 1, - }, - "frozen": false, + "inputItems": { + "24475": 1, }, "name": "Unpack twisted relichunter (t3) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "24387": 1, - "24389": 1, - "24391": 1, - "24393": 1, - }, - "frozen": false, + "outputItems": { + "24387": 1, + "24389": 1, + "24391": 1, + "24393": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24387": 1, - "24389": 1, - "24391": 1, - "24393": 1, - }, - "frozen": false, + "inputItems": { + "24387": 1, + "24389": 1, + "24391": 1, + "24393": 1, }, "name": "Twisted relichunter (t3) armour set", - "outputItems": Bank { - "bank": { - "24475": 1, - }, - "frozen": false, + "outputItems": { + "24475": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25380": 1, - }, - "frozen": false, + "inputItems": { + "25380": 1, }, "name": "Unpack trailblazer relichunter (t1) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "25028": 1, - "25031": 1, - "25034": 1, - "25037": 1, - }, - "frozen": false, + "outputItems": { + "25028": 1, + "25031": 1, + "25034": 1, + "25037": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25028": 1, - "25031": 1, - "25034": 1, - "25037": 1, - }, - "frozen": false, + "inputItems": { + "25028": 1, + "25031": 1, + "25034": 1, + "25037": 1, }, "name": "Trailblazer relichunter (t1) armour set", - "outputItems": Bank { - "bank": { - "25380": 1, - }, - "frozen": false, + "outputItems": { + "25380": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25383": 1, - }, - "frozen": false, + "inputItems": { + "25383": 1, }, "name": "Unpack trailblazer relichunter (t2) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "25016": 1, - "25019": 1, - "25022": 1, - "25025": 1, - }, - "frozen": false, + "outputItems": { + "25016": 1, + "25019": 1, + "25022": 1, + "25025": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25016": 1, - "25019": 1, - "25022": 1, - "25025": 1, - }, - "frozen": false, + "inputItems": { + "25016": 1, + "25019": 1, + "25022": 1, + "25025": 1, }, "name": "Trailblazer relichunter (t2) armour set", - "outputItems": Bank { - "bank": { - "25383": 1, - }, - "frozen": false, + "outputItems": { + "25383": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25386": 1, - }, - "frozen": false, + "inputItems": { + "25386": 1, }, "name": "Unpack trailblazer relichunter (t3) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "25001": 1, - "25004": 1, - "25007": 1, - "25010": 1, - }, - "frozen": false, + "outputItems": { + "25001": 1, + "25004": 1, + "25007": 1, + "25010": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25001": 1, - "25004": 1, - "25007": 1, - "25010": 1, - }, - "frozen": false, + "inputItems": { + "25001": 1, + "25004": 1, + "25007": 1, + "25010": 1, }, "name": "Trailblazer relichunter (t3) armour set", - "outputItems": Bank { - "bank": { - "25386": 1, - }, - "frozen": false, + "outputItems": { + "25386": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24333": 1, - }, - "frozen": false, + "inputItems": { + "24333": 1, }, "name": "Unpack dagon'hai robes set", "noCl": true, - "outputItems": Bank { - "bank": { - "24288": 1, - "24291": 1, - "24294": 1, - }, - "frozen": false, + "outputItems": { + "24288": 1, + "24291": 1, + "24294": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24288": 1, - "24291": 1, - "24294": 1, - }, - "frozen": false, + "inputItems": { + "24288": 1, + "24291": 1, + "24294": 1, }, "name": "Dagon'hai robes set", - "outputItems": Bank { - "bank": { - "24333": 1, - }, - "frozen": false, + "outputItems": { + "24333": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47515": 1, - "48203": 1, - }, - "frozen": false, + "inputItems": { + "47515": 1, + "48203": 1, }, "name": "Drygore rapier (blood)", - "outputItems": Bank { - "bank": { - "41060": 1, - }, - "frozen": false, + "outputItems": { + "41060": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47515": 1, - "48202": 1, - }, - "frozen": false, + "inputItems": { + "47515": 1, + "48202": 1, }, "name": "Drygore rapier (ice)", - "outputItems": Bank { - "bank": { - "41054": 1, - }, - "frozen": false, + "outputItems": { + "41054": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47515": 1, - "48201": 1, - }, - "frozen": false, + "inputItems": { + "47515": 1, + "48201": 1, }, "name": "Drygore rapier (shadow)", - "outputItems": Bank { - "bank": { - "41066": 1, - }, - "frozen": false, + "outputItems": { + "41066": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47515": 1, - "48204": 1, - }, - "frozen": false, + "inputItems": { + "47515": 1, + "48204": 1, }, "name": "Drygore rapier (3a)", - "outputItems": Bank { - "bank": { - "41072": 1, - }, - "frozen": false, + "outputItems": { + "41072": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47515": 1, - "70235": 1, - }, - "frozen": false, + "inputItems": { + "47515": 1, + "70235": 1, }, "name": "Drygore rapier (xmas)", - "outputItems": Bank { - "bank": { - "70238": 1, - }, - "frozen": false, + "outputItems": { + "70238": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47516": 1, - "48203": 1, - }, - "frozen": false, + "inputItems": { + "47516": 1, + "48203": 1, }, "name": "Offhand drygore rapier (blood)", - "outputItems": Bank { - "bank": { - "41059": 1, - }, - "frozen": false, + "outputItems": { + "41059": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47516": 1, - "48202": 1, - }, - "frozen": false, + "inputItems": { + "47516": 1, + "48202": 1, }, "name": "Offhand drygore rapier (ice)", - "outputItems": Bank { - "bank": { - "41053": 1, - }, - "frozen": false, + "outputItems": { + "41053": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47516": 1, - "48201": 1, - }, - "frozen": false, + "inputItems": { + "47516": 1, + "48201": 1, }, "name": "Offhand drygore rapier (shadow)", - "outputItems": Bank { - "bank": { - "41065": 1, - }, - "frozen": false, + "outputItems": { + "41065": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47516": 1, - "48204": 1, - }, - "frozen": false, + "inputItems": { + "47516": 1, + "48204": 1, }, "name": "Offhand drygore rapier (3a)", - "outputItems": Bank { - "bank": { - "41071": 1, - }, - "frozen": false, + "outputItems": { + "41071": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47516": 1, - "70235": 1, - }, - "frozen": false, + "inputItems": { + "47516": 1, + "70235": 1, }, "name": "Offhand drygore rapier (xmas)", - "outputItems": Bank { - "bank": { - "70237": 1, - }, - "frozen": false, + "outputItems": { + "70237": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47513": 1, - "48203": 1, - }, - "frozen": false, + "inputItems": { + "47513": 1, + "48203": 1, }, - "name": "Drygore mace (blood)", - "outputItems": Bank { - "bank": { - "41062": 1, - }, - "frozen": false, + "name": "Drygore mace (blood)", + "outputItems": { + "41062": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47513": 1, - "48202": 1, - }, - "frozen": false, + "inputItems": { + "47513": 1, + "48202": 1, }, "name": "Drygore mace (ice)", - "outputItems": Bank { - "bank": { - "41056": 1, - }, - "frozen": false, + "outputItems": { + "41056": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47513": 1, - "48201": 1, - }, - "frozen": false, + "inputItems": { + "47513": 1, + "48201": 1, }, "name": "Drygore mace (shadow)", - "outputItems": Bank { - "bank": { - "41068": 1, - }, - "frozen": false, + "outputItems": { + "41068": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47513": 1, - "48204": 1, - }, - "frozen": false, + "inputItems": { + "47513": 1, + "48204": 1, }, "name": "Drygore mace (3a)", - "outputItems": Bank { - "bank": { - "41074": 1, - }, - "frozen": false, + "outputItems": { + "41074": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47513": 1, - "70235": 1, - }, - "frozen": false, + "inputItems": { + "47513": 1, + "70235": 1, }, "name": "Drygore mace (xmas)", - "outputItems": Bank { - "bank": { - "70240": 1, - }, - "frozen": false, + "outputItems": { + "70240": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47514": 1, - "48203": 1, - }, - "frozen": false, + "inputItems": { + "47514": 1, + "48203": 1, }, "name": "Offhand drygore mace (blood)", - "outputItems": Bank { - "bank": { - "41061": 1, - }, - "frozen": false, + "outputItems": { + "41061": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47514": 1, - "48202": 1, - }, - "frozen": false, + "inputItems": { + "47514": 1, + "48202": 1, }, "name": "Offhand drygore mace (ice)", - "outputItems": Bank { - "bank": { - "41055": 1, - }, - "frozen": false, + "outputItems": { + "41055": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47514": 1, - "48201": 1, - }, - "frozen": false, + "inputItems": { + "47514": 1, + "48201": 1, }, "name": "Offhand drygore mace (shadow)", - "outputItems": Bank { - "bank": { - "41067": 1, - }, - "frozen": false, + "outputItems": { + "41067": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47514": 1, - "48204": 1, - }, - "frozen": false, + "inputItems": { + "47514": 1, + "48204": 1, }, "name": "Offhand drygore mace (3a)", - "outputItems": Bank { - "bank": { - "41073": 1, - }, - "frozen": false, + "outputItems": { + "41073": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47514": 1, - "70235": 1, - }, - "frozen": false, + "inputItems": { + "47514": 1, + "70235": 1, }, "name": "Offhand drygore mace (xmas)", - "outputItems": Bank { - "bank": { - "70239": 1, - }, - "frozen": false, + "outputItems": { + "70239": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47511": 1, - "48203": 1, - }, - "frozen": false, + "inputItems": { + "47511": 1, + "48203": 1, }, "name": "Drygore longsword (blood)", - "outputItems": Bank { - "bank": { - "41064": 1, - }, - "frozen": false, + "outputItems": { + "41064": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47511": 1, - "48202": 1, - }, - "frozen": false, + "inputItems": { + "47511": 1, + "48202": 1, }, "name": "Drygore longsword (ice)", - "outputItems": Bank { - "bank": { - "41058": 1, - }, - "frozen": false, + "outputItems": { + "41058": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47511": 1, - "48201": 1, - }, - "frozen": false, + "inputItems": { + "47511": 1, + "48201": 1, }, "name": "Drygore longsword (shadow)", - "outputItems": Bank { - "bank": { - "41070": 1, - }, - "frozen": false, + "outputItems": { + "41070": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47511": 1, - "48204": 1, - }, - "frozen": false, + "inputItems": { + "47511": 1, + "48204": 1, }, "name": "Drygore longsword (3a)", - "outputItems": Bank { - "bank": { - "41076": 1, - }, - "frozen": false, + "outputItems": { + "41076": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47511": 1, - "70235": 1, - }, - "frozen": false, + "inputItems": { + "47511": 1, + "70235": 1, }, "name": "Drygore longsword (xmas)", - "outputItems": Bank { - "bank": { - "70242": 1, - }, - "frozen": false, + "outputItems": { + "70242": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47512": 1, - "48203": 1, - }, - "frozen": false, + "inputItems": { + "47512": 1, + "48203": 1, }, "name": "Offhand drygore longsword (blood)", - "outputItems": Bank { - "bank": { - "41063": 1, - }, - "frozen": false, + "outputItems": { + "41063": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47512": 1, - "48202": 1, - }, - "frozen": false, + "inputItems": { + "47512": 1, + "48202": 1, }, "name": "Offhand drygore longsword (ice)", - "outputItems": Bank { - "bank": { - "41057": 1, - }, - "frozen": false, + "outputItems": { + "41057": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47512": 1, - "48201": 1, - }, - "frozen": false, + "inputItems": { + "47512": 1, + "48201": 1, }, "name": "Offhand drygore longsword (shadow)", - "outputItems": Bank { - "bank": { - "41069": 1, - }, - "frozen": false, + "outputItems": { + "41069": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47512": 1, - "48204": 1, - }, - "frozen": false, + "inputItems": { + "47512": 1, + "48204": 1, }, "name": "Offhand drygore longsword (3a)", - "outputItems": Bank { - "bank": { - "41075": 1, - }, - "frozen": false, + "outputItems": { + "41075": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47512": 1, - "70235": 1, - }, - "frozen": false, + "inputItems": { + "47512": 1, + "70235": 1, }, "name": "Offhand drygore longsword (xmas)", - "outputItems": Bank { - "bank": { - "70241": 1, - }, - "frozen": false, + "outputItems": { + "70241": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48203": 1, - "6741": 1, - }, - "frozen": false, + "inputItems": { + "48203": 1, + "6741": 1, }, "name": "Dwarven warhammer (blood)", - "outputItems": Bank { - "bank": { - "41088": 1, - }, - "frozen": false, + "outputItems": { + "41088": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48202": 1, - "6741": 1, - }, - "frozen": false, + "inputItems": { + "48202": 1, + "6741": 1, }, "name": "Dwarven warhammer (ice)", - "outputItems": Bank { - "bank": { - "41086": 1, - }, - "frozen": false, + "outputItems": { + "41086": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48201": 1, - "6741": 1, - }, - "frozen": false, + "inputItems": { + "48201": 1, + "6741": 1, }, "name": "Dwarven warhammer (shadow)", - "outputItems": Bank { - "bank": { - "41087": 1, - }, - "frozen": false, + "outputItems": { + "41087": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48204": 1, - "6741": 1, - }, - "frozen": false, + "inputItems": { + "48204": 1, + "6741": 1, }, "name": "Dwarven warhammer (3a)", - "outputItems": Bank { - "bank": { - "41089": 1, - }, - "frozen": false, + "outputItems": { + "41089": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48228": 1, - "6741": 1, - }, - "frozen": false, + "inputItems": { + "48228": 1, + "6741": 1, }, "name": "Dwarven warnana", - "outputItems": Bank { - "bank": { - "40067": 1, - }, - "frozen": false, + "outputItems": { + "40067": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52672": 1, - "6741": 1, - }, - "frozen": false, + "inputItems": { + "52672": 1, + "6741": 1, }, "name": "Dwarven warhammer (volcanic)", - "outputItems": Bank { - "bank": { - "52673": 1, - }, - "frozen": false, + "outputItems": { + "52673": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "6741": 1, - "70235": 1, - }, - "frozen": false, + "inputItems": { + "6741": 1, + "70235": 1, }, "name": "Ho-ho hammer", - "outputItems": Bank { - "bank": { - "70233": 1, - }, - "frozen": false, + "outputItems": { + "70233": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "6741": 1, - "71620": 1, - }, - "frozen": false, + "inputItems": { + "6741": 1, + "71620": 1, }, "name": "Dwarven pumpkinsmasher", - "outputItems": Bank { - "bank": { - "71622": 1, - }, - "frozen": false, + "outputItems": { + "71622": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20997": 1, - "48202": 1, - }, - "frozen": false, + "inputItems": { + "20997": 1, + "48202": 1, }, "name": "Twisted bow (ice)", - "outputItems": Bank { - "bank": { - "40081": 1, - }, - "frozen": false, + "outputItems": { + "40081": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20997": 1, - "48201": 1, - }, - "frozen": false, + "inputItems": { + "20997": 1, + "48201": 1, }, "name": "Twisted bow (shadow)", - "outputItems": Bank { - "bank": { - "40082": 1, - }, - "frozen": false, + "outputItems": { + "40082": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20997": 1, - "48203": 1, - }, - "frozen": false, + "inputItems": { + "20997": 1, + "48203": 1, }, "name": "Twisted bow (blood)", - "outputItems": Bank { - "bank": { - "40083": 1, - }, - "frozen": false, + "outputItems": { + "40083": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20997": 1, - "48204": 1, - }, - "frozen": false, + "inputItems": { + "20997": 1, + "48204": 1, }, "name": "Twisted bow (3a)", - "outputItems": Bank { - "bank": { - "40084": 1, - }, - "frozen": false, + "outputItems": { + "40084": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20997": 1, - "48228": 1, - }, - "frozen": false, + "inputItems": { + "20997": 1, + "48228": 1, }, "name": "Twisted bownana", - "outputItems": Bank { - "bank": { - "40068": 1, - }, - "frozen": false, + "outputItems": { + "40068": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2832": 1, - "48202": 1, - }, - "frozen": false, + "inputItems": { + "2832": 1, + "48202": 1, }, "name": "Zaryte bow (ice)", - "outputItems": Bank { - "bank": { - "40077": 1, - }, - "frozen": false, + "outputItems": { + "40077": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2832": 1, - "48201": 1, - }, - "frozen": false, + "inputItems": { + "2832": 1, + "48201": 1, }, "name": "Zaryte bow (shadow)", - "outputItems": Bank { - "bank": { - "40078": 1, - }, - "frozen": false, + "outputItems": { + "40078": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2832": 1, - "48203": 1, - }, - "frozen": false, + "inputItems": { + "2832": 1, + "48203": 1, }, "name": "Zaryte bow (blood)", - "outputItems": Bank { - "bank": { - "40079": 1, - }, - "frozen": false, + "outputItems": { + "40079": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2832": 1, - "48204": 1, - }, - "frozen": false, + "inputItems": { + "2832": 1, + "48204": 1, }, "name": "Zaryte bow (3a)", - "outputItems": Bank { - "bank": { - "40080": 1, - }, - "frozen": false, + "outputItems": { + "40080": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2832": 1, - "48228": 1, - }, - "frozen": false, + "inputItems": { + "2832": 1, + "48228": 1, }, "name": "Zaryte bownana", - "outputItems": Bank { - "bank": { - "40069": 1, - }, - "frozen": false, + "outputItems": { + "40069": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48220": 1, - "48228": 1, - }, - "frozen": false, + "inputItems": { + "48220": 1, + "48228": 1, }, "name": "Hellfire bownana", - "outputItems": Bank { - "bank": { - "40070": 1, - }, - "frozen": false, + "outputItems": { + "40070": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48220": 1, - "70235": 1, - }, - "frozen": false, + "inputItems": { + "48220": 1, + "70235": 1, }, "name": "Mistleboe", - "outputItems": Bank { - "bank": { - "70227": 1, - }, - "frozen": false, + "outputItems": { + "70227": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48202": 1, - "48220": 1, - }, - "frozen": false, + "inputItems": { + "48202": 1, + "48220": 1, }, "name": "Hellfire bow (ice)", - "outputItems": Bank { - "bank": { - "71426": 1, - }, - "frozen": false, + "outputItems": { + "71426": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48220": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "48220": 1, + "70441": 1, }, "name": "Hellfire bow (Oceanic)", - "outputItems": Bank { - "bank": { - "71427": 1, - }, - "frozen": false, + "outputItems": { + "71427": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48220": 1, - "71620": 1, - }, - "frozen": false, + "inputItems": { + "48220": 1, + "71620": 1, }, "name": "Demonic piercer", - "outputItems": Bank { - "bank": { - "71919": 1, - }, - "frozen": false, + "outputItems": { + "71919": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26374": 1, - "70235": 1, - }, - "frozen": false, + "inputItems": { + "26374": 1, + "70235": 1, }, "name": "Zaryte crossbow (xmas)", - "outputItems": Bank { - "bank": { - "70247": 1, - }, - "frozen": false, + "outputItems": { + "70247": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "41084": 1, - "70235": 1, - }, - "frozen": false, + "inputItems": { + "41084": 1, + "70235": 1, }, "name": "Vasa cloak (xmas)", - "outputItems": Bank { - "bank": { - "70249": 1, - }, - "frozen": false, + "outputItems": { + "70249": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "41084": 1, - "71491": 1, - }, - "frozen": false, + "inputItems": { + "41084": 1, + "71491": 1, }, "name": "Vasa cloak (zamorak)", - "outputItems": Bank { - "bank": { - "71521": 1, - }, - "frozen": false, + "outputItems": { + "71521": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "41084": 1, - "71489": 1, - }, - "frozen": false, + "inputItems": { + "41084": 1, + "71489": 1, }, "name": "Vasa cloak (saradomin)", - "outputItems": Bank { - "bank": { - "71520": 1, - }, - "frozen": false, + "outputItems": { + "71520": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13652": 1, - "70235": 1, - }, - "frozen": false, + "inputItems": { + "13652": 1, + "70235": 1, }, "name": "Santa claws", - "outputItems": Bank { - "bank": { - "70258": 1, - }, - "frozen": false, + "outputItems": { + "70258": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48322": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "48322": 1, + "70441": 1, }, "name": "TzKal cape (Oceanic)", - "outputItems": Bank { - "bank": { - "70464": 1, - }, - "frozen": false, + "outputItems": { + "70464": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48322": 1, - "52672": 1, - }, - "frozen": false, + "inputItems": { + "48322": 1, + "52672": 1, }, "name": "TzKal cape (Volcanic)", - "outputItems": Bank { - "bank": { - "70463": 1, - }, - "frozen": false, + "outputItems": { + "70463": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48322": 1, - "71620": 1, - }, - "frozen": false, + "inputItems": { + "48322": 1, + "71620": 1, }, "name": "TzKal cape (spooky)", - "outputItems": Bank { - "bank": { - "71922": 1, - }, - "frozen": false, + "outputItems": { + "71922": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40033": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40033": 1, + "48254": 1, }, "name": "Gorajan warrior helmet (Primal)", - "outputItems": Bank { - "bank": { - "41100": 1, - }, - "frozen": false, + "outputItems": { + "41100": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40033": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40033": 1, + "70441": 1, }, "name": "Gorajan warrior helmet (Oceanic)", - "outputItems": Bank { - "bank": { - "70448": 1, - }, - "frozen": false, + "outputItems": { + "70448": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40034": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40034": 1, + "48254": 1, }, "name": "Gorajan warrior top (Primal)", - "outputItems": Bank { - "bank": { - "41101": 1, - }, - "frozen": false, + "outputItems": { + "41101": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40034": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40034": 1, + "70441": 1, }, "name": "Gorajan warrior top (Oceanic)", - "outputItems": Bank { - "bank": { - "70449": 1, - }, - "frozen": false, + "outputItems": { + "70449": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40035": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40035": 1, + "48254": 1, }, "name": "Gorajan warrior legs (Primal)", - "outputItems": Bank { - "bank": { - "41102": 1, - }, - "frozen": false, + "outputItems": { + "41102": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40035": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40035": 1, + "70441": 1, }, "name": "Gorajan warrior legs (Oceanic)", - "outputItems": Bank { - "bank": { - "70450": 1, - }, - "frozen": false, + "outputItems": { + "70450": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40036": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40036": 1, + "48254": 1, }, "name": "Gorajan warrior gloves (Primal)", - "outputItems": Bank { - "bank": { - "41103": 1, - }, - "frozen": false, + "outputItems": { + "41103": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40036": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40036": 1, + "70441": 1, }, "name": "Gorajan warrior gloves (Oceanic)", - "outputItems": Bank { - "bank": { - "70451": 1, - }, - "frozen": false, + "outputItems": { + "70451": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40037": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40037": 1, + "48254": 1, }, "name": "Gorajan warrior boots (Primal)", - "outputItems": Bank { - "bank": { - "41104": 1, - }, - "frozen": false, + "outputItems": { + "41104": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40037": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40037": 1, + "70441": 1, }, "name": "Gorajan warrior boots (Oceanic)", - "outputItems": Bank { - "bank": { - "70452": 1, - }, - "frozen": false, + "outputItems": { + "70452": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40042": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40042": 1, + "48254": 1, }, "name": "Gorajan occult helmet (Celestial)", - "outputItems": Bank { - "bank": { - "40105": 1, - }, - "frozen": false, + "outputItems": { + "40105": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40042": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40042": 1, + "70441": 1, }, "name": "Gorajan occult helmet (Oceanic)", - "outputItems": Bank { - "bank": { - "70453": 1, - }, - "frozen": false, + "outputItems": { + "70453": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40043": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40043": 1, + "48254": 1, }, "name": "Gorajan occult top (Celestial)", - "outputItems": Bank { - "bank": { - "40106": 1, - }, - "frozen": false, + "outputItems": { + "40106": 1, }, }, { - "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40043": 1, - "70441": 1, - }, - "frozen": false, + "cantHaveItems": undefined, + "inputItems": { + "40043": 1, + "70441": 1, }, "name": "Gorajan occult top (Oceanic)", - "outputItems": Bank { - "bank": { - "70454": 1, - }, - "frozen": false, + "outputItems": { + "70454": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40044": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40044": 1, + "48254": 1, }, "name": "Gorajan occult legs (Celestial)", - "outputItems": Bank { - "bank": { - "40107": 1, - }, - "frozen": false, + "outputItems": { + "40107": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40044": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40044": 1, + "70441": 1, }, "name": "Gorajan occult legs (Oceanic)", - "outputItems": Bank { - "bank": { - "70455": 1, - }, - "frozen": false, + "outputItems": { + "70455": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40045": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40045": 1, + "48254": 1, }, "name": "Gorajan occult gloves (Celestial)", - "outputItems": Bank { - "bank": { - "40108": 1, - }, - "frozen": false, + "outputItems": { + "40108": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40045": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40045": 1, + "70441": 1, }, "name": "Gorajan occult gloves (Oceanic)", - "outputItems": Bank { - "bank": { - "70456": 1, - }, - "frozen": false, + "outputItems": { + "70456": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40046": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40046": 1, + "48254": 1, }, "name": "Gorajan occult boots (Celestial)", - "outputItems": Bank { - "bank": { - "40109": 1, - }, - "frozen": false, + "outputItems": { + "40109": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40046": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40046": 1, + "70441": 1, }, "name": "Gorajan occult boots (Oceanic)", - "outputItems": Bank { - "bank": { - "70457": 1, - }, - "frozen": false, + "outputItems": { + "70457": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40047": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40047": 1, + "48254": 1, }, "name": "Gorajan archer helmet (Sagittarian)", - "outputItems": Bank { - "bank": { - "40110": 1, - }, - "frozen": false, + "outputItems": { + "40110": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40047": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40047": 1, + "70441": 1, }, "name": "Gorajan archer helmet (Oceanic)", - "outputItems": Bank { - "bank": { - "70458": 1, - }, - "frozen": false, + "outputItems": { + "70458": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40048": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40048": 1, + "48254": 1, }, "name": "Gorajan archer top (Sagittarian)", - "outputItems": Bank { - "bank": { - "40111": 1, - }, - "frozen": false, + "outputItems": { + "40111": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40048": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40048": 1, + "70441": 1, }, "name": "Gorajan archer top (Oceanic)", - "outputItems": Bank { - "bank": { - "70459": 1, - }, - "frozen": false, + "outputItems": { + "70459": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40049": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40049": 1, + "48254": 1, }, "name": "Gorajan archer legs (Sagittarian)", - "outputItems": Bank { - "bank": { - "40112": 1, - }, - "frozen": false, + "outputItems": { + "40112": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40049": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40049": 1, + "70441": 1, }, "name": "Gorajan archer legs (Oceanic)", - "outputItems": Bank { - "bank": { - "70460": 1, - }, - "frozen": false, + "outputItems": { + "70460": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40050": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40050": 1, + "48254": 1, }, "name": "Gorajan archer gloves (Sagittarian)", - "outputItems": Bank { - "bank": { - "40113": 1, - }, - "frozen": false, + "outputItems": { + "40113": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40050": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40050": 1, + "70441": 1, }, "name": "Gorajan archer gloves (Oceanic)", - "outputItems": Bank { - "bank": { - "70461": 1, - }, - "frozen": false, + "outputItems": { + "70461": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40051": 1, - "48254": 1, - }, - "frozen": false, + "inputItems": { + "40051": 1, + "48254": 1, }, "name": "Gorajan archer boots (Sagittarian)", - "outputItems": Bank { - "bank": { - "40114": 1, - }, - "frozen": false, + "outputItems": { + "40114": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40051": 1, - "70441": 1, - }, - "frozen": false, + "inputItems": { + "40051": 1, + "70441": 1, }, "name": "Gorajan archer boots (Oceanic)", - "outputItems": Bank { - "bank": { - "70462": 1, - }, - "frozen": false, + "outputItems": { + "70462": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48015": 1, - "52672": 1, - }, - "frozen": false, + "inputItems": { + "48015": 1, + "52672": 1, }, "name": "Dwarven full helm (Volcanic)", - "outputItems": Bank { - "bank": { - "52656": 1, - }, - "frozen": false, + "outputItems": { + "52656": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48016": 1, - "52672": 1, - }, - "frozen": false, + "inputItems": { + "48016": 1, + "52672": 1, }, "name": "Dwarven platebody (Volcanic)", - "outputItems": Bank { - "bank": { - "52655": 1, - }, - "frozen": false, + "outputItems": { + "52655": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48017": 1, - "52672": 1, - }, - "frozen": false, + "inputItems": { + "48017": 1, + "52672": 1, }, "name": "Dwarven platelegs (Volcanic)", - "outputItems": Bank { - "bank": { - "52654": 1, - }, - "frozen": false, + "outputItems": { + "52654": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48019": 1, - "52672": 1, - }, - "frozen": false, + "inputItems": { + "48019": 1, + "52672": 1, }, "name": "Dwarven gloves (Volcanic)", - "outputItems": Bank { - "bank": { - "52652": 1, - }, - "frozen": false, + "outputItems": { + "52652": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48018": 1, - "52672": 1, - }, - "frozen": false, + "inputItems": { + "48018": 1, + "52672": 1, }, "name": "Dwarven boots (Volcanic)", - "outputItems": Bank { - "bank": { - "52653": 1, - }, - "frozen": false, + "outputItems": { + "52653": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "476": 1, - "70235": 1, - }, - "frozen": false, + "inputItems": { + "476": 1, + "70235": 1, }, "name": "Dwarven pickaxe (xmas)", - "outputItems": Bank { - "bank": { - "70246": 1, - }, - "frozen": false, + "outputItems": { + "70246": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48202": 1, - "48327": 1, - }, - "frozen": false, + "inputItems": { + "48202": 1, + "48327": 1, }, "name": "Infernal slayer helmet(i) (ice)", - "outputItems": Bank { - "bank": { - "71440": 1, - }, - "frozen": false, + "outputItems": { + "71440": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48327": 1, - "70235": 1, - }, - "frozen": false, + "inputItems": { + "48327": 1, + "70235": 1, }, "name": "Infernal slayer helmet(i) (xmas)", - "outputItems": Bank { - "bank": { - "72015": 1, - }, - "frozen": false, + "outputItems": { + "72015": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22325": 1, - "71620": 1, - }, - "frozen": false, + "inputItems": { + "22325": 1, + "71620": 1, }, "name": "The Grim Reaper", - "outputItems": Bank { - "bank": { - "71621": 1, - }, - "frozen": false, + "outputItems": { + "71621": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70432": 1, - "71620": 1, - }, - "frozen": false, + "inputItems": { + "70432": 1, + "71620": 1, }, "name": "Deathly collector", - "outputItems": Bank { - "bank": { - "71623": 1, - }, - "frozen": false, + "outputItems": { + "71623": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50072": 500, - "50074": 1, - }, - "frozen": false, + "inputItems": { + "50072": 500, + "50074": 1, }, "name": "Ganodermic visor", - "outputItems": Bank { - "bank": { - "50079": 1, - }, - "frozen": false, + "outputItems": { + "50079": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50072": 5000, - "50075": 1, - }, - "frozen": false, + "inputItems": { + "50072": 5000, + "50075": 1, }, "name": "Ganodermic poncho", - "outputItems": Bank { - "bank": { - "50078": 1, - }, - "frozen": false, + "outputItems": { + "50078": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50072": 1500, - "50076": 1, - }, - "frozen": false, + "inputItems": { + "50072": 1500, + "50076": 1, }, "name": "Ganodermic leggings", - "outputItems": Bank { - "bank": { - "50077": 1, - }, - "frozen": false, + "outputItems": { + "50077": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50067": 500, - "50074": 1, - }, - "frozen": false, + "inputItems": { + "50067": 500, + "50074": 1, }, "name": "Grifolic visor", - "outputItems": Bank { - "bank": { - "50080": 1, - }, - "frozen": false, + "outputItems": { + "50080": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50067": 5000, - "50075": 1, - }, - "frozen": false, + "inputItems": { + "50067": 5000, + "50075": 1, }, "name": "Grifolic poncho", - "outputItems": Bank { - "bank": { - "50081": 1, - }, - "frozen": false, + "outputItems": { + "50081": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50067": 1500, - "50076": 1, - }, - "frozen": false, + "inputItems": { + "50067": 1500, + "50076": 1, }, "name": "Grifolic leggings", - "outputItems": Bank { - "bank": { - "50082": 1, - }, - "frozen": false, + "outputItems": { + "50082": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11840": 1, - "50099": 1, - }, - "frozen": false, + "inputItems": { + "11840": 1, + "50099": 1, }, "name": "Dragonbone boots", - "outputItems": Bank { - "bank": { - "50108": 1, - }, - "frozen": false, + "outputItems": { + "50108": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11335": 1, - "50099": 1, - }, - "frozen": false, + "inputItems": { + "11335": 1, + "50099": 1, }, "name": "Dragonbone full helm", - "outputItems": Bank { - "bank": { - "50107": 1, - }, - "frozen": false, + "outputItems": { + "50107": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21892": 1, - "50099": 1, - }, - "frozen": false, + "inputItems": { + "21892": 1, + "50099": 1, }, "name": "Dragonbone platebody", - "outputItems": Bank { - "bank": { - "50106": 1, - }, - "frozen": false, + "outputItems": { + "50106": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4087": 1, - "50099": 1, - }, - "frozen": false, + "inputItems": { + "4087": 1, + "50099": 1, }, "name": "Dragonbone platelegs", - "outputItems": Bank { - "bank": { - "50105": 1, - }, - "frozen": false, + "outputItems": { + "50105": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50099": 1, - "7461": 1, - }, - "frozen": false, + "inputItems": { + "50099": 1, + "7461": 1, }, "name": "Dragonbone gloves", - "outputItems": Bank { - "bank": { - "50104": 1, - }, - "frozen": false, + "outputItems": { + "50104": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50099": 1, - "6920": 1, - }, - "frozen": false, + "inputItems": { + "50099": 1, + "6920": 1, }, "name": "Dragonbone mage boots", - "outputItems": Bank { - "bank": { - "50103": 1, - }, - "frozen": false, + "outputItems": { + "50103": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50099": 1, - "6922": 1, - }, - "frozen": false, + "inputItems": { + "50099": 1, + "6922": 1, }, "name": "Dragonbone mage gloves", - "outputItems": Bank { - "bank": { - "50101": 1, - }, - "frozen": false, + "outputItems": { + "50101": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50099": 1, - "6924": 1, - }, - "frozen": false, + "inputItems": { + "50099": 1, + "6924": 1, }, "name": "Dragonbone mage bottoms", - "outputItems": Bank { - "bank": { - "50102": 1, - }, - "frozen": false, + "outputItems": { + "50102": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50099": 1, - "6918": 1, - }, - "frozen": false, + "inputItems": { + "50099": 1, + "6918": 1, }, "name": "Dragonbone mage hat", - "outputItems": Bank { - "bank": { - "50100": 1, - }, - "frozen": false, + "outputItems": { + "50100": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50099": 1, - "6916": 1, - }, - "frozen": false, + "inputItems": { + "50099": 1, + "6916": 1, }, "name": "Dragonbone mage top", - "outputItems": Bank { - "bank": { - "50109": 1, - }, - "frozen": false, + "outputItems": { + "50109": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50602": 1, - "50603": 1, - "50604": 1, - }, - "frozen": false, + "inputItems": { + "50602": 1, + "50603": 1, + "50604": 1, }, "name": "Royal dragon platebody", - "outputItems": Bank { - "bank": { - "50605": 1, - }, - "frozen": false, + "outputItems": { + "50605": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10501": 50, - "70217": 1, - "70218": 1, - }, - "frozen": false, + "inputItems": { + "10501": 50, + "70217": 1, + "70218": 1, }, "name": "Frosty", - "outputItems": Bank { - "bank": { - "70232": 1, - }, - "frozen": false, + "outputItems": { + "70232": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21006": 1, - "51015": 1, - }, - "frozen": false, + "inputItems": { + "21006": 1, + "51015": 1, }, "name": "Virtus wand", - "outputItems": Bank { - "bank": { - "2834": 1, - }, - "frozen": false, + "outputItems": { + "2834": 1, }, "requiredSkills": { "crafting": 80, @@ -23099,19 +15715,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "51015": 1, - "6889": 1, - }, - "frozen": false, + "inputItems": { + "51015": 1, + "6889": 1, }, "name": "Virtus book", - "outputItems": Bank { - "bank": { - "2836": 1, - }, - "frozen": false, + "outputItems": { + "2836": 1, }, "requiredSkills": { "crafting": 80, @@ -23120,19 +15730,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "51010": 1, - "51016": 1, - }, - "frozen": false, + "inputItems": { + "51010": 1, + "51016": 1, }, "name": "Pernix cowl", - "outputItems": Bank { - "bank": { - "601": 1, - }, - "frozen": false, + "outputItems": { + "601": 1, }, "requiredSkills": { "crafting": 80, @@ -23141,19 +15745,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "51011": 1, - "51016": 1, - }, - "frozen": false, + "inputItems": { + "51011": 1, + "51016": 1, }, "name": "Pernix body", - "outputItems": Bank { - "bank": { - "605": 1, - }, - "frozen": false, + "outputItems": { + "605": 1, }, "requiredSkills": { "crafting": 80, @@ -23162,19 +15760,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "51012": 1, - "51016": 1, - }, - "frozen": false, + "inputItems": { + "51012": 1, + "51016": 1, }, "name": "Pernix chaps", - "outputItems": Bank { - "bank": { - "4272": 1, - }, - "frozen": false, + "outputItems": { + "4272": 1, }, "requiredSkills": { "crafting": 80, @@ -23183,19 +15775,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "51014": 1, - "51016": 1, - }, - "frozen": false, + "inputItems": { + "51014": 1, + "51016": 1, }, "name": "Pernix boots", - "outputItems": Bank { - "bank": { - "758": 1, - }, - "frozen": false, + "outputItems": { + "758": 1, }, "requiredSkills": { "crafting": 80, @@ -23204,19 +15790,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "51013": 1, - "51016": 1, - }, - "frozen": false, + "inputItems": { + "51013": 1, + "51016": 1, }, "name": "Pernix gloves", - "outputItems": Bank { - "bank": { - "759": 1, - }, - "frozen": false, + "outputItems": { + "759": 1, }, "requiredSkills": { "crafting": 80, @@ -23225,19 +15805,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26394": 1, - "51000": 1, - }, - "frozen": false, + "inputItems": { + "26394": 1, + "51000": 1, }, "name": "Torva full helm", - "outputItems": Bank { - "bank": { - "432": 1, - }, - "frozen": false, + "outputItems": { + "432": 1, }, "requiredSkills": { "crafting": 80, @@ -23246,19 +15820,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26394": 1, - "51001": 1, - }, - "frozen": false, + "inputItems": { + "26394": 1, + "51001": 1, }, "name": "Torva platebody", - "outputItems": Bank { - "bank": { - "709": 1, - }, - "frozen": false, + "outputItems": { + "709": 1, }, "requiredSkills": { "crafting": 80, @@ -23267,19 +15835,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26394": 1, - "51002": 1, - }, - "frozen": false, + "inputItems": { + "26394": 1, + "51002": 1, }, "name": "Torva platelegs", - "outputItems": Bank { - "bank": { - "2404": 1, - }, - "frozen": false, + "outputItems": { + "2404": 1, }, "requiredSkills": { "crafting": 80, @@ -23288,19 +15850,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26394": 1, - "51004": 1, - }, - "frozen": false, + "inputItems": { + "26394": 1, + "51004": 1, }, "name": "Torva boots", - "outputItems": Bank { - "bank": { - "2838": 1, - }, - "frozen": false, + "outputItems": { + "2838": 1, }, "requiredSkills": { "crafting": 80, @@ -23309,19 +15865,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26394": 1, - "51003": 1, - }, - "frozen": false, + "inputItems": { + "26394": 1, + "51003": 1, }, "name": "Torva gloves", - "outputItems": Bank { - "bank": { - "4273": 1, - }, - "frozen": false, + "outputItems": { + "4273": 1, }, "requiredSkills": { "crafting": 80, @@ -23330,19 +15880,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "51005": 1, - "51017": 1, - }, - "frozen": false, + "inputItems": { + "51005": 1, + "51017": 1, }, "name": "Virtus mask", - "outputItems": Bank { - "bank": { - "788": 1, - }, - "frozen": false, + "outputItems": { + "788": 1, }, "requiredSkills": { "crafting": 80, @@ -23351,19 +15895,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "51006": 1, - "51017": 1, - }, - "frozen": false, + "inputItems": { + "51006": 1, + "51017": 1, }, "name": "Virtus robe top", - "outputItems": Bank { - "bank": { - "983": 1, - }, - "frozen": false, + "outputItems": { + "983": 1, }, "requiredSkills": { "crafting": 80, @@ -23372,19 +15910,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "51007": 1, - "51017": 1, - }, - "frozen": false, + "inputItems": { + "51007": 1, + "51017": 1, }, "name": "Virtus robe legs", - "outputItems": Bank { - "bank": { - "2409": 1, - }, - "frozen": false, + "outputItems": { + "2409": 1, }, "requiredSkills": { "crafting": 80, @@ -23393,19 +15925,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "51009": 1, - "51017": 1, - }, - "frozen": false, + "inputItems": { + "51009": 1, + "51017": 1, }, "name": "Virtus boots", - "outputItems": Bank { - "bank": { - "9654": 1, - }, - "frozen": false, + "outputItems": { + "9654": 1, }, "requiredSkills": { "crafting": 80, @@ -23414,19 +15940,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "51008": 1, - "51017": 1, - }, - "frozen": false, + "inputItems": { + "51008": 1, + "51017": 1, }, "name": "Virtus gloves", - "outputItems": Bank { - "bank": { - "2423": 1, - }, - "frozen": false, + "outputItems": { + "2423": 1, }, "requiredSkills": { "crafting": 80, @@ -23436,653 +15956,501 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51010": 1, - }, - "frozen": false, + "inputItems": { + "51010": 1, }, "name": "Revert Pernix cowl (broken)", - "outputItems": Bank { - "bank": { - "51016": 1, - }, - "frozen": false, + "outputItems": { + "73224": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51011": 1, - }, - "frozen": false, + "inputItems": { + "51011": 1, }, - "name": "Revert Pernix body (broken)", - "outputItems": Bank { - "bank": { - "51016": 1, - }, - "frozen": false, + "name": "Revert Pernix body (broken)", + "outputItems": { + "73224": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51012": 1, - }, - "frozen": false, + "inputItems": { + "51012": 1, }, "name": "Revert Pernix chaps (broken)", - "outputItems": Bank { - "bank": { - "51016": 1, - }, - "frozen": false, + "outputItems": { + "73224": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51014": 1, - }, - "frozen": false, + "inputItems": { + "51014": 1, }, "name": "Revert Pernix boots (broken)", - "outputItems": Bank { - "bank": { - "51016": 1, - }, - "frozen": false, + "outputItems": { + "73224": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51013": 1, - }, - "frozen": false, + "inputItems": { + "51013": 1, }, "name": "Revert Pernix gloves (broken)", - "outputItems": Bank { - "bank": { - "51016": 1, - }, - "frozen": false, + "outputItems": { + "73224": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51000": 1, - }, - "frozen": false, + "inputItems": { + "51000": 1, }, "name": "Revert Torva full helm (broken)", - "outputItems": Bank { - "bank": { - "26394": 1, - }, - "frozen": false, + "outputItems": { + "26394": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51001": 1, - }, - "frozen": false, + "inputItems": { + "51001": 1, }, "name": "Revert Torva platebody (broken)", - "outputItems": Bank { - "bank": { - "26394": 1, - }, - "frozen": false, + "outputItems": { + "26394": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51002": 1, - }, - "frozen": false, + "inputItems": { + "51002": 1, }, "name": "Revert Torva platelegs (broken)", - "outputItems": Bank { - "bank": { - "26394": 1, - }, - "frozen": false, + "outputItems": { + "26394": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51004": 1, - }, - "frozen": false, + "inputItems": { + "51004": 1, }, "name": "Revert Torva boots (broken)", - "outputItems": Bank { - "bank": { - "26394": 1, - }, - "frozen": false, + "outputItems": { + "26394": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51003": 1, - }, - "frozen": false, + "inputItems": { + "51003": 1, }, "name": "Revert Torva gloves (broken)", - "outputItems": Bank { - "bank": { - "26394": 1, - }, - "frozen": false, + "outputItems": { + "26394": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51005": 1, - }, - "frozen": false, + "inputItems": { + "51005": 1, }, "name": "Revert Virtus mask (broken)", - "outputItems": Bank { - "bank": { - "51017": 1, - }, - "frozen": false, + "outputItems": { + "51017": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51006": 1, - }, - "frozen": false, + "inputItems": { + "51006": 1, }, "name": "Revert Virtus robe top (broken)", - "outputItems": Bank { - "bank": { - "51017": 1, - }, - "frozen": false, + "outputItems": { + "51017": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51007": 1, - }, - "frozen": false, + "inputItems": { + "51007": 1, }, "name": "Revert Virtus robe legs (broken)", - "outputItems": Bank { - "bank": { - "51017": 1, - }, - "frozen": false, + "outputItems": { + "51017": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51009": 1, - }, - "frozen": false, + "inputItems": { + "51009": 1, }, "name": "Revert Virtus boots (broken)", - "outputItems": Bank { - "bank": { - "51017": 1, - }, - "frozen": false, + "outputItems": { + "51017": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "51008": 1, - }, - "frozen": false, + "inputItems": { + "51008": 1, }, "name": "Revert Virtus gloves (broken)", - "outputItems": Bank { - "bank": { - "51017": 1, - }, - "frozen": false, + "outputItems": { + "51017": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "11832": 1, - }, - "frozen": false, + "inputItems": { + "11832": 1, }, "name": "Revert bandos chestplate", - "outputItems": Bank { - "bank": { - "26394": 3, - }, - "frozen": false, + "outputItems": { + "26394": 3, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "11834": 1, - }, - "frozen": false, + "inputItems": { + "11834": 1, }, "name": "Revert bandos tassets", - "outputItems": Bank { - "bank": { - "26394": 2, - }, - "frozen": false, + "outputItems": { + "26394": 2, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "11826": 1, - }, - "frozen": false, + "inputItems": { + "11826": 1, }, "name": "Revert armadyl helmet (components)", - "outputItems": Bank { - "bank": { - "51016": 1, - }, - "frozen": false, + "outputItems": { + "51016": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "11828": 1, - }, - "frozen": false, + "inputItems": { + "11828": 1, }, "name": "Revert armadyl chestplate (components)", - "outputItems": Bank { - "bank": { - "51016": 3, - }, - "frozen": false, + "outputItems": { + "51016": 3, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "11830": 1, - }, - "frozen": false, + "inputItems": { + "11830": 1, }, "name": "Revert armadyl chainskirt (components)", - "outputItems": Bank { - "bank": { - "51016": 2, - }, - "frozen": false, + "outputItems": { + "51016": 2, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "21018": 1, - }, - "frozen": false, + "inputItems": { + "21018": 1, }, "name": "Revert ancestral hat", - "outputItems": Bank { - "bank": { - "51017": 2, - }, - "frozen": false, + "outputItems": { + "51017": 2, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "21021": 1, - }, - "frozen": false, + "inputItems": { + "21021": 1, }, "name": "Revert ancestral robe top", - "outputItems": Bank { - "bank": { - "51017": 3, - }, - "frozen": false, + "outputItems": { + "51017": 3, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "21024": 1, - }, - "frozen": false, + "inputItems": { + "21024": 1, }, "name": "Revert ancestral robe bottom", - "outputItems": Bank { - "bank": { - "51017": 3, - }, - "frozen": false, + "outputItems": { + "51017": 3, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "27226": 1, - }, - "frozen": false, + "inputItems": { + "27226": 1, }, "name": "Revert masori mask", - "outputItems": Bank { - "bank": { - "70447": 2, - }, - "frozen": false, + "outputItems": { + "70447": 2, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "27229": 1, - }, - "frozen": false, + "inputItems": { + "27229": 1, }, "name": "Revert masori body", - "outputItems": Bank { - "bank": { - "70447": 4, - }, - "frozen": false, + "outputItems": { + "70447": 4, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "27232": 1, - }, - "frozen": false, + "inputItems": { + "27232": 1, }, "name": "Revert masori chaps", - "outputItems": Bank { - "bank": { - "70447": 3, - }, - "frozen": false, + "outputItems": { + "70447": 3, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water (Bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, + }, + }, + { + "cantHaveItems": undefined, + "inputItems": "function", + "name": "Divine water (Wolf bones)", + "outputItems": { + "50599": 1, + }, + }, + { + "cantHaveItems": undefined, + "inputItems": "function", + "name": "Divine water (Monkey bones)", + "outputItems": { + "50599": 1, + }, + }, + { + "cantHaveItems": undefined, + "inputItems": "function", + "name": "Divine water (Bat bones)", + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water (Big bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water (Jogre bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", - "name": "Divine water (Babydragon bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "name": "Divine water (Zogre bones)", + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", - "name": "Divine water (Dragon bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "name": "Divine water (Shaikahan bones)", + "outputItems": { + "50599": 1, + }, + }, + { + "cantHaveItems": undefined, + "inputItems": "function", + "name": "Divine water (Babydragon bones)", + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water (Wyrm bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, + }, + }, + { + "cantHaveItems": undefined, + "inputItems": "function", + "name": "Divine water (Dragon bones)", + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water (Wyvern bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water (Drake bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, + }, + }, + { + "cantHaveItems": undefined, + "inputItems": "function", + "name": "Divine water (Fayrg bones)", + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water (Lava dragon bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, + }, + }, + { + "cantHaveItems": undefined, + "inputItems": "function", + "name": "Divine water (Raurg bones)", + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water (Hydra bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water (Dagannoth bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, + }, + }, + { + "cantHaveItems": undefined, + "inputItems": "function", + "name": "Divine water (Ourg bones)", + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water (Superior dragon bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water (Abyssal dragon bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water (Frost dragon bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, "inputItems": "function", "name": "Divine water (Royal dragon bones)", - "outputItems": Bank { - "bank": { - "50599": 1, - }, - "frozen": false, + "outputItems": { + "50599": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23962": 1, - }, - "frozen": false, + "inputItems": { + "23962": 1, }, "name": "Crystal dust", - "outputItems": Bank { - "bank": { - "23804": 10, - }, - "frozen": false, + "outputItems": { + "23804": 10, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70292": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70292": 1, }, "name": "Dagannoth slayer helm", - "outputItems": Bank { - "bank": { - "70293": 1, - }, - "frozen": false, + "outputItems": { + "70293": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24091,19 +16459,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70294": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70294": 1, }, "name": "Jelly slayer helm", - "outputItems": Bank { - "bank": { - "70295": 1, - }, - "frozen": false, + "outputItems": { + "70295": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24112,19 +16474,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70296": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70296": 1, }, "name": "Abyssal slayer helm", - "outputItems": Bank { - "bank": { - "70297": 1, - }, - "frozen": false, + "outputItems": { + "70297": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24133,19 +16489,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70300": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70300": 1, }, "name": "Black demonical slayer helm", - "outputItems": Bank { - "bank": { - "70301": 1, - }, - "frozen": false, + "outputItems": { + "70301": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24154,19 +16504,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70302": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70302": 1, }, "name": "Troll slayer helm", - "outputItems": Bank { - "bank": { - "70303": 1, - }, - "frozen": false, + "outputItems": { + "70303": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24175,19 +16519,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70304": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70304": 1, }, "name": "Ganodermic slayer helm", - "outputItems": Bank { - "bank": { - "70305": 1, - }, - "frozen": false, + "outputItems": { + "70305": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24196,19 +16534,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70306": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70306": 1, }, "name": "Gargoyle slayer helm", - "outputItems": Bank { - "bank": { - "70307": 1, - }, - "frozen": false, + "outputItems": { + "70307": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24217,19 +16549,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70308": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70308": 1, }, "name": "Dark beast slayer helm", - "outputItems": Bank { - "bank": { - "70309": 1, - }, - "frozen": false, + "outputItems": { + "70309": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24238,19 +16564,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70310": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70310": 1, }, "name": "Dust devil slayer helm", - "outputItems": Bank { - "bank": { - "70311": 1, - }, - "frozen": false, + "outputItems": { + "70311": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24259,19 +16579,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70312": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70312": 1, }, "name": "Crawling hand slayer helm", - "outputItems": Bank { - "bank": { - "70313": 1, - }, - "frozen": false, + "outputItems": { + "70313": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24280,19 +16594,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70314": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70314": 1, }, "name": "Basilisk slayer helm", - "outputItems": Bank { - "bank": { - "70315": 1, - }, - "frozen": false, + "outputItems": { + "70315": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24301,19 +16609,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70316": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70316": 1, }, "name": "Bloodveld slayer helm", - "outputItems": Bank { - "bank": { - "70317": 1, - }, - "frozen": false, + "outputItems": { + "70317": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24322,19 +16624,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70318": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70318": 1, }, "name": "Banshee slayer helm", - "outputItems": Bank { - "bank": { - "70319": 1, - }, - "frozen": false, + "outputItems": { + "70319": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24343,19 +16639,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70320": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70320": 1, }, "name": "Cockatrice slayer helm", - "outputItems": Bank { - "bank": { - "70321": 1, - }, - "frozen": false, + "outputItems": { + "70321": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24364,19 +16654,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70322": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70322": 1, }, "name": "Aberrant slayer helm", - "outputItems": Bank { - "bank": { - "70323": 1, - }, - "frozen": false, + "outputItems": { + "70323": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24385,19 +16669,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - "70298": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, + "70298": 1, }, "name": "Kurask slayer helm", - "outputItems": Bank { - "bank": { - "70299": 1, - }, - "frozen": false, + "outputItems": { + "70299": 1, }, "requiredSlayerUnlocks": [ 56, @@ -24405,12 +16683,9 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19481": 1, - "19610": 3, - }, - "frozen": false, + "inputItems": { + "19481": 1, + "19610": 3, }, "materialCost": MaterialBank { "bank": { @@ -24420,11 +16695,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Titan ballista", - "outputItems": Bank { - "bank": { - "70422": 1, - }, - "frozen": false, + "outputItems": { + "70422": 1, }, "requiredSkills": { "crafting": 105, @@ -24433,19 +16705,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21649": 2, - "48208": 3, - }, - "frozen": false, + "inputItems": { + "21649": 2, + "48208": 3, }, "name": "Piercing trident", - "outputItems": Bank { - "bank": { - "70421": 1, - }, - "frozen": false, + "outputItems": { + "70421": 1, }, "requiredSkills": { "crafting": 99, @@ -24454,12 +16720,9 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70420": 1, - "70421": 1, - }, - "frozen": false, + "inputItems": { + "70420": 1, + "70421": 1, }, "materialCost": MaterialBank { "bank": { @@ -24471,11 +16734,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Atlantean trident", - "outputItems": Bank { - "bank": { - "70431": 1, - }, - "frozen": false, + "outputItems": { + "70431": 1, }, "requiredSkills": { "crafting": 105, @@ -24484,19 +16744,13 @@ exports[`BSO Creatables 1`] = ` }, }, { - "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70426": 5, - }, - "frozen": false, + "cantHaveItems": undefined, + "inputItems": { + "70426": 5, }, "name": "Shark tooth necklace", - "outputItems": Bank { - "bank": { - "70427": 1, - }, - "frozen": false, + "outputItems": { + "70427": 1, }, "requiredSkills": { "crafting": 105, @@ -24505,21 +16759,15 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "51016": 3, - "6733": 10, - "70425": 1, - "70447": 6, - }, - "frozen": false, + "inputItems": { + "51016": 3, + "6733": 10, + "70425": 1, + "70447": 6, }, "name": "Ring of piercing", - "outputItems": Bank { - "bank": { - "70429": 1, - }, - "frozen": false, + "outputItems": { + "70429": 1, }, "requiredSkills": { "crafting": 110, @@ -24527,49 +16775,34 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50023": 1, - "70429": 1, - }, - "frozen": false, + "inputItems": { + "50023": 1, + "70429": 1, }, "name": "Ring of piercing (i)", - "outputItems": Bank { - "bank": { - "70430": 1, - }, - "frozen": false, + "outputItems": { + "70430": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24214": 1, - "27374": 1, - "51016": 10, - "70428": 1, - "70447": 10, - }, - "frozen": false, + "inputItems": { + "24214": 1, + "27374": 1, + "51016": 10, + "70428": 1, + "70447": 10, }, "name": "Tidal collector", - "outputItems": Bank { - "bank": { - "70432": 1, - }, - "frozen": false, + "outputItems": { + "70432": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40058": 1, - "71479": 1, - }, - "frozen": false, + "inputItems": { + "40058": 1, + "71479": 1, }, "name": "Revert completionist cape", "noCl": true, @@ -24577,838 +16810,526 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40059": 1, - "71946": 1, - }, - "frozen": false, + "inputItems": { + "40059": 1, + "71946": 1, }, "name": "Revert completionist cape (t)", "noCl": true, - "outputItems": Bank { - "bank": { - "40058": 1, - "71479": 1, - }, - "frozen": false, + "outputItems": { + "40058": 1, + "71479": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly zombie gloves", - "outputItems": Bank { - "bank": { - "71617": 1, - }, - "frozen": false, + "outputItems": { + "71617": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71617": 1, - }, - "frozen": false, + "inputItems": { + "71617": 1, }, "name": "Revert Ghostly zombie gloves", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly zombie trousers", - "outputItems": Bank { - "bank": { - "71616": 1, - }, - "frozen": false, + "outputItems": { + "71616": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71616": 1, - }, - "frozen": false, + "inputItems": { + "71616": 1, }, "name": "Revert Ghostly zombie trousers", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly zombie shirt", - "outputItems": Bank { - "bank": { - "71615": 1, - }, - "frozen": false, + "outputItems": { + "71615": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71615": 1, - }, - "frozen": false, + "inputItems": { + "71615": 1, }, "name": "Revert Ghostly zombie shirt", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly zombie boots", - "outputItems": Bank { - "bank": { - "71614": 1, - }, - "frozen": false, + "outputItems": { + "71614": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71614": 1, - }, - "frozen": false, + "inputItems": { + "71614": 1, }, "name": "Revert Ghostly zombie boots", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly zombie mask", - "outputItems": Bank { - "bank": { - "71613": 1, - }, - "frozen": false, + "outputItems": { + "71613": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71613": 1, - }, - "frozen": false, + "inputItems": { + "71613": 1, }, "name": "Revert Ghostly zombie mask", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly lederhosen hat", - "outputItems": Bank { - "bank": { - "71607": 1, - }, - "frozen": false, + "outputItems": { + "71607": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71607": 1, - }, - "frozen": false, + "inputItems": { + "71607": 1, }, "name": "Revert Ghostly lederhosen hat", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly lederhosen shorts", - "outputItems": Bank { - "bank": { - "71606": 1, - }, - "frozen": false, + "outputItems": { + "71606": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71606": 1, - }, - "frozen": false, + "inputItems": { + "71606": 1, }, "name": "Revert Ghostly lederhosen shorts", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly lederhosen gloves", - "outputItems": Bank { - "bank": { - "71610": 1, - }, - "frozen": false, + "outputItems": { + "71610": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71610": 1, - }, - "frozen": false, + "inputItems": { + "71610": 1, }, "name": "Revert Ghostly lederhosen gloves", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly lederhosen top", - "outputItems": Bank { - "bank": { - "71605": 1, - }, - "frozen": false, + "outputItems": { + "71605": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71605": 1, - }, - "frozen": false, + "inputItems": { + "71605": 1, }, "name": "Revert Ghostly lederhosen top", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly lederhosen boots", - "outputItems": Bank { - "bank": { - "71604": 1, - }, - "frozen": false, + "outputItems": { + "71604": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71604": 1, - }, - "frozen": false, + "inputItems": { + "71604": 1, }, "name": "Revert Ghostly lederhosen boots", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly jester hat", - "outputItems": Bank { - "bank": { - "71609": 1, - }, - "frozen": false, + "outputItems": { + "71609": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71609": 1, - }, - "frozen": false, + "inputItems": { + "71609": 1, }, "name": "Revert Ghostly jester hat", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly jester gloves", - "outputItems": Bank { - "bank": { - "71598": 1, - }, - "frozen": false, + "outputItems": { + "71598": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71598": 1, - }, - "frozen": false, + "inputItems": { + "71598": 1, }, "name": "Revert Ghostly jester gloves", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly jester boots", - "outputItems": Bank { - "bank": { - "71597": 1, - }, - "frozen": false, + "outputItems": { + "71597": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71597": 1, - }, - "frozen": false, + "inputItems": { + "71597": 1, }, "name": "Revert Ghostly jester boots", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly jester top", - "outputItems": Bank { - "bank": { - "71596": 1, - }, - "frozen": false, + "outputItems": { + "71596": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71596": 1, - }, - "frozen": false, + "inputItems": { + "71596": 1, }, "name": "Revert Ghostly jester top", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly jester tights", - "outputItems": Bank { - "bank": { - "71595": 1, - }, - "frozen": false, + "outputItems": { + "71595": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71595": 1, - }, - "frozen": false, + "inputItems": { + "71595": 1, }, "name": "Revert Ghostly jester tights", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly ringmaster hat", - "outputItems": Bank { - "bank": { - "71608": 1, - }, - "frozen": false, + "outputItems": { + "71608": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71608": 1, - }, - "frozen": false, + "inputItems": { + "71608": 1, }, "name": "Revert Ghostly ringmaster hat", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly ringmaster pants", - "outputItems": Bank { - "bank": { - "71594": 1, - }, - "frozen": false, + "outputItems": { + "71594": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71594": 1, - }, - "frozen": false, + "inputItems": { + "71594": 1, }, "name": "Revert Ghostly ringmaster pants", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly ringmaster boots", - "outputItems": Bank { - "bank": { - "71593": 1, - }, - "frozen": false, + "outputItems": { + "71593": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71593": 1, - }, - "frozen": false, + "inputItems": { + "71593": 1, }, "name": "Revert Ghostly ringmaster boots", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly ringmaster shirt", - "outputItems": Bank { - "bank": { - "71592": 1, - }, - "frozen": false, + "outputItems": { + "71592": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71592": 1, - }, - "frozen": false, + "inputItems": { + "71592": 1, }, "name": "Revert Ghostly ringmaster shirt", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly ringmaster gloves", - "outputItems": Bank { - "bank": { - "71591": 1, - }, - "frozen": false, + "outputItems": { + "71591": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71591": 1, - }, - "frozen": false, + "inputItems": { + "71591": 1, }, "name": "Revert Ghostly ringmaster gloves", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly chicken feet", - "outputItems": Bank { - "bank": { - "71603": 1, - }, - "frozen": false, + "outputItems": { + "71603": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71603": 1, - }, - "frozen": false, + "inputItems": { + "71603": 1, }, "name": "Revert Ghostly chicken feet", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly chicken wings", - "outputItems": Bank { - "bank": { - "71602": 1, - }, - "frozen": false, + "outputItems": { + "71602": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71602": 1, - }, - "frozen": false, + "inputItems": { + "71602": 1, }, "name": "Revert Ghostly chicken wings", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly chicken gloves", - "outputItems": Bank { - "bank": { - "71600": 1, - }, - "frozen": false, + "outputItems": { + "71600": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71600": 1, - }, - "frozen": false, + "inputItems": { + "71600": 1, }, "name": "Revert Ghostly chicken gloves", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly chicken legs", - "outputItems": Bank { - "bank": { - "71601": 1, - }, - "frozen": false, + "outputItems": { + "71601": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71601": 1, - }, - "frozen": false, + "inputItems": { + "71601": 1, }, "name": "Revert Ghostly chicken legs", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71590": 100, - }, - "frozen": false, + "inputItems": { + "71590": 100, }, "name": "Ghostly chicken head", - "outputItems": Bank { - "bank": { - "71599": 1, - }, - "frozen": false, + "outputItems": { + "71599": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "71599": 1, - }, - "frozen": false, + "inputItems": { + "71599": 1, }, "name": "Revert Ghostly chicken head", - "outputItems": Bank { - "bank": { - "71590": 90, - }, - "frozen": false, + "outputItems": { + "71590": 90, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73010": 1, - }, - "frozen": false, + "inputItems": { + "73010": 1, }, "name": "Revert Pale energy", - "outputItems": Bank { - "bank": { - "73090": 2, - }, - "frozen": false, + "outputItems": { + "73090": 2, }, "requiredSkills": { "divination": 1, @@ -25417,18 +17338,12 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73006": 1, - }, - "frozen": false, + "inputItems": { + "73006": 1, }, "name": "Revert Flickering energy", - "outputItems": Bank { - "bank": { - "73090": 3, - }, - "frozen": false, + "outputItems": { + "73090": 3, }, "requiredSkills": { "divination": 10, @@ -25436,18 +17351,12 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73010": 500, - }, - "frozen": false, + "inputItems": { + "73010": 500, }, "name": "Boon of flickering energy", - "outputItems": Bank { - "bank": { - "73029": 1, - }, - "frozen": false, + "outputItems": { + "73029": 1, }, "requiredSkills": { "divination": 10, @@ -25456,18 +17365,12 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73004": 1, - }, - "frozen": false, + "inputItems": { + "73004": 1, }, "name": "Revert Bright energy", - "outputItems": Bank { - "bank": { - "73090": 6, - }, - "frozen": false, + "outputItems": { + "73090": 6, }, "requiredSkills": { "divination": 20, @@ -25475,18 +17378,12 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73006": 1000, - }, - "frozen": false, + "inputItems": { + "73006": 1000, }, "name": "Boon of bright energy", - "outputItems": Bank { - "bank": { - "73028": 1, - }, - "frozen": false, + "outputItems": { + "73028": 1, }, "requiredSkills": { "divination": 20, @@ -25495,18 +17392,12 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73009": 1, - }, - "frozen": false, + "inputItems": { + "73009": 1, }, "name": "Revert Glowing energy", - "outputItems": Bank { - "bank": { - "73090": 11, - }, - "frozen": false, + "outputItems": { + "73090": 11, }, "requiredSkills": { "divination": 30, @@ -25514,18 +17405,12 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73004": 1500, - }, - "frozen": false, + "inputItems": { + "73004": 1500, }, "name": "Boon of glowing energy", - "outputItems": Bank { - "bank": { - "73027": 1, - }, - "frozen": false, + "outputItems": { + "73027": 1, }, "requiredSkills": { "divination": 30, @@ -25534,37 +17419,25 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73015": 1, - }, - "frozen": false, + "inputItems": { + "73015": 1, }, "name": "Revert Sparkling energy", - "outputItems": Bank { - "bank": { - "73090": 18, - }, - "frozen": false, + "outputItems": { + "73090": 18, }, "requiredSkills": { "divination": 40, }, }, { - "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73009": 2000, - }, - "frozen": false, + "cantHaveItems": undefined, + "inputItems": { + "73009": 2000, }, "name": "Boon of sparkling energy", - "outputItems": Bank { - "bank": { - "73026": 1, - }, - "frozen": false, + "outputItems": { + "73026": 1, }, "requiredSkills": { "divination": 40, @@ -25573,18 +17446,12 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73008": 1, - }, - "frozen": false, + "inputItems": { + "73008": 1, }, "name": "Revert Gleaming energy", - "outputItems": Bank { - "bank": { - "73090": 28, - }, - "frozen": false, + "outputItems": { + "73090": 28, }, "requiredSkills": { "divination": 50, @@ -25592,18 +17459,12 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73015": 2500, - }, - "frozen": false, + "inputItems": { + "73015": 2500, }, "name": "Boon of gleaming energy", - "outputItems": Bank { - "bank": { - "73025": 1, - }, - "frozen": false, + "outputItems": { + "73025": 1, }, "requiredSkills": { "divination": 50, @@ -25612,18 +17473,12 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73014": 1, - }, - "frozen": false, + "inputItems": { + "73014": 1, }, "name": "Revert Vibrant energy", - "outputItems": Bank { - "bank": { - "73090": 42, - }, - "frozen": false, + "outputItems": { + "73090": 42, }, "requiredSkills": { "divination": 60, @@ -25631,18 +17486,12 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73008": 3000, - }, - "frozen": false, + "inputItems": { + "73008": 3000, }, "name": "Boon of vibrant energy", - "outputItems": Bank { - "bank": { - "73024": 1, - }, - "frozen": false, + "outputItems": { + "73024": 1, }, "requiredSkills": { "divination": 60, @@ -25651,18 +17500,12 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73013": 1, - }, - "frozen": false, + "inputItems": { + "73013": 1, }, "name": "Revert Lustrous energy", - "outputItems": Bank { - "bank": { - "73090": 61, - }, - "frozen": false, + "outputItems": { + "73090": 61, }, "requiredSkills": { "divination": 70, @@ -25670,18 +17513,12 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73014": 3500, - }, - "frozen": false, + "inputItems": { + "73014": 3500, }, "name": "Boon of lustrous energy", - "outputItems": Bank { - "bank": { - "73023": 1, - }, - "frozen": false, + "outputItems": { + "73023": 1, }, "requiredSkills": { "divination": 70, @@ -25690,18 +17527,12 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73007": 1, - }, - "frozen": false, + "inputItems": { + "73007": 1, }, "name": "Revert Elder energy", - "outputItems": Bank { - "bank": { - "73090": 72, - }, - "frozen": false, + "outputItems": { + "73090": 72, }, "requiredSkills": { "divination": 75, @@ -25709,18 +17540,12 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73013": 3750, - }, - "frozen": false, + "inputItems": { + "73013": 3750, }, "name": "Boon of elder energy", - "outputItems": Bank { - "bank": { - "73022": 1, - }, - "frozen": false, + "outputItems": { + "73022": 1, }, "requiredSkills": { "divination": 75, @@ -25729,18 +17554,12 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73005": 1, - }, - "frozen": false, + "inputItems": { + "73005": 1, }, "name": "Revert Brilliant energy", - "outputItems": Bank { - "bank": { - "73090": 85, - }, - "frozen": false, + "outputItems": { + "73090": 85, }, "requiredSkills": { "divination": 80, @@ -25748,18 +17567,12 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73007": 4000, - }, - "frozen": false, + "inputItems": { + "73007": 4000, }, "name": "Boon of brilliant energy", - "outputItems": Bank { - "bank": { - "73033": 1, - }, - "frozen": false, + "outputItems": { + "73033": 1, }, "requiredSkills": { "divination": 80, @@ -25768,18 +17581,12 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73016": 1, - }, - "frozen": false, + "inputItems": { + "73016": 1, }, "name": "Revert Radiant energy", - "outputItems": Bank { - "bank": { - "73090": 99, - }, - "frozen": false, + "outputItems": { + "73090": 99, }, "requiredSkills": { "divination": 85, @@ -25787,18 +17594,12 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73005": 4250, - }, - "frozen": false, + "inputItems": { + "73005": 4250, }, "name": "Boon of radiant energy", - "outputItems": Bank { - "bank": { - "73032": 1, - }, - "frozen": false, + "outputItems": { + "73032": 1, }, "requiredSkills": { "divination": 85, @@ -25807,18 +17608,12 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73012": 1, - }, - "frozen": false, + "inputItems": { + "73012": 1, }, "name": "Revert Luminous energy", - "outputItems": Bank { - "bank": { - "73090": 115, - }, - "frozen": false, + "outputItems": { + "73090": 115, }, "requiredSkills": { "divination": 90, @@ -25826,18 +17621,12 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73016": 4500, - }, - "frozen": false, + "inputItems": { + "73016": 4500, }, "name": "Boon of luminous energy", - "outputItems": Bank { - "bank": { - "73031": 1, - }, - "frozen": false, + "outputItems": { + "73031": 1, }, "requiredSkills": { "divination": 90, @@ -25846,18 +17635,12 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73011": 1, - }, - "frozen": false, + "inputItems": { + "73011": 1, }, "name": "Revert Incandescent energy", - "outputItems": Bank { - "bank": { - "73090": 133, - }, - "frozen": false, + "outputItems": { + "73090": 133, }, "requiredSkills": { "divination": 95, @@ -25865,18 +17648,12 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73012": 4750, - }, - "frozen": false, + "inputItems": { + "73012": 4750, }, "name": "Boon of incandescent energy", - "outputItems": Bank { - "bank": { - "73030": 1, - }, - "frozen": false, + "outputItems": { + "73030": 1, }, "requiredSkills": { "divination": 95, @@ -25885,18 +17662,12 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "73045": 1, - }, - "frozen": false, + "inputItems": { + "73045": 1, }, "name": "Revert Ancient energy", - "outputItems": Bank { - "bank": { - "73090": 394, - }, - "frozen": false, + "outputItems": { + "73090": 394, }, "requiredSkills": { "divination": 110, @@ -25904,18 +17675,12 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73011": 5500, - }, - "frozen": false, + "inputItems": { + "73011": 5500, }, "name": "Boon of ancient energy", - "outputItems": Bank { - "bank": { - "73046": 1, - }, - "frozen": false, + "outputItems": { + "73046": 1, }, "requiredSkills": { "divination": 110, @@ -25923,20 +17688,14 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1775": 50, - "50021": 20, - "73016": 500, - }, - "frozen": false, + "inputItems": { + "1775": 50, + "50021": 20, + "73016": 500, }, "name": "Cache portent", - "outputItems": Bank { - "bank": { - "73041": 1, - }, - "frozen": false, + "outputItems": { + "73041": 1, }, "requiredSkills": { "divination": 80, @@ -25944,20 +17703,14 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "3016": 30, - "50021": 20, - "73012": 500, - }, - "frozen": false, + "inputItems": { + "3016": 30, + "50021": 20, + "73012": 500, }, "name": "Graceful portent", - "outputItems": Bank { - "bank": { - "73043": 1, - }, - "frozen": false, + "outputItems": { + "73043": 1, }, "requiredSkills": { "divination": 80, @@ -25965,19 +17718,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50021": 520, - "73045": 200, - }, - "frozen": false, + "inputItems": { + "50021": 520, + "73045": 200, }, "name": "Rogues portent", - "outputItems": Bank { - "bank": { - "73044": 1, - }, - "frozen": false, + "outputItems": { + "73044": 1, }, "requiredSkills": { "divination": 110, @@ -25985,19 +17732,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50021": 20, - "73045": 512, - }, - "frozen": false, + "inputItems": { + "50021": 20, + "73045": 512, }, "name": "Dungeon portent", - "outputItems": Bank { - "bank": { - "73047": 1, - }, - "frozen": false, + "outputItems": { + "73047": 1, }, "requiredSkills": { "divination": 95, @@ -26005,19 +17746,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50021": 20, - "73011": 256, - }, - "frozen": false, + "inputItems": { + "50021": 20, + "73011": 256, }, "name": "Lucky portent", - "outputItems": Bank { - "bank": { - "73048": 1, - }, - "frozen": false, + "outputItems": { + "73048": 1, }, "requiredSkills": { "divination": 105, @@ -26025,19 +17760,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50021": 20, - "73045": 512, - }, - "frozen": false, + "inputItems": { + "50021": 20, + "73045": 512, }, "name": "Rebirth portent", - "outputItems": Bank { - "bank": { - "73052": 1, - }, - "frozen": false, + "outputItems": { + "73052": 1, }, "requiredSkills": { "divination": 90, @@ -26045,19 +17774,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50021": 20, - "73011": 1200, - }, - "frozen": false, + "inputItems": { + "50021": 20, + "73011": 1200, }, "name": "Spiritual mining portent", - "outputItems": Bank { - "bank": { - "73053": 1, - }, - "frozen": false, + "outputItems": { + "73053": 1, }, "requiredSkills": { "divination": 90, @@ -26065,20 +17788,14 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50002": 30, - "50021": 20, - "73011": 1000, - }, - "frozen": false, + "inputItems": { + "50002": 30, + "50021": 20, + "73011": 1000, }, "name": "Pacifist hunting portent", - "outputItems": Bank { - "bank": { - "73054": 1, - }, - "frozen": false, + "outputItems": { + "73054": 1, }, "requiredSkills": { "divination": 120, @@ -26086,46 +17803,31 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4587": 1, - "73057": 7500, - "73090": 30000, - }, - "frozen": false, + "inputItems": { + "4587": 1, + "73057": 7500, + "73090": 30000, }, "name": "Sundial scimitar", - "outputItems": Bank { - "bank": { - "73094": 1, - }, - "frozen": false, + "outputItems": { + "73094": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47516": 1, - "73162": 1, - }, - "frozen": false, + "inputItems": { + "47516": 1, + "73162": 1, }, "name": "Offhand spidergore rapier", - "outputItems": Bank { - "bank": { - "73164": 1, - }, - "frozen": false, + "outputItems": { + "73164": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50021": 30, - }, - "frozen": false, + "inputItems": { + "50021": 30, }, "materialCost": MaterialBank { "bank": { @@ -26133,104 +17835,82 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Lumina (Materials)", - "outputItems": Bank { - "bank": { - "73167": 1, - }, - "frozen": false, + "outputItems": { + "73167": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73128": 3, - }, - "frozen": false, + "inputItems": { + "73128": 3, }, "name": "Clue scroll (elder)", - "outputItems": Bank { - "bank": { - "73123": 1, - }, - "frozen": false, + "outputItems": { + "73123": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50017": 5, - "50021": 30, - }, - "frozen": false, + "inputItems": { + "28955": 5, + "51016": 10, + "70432": 1, + "70447": 4, + "73224": 3, + }, + "name": "Tidal collector (i)", + "outputItems": { + "73223": 1, + }, + }, + { + "cantHaveItems": undefined, + "inputItems": { + "50017": 5, + "50021": 30, }, "name": "Lumina (Elder logs)", - "outputItems": Bank { - "bank": { - "73167": 1, - }, - "frozen": false, + "outputItems": { + "73167": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19669": 10, - "50021": 30, - }, - "frozen": false, + "inputItems": { + "19669": 10, + "50021": 30, }, "name": "Lumina (Redwood logs)", - "outputItems": Bank { - "bank": { - "73167": 1, - }, - "frozen": false, + "outputItems": { + "73167": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1513": 30, - "50021": 30, - }, - "frozen": false, + "inputItems": { + "1513": 30, + "50021": 30, }, "name": "Lumina (Magic logs)", - "outputItems": Bank { - "bank": { - "73167": 1, - }, - "frozen": false, + "outputItems": { + "73167": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1515": 50, - "50021": 30, - }, - "frozen": false, + "inputItems": { + "1515": 50, + "50021": 30, }, "name": "Lumina (Yew logs)", - "outputItems": Bank { - "bank": { - "73167": 1, - }, - "frozen": false, + "outputItems": { + "73167": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40054": 1, - }, - "frozen": false, + "inputItems": { + "40054": 1, }, "name": "Revert Support cape", "noCl": true, @@ -26238,11 +17918,8 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40055": 1, - }, - "frozen": false, + "inputItems": { + "40055": 1, }, "name": "Revert Gatherer's cape", "noCl": true, @@ -26250,11 +17927,8 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40056": 1, - }, - "frozen": false, + "inputItems": { + "40056": 1, }, "name": "Revert Combatant's cape", "noCl": true, @@ -26262,11 +17936,8 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "40057": 1, - }, - "frozen": false, + "inputItems": { + "40057": 1, }, "name": "Revert Artisan's cape", "noCl": true, @@ -26274,2836 +17945,1876 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 260, - }, - "frozen": false, + "inputItems": { + "11849": 260, }, "name": "Graceful", - "outputItems": Bank { - "bank": { - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 35, - }, - "frozen": false, + "inputItems": { + "11849": 35, }, "name": "Graceful hood", - "outputItems": Bank { - "bank": { - "11850": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 55, - }, - "frozen": false, + "inputItems": { + "11849": 55, }, "name": "Graceful top", - "outputItems": Bank { - "bank": { - "11854": 1, - }, - "frozen": false, + "outputItems": { + "11854": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 60, - }, - "frozen": false, + "inputItems": { + "11849": 60, }, "name": "Graceful legs", - "outputItems": Bank { - "bank": { - "11856": 1, - }, - "frozen": false, + "outputItems": { + "11856": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 30, - }, - "frozen": false, + "inputItems": { + "11849": 30, }, "name": "Graceful gloves", - "outputItems": Bank { - "bank": { - "11858": 1, - }, - "frozen": false, + "outputItems": { + "11858": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 40, - }, - "frozen": false, + "inputItems": { + "11849": 40, }, "name": "Graceful boots", - "outputItems": Bank { - "bank": { - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 40, - }, - "frozen": false, + "inputItems": { + "11849": 40, }, "name": "Graceful cape", - "outputItems": Bank { - "bank": { - "11852": 1, - }, - "frozen": false, + "outputItems": { + "11852": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, "name": "Revert graceful", - "outputItems": Bank { - "bank": { - "11849": 208, - }, - "frozen": false, + "outputItems": { + "11849": 208, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11850": 1, - }, - "frozen": false, + "inputItems": { + "11850": 1, }, "name": "Revert graceful hood", - "outputItems": Bank { - "bank": { - "11849": 28, - }, - "frozen": false, + "outputItems": { + "11849": 28, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11854": 1, - }, - "frozen": false, + "inputItems": { + "11854": 1, }, "name": "Revert graceful top", - "outputItems": Bank { - "bank": { - "11849": 44, - }, - "frozen": false, + "outputItems": { + "11849": 44, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11856": 1, - }, - "frozen": false, + "inputItems": { + "11856": 1, }, "name": "Revert graceful legs", - "outputItems": Bank { - "bank": { - "11849": 48, - }, - "frozen": false, + "outputItems": { + "11849": 48, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11858": 1, - }, - "frozen": false, + "inputItems": { + "11858": 1, }, "name": "Revert graceful gloves", - "outputItems": Bank { - "bank": { - "11849": 24, - }, - "frozen": false, + "outputItems": { + "11849": 24, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11860": 1, }, "name": "Revert graceful boots", - "outputItems": Bank { - "bank": { - "11849": 32, - }, - "frozen": false, + "outputItems": { + "11849": 32, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11852": 1, - }, - "frozen": false, + "inputItems": { + "11852": 1, }, "name": "Revert graceful cape", - "outputItems": Bank { - "bank": { - "11849": 32, - }, - "frozen": false, + "outputItems": { + "11849": 32, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - "24729": 6, - }, - "frozen": false, + "inputItems": { + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, + "24729": 6, }, "name": "Dark Graceful", - "outputItems": Bank { - "bank": { - "24743": 1, - "24746": 1, - "24749": 1, - "24752": 1, - "24755": 1, - "24758": 1, - }, - "frozen": false, + "outputItems": { + "24743": 1, + "24746": 1, + "24749": 1, + "24752": 1, + "24755": 1, + "24758": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11850": 1, - "24729": 1, - }, - "frozen": false, + "inputItems": { + "11850": 1, + "24729": 1, }, "name": "Dark Graceful hood", - "outputItems": Bank { - "bank": { - "24743": 1, - }, - "frozen": false, + "outputItems": { + "24743": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11854": 1, - "24729": 1, - }, - "frozen": false, + "inputItems": { + "11854": 1, + "24729": 1, }, "name": "Dark graceful top", - "outputItems": Bank { - "bank": { - "24749": 1, - }, - "frozen": false, + "outputItems": { + "24749": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11856": 1, - "24729": 1, - }, - "frozen": false, + "inputItems": { + "11856": 1, + "24729": 1, }, "name": "Dark graceful legs", - "outputItems": Bank { - "bank": { - "24752": 1, - }, - "frozen": false, + "outputItems": { + "24752": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11858": 1, - "24729": 1, - }, - "frozen": false, + "inputItems": { + "11858": 1, + "24729": 1, }, "name": "Dark graceful gloves", - "outputItems": Bank { - "bank": { - "24755": 1, - }, - "frozen": false, + "outputItems": { + "24755": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11860": 1, - "24729": 1, - }, - "frozen": false, + "inputItems": { + "11860": 1, + "24729": 1, }, "name": "Dark graceful boots", - "outputItems": Bank { - "bank": { - "24758": 1, - }, - "frozen": false, + "outputItems": { + "24758": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11852": 1, - "24729": 1, - }, - "frozen": false, + "inputItems": { + "11852": 1, + "24729": 1, }, "name": "Dark graceful cape", - "outputItems": Bank { - "bank": { - "24746": 1, - }, - "frozen": false, + "outputItems": { + "24746": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 90, - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11849": 90, + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, "name": "Arceuus graceful", - "outputItems": Bank { - "bank": { - "13579": 1, - "13581": 1, - "13583": 1, - "13585": 1, - "13587": 1, - "13589": 1, - }, - "frozen": false, + "outputItems": { + "13579": 1, + "13581": 1, + "13583": 1, + "13585": 1, + "13587": 1, + "13589": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11850": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11850": 1, }, "name": "Arceuus graceful hood", - "outputItems": Bank { - "bank": { - "13579": 1, - }, - "frozen": false, + "outputItems": { + "13579": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11854": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11854": 1, }, "name": "Arceuus graceful top", - "outputItems": Bank { - "bank": { - "13583": 1, - }, - "frozen": false, + "outputItems": { + "13583": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11856": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11856": 1, }, "name": "Arceuus graceful legs", - "outputItems": Bank { - "bank": { - "13585": 1, - }, - "frozen": false, + "outputItems": { + "13585": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11858": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11858": 1, }, "name": "Arceuus graceful gloves", - "outputItems": Bank { - "bank": { - "13587": 1, - }, - "frozen": false, + "outputItems": { + "13587": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11860": 1, }, "name": "Arceuus graceful boots", - "outputItems": Bank { - "bank": { - "13589": 1, - }, - "frozen": false, + "outputItems": { + "13589": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11852": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11852": 1, }, "name": "Arceuus graceful cape", - "outputItems": Bank { - "bank": { - "13581": 1, - }, - "frozen": false, + "outputItems": { + "13581": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13579": 1, - "13581": 1, - "13583": 1, - "13585": 1, - "13587": 1, - "13589": 1, - }, - "frozen": false, + "inputItems": { + "13579": 1, + "13581": 1, + "13583": 1, + "13585": 1, + "13587": 1, + "13589": 1, }, "name": "Revert arceuus graceful", "noCl": true, - "outputItems": Bank { - "bank": { - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13579": 1, - }, - "frozen": false, + "inputItems": { + "13579": 1, }, "name": "Revert arceuus graceful hood", "noCl": true, - "outputItems": Bank { - "bank": { - "11850": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13583": 1, - }, - "frozen": false, + "inputItems": { + "13583": 1, }, "name": "Revert arceuus graceful top", "noCl": true, - "outputItems": Bank { - "bank": { - "11854": 1, - }, - "frozen": false, + "outputItems": { + "11854": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13585": 1, - }, - "frozen": false, + "inputItems": { + "13585": 1, }, "name": "Revert arceuus graceful legs", "noCl": true, - "outputItems": Bank { - "bank": { - "11856": 1, - }, - "frozen": false, + "outputItems": { + "11856": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13587": 1, - }, - "frozen": false, + "inputItems": { + "13587": 1, }, "name": "Revert arceuus graceful gloves", "noCl": true, - "outputItems": Bank { - "bank": { - "11858": 1, - }, - "frozen": false, + "outputItems": { + "11858": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13589": 1, - }, - "frozen": false, + "inputItems": { + "13589": 1, }, "name": "Revert arceuus graceful boots", "noCl": true, - "outputItems": Bank { - "bank": { - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13581": 1, - }, - "frozen": false, + "inputItems": { + "13581": 1, }, "name": "Revert arceuus graceful cape", "noCl": true, - "outputItems": Bank { - "bank": { - "11852": 1, - }, - "frozen": false, + "outputItems": { + "11852": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 90, - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11849": 90, + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, "name": "Piscarilius graceful", - "outputItems": Bank { - "bank": { - "13591": 1, - "13593": 1, - "13595": 1, - "13597": 1, - "13599": 1, - "13601": 1, - }, - "frozen": false, + "outputItems": { + "13591": 1, + "13593": 1, + "13595": 1, + "13597": 1, + "13599": 1, + "13601": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11850": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11850": 1, }, "name": "Piscarilius graceful hood", - "outputItems": Bank { - "bank": { - "13591": 1, - }, - "frozen": false, + "outputItems": { + "13591": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11854": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11854": 1, }, "name": "Piscarilius graceful top", - "outputItems": Bank { - "bank": { - "13595": 1, - }, - "frozen": false, + "outputItems": { + "13595": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11856": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11856": 1, }, "name": "Piscarilius graceful legs", - "outputItems": Bank { - "bank": { - "13597": 1, - }, - "frozen": false, + "outputItems": { + "13597": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11858": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11858": 1, }, "name": "Piscarilius graceful gloves", - "outputItems": Bank { - "bank": { - "13599": 1, - }, - "frozen": false, + "outputItems": { + "13599": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11860": 1, }, "name": "Piscarilius graceful boots", - "outputItems": Bank { - "bank": { - "13601": 1, - }, - "frozen": false, + "outputItems": { + "13601": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11852": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11852": 1, }, "name": "Piscarilius graceful cape", - "outputItems": Bank { - "bank": { - "13593": 1, - }, - "frozen": false, + "outputItems": { + "13593": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13591": 1, - "13593": 1, - "13595": 1, - "13597": 1, - "13599": 1, - "13601": 1, - }, - "frozen": false, + "inputItems": { + "13591": 1, + "13593": 1, + "13595": 1, + "13597": 1, + "13599": 1, + "13601": 1, }, "name": "Revert Piscarilius graceful", "noCl": true, - "outputItems": Bank { - "bank": { - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13591": 1, - }, - "frozen": false, + "inputItems": { + "13591": 1, }, "name": "Revert Piscarilius graceful hood", "noCl": true, - "outputItems": Bank { - "bank": { - "11850": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13595": 1, - }, - "frozen": false, + "inputItems": { + "13595": 1, }, "name": "Revert Piscarilius graceful top", "noCl": true, - "outputItems": Bank { - "bank": { - "11854": 1, - }, - "frozen": false, + "outputItems": { + "11854": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13597": 1, - }, - "frozen": false, + "inputItems": { + "13597": 1, }, "name": "Revert Piscarilius graceful legs", "noCl": true, - "outputItems": Bank { - "bank": { - "11856": 1, - }, - "frozen": false, + "outputItems": { + "11856": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13599": 1, - }, - "frozen": false, + "inputItems": { + "13599": 1, }, "name": "Revert Piscarilius graceful gloves", "noCl": true, - "outputItems": Bank { - "bank": { - "11858": 1, - }, - "frozen": false, + "outputItems": { + "11858": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13601": 1, - }, - "frozen": false, + "inputItems": { + "13601": 1, }, "name": "Revert Piscarilius graceful boots", "noCl": true, - "outputItems": Bank { - "bank": { - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13593": 1, - }, - "frozen": false, + "inputItems": { + "13593": 1, }, "name": "Revert Piscarilius graceful cape", "noCl": true, - "outputItems": Bank { - "bank": { - "11852": 1, - }, - "frozen": false, + "outputItems": { + "11852": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 90, - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11849": 90, + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, "name": "Lovakengj graceful", - "outputItems": Bank { - "bank": { - "13603": 1, - "13605": 1, - "13607": 1, - "13609": 1, - "13611": 1, - "13613": 1, - }, - "frozen": false, + "outputItems": { + "13603": 1, + "13605": 1, + "13607": 1, + "13609": 1, + "13611": 1, + "13613": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11850": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11850": 1, }, "name": "Lovakengj graceful hood", - "outputItems": Bank { - "bank": { - "13603": 1, - }, - "frozen": false, + "outputItems": { + "13603": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11854": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11854": 1, }, "name": "Lovakengj graceful top", - "outputItems": Bank { - "bank": { - "13607": 1, - }, - "frozen": false, + "outputItems": { + "13607": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11856": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11856": 1, }, "name": "Lovakengj graceful legs", - "outputItems": Bank { - "bank": { - "13609": 1, - }, - "frozen": false, + "outputItems": { + "13609": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11858": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11858": 1, }, "name": "Lovakengj graceful gloves", - "outputItems": Bank { - "bank": { - "13611": 1, - }, - "frozen": false, + "outputItems": { + "13611": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11860": 1, }, "name": "Lovakengj graceful boots", - "outputItems": Bank { - "bank": { - "13613": 1, - }, - "frozen": false, + "outputItems": { + "13613": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11852": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11852": 1, }, "name": "Lovakengj graceful cape", - "outputItems": Bank { - "bank": { - "13605": 1, - }, - "frozen": false, + "outputItems": { + "13605": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13603": 1, - "13605": 1, - "13607": 1, - "13609": 1, - "13611": 1, - "13613": 1, - }, - "frozen": false, + "inputItems": { + "13603": 1, + "13605": 1, + "13607": 1, + "13609": 1, + "13611": 1, + "13613": 1, }, "name": "Revert Lovakengj graceful", "noCl": true, - "outputItems": Bank { - "bank": { - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13603": 1, - }, - "frozen": false, + "inputItems": { + "13603": 1, }, "name": "Revert Lovakengj graceful hood", "noCl": true, - "outputItems": Bank { - "bank": { - "11850": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13607": 1, - }, - "frozen": false, + "inputItems": { + "13607": 1, }, "name": "Revert Lovakengj graceful top", "noCl": true, - "outputItems": Bank { - "bank": { - "11854": 1, - }, - "frozen": false, + "outputItems": { + "11854": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13609": 1, - }, - "frozen": false, + "inputItems": { + "13609": 1, }, "name": "Revert Lovakengj graceful legs", "noCl": true, - "outputItems": Bank { - "bank": { - "11856": 1, - }, - "frozen": false, + "outputItems": { + "11856": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13611": 1, - }, - "frozen": false, + "inputItems": { + "13611": 1, }, "name": "Revert Lovakengj graceful gloves", "noCl": true, - "outputItems": Bank { - "bank": { - "11858": 1, - }, - "frozen": false, + "outputItems": { + "11858": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13613": 1, - }, - "frozen": false, + "inputItems": { + "13613": 1, }, "name": "Revert Lovakengj graceful boots", "noCl": true, - "outputItems": Bank { - "bank": { - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13605": 1, - }, - "frozen": false, + "inputItems": { + "13605": 1, }, "name": "Revert Lovakengj graceful cape", "noCl": true, - "outputItems": Bank { - "bank": { - "11852": 1, - }, - "frozen": false, + "outputItems": { + "11852": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 90, - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11849": 90, + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, "name": "Shayzien graceful", - "outputItems": Bank { - "bank": { - "13615": 1, - "13617": 1, - "13619": 1, - "13621": 1, - "13623": 1, - "13625": 1, - }, - "frozen": false, + "outputItems": { + "13615": 1, + "13617": 1, + "13619": 1, + "13621": 1, + "13623": 1, + "13625": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11850": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11850": 1, }, "name": "Shayzien graceful hood", - "outputItems": Bank { - "bank": { - "13615": 1, - }, - "frozen": false, + "outputItems": { + "13615": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11854": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11854": 1, }, "name": "Shayzien graceful top", - "outputItems": Bank { - "bank": { - "13619": 1, - }, - "frozen": false, + "outputItems": { + "13619": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11856": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11856": 1, }, "name": "Shayzien graceful legs", - "outputItems": Bank { - "bank": { - "13621": 1, - }, - "frozen": false, + "outputItems": { + "13621": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11858": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11858": 1, }, "name": "Shayzien graceful gloves", - "outputItems": Bank { - "bank": { - "13623": 1, - }, - "frozen": false, + "outputItems": { + "13623": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11860": 1, }, "name": "Shayzien graceful boots", - "outputItems": Bank { - "bank": { - "13625": 1, - }, - "frozen": false, + "outputItems": { + "13625": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11852": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11852": 1, }, "name": "Shayzien graceful cape", - "outputItems": Bank { - "bank": { - "13617": 1, - }, - "frozen": false, + "outputItems": { + "13617": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13615": 1, - "13617": 1, - "13619": 1, - "13621": 1, - "13623": 1, - "13625": 1, - }, - "frozen": false, + "inputItems": { + "13615": 1, + "13617": 1, + "13619": 1, + "13621": 1, + "13623": 1, + "13625": 1, }, "name": "Revert Shayzien graceful", "noCl": true, - "outputItems": Bank { - "bank": { - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13615": 1, - }, - "frozen": false, + "inputItems": { + "13615": 1, }, "name": "Revert Shayzien graceful hood", "noCl": true, - "outputItems": Bank { - "bank": { - "11850": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13619": 1, - }, - "frozen": false, + "inputItems": { + "13619": 1, }, "name": "Revert Shayzien graceful top", "noCl": true, - "outputItems": Bank { - "bank": { - "11854": 1, - }, - "frozen": false, + "outputItems": { + "11854": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13621": 1, - }, - "frozen": false, + "inputItems": { + "13621": 1, }, "name": "Revert Shayzien graceful legs", "noCl": true, - "outputItems": Bank { - "bank": { - "11856": 1, - }, - "frozen": false, + "outputItems": { + "11856": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13623": 1, - }, - "frozen": false, + "inputItems": { + "13623": 1, }, "name": "Revert Shayzien graceful gloves", "noCl": true, - "outputItems": Bank { - "bank": { - "11858": 1, - }, - "frozen": false, + "outputItems": { + "11858": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13625": 1, - }, - "frozen": false, + "inputItems": { + "13625": 1, }, "name": "Revert Shayzien graceful boots", "noCl": true, - "outputItems": Bank { - "bank": { - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13617": 1, - }, - "frozen": false, + "inputItems": { + "13617": 1, }, "name": "Revert Shayzien graceful cape", "noCl": true, - "outputItems": Bank { - "bank": { - "11852": 1, - }, - "frozen": false, + "outputItems": { + "11852": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 90, - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11849": 90, + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, "name": "Hosidius graceful", - "outputItems": Bank { - "bank": { - "13627": 1, - "13629": 1, - "13631": 1, - "13633": 1, - "13635": 1, - "13637": 1, - }, - "frozen": false, + "outputItems": { + "13627": 1, + "13629": 1, + "13631": 1, + "13633": 1, + "13635": 1, + "13637": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11850": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11850": 1, }, "name": "Hosidius graceful hood", - "outputItems": Bank { - "bank": { - "13627": 1, - }, - "frozen": false, + "outputItems": { + "13627": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11854": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11854": 1, }, "name": "Hosidius graceful top", - "outputItems": Bank { - "bank": { - "13631": 1, - }, - "frozen": false, + "outputItems": { + "13631": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11856": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11856": 1, }, "name": "Hosidius graceful legs", - "outputItems": Bank { - "bank": { - "13633": 1, - }, - "frozen": false, + "outputItems": { + "13633": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11858": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11858": 1, }, "name": "Hosidius graceful gloves", - "outputItems": Bank { - "bank": { - "13635": 1, - }, - "frozen": false, + "outputItems": { + "13635": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11860": 1, }, "name": "Hosidius graceful boots", - "outputItems": Bank { - "bank": { - "13637": 1, - }, - "frozen": false, + "outputItems": { + "13637": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11852": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11852": 1, }, "name": "Hosidius graceful cape", - "outputItems": Bank { - "bank": { - "13629": 1, - }, - "frozen": false, + "outputItems": { + "13629": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13627": 1, - "13629": 1, - "13631": 1, - "13633": 1, - "13635": 1, - "13637": 1, - }, - "frozen": false, + "inputItems": { + "13627": 1, + "13629": 1, + "13631": 1, + "13633": 1, + "13635": 1, + "13637": 1, }, "name": "Revert Hosidius graceful", "noCl": true, - "outputItems": Bank { - "bank": { - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13627": 1, - }, - "frozen": false, + "inputItems": { + "13627": 1, }, "name": "Revert Hosidius graceful hood", "noCl": true, - "outputItems": Bank { - "bank": { - "11850": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13631": 1, - }, - "frozen": false, + "inputItems": { + "13631": 1, }, "name": "Revert Hosidius graceful top", "noCl": true, - "outputItems": Bank { - "bank": { - "11854": 1, - }, - "frozen": false, + "outputItems": { + "11854": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13633": 1, - }, - "frozen": false, + "inputItems": { + "13633": 1, }, "name": "Revert Hosidius graceful legs", "noCl": true, - "outputItems": Bank { - "bank": { - "11856": 1, - }, - "frozen": false, + "outputItems": { + "11856": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13635": 1, - }, - "frozen": false, + "inputItems": { + "13635": 1, }, "name": "Revert Hosidius graceful gloves", "noCl": true, - "outputItems": Bank { - "bank": { - "11858": 1, - }, - "frozen": false, + "outputItems": { + "11858": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13637": 1, - }, - "frozen": false, + "inputItems": { + "13637": 1, }, "name": "Revert Hosidius graceful boots", "noCl": true, - "outputItems": Bank { - "bank": { - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13629": 1, - }, - "frozen": false, + "inputItems": { + "13629": 1, }, "name": "Revert Hosidius graceful cape", "noCl": true, - "outputItems": Bank { - "bank": { - "11852": 1, - }, - "frozen": false, + "outputItems": { + "11852": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 90, - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11849": 90, + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, "name": "Kourend graceful", - "outputItems": Bank { - "bank": { - "13667": 1, - "13669": 1, - "13671": 1, - "13673": 1, - "13675": 1, - "13677": 1, - }, - "frozen": false, + "outputItems": { + "13667": 1, + "13669": 1, + "13671": 1, + "13673": 1, + "13675": 1, + "13677": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11850": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11850": 1, }, "name": "Kourend graceful hood", - "outputItems": Bank { - "bank": { - "13667": 1, - }, - "frozen": false, + "outputItems": { + "13667": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11854": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11854": 1, }, "name": "Kourend graceful top", - "outputItems": Bank { - "bank": { - "13671": 1, - }, - "frozen": false, + "outputItems": { + "13671": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11856": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11856": 1, }, "name": "Kourend graceful legs", - "outputItems": Bank { - "bank": { - "13673": 1, - }, - "frozen": false, + "outputItems": { + "13673": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11858": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11858": 1, }, "name": "Kourend graceful gloves", - "outputItems": Bank { - "bank": { - "13675": 1, - }, - "frozen": false, + "outputItems": { + "13675": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11860": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11860": 1, }, "name": "Kourend graceful boots", - "outputItems": Bank { - "bank": { - "13677": 1, - }, - "frozen": false, + "outputItems": { + "13677": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11849": 15, - "11852": 1, - }, - "frozen": false, + "inputItems": { + "11849": 15, + "11852": 1, }, "name": "Kourend graceful cape", - "outputItems": Bank { - "bank": { - "13669": 1, - }, - "frozen": false, + "outputItems": { + "13669": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13667": 1, - "13669": 1, - "13671": 1, - "13673": 1, - "13675": 1, - "13677": 1, - }, - "frozen": false, + "inputItems": { + "13667": 1, + "13669": 1, + "13671": 1, + "13673": 1, + "13675": 1, + "13677": 1, }, "name": "Revert Kourend graceful", "noCl": true, - "outputItems": Bank { - "bank": { - "11850": 1, - "11852": 1, - "11854": 1, - "11856": 1, - "11858": 1, - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, + "11852": 1, + "11854": 1, + "11856": 1, + "11858": 1, + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13667": 1, - }, - "frozen": false, + "inputItems": { + "13667": 1, }, "name": "Revert Kourend graceful hood", "noCl": true, - "outputItems": Bank { - "bank": { - "11850": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13671": 1, - }, - "frozen": false, + "inputItems": { + "13671": 1, }, "name": "Revert Kourend graceful top", "noCl": true, - "outputItems": Bank { - "bank": { - "11854": 1, - }, - "frozen": false, + "outputItems": { + "11854": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13673": 1, - }, - "frozen": false, + "inputItems": { + "13673": 1, }, "name": "Revert Kourend graceful legs", "noCl": true, - "outputItems": Bank { - "bank": { - "11856": 1, - }, - "frozen": false, + "outputItems": { + "11856": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13675": 1, - }, - "frozen": false, + "inputItems": { + "13675": 1, }, "name": "Revert Kourend graceful gloves", "noCl": true, - "outputItems": Bank { - "bank": { - "11858": 1, - }, - "frozen": false, + "outputItems": { + "11858": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13677": 1, - }, - "frozen": false, + "inputItems": { + "13677": 1, }, "name": "Revert Kourend graceful boots", "noCl": true, - "outputItems": Bank { - "bank": { - "11860": 1, - }, - "frozen": false, + "outputItems": { + "11860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13669": 1, - }, - "frozen": false, + "inputItems": { + "13669": 1, }, "name": "Revert Kourend graceful cape", "noCl": true, - "outputItems": Bank { - "bank": { - "11852": 1, - }, - "frozen": false, + "outputItems": { + "11852": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22486": 1, - }, - "frozen": false, + "inputItems": { + "22486": 1, }, "name": "Scythe of vitur", - "outputItems": Bank { - "bank": { - "22325": 1, - }, - "frozen": false, + "outputItems": { + "22325": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22481": 1, - }, - "frozen": false, + "inputItems": { + "22481": 1, }, "name": "Sanguinesti staff", - "outputItems": Bank { - "bank": { - "22323": 1, - }, - "frozen": false, + "outputItems": { + "22323": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25733": 1, - }, - "frozen": false, + "inputItems": { + "25733": 1, }, "name": "Holy sanguinesti staff", - "outputItems": Bank { - "bank": { - "25731": 1, - }, - "frozen": false, + "outputItems": { + "25731": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22323": 1, - }, - "frozen": false, + "inputItems": { + "22323": 1, }, "name": "Revert sanguinesti staff", - "outputItems": Bank { - "bank": { - "22481": 1, - }, - "frozen": false, + "outputItems": { + "22481": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25731": 1, - }, - "frozen": false, + "inputItems": { + "25731": 1, }, "name": "Revert holy sanguinesti staff", - "outputItems": Bank { - "bank": { - "25733": 1, - }, - "frozen": false, + "outputItems": { + "25733": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22325": 1, - }, - "frozen": false, + "inputItems": { + "22325": 1, }, "name": "Revert scythe of vitur", - "outputItems": Bank { - "bank": { - "22486": 1, - }, - "frozen": false, + "outputItems": { + "22486": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25738": 1, - }, - "frozen": false, + "inputItems": { + "25738": 1, }, "name": "Holy scythe of vitur", - "outputItems": Bank { - "bank": { - "25736": 1, - }, - "frozen": false, + "outputItems": { + "25736": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25736": 1, - }, - "frozen": false, + "inputItems": { + "25736": 1, }, "name": "Revert holy scythe of vitur", - "outputItems": Bank { - "bank": { - "25738": 1, - }, - "frozen": false, + "outputItems": { + "25738": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25738": 1, - }, - "frozen": false, + "inputItems": { + "25738": 1, }, "name": "Revert holy scythe of vitur (uncharged)", - "outputItems": Bank { - "bank": { - "22486": 1, - "25742": 1, - }, - "frozen": false, + "outputItems": { + "22486": 1, + "25742": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25741": 1, - }, - "frozen": false, + "inputItems": { + "25741": 1, }, "name": "Sanguine scythe of vitur", - "outputItems": Bank { - "bank": { - "25739": 1, - }, - "frozen": false, + "outputItems": { + "25739": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25739": 1, - }, - "frozen": false, + "inputItems": { + "25739": 1, }, "name": "Revert sanguine scythe of vitur", - "outputItems": Bank { - "bank": { - "25741": 1, - }, - "frozen": false, + "outputItems": { + "25741": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22486": 1, - "25744": 1, - }, - "frozen": false, + "inputItems": { + "22486": 1, + "25744": 1, }, "name": "Sanguine scythe of vitur (uncharged)", - "outputItems": Bank { - "bank": { - "25741": 1, - }, - "frozen": false, + "outputItems": { + "25741": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25741": 1, - }, - "frozen": false, + "inputItems": { + "25741": 1, }, "name": "Revert sanguine scythe of vitur (uncharged)", - "outputItems": Bank { - "bank": { - "22486": 1, - "25744": 1, - }, - "frozen": false, + "outputItems": { + "22486": 1, + "25744": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22486": 1, - "25742": 1, - }, - "frozen": false, + "inputItems": { + "22486": 1, + "25742": 1, }, "name": "Holy scythe of vitur (uncharged)", - "outputItems": Bank { - "bank": { - "25738": 1, - }, - "frozen": false, + "outputItems": { + "25738": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22481": 1, - "25742": 1, - }, - "frozen": false, + "inputItems": { + "22481": 1, + "25742": 1, }, "name": "Holy sanguinesti staff (uncharged)", - "outputItems": Bank { - "bank": { - "25733": 1, - }, - "frozen": false, + "outputItems": { + "25733": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25733": 1, - }, - "frozen": false, + "inputItems": { + "25733": 1, }, "name": "Revert holy sanguinesti staff (uncharged)", - "outputItems": Bank { - "bank": { - "22481": 1, - "25742": 1, - }, - "frozen": false, + "outputItems": { + "22481": 1, + "25742": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12954": 1, - "22477": 1, - }, - "frozen": false, + "inputItems": { + "12954": 1, + "22477": 1, }, "name": "Avernic defender", - "outputItems": Bank { - "bank": { - "22322": 1, - }, - "frozen": false, + "outputItems": { + "22322": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22322": 1, - }, - "frozen": false, + "inputItems": { + "22322": 1, }, "name": "Revert avernic defender", - "outputItems": Bank { - "bank": { - "12954": 1, - }, - "frozen": false, + "outputItems": { + "12954": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22324": 1, - "25742": 1, - }, - "frozen": false, + "inputItems": { + "22324": 1, + "25742": 1, }, "name": "Holy ghrazi rapier", - "outputItems": Bank { - "bank": { - "25734": 1, - }, - "frozen": false, + "outputItems": { + "25734": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25734": 1, - }, - "frozen": false, + "inputItems": { + "25734": 1, }, "name": "Revert holy ghrazi rapier", - "outputItems": Bank { - "bank": { - "22324": 1, - "25742": 1, - }, - "frozen": false, + "outputItems": { + "22324": 1, + "25742": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12849": 1, - "4153": 1, - }, - "frozen": false, + "inputItems": { + "12849": 1, + "4153": 1, }, "name": "Granite maul (or)", - "outputItems": Bank { - "bank": { - "12848": 1, - }, - "frozen": false, + "outputItems": { + "12848": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24229": 1, - "4153": 1, - }, - "frozen": false, + "inputItems": { + "24229": 1, + "4153": 1, }, "name": "Granite maul (ornate handle)", - "outputItems": Bank { - "bank": { - "24225": 1, - }, - "frozen": false, + "outputItems": { + "24225": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12849": 1, - "24225": 1, - }, - "frozen": false, + "inputItems": { + "12849": 1, + "24225": 1, }, "name": "Granite maul (or) (ornate handle)", - "outputItems": Bank { - "bank": { - "24227": 1, - }, - "frozen": false, + "outputItems": { + "24227": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11789": 1, - "12798": 1, - }, - "frozen": false, + "inputItems": { + "11789": 1, + "12798": 1, }, "name": "Mystic steam staff (or) (lms)", - "outputItems": Bank { - "bank": { - "12796": 1, - }, - "frozen": false, + "outputItems": { + "12796": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12796": 1, - }, - "frozen": false, + "inputItems": { + "12796": 1, }, "name": "Revert mystic steam staff (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "11789": 1, - }, - "frozen": false, + "outputItems": { + "11789": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11787": 1, - "12798": 1, - }, - "frozen": false, + "inputItems": { + "11787": 1, + "12798": 1, }, "name": "Steam battlestaff (or)", - "outputItems": Bank { - "bank": { - "12795": 1, - }, - "frozen": false, + "outputItems": { + "12795": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12795": 1, - }, - "frozen": false, + "inputItems": { + "12795": 1, }, "name": "Revert steam battlestaff (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "11787": 1, - }, - "frozen": false, + "outputItems": { + "11787": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21202": 1, - "3054": 1, - }, - "frozen": false, + "inputItems": { + "21202": 1, + "3054": 1, }, "name": "Mystic lava staff (or) (lms)", - "outputItems": Bank { - "bank": { - "21200": 1, - }, - "frozen": false, + "outputItems": { + "21200": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21200": 1, - }, - "frozen": false, + "inputItems": { + "21200": 1, }, "name": "Revert mystic lava staff (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "3054": 1, - }, - "frozen": false, + "outputItems": { + "3054": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21202": 1, - "3053": 1, - }, - "frozen": false, + "inputItems": { + "21202": 1, + "3053": 1, }, "name": "Lava battlestaff (or)", - "outputItems": Bank { - "bank": { - "21198": 1, - }, - "frozen": false, + "outputItems": { + "21198": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21198": 1, - }, - "frozen": false, + "inputItems": { + "21198": 1, }, "name": "Revert lava battlestaff (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "3053": 1, - }, - "frozen": false, + "outputItems": { + "3053": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11920": 1, - "12800": 1, - }, - "frozen": false, + "inputItems": { + "11920": 1, + "12800": 1, }, "name": "Dragon pickaxe (upgraded)", - "outputItems": Bank { - "bank": { - "12797": 1, - }, - "frozen": false, + "outputItems": { + "12797": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12797": 1, - }, - "frozen": false, + "inputItems": { + "12797": 1, }, "name": "Revert dragon pickaxe (upgraded)", "noCl": true, - "outputItems": Bank { - "bank": { - "11920": 1, - }, - "frozen": false, + "outputItems": { + "11920": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11924": 1, - "12802": 1, - }, - "frozen": false, + "inputItems": { + "11924": 1, + "12802": 1, }, "name": "Malediction ward (or)", - "outputItems": Bank { - "bank": { - "12806": 1, - }, - "frozen": false, + "outputItems": { + "12806": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12806": 1, - }, - "frozen": false, + "inputItems": { + "12806": 1, }, "name": "Revert malediction ward (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "11924": 1, - }, - "frozen": false, + "outputItems": { + "11924": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11926": 1, - "12802": 1, - }, - "frozen": false, + "inputItems": { + "11926": 1, + "12802": 1, }, "name": "Odium ward (or)", - "outputItems": Bank { - "bank": { - "12807": 1, - }, - "frozen": false, + "outputItems": { + "12807": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12807": 1, - }, - "frozen": false, + "inputItems": { + "12807": 1, }, "name": "Revert odium ward (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "11926": 1, - }, - "frozen": false, + "outputItems": { + "11926": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11235": 1, - "12759": 1, - }, - "frozen": false, + "inputItems": { + "11235": 1, + "12759": 1, }, "name": "Dark bow (green)", - "outputItems": Bank { - "bank": { - "12765": 1, - }, - "frozen": false, + "outputItems": { + "12765": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12765": 1, - }, - "frozen": false, + "inputItems": { + "12765": 1, }, "name": "Revert dark bow (green)", "noCl": true, - "outputItems": Bank { - "bank": { - "11235": 1, - }, - "frozen": false, + "outputItems": { + "11235": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11235": 1, - "12757": 1, - }, - "frozen": false, + "inputItems": { + "11235": 1, + "12757": 1, }, "name": "Dark bow (blue)", - "outputItems": Bank { - "bank": { - "12766": 1, - }, - "frozen": false, + "outputItems": { + "12766": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12766": 1, - }, - "frozen": false, + "inputItems": { + "12766": 1, }, "name": "Revert dark bow (blue)", "noCl": true, - "outputItems": Bank { - "bank": { - "11235": 1, - }, - "frozen": false, + "outputItems": { + "11235": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11235": 1, - "12761": 1, - }, - "frozen": false, + "inputItems": { + "11235": 1, + "12761": 1, }, "name": "Dark bow (yellow)", - "outputItems": Bank { - "bank": { - "12767": 1, - }, - "frozen": false, + "outputItems": { + "12767": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12767": 1, - }, - "frozen": false, + "inputItems": { + "12767": 1, }, "name": "Revert dark bow (yellow)", "noCl": true, - "outputItems": Bank { - "bank": { - "11235": 1, - }, - "frozen": false, + "outputItems": { + "11235": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11235": 1, - "12763": 1, - }, - "frozen": false, + "inputItems": { + "11235": 1, + "12763": 1, }, "name": "Dark bow (white)", - "outputItems": Bank { - "bank": { - "12768": 1, - }, - "frozen": false, + "outputItems": { + "12768": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12768": 1, - }, - "frozen": false, + "inputItems": { + "12768": 1, }, "name": "Revert dark bow (white)", "noCl": true, - "outputItems": Bank { - "bank": { - "11235": 1, - }, - "frozen": false, + "outputItems": { + "11235": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12771": 1, - "4151": 1, - }, - "frozen": false, + "inputItems": { + "12771": 1, + "4151": 1, }, "name": "Volcanic abyssal whip", - "outputItems": Bank { - "bank": { - "12773": 1, - }, - "frozen": false, + "outputItems": { + "12773": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12773": 1, - }, - "frozen": false, + "inputItems": { + "12773": 1, }, "name": "Revert volcanic abyssal whip", "noCl": true, - "outputItems": Bank { - "bank": { - "4151": 1, - }, - "frozen": false, + "outputItems": { + "4151": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12769": 1, - "4151": 1, - }, - "frozen": false, + "inputItems": { + "12769": 1, + "4151": 1, }, "name": "Frozen abyssal whip", - "outputItems": Bank { - "bank": { - "12774": 1, - }, - "frozen": false, + "outputItems": { + "12774": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12774": 1, - }, - "frozen": false, + "inputItems": { + "12774": 1, }, "name": "Revert frozen abyssal whip", "noCl": true, - "outputItems": Bank { - "bank": { - "4151": 1, - }, - "frozen": false, + "outputItems": { + "4151": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11791": 1, - "24217": 1, - }, - "frozen": false, + "inputItems": { + "11791": 1, + "24217": 1, }, "name": "Staff of balance", - "outputItems": Bank { - "bank": { - "24144": 1, - }, - "frozen": false, + "outputItems": { + "24144": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11838": 1, - "12804": 1, - }, - "frozen": false, + "inputItems": { + "11838": 1, + "12804": 1, }, "name": "Saradomin's blessed sword", - "outputItems": Bank { - "bank": { - "12809": 1, - }, - "frozen": false, + "outputItems": { + "12809": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12786": 1, - "861": 1, - }, - "frozen": false, + "inputItems": { + "12786": 1, + "861": 1, }, "name": "Magic shortbow (i)", - "outputItems": Bank { - "bank": { - "12788": 1, - }, - "frozen": false, + "outputItems": { + "12788": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24585": 1, - }, - "frozen": false, + "inputItems": { + "24585": 1, }, "name": "Looting bag", - "outputItems": Bank { - "bank": { - "11941": 1, - }, - "frozen": false, + "outputItems": { + "11941": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24587": 1, - }, - "frozen": false, + "inputItems": { + "24587": 1, }, "name": "Rune pouch", - "outputItems": Bank { - "bank": { - "12791": 1, - }, - "frozen": false, + "outputItems": { + "12791": 1, }, }, { "GPCost": 40000, "QPRequired": 1, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1397": 1, - }, - "frozen": false, + "inputItems": { + "1397": 1, }, "name": "Mystic air staff", - "outputItems": Bank { - "bank": { - "1405": 1, - }, - "frozen": false, + "outputItems": { + "1405": 1, }, "requiredSkills": { "prayer": 31, @@ -29113,18 +19824,12 @@ exports[`BSO Creatables 1`] = ` "GPCost": 40000, "QPRequired": 1, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1395": 1, - }, - "frozen": false, + "inputItems": { + "1395": 1, }, "name": "Mystic water staff", - "outputItems": Bank { - "bank": { - "1403": 1, - }, - "frozen": false, + "outputItems": { + "1403": 1, }, "requiredSkills": { "prayer": 31, @@ -29134,18 +19839,12 @@ exports[`BSO Creatables 1`] = ` "GPCost": 40000, "QPRequired": 1, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1399": 1, - }, - "frozen": false, + "inputItems": { + "1399": 1, }, "name": "Mystic earth staff", - "outputItems": Bank { - "bank": { - "1407": 1, - }, - "frozen": false, + "outputItems": { + "1407": 1, }, "requiredSkills": { "prayer": 31, @@ -29155,18 +19854,12 @@ exports[`BSO Creatables 1`] = ` "GPCost": 40000, "QPRequired": 1, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1393": 1, - }, - "frozen": false, + "inputItems": { + "1393": 1, }, "name": "Mystic fire staff", - "outputItems": Bank { - "bank": { - "1401": 1, - }, - "frozen": false, + "outputItems": { + "1401": 1, }, "requiredSkills": { "prayer": 31, @@ -29176,18 +19869,12 @@ exports[`BSO Creatables 1`] = ` "GPCost": 40000, "QPRequired": 1, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20736": 1, - }, - "frozen": false, + "inputItems": { + "20736": 1, }, "name": "Mystic dust staff", - "outputItems": Bank { - "bank": { - "20739": 1, - }, - "frozen": false, + "outputItems": { + "20739": 1, }, "requiredSkills": { "prayer": 31, @@ -29197,18 +19884,12 @@ exports[`BSO Creatables 1`] = ` "GPCost": 40000, "QPRequired": 1, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "3053": 1, - }, - "frozen": false, + "inputItems": { + "3053": 1, }, "name": "Mystic lava staff", - "outputItems": Bank { - "bank": { - "3054": 1, - }, - "frozen": false, + "outputItems": { + "3054": 1, }, "requiredSkills": { "prayer": 31, @@ -29218,18 +19899,12 @@ exports[`BSO Creatables 1`] = ` "GPCost": 40000, "QPRequired": 1, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21198": 1, - }, - "frozen": false, + "inputItems": { + "21198": 1, }, "name": "Mystic lava staff (or)", - "outputItems": Bank { - "bank": { - "21200": 1, - }, - "frozen": false, + "outputItems": { + "21200": 1, }, "requiredSkills": { "prayer": 31, @@ -29239,18 +19914,12 @@ exports[`BSO Creatables 1`] = ` "GPCost": 40000, "QPRequired": 1, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20730": 1, - }, - "frozen": false, + "inputItems": { + "20730": 1, }, "name": "Mystic mist staff", - "outputItems": Bank { - "bank": { - "20733": 1, - }, - "frozen": false, + "outputItems": { + "20733": 1, }, "requiredSkills": { "prayer": 31, @@ -29260,18 +19929,12 @@ exports[`BSO Creatables 1`] = ` "GPCost": 40000, "QPRequired": 1, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "6562": 1, - }, - "frozen": false, + "inputItems": { + "6562": 1, }, "name": "Mystic mud staff", - "outputItems": Bank { - "bank": { - "6563": 1, - }, - "frozen": false, + "outputItems": { + "6563": 1, }, "requiredSkills": { "prayer": 31, @@ -29281,18 +19944,12 @@ exports[`BSO Creatables 1`] = ` "GPCost": 40000, "QPRequired": 1, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11998": 1, - }, - "frozen": false, + "inputItems": { + "11998": 1, }, "name": "Mystic smoke staff", - "outputItems": Bank { - "bank": { - "12000": 1, - }, - "frozen": false, + "outputItems": { + "12000": 1, }, "requiredSkills": { "prayer": 31, @@ -29302,18 +19959,12 @@ exports[`BSO Creatables 1`] = ` "GPCost": 40000, "QPRequired": 1, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11787": 1, - }, - "frozen": false, + "inputItems": { + "11787": 1, }, "name": "Mystic steam staff", - "outputItems": Bank { - "bank": { - "11789": 1, - }, - "frozen": false, + "outputItems": { + "11789": 1, }, "requiredSkills": { "prayer": 31, @@ -29323,18 +19974,12 @@ exports[`BSO Creatables 1`] = ` "GPCost": 40000, "QPRequired": 1, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12795": 1, - }, - "frozen": false, + "inputItems": { + "12795": 1, }, "name": "Mystic steam staff (or)", - "outputItems": Bank { - "bank": { - "12796": 1, - }, - "frozen": false, + "outputItems": { + "12796": 1, }, "requiredSkills": { "prayer": 31, @@ -29342,2124 +19987,1401 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11798": 1, - "26370": 1, - }, - "frozen": false, + "inputItems": { + "11798": 1, + "26370": 1, }, "name": "Ancient godsword", - "outputItems": Bank { - "bank": { - "26233": 1, - }, - "frozen": false, + "outputItems": { + "26233": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11785": 1, - "26231": 250, - "26372": 1, - }, - "frozen": false, + "inputItems": { + "11785": 1, + "26231": 250, + "26372": 1, }, "name": "Zaryte crossbow", - "outputItems": Bank { - "bank": { - "26374": 1, - }, - "frozen": false, + "outputItems": { + "26374": 1, }, }, { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "4207": 1, - }, - "frozen": false, + "inputItems": { + "4207": 1, }, "name": "Revert crystal weapon seed", "noCl": true, - "outputItems": Bank { - "bank": { - "23962": 10, - }, - "frozen": false, + "outputItems": { + "23962": 10, }, }, { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23953": 1, - }, - "frozen": false, + "inputItems": { + "23953": 1, }, "name": "Revert crystal tool seed", "noCl": true, - "outputItems": Bank { - "bank": { - "23962": 100, - }, - "frozen": false, + "outputItems": { + "23962": 100, }, }, { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23959": 1, - }, - "frozen": false, + "inputItems": { + "23959": 1, }, "name": "Revert enhanced crystal teleport seed", "noCl": true, - "outputItems": Bank { - "bank": { - "23962": 150, - }, - "frozen": false, + "outputItems": { + "23962": 150, }, }, { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23956": 1, - }, - "frozen": false, + "inputItems": { + "23956": 1, }, "name": "Revert crystal armour seed", "noCl": true, - "outputItems": Bank { - "bank": { - "23962": 250, - }, - "frozen": false, + "outputItems": { + "23962": 250, }, }, { "QPRequired": 150, "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25859": 1, - }, - "frozen": false, + "inputItems": { + "25859": 1, }, "name": "Revert enhanced crystal weapon seed", "noCl": true, - "outputItems": Bank { - "bank": { - "23962": 1500, - }, - "frozen": false, + "outputItems": { + "23962": 1500, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12016": 1, - "25547": 1, - }, - "frozen": false, + "inputItems": { + "12016": 1, + "25547": 1, }, "name": "Golden prospector boots", - "outputItems": Bank { - "bank": { - "25555": 1, - }, - "frozen": false, + "outputItems": { + "25555": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12013": 1, - "25547": 1, - }, - "frozen": false, + "inputItems": { + "12013": 1, + "25547": 1, }, "name": "Golden prospector helmet", - "outputItems": Bank { - "bank": { - "25549": 1, - }, - "frozen": false, + "outputItems": { + "25549": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12014": 1, - "25547": 1, - }, - "frozen": false, + "inputItems": { + "12014": 1, + "25547": 1, }, "name": "Golden prospector jacket", - "outputItems": Bank { - "bank": { - "25551": 1, - }, - "frozen": false, + "outputItems": { + "25551": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12015": 1, - "25547": 1, - }, - "frozen": false, + "inputItems": { + "12015": 1, + "25547": 1, }, "name": "Golden prospector legs", - "outputItems": Bank { - "bank": { - "25553": 1, - }, - "frozen": false, + "outputItems": { + "25553": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25090": 1, - "6739": 1, - }, - "frozen": false, + "inputItems": { + "25090": 1, + "6739": 1, }, "name": "Dragon axe (or)", - "outputItems": Bank { - "bank": { - "25378": 1, - }, - "frozen": false, + "outputItems": { + "25378": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25378": 1, - }, - "frozen": false, + "inputItems": { + "25378": 1, }, "name": "Revert Dragon axe (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "25090": 1, - "6739": 1, - }, - "frozen": false, + "outputItems": { + "25090": 1, + "6739": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21028": 1, - "25090": 1, - }, - "frozen": false, + "inputItems": { + "21028": 1, + "25090": 1, }, "name": "Dragon harpoon (or)", - "outputItems": Bank { - "bank": { - "25373": 1, - }, - "frozen": false, + "outputItems": { + "25373": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25373": 1, - }, - "frozen": false, + "inputItems": { + "25373": 1, }, "name": "Revert Dragon harpoon (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "21028": 1, - "25090": 1, - }, - "frozen": false, + "outputItems": { + "21028": 1, + "25090": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13241": 1, - "25090": 1, - }, - "frozen": false, + "inputItems": { + "13241": 1, + "25090": 1, }, "name": "Infernal axe (or)", - "outputItems": Bank { - "bank": { - "25066": 1, - }, - "frozen": false, + "outputItems": { + "25066": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25066": 1, - }, - "frozen": false, + "inputItems": { + "25066": 1, }, "name": "Revert Infernal axe (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "13241": 1, - "25090": 1, - }, - "frozen": false, + "outputItems": { + "13241": 1, + "25090": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "21031": 1, - "25090": 1, - }, - "frozen": false, + "inputItems": { + "21031": 1, + "25090": 1, }, "name": "Infernal harpoon (or)", - "outputItems": Bank { - "bank": { - "25059": 1, - }, - "frozen": false, + "outputItems": { + "25059": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25059": 1, - }, - "frozen": false, + "inputItems": { + "25059": 1, }, "name": "Revert Infernal harpoon (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "21031": 1, - "25090": 1, - }, - "frozen": false, + "outputItems": { + "21031": 1, + "25090": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13243": 1, - "25090": 1, - }, - "frozen": false, + "inputItems": { + "13243": 1, + "25090": 1, }, "name": "Infernal pickaxe (or)", - "outputItems": Bank { - "bank": { - "25063": 1, - }, - "frozen": false, + "outputItems": { + "25063": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25063": 1, - }, - "frozen": false, + "inputItems": { + "25063": 1, }, "name": "Revert Infernal pickaxe (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "13243": 1, - "25090": 1, - }, - "frozen": false, + "outputItems": { + "13243": 1, + "25090": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11920": 1, - "25090": 1, - }, - "frozen": false, + "inputItems": { + "11920": 1, + "25090": 1, }, "name": "Dragon pickaxe (or) (Trailblazer)", - "outputItems": Bank { - "bank": { - "25376": 1, - }, - "frozen": false, + "outputItems": { + "25376": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25376": 1, - }, - "frozen": false, + "inputItems": { + "25376": 1, }, "name": "Revert Dragon pickaxe (or) (Trailblazer)", "noCl": true, - "outputItems": Bank { - "bank": { - "11920": 1, - "25090": 1, - }, - "frozen": false, + "outputItems": { + "11920": 1, + "25090": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12006": 1, - "26421": 1, - }, - "frozen": false, + "inputItems": { + "12006": 1, + "26421": 1, }, "name": "Abyssal tentacle (or)", - "outputItems": Bank { - "bank": { - "26484": 1, - }, - "frozen": false, + "outputItems": { + "26484": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26484": 1, - }, - "frozen": false, + "inputItems": { + "26484": 1, }, "name": "Revert Abyssal tentacle (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "12006": 1, - "26421": 1, - }, - "frozen": false, + "outputItems": { + "12006": 1, + "26421": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26421": 1, - "4151": 1, - }, - "frozen": false, + "inputItems": { + "26421": 1, + "4151": 1, }, "name": "Abyssal whip (or)", - "outputItems": Bank { - "bank": { - "26482": 1, - }, - "frozen": false, + "outputItems": { + "26482": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26482": 1, - }, - "frozen": false, + "inputItems": { + "26482": 1, }, "name": "Revert Abyssal whip (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26421": 1, - "4151": 1, - }, - "frozen": false, + "outputItems": { + "26421": 1, + "4151": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26421": 1, - "3844": 1, - }, - "frozen": false, + "inputItems": { + "26421": 1, + "3844": 1, }, "name": "Book of balance (or)", - "outputItems": Bank { - "bank": { - "26488": 1, - }, - "frozen": false, + "outputItems": { + "26488": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26488": 1, - }, - "frozen": false, + "inputItems": { + "26488": 1, }, "name": "Revert Book of balance (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26421": 1, - "3844": 1, - }, - "frozen": false, + "outputItems": { + "26421": 1, + "3844": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12612": 1, - "26421": 1, - }, - "frozen": false, + "inputItems": { + "12612": 1, + "26421": 1, }, "name": "Book of darkness (or)", - "outputItems": Bank { - "bank": { - "26490": 1, - }, - "frozen": false, + "outputItems": { + "26490": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26490": 1, - }, - "frozen": false, + "inputItems": { + "26490": 1, }, "name": "Revert Book of darkness (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "12612": 1, - "26421": 1, - }, - "frozen": false, + "outputItems": { + "12612": 1, + "26421": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12610": 1, - "26421": 1, - }, - "frozen": false, + "inputItems": { + "12610": 1, + "26421": 1, }, "name": "Book of law (or)", - "outputItems": Bank { - "bank": { - "26492": 1, - }, - "frozen": false, + "outputItems": { + "26492": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26492": 1, - }, - "frozen": false, + "inputItems": { + "26492": 1, }, "name": "Revert Book of law (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "12610": 1, - "26421": 1, - }, - "frozen": false, + "outputItems": { + "12610": 1, + "26421": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12608": 1, - "26421": 1, - }, - "frozen": false, + "inputItems": { + "12608": 1, + "26421": 1, }, "name": "Book of war (or)", - "outputItems": Bank { - "bank": { - "26494": 1, - }, - "frozen": false, + "outputItems": { + "26494": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26494": 1, - }, - "frozen": false, + "inputItems": { + "26494": 1, }, "name": "Revert Book of war (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "12608": 1, - "26421": 1, - }, - "frozen": false, + "outputItems": { + "12608": 1, + "26421": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26421": 1, - "3840": 1, - }, - "frozen": false, + "inputItems": { + "26421": 1, + "3840": 1, }, "name": "Holy book (or)", - "outputItems": Bank { - "bank": { - "26496": 1, - }, - "frozen": false, + "outputItems": { + "26496": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26496": 1, - }, - "frozen": false, + "inputItems": { + "26496": 1, }, "name": "Revert Holy book (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26421": 1, - "3840": 1, - }, - "frozen": false, + "outputItems": { + "26421": 1, + "3840": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26421": 1, - "3842": 1, - }, - "frozen": false, + "inputItems": { + "26421": 1, + "3842": 1, }, "name": "Unholy book (or)", - "outputItems": Bank { - "bank": { - "26498": 1, - }, - "frozen": false, + "outputItems": { + "26498": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26498": 1, - }, - "frozen": false, + "inputItems": { + "26498": 1, }, "name": "Revert Unholy book (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26421": 1, - "3842": 1, - }, - "frozen": false, + "outputItems": { + "26421": 1, + "3842": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26421": 1, - "9185": 1, - }, - "frozen": false, + "inputItems": { + "26421": 1, + "9185": 1, }, "name": "Rune crossbow (or)", - "outputItems": Bank { - "bank": { - "26486": 1, - }, - "frozen": false, + "outputItems": { + "26486": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26486": 1, - }, - "frozen": false, + "inputItems": { + "26486": 1, }, "name": "Revert Rune crossbow (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26421": 1, - "9185": 1, - }, - "frozen": false, + "outputItems": { + "26421": 1, + "9185": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13073": 1, - "26479": 1, - }, - "frozen": false, + "inputItems": { + "13073": 1, + "26479": 1, }, "name": "Elite void robe (or)", - "outputItems": Bank { - "bank": { - "26471": 1, - }, - "frozen": false, + "outputItems": { + "26471": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26471": 1, - }, - "frozen": false, + "inputItems": { + "26471": 1, }, "name": "Revert Elite void robe (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "13073": 1, - "26479": 1, - }, - "frozen": false, + "outputItems": { + "13073": 1, + "26479": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13072": 1, - "26479": 1, - }, - "frozen": false, + "inputItems": { + "13072": 1, + "26479": 1, }, "name": "Elite void top (or)", - "outputItems": Bank { - "bank": { - "26469": 1, - }, - "frozen": false, + "outputItems": { + "26469": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26469": 1, - }, - "frozen": false, + "inputItems": { + "26469": 1, }, "name": "Revert Elite void top (or))", "noCl": true, - "outputItems": Bank { - "bank": { - "13072": 1, - "26479": 1, - }, - "frozen": false, + "outputItems": { + "13072": 1, + "26479": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26479": 1, - "8842": 1, - }, - "frozen": false, + "inputItems": { + "26479": 1, + "8842": 1, }, "name": "Void knight gloves (or)", - "outputItems": Bank { - "bank": { - "26467": 1, - }, - "frozen": false, + "outputItems": { + "26467": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26467": 1, - }, - "frozen": false, + "inputItems": { + "26467": 1, }, "name": "Revert Void knight gloves (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26479": 1, - "8842": 1, - }, - "frozen": false, + "outputItems": { + "26479": 1, + "8842": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26479": 1, - "8839": 1, - }, - "frozen": false, + "inputItems": { + "26479": 1, + "8839": 1, }, "name": "Void knight top (or)", - "outputItems": Bank { - "bank": { - "26463": 1, - }, - "frozen": false, + "outputItems": { + "26463": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26463": 1, - }, - "frozen": false, + "inputItems": { + "26463": 1, }, "name": "Revert Void knight top (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26479": 1, - "8839": 1, - }, - "frozen": false, + "outputItems": { + "26479": 1, + "8839": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26479": 1, - "8840": 1, - }, - "frozen": false, + "inputItems": { + "26479": 1, + "8840": 1, }, "name": "Void knight robe (or)", - "outputItems": Bank { - "bank": { - "26465": 1, - }, - "frozen": false, + "outputItems": { + "26465": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26465": 1, - }, - "frozen": false, + "inputItems": { + "26465": 1, }, "name": "Revert Void knight robe (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26479": 1, - "8840": 1, - }, - "frozen": false, + "outputItems": { + "26479": 1, + "8840": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11663": 1, - "26479": 1, - }, - "frozen": false, + "inputItems": { + "11663": 1, + "26479": 1, }, "name": "Void mage helm (or)", - "outputItems": Bank { - "bank": { - "26473": 1, - }, - "frozen": false, + "outputItems": { + "26473": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26473": 1, - }, - "frozen": false, + "inputItems": { + "26473": 1, }, "name": "Revert Void mage helm (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "11663": 1, - "26479": 1, - }, - "frozen": false, + "outputItems": { + "11663": 1, + "26479": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11665": 1, - "26479": 1, - }, - "frozen": false, + "inputItems": { + "11665": 1, + "26479": 1, }, "name": "Void melee helm (or)", - "outputItems": Bank { - "bank": { - "26477": 1, - }, - "frozen": false, + "outputItems": { + "26477": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26477": 1, - }, - "frozen": false, + "inputItems": { + "26477": 1, }, "name": "Revert Void melee helm (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "11665": 1, - "26479": 1, - }, - "frozen": false, + "outputItems": { + "11665": 1, + "26479": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11664": 1, - "26479": 1, - }, - "frozen": false, + "inputItems": { + "11664": 1, + "26479": 1, }, "name": "Void ranger helm (or)", - "outputItems": Bank { - "bank": { - "26475": 1, - }, - "frozen": false, + "outputItems": { + "26475": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26475": 1, - }, - "frozen": false, + "inputItems": { + "26475": 1, }, "name": "Revert Void ranger helm (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "11664": 1, - "26479": 1, - }, - "frozen": false, + "outputItems": { + "11664": 1, + "26479": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "10": 1, - "26528": 1, - }, - "frozen": false, + "inputItems": { + "10": 1, + "26528": 1, }, "name": "Cannon barrels (or)", - "outputItems": Bank { - "bank": { - "26524": 1, - }, - "frozen": false, + "outputItems": { + "26524": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26524": 1, - }, - "frozen": false, + "inputItems": { + "26524": 1, }, "name": "Revert Cannon barrels (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "10": 1, - "26528": 1, - }, - "frozen": false, + "outputItems": { + "10": 1, + "26528": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26528": 1, - "6": 1, - }, - "frozen": false, + "inputItems": { + "26528": 1, + "6": 1, }, "name": "Cannon base (or)", - "outputItems": Bank { - "bank": { - "26520": 1, - }, - "frozen": false, + "outputItems": { + "26520": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26520": 1, - }, - "frozen": false, + "inputItems": { + "26520": 1, }, "name": "Revert Cannon base (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26528": 1, - "6": 1, - }, - "frozen": false, + "outputItems": { + "26528": 1, + "6": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12": 1, - "26528": 1, - }, - "frozen": false, + "inputItems": { + "12": 1, + "26528": 1, }, "name": "Cannon furnace (or)", - "outputItems": Bank { - "bank": { - "26526": 1, - }, - "frozen": false, + "outputItems": { + "26526": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26526": 1, - }, - "frozen": false, + "inputItems": { + "26526": 1, }, "name": "Revert Cannon furnace (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "12": 1, - "26528": 1, - }, - "frozen": false, + "outputItems": { + "12": 1, + "26528": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26528": 1, - "8": 1, - }, - "frozen": false, + "inputItems": { + "26528": 1, + "8": 1, }, "name": "Cannon stand (or)", - "outputItems": Bank { - "bank": { - "26522": 1, - }, - "frozen": false, + "outputItems": { + "26522": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26522": 1, - }, - "frozen": false, + "inputItems": { + "26522": 1, }, "name": "Revert Cannon stand (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26528": 1, - "8": 1, - }, - "frozen": false, + "outputItems": { + "26528": 1, + "8": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26541": 1, - "4097": 1, - }, - "frozen": false, + "inputItems": { + "26541": 1, + "4097": 1, }, "name": "Mystic boots (or)", - "outputItems": Bank { - "bank": { - "26539": 1, - }, - "frozen": false, + "outputItems": { + "26539": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26539": 1, - }, - "frozen": false, + "inputItems": { + "26539": 1, }, "name": "Revert Mystic boots (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26541": 1, - "4097": 1, - }, - "frozen": false, + "outputItems": { + "26541": 1, + "4097": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26541": 1, - "4095": 1, - }, - "frozen": false, + "inputItems": { + "26541": 1, + "4095": 1, }, "name": "Mystic gloves (or)", - "outputItems": Bank { - "bank": { - "26537": 1, - }, - "frozen": false, + "outputItems": { + "26537": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26537": 1, - }, - "frozen": false, + "inputItems": { + "26537": 1, }, "name": "Revert Mystic gloves (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26541": 1, - "4095": 1, - }, - "frozen": false, + "outputItems": { + "26541": 1, + "4095": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26541": 1, - "4089": 1, - }, - "frozen": false, + "inputItems": { + "26541": 1, + "4089": 1, }, "name": "Mystic hat (or)", - "outputItems": Bank { - "bank": { - "26531": 1, - }, - "frozen": false, + "outputItems": { + "26531": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26531": 1, - }, - "frozen": false, + "inputItems": { + "26531": 1, }, "name": "Revert Mystic hat (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26541": 1, - "4089": 1, - }, - "frozen": false, + "outputItems": { + "26541": 1, + "4089": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26541": 1, - "4093": 1, - }, - "frozen": false, + "inputItems": { + "26541": 1, + "4093": 1, }, "name": "Mystic robe bottom (or)", - "outputItems": Bank { - "bank": { - "26535": 1, - }, - "frozen": false, + "outputItems": { + "26535": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26535": 1, - }, - "frozen": false, + "inputItems": { + "26535": 1, }, "name": "Revert Mystic robe bottom (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26541": 1, - "4093": 1, - }, - "frozen": false, + "outputItems": { + "26541": 1, + "4093": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26541": 1, - "4091": 1, - }, - "frozen": false, + "inputItems": { + "26541": 1, + "4091": 1, }, "name": "Mystic robe top (or)", - "outputItems": Bank { - "bank": { - "26533": 1, - }, - "frozen": false, + "outputItems": { + "26533": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26533": 1, - }, - "frozen": false, + "inputItems": { + "26533": 1, }, "name": "Revert Mystic robe top (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "26541": 1, - "4091": 1, - }, - "frozen": false, + "outputItems": { + "26541": 1, + "4091": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24469": 1, - }, - "frozen": false, + "inputItems": { + "24469": 1, }, "name": "Unpack Twisted relic hunter (t1) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "24405": 1, - "24407": 1, - "24409": 1, - "24411": 1, - }, - "frozen": false, + "outputItems": { + "24405": 1, + "24407": 1, + "24409": 1, + "24411": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24472": 1, - }, - "frozen": false, + "inputItems": { + "24472": 1, }, "name": "Unpack Twisted relic hunter (t2) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "24397": 1, - "24399": 1, - "24401": 1, - "24403": 1, - }, - "frozen": false, + "outputItems": { + "24397": 1, + "24399": 1, + "24401": 1, + "24403": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24475": 1, - }, - "frozen": false, + "inputItems": { + "24475": 1, }, "name": "Unpack Twisted relic hunter (t3) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "24387": 1, - "24389": 1, - "24391": 1, - "24393": 1, - }, - "frozen": false, + "outputItems": { + "24387": 1, + "24389": 1, + "24391": 1, + "24393": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25380": 1, - }, - "frozen": false, + "inputItems": { + "25380": 1, }, "name": "Unpack Trailblazer relic hunter (t1) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "25028": 1, - "25031": 1, - "25034": 1, - "25037": 1, - }, - "frozen": false, + "outputItems": { + "25028": 1, + "25031": 1, + "25034": 1, + "25037": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25383": 1, - }, - "frozen": false, + "inputItems": { + "25383": 1, }, "name": "Unpack Trailblazer relic hunter (t2) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "25016": 1, - "25019": 1, - "25022": 1, - "25025": 1, - }, - "frozen": false, + "outputItems": { + "25016": 1, + "25019": 1, + "25022": 1, + "25025": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25386": 1, - }, - "frozen": false, + "inputItems": { + "25386": 1, }, "name": "Unpack Trailblazer relic hunter (t3) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "25001": 1, - "25004": 1, - "25007": 1, - "25010": 1, - }, - "frozen": false, + "outputItems": { + "25001": 1, + "25004": 1, + "25007": 1, + "25010": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26554": 1, - }, - "frozen": false, + "inputItems": { + "26554": 1, }, "name": "Unpack Shattered relic hunter (t1) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "26427": 1, - "26430": 1, - "26433": 1, - "26436": 1, - }, - "frozen": false, + "outputItems": { + "26427": 1, + "26430": 1, + "26433": 1, + "26436": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26557": 1, - }, - "frozen": false, + "inputItems": { + "26557": 1, }, "name": "Unpack Shattered relic hunter (t2) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "26439": 1, - "26442": 1, - "26445": 1, - "26448": 1, - }, - "frozen": false, + "outputItems": { + "26439": 1, + "26442": 1, + "26445": 1, + "26448": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26560": 1, - }, - "frozen": false, + "inputItems": { + "26560": 1, }, "name": "Unpack Shattered relic hunter (t3) armour set", "noCl": true, - "outputItems": Bank { - "bank": { - "26451": 1, - "26454": 1, - "26457": 1, - "26460": 1, - }, - "frozen": false, + "outputItems": { + "26451": 1, + "26454": 1, + "26457": 1, + "26460": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11850": 1, - "25099": 1, - }, - "frozen": false, + "inputItems": { + "11850": 1, + "25099": 1, }, "name": "Trailblazer graceful hood", - "outputItems": Bank { - "bank": { - "25069": 1, - }, - "frozen": false, + "outputItems": { + "25069": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25069": 1, - }, - "frozen": false, + "inputItems": { + "25069": 1, }, "name": "Revert Trailblazer graceful hood", "noCl": true, - "outputItems": Bank { - "bank": { - "11850": 1, - "25099": 1, - }, - "frozen": false, + "outputItems": { + "11850": 1, + "25099": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11852": 1, - "25099": 1, - }, - "frozen": false, + "inputItems": { + "11852": 1, + "25099": 1, }, "name": "Trailblazer graceful cape", - "outputItems": Bank { - "bank": { - "25072": 1, - }, - "frozen": false, + "outputItems": { + "25072": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25072": 1, - }, - "frozen": false, + "inputItems": { + "25072": 1, }, "name": "Revert Trailblazer graceful cape", "noCl": true, - "outputItems": Bank { - "bank": { - "11852": 1, - "25099": 1, - }, - "frozen": false, + "outputItems": { + "11852": 1, + "25099": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11854": 1, - "25099": 1, - }, - "frozen": false, + "inputItems": { + "11854": 1, + "25099": 1, }, "name": "Trailblazer graceful top", - "outputItems": Bank { - "bank": { - "25075": 1, - }, - "frozen": false, + "outputItems": { + "25075": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25075": 1, - }, - "frozen": false, + "inputItems": { + "25075": 1, }, "name": "Revert Trailblazer graceful top", "noCl": true, - "outputItems": Bank { - "bank": { - "11854": 1, - "25099": 1, - }, - "frozen": false, + "outputItems": { + "11854": 1, + "25099": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11856": 1, - "25099": 1, - }, - "frozen": false, + "inputItems": { + "11856": 1, + "25099": 1, }, "name": "Trailblazer graceful legs", - "outputItems": Bank { - "bank": { - "25078": 1, - }, - "frozen": false, + "outputItems": { + "25078": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25078": 1, - }, - "frozen": false, + "inputItems": { + "25078": 1, }, "name": "Revert Trailblazer graceful legs", "noCl": true, - "outputItems": Bank { - "bank": { - "11856": 1, - "25099": 1, - }, - "frozen": false, + "outputItems": { + "11856": 1, + "25099": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11858": 1, - "25099": 1, - }, - "frozen": false, + "inputItems": { + "11858": 1, + "25099": 1, }, "name": "Trailblazer graceful gloves", - "outputItems": Bank { - "bank": { - "25081": 1, - }, - "frozen": false, + "outputItems": { + "25081": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25081": 1, - }, - "frozen": false, + "inputItems": { + "25081": 1, }, "name": "Revert Trailblazer graceful gloves", "noCl": true, - "outputItems": Bank { - "bank": { - "11858": 1, - "25099": 1, - }, - "frozen": false, + "outputItems": { + "11858": 1, + "25099": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11860": 1, - "25099": 1, - }, - "frozen": false, + "inputItems": { + "11860": 1, + "25099": 1, }, "name": "Trailblazer graceful boots", - "outputItems": Bank { - "bank": { - "25084": 1, - }, - "frozen": false, + "outputItems": { + "25084": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25084": 1, - }, - "frozen": false, + "inputItems": { + "25084": 1, }, "name": "Revert Trailblazer graceful boots", "noCl": true, - "outputItems": Bank { - "bank": { - "11860": 1, - "25099": 1, - }, - "frozen": false, + "outputItems": { + "11860": 1, + "25099": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26811": 1, - "26850": 1, - }, - "frozen": false, + "inputItems": { + "26811": 1, + "26850": 1, }, "name": "Hat of the eye (red)", - "outputItems": Bank { - "bank": { - "26858": 1, - }, - "frozen": false, + "outputItems": { + "26858": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26858": 1, - }, - "frozen": false, + "inputItems": { + "26858": 1, }, "name": "Revert Hat of the eye (red)", "noCl": true, - "outputItems": Bank { - "bank": { - "26850": 1, - }, - "frozen": false, + "outputItems": { + "26850": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26811": 1, - "26852": 1, - }, - "frozen": false, + "inputItems": { + "26811": 1, + "26852": 1, }, "name": "Robe top of the eye (red)", - "outputItems": Bank { - "bank": { - "26860": 1, - }, - "frozen": false, + "outputItems": { + "26860": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26860": 1, - }, - "frozen": false, + "inputItems": { + "26860": 1, }, "name": "Revert Robe top of the eye (red)", "noCl": true, - "outputItems": Bank { - "bank": { - "26852": 1, - }, - "frozen": false, + "outputItems": { + "26852": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26811": 1, - "26854": 1, - }, - "frozen": false, + "inputItems": { + "26811": 1, + "26854": 1, }, "name": "Robe bottoms of the eye (red)", - "outputItems": Bank { - "bank": { - "26862": 1, - }, - "frozen": false, + "outputItems": { + "26862": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26862": 1, - }, - "frozen": false, + "inputItems": { + "26862": 1, }, "name": "Revert Robe bottoms of the eye (red)", "noCl": true, - "outputItems": Bank { - "bank": { - "26854": 1, - }, - "frozen": false, + "outputItems": { + "26854": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26807": 1, - "26850": 1, - }, - "frozen": false, + "inputItems": { + "26807": 1, + "26850": 1, }, "name": "Hat of the eye (green)", - "outputItems": Bank { - "bank": { - "26864": 1, - }, - "frozen": false, + "outputItems": { + "26864": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26864": 1, - }, - "frozen": false, + "inputItems": { + "26864": 1, }, "name": "Revert Hat of the eye (green)", "noCl": true, - "outputItems": Bank { - "bank": { - "26850": 1, - }, - "frozen": false, + "outputItems": { + "26850": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26807": 1, - "26852": 1, - }, - "frozen": false, + "inputItems": { + "26807": 1, + "26852": 1, }, "name": "Robe top of the eye (green)", - "outputItems": Bank { - "bank": { - "26866": 1, - }, - "frozen": false, + "outputItems": { + "26866": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26866": 1, - }, - "frozen": false, + "inputItems": { + "26866": 1, }, "name": "Revert Robe top of the eye (green)", "noCl": true, - "outputItems": Bank { - "bank": { - "26852": 1, - }, - "frozen": false, + "outputItems": { + "26852": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26807": 1, - "26854": 1, - }, - "frozen": false, + "inputItems": { + "26807": 1, + "26854": 1, }, "name": "Robe bottoms of the eye (green)", - "outputItems": Bank { - "bank": { - "26868": 1, - }, - "frozen": false, + "outputItems": { + "26868": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26868": 1, - }, - "frozen": false, + "inputItems": { + "26868": 1, }, "name": "Revert Robe bottoms of the eye (green)", "noCl": true, - "outputItems": Bank { - "bank": { - "26854": 1, - }, - "frozen": false, + "outputItems": { + "26854": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26809": 1, - "26850": 1, - }, - "frozen": false, + "inputItems": { + "26809": 1, + "26850": 1, }, "name": "Hat of the eye (blue)", - "outputItems": Bank { - "bank": { - "26870": 1, - }, - "frozen": false, + "outputItems": { + "26870": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26870": 1, - }, - "frozen": false, + "inputItems": { + "26870": 1, }, "name": "Revert Hat of the eye (blue)", "noCl": true, - "outputItems": Bank { - "bank": { - "26850": 1, - }, - "frozen": false, + "outputItems": { + "26850": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26809": 1, - "26852": 1, - }, - "frozen": false, + "inputItems": { + "26809": 1, + "26852": 1, }, "name": "Robe top of the eye (blue)", - "outputItems": Bank { - "bank": { - "26872": 1, - }, - "frozen": false, + "outputItems": { + "26872": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26872": 1, - }, - "frozen": false, + "inputItems": { + "26872": 1, }, "name": "Revert Robe top of the eye (blue)", "noCl": true, - "outputItems": Bank { - "bank": { - "26852": 1, - }, - "frozen": false, + "outputItems": { + "26852": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26809": 1, - "26854": 1, - }, - "frozen": false, + "inputItems": { + "26809": 1, + "26854": 1, }, "name": "Robe bottoms of the eye (blue)", - "outputItems": Bank { - "bank": { - "26874": 1, - }, - "frozen": false, + "outputItems": { + "26874": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26874": 1, - }, - "frozen": false, + "inputItems": { + "26874": 1, }, "name": "Revert Robe bottoms of the eye (blue)", "noCl": true, - "outputItems": Bank { - "bank": { - "26854": 1, - }, - "frozen": false, + "outputItems": { + "26854": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26809": 1, - }, - "frozen": false, + "inputItems": { + "26809": 1, }, "name": "Abyssal green dye (using Abyssal blue dye)", "noCl": true, - "outputItems": Bank { - "bank": { - "26807": 1, - }, - "frozen": false, + "outputItems": { + "26807": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26811": 1, - }, - "frozen": false, + "inputItems": { + "26811": 1, }, "name": "Abyssal green dye (using Abyssal red dye)", "noCl": true, - "outputItems": Bank { - "bank": { - "26807": 1, - }, - "frozen": false, + "outputItems": { + "26807": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26807": 1, - }, - "frozen": false, + "inputItems": { + "26807": 1, }, "name": "Abyssal blue dye (using Abyssal green dye)", "noCl": true, - "outputItems": Bank { - "bank": { - "26809": 1, - }, - "frozen": false, + "outputItems": { + "26809": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26811": 1, - }, - "frozen": false, + "inputItems": { + "26811": 1, }, "name": "Abyssal blue dye (using Abyssal red dye)", "noCl": true, - "outputItems": Bank { - "bank": { - "26809": 1, - }, - "frozen": false, + "outputItems": { + "26809": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26807": 1, - }, - "frozen": false, + "inputItems": { + "26807": 1, }, "name": "Abyssal red dye (using Abyssal green dye)", "noCl": true, - "outputItems": Bank { - "bank": { - "26811": 1, - }, - "frozen": false, + "outputItems": { + "26811": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26809": 1, - }, - "frozen": false, + "inputItems": { + "26809": 1, }, "name": "Abyssal red dye (using Abyssal blue dye)", "noCl": true, - "outputItems": Bank { - "bank": { - "26811": 1, - }, - "frozen": false, + "outputItems": { + "26811": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1741": 10, - "2363": 30, - "52661": 1, - }, - "frozen": false, + "inputItems": { + "1741": 10, + "2363": 30, + "52661": 1, }, "materialCost": MaterialBank { "bank": { @@ -31470,11 +21392,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Runite igne claws", - "outputItems": Bank { - "bank": { - "52662": 1, - }, - "frozen": false, + "outputItems": { + "52662": 1, }, "requiredSkills": { "crafting": 80, @@ -31484,13 +21403,10 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13652": 1, - "1741": 10, - "52662": 1, - }, - "frozen": false, + "inputItems": { + "13652": 1, + "1741": 10, + "52662": 1, }, "materialCost": MaterialBank { "bank": { @@ -31502,11 +21418,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Dragon igne claws", - "outputItems": Bank { - "bank": { - "52663": 1, - }, - "frozen": false, + "outputItems": { + "52663": 1, }, "requiredSkills": { "crafting": 85, @@ -31516,12 +21429,9 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1741": 10, - "52663": 1, - }, - "frozen": false, + "inputItems": { + "1741": 10, + "52663": 1, }, "materialCost": MaterialBank { "bank": { @@ -31533,11 +21443,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Barrows igne claws", - "outputItems": Bank { - "bank": { - "52664": 1, - }, - "frozen": false, + "outputItems": { + "52664": 1, }, "requiredSkills": { "crafting": 90, @@ -31547,14 +21454,11 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1741": 10, - "52650": 250, - "52664": 1, - "52671": 2, - }, - "frozen": false, + "inputItems": { + "1741": 10, + "52650": 250, + "52664": 1, + "52671": 2, }, "materialCost": MaterialBank { "bank": { @@ -31565,11 +21469,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Volcanic igne claws", - "outputItems": Bank { - "bank": { - "52665": 1, - }, - "frozen": false, + "outputItems": { + "52665": 1, }, "requiredSkills": { "crafting": 95, @@ -31579,12 +21480,9 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1741": 10, - "52665": 1, - }, - "frozen": false, + "inputItems": { + "1741": 10, + "52665": 1, }, "materialCost": MaterialBank { "bank": { @@ -31596,11 +21494,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Drygore igne claws", - "outputItems": Bank { - "bank": { - "52667": 1, - }, - "frozen": false, + "outputItems": { + "52667": 1, }, "requiredSkills": { "crafting": 100, @@ -31610,12 +21505,9 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1741": 10, - "52667": 1, - }, - "frozen": false, + "inputItems": { + "1741": 10, + "52667": 1, }, "materialCost": MaterialBank { "bank": { @@ -31627,11 +21519,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Dwarven igne claws", - "outputItems": Bank { - "bank": { - "52668": 1, - }, - "frozen": false, + "outputItems": { + "52668": 1, }, "requiredSkills": { "crafting": 110, @@ -31641,13 +21530,10 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1741": 10, - "48012": 2, - "52668": 1, - }, - "frozen": false, + "inputItems": { + "1741": 10, + "48012": 2, + "52668": 1, }, "materialCost": MaterialBank { "bank": { @@ -31658,11 +21544,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Gorajan igne claws", - "outputItems": Bank { - "bank": { - "52669": 1, - }, - "frozen": false, + "outputItems": { + "52669": 1, }, "requiredSkills": { "crafting": 120, @@ -31672,12 +21555,9 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1741": 10, - "52661": 1, - }, - "frozen": false, + "inputItems": { + "1741": 10, + "52661": 1, }, "materialCost": MaterialBank { "bank": { @@ -31688,11 +21568,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Dragon igne armor", - "outputItems": Bank { - "bank": { - "52680": 1, - }, - "frozen": false, + "outputItems": { + "52680": 1, }, "requiredSkills": { "crafting": 85, @@ -31702,12 +21579,9 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1741": 10, - "52680": 1, - }, - "frozen": false, + "inputItems": { + "1741": 10, + "52680": 1, }, "materialCost": MaterialBank { "bank": { @@ -31718,11 +21592,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Barrows igne armor", - "outputItems": Bank { - "bank": { - "52681": 1, - }, - "frozen": false, + "outputItems": { + "52681": 1, }, "requiredSkills": { "crafting": 90, @@ -31732,14 +21603,11 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1741": 10, - "52650": 250, - "52671": 2, - "52681": 1, - }, - "frozen": false, + "inputItems": { + "1741": 10, + "52650": 250, + "52671": 2, + "52681": 1, }, "materialCost": MaterialBank { "bank": { @@ -31749,11 +21617,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Volcanic igne armor", - "outputItems": Bank { - "bank": { - "52682": 1, - }, - "frozen": false, + "outputItems": { + "52682": 1, }, "requiredSkills": { "crafting": 95, @@ -31763,12 +21628,9 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1741": 10, - "52682": 1, - }, - "frozen": false, + "inputItems": { + "1741": 10, + "52682": 1, }, "materialCost": MaterialBank { "bank": { @@ -31779,11 +21641,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Justiciar igne armor", - "outputItems": Bank { - "bank": { - "52683": 1, - }, - "frozen": false, + "outputItems": { + "52683": 1, }, "requiredSkills": { "crafting": 95, @@ -31793,12 +21652,9 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1741": 10, - "52683": 1, - }, - "frozen": false, + "inputItems": { + "1741": 10, + "52683": 1, }, "materialCost": MaterialBank { "bank": { @@ -31809,11 +21665,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Drygore igne armor", - "outputItems": Bank { - "bank": { - "52684": 1, - }, - "frozen": false, + "outputItems": { + "52684": 1, }, "requiredSkills": { "crafting": 100, @@ -31823,12 +21676,9 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1741": 10, - "52684": 1, - }, - "frozen": false, + "inputItems": { + "1741": 10, + "52684": 1, }, "materialCost": MaterialBank { "bank": { @@ -31839,11 +21689,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Dwarven igne armor", - "outputItems": Bank { - "bank": { - "52685": 1, - }, - "frozen": false, + "outputItems": { + "52685": 1, }, "requiredSkills": { "crafting": 110, @@ -31853,13 +21700,10 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1741": 10, - "48012": 2, - "52685": 1, - }, - "frozen": false, + "inputItems": { + "1741": 10, + "48012": 2, + "52685": 1, }, "materialCost": MaterialBank { "bank": { @@ -31869,11 +21713,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Gorajan igne armor", - "outputItems": Bank { - "bank": { - "52686": 1, - }, - "frozen": false, + "outputItems": { + "52686": 1, }, "requiredSkills": { "crafting": 120, @@ -31883,11 +21724,8 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19685": 10, - }, - "frozen": false, + "inputItems": { + "19685": 10, }, "materialCost": MaterialBank { "bank": { @@ -31895,11 +21733,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Demonic jibwings", - "outputItems": Bank { - "bank": { - "73097": 1, - }, - "frozen": false, + "outputItems": { + "73097": 1, }, "requiredSkills": { "crafting": 90, @@ -31909,12 +21744,9 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "19677": 10, - "50024": 1, - }, - "frozen": false, + "inputItems": { + "19677": 10, + "50024": 1, }, "materialCost": MaterialBank { "bank": { @@ -31922,11 +21754,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Abyssal jibwings", - "outputItems": Bank { - "bank": { - "73098": 1, - }, - "frozen": false, + "outputItems": { + "73098": 1, }, "requiredSkills": { "crafting": 90, @@ -31936,11 +21765,8 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2357": 1000, - }, - "frozen": false, + "inputItems": { + "2357": 1000, }, "materialCost": MaterialBank { "bank": { @@ -31948,11 +21774,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "3rd age jibwings", - "outputItems": Bank { - "bank": { - "73099": 1, - }, - "frozen": false, + "outputItems": { + "73099": 1, }, "requiredSkills": { "crafting": 90, @@ -31962,19 +21785,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48207": 1000, - "73099": 1, - }, - "frozen": false, + "inputItems": { + "48207": 1000, + "73099": 1, }, "name": "3rd age jibwings (e)", - "outputItems": Bank { - "bank": { - "73104": 1, - }, - "frozen": false, + "outputItems": { + "73104": 1, }, "requiredSkills": { "crafting": 105, @@ -31984,19 +21801,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48207": 1000, - "73097": 1, - }, - "frozen": false, + "inputItems": { + "48207": 1000, + "73097": 1, }, "name": "Demonic jibwings (e)", - "outputItems": Bank { - "bank": { - "73102": 1, - }, - "frozen": false, + "outputItems": { + "73102": 1, }, "requiredSkills": { "crafting": 105, @@ -32006,19 +21817,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "48207": 1000, - "73098": 1, - }, - "frozen": false, + "inputItems": { + "48207": 1000, + "73098": 1, }, "name": "Abyssal jibwings (e)", - "outputItems": Bank { - "bank": { - "73103": 1, - }, - "frozen": false, + "outputItems": { + "73103": 1, }, "requiredSkills": { "crafting": 105, @@ -32028,11 +21833,8 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73090": 1000000, - }, - "frozen": false, + "inputItems": { + "73090": 1000000, }, "materialCost": MaterialBank { "bank": { @@ -32040,11 +21842,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Divine ring", - "outputItems": Bank { - "bank": { - "73101": 1, - }, - "frozen": false, + "outputItems": { + "73101": 1, }, "requiredSkills": { "crafting": 105, @@ -32054,12 +21853,9 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50021": 1000, - "73090": 200000, - }, - "frozen": false, + "inputItems": { + "50021": 1000, + "73090": 200000, }, "materialCost": MaterialBank { "bank": { @@ -32067,11 +21863,8 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Impling locator", - "outputItems": Bank { - "bank": { - "73100": 1, - }, - "frozen": false, + "outputItems": { + "73100": 1, }, "requiredSkills": { "crafting": 105, @@ -32082,271 +21875,172 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52662": 1, - }, - "frozen": false, + "inputItems": { + "52662": 1, }, "name": "Revert Runite igne claws", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52663": 1, - }, - "frozen": false, + "inputItems": { + "52663": 1, }, "name": "Revert Dragon igne claws", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52664": 1, - }, - "frozen": false, + "inputItems": { + "52664": 1, }, "name": "Revert Barrows igne claws", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52665": 1, - }, - "frozen": false, + "inputItems": { + "52665": 1, }, "name": "Revert Volcanic igne claws", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52667": 1, - }, - "frozen": false, + "inputItems": { + "52667": 1, }, "name": "Revert Drygore igne claws", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52668": 1, - }, - "frozen": false, + "inputItems": { + "52668": 1, }, "name": "Revert Dwarven igne claws", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52669": 1, - }, - "frozen": false, + "inputItems": { + "52669": 1, }, "name": "Revert Gorajan igne claws", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52680": 1, - }, - "frozen": false, + "inputItems": { + "52680": 1, }, "name": "Revert Dragon igne armor", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52681": 1, - }, - "frozen": false, + "inputItems": { + "52681": 1, }, "name": "Revert Barrows igne armor", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52682": 1, - }, - "frozen": false, + "inputItems": { + "52682": 1, }, "name": "Revert Volcanic igne armor", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52683": 1, - }, - "frozen": false, + "inputItems": { + "52683": 1, }, "name": "Revert Justiciar igne armor", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52684": 1, - }, - "frozen": false, + "inputItems": { + "52684": 1, }, "name": "Revert Drygore igne armor", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52685": 1, - }, - "frozen": false, + "inputItems": { + "52685": 1, }, "name": "Revert Dwarven igne armor", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "52686": 1, - }, - "frozen": false, + "inputItems": { + "52686": 1, }, "name": "Revert Gorajan igne armor", - "outputItems": Bank { - "bank": { - "52661": 1, - }, - "frozen": false, + "outputItems": { + "52661": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "476": 1, - "52650": 250, - "52671": 2, - }, - "frozen": false, + "inputItems": { + "476": 1, + "52650": 250, + "52671": 2, }, "name": "Volcanic pickaxe", - "outputItems": Bank { - "bank": { - "52658": 1, - }, - "frozen": false, + "outputItems": { + "52658": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "476": 1, - "52650": 150, - "52671": 1, - }, - "frozen": false, + "inputItems": { + "476": 1, + "52650": 150, + "52671": 1, }, "name": "Offhand volcanic pickaxe", - "outputItems": Bank { - "bank": { - "52659": 1, - }, - "frozen": false, + "outputItems": { + "52659": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "50021": 20, - }, - "frozen": false, + "inputItems": { + "50021": 20, }, "materialCost": MaterialBank { "bank": { @@ -32355,743 +22049,488 @@ exports[`BSO Creatables 1`] = ` }, }, "name": "Moktang totem", - "outputItems": Bank { - "bank": { - "52670": 1, - }, - "frozen": false, + "outputItems": { + "52670": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24034": 1, - "71529": 1, - }, - "frozen": false, + "inputItems": { + "24034": 1, + "71529": 1, }, "name": "Dragonstone full helm(u)", - "outputItems": Bank { - "bank": { - "71530": 1, - }, - "frozen": false, + "outputItems": { + "71530": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24037": 1, - "71529": 1, - }, - "frozen": false, + "inputItems": { + "24037": 1, + "71529": 1, }, "name": "Dragonstone platebody(u)", - "outputItems": Bank { - "bank": { - "71531": 1, - }, - "frozen": false, + "outputItems": { + "71531": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24040": 1, - "71529": 1, - }, - "frozen": false, + "inputItems": { + "24040": 1, + "71529": 1, }, "name": "Dragonstone platelegs(u)", - "outputItems": Bank { - "bank": { - "71532": 1, - }, - "frozen": false, + "outputItems": { + "71532": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24043": 1, - "71529": 1, - }, - "frozen": false, + "inputItems": { + "24043": 1, + "71529": 1, }, "name": "Dragonstone boots(u)", - "outputItems": Bank { - "bank": { - "71533": 1, - }, - "frozen": false, + "outputItems": { + "71533": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24046": 1, - "71529": 1, - }, - "frozen": false, + "inputItems": { + "24046": 1, + "71529": 1, }, "name": "Dragonstone gauntlets(u)", - "outputItems": Bank { - "bank": { - "71534": 1, - }, - "frozen": false, + "outputItems": { + "71534": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25442": 1, - "25457": 1, - }, - "frozen": false, + "inputItems": { + "25442": 1, + "25457": 1, }, "name": "Bronze coffin", - "outputItems": Bank { - "bank": { - "25459": 1, - }, - "frozen": false, + "outputItems": { + "25459": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25445": 1, - "25459": 1, - }, - "frozen": false, + "inputItems": { + "25445": 1, + "25457": 1, }, "name": "Steel coffin", - "outputItems": Bank { - "bank": { - "25461": 1, - }, - "frozen": false, + "outputItems": { + "25461": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25448": 1, - "25461": 1, - }, - "frozen": false, + "inputItems": { + "25448": 1, + "25457": 1, }, "name": "Black coffin", - "outputItems": Bank { - "bank": { - "25463": 1, - }, - "frozen": false, + "outputItems": { + "25463": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25451": 1, - "25463": 1, - }, - "frozen": false, + "inputItems": { + "25451": 1, + "25457": 1, }, "name": "Silver coffin", - "outputItems": Bank { - "bank": { - "25465": 1, - }, - "frozen": false, + "outputItems": { + "25465": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25454": 1, - "25465": 1, - }, - "frozen": false, + "inputItems": { + "25454": 1, + "25457": 1, }, "name": "Gold coffin", - "outputItems": Bank { - "bank": { - "25467": 1, - }, - "frozen": false, + "outputItems": { + "25467": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "24333": 1, - "3470": 50, - "70259": 3, - }, - "frozen": false, + "inputItems": { + "24333": 1, + "3470": 50, + "70259": 3, }, "name": "Necromancer outfit", - "outputItems": Bank { - "bank": { - "70260": 1, - "70261": 1, - "70262": 1, - }, - "frozen": false, + "outputItems": { + "70260": 1, + "70261": 1, + "70262": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1405": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "1405": 1, + "70263": 1, }, "name": "Necromancer's air staff", - "outputItems": Bank { - "bank": { - "70265": 1, - }, - "frozen": false, + "outputItems": { + "70265": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70265": 1, - }, - "frozen": false, + "inputItems": { + "70265": 1, }, "name": "Revert Necromancer's air staff", "noCl": true, - "outputItems": Bank { - "bank": { - "1405": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "1405": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1407": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "1407": 1, + "70263": 1, }, "name": "Necromancer's earth staff", - "outputItems": Bank { - "bank": { - "70266": 1, - }, - "frozen": false, + "outputItems": { + "70266": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70266": 1, - }, - "frozen": false, + "inputItems": { + "70266": 1, }, "name": "Revert Necromancer's earth staff", "noCl": true, - "outputItems": Bank { - "bank": { - "1407": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "1407": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1401": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "1401": 1, + "70263": 1, }, "name": "Necromancer's fire staff", - "outputItems": Bank { - "bank": { - "70267": 1, - }, - "frozen": false, + "outputItems": { + "70267": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70267": 1, - }, - "frozen": false, + "inputItems": { + "70267": 1, }, "name": "Revert Necromancer's fire staff", "noCl": true, - "outputItems": Bank { - "bank": { - "1401": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "1401": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "3054": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "3054": 1, + "70263": 1, }, "name": "Necromancer's lava staff", - "outputItems": Bank { - "bank": { - "70268": 1, - }, - "frozen": false, + "outputItems": { + "70268": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70268": 1, - }, - "frozen": false, + "inputItems": { + "70268": 1, }, "name": "Revert Necromancer's lava staff", "noCl": true, - "outputItems": Bank { - "bank": { - "3054": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "3054": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "6563": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "6563": 1, + "70263": 1, }, "name": "Necromancer's mud staff", - "outputItems": Bank { - "bank": { - "70269": 1, - }, - "frozen": false, + "outputItems": { + "70269": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70269": 1, - }, - "frozen": false, + "inputItems": { + "70269": 1, }, "name": "Revert Necromancer's mud staff", "noCl": true, - "outputItems": Bank { - "bank": { - "6563": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "6563": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11789": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "11789": 1, + "70263": 1, }, "name": "Necromancer's steam staff", - "outputItems": Bank { - "bank": { - "70270": 1, - }, - "frozen": false, + "outputItems": { + "70270": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70270": 1, - }, - "frozen": false, + "inputItems": { + "70270": 1, }, "name": "Revert Necromancer's steam staff", "noCl": true, - "outputItems": Bank { - "bank": { - "11789": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "11789": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1403": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "1403": 1, + "70263": 1, }, "name": "Necromancer's water staff", - "outputItems": Bank { - "bank": { - "70271": 1, - }, - "frozen": false, + "outputItems": { + "70271": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70271": 1, - }, - "frozen": false, + "inputItems": { + "70271": 1, }, "name": "Revert Necromancer's water staff", "noCl": true, - "outputItems": Bank { - "bank": { - "1403": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "1403": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1397": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "1397": 1, + "70263": 1, }, "name": "Skeletal battlestaff of air", - "outputItems": Bank { - "bank": { - "70272": 1, - }, - "frozen": false, + "outputItems": { + "70272": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70272": 1, - }, - "frozen": false, + "inputItems": { + "70272": 1, }, "name": "Revert Skeletal battlestaff of air", "noCl": true, - "outputItems": Bank { - "bank": { - "1397": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "1397": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1399": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "1399": 1, + "70263": 1, }, "name": "Skeletal battlestaff of earth", - "outputItems": Bank { - "bank": { - "70273": 1, - }, - "frozen": false, + "outputItems": { + "70273": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70273": 1, - }, - "frozen": false, + "inputItems": { + "70273": 1, }, "name": "Revert Skeletal battlestaff of earth", "noCl": true, - "outputItems": Bank { - "bank": { - "1399": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "1399": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1393": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "1393": 1, + "70263": 1, }, "name": "Skeletal battlestaff of fire", - "outputItems": Bank { - "bank": { - "70274": 1, - }, - "frozen": false, + "outputItems": { + "70274": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70274": 1, - }, - "frozen": false, + "inputItems": { + "70274": 1, }, "name": "Revert Skeletal battlestaff of fire", "noCl": true, - "outputItems": Bank { - "bank": { - "1393": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "1393": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1395": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "1395": 1, + "70263": 1, }, "name": "Skeletal battlestaff of water", - "outputItems": Bank { - "bank": { - "70275": 1, - }, - "frozen": false, + "outputItems": { + "70275": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70275": 1, - }, - "frozen": false, + "inputItems": { + "70275": 1, }, "name": "Revert Skeletal battlestaff of water", "noCl": true, - "outputItems": Bank { - "bank": { - "1395": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "1395": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "3053": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "3053": 1, + "70263": 1, }, "name": "Skeletal lava battlestaff", - "outputItems": Bank { - "bank": { - "70276": 1, - }, - "frozen": false, + "outputItems": { + "70276": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70276": 1, - }, - "frozen": false, + "inputItems": { + "70276": 1, }, "name": "Revert Skeletal lava battlestaff", "noCl": true, - "outputItems": Bank { - "bank": { - "3053": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "3053": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "6562": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "6562": 1, + "70263": 1, }, "name": "Skeletal mud battlestaff", - "outputItems": Bank { - "bank": { - "70277": 1, - }, - "frozen": false, + "outputItems": { + "70277": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70277": 1, - }, - "frozen": false, + "inputItems": { + "70277": 1, }, "name": "Revert Skeletal mud battlestaff", "noCl": true, - "outputItems": Bank { - "bank": { - "6562": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "6562": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "11787": 1, - "70263": 1, - }, - "frozen": false, + "inputItems": { + "11787": 1, + "70263": 1, }, "name": "Skeletal steam battlestaff", - "outputItems": Bank { - "bank": { - "70278": 1, - }, - "frozen": false, + "outputItems": { + "70278": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "70278": 1, - }, - "frozen": false, + "inputItems": { + "70278": 1, }, "name": "Revert Skeletal steam battlestaff", "noCl": true, - "outputItems": Bank { - "bank": { - "11787": 1, - "70263": 1, - }, - "frozen": false, + "outputItems": { + "11787": 1, + "70263": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "22109": 1, - "27372": 1, - }, - "frozen": false, + "inputItems": { + "22109": 1, + "27372": 1, }, "name": "Masori assembler", - "outputItems": Bank { - "bank": { - "27374": 1, - }, - "frozen": false, + "outputItems": { + "27374": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "26219": 1, - "27248": 1, - }, - "frozen": false, + "inputItems": { + "26219": 1, + "27248": 1, }, "name": "Osmumten's fang (or)", - "outputItems": Bank { - "bank": { - "27246": 1, - }, - "frozen": false, + "outputItems": { + "27246": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12827": 1, - "25985": 1, - "566": 10000, - }, - "frozen": false, + "inputItems": { + "12827": 1, + "25985": 1, + "566": 10000, }, "name": "Elidinis' ward (f)", - "outputItems": Bank { - "bank": { - "27251": 1, - }, - "frozen": false, + "outputItems": { + "27251": 1, }, "requiredSkills": { "prayer": 90, @@ -33100,487 +22539,319 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27251": 1, - }, - "frozen": false, + "inputItems": { + "27251": 1, }, "name": "Revert Elidinis' ward (f)", "noCl": true, - "outputItems": Bank { - "bank": { - "12827": 1, - "25985": 1, - }, - "frozen": false, + "outputItems": { + "12827": 1, + "25985": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27251": 1, - "27255": 1, - }, - "frozen": false, + "inputItems": { + "27251": 1, + "27255": 1, }, "name": "Elidinis' ward (or)", - "outputItems": Bank { - "bank": { - "27253": 1, - }, - "frozen": false, + "outputItems": { + "27253": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27253": 1, - }, - "frozen": false, + "inputItems": { + "27253": 1, }, "name": "Revert Elidinis' ward (or)", "noCl": true, - "outputItems": Bank { - "bank": { - "27251": 1, - "27255": 1, - }, - "frozen": false, + "outputItems": { + "27251": 1, + "27255": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12791": 1, - "27279": 1, - }, - "frozen": false, + "inputItems": { + "12791": 1, + "27279": 1, }, "name": "Divine rune pouch", - "outputItems": Bank { - "bank": { - "27281": 1, - }, - "frozen": false, + "outputItems": { + "27281": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27226": 1, - "27269": 1, - }, - "frozen": false, + "inputItems": { + "27226": 1, + "27269": 1, }, "name": "Masori mask (f)", - "outputItems": Bank { - "bank": { - "27235": 1, - }, - "frozen": false, + "outputItems": { + "27235": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27229": 1, - "27269": 4, - }, - "frozen": false, + "inputItems": { + "27229": 1, + "27269": 4, }, "name": "Masori body (f)", - "outputItems": Bank { - "bank": { - "27238": 1, - }, - "frozen": false, + "outputItems": { + "27238": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27232": 1, - "27269": 3, - }, - "frozen": false, + "inputItems": { + "27232": 1, + "27269": 3, }, "name": "Masori chaps (f)", - "outputItems": Bank { - "bank": { - "27241": 1, - }, - "frozen": false, + "outputItems": { + "27241": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "11826": 1, - }, - "frozen": false, + "inputItems": { + "11826": 1, }, "name": "Revert Armadyl helmet (to plates)", - "outputItems": Bank { - "bank": { - "27269": 1, - }, - "frozen": false, + "outputItems": { + "27269": 1, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "11828": 1, - }, - "frozen": false, + "inputItems": { + "11828": 1, }, "name": "Revert Armadyl chestplate (to plates)", - "outputItems": Bank { - "bank": { - "27269": 4, - }, - "frozen": false, + "outputItems": { + "27269": 4, }, }, { "cantHaveItems": undefined, "forceAddToCl": true, - "inputItems": Bank { - "bank": { - "11830": 1, - }, - "frozen": false, + "inputItems": { + "11830": 1, }, "name": "Revert Armadyl chainskirt (to plates)", - "outputItems": Bank { - "bank": { - "27269": 3, - }, - "frozen": false, + "outputItems": { + "27269": 3, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25979": 1, - "27283": 1, - }, - "frozen": false, + "inputItems": { + "25979": 1, + "27283": 1, }, "name": "Keris partisan of breaching", - "outputItems": Bank { - "bank": { - "25981": 1, - }, - "frozen": false, + "outputItems": { + "25981": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25979": 1, - "27285": 1, - }, - "frozen": false, + "inputItems": { + "25979": 1, + "27285": 1, }, "name": "Keris partisan of corruption", - "outputItems": Bank { - "bank": { - "27287": 1, - }, - "frozen": false, + "outputItems": { + "27287": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25979": 1, - "27289": 1, - }, - "frozen": false, + "inputItems": { + "25979": 1, + "27289": 1, }, "name": "Keris partisan of the sun", - "outputItems": Bank { - "bank": { - "27291": 1, - }, - "frozen": false, + "outputItems": { + "27291": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27374": 1, - }, - "frozen": false, + "inputItems": { + "27374": 1, }, "name": "Revert Masori assembler", "noCl": true, - "outputItems": Bank { - "bank": { - "22109": 1, - "27372": 1, - }, - "frozen": false, + "outputItems": { + "22109": 1, + "27372": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27352": 1, - "27377": 1, - }, - "frozen": false, + "inputItems": { + "27352": 1, + "27377": 1, }, "name": "Akkhito", - "outputItems": Bank { - "bank": { - "27382": 1, - }, - "frozen": false, + "outputItems": { + "27382": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27382": 1, - }, - "frozen": false, + "inputItems": { + "27382": 1, }, "name": "Revert Akkhito", "noCl": true, - "outputItems": Bank { - "bank": { - "27352": 1, - "27377": 1, - }, - "frozen": false, + "outputItems": { + "27352": 1, + "27377": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27352": 1, - "27378": 1, - }, - "frozen": false, + "inputItems": { + "27352": 1, + "27378": 1, }, "name": "Babi", - "outputItems": Bank { - "bank": { - "27383": 1, - }, - "frozen": false, + "outputItems": { + "27383": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27383": 1, - }, - "frozen": false, + "inputItems": { + "27383": 1, }, "name": "Revert Babi", "noCl": true, - "outputItems": Bank { - "bank": { - "27352": 1, - "27378": 1, - }, - "frozen": false, + "outputItems": { + "27352": 1, + "27378": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27352": 1, - "27379": 1, - }, - "frozen": false, + "inputItems": { + "27352": 1, + "27379": 1, }, "name": "Kephriti", - "outputItems": Bank { - "bank": { - "27384": 1, - }, - "frozen": false, + "outputItems": { + "27384": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27384": 1, - }, - "frozen": false, + "inputItems": { + "27384": 1, }, "name": "Revert Kephriti", "noCl": true, - "outputItems": Bank { - "bank": { - "27352": 1, - "27379": 1, - }, - "frozen": false, + "outputItems": { + "27352": 1, + "27379": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27352": 1, - "27381": 1, - }, - "frozen": false, + "inputItems": { + "27352": 1, + "27381": 1, }, "name": "Tumeken's damaged guardian", - "outputItems": Bank { - "bank": { - "27386": 1, - }, - "frozen": false, + "outputItems": { + "27386": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27386": 1, - }, - "frozen": false, + "inputItems": { + "27386": 1, }, "name": "Revert Tumeken's damaged guardian", "noCl": true, - "outputItems": Bank { - "bank": { - "27352": 1, - "27381": 1, - }, - "frozen": false, + "outputItems": { + "27352": 1, + "27381": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27352": 1, - "27381": 1, - }, - "frozen": false, + "inputItems": { + "27352": 1, + "27381": 1, }, "name": "Elidinis' damaged guardian", - "outputItems": Bank { - "bank": { - "27387": 1, - }, - "frozen": false, + "outputItems": { + "27387": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27387": 1, - }, - "frozen": false, + "inputItems": { + "27387": 1, }, "name": "Revert Elidinis' damaged guardian", "noCl": true, - "outputItems": Bank { - "bank": { - "27352": 1, - "27381": 1, - }, - "frozen": false, + "outputItems": { + "27352": 1, + "27381": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27352": 1, - "27380": 1, - }, - "frozen": false, + "inputItems": { + "27352": 1, + "27380": 1, }, "name": "Zebo", - "outputItems": Bank { - "bank": { - "27385": 1, - }, - "frozen": false, + "outputItems": { + "27385": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27385": 1, - }, - "frozen": false, + "inputItems": { + "27385": 1, }, "name": "Revert Zebo", "noCl": true, - "outputItems": Bank { - "bank": { - "27352": 1, - "27380": 1, - }, - "frozen": false, + "outputItems": { + "27352": 1, + "27380": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "12825": 1, - }, - "frozen": false, + "inputItems": { + "12825": 1, }, "name": "Revert Arcane spirit shield", - "outputItems": Bank { - "bank": { - "12827": 1, - }, - "frozen": false, + "outputItems": { + "12827": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "3385": 1, - "565": 250, - }, - "frozen": false, + "inputItems": { + "3385": 1, + "565": 250, }, "name": "Bloodbark helm", - "outputItems": Bank { - "bank": { - "25413": 1, - }, - "frozen": false, + "outputItems": { + "25413": 1, }, "requiredSkills": { "runecraft": 79, @@ -33589,19 +22860,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "3387": 1, - "565": 500, - }, - "frozen": false, + "inputItems": { + "3387": 1, + "565": 500, }, "name": "Bloodbark body", - "outputItems": Bank { - "bank": { - "25404": 1, - }, - "frozen": false, + "outputItems": { + "25404": 1, }, "requiredSkills": { "runecraft": 81, @@ -33610,19 +22875,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "3389": 1, - "565": 500, - }, - "frozen": false, + "inputItems": { + "3389": 1, + "565": 500, }, "name": "Bloodbark legs", - "outputItems": Bank { - "bank": { - "25416": 1, - }, - "frozen": false, + "outputItems": { + "25416": 1, }, "requiredSkills": { "runecraft": 81, @@ -33631,19 +22890,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "3393": 1, - "565": 100, - }, - "frozen": false, + "inputItems": { + "3393": 1, + "565": 100, }, "name": "Bloodbark boots", - "outputItems": Bank { - "bank": { - "25410": 1, - }, - "frozen": false, + "outputItems": { + "25410": 1, }, "requiredSkills": { "runecraft": 77, @@ -33652,19 +22905,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "3391": 1, - "565": 100, - }, - "frozen": false, + "inputItems": { + "3391": 1, + "565": 100, }, "name": "Bloodbark gauntlets", - "outputItems": Bank { - "bank": { - "25407": 1, - }, - "frozen": false, + "outputItems": { + "25407": 1, }, "requiredSkills": { "runecraft": 77, @@ -33673,19 +22920,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "3385": 1, - "561": 250, - }, - "frozen": false, + "inputItems": { + "3385": 1, + "561": 250, }, "name": "Swampbark helm", - "outputItems": Bank { - "bank": { - "25398": 1, - }, - "frozen": false, + "outputItems": { + "25398": 1, }, "requiredSkills": { "runecraft": 46, @@ -33694,19 +22935,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "3387": 1, - "561": 500, - }, - "frozen": false, + "inputItems": { + "3387": 1, + "561": 500, }, "name": "Swampbark body", - "outputItems": Bank { - "bank": { - "25389": 1, - }, - "frozen": false, + "outputItems": { + "25389": 1, }, "requiredSkills": { "runecraft": 48, @@ -33715,19 +22950,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "3389": 1, - "561": 500, - }, - "frozen": false, + "inputItems": { + "3389": 1, + "561": 500, }, "name": "Swampbark legs", - "outputItems": Bank { - "bank": { - "25401": 1, - }, - "frozen": false, + "outputItems": { + "25401": 1, }, "requiredSkills": { "runecraft": 48, @@ -33736,19 +22965,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "3393": 1, - "561": 100, - }, - "frozen": false, + "inputItems": { + "3393": 1, + "561": 100, }, "name": "Swampbark boots", - "outputItems": Bank { - "bank": { - "25395": 1, - }, - "frozen": false, + "outputItems": { + "25395": 1, }, "requiredSkills": { "runecraft": 42, @@ -33757,19 +22980,13 @@ exports[`BSO Creatables 1`] = ` { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "3391": 1, - "561": 100, - }, - "frozen": false, + "inputItems": { + "3391": 1, + "561": 100, }, "name": "Swampbark gauntlets", - "outputItems": Bank { - "bank": { - "25392": 1, - }, - "frozen": false, + "outputItems": { + "25392": 1, }, "requiredSkills": { "runecraft": 42, @@ -33777,681 +22994,447 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "6735": 1, - }, - "frozen": false, + "inputItems": { + "6735": 1, }, "name": "Warrior icon", - "outputItems": Bank { - "bank": { - "28301": 1, - }, - "frozen": false, + "outputItems": { + "28301": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28279": 1, - "28301": 1, - "565": 500, - }, - "frozen": false, + "inputItems": { + "28279": 1, + "28301": 1, + "565": 500, }, "name": "Bellator icon", - "outputItems": Bank { - "bank": { - "28293": 1, - }, - "frozen": false, + "outputItems": { + "28293": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28276": 3, - "28293": 1, - }, - "frozen": false, + "inputItems": { + "28276": 3, + "28293": 1, }, "name": "Bellator ring", - "outputItems": Bank { - "bank": { - "25488": 1, - }, - "frozen": false, + "outputItems": { + "25488": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "6737": 1, - }, - "frozen": false, + "inputItems": { + "6737": 1, }, "name": "Berserker icon", - "outputItems": Bank { - "bank": { - "28295": 1, - }, - "frozen": false, + "outputItems": { + "28295": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28285": 1, - "28295": 1, - "565": 500, - }, - "frozen": false, + "inputItems": { + "28285": 1, + "28295": 1, + "565": 500, }, "name": "Ultor icon", - "outputItems": Bank { - "bank": { - "28287": 1, - }, - "frozen": false, + "outputItems": { + "28287": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28276": 3, - "28287": 1, - }, - "frozen": false, + "inputItems": { + "28276": 3, + "28287": 1, }, "name": "Ultor ring", - "outputItems": Bank { - "bank": { - "25485": 1, - }, - "frozen": false, + "outputItems": { + "25485": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "6731": 1, - }, - "frozen": false, + "inputItems": { + "6731": 1, }, "name": "Seers icon", - "outputItems": Bank { - "bank": { - "28304": 1, - }, - "frozen": false, + "outputItems": { + "28304": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28281": 1, - "28304": 1, - "565": 500, - }, - "frozen": false, + "inputItems": { + "28281": 1, + "28304": 1, + "565": 500, }, "name": "Magus icon", - "outputItems": Bank { - "bank": { - "28291": 1, - }, - "frozen": false, + "outputItems": { + "28291": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28276": 3, - "28291": 1, - }, - "frozen": false, + "inputItems": { + "28276": 3, + "28291": 1, }, "name": "Magus ring", - "outputItems": Bank { - "bank": { - "25486": 1, - }, - "frozen": false, + "outputItems": { + "25486": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "432": 1, - "565": 20000, - }, - "frozen": false, + "inputItems": { + "432": 1, + "565": 20000, }, "name": "Sanguine torva full helm", - "outputItems": Bank { - "bank": { - "28254": 1, - }, - "frozen": false, + "outputItems": { + "28254": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "565": 20000, - "709": 1, - }, - "frozen": false, + "inputItems": { + "565": 20000, + "709": 1, }, "name": "Sanguine torva platebody", - "outputItems": Bank { - "bank": { - "28256": 1, - }, - "frozen": false, + "outputItems": { + "28256": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "2404": 1, - "565": 20000, - }, - "frozen": false, + "inputItems": { + "2404": 1, + "565": 20000, }, "name": "Sanguine torva platelegs", - "outputItems": Bank { - "bank": { - "28258": 1, - }, - "frozen": false, + "outputItems": { + "28258": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "6733": 1, - }, - "frozen": false, + "inputItems": { + "6733": 1, }, "name": "Archer icon", - "outputItems": Bank { - "bank": { - "28298": 1, - }, - "frozen": false, + "outputItems": { + "28298": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28283": 1, - "28298": 1, - "565": 500, - }, - "frozen": false, + "inputItems": { + "28283": 1, + "28298": 1, + "565": 500, }, "name": "Venator icon", - "outputItems": Bank { - "bank": { - "28289": 1, - }, - "frozen": false, + "outputItems": { + "28289": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28276": 3, - "28289": 1, - }, - "frozen": false, + "inputItems": { + "28276": 3, + "28289": 1, }, "name": "Venator ring", - "outputItems": Bank { - "bank": { - "25487": 1, - }, - "frozen": false, + "outputItems": { + "25487": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28319": 1, - "28321": 1, - "28323": 1, - "28325": 1, - "565": 2000, - }, - "frozen": false, + "inputItems": { + "28319": 1, + "28321": 1, + "28323": 1, + "28325": 1, + "565": 2000, }, "name": "Soulreaper axe", - "outputItems": Bank { - "bank": { - "25484": 1, - }, - "frozen": false, + "outputItems": { + "25484": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, }, "name": "Tztok slayer helmet", - "outputItems": Bank { - "bank": { - "25898": 1, - }, - "frozen": false, + "outputItems": { + "25898": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25898": 1, - }, - "frozen": false, + "inputItems": { + "25898": 1, }, "name": "Revert Tztok slayer helmet", "noCl": true, - "outputItems": Bank { - "bank": { - "11864": 1, - }, - "frozen": false, + "outputItems": { + "11864": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11865": 1, - }, - "frozen": false, + "inputItems": { + "11865": 1, }, "name": "Tztok slayer helmet (i)", - "outputItems": Bank { - "bank": { - "25900": 1, - }, - "frozen": false, + "outputItems": { + "25900": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25900": 1, - }, - "frozen": false, + "inputItems": { + "25900": 1, }, "name": "Revert Tztok slayer helmet (i)", "noCl": true, - "outputItems": Bank { - "bank": { - "11865": 1, - }, - "frozen": false, + "outputItems": { + "11865": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "21012": 1, - "21907": 1, - }, - "frozen": false, + "inputItems": { + "21012": 1, + "21907": 1, }, "name": "Dragon hunter crossbow (t)", - "outputItems": Bank { - "bank": { - "25916": 1, - }, - "frozen": false, + "outputItems": { + "25916": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25916": 1, - }, - "frozen": false, + "inputItems": { + "25916": 1, }, "name": "Revert Dragon hunter crossbow (t)", "noCl": true, - "outputItems": Bank { - "bank": { - "21012": 1, - "21907": 1, - }, - "frozen": false, + "outputItems": { + "21012": 1, + "21907": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "21012": 1, - "7980": 1, - }, - "frozen": false, + "inputItems": { + "21012": 1, + "7980": 1, }, "name": "Dragon hunter crossbow (b)", - "outputItems": Bank { - "bank": { - "25918": 1, - }, - "frozen": false, + "outputItems": { + "25918": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25918": 1, - }, - "frozen": false, + "inputItems": { + "25918": 1, }, "name": "Revert Dragon hunter crossbow (b)", "noCl": true, - "outputItems": Bank { - "bank": { - "21012": 1, - "7980": 1, - }, - "frozen": false, + "outputItems": { + "21012": 1, + "7980": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, }, "name": "Tzkal slayer helmet", - "outputItems": Bank { - "bank": { - "25910": 1, - }, - "frozen": false, + "outputItems": { + "25910": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25910": 1, - }, - "frozen": false, + "inputItems": { + "25910": 1, }, "name": "Revert Tzkal slayer helmet", "noCl": true, - "outputItems": Bank { - "bank": { - "11864": 1, - }, - "frozen": false, + "outputItems": { + "11864": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11865": 1, - }, - "frozen": false, + "inputItems": { + "11865": 1, }, "name": "Tzkal slayer helmet (i)", - "outputItems": Bank { - "bank": { - "25912": 1, - }, - "frozen": false, + "outputItems": { + "25912": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25912": 1, - }, - "frozen": false, + "inputItems": { + "25912": 1, }, "name": "Revert Tzkal slayer helmet (i)", "noCl": true, - "outputItems": Bank { - "bank": { - "11865": 1, - }, - "frozen": false, + "outputItems": { + "11865": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11864": 1, - }, - "frozen": false, + "inputItems": { + "11864": 1, }, "name": "Vampyric slayer helmet", - "outputItems": Bank { - "bank": { - "25904": 1, - }, - "frozen": false, + "outputItems": { + "25904": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25904": 1, - }, - "frozen": false, + "inputItems": { + "25904": 1, }, "name": "Revert Vampyric slayer helmet", "noCl": true, - "outputItems": Bank { - "bank": { - "11864": 1, - }, - "frozen": false, + "outputItems": { + "11864": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "11865": 1, - }, - "frozen": false, + "inputItems": { + "11865": 1, }, "name": "Vampyric slayer helmet (i)", - "outputItems": Bank { - "bank": { - "25906": 1, - }, - "frozen": false, + "outputItems": { + "25906": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25906": 1, - }, - "frozen": false, + "inputItems": { + "25906": 1, }, "name": "Revert Vampyric slayer helmet (i)", "noCl": true, - "outputItems": Bank { - "bank": { - "11865": 1, - }, - "frozen": false, + "outputItems": { + "11865": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "22322": 1, - "25934": 1, - }, - "frozen": false, + "inputItems": { + "22322": 1, + "25934": 1, }, "name": "Ghommal's avernic defender 5", - "outputItems": Bank { - "bank": { - "27550": 1, - }, - "frozen": false, + "outputItems": { + "27550": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27550": 1, - }, - "frozen": false, + "inputItems": { + "27550": 1, }, "name": "Revert Ghommal's avernic defender 5", "noCl": true, - "outputItems": Bank { - "bank": { - "22322": 1, - "25934": 1, - }, - "frozen": false, + "outputItems": { + "22322": 1, + "25934": 1, }, }, { "cantHaveItems": undefined, "customReq": [Function], - "inputItems": Bank { - "bank": { - "22322": 1, - "25936": 1, - }, - "frozen": false, + "inputItems": { + "22322": 1, + "25936": 1, }, "name": "Ghommal's avernic defender 6", - "outputItems": Bank { - "bank": { - "27552": 1, - }, - "frozen": false, + "outputItems": { + "27552": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "27552": 1, - }, - "frozen": false, + "inputItems": { + "27552": 1, }, "name": "Revert Ghommal's avernic defender 6", "noCl": true, - "outputItems": Bank { - "bank": { - "22322": 1, - "25936": 1, - }, - "frozen": false, + "outputItems": { + "22322": 1, + "25936": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "2351": 1, - "28159": 1, - }, - "frozen": false, + "inputItems": { + "2351": 1, + "28159": 1, }, "name": "Secateurs attachment", - "outputItems": Bank { - "bank": { - "28161": 50, - }, - "frozen": false, + "outputItems": { + "28161": 50, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "267": 1, - "28154": 1, - }, - "frozen": false, + "inputItems": { + "267": 1, + "28154": 1, }, "name": "Nature offerings", - "outputItems": Bank { - "bank": { - "28152": 40, - }, - "frozen": false, + "outputItems": { + "28152": 40, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1539": 45, - "2361": 3, - "28146": 1, - "954": 2, - }, - "frozen": false, + "inputItems": { + "1539": 45, + "2361": 3, + "28146": 1, + "954": 2, }, "name": "Sturdy harness", - "outputItems": Bank { - "bank": { - "28149": 1, - }, - "frozen": false, + "outputItems": { + "28149": 1, }, "requiredSkills": { "smithing": 75, @@ -34460,20 +23443,14 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28136": 1, - "28140": 1, - "28149": 1, - }, - "frozen": false, + "inputItems": { + "28136": 1, + "28140": 1, + "28149": 1, }, "name": "Forestry basket", - "outputItems": Bank { - "bank": { - "28143": 1, - }, - "frozen": false, + "outputItems": { + "28143": 1, }, "requiredSkills": { "smithing": 75, @@ -34482,20 +23459,14 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1734": 1, - "1741": 1, - "28166": 1, - }, - "frozen": false, + "inputItems": { + "1734": 1, + "1741": 1, + "28166": 1, }, "name": "Clothes pouch", - "outputItems": Bank { - "bank": { - "28163": 1, - }, - "frozen": false, + "outputItems": { + "28163": 1, }, "requiredSkills": { "crafting": 50, @@ -34504,19 +23475,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1734": 1, - "28624": 15, - }, - "frozen": false, + "inputItems": { + "1734": 1, + "28624": 15, }, "name": "Pheasant hat", - "outputItems": Bank { - "bank": { - "28620": 1, - }, - "frozen": false, + "outputItems": { + "28620": 1, }, "requiredSkills": { "crafting": 2, @@ -34524,19 +23489,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1734": 1, - "28624": 15, - }, - "frozen": false, + "inputItems": { + "1734": 1, + "28624": 15, }, "name": "Pheasant legs", - "outputItems": Bank { - "bank": { - "28622": 1, - }, - "frozen": false, + "outputItems": { + "28622": 1, }, "requiredSkills": { "crafting": 2, @@ -34544,19 +23503,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1734": 1, - "28624": 15, - }, - "frozen": false, + "inputItems": { + "1734": 1, + "28624": 15, }, "name": "Pheasant boots", - "outputItems": Bank { - "bank": { - "28618": 1, - }, - "frozen": false, + "outputItems": { + "28618": 1, }, "requiredSkills": { "crafting": 2, @@ -34564,19 +23517,13 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1734": 1, - "28624": 15, - }, - "frozen": false, + "inputItems": { + "1734": 1, + "28624": 15, }, "name": "Pheasant cape", - "outputItems": Bank { - "bank": { - "28616": 1, - }, - "frozen": false, + "outputItems": { + "28616": 1, }, "requiredSkills": { "crafting": 2, @@ -34584,350 +23531,230 @@ exports[`BSO Creatables 1`] = ` }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1351": 1, - "28177": 1, - }, - "frozen": false, + "inputItems": { + "1351": 1, + "28177": 1, }, "name": "Bronze felling axe", - "outputItems": Bank { - "bank": { - "28196": 1, - }, - "frozen": false, + "outputItems": { + "28196": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1349": 1, - "28177": 1, - }, - "frozen": false, + "inputItems": { + "1349": 1, + "28177": 1, }, "name": "Iron felling axe", - "outputItems": Bank { - "bank": { - "28199": 1, - }, - "frozen": false, + "outputItems": { + "28199": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1353": 1, - "28177": 1, - }, - "frozen": false, + "inputItems": { + "1353": 1, + "28177": 1, }, "name": "Steel felling axe", - "outputItems": Bank { - "bank": { - "28202": 1, - }, - "frozen": false, + "outputItems": { + "28202": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1361": 1, - "28177": 1, - }, - "frozen": false, + "inputItems": { + "1361": 1, + "28177": 1, }, "name": "Black felling axe", - "outputItems": Bank { - "bank": { - "28205": 1, - }, - "frozen": false, + "outputItems": { + "28205": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1355": 1, - "28177": 1, - }, - "frozen": false, + "inputItems": { + "1355": 1, + "28177": 1, }, "name": "Mithril felling axe", - "outputItems": Bank { - "bank": { - "28208": 1, - }, - "frozen": false, + "outputItems": { + "28208": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1357": 1, - "28177": 1, - }, - "frozen": false, + "inputItems": { + "1357": 1, + "28177": 1, }, "name": "Adamant felling axe", - "outputItems": Bank { - "bank": { - "28211": 1, - }, - "frozen": false, + "outputItems": { + "28211": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "1359": 1, - "28177": 1, - }, - "frozen": false, + "inputItems": { + "1359": 1, + "28177": 1, }, "name": "Rune felling axe", - "outputItems": Bank { - "bank": { - "28214": 1, - }, - "frozen": false, + "outputItems": { + "28214": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28177": 1, - "6739": 1, - }, - "frozen": false, + "inputItems": { + "28177": 1, + "6739": 1, }, "name": "Dragon felling axe", - "outputItems": Bank { - "bank": { - "28217": 1, - }, - "frozen": false, + "outputItems": { + "28217": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "23673": 1, - "28177": 1, - }, - "frozen": false, + "inputItems": { + "23673": 1, + "28177": 1, }, "name": "Crystal felling axe", - "outputItems": Bank { - "bank": { - "28220": 1, - }, - "frozen": false, + "outputItems": { + "28220": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "20011": 1, - "28177": 1, - }, - "frozen": false, + "inputItems": { + "20011": 1, + "28177": 1, }, "name": "3rd age felling axe", - "outputItems": Bank { - "bank": { - "28226": 1, - }, - "frozen": false, + "outputItems": { + "28226": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13322": 1, - "28663": 1, - }, - "frozen": false, + "inputItems": { + "13322": 1, + "28663": 1, }, "name": "Pheasant", - "outputItems": Bank { - "bank": { - "28669": 1, - }, - "frozen": false, + "outputItems": { + "28669": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28669": 1, - }, - "frozen": false, + "inputItems": { + "28669": 1, }, "name": "Revert Pheasant", "noCl": true, - "outputItems": Bank { - "bank": { - "13322": 1, - "28663": 1, - }, - "frozen": false, + "outputItems": { + "13322": 1, + "28663": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "13322": 1, - "28626": 1, - }, - "frozen": false, + "inputItems": { + "13322": 1, + "28626": 1, }, "name": "Fox", - "outputItems": Bank { - "bank": { - "28670": 1, - }, - "frozen": false, + "outputItems": { + "28670": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "28670": 1, - }, - "frozen": false, + "inputItems": { + "28670": 1, }, "name": "Revert Fox", "noCl": true, - "outputItems": Bank { - "bank": { - "13322": 1, - "28626": 1, - }, - "frozen": false, + "outputItems": { + "13322": 1, + "28626": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25635": 1, - "25637": 1, - "25639": 1, - "25676": 1500, - }, - "frozen": false, + "inputItems": { + "25635": 1, + "25637": 1, + "25639": 1, + "25676": 1500, }, "name": "Barronite mace", "noCl": false, - "outputItems": Bank { - "bank": { - "25641": 1, - }, - "frozen": false, + "outputItems": { + "25641": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "25633": 1, - "25676": 1500, - }, - "frozen": false, + "inputItems": { + "25633": 1, + "25676": 1500, }, "name": "Imcando hammer", "noCl": false, - "outputItems": Bank { - "bank": { - "25644": 1, - }, - "frozen": false, + "outputItems": { + "25644": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "506": 1, - "52671": 1, - }, - "frozen": false, + "inputItems": { + "506": 1, + "52671": 1, }, "name": "Axe handle base", - "outputItems": Bank { - "bank": { - "73093": 1, - }, - "frozen": false, + "outputItems": { + "73093": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "47517": 1, - "50011": 10, - "50028": 30, - "73093": 1, - }, - "frozen": false, + "inputItems": { + "47517": 1, + "50011": 10, + "50028": 30, + "73093": 1, }, "name": "Axe handle", - "outputItems": Bank { - "bank": { - "73096": 1, - }, - "frozen": false, + "outputItems": { + "73096": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73095": 1, - "73096": 1, - }, - "frozen": false, + "inputItems": { + "73095": 1, + "73096": 1, }, "name": "Axe of the high sungod (u)", - "outputItems": Bank { - "bank": { - "73074": 1, - }, - "frozen": false, + "outputItems": { + "73074": 1, }, }, { "cantHaveItems": undefined, - "inputItems": Bank { - "bank": { - "73074": 1, - "73090": 2000000, - }, - "frozen": false, + "inputItems": { + "73074": 1, + "73090": 2000000, }, "name": "Axe of the high sungod", - "outputItems": Bank { - "bank": { - "73072": 1, - }, - "frozen": false, + "outputItems": { + "73072": 1, }, }, ] diff --git a/tests/unit/snapshots/chatHead.BSO.png b/tests/unit/snapshots/chatHead.BSO.png index 38567d0861b..9623ef54aed 100644 Binary files a/tests/unit/snapshots/chatHead.BSO.png and b/tests/unit/snapshots/chatHead.BSO.png differ diff --git a/tests/unit/snapshots/chatHead.OSB.png b/tests/unit/snapshots/chatHead.OSB.png index 38567d0861b..9623ef54aed 100644 Binary files a/tests/unit/snapshots/chatHead.OSB.png and b/tests/unit/snapshots/chatHead.OSB.png differ diff --git a/tests/unit/snapshots/cl.BSO.png b/tests/unit/snapshots/cl.BSO.png index 9ebfff022ae..57997237dc6 100644 Binary files a/tests/unit/snapshots/cl.BSO.png and b/tests/unit/snapshots/cl.BSO.png differ diff --git a/tests/unit/snapshots/cl.OSB.png b/tests/unit/snapshots/cl.OSB.png index ba03eddb79f..e991a2f1dc7 100644 Binary files a/tests/unit/snapshots/cl.OSB.png and b/tests/unit/snapshots/cl.OSB.png differ diff --git a/tests/unit/snapshots/clsnapshots.test.ts.snap b/tests/unit/snapshots/clsnapshots.test.ts.snap index 20eee08aa2a..ca7789aa8d1 100644 --- a/tests/unit/snapshots/clsnapshots.test.ts.snap +++ b/tests/unit/snapshots/clsnapshots.test.ts.snap @@ -8,6 +8,7 @@ Akumu (4) Alchemical Hydra (11) All Pets (58) All Pets (58) +Araxxor (10) Balthazar's Big Bonanza (26) Barbarian Assault (11) Barrows Chests (25) @@ -15,7 +16,7 @@ Baxtorian Bathhouses (4) Beginner Treasure Trails (16) Birthday crate (s2) (20) Birthday crate (s6) (26) -Brimhaven Agility Arena (8) +Brimhaven Agility Arena (9) Bryophyta (1) BSO Birthday 2022 (4) BSO Birthday 2023 (5) @@ -34,14 +35,14 @@ Chompy Birds (19) Christmas 2021 (27) Christmas 2022 (15) Christmas 2023 (15) -Christmas Cracker (10) +Christmas Cracker (12) Clothing Mystery Box (195) Commander Zilyana (8) Cooking (28) Corporeal Beast (8) -Crafting (175) +Crafting (176) Crazy archaeologist (3) -Creatables (754) +Creatables (775) Creature Creation (7) Custom Pets (47) Custom Pets (Discontinued) (20) @@ -79,7 +80,7 @@ Giants' Foundry (9) Glough's Experiments (6) Gnome Restaurant (4) God Wars Dungeon (35) -Graceful (67) +Graceful (61) Grandmaster Treasure Trails (19) Grandmaster Treasure Trails (Rare) (9) Grotesque Guardians (7) @@ -92,7 +93,7 @@ Halloween 2022 (12) Halloween 2023 (23) Hard Treasure Trail Rewards (Rare) (24) Hard Treasure Trails (134) -Herblore (130) +Herblore (131) Hespori (4) Holiday Mystery box (128) Ignecarus (4) @@ -107,7 +108,7 @@ King Goldemar (4) Kraken (4) Kree'arra (8) Last Man Standing (32) -Leagues (2) +Leagues (3) Mad Marimbo's Monkey Rumble (13) Magic Training Arena (10) Mahogany Homes (8) @@ -121,6 +122,7 @@ Miscelleanous (Discontinued) (4) Moktang (5) Monkey Backpacks (6) Motherlode Mine (6) +My Notes (26) Naxxus (5) Nex (21) Nihiliz (4) @@ -132,8 +134,10 @@ Polypore Dungeon (13) Queen Black Dragon (8) Quest (17) Random Events (23) +Random Events (23) Rare Treasure Trail Rewards (108) Revenants (14) +Revenants (14) Rogues' Den (5) Rooftop Agility (10) Sarachnis (4) @@ -147,7 +151,7 @@ Shooting Stars (2) Skilling Misc (41) Skilling Pets (8) Skotizo (6) -Slayer (83) +Slayer (84) Slayer Masks/Helms (32) Smithing (200) Solis (3) @@ -337,6 +341,32 @@ Ancient ledger Ancient medallion Ancient mitre Ancient note +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page +Ancient page Ancient page 1 Ancient page 2 Ancient page 3 @@ -367,6 +397,10 @@ Ankou's leggings Apple parasol Apprentice wand Aquifer aegis +Aranea boots +Araxyte fang +Araxyte head +Araxyte venom sack Arcane blast necklace Arcane harvester Arcane prayer scroll @@ -624,6 +658,7 @@ Brimhaven graceful gloves Brimhaven graceful hood Brimhaven graceful legs Brimhaven graceful top +Brimhaven voucher Brine sabre Brock Broken dragon hasta @@ -721,6 +756,7 @@ Clue hunter garb Clue hunter gloves Clue hunter trousers Clue upgrader +Coagulated venom Coal bag Coal stone spirit Cockatrice head @@ -1303,6 +1339,7 @@ Jar of souls Jar of spirits Jar of stone Jar of swamp +Jar of venom Jelly mask Jelly slayer helm Jester cape @@ -1526,6 +1563,7 @@ Navy cavalier Neem drupe Nexling Nexterminator +Nid Nightmare staff Nightmarish ashes Nihil horn @@ -1533,6 +1571,9 @@ Nihil shard Ninja rumble greegree Noom Noon +Noxious blade +Noxious point +Noxious pommel Nunchaku Obis Obsidian cape @@ -1936,6 +1977,7 @@ Solite Sparkling energy Spectral sigil Spellbound ring +Spider cave teleport Spiders leg bottom Spiked manacles Spirit angler boots diff --git a/tests/unit/snapshots/cox.BSO.png b/tests/unit/snapshots/cox.BSO.png index 30538f5bb01..56c79dee00d 100644 Binary files a/tests/unit/snapshots/cox.BSO.png and b/tests/unit/snapshots/cox.BSO.png differ diff --git a/tests/unit/snapshots/cox.OSB.png b/tests/unit/snapshots/cox.OSB.png index c3821555547..a16fa89d2e1 100644 Binary files a/tests/unit/snapshots/cox.OSB.png and b/tests/unit/snapshots/cox.OSB.png differ diff --git a/tests/unit/snapshots/poh.BSO.png b/tests/unit/snapshots/poh.BSO.png index 60a8405ec03..ffb72c9699d 100644 Binary files a/tests/unit/snapshots/poh.BSO.png and b/tests/unit/snapshots/poh.BSO.png differ diff --git a/tests/unit/snapshots/poh.OSB.png b/tests/unit/snapshots/poh.OSB.png index 60a8405ec03..ffb72c9699d 100644 Binary files a/tests/unit/snapshots/poh.OSB.png and b/tests/unit/snapshots/poh.OSB.png differ diff --git a/tests/unit/snapshots/slayerUnlocks.snapshot.json b/tests/unit/snapshots/slayerUnlocks.snapshot.json index 5c9836de704..aba4e9ac458 100644 --- a/tests/unit/snapshots/slayerUnlocks.snapshot.json +++ b/tests/unit/snapshots/slayerUnlocks.snapshot.json @@ -53,5 +53,7 @@ "PoreDecisions": 55, "Maskuerade": 56, "IWildyMoreSlayer": 200, - "Revenenenenenants": 201 + "Revenenenenenants": 201, + "EyeSeeYou": 202, + "MoreEyesThanSense": 203 } diff --git a/tests/unit/snapshots/tame_clues.tsv b/tests/unit/snapshots/tame_clues.tsv new file mode 100644 index 00000000000..a4d3ecd1bcc --- /dev/null +++ b/tests/unit/snapshots/tame_clues.tsv @@ -0,0 +1,73 @@ +Support Level Clue Tier Clues/hr Kibble/hr GMC/Hr +100 Beginner 50.93 Beginner/hr 25.51 kibble/hr +95 Beginner 42.70 Beginner/hr 21.35 kibble/hr +90 Beginner 37.49 Beginner/hr 18.75 kibble/hr +85 Beginner 33.93 Beginner/hr 17.01 kibble/hr +80 Beginner 31.36 Beginner/hr 15.73 kibble/hr +75 Beginner 29.44 Beginner/hr 14.72 kibble/hr +70 Beginner 27.97 Beginner/hr 14.03 kibble/hr +60 Beginner 25.90 Beginner/hr 12.95 kibble/hr +50 Beginner 24.55 Beginner/hr 12.32 kibble/hr +100 Easy 23.15 Easy/hr 23.15 kibble/hr +95 Easy 19.41 Easy/hr 19.41 kibble/hr +90 Easy 17.04 Easy/hr 17.04 kibble/hr +85 Easy 15.42 Easy/hr 15.42 kibble/hr +80 Easy 14.26 Easy/hr 14.26 kibble/hr +75 Easy 13.38 Easy/hr 13.38 kibble/hr +70 Easy 12.72 Easy/hr 12.72 kibble/hr +60 Easy 11.77 Easy/hr 11.77 kibble/hr +50 Easy 11.16 Easy/hr 11.16 kibble/hr +100 Medium 18.19 Medium/hr 27.33 kibble/hr +95 Medium 15.25 Medium/hr 22.92 kibble/hr +90 Medium 13.39 Medium/hr 20.13 kibble/hr +85 Medium 12.12 Medium/hr 18.22 kibble/hr +80 Medium 11.20 Medium/hr 16.85 kibble/hr +75 Medium 10.52 Medium/hr 15.82 kibble/hr +70 Medium 9.99 Medium/hr 14.99 kibble/hr +60 Medium 9.25 Medium/hr 13.88 kibble/hr +50 Medium 8.77 Medium/hr 13.15 kibble/hr +100 Hard 10.19 Hard/hr 20.37 kibble/hr +95 Hard 8.54 Hard/hr 17.08 kibble/hr +90 Hard 7.50 Hard/hr 15.00 kibble/hr +85 Hard 6.79 Hard/hr 13.57 kibble/hr +80 Hard 6.27 Hard/hr 12.54 kibble/hr +75 Hard 5.89 Hard/hr 11.78 kibble/hr +70 Hard 5.59 Hard/hr 11.19 kibble/hr +60 Hard 5.18 Hard/hr 10.36 kibble/hr +50 Hard 4.91 Hard/hr 9.82 kibble/hr +100 Elite 9.09 Elite/hr 22.74 kibble/hr +95 Elite 7.63 Elite/hr 19.06 kibble/hr +90 Elite 6.69 Elite/hr 16.74 kibble/hr +85 Elite 6.06 Elite/hr 15.19 kibble/hr +80 Elite 5.60 Elite/hr 14.00 kibble/hr +75 Elite 5.26 Elite/hr 13.15 kibble/hr +70 Elite 5.00 Elite/hr 12.49 kibble/hr +60 Elite 4.63 Elite/hr 11.56 kibble/hr +50 Elite 4.38 Elite/hr 11.01 kibble/hr +100 Master 6.60 Master/hr 19.79 kibble/hr +95 Master 5.53 Master/hr 16.59 kibble/hr +90 Master 4.86 Master/hr 14.57 kibble/hr +85 Master 4.39 Master/hr 13.18 kibble/hr +80 Master 4.06 Master/hr 12.19 kibble/hr +75 Master 3.81 Master/hr 11.44 kibble/hr +70 Master 3.62 Master/hr 10.87 kibble/hr +60 Master 3.35 Master/hr 10.06 kibble/hr +50 Master 3.18 Master/hr 9.54 kibble/hr +100 Grandmaster 3.95 Grandmaster/hr 13.83 kibble/hr 3.95 GMC/hr +95 Grandmaster 3.31 Grandmaster/hr 11.64 kibble/hr 3.31 GMC/hr +90 Grandmaster 2.91 Grandmaster/hr 10.23 kibble/hr 2.91 GMC/hr +85 Grandmaster 2.63 Grandmaster/hr 9.21 kibble/hr 2.63 GMC/hr +80 Grandmaster 2.43 Grandmaster/hr 8.51 kibble/hr 2.43 GMC/hr +75 Grandmaster 2.28 Grandmaster/hr 7.99 kibble/hr 2.28 GMC/hr +70 Grandmaster 2.17 Grandmaster/hr 7.64 kibble/hr 2.17 GMC/hr +60 Grandmaster 2.01 Grandmaster/hr 7.08 kibble/hr 2.01 GMC/hr +50 Grandmaster 1.90 Grandmaster/hr 6.67 kibble/hr 1.90 GMC/hr +100 Elder 3.02 Elder/hr 12.06 kibble/hr +95 Elder 2.53 Elder/hr 10.11 kibble/hr +90 Elder 2.22 Elder/hr 8.88 kibble/hr +85 Elder 2.01 Elder/hr 8.03 kibble/hr +80 Elder 1.86 Elder/hr 7.43 kibble/hr +75 Elder 1.74 Elder/hr 6.97 kibble/hr +70 Elder 1.66 Elder/hr 6.62 kibble/hr +60 Elder 1.53 Elder/hr 6.13 kibble/hr +50 Elder 1.45 Elder/hr 5.81 kibble/hr diff --git a/tests/unit/snapshots/toa.BSO.png b/tests/unit/snapshots/toa.BSO.png index 7d230d6cee0..31f1b41b736 100644 Binary files a/tests/unit/snapshots/toa.BSO.png and b/tests/unit/snapshots/toa.BSO.png differ diff --git a/tests/unit/snapshots/toa.OSB.png b/tests/unit/snapshots/toa.OSB.png index 7029b55eb1a..3da2b87e6f0 100644 Binary files a/tests/unit/snapshots/toa.OSB.png and b/tests/unit/snapshots/toa.OSB.png differ diff --git a/tests/unit/trophies.bso.test.ts b/tests/unit/trophies.bso.test.ts index 01733a609c5..833962756b8 100644 --- a/tests/unit/trophies.bso.test.ts +++ b/tests/unit/trophies.bso.test.ts @@ -1,6 +1,6 @@ import { expect, test } from 'vitest'; -import { allMbTables } from '../../src/lib/bsoOpenables'; +import { combinedTmbUmbEmbTables } from '../../src/lib/bsoOpenables'; import { allTrophyItems } from '../../src/lib/data/itemAliases'; import getOSItem from '../../src/lib/util/getOSItem'; import itemIsTradeable from '../../src/lib/util/itemIsTradeable'; @@ -19,6 +19,6 @@ test('trophies', async () => { for (const trophy of resolveItems(allTrophyItems).map(getOSItem)) { expect(itemIsTradeable(trophy.id)).toEqual(false); expect(trophy.customItemData?.isSuperUntradeable).toEqual(true); - expect(allMbTables.includes(trophy.id)).toEqual(false); + expect(combinedTmbUmbEmbTables.includes(trophy.id)).toEqual(false); } }); diff --git a/tests/unit/util.test.ts b/tests/unit/util.test.ts index c65c4c3acbf..6b52a56d3fc 100644 --- a/tests/unit/util.test.ts +++ b/tests/unit/util.test.ts @@ -8,13 +8,7 @@ import { baseModifyBusyCounter } from '../../src/lib/busyCounterCache'; import { Eatables } from '../../src/lib/data/eatables'; import getUserFoodFromBank from '../../src/lib/minions/functions/getUserFoodFromBank'; import { SkillsEnum } from '../../src/lib/skilling/types'; -import { - clAdjustedDroprate, - pluraliseItemName, - sanitizeBank, - skillingPetDropRate, - stripEmojis -} from '../../src/lib/util'; +import { clAdjustedDroprate, pluraliseItemName, skillingPetDropRate, stripEmojis } from '../../src/lib/util'; import getOSItem from '../../src/lib/util/getOSItem'; import { sellPriceOfItem, sellStorePriceOfItem } from '../../src/mahoji/commands/sell'; import { mockMUser } from './utils'; @@ -34,31 +28,32 @@ describe('util', () => { }); test('getUserFoodFromBank', () => { - const fakeUser = (b: Bank) => - ({ - bank: b, - skillLevel: () => 99 - }) as any as MUser; + const fakeUser = (b: Bank) => mockMUser({ bank: b }); expect( - getUserFoodFromBank({ user: fakeUser(new Bank().add('Shark')), totalHealingNeeded: 500, favoriteFood: [] }) + getUserFoodFromBank({ + gearBank: fakeUser(new Bank().add('Shark')).gearBank, + totalHealingNeeded: 500, + favoriteFood: [] + }) ).toStrictEqual(false); expect( getUserFoodFromBank({ - user: fakeUser(new Bank().add('Shark', 100)), + gearBank: fakeUser(new Bank().add('Shark', 100)).gearBank, totalHealingNeeded: 500, favoriteFood: [] }) ).toStrictEqual(new Bank().add('Shark', 25)); expect( getUserFoodFromBank({ - user: fakeUser(new Bank().add('Shark', 30).add('Tuna', 20)), + gearBank: fakeUser(new Bank().add('Shark', 30).add('Tuna', 20)).gearBank, totalHealingNeeded: 750, favoriteFood: [] }) ).toStrictEqual(new Bank().add('Shark', 28).add('Tuna', 20)); expect( getUserFoodFromBank({ - user: fakeUser(new Bank().add('Shark', 100).add('Lobster', 20).add('Shrimps', 50).add('Coal')), + gearBank: fakeUser(new Bank().add('Shark', 100).add('Lobster', 20).add('Shrimps', 50).add('Coal')) + .gearBank, totalHealingNeeded: 1700, favoriteFood: [] }) @@ -79,14 +74,6 @@ describe('util', () => { expect(duplicates).toBeFalsy(); }); - test('sanitizeBank', () => { - const buggyBank = new Bank(); - buggyBank.bank[1] = -1; - buggyBank.bank[2] = 0; - sanitizeBank(buggyBank); - expect(buggyBank.bank).toEqual({}); - }); - test('truncateString', () => { expect(truncateString('testtttttt', 5)).toEqual('te...'); }); diff --git a/tests/unit/utils.ts b/tests/unit/utils.ts index 94ae6cdbb16..b5b14ee2907 100644 --- a/tests/unit/utils.ts +++ b/tests/unit/utils.ts @@ -7,9 +7,14 @@ import { expect } from 'vitest'; import { MUserClass } from '../../src/lib/MUser'; import type { BitField } from '../../src/lib/constants'; -import type { GearSetup } from '../../src/lib/gear/types'; +import { type GearSetup, GearSetupTypes, type UserFullGearSetup } from '../../src/lib/gear/types'; +import { MaterialBank } from '../../src/lib/invention/MaterialBank'; +import { SkillsArray } from '../../src/lib/skilling/types'; +import { ChargeBank } from '../../src/lib/structures/Bank'; import type { PartialGearSetup } from '../../src/lib/structures/Gear'; import { Gear, constructGearSetup } from '../../src/lib/structures/Gear'; +import { GearBank } from '../../src/lib/structures/GearBank'; +import type { SkillsRequired } from '../../src/lib/types'; import type { OSBMahojiCommand } from '../../src/mahoji/lib/util'; function filterGearSetup(gear: undefined | null | GearSetup | PartialGearSetup): GearSetup | undefined { @@ -53,8 +58,8 @@ const mockUser = (overrides?: MockUserArgs): User => { gear_range: new Gear().raw() as Prisma.JsonValue, gear_skilling: new Gear().raw() as Prisma.JsonValue, gear_wildy: new Gear().raw() as Prisma.JsonValue, - bank: overrides?.bank?.bank ?? {}, - collectionLogBank: overrides?.cl?.bank ?? {}, + bank: overrides?.bank?.toJSON() ?? {}, + collectionLogBank: overrides?.cl?.toJSON() ?? {}, skills_agility: overrides?.skills_agility ?? 0, skills_cooking: 0, skills_fishing: overrides?.skills_fishing ?? 0, @@ -133,3 +138,28 @@ export async function testRunCmd({ Math.random = originalMathRandom; return expect(commandResponse).toEqual(result); } + +function makeSkillsAsLevels(lvl = 99) { + const obj: any = {}; + for (const skill of SkillsArray) { + obj[skill] = lvl; + } + return obj as SkillsRequired; +} +function makeFullGear() { + const obj: any = {}; + for (const type of GearSetupTypes) { + obj[type] = new Gear(); + } + return obj as UserFullGearSetup; +} +export function makeGearBank({ bank }: { bank?: Bank } = {}) { + return new GearBank({ + gear: makeFullGear(), + bank: bank ?? new Bank(), + skillsAsLevels: makeSkillsAsLevels(), + chargeBank: new ChargeBank(), + materials: new MaterialBank(), + pet: null + }); +} diff --git a/tsconfig.base.json b/tsconfig.base.json index d701f80b926..91fe53ae332 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -24,5 +24,6 @@ "types": ["node", "node-fetch", "discord.js"], "esModuleInterop": true, "skipDefaultLibCheck": true - } + }, + "exclude": ["**/node_modules", "**/.*/"] } diff --git a/vitest.integration.config.mts b/vitest.integration.config.mts index 91dc5c1bc96..f4928bb5f9f 100644 --- a/vitest.integration.config.mts +++ b/vitest.integration.config.mts @@ -7,17 +7,13 @@ export default defineConfig({ setupFiles: 'tests/integration/setup.ts', coverage: { provider: 'v8', - reporter: 'text' + reporter: 'text', + include: ['src/mahoji/lib/abstracted_commands/minionKill/*.ts', 'src/lib/structures/*.ts'] }, testTimeout: 30_000, bail: 1, - pool: 'forks', - maxConcurrency: 5, - poolOptions: { - forks: { - maxForks: 10, - minForks: 10 - } - } + maxConcurrency: 10, + maxWorkers: 4, + minWorkers: 4 } }); diff --git a/yarn.lock b/yarn.lock index 5dfb8015f6a..576f305dc65 100644 --- a/yarn.lock +++ b/yarn.lock @@ -174,18 +174,18 @@ __metadata: languageName: node linkType: hard -"@discordjs/builders@npm:^1.8.2": - version: 1.8.2 - resolution: "@discordjs/builders@npm:1.8.2" +"@discordjs/builders@npm:^1.9.0": + version: 1.9.0 + resolution: "@discordjs/builders@npm:1.9.0" dependencies: - "@discordjs/formatters": "npm:^0.4.0" - "@discordjs/util": "npm:^1.1.0" - "@sapphire/shapeshift": "npm:^3.9.7" - discord-api-types: "npm:0.37.83" + "@discordjs/formatters": "npm:^0.5.0" + "@discordjs/util": "npm:^1.1.1" + "@sapphire/shapeshift": "npm:^4.0.0" + discord-api-types: "npm:0.37.97" fast-deep-equal: "npm:^3.1.3" ts-mixer: "npm:^6.0.4" - tslib: "npm:^2.6.2" - checksum: 10c0/108fe8903e9bc875a28b39629589391e44f41835169114e93c15548b5635632862168d4bec3392eac12e981d06b830d90f11b7af38fd664d7ea9cfa46b0726f3 + tslib: "npm:^2.6.3" + checksum: 10c0/3287b87624c11112faeac0acc0063427dd85f4174ca7b2c3bbd0f77feab99e97193e5d6e6fb5989000eb50aff67d2831af3fc6cdf2907a05ac23a475f5b65ab6 languageName: node linkType: hard @@ -203,12 +203,19 @@ __metadata: languageName: node linkType: hard -"@discordjs/formatters@npm:^0.4.0": - version: 0.4.0 - resolution: "@discordjs/formatters@npm:0.4.0" +"@discordjs/collection@npm:^2.1.1": + version: 2.1.1 + resolution: "@discordjs/collection@npm:2.1.1" + checksum: 10c0/7bbb007271a046c981957b4a0543f6ca7e4c294a2d40987437ff06db5e92dbf35b8dc61719db2a7bc99557a58275742aa34be9f50487870a6e80acfc4fe45fa1 + languageName: node + linkType: hard + +"@discordjs/formatters@npm:^0.5.0": + version: 0.5.0 + resolution: "@discordjs/formatters@npm:0.5.0" dependencies: - discord-api-types: "npm:0.37.83" - checksum: 10c0/9788e00559155f1767f85d02f14b0368affd4b7b86c1ff2207779906093ad9caf86cd74a60e681da5e762234b45fc9368c044247a484b4691cd652d5ff0d4f70 + discord-api-types: "npm:0.37.97" + checksum: 10c0/784e7a7cb82874eb3d5741c8058088accdc6151151d5dbafa634efdb184e0f5666a95e57ac8f6e514b2819b07f764dbb1d4258c0dbba37fc5645f800182ae1d9 languageName: node linkType: hard @@ -229,6 +236,23 @@ __metadata: languageName: node linkType: hard +"@discordjs/rest@npm:^2.4.0": + version: 2.4.0 + resolution: "@discordjs/rest@npm:2.4.0" + dependencies: + "@discordjs/collection": "npm:^2.1.1" + "@discordjs/util": "npm:^1.1.1" + "@sapphire/async-queue": "npm:^1.5.3" + "@sapphire/snowflake": "npm:^3.5.3" + "@vladfrangu/async_event_emitter": "npm:^2.4.6" + discord-api-types: "npm:0.37.97" + magic-bytes.js: "npm:^1.10.0" + tslib: "npm:^2.6.3" + undici: "npm:6.19.8" + checksum: 10c0/2de35ff6c0ad734685e329fc29df52823faf6e9eb68045b780f5b657555c699da7e9e0ffdf2ab1ee7ef902d7a8901993b6ea6e0f3c85938570a2b74e15207c0a + languageName: node + linkType: hard + "@discordjs/util@npm:^1.1.0": version: 1.1.0 resolution: "@discordjs/util@npm:1.1.0" @@ -236,7 +260,14 @@ __metadata: languageName: node linkType: hard -"@discordjs/ws@npm:^1.1.1": +"@discordjs/util@npm:^1.1.1": + version: 1.1.1 + resolution: "@discordjs/util@npm:1.1.1" + checksum: 10c0/a374648aae0dd98345996f41891add0523388297a6f6b99c7a37c83de4d832d91a464195502126967fac0f071e5ecb80f776ee42a887fffa9c5c0f4612381b98 + languageName: node + linkType: hard + +"@discordjs/ws@npm:1.1.1": version: 1.1.1 resolution: "@discordjs/ws@npm:1.1.1" dependencies: @@ -414,14 +445,7 @@ __metadata: languageName: node linkType: hard -"@ioredis/as-callback@npm:^3.0.0": - version: 3.0.0 - resolution: "@ioredis/as-callback@npm:3.0.0" - checksum: 10c0/cbeae0c4a8f8f8ea1987d105056fd595a5a1a781a73dfa3a13ac13027fd1de099af6f3590bd315fd20284efd8597430a7ba3b912570804d158dabbdb2071523b - languageName: node - linkType: hard - -"@ioredis/commands@npm:^1.1.1, @ioredis/commands@npm:^1.2.0": +"@ioredis/commands@npm:^1.1.1": version: 1.2.0 resolution: "@ioredis/commands@npm:1.2.0" checksum: 10c0/a5d3c29dd84d8a28b7c67a441ac1715cbd7337a7b88649c0f17c345d89aa218578d2b360760017c48149ef8a70f44b051af9ac0921a0622c2b479614c4f65b36 @@ -498,102 +522,22 @@ __metadata: languageName: node linkType: hard -"@napi-rs/canvas-android-arm64@npm:0.1.53": - version: 0.1.53 - resolution: "@napi-rs/canvas-android-arm64@npm:0.1.53" - conditions: os=android & cpu=arm64 - languageName: node - linkType: hard - -"@napi-rs/canvas-darwin-arm64@npm:0.1.53": - version: 0.1.53 - resolution: "@napi-rs/canvas-darwin-arm64@npm:0.1.53" - conditions: os=darwin & cpu=arm64 - languageName: node - linkType: hard - -"@napi-rs/canvas-darwin-x64@npm:0.1.53": - version: 0.1.53 - resolution: "@napi-rs/canvas-darwin-x64@npm:0.1.53" - conditions: os=darwin & cpu=x64 - languageName: node - linkType: hard - -"@napi-rs/canvas-linux-arm-gnueabihf@npm:0.1.53": - version: 0.1.53 - resolution: "@napi-rs/canvas-linux-arm-gnueabihf@npm:0.1.53" - conditions: os=linux & cpu=arm - languageName: node - linkType: hard - -"@napi-rs/canvas-linux-arm64-gnu@npm:0.1.53": - version: 0.1.53 - resolution: "@napi-rs/canvas-linux-arm64-gnu@npm:0.1.53" - conditions: os=linux & cpu=arm64 & libc=glibc - languageName: node - linkType: hard - -"@napi-rs/canvas-linux-arm64-musl@npm:0.1.53": - version: 0.1.53 - resolution: "@napi-rs/canvas-linux-arm64-musl@npm:0.1.53" - conditions: os=linux & cpu=arm64 & libc=musl - languageName: node - linkType: hard - -"@napi-rs/canvas-linux-x64-gnu@npm:0.1.53": - version: 0.1.53 - resolution: "@napi-rs/canvas-linux-x64-gnu@npm:0.1.53" - conditions: os=linux & cpu=x64 & libc=glibc - languageName: node - linkType: hard - -"@napi-rs/canvas-linux-x64-musl@npm:0.1.53": - version: 0.1.53 - resolution: "@napi-rs/canvas-linux-x64-musl@npm:0.1.53" - conditions: os=linux & cpu=x64 & libc=musl - languageName: node - linkType: hard - -"@napi-rs/canvas-win32-x64-msvc@npm:0.1.53": - version: 0.1.53 - resolution: "@napi-rs/canvas-win32-x64-msvc@npm:0.1.53" - conditions: os=win32 & cpu=x64 - languageName: node - linkType: hard - -"@napi-rs/canvas@npm:^0.1.53": - version: 0.1.53 - resolution: "@napi-rs/canvas@npm:0.1.53" +"@mapbox/node-pre-gyp@npm:^1.0.9": + version: 1.0.11 + resolution: "@mapbox/node-pre-gyp@npm:1.0.11" dependencies: - "@napi-rs/canvas-android-arm64": "npm:0.1.53" - "@napi-rs/canvas-darwin-arm64": "npm:0.1.53" - "@napi-rs/canvas-darwin-x64": "npm:0.1.53" - "@napi-rs/canvas-linux-arm-gnueabihf": "npm:0.1.53" - "@napi-rs/canvas-linux-arm64-gnu": "npm:0.1.53" - "@napi-rs/canvas-linux-arm64-musl": "npm:0.1.53" - "@napi-rs/canvas-linux-x64-gnu": "npm:0.1.53" - "@napi-rs/canvas-linux-x64-musl": "npm:0.1.53" - "@napi-rs/canvas-win32-x64-msvc": "npm:0.1.53" - dependenciesMeta: - "@napi-rs/canvas-android-arm64": - optional: true - "@napi-rs/canvas-darwin-arm64": - optional: true - "@napi-rs/canvas-darwin-x64": - optional: true - "@napi-rs/canvas-linux-arm-gnueabihf": - optional: true - "@napi-rs/canvas-linux-arm64-gnu": - optional: true - "@napi-rs/canvas-linux-arm64-musl": - optional: true - "@napi-rs/canvas-linux-x64-gnu": - optional: true - "@napi-rs/canvas-linux-x64-musl": - optional: true - "@napi-rs/canvas-win32-x64-msvc": - optional: true - checksum: 10c0/7722db881ebf7571df9ec0ba00172b09ab48e54352ce55f7e15fe8671c18aea216744ca060088c19fa1327e66d95c00b5c662d82cf6536e7b4e2cdf3d76b2261 + detect-libc: "npm:^2.0.0" + https-proxy-agent: "npm:^5.0.0" + make-dir: "npm:^3.1.0" + node-fetch: "npm:^2.6.7" + nopt: "npm:^5.0.0" + npmlog: "npm:^5.0.1" + rimraf: "npm:^3.0.2" + semver: "npm:^7.3.5" + tar: "npm:^6.1.11" + bin: + node-pre-gyp: bin/node-pre-gyp + checksum: 10c0/2b24b93c31beca1c91336fa3b3769fda98e202fb7f9771f0f4062588d36dcc30fcf8118c36aa747fa7f7610d8cf601872bdaaf62ce7822bb08b545d1bbe086cc languageName: node linkType: hard @@ -646,9 +590,9 @@ __metadata: languageName: node linkType: hard -"@oldschoolgg/toolkit@git+https://github.com/oldschoolgg/toolkit.git#cd7c6865229ca7dc4a66b3816586f2d3f4a4fbed": +"@oldschoolgg/toolkit@git+https://github.com/oldschoolgg/toolkit.git#8686dc639154c528ce739c440554bc0c46c8ae79": version: 0.0.24 - resolution: "@oldschoolgg/toolkit@https://github.com/oldschoolgg/toolkit.git#commit=cd7c6865229ca7dc4a66b3816586f2d3f4a4fbed" + resolution: "@oldschoolgg/toolkit@https://github.com/oldschoolgg/toolkit.git#commit=8686dc639154c528ce739c440554bc0c46c8ae79" dependencies: decimal.js: "npm:^10.4.3" deep-object-diff: "npm:^1.1.9" @@ -657,14 +601,12 @@ __metadata: emoji-regex: "npm:^10.2.1" fast-deep-equal: "npm:^3.1.3" ioredis: "npm:^5.4.1" - ioredis-mock: "npm:^8.9.0" math-expression-evaluator: "npm:^1.3.14" pure-rand: "npm:^6.1.0" zod: "npm:3.23.8" peerDependencies: - discord.js: ^14.15.3 - oldschooljs: ^2.5.9 - checksum: 10c0/42eaec1c99c671adab7b56ca7e11d37bf5a0e07d0f0da0a892cdf477a78c061ea131a43b1c578d09f1c6b02e05d1ce47db9586ad9a8de62679cc492c847c3fca + discord.js: ^14.16.2 + checksum: 10c0/65cbb2e0ae9f411952c87168bcc2ba6bb798ef3b13b213840eb7835bef0a65ade7325abf784c7b547a629b7cbc4cf42650a05c3d96f6cace81969bf6b4580519 languageName: node linkType: hard @@ -1072,107 +1014,114 @@ __metadata: languageName: node linkType: hard -"@rollup/rollup-android-arm-eabi@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-android-arm-eabi@npm:4.14.2" +"@rollup/rollup-android-arm-eabi@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-android-arm-eabi@npm:4.22.4" conditions: os=android & cpu=arm languageName: node linkType: hard -"@rollup/rollup-android-arm64@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-android-arm64@npm:4.14.2" +"@rollup/rollup-android-arm64@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-android-arm64@npm:4.22.4" conditions: os=android & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-arm64@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-darwin-arm64@npm:4.14.2" +"@rollup/rollup-darwin-arm64@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-darwin-arm64@npm:4.22.4" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-darwin-x64@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-darwin-x64@npm:4.14.2" +"@rollup/rollup-darwin-x64@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-darwin-x64@npm:4.22.4" conditions: os=darwin & cpu=x64 languageName: node linkType: hard -"@rollup/rollup-linux-arm-gnueabihf@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.14.2" - conditions: os=linux & cpu=arm +"@rollup/rollup-linux-arm-gnueabihf@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-linux-arm-gnueabihf@npm:4.22.4" + conditions: os=linux & cpu=arm & libc=glibc + languageName: node + linkType: hard + +"@rollup/rollup-linux-arm-musleabihf@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-linux-arm-musleabihf@npm:4.22.4" + conditions: os=linux & cpu=arm & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-arm64-gnu@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.14.2" +"@rollup/rollup-linux-arm64-gnu@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-linux-arm64-gnu@npm:4.22.4" conditions: os=linux & cpu=arm64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-arm64-musl@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-linux-arm64-musl@npm:4.14.2" +"@rollup/rollup-linux-arm64-musl@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-linux-arm64-musl@npm:4.22.4" conditions: os=linux & cpu=arm64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-linux-powerpc64le-gnu@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.14.2" +"@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-linux-powerpc64le-gnu@npm:4.22.4" conditions: os=linux & cpu=ppc64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-riscv64-gnu@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.14.2" +"@rollup/rollup-linux-riscv64-gnu@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-linux-riscv64-gnu@npm:4.22.4" conditions: os=linux & cpu=riscv64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-s390x-gnu@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.14.2" +"@rollup/rollup-linux-s390x-gnu@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-linux-s390x-gnu@npm:4.22.4" conditions: os=linux & cpu=s390x & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-gnu@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-linux-x64-gnu@npm:4.14.2" +"@rollup/rollup-linux-x64-gnu@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-linux-x64-gnu@npm:4.22.4" conditions: os=linux & cpu=x64 & libc=glibc languageName: node linkType: hard -"@rollup/rollup-linux-x64-musl@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-linux-x64-musl@npm:4.14.2" +"@rollup/rollup-linux-x64-musl@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-linux-x64-musl@npm:4.22.4" conditions: os=linux & cpu=x64 & libc=musl languageName: node linkType: hard -"@rollup/rollup-win32-arm64-msvc@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.14.2" +"@rollup/rollup-win32-arm64-msvc@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-win32-arm64-msvc@npm:4.22.4" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard -"@rollup/rollup-win32-ia32-msvc@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.14.2" +"@rollup/rollup-win32-ia32-msvc@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-win32-ia32-msvc@npm:4.22.4" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard -"@rollup/rollup-win32-x64-msvc@npm:4.14.2": - version: 4.14.2 - resolution: "@rollup/rollup-win32-x64-msvc@npm:4.14.2" +"@rollup/rollup-win32-x64-msvc@npm:4.22.4": + version: 4.22.4 + resolution: "@rollup/rollup-win32-x64-msvc@npm:4.22.4" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -1184,6 +1133,13 @@ __metadata: languageName: node linkType: hard +"@sapphire/async-queue@npm:^1.5.3": + version: 1.5.3 + resolution: "@sapphire/async-queue@npm:1.5.3" + checksum: 10c0/fcf860cdde9bfbc1625dab5e11924caa871c9e741a8fb836193a519267179a4a1979604f88f8a40855c6b931bc82d489dcd11d034fea38bb8a4d9816ab821ed1 + languageName: node + linkType: hard + "@sapphire/ratelimits@npm:^2.4.9": version: 2.4.9 resolution: "@sapphire/ratelimits@npm:2.4.9" @@ -1191,13 +1147,13 @@ __metadata: languageName: node linkType: hard -"@sapphire/shapeshift@npm:^3.9.7": - version: 3.9.7 - resolution: "@sapphire/shapeshift@npm:3.9.7" +"@sapphire/shapeshift@npm:^4.0.0": + version: 4.0.0 + resolution: "@sapphire/shapeshift@npm:4.0.0" dependencies: fast-deep-equal: "npm:^3.1.3" lodash: "npm:^4.17.21" - checksum: 10c0/29883d4c1986714fd4b2a7e4a58bf30a4598a02bbe031605dd99b766310a98889e2ae6f16bf37f43d91cf5960733dc1a619bfdaa85a96bc0ff9cc5ce57b8e689 + checksum: 10c0/2abbfd20977e800455108688e45fff7b7c6e197256c8f8a54db90025a900914908b5fa4ffcbd1eacb4c692792cbed980613aa878e09f1fd87ab5052b6a6d6bce languageName: node linkType: hard @@ -1313,6 +1269,18 @@ __metadata: languageName: node linkType: hard +"@ts-morph/common@npm:~0.24.0": + version: 0.24.0 + resolution: "@ts-morph/common@npm:0.24.0" + dependencies: + fast-glob: "npm:^3.3.2" + minimatch: "npm:^9.0.4" + mkdirp: "npm:^3.0.1" + path-browserify: "npm:^1.0.1" + checksum: 10c0/37b1fa63aff71f21da9527a460bd33d323f3126de8b80f1f6678733a6150892e7721f4782283e6d6fb6b87769363d6f4fc1f591d5a1c8e66106cedfe3ee667e7 + languageName: node + linkType: hard + "@types/accepts@npm:*": version: 1.3.7 resolution: "@types/accepts@npm:1.3.7" @@ -1702,6 +1670,20 @@ __metadata: languageName: node linkType: hard +"@vladfrangu/async_event_emitter@npm:^2.4.6": + version: 2.4.6 + resolution: "@vladfrangu/async_event_emitter@npm:2.4.6" + checksum: 10c0/1fe634878902da584493ecb8e81c855436c002b215dd7c25c21780930fc5621ebe8eb79d5b899a56af0d1ea9ea9171e35175221e4438e2f56c67ce64d4b8a373 + languageName: node + linkType: hard + +"abbrev@npm:1": + version: 1.1.1 + resolution: "abbrev@npm:1.1.1" + checksum: 10c0/3f762677702acb24f65e813070e306c61fafe25d4b2583f9dfc935131f774863f3addd5741572ed576bd69cabe473c5af18e1e108b829cb7b6b4747884f726e6 + languageName: node + linkType: hard + "abbrev@npm:^2.0.0": version: 2.0.0 resolution: "abbrev@npm:2.0.0" @@ -1736,6 +1718,15 @@ __metadata: languageName: node linkType: hard +"agent-base@npm:6": + version: 6.0.2 + resolution: "agent-base@npm:6.0.2" + dependencies: + debug: "npm:4" + checksum: 10c0/dc4f757e40b5f3e3d674bc9beb4f1048f4ee83af189bae39be99f57bf1f48dde166a8b0a5342a84b5944ee8e6ed1e5a9d801858f4ad44764e84957122fe46261 + languageName: node + linkType: hard + "agent-base@npm:^7.0.2, agent-base@npm:^7.1.0, agent-base@npm:^7.1.1": version: 7.1.1 resolution: "agent-base@npm:7.1.1" @@ -1755,6 +1746,18 @@ __metadata: languageName: node linkType: hard +"ajv@npm:^6.12.3": + version: 6.12.6 + resolution: "ajv@npm:6.12.6" + dependencies: + fast-deep-equal: "npm:^3.1.1" + fast-json-stable-stringify: "npm:^2.0.0" + json-schema-traverse: "npm:^0.4.1" + uri-js: "npm:^4.2.2" + checksum: 10c0/41e23642cbe545889245b9d2a45854ebba51cda6c778ebced9649420d9205f2efb39cb43dbc41e358409223b1ea43303ae4839db682c848b891e4811da1a5a71 + languageName: node + linkType: hard + "ansi-regex@npm:^5.0.1": version: 5.0.1 resolution: "ansi-regex@npm:5.0.1" @@ -1795,6 +1798,23 @@ __metadata: languageName: node linkType: hard +"aproba@npm:^1.0.3 || ^2.0.0": + version: 2.0.0 + resolution: "aproba@npm:2.0.0" + checksum: 10c0/d06e26384a8f6245d8c8896e138c0388824e259a329e0c9f196b4fa533c82502a6fd449586e3604950a0c42921832a458bb3aa0aa9f0ba449cfd4f50fd0d09b5 + languageName: node + linkType: hard + +"are-we-there-yet@npm:^2.0.0": + version: 2.0.0 + resolution: "are-we-there-yet@npm:2.0.0" + dependencies: + delegates: "npm:^1.0.0" + readable-stream: "npm:^3.6.0" + checksum: 10c0/375f753c10329153c8d66dc95e8f8b6c7cc2aa66e05cb0960bd69092b10dae22900cacc7d653ad11d26b3ecbdbfe1e8bfb6ccf0265ba8077a7d979970f16b99c + languageName: node + linkType: hard + "ascii-table3@npm:^0.9.0": version: 0.9.0 resolution: "ascii-table3@npm:0.9.0" @@ -1804,6 +1824,22 @@ __metadata: languageName: node linkType: hard +"asn1@npm:~0.2.3": + version: 0.2.6 + resolution: "asn1@npm:0.2.6" + dependencies: + safer-buffer: "npm:~2.1.0" + checksum: 10c0/00c8a06c37e548762306bcb1488388d2f76c74c36f70c803f0c081a01d3bdf26090fc088cd812afc5e56a6d49e33765d451a5f8a68ab9c2b087eba65d2e980e0 + languageName: node + linkType: hard + +"assert-plus@npm:1.0.0, assert-plus@npm:^1.0.0": + version: 1.0.0 + resolution: "assert-plus@npm:1.0.0" + checksum: 10c0/b194b9d50c3a8f872ee85ab110784911e696a4d49f7ee6fc5fb63216dedbefd2c55999c70cb2eaeb4cf4a0e0338b44e9ace3627117b5bf0d42460e9132f21b91 + languageName: node + linkType: hard + "assertion-error@npm:^2.0.1": version: 2.0.1 resolution: "assertion-error@npm:2.0.1" @@ -1811,6 +1847,13 @@ __metadata: languageName: node linkType: hard +"async@npm:^3.2.3": + version: 3.2.5 + resolution: "async@npm:3.2.5" + checksum: 10c0/1408287b26c6db67d45cb346e34892cee555b8b59e6c68e6f8c3e495cad5ca13b4f218180e871f3c2ca30df4ab52693b66f2f6ff43644760cab0b2198bda79c1 + languageName: node + linkType: hard + "asynckit@npm:^0.4.0": version: 0.4.0 resolution: "asynckit@npm:0.4.0" @@ -1825,6 +1868,31 @@ __metadata: languageName: node linkType: hard +"aws-sign2@npm:~0.7.0": + version: 0.7.0 + resolution: "aws-sign2@npm:0.7.0" + checksum: 10c0/021d2cc5547d4d9ef1633e0332e746a6f447997758b8b68d6fb33f290986872d2bff5f0c37d5832f41a7229361f093cd81c40898d96ed153493c0fb5cd8575d2 + languageName: node + linkType: hard + +"aws4@npm:^1.8.0": + version: 1.13.0 + resolution: "aws4@npm:1.13.0" + checksum: 10c0/4c71398543e432631a226cabafaa138f8070482f99790233840d84847291ec744e739cb18684a68f52125d0e73f82f16f0246d93524ec85167fadb3cf60dfa4f + languageName: node + linkType: hard + +"axios@npm:^1.7.7": + version: 1.7.7 + resolution: "axios@npm:1.7.7" + dependencies: + follow-redirects: "npm:^1.15.6" + form-data: "npm:^4.0.0" + proxy-from-env: "npm:^1.1.0" + checksum: 10c0/4499efc89e86b0b49ffddc018798de05fab26e3bf57913818266be73279a6418c3ce8f9e934c7d2d707ab8c095e837fc6c90608fb7715b94d357720b5f568af7 + languageName: node + linkType: hard + "balanced-match@npm:^1.0.0": version: 1.0.2 resolution: "balanced-match@npm:1.0.2" @@ -1832,13 +1900,36 @@ __metadata: languageName: node linkType: hard -"base64-js@npm:^1.3.1": +"base64-js@npm:^1.3.0, base64-js@npm:^1.3.1": version: 1.5.1 resolution: "base64-js@npm:1.5.1" checksum: 10c0/f23823513b63173a001030fae4f2dabe283b99a9d324ade3ad3d148e218134676f1ee8568c877cd79ec1c53158dcf2d2ba527a97c606618928ba99dd930102bf languageName: node linkType: hard +"bcrypt-pbkdf@npm:^1.0.0": + version: 1.0.2 + resolution: "bcrypt-pbkdf@npm:1.0.2" + dependencies: + tweetnacl: "npm:^0.14.3" + checksum: 10c0/ddfe85230b32df25aeebfdccfbc61d3bc493ace49c884c9c68575de1f5dcf733a5d7de9def3b0f318b786616b8d85bad50a28b1da1750c43e0012c93badcc148 + languageName: node + linkType: hard + +"bignumber.js@npm:^9.0.0": + version: 9.1.2 + resolution: "bignumber.js@npm:9.1.2" + checksum: 10c0/e17786545433f3110b868725c449fa9625366a6e675cd70eb39b60938d6adbd0158cb4b3ad4f306ce817165d37e63f4aa3098ba4110db1d9a3b9f66abfbaf10d + languageName: node + linkType: hard + +"bin-pack@npm:~1.0.1": + version: 1.0.2 + resolution: "bin-pack@npm:1.0.2" + checksum: 10c0/7786b26f4ebb03543ff52a3843fbf50de3b0554bac333931400ed56f56d6db0456c83760baf36ab4a9fc5f937a88a3c222f3276138e11c16bce7d879a69e259d + languageName: node + linkType: hard + "binary-extensions@npm:^2.0.0": version: 2.3.0 resolution: "binary-extensions@npm:2.3.0" @@ -1876,7 +1967,7 @@ __metadata: languageName: node linkType: hard -"braces@npm:^3.0.1, braces@npm:~3.0.2": +"braces@npm:^3.0.3, braces@npm:~3.0.2": version: 3.0.3 resolution: "braces@npm:3.0.3" dependencies: @@ -1885,6 +1976,13 @@ __metadata: languageName: node linkType: hard +"buffer-equal-constant-time@npm:1.0.1": + version: 1.0.1 + resolution: "buffer-equal-constant-time@npm:1.0.1" + checksum: 10c0/fb2294e64d23c573d0dd1f1e7a466c3e978fe94a4e0f8183937912ca374619773bef8e2aceb854129d2efecbbc515bbd0cc78d2734a3e3031edb0888531bbc8e + languageName: node + linkType: hard + "buffer@npm:^5.5.0": version: 5.7.1 resolution: "buffer@npm:5.7.1" @@ -1932,6 +2030,22 @@ __metadata: languageName: node linkType: hard +"cargo-cp-artifact@npm:^0.1": + version: 0.1.9 + resolution: "cargo-cp-artifact@npm:0.1.9" + bin: + cargo-cp-artifact: bin/cargo-cp-artifact.js + checksum: 10c0/60eb1845917cfb021920fcf600a72379890b385396f9c69107face3b16b347960b66cd3d82cc169c6ac8b1212cf0706584125bc36fbc08353b033310c17ca0a6 + languageName: node + linkType: hard + +"caseless@npm:~0.12.0": + version: 0.12.0 + resolution: "caseless@npm:0.12.0" + checksum: 10c0/ccf64bcb6c0232cdc5b7bd91ddd06e23a4b541f138336d4725233ac538041fb2f29c2e86c3c4a7a61ef990b665348db23a047060b9414c3a6603e9fa61ad4626 + languageName: node + linkType: hard + "chai@npm:^5.1.1": version: 5.1.1 resolution: "chai@npm:5.1.1" @@ -2029,7 +2143,14 @@ __metadata: languageName: node linkType: hard -"clone@npm:^1.0.2": +"clone-stats@npm:^0.0.1": + version: 0.0.1 + resolution: "clone-stats@npm:0.0.1" + checksum: 10c0/5cc1216d1827035d2d8c0516d645001414780c654ca02fae34076c033d30960139d0149ce1a975970fc0bd12c8571d707c5bc2c5bddf6c0b566f11d467f6214d + languageName: node + linkType: hard + +"clone@npm:^1.0.0, clone@npm:^1.0.2": version: 1.0.4 resolution: "clone@npm:1.0.4" checksum: 10c0/2176952b3649293473999a95d7bebfc9dc96410f6cbd3d2595cf12fd401f63a4bf41a7adbfd3ab2ff09ed60cb9870c58c6acdd18b87767366fabfc163700f13b @@ -2043,6 +2164,13 @@ __metadata: languageName: node linkType: hard +"code-block-writer@npm:^13.0.1": + version: 13.0.2 + resolution: "code-block-writer@npm:13.0.2" + checksum: 10c0/b887dabf44955e8a2f6711543e241316a05a9a14da5d2f7b6c7311a3348474d877b64f42e96afce7ae91827f62fc72578eea9d162f313c1ac8cefd564c626e0f + languageName: node + linkType: hard + "color-convert@npm:^2.0.1": version: 2.0.1 resolution: "color-convert@npm:2.0.1" @@ -2059,7 +2187,16 @@ __metadata: languageName: node linkType: hard -"combined-stream@npm:^1.0.8": +"color-support@npm:^1.1.2": + version: 1.1.3 + resolution: "color-support@npm:1.1.3" + bin: + color-support: bin.js + checksum: 10c0/8ffeaa270a784dc382f62d9be0a98581db43e11eee301af14734a6d089bd456478b1a8b3e7db7ca7dc5b18a75f828f775c44074020b51c05fc00e6d0992b1cc6 + languageName: node + linkType: hard + +"combined-stream@npm:^1.0.6, combined-stream@npm:^1.0.8, combined-stream@npm:~1.0.6": version: 1.0.8 resolution: "combined-stream@npm:1.0.8" dependencies: @@ -2075,6 +2212,17 @@ __metadata: languageName: node linkType: hard +"concat-stream@npm:~1.5.1": + version: 1.5.2 + resolution: "concat-stream@npm:1.5.2" + dependencies: + inherits: "npm:~2.0.1" + readable-stream: "npm:~2.0.0" + typedarray: "npm:~0.0.5" + checksum: 10c0/cddbf5d79c96e3062deaf393d497deebc9798636af921c57d5b0de194c32a0188bc769888ae94ab0405802db6d25db58acddc0a761f8fad18697a904cc08be3b + languageName: node + linkType: hard + "concurrently@npm:^8.2.2": version: 8.2.2 resolution: "concurrently@npm:8.2.2" @@ -2095,6 +2243,36 @@ __metadata: languageName: node linkType: hard +"console-control-strings@npm:^1.0.0, console-control-strings@npm:^1.1.0": + version: 1.1.0 + resolution: "console-control-strings@npm:1.1.0" + checksum: 10c0/7ab51d30b52d461412cd467721bb82afe695da78fff8f29fe6f6b9cbaac9a2328e27a22a966014df9532100f6dd85370460be8130b9c677891ba36d96a343f50 + languageName: node + linkType: hard + +"contentstream@npm:^1.0.0": + version: 1.0.0 + resolution: "contentstream@npm:1.0.0" + dependencies: + readable-stream: "npm:~1.0.33-1" + checksum: 10c0/2e240602a2622c49f36e111be59c478e195d47b4c6b7281eee60f65c37ecaa91b4235d5e663d610f9cfdb7d01a0231ed09b7283ad78a6a4240e8f22c67db471f + languageName: node + linkType: hard + +"core-util-is@npm:1.0.2": + version: 1.0.2 + resolution: "core-util-is@npm:1.0.2" + checksum: 10c0/980a37a93956d0de8a828ce508f9b9e3317039d68922ca79995421944146700e4aaf490a6dbfebcb1c5292a7184600c7710b957d724be1e37b8254c6bc0fe246 + languageName: node + linkType: hard + +"core-util-is@npm:~1.0.0": + version: 1.0.3 + resolution: "core-util-is@npm:1.0.3" + checksum: 10c0/90a0e40abbddfd7618f8ccd63a74d88deea94e77d0e8dbbea059fa7ebebb8fbb4e2909667fe26f3a467073de1a542ebe6ae4c73a73745ac5833786759cd906c9 + languageName: node + linkType: hard + "cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.3": version: 7.0.3 resolution: "cross-spawn@npm:7.0.3" @@ -2106,6 +2284,31 @@ __metadata: languageName: node linkType: hard +"cwise-compiler@npm:^1.0.0, cwise-compiler@npm:^1.1.2": + version: 1.1.3 + resolution: "cwise-compiler@npm:1.1.3" + dependencies: + uniq: "npm:^1.0.0" + checksum: 10c0/91f38981c4c311cb55f2652d7f7cb31ab2d0bdcca556ac58d7085d43130713dfc19a1d4f5461a751e081ff112a4ada9ff01fa9566ad1c4461323ac7516e1f5cf + languageName: node + linkType: hard + +"dashdash@npm:^1.12.0": + version: 1.14.1 + resolution: "dashdash@npm:1.14.1" + dependencies: + assert-plus: "npm:^1.0.0" + checksum: 10c0/64589a15c5bd01fa41ff7007e0f2c6552c5ef2028075daa16b188a3721f4ba001841bf306dfc2eee6e2e6e7f76b38f5f17fb21fa847504192290ffa9e150118a + languageName: node + linkType: hard + +"data-uri-to-buffer@npm:0.0.3": + version: 0.0.3 + resolution: "data-uri-to-buffer@npm:0.0.3" + checksum: 10c0/1eecb9821f0b1359f6f037fb0b10ae86e25c129a9d9fd849da92de4a5f1387e64cb04c0809ac2349479000075bd25159e9e2977ee588da8ca2aba2d43ba339d2 + languageName: node + linkType: hard + "date-fns@npm:^2.30.0": version: 2.30.0 resolution: "date-fns@npm:2.30.0" @@ -2146,6 +2349,15 @@ __metadata: languageName: node linkType: hard +"decompress-response@npm:^6.0.0": + version: 6.0.0 + resolution: "decompress-response@npm:6.0.0" + dependencies: + mimic-response: "npm:^3.1.0" + checksum: 10c0/bd89d23141b96d80577e70c54fb226b2f40e74a6817652b80a116d7befb8758261ad073a8895648a29cc0a5947021ab66705cb542fa9c143c82022b27c5b175e + languageName: node + linkType: hard + "deep-eql@npm:^5.0.1": version: 5.0.2 resolution: "deep-eql@npm:5.0.2" @@ -2183,6 +2395,13 @@ __metadata: languageName: node linkType: hard +"delegates@npm:^1.0.0": + version: 1.0.0 + resolution: "delegates@npm:1.0.0" + checksum: 10c0/ba05874b91148e1db4bf254750c042bf2215febd23a6d3cda2e64896aef79745fbd4b9996488bd3cafb39ce19dbce0fd6e3b6665275638befffe1c9b312b91b5 + languageName: node + linkType: hard + "denque@npm:^2.1.0": version: 2.1.0 resolution: "denque@npm:2.1.0" @@ -2190,6 +2409,13 @@ __metadata: languageName: node linkType: hard +"detect-libc@npm:^2.0.0": + version: 2.0.3 + resolution: "detect-libc@npm:2.0.3" + checksum: 10c0/88095bda8f90220c95f162bf92cad70bd0e424913e655c20578600e35b91edc261af27531cf160a331e185c0ced93944bc7e09939143225f56312d7fd800fdb7 + languageName: node + linkType: hard + "discord-api-types@npm:0.37.83": version: 0.37.83 resolution: "discord-api-types@npm:0.37.83" @@ -2197,23 +2423,30 @@ __metadata: languageName: node linkType: hard -"discord.js@npm:^14.15.3": - version: 14.15.3 - resolution: "discord.js@npm:14.15.3" +"discord-api-types@npm:0.37.97": + version: 0.37.97 + resolution: "discord-api-types@npm:0.37.97" + checksum: 10c0/1a08a0f44d3a7439fd1ac4128e4a853c498fa5477e40bc68f2c62d5b2abe8aad1d1d402d8a59a6ac55adf348354dc6c97865a11548b1a25bf2f0878cff3a54b0 + languageName: node + linkType: hard + +"discord.js@npm:^14.16.2": + version: 14.16.2 + resolution: "discord.js@npm:14.16.2" dependencies: - "@discordjs/builders": "npm:^1.8.2" + "@discordjs/builders": "npm:^1.9.0" "@discordjs/collection": "npm:1.5.3" - "@discordjs/formatters": "npm:^0.4.0" - "@discordjs/rest": "npm:^2.3.0" - "@discordjs/util": "npm:^1.1.0" - "@discordjs/ws": "npm:^1.1.1" + "@discordjs/formatters": "npm:^0.5.0" + "@discordjs/rest": "npm:^2.4.0" + "@discordjs/util": "npm:^1.1.1" + "@discordjs/ws": "npm:1.1.1" "@sapphire/snowflake": "npm:3.5.3" - discord-api-types: "npm:0.37.83" + discord-api-types: "npm:0.37.97" fast-deep-equal: "npm:3.1.3" lodash.snakecase: "npm:4.1.1" - tslib: "npm:2.6.2" - undici: "npm:6.13.0" - checksum: 10c0/21a4e28541c29bf7170835f42cebc684e83615221f3c1262677e1f363e8fd28e7367e35bceabaea15873d965aecf0a832df6d572790ddec104bd0e025d11bdb8 + tslib: "npm:^2.6.3" + undici: "npm:6.19.8" + checksum: 10c0/2b4289d6a3b3f5c2978dbfa840225d2f789eaf161ae85bf12e0125b5096eb64562c170dfc7f0d1ee389beb565cabe45733a27853178b2d0dc78548b5d1a83338 languageName: node linkType: hard @@ -2255,6 +2488,25 @@ __metadata: languageName: node linkType: hard +"ecc-jsbn@npm:~0.1.1": + version: 0.1.2 + resolution: "ecc-jsbn@npm:0.1.2" + dependencies: + jsbn: "npm:~0.1.0" + safer-buffer: "npm:^2.1.0" + checksum: 10c0/6cf168bae1e2dad2e46561d9af9cbabfbf5ff592176ad4e9f0f41eaaf5fe5e10bb58147fe0a804de62b1ee9dad42c28810c88d652b21b6013c47ba8efa274ca1 + languageName: node + linkType: hard + +"ecdsa-sig-formatter@npm:1.0.11, ecdsa-sig-formatter@npm:^1.0.11": + version: 1.0.11 + resolution: "ecdsa-sig-formatter@npm:1.0.11" + dependencies: + safe-buffer: "npm:^5.0.1" + checksum: 10c0/ebfbf19d4b8be938f4dd4a83b8788385da353d63307ede301a9252f9f7f88672e76f2191618fd8edfc2f24679236064176fab0b78131b161ee73daa37125408c + languageName: node + linkType: hard + "emoji-regex@npm:^10.2.1": version: 10.2.1 resolution: "emoji-regex@npm:10.2.1" @@ -2433,7 +2685,28 @@ __metadata: languageName: node linkType: hard -"fast-deep-equal@npm:3.1.3, fast-deep-equal@npm:^3.1.3": +"extend@npm:^3.0.2, extend@npm:~3.0.2": + version: 3.0.2 + resolution: "extend@npm:3.0.2" + checksum: 10c0/73bf6e27406e80aa3e85b0d1c4fd987261e628064e170ca781125c0b635a3dabad5e05adbf07595ea0cf1e6c5396cacb214af933da7cbaf24fe75ff14818e8f9 + languageName: node + linkType: hard + +"extsprintf@npm:1.3.0": + version: 1.3.0 + resolution: "extsprintf@npm:1.3.0" + checksum: 10c0/f75114a8388f0cbce68e277b6495dc3930db4dde1611072e4a140c24e204affd77320d004b947a132e9a3b97b8253017b2b62dce661975fb0adced707abf1ab5 + languageName: node + linkType: hard + +"extsprintf@npm:^1.2.0": + version: 1.4.1 + resolution: "extsprintf@npm:1.4.1" + checksum: 10c0/e10e2769985d0e9b6c7199b053a9957589d02e84de42832c295798cb422a025e6d4a92e0259c1fb4d07090f5bfde6b55fd9f880ac5855bd61d775f8ab75a7ab0 + languageName: node + linkType: hard + +"fast-deep-equal@npm:3.1.3, fast-deep-equal@npm:^3.1.1, fast-deep-equal@npm:^3.1.3": version: 3.1.3 resolution: "fast-deep-equal@npm:3.1.3" checksum: 10c0/40dedc862eb8992c54579c66d914635afbec43350afbbe991235fdcb4e3a8d5af1b23ae7e79bef7d4882d0ecee06c3197488026998fb19f72dc95acff1d1b1d0 @@ -2453,6 +2726,13 @@ __metadata: languageName: node linkType: hard +"fast-json-stable-stringify@npm:^2.0.0": + version: 2.1.0 + resolution: "fast-json-stable-stringify@npm:2.1.0" + checksum: 10c0/7f081eb0b8a64e0057b3bb03f974b3ef00135fbf36c1c710895cd9300f13c94ba809bb3a81cf4e1b03f6e5285610a61abbd7602d0652de423144dfee5a389c9b + languageName: node + linkType: hard + "fastq@npm:^1.6.0": version: 1.17.1 resolution: "fastq@npm:1.17.1" @@ -2462,26 +2742,6 @@ __metadata: languageName: node linkType: hard -"fengari-interop@npm:^0.1.3": - version: 0.1.3 - resolution: "fengari-interop@npm:0.1.3" - peerDependencies: - fengari: ^0.1.0 - checksum: 10c0/4e32a8731e8e4de9a7e1697e4c2c82bf586242e8067c83bff340c3207a135e8df354d74df924bf04e52d7486f54ed1c184c68fc0387460a9b2af4763503f7eae - languageName: node - linkType: hard - -"fengari@npm:^0.1.4": - version: 0.1.4 - resolution: "fengari@npm:0.1.4" - dependencies: - readline-sync: "npm:^1.4.9" - sprintf-js: "npm:^1.1.1" - tmp: "npm:^0.0.33" - checksum: 10c0/c5b4ba983ca9a0d0875fc4b3e7f1a0285662540d69ce9ab4a83c16f00450e6cea1e8e7eedd250fa54586b537c91bd0238a1774063f38cdeace946db1a4439ab7 - languageName: node - linkType: hard - "fill-range@npm:^7.1.1": version: 7.1.1 resolution: "fill-range@npm:7.1.1" @@ -2491,6 +2751,23 @@ __metadata: languageName: node linkType: hard +"first-chunk-stream@npm:^1.0.0": + version: 1.0.0 + resolution: "first-chunk-stream@npm:1.0.0" + checksum: 10c0/95bf418276dfaf8c351406e5d73531218fe5fd20b384321cfa7c41438add533c39a5499334fcd3cf7b7fe147fbb4ab4d6d32349ddfa82874f792e977bcb8a87b + languageName: node + linkType: hard + +"follow-redirects@npm:^1.15.6": + version: 1.15.9 + resolution: "follow-redirects@npm:1.15.9" + peerDependenciesMeta: + debug: + optional: true + checksum: 10c0/5829165bd112c3c0e82be6c15b1a58fa9dcfaede3b3c54697a82fe4a62dd5ae5e8222956b448d2f98e331525f05d00404aba7d696de9e761ef6e42fdc780244f + languageName: node + linkType: hard + "foreground-child@npm:^3.1.0": version: 3.1.1 resolution: "foreground-child@npm:3.1.1" @@ -2501,6 +2778,13 @@ __metadata: languageName: node linkType: hard +"forever-agent@npm:~0.6.1": + version: 0.6.1 + resolution: "forever-agent@npm:0.6.1" + checksum: 10c0/364f7f5f7d93ab661455351ce116a67877b66f59aca199559a999bd39e3cfadbfbfacc10415a915255e2210b30c23febe9aec3ca16bf2d1ff11c935a1000e24c + languageName: node + linkType: hard + "form-data@npm:^3.0.0": version: 3.0.1 resolution: "form-data@npm:3.0.1" @@ -2512,6 +2796,28 @@ __metadata: languageName: node linkType: hard +"form-data@npm:^4.0.0": + version: 4.0.0 + resolution: "form-data@npm:4.0.0" + dependencies: + asynckit: "npm:^0.4.0" + combined-stream: "npm:^1.0.8" + mime-types: "npm:^2.1.12" + checksum: 10c0/cb6f3ac49180be03ff07ba3ff125f9eba2ff0b277fb33c7fc47569fc5e616882c5b1c69b9904c4c4187e97dd0419dd03b134174756f296dec62041e6527e2c6e + languageName: node + linkType: hard + +"form-data@npm:~2.3.2": + version: 2.3.3 + resolution: "form-data@npm:2.3.3" + dependencies: + asynckit: "npm:^0.4.0" + combined-stream: "npm:^1.0.6" + mime-types: "npm:^2.1.12" + checksum: 10c0/706ef1e5649286b6a61e5bb87993a9842807fd8f149cd2548ee807ea4fb882247bdf7f6e64ac4720029c0cd5c80343de0e22eee1dc9e9882e12db9cc7bc016a4 + languageName: node + linkType: hard + "fs-extra@npm:^11.1.1": version: 11.2.0 resolution: "fs-extra@npm:11.2.0" @@ -2541,6 +2847,13 @@ __metadata: languageName: node linkType: hard +"fs.realpath@npm:^1.0.0": + version: 1.0.0 + resolution: "fs.realpath@npm:1.0.0" + checksum: 10c0/444cf1291d997165dfd4c0d58b69f0e4782bfd9149fd72faa4fe299e68e0e93d6db941660b37dd29153bf7186672ececa3b50b7e7249477b03fdf850f287c948 + languageName: node + linkType: hard + "fsevents@npm:~2.3.2": version: 2.3.2 resolution: "fsevents@npm:2.3.2" @@ -2586,6 +2899,46 @@ __metadata: languageName: node linkType: hard +"gauge@npm:^3.0.0": + version: 3.0.2 + resolution: "gauge@npm:3.0.2" + dependencies: + aproba: "npm:^1.0.3 || ^2.0.0" + color-support: "npm:^1.1.2" + console-control-strings: "npm:^1.0.0" + has-unicode: "npm:^2.0.1" + object-assign: "npm:^4.1.1" + signal-exit: "npm:^3.0.0" + string-width: "npm:^4.2.3" + strip-ansi: "npm:^6.0.1" + wide-align: "npm:^1.1.2" + checksum: 10c0/75230ccaf216471e31025c7d5fcea1629596ca20792de50c596eb18ffb14d8404f927cd55535aab2eeecd18d1e11bd6f23ec3c2e9878d2dda1dc74bccc34b913 + languageName: node + linkType: hard + +"gaxios@npm:^6.0.0, gaxios@npm:^6.1.1": + version: 6.7.1 + resolution: "gaxios@npm:6.7.1" + dependencies: + extend: "npm:^3.0.2" + https-proxy-agent: "npm:^7.0.1" + is-stream: "npm:^2.0.0" + node-fetch: "npm:^2.6.9" + uuid: "npm:^9.0.1" + checksum: 10c0/53e92088470661c5bc493a1de29d05aff58b1f0009ec5e7903f730f892c3642a93e264e61904383741ccbab1ce6e519f12a985bba91e13527678b32ee6d7d3fd + languageName: node + linkType: hard + +"gcp-metadata@npm:^6.1.0": + version: 6.1.0 + resolution: "gcp-metadata@npm:6.1.0" + dependencies: + gaxios: "npm:^6.0.0" + json-bigint: "npm:^1.0.0" + checksum: 10c0/0f84f8c0b974e79d0da0f3063023486e53d7982ce86c4b5871e4ee3b1fc4e7f76fcc05f6342aa0ded5023f1a499c21ab97743a498b31f3aa299905226d1f66ab + languageName: node + linkType: hard + "get-caller-file@npm:^2.0.5": version: 2.0.5 resolution: "get-caller-file@npm:2.0.5" @@ -2600,6 +2953,25 @@ __metadata: languageName: node linkType: hard +"get-pixels@npm:~3.3.0": + version: 3.3.3 + resolution: "get-pixels@npm:3.3.3" + dependencies: + data-uri-to-buffer: "npm:0.0.3" + jpeg-js: "npm:^0.4.1" + mime-types: "npm:^2.0.1" + ndarray: "npm:^1.0.13" + ndarray-pack: "npm:^1.1.1" + node-bitmap: "npm:0.0.1" + omggif: "npm:^1.0.5" + parse-data-uri: "npm:^0.2.0" + pngjs: "npm:^3.3.3" + request: "npm:^2.44.0" + through: "npm:^2.3.4" + checksum: 10c0/e8e0a286f7849d2cd3c8ab8707f5bf12268b24e1f0170ddd79fda66910d7134551b713090ed54ef05b34cd8c27a35f25141f2070359e7a5fc44a16373e106e2a + languageName: node + linkType: hard + "get-stream@npm:^8.0.1": version: 8.0.1 resolution: "get-stream@npm:8.0.1" @@ -2616,6 +2988,24 @@ __metadata: languageName: node linkType: hard +"getpass@npm:^0.1.1": + version: 0.1.7 + resolution: "getpass@npm:0.1.7" + dependencies: + assert-plus: "npm:^1.0.0" + checksum: 10c0/c13f8530ecf16fc509f3fa5cd8dd2129ffa5d0c7ccdf5728b6022d52954c2d24be3706b4cdf15333eec52f1fbb43feb70a01dabc639d1d10071e371da8aaa52f + languageName: node + linkType: hard + +"gif-encoder@npm:~0.4.1": + version: 0.4.3 + resolution: "gif-encoder@npm:0.4.3" + dependencies: + readable-stream: "npm:~1.1.9" + checksum: 10c0/e83ede0e104a332637efa5714858db8bac7b8156e0f723cabb1569a0e40b63b250ced498f123c5b1593f12a548dfeee77d286e765b5c658fd58982b08306c39f + languageName: node + linkType: hard + "glob-parent@npm:^5.1.2, glob-parent@npm:~5.1.2": version: 5.1.2 resolution: "glob-parent@npm:5.1.2" @@ -2657,13 +3047,96 @@ __metadata: languageName: node linkType: hard -"graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.6": +"glob@npm:^7.1.3": + version: 7.2.3 + resolution: "glob@npm:7.2.3" + dependencies: + fs.realpath: "npm:^1.0.0" + inflight: "npm:^1.0.4" + inherits: "npm:2" + minimatch: "npm:^3.1.1" + once: "npm:^1.3.0" + path-is-absolute: "npm:^1.0.0" + checksum: 10c0/65676153e2b0c9095100fe7f25a778bf45608eeb32c6048cf307f579649bcc30353277b3b898a3792602c65764e5baa4f643714dfbdfd64ea271d210c7a425fe + languageName: node + linkType: hard + +"glob@npm:^8.0.3": + version: 8.1.0 + resolution: "glob@npm:8.1.0" + dependencies: + fs.realpath: "npm:^1.0.0" + inflight: "npm:^1.0.4" + inherits: "npm:2" + minimatch: "npm:^5.0.1" + once: "npm:^1.3.0" + checksum: 10c0/cb0b5cab17a59c57299376abe5646c7070f8acb89df5595b492dba3bfb43d301a46c01e5695f01154e6553168207cb60d4eaf07d3be4bc3eb9b0457c5c561d0f + languageName: node + linkType: hard + +"google-auth-library@npm:^9.14.1": + version: 9.14.1 + resolution: "google-auth-library@npm:9.14.1" + dependencies: + base64-js: "npm:^1.3.0" + ecdsa-sig-formatter: "npm:^1.0.11" + gaxios: "npm:^6.1.1" + gcp-metadata: "npm:^6.1.0" + gtoken: "npm:^7.0.0" + jws: "npm:^4.0.0" + checksum: 10c0/050e16343d93768300a800bc69773d8c451c4e778b0e503fc9dcf72e40e9563c0877f7a79ed06dffad664b49fdd1183080c41f081034b86d54a6795475fb73d2 + languageName: node + linkType: hard + +"google-spreadsheet@npm:^4.1.4": + version: 4.1.4 + resolution: "google-spreadsheet@npm:4.1.4" + dependencies: + axios: "npm:^1.7.7" + lodash: "npm:^4.17.21" + peerDependencies: + google-auth-library: ^8.8.0 || ^9.0.0 + peerDependenciesMeta: + google-auth-library: + optional: true + checksum: 10c0/354f2d000c362965d53af5f44189b05d01c1f531778254529968bd39ef0351de75f39acde9205eff6e69fa84734f8d1991745c463a30c352ee7610a1b5a5a48a + languageName: node + linkType: hard + +"graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.6": version: 4.2.11 resolution: "graceful-fs@npm:4.2.11" checksum: 10c0/386d011a553e02bc594ac2ca0bd6d9e4c22d7fa8cfbfc448a6d148c59ea881b092db9dbe3547ae4b88e55f1b01f7c4a2ecc53b310c042793e63aa44cf6c257f2 languageName: node linkType: hard +"gtoken@npm:^7.0.0": + version: 7.1.0 + resolution: "gtoken@npm:7.1.0" + dependencies: + gaxios: "npm:^6.0.0" + jws: "npm:^4.0.0" + checksum: 10c0/0a3dcacb1a3c4578abe1ee01c7d0bf20bffe8ded3ee73fc58885d53c00f6eb43b4e1372ff179f0da3ed5cfebd5b7c6ab8ae2776f1787e90d943691b4fe57c716 + languageName: node + linkType: hard + +"har-schema@npm:^2.0.0": + version: 2.0.0 + resolution: "har-schema@npm:2.0.0" + checksum: 10c0/3856cb76152658e0002b9c2b45b4360bb26b3e832c823caed8fcf39a01096030bf09fa5685c0f7b0f2cb3ecba6e9dce17edaf28b64a423d6201092e6be56e592 + languageName: node + linkType: hard + +"har-validator@npm:~5.1.3": + version: 5.1.5 + resolution: "har-validator@npm:5.1.5" + dependencies: + ajv: "npm:^6.12.3" + har-schema: "npm:^2.0.0" + checksum: 10c0/f1d606eb1021839e3a905be5ef7cca81c2256a6be0748efb8fefc14312214f9e6c15d7f2eaf37514104071207d84f627b68bb9f6178703da4e06fbd1a0649a5e + languageName: node + linkType: hard + "has-flag@npm:^3.0.0": version: 3.0.0 resolution: "has-flag@npm:3.0.0" @@ -2678,6 +3151,13 @@ __metadata: languageName: node linkType: hard +"has-unicode@npm:^2.0.1": + version: 2.0.1 + resolution: "has-unicode@npm:2.0.1" + checksum: 10c0/ebdb2f4895c26bb08a8a100b62d362e49b2190bcfd84b76bc4be1a3bd4d254ec52d0dd9f2fbcc093fc5eb878b20c52146f9dfd33e2686ed28982187be593b47c + languageName: node + linkType: hard + "hasown@npm:^2.0.2": version: 2.0.2 resolution: "hasown@npm:2.0.2" @@ -2711,6 +3191,27 @@ __metadata: languageName: node linkType: hard +"http-signature@npm:~1.2.0": + version: 1.2.0 + resolution: "http-signature@npm:1.2.0" + dependencies: + assert-plus: "npm:^1.0.0" + jsprim: "npm:^1.2.2" + sshpk: "npm:^1.7.0" + checksum: 10c0/582f7af7f354429e1fb19b3bbb9d35520843c69bb30a25b88ca3c5c2c10715f20ae7924e20cffbed220b1d3a726ef4fe8ccc48568d5744db87be9a79887d6733 + languageName: node + linkType: hard + +"https-proxy-agent@npm:^5.0.0": + version: 5.0.1 + resolution: "https-proxy-agent@npm:5.0.1" + dependencies: + agent-base: "npm:6" + debug: "npm:4" + checksum: 10c0/6dd639f03434003577c62b27cafdb864784ef19b2de430d8ae2a1d45e31c4fd60719e5637b44db1a88a046934307da7089e03d6089ec3ddacc1189d8de8897d1 + languageName: node + linkType: hard + "https-proxy-agent@npm:^7.0.1": version: 7.0.5 resolution: "https-proxy-agent@npm:7.0.5" @@ -2789,26 +3290,20 @@ __metadata: languageName: node linkType: hard -"inherits@npm:^2.0.3, inherits@npm:^2.0.4": - version: 2.0.4 - resolution: "inherits@npm:2.0.4" - checksum: 10c0/4e531f648b29039fb7426fb94075e6545faa1eb9fe83c29f0b6d9e7263aceb4289d2d4557db0d428188eeb449cc7c5e77b0a0b2c4e248ff2a65933a0dee49ef2 +"inflight@npm:^1.0.4": + version: 1.0.6 + resolution: "inflight@npm:1.0.6" + dependencies: + once: "npm:^1.3.0" + wrappy: "npm:1" + checksum: 10c0/7faca22584600a9dc5b9fca2cd5feb7135ac8c935449837b315676b4c90aa4f391ec4f42240178244b5a34e8bede1948627fda392ca3191522fc46b34e985ab2 languageName: node linkType: hard -"ioredis-mock@npm:^8.9.0": - version: 8.9.0 - resolution: "ioredis-mock@npm:8.9.0" - dependencies: - "@ioredis/as-callback": "npm:^3.0.0" - "@ioredis/commands": "npm:^1.2.0" - fengari: "npm:^0.1.4" - fengari-interop: "npm:^0.1.3" - semver: "npm:^7.5.4" - peerDependencies: - "@types/ioredis-mock": ^8 - ioredis: ^5 - checksum: 10c0/d5d3fddf6cdd8880d7ed7693505e48c2fa345c0d04ac6c7dc00101ba3da042ec58d4063e2350dbaf52b821b7f2e974175f1aaa89eda5d154d2a647266aea4157 +"inherits@npm:2, inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.1, inherits@npm:~2.0.3": + version: 2.0.4 + resolution: "inherits@npm:2.0.4" + checksum: 10c0/4e531f648b29039fb7426fb94075e6545faa1eb9fe83c29f0b6d9e7263aceb4289d2d4557db0d428188eeb449cc7c5e77b0a0b2c4e248ff2a65933a0dee49ef2 languageName: node linkType: hard @@ -2829,6 +3324,13 @@ __metadata: languageName: node linkType: hard +"iota-array@npm:^1.0.0": + version: 1.0.0 + resolution: "iota-array@npm:1.0.0" + checksum: 10c0/a6bfc7d5bf0338ade227b302eda52cea3db44cc6dd5803154147cdcee28e9cb65ca76c5859ab2bfe21d91ecc945c57a0dd446bbc657581bbdf92cda9c24def56 + languageName: node + linkType: hard + "ip-address@npm:^9.0.5": version: 9.0.5 resolution: "ip-address@npm:9.0.5" @@ -2848,6 +3350,13 @@ __metadata: languageName: node linkType: hard +"is-buffer@npm:^1.0.2": + version: 1.1.6 + resolution: "is-buffer@npm:1.1.6" + checksum: 10c0/ae18aa0b6e113d6c490ad1db5e8df9bdb57758382b313f5a22c9c61084875c6396d50bbf49315f5b1926d142d74dfb8d31b40d993a383e0a158b15fea7a82234 + languageName: node + linkType: hard + "is-core-module@npm:^2.13.0": version: 2.14.0 resolution: "is-core-module@npm:2.14.0" @@ -2901,6 +3410,13 @@ __metadata: languageName: node linkType: hard +"is-stream@npm:^2.0.0": + version: 2.0.1 + resolution: "is-stream@npm:2.0.1" + checksum: 10c0/7c284241313fc6efc329b8d7f08e16c0efeb6baab1b4cd0ba579eb78e5af1aa5da11e68559896a2067cd6c526bd29241dda4eb1225e627d5aa1a89a76d4635a5 + languageName: node + linkType: hard + "is-stream@npm:^3.0.0": version: 3.0.0 resolution: "is-stream@npm:3.0.0" @@ -2908,6 +3424,13 @@ __metadata: languageName: node linkType: hard +"is-typedarray@npm:~1.0.0": + version: 1.0.0 + resolution: "is-typedarray@npm:1.0.0" + checksum: 10c0/4c096275ba041a17a13cca33ac21c16bc4fd2d7d7eb94525e7cd2c2f2c1a3ab956e37622290642501ff4310601e413b675cf399ad6db49855527d2163b3eeeec + languageName: node + linkType: hard + "is-unicode-supported@npm:^0.1.0": version: 0.1.0 resolution: "is-unicode-supported@npm:0.1.0" @@ -2915,6 +3438,27 @@ __metadata: languageName: node linkType: hard +"is-utf8@npm:^0.2.0": + version: 0.2.1 + resolution: "is-utf8@npm:0.2.1" + checksum: 10c0/3ed45e5b4ddfa04ed7e32c63d29c61b980ecd6df74698f45978b8c17a54034943bcbffb6ae243202e799682a66f90fef526f465dd39438745e9fe70794c1ef09 + languageName: node + linkType: hard + +"isarray@npm:0.0.1": + version: 0.0.1 + resolution: "isarray@npm:0.0.1" + checksum: 10c0/ed1e62da617f71fe348907c71743b5ed550448b455f8d269f89a7c7ddb8ae6e962de3dab6a74a237b06f5eb7f6ece7a45ada8ce96d87fe972926530f91ae3311 + languageName: node + linkType: hard + +"isarray@npm:~1.0.0": + version: 1.0.0 + resolution: "isarray@npm:1.0.0" + checksum: 10c0/18b5be6669be53425f0b84098732670ed4e727e3af33bc7f948aac01782110eb9a18b3b329c5323bcdd3acdaae547ee077d3951317e7f133bff7105264b3003d + languageName: node + linkType: hard + "isexe@npm:^2.0.0": version: 2.0.0 resolution: "isexe@npm:2.0.0" @@ -2929,6 +3473,13 @@ __metadata: languageName: node linkType: hard +"isstream@npm:~0.1.2": + version: 0.1.2 + resolution: "isstream@npm:0.1.2" + checksum: 10c0/a6686a878735ca0a48e0d674dd6d8ad31aedfaf70f07920da16ceadc7577b46d67179a60b313f2e6860cb097a2c2eb3cbd0b89e921ae89199a59a17c3273d66f + languageName: node + linkType: hard + "istanbul-lib-coverage@npm:^3.0.0": version: 3.2.0 resolution: "istanbul-lib-coverage@npm:3.2.0" @@ -2999,6 +3550,13 @@ __metadata: languageName: node linkType: hard +"jpeg-js@npm:^0.4.1, jpeg-js@npm:^0.4.3": + version: 0.4.4 + resolution: "jpeg-js@npm:0.4.4" + checksum: 10c0/4d0d5097f8e55d8bbce6f1dc32ffaf3f43f321f6222e4e6490734fdc6d005322e3bd6fb992c2df7f5b587343b1441a1c333281dc3285bc9116e369fd2a2b43a7 + languageName: node + linkType: hard + "js-tokens@npm:^9.0.0": version: 9.0.0 resolution: "js-tokens@npm:9.0.0" @@ -3013,6 +3571,43 @@ __metadata: languageName: node linkType: hard +"jsbn@npm:~0.1.0": + version: 0.1.1 + resolution: "jsbn@npm:0.1.1" + checksum: 10c0/e046e05c59ff880ee4ef68902dbdcb6d2f3c5d60c357d4d68647dc23add556c31c0e5f41bdb7e69e793dd63468bd9e085da3636341048ef577b18f5b713877c0 + languageName: node + linkType: hard + +"json-bigint@npm:^1.0.0": + version: 1.0.0 + resolution: "json-bigint@npm:1.0.0" + dependencies: + bignumber.js: "npm:^9.0.0" + checksum: 10c0/e3f34e43be3284b573ea150a3890c92f06d54d8ded72894556357946aeed9877fd795f62f37fe16509af189fd314ab1104d0fd0f163746ad231b9f378f5b33f4 + languageName: node + linkType: hard + +"json-schema-traverse@npm:^0.4.1": + version: 0.4.1 + resolution: "json-schema-traverse@npm:0.4.1" + checksum: 10c0/108fa90d4cc6f08243aedc6da16c408daf81793bf903e9fd5ab21983cda433d5d2da49e40711da016289465ec2e62e0324dcdfbc06275a607fe3233fde4942ce + languageName: node + linkType: hard + +"json-schema@npm:0.4.0": + version: 0.4.0 + resolution: "json-schema@npm:0.4.0" + checksum: 10c0/d4a637ec1d83544857c1c163232f3da46912e971d5bf054ba44fdb88f07d8d359a462b4aec46f2745efbc57053365608d88bc1d7b1729f7b4fc3369765639ed3 + languageName: node + linkType: hard + +"json-stringify-safe@npm:~5.0.1": + version: 5.0.1 + resolution: "json-stringify-safe@npm:5.0.1" + checksum: 10c0/7dbf35cd0411d1d648dceb6d59ce5857ec939e52e4afc37601aa3da611f0987d5cee5b38d58329ceddf3ed48bd7215229c8d52059ab01f2444a338bf24ed0f37 + languageName: node + linkType: hard + "jsonfile@npm:^6.0.1": version: 6.1.0 resolution: "jsonfile@npm:6.1.0" @@ -3026,6 +3621,48 @@ __metadata: languageName: node linkType: hard +"jsprim@npm:^1.2.2": + version: 1.4.2 + resolution: "jsprim@npm:1.4.2" + dependencies: + assert-plus: "npm:1.0.0" + extsprintf: "npm:1.3.0" + json-schema: "npm:0.4.0" + verror: "npm:1.10.0" + checksum: 10c0/5e4bca99e90727c2040eb4c2190d0ef1fe51798ed5714e87b841d304526190d960f9772acc7108fa1416b61e1122bcd60e4460c91793dce0835df5852aab55af + languageName: node + linkType: hard + +"jwa@npm:^2.0.0": + version: 2.0.0 + resolution: "jwa@npm:2.0.0" + dependencies: + buffer-equal-constant-time: "npm:1.0.1" + ecdsa-sig-formatter: "npm:1.0.11" + safe-buffer: "npm:^5.0.1" + checksum: 10c0/6baab823b93c038ba1d2a9e531984dcadbc04e9eb98d171f4901b7a40d2be15961a359335de1671d78cb6d987f07cbe5d350d8143255977a889160c4d90fcc3c + languageName: node + linkType: hard + +"jws@npm:^4.0.0": + version: 4.0.0 + resolution: "jws@npm:4.0.0" + dependencies: + jwa: "npm:^2.0.0" + safe-buffer: "npm:^5.0.1" + checksum: 10c0/f1ca77ea5451e8dc5ee219cb7053b8a4f1254a79cb22417a2e1043c1eb8a569ae118c68f24d72a589e8a3dd1824697f47d6bd4fb4bebb93a3bdf53545e721661 + languageName: node + linkType: hard + +"layout@npm:~2.2.0": + version: 2.2.0 + resolution: "layout@npm:2.2.0" + dependencies: + bin-pack: "npm:~1.0.1" + checksum: 10c0/2671154f52fe1f6a7e10f5bc0051e91395b0669ac88a6e33fb1f4e9fe45931722f6e787a09294f823a3f97ff974b79c3e2f555d5d9bb2f7510ebec39e6114639 + languageName: node + linkType: hard + "lodash.defaults@npm:^4.2.0": version: 4.2.0 resolution: "lodash.defaults@npm:4.2.0" @@ -3130,7 +3767,7 @@ __metadata: languageName: node linkType: hard -"make-dir@npm:^3.0.0": +"make-dir@npm:^3.0.0, make-dir@npm:^3.1.0": version: 3.1.0 resolution: "make-dir@npm:3.1.0" dependencies: @@ -3190,12 +3827,12 @@ __metadata: linkType: hard "micromatch@npm:^4.0.4": - version: 4.0.4 - resolution: "micromatch@npm:4.0.4" + version: 4.0.8 + resolution: "micromatch@npm:4.0.8" dependencies: - braces: "npm:^3.0.1" - picomatch: "npm:^2.2.3" - checksum: 10c0/87bc95e3e52ebe413dbadd43c96e797c736bf238f154e3b546859493e83781b6f7fa4dfa54e423034fb9aeea65259ee6480551581271c348d8e19214910a5a64 + braces: "npm:^3.0.3" + picomatch: "npm:^2.3.1" + checksum: 10c0/166fa6eb926b9553f32ef81f5f531d27b4ce7da60e5baf8c021d043b27a388fb95e46a8038d5045877881e673f8134122b59624d5cecbd16eb50a42e7a6b5ca8 languageName: node linkType: hard @@ -3206,6 +3843,22 @@ __metadata: languageName: node linkType: hard +"mime-db@npm:1.52.0": + version: 1.52.0 + resolution: "mime-db@npm:1.52.0" + checksum: 10c0/0557a01deebf45ac5f5777fe7740b2a5c309c6d62d40ceab4e23da9f821899ce7a900b7ac8157d4548ddbb7beffe9abc621250e6d182b0397ec7f10c7b91a5aa + languageName: node + linkType: hard + +"mime-types@npm:^2.0.1, mime-types@npm:~2.1.19, mime-types@npm:~2.1.7": + version: 2.1.35 + resolution: "mime-types@npm:2.1.35" + dependencies: + mime-db: "npm:1.52.0" + checksum: 10c0/82fb07ec56d8ff1fc999a84f2f217aa46cb6ed1033fefaabd5785b9a974ed225c90dc72fff460259e66b95b73648596dbcc50d51ed69cdf464af2d237d3149b2 + languageName: node + linkType: hard + "mime-types@npm:^2.1.12": version: 2.1.31 resolution: "mime-types@npm:2.1.31" @@ -3229,7 +3882,14 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^3.1.2": +"mimic-response@npm:^3.1.0": + version: 3.1.0 + resolution: "mimic-response@npm:3.1.0" + checksum: 10c0/0d6f07ce6e03e9e4445bee655202153bdb8a98d67ee8dc965ac140900d7a2688343e6b4c9a72cfc9ef2f7944dfd76eef4ab2482eb7b293a68b84916bac735362 + languageName: node + linkType: hard + +"minimatch@npm:^3.1.1, minimatch@npm:^3.1.2": version: 3.1.2 resolution: "minimatch@npm:3.1.2" dependencies: @@ -3238,6 +3898,15 @@ __metadata: languageName: node linkType: hard +"minimatch@npm:^5.0.1": + version: 5.1.6 + resolution: "minimatch@npm:5.1.6" + dependencies: + brace-expansion: "npm:^2.0.1" + checksum: 10c0/3defdfd230914f22a8da203747c42ee3c405c39d4d37ffda284dac5e45b7e1f6c49aa8be606509002898e73091ff2a3bbfc59c2c6c71d4660609f63aa92f98e3 + languageName: node + linkType: hard + "minimatch@npm:^9.0.4": version: 9.0.5 resolution: "minimatch@npm:9.0.5" @@ -3347,6 +4016,15 @@ __metadata: languageName: node linkType: hard +"mkdirp@npm:^3.0.1": + version: 3.0.1 + resolution: "mkdirp@npm:3.0.1" + bin: + mkdirp: dist/cjs/src/bin.js + checksum: 10c0/9f2b975e9246351f5e3a40dcfac99fcd0baa31fbfab615fe059fb11e51f10e4803c63de1f384c54d656e4db31d000e4767e9ef076a22e12a641357602e31d57d + languageName: node + linkType: hard + "module-details-from-path@npm:^1.0.3": version: 1.0.3 resolution: "module-details-from-path@npm:1.0.3" @@ -3386,6 +4064,35 @@ __metadata: languageName: node linkType: hard +"ndarray-ops@npm:^1.2.2": + version: 1.2.2 + resolution: "ndarray-ops@npm:1.2.2" + dependencies: + cwise-compiler: "npm:^1.0.0" + checksum: 10c0/7391bfcc5d4f0142110c8c478332ea33d358bb3d6df8134d187ec5fb533fd2e034f919372f43c594e12609ce327e626cde52d23f966dcbc7c6f50c5710e4c2fd + languageName: node + linkType: hard + +"ndarray-pack@npm:^1.1.1": + version: 1.2.1 + resolution: "ndarray-pack@npm:1.2.1" + dependencies: + cwise-compiler: "npm:^1.1.2" + ndarray: "npm:^1.0.13" + checksum: 10c0/1e312c4f00033f076c7b5702a7ec3a56135e25dd277409791b8b89d928561190600dd12749c698990acad3d6098031a0f22f9aba075933a750893cb531c48a6e + languageName: node + linkType: hard + +"ndarray@npm:^1.0.13, ndarray@npm:^1.0.18, ndarray@npm:~1.0.15": + version: 1.0.19 + resolution: "ndarray@npm:1.0.19" + dependencies: + iota-array: "npm:^1.0.0" + is-buffer: "npm:^1.0.2" + checksum: 10c0/e5929a845dae326052ff024f4f624b5f81e0be750224495baa0c7a02afd4e1117198452465c052f0bd111358b05c15655a797ec959dbbbe042c6ae573de09046 + languageName: node + linkType: hard + "negotiator@npm:^0.6.3": version: 0.6.3 resolution: "negotiator@npm:0.6.3" @@ -3413,6 +4120,13 @@ __metadata: languageName: node linkType: hard +"node-bitmap@npm:0.0.1": + version: 0.0.1 + resolution: "node-bitmap@npm:0.0.1" + checksum: 10c0/b45dc6bf1b51209359165ac546d31e7f43fdec386839637aa15d66a2cf4fa8ccb7d0c9c7d0eb180747ef02e5612c04cfecbf61c2756ba4ba79a555a06a18ba6f + languageName: node + linkType: hard + "node-cron@npm:^3.0.3": version: 3.0.3 resolution: "node-cron@npm:3.0.3" @@ -3436,6 +4150,20 @@ __metadata: languageName: node linkType: hard +"node-fetch@npm:^2.6.9": + version: 2.7.0 + resolution: "node-fetch@npm:2.7.0" + dependencies: + whatwg-url: "npm:^5.0.0" + peerDependencies: + encoding: ^0.1.0 + peerDependenciesMeta: + encoding: + optional: true + checksum: 10c0/b55786b6028208e6fbe594ccccc213cab67a72899c9234eb59dba51062a299ea853210fcf526998eaa2867b0963ad72338824450905679ff0fa304b8c5093ae8 + languageName: node + linkType: hard + "node-gyp-build@npm:^4.2.2": version: 4.3.0 resolution: "node-gyp-build@npm:4.3.0" @@ -3498,6 +4226,17 @@ __metadata: languageName: node linkType: hard +"nopt@npm:^5.0.0": + version: 5.0.0 + resolution: "nopt@npm:5.0.0" + dependencies: + abbrev: "npm:1" + bin: + nopt: bin/nopt.js + checksum: 10c0/fc5c4f07155cb455bf5fc3dd149fac421c1a40fd83c6bfe83aa82b52f02c17c5e88301321318adaa27611c8a6811423d51d29deaceab5fa158b585a61a551061 + languageName: node + linkType: hard + "nopt@npm:^7.0.0": version: 7.2.1 resolution: "nopt@npm:7.2.1" @@ -3525,6 +4264,39 @@ __metadata: languageName: node linkType: hard +"npmlog@npm:^5.0.1": + version: 5.0.1 + resolution: "npmlog@npm:5.0.1" + dependencies: + are-we-there-yet: "npm:^2.0.0" + console-control-strings: "npm:^1.1.0" + gauge: "npm:^3.0.0" + set-blocking: "npm:^2.0.0" + checksum: 10c0/489ba519031013001135c463406f55491a17fc7da295c18a04937fe3a4d523fd65e88dd418a28b967ab743d913fdeba1e29838ce0ad8c75557057c481f7d49fa + languageName: node + linkType: hard + +"oauth-sign@npm:~0.9.0": + version: 0.9.0 + resolution: "oauth-sign@npm:0.9.0" + checksum: 10c0/fc92a516f6ddbb2699089a2748b04f55c47b6ead55a77cd3a2cbbce5f7af86164cb9425f9ae19acfd066f1ad7d3a96a67b8928c6ea946426f6d6c29e448497c2 + languageName: node + linkType: hard + +"obj-extend@npm:~0.1.0": + version: 0.1.0 + resolution: "obj-extend@npm:0.1.0" + checksum: 10c0/47931597ca6a8289ee054f6fd55c43eafd405e2e22587bf6cd4d634715e2fbedc1bb884e7f360dc579501ed97ea917c85134542a589401a64cef51e58c6a4e7c + languageName: node + linkType: hard + +"object-assign@npm:^4.1.1": + version: 4.1.1 + resolution: "object-assign@npm:4.1.1" + checksum: 10c0/1f4df9945120325d041ccf7b86f31e8bcc14e73d29171e37a7903050e96b81323784ec59f93f102ec635bcf6fa8034ba3ea0a8c7e69fa202b87ae3b6cec5a414 + languageName: node + linkType: hard + "obuf@npm:~1.1.2": version: 1.1.2 resolution: "obuf@npm:1.1.2" @@ -3532,14 +4304,29 @@ __metadata: languageName: node linkType: hard -"oldschooljs@npm:^2.5.10": - version: 2.5.10 - resolution: "oldschooljs@npm:2.5.10" +"oldschooljs@git+https://github.com/oldschoolgg/oldschooljs.git#50fff6e124d20f8118bcc09dad385046119a9175": + version: 0.0.0 + resolution: "oldschooljs@https://github.com/oldschoolgg/oldschooljs.git#commit=50fff6e124d20f8118bcc09dad385046119a9175" dependencies: - deepmerge: "npm:4.3.1" e: "npm:^0.2.33" node-fetch: "npm:2.6.7" - checksum: 10c0/c8ff7fcaee60ebcc27c918fb315e226c3b0de93d45d2779733b6530156761a94aca760f7b247c8d4812cc46b865bc9a9916359be0fee996e018c37c927ec2696 + checksum: 10c0/1fef3e3e08e8566a5f46e28f2299e04d8bef19a6d1f6d73b2939622c6a2ebeb98da9de3483f5918772035598060a298d53f94655dc9666073024b1c9265822cf + languageName: node + linkType: hard + +"omggif@npm:^1.0.5": + version: 1.0.10 + resolution: "omggif@npm:1.0.10" + checksum: 10c0/5ddb6959555bf16ac93ee8724a6f600b0e97e77855515af9df0f657c69ebe0eb7d769763fdc4765f888827e4e64ca71ebeaf7255c7f51058e4bba5cc7950fe8e + languageName: node + linkType: hard + +"once@npm:^1.3.0, once@npm:^1.3.1": + version: 1.4.0 + resolution: "once@npm:1.4.0" + dependencies: + wrappy: "npm:1" + checksum: 10c0/5d48aca287dfefabd756621c5dfce5c91a549a93e9fdb7b8246bc4c4790aa2ec17b34a260530474635147aeb631a2dcc8b32c613df0675f96041cbb8244517d0 languageName: node linkType: hard @@ -3589,13 +4376,6 @@ __metadata: languageName: node linkType: hard -"os-tmpdir@npm:~1.0.2": - version: 1.0.2 - resolution: "os-tmpdir@npm:1.0.2" - checksum: 10c0/f438450224f8e2687605a8dd318f0db694b6293c5d835ae509a69e97c8de38b6994645337e5577f5001115470414638978cc49da1cdcc25106dad8738dc69990 - languageName: node - linkType: hard - "p-finally@npm:^1.0.0": version: 1.0.0 resolution: "p-finally@npm:1.0.0" @@ -3638,6 +4418,36 @@ __metadata: languageName: node linkType: hard +"parenthesis@npm:^3.1.5": + version: 3.1.8 + resolution: "parenthesis@npm:3.1.8" + checksum: 10c0/1c0d5dd8b238b7c703db5ff1ca35f41952a7b2597c2e97cd0d32ab345179062611bc4f8a849787ed7f23508e91140d74fea7c0050b6978c56499f707ff54c99c + languageName: node + linkType: hard + +"parse-data-uri@npm:^0.2.0": + version: 0.2.0 + resolution: "parse-data-uri@npm:0.2.0" + dependencies: + data-uri-to-buffer: "npm:0.0.3" + checksum: 10c0/2a79859f8554a34b23a53373b9549f3f6c5d5e60ae8892f1d56c2e4d317c0071d81b58211de3bfe3812166f8f82b24a09d1328d902a5050812fda946d01b4018 + languageName: node + linkType: hard + +"path-browserify@npm:^1.0.1": + version: 1.0.1 + resolution: "path-browserify@npm:1.0.1" + checksum: 10c0/8b8c3fd5c66bd340272180590ae4ff139769e9ab79522e2eb82e3d571a89b8117c04147f65ad066dccfb42fcad902e5b7d794b3d35e0fd840491a8ddbedf8c66 + languageName: node + linkType: hard + +"path-is-absolute@npm:^1.0.0": + version: 1.0.1 + resolution: "path-is-absolute@npm:1.0.1" + checksum: 10c0/127da03c82172a2a50099cddbf02510c1791fc2cc5f7713ddb613a56838db1e8168b121a920079d052e0936c23005562059756d653b7c544c53185efe53be078 + languageName: node + linkType: hard + "path-key@npm:^3.1.0": version: 3.1.1 resolution: "path-key@npm:3.1.1" @@ -3683,6 +4493,13 @@ __metadata: languageName: node linkType: hard +"performance-now@npm:^2.1.0": + version: 2.1.0 + resolution: "performance-now@npm:2.1.0" + checksum: 10c0/22c54de06f269e29f640e0e075207af57de5052a3d15e360c09b9a8663f393f6f45902006c1e71aa8a5a1cdfb1a47fe268826f8496d6425c362f00f5bc3e85d9 + languageName: node + linkType: hard + "pg-int8@npm:1.0.1": version: 1.0.1 resolution: "pg-int8@npm:1.0.1" @@ -3732,27 +4549,20 @@ __metadata: languageName: node linkType: hard -"picocolors@npm:^1.0.0": - version: 1.0.0 - resolution: "picocolors@npm:1.0.0" - checksum: 10c0/20a5b249e331c14479d94ec6817a182fd7a5680debae82705747b2db7ec50009a5f6648d0621c561b0572703f84dbef0858abcbd5856d3c5511426afcb1961f7 +"picocolors@npm:^1.1.0": + version: 1.1.0 + resolution: "picocolors@npm:1.1.0" + checksum: 10c0/86946f6032148801ef09c051c6fb13b5cf942eaf147e30ea79edb91dd32d700934edebe782a1078ff859fb2b816792e97ef4dab03d7f0b804f6b01a0df35e023 languageName: node linkType: hard -"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1": +"picomatch@npm:^2.0.4, picomatch@npm:^2.2.1, picomatch@npm:^2.3.1": version: 2.3.1 resolution: "picomatch@npm:2.3.1" checksum: 10c0/26c02b8d06f03206fc2ab8d16f19960f2ff9e81a658f831ecb656d8f17d9edc799e8364b1f4a7873e89d9702dff96204be0fa26fe4181f6843f040f819dac4be languageName: node linkType: hard -"picomatch@npm:^2.2.3": - version: 2.3.0 - resolution: "picomatch@npm:2.3.0" - checksum: 10c0/a65bde78212368e16afb82429a0ea033d20a836270446acb53ec6e31d939bccf1213f788bc49361f7aff47b67c1fb74d898f99964f67f26ca07a3cd815ddbcbb - languageName: node - linkType: hard - "piscina@npm:^4.6.1": version: 4.6.1 resolution: "piscina@npm:4.6.1" @@ -3765,14 +4575,44 @@ __metadata: languageName: node linkType: hard -"postcss@npm:^8.4.38": - version: 8.4.38 - resolution: "postcss@npm:8.4.38" +"pixelsmith@npm:^2.3.0": + version: 2.6.0 + resolution: "pixelsmith@npm:2.6.0" + dependencies: + async: "npm:^3.2.3" + concat-stream: "npm:~1.5.1" + get-pixels: "npm:~3.3.0" + mime-types: "npm:~2.1.7" + ndarray: "npm:~1.0.15" + obj-extend: "npm:~0.1.0" + save-pixels: "npm:~2.3.0" + vinyl-file: "npm:~1.3.0" + checksum: 10c0/7dc624b6111119d474ac50b78dc821265e9615987024cd7851be32e225c6f78a06354415ac3a2a524208e8d588149bd757391b18bb7a36172577600a4c0f1afa + languageName: node + linkType: hard + +"pngjs-nozlib@npm:^1.0.0": + version: 1.0.0 + resolution: "pngjs-nozlib@npm:1.0.0" + checksum: 10c0/2421001f02319fabc1a14cf69b0ad8d3d8c012df51e0e9da5098761d511d937b1e4abb56d5fdf2f6ae266abf281a669ba1934a8bdd6cd0b5aa29b4a0d2e78e7e + languageName: node + linkType: hard + +"pngjs@npm:^3.3.3": + version: 3.4.0 + resolution: "pngjs@npm:3.4.0" + checksum: 10c0/88ee73e2ad3f736e0b2573722309eb80bd2aa28916f0862379b4fd0f904751b4f61bb6bd1ecd7d4242d331f2b5c28c13309dd4b7d89a9b78306e35122fdc5011 + languageName: node + linkType: hard + +"postcss@npm:^8.4.43": + version: 8.4.47 + resolution: "postcss@npm:8.4.47" dependencies: nanoid: "npm:^3.3.7" - picocolors: "npm:^1.0.0" - source-map-js: "npm:^1.2.0" - checksum: 10c0/955407b8f70cf0c14acf35dab3615899a2a60a26718a63c848cf3c29f2467b0533991b985a2b994430d890bd7ec2b1963e36352b0774a19143b5f591540f7c06 + picocolors: "npm:^1.1.0" + source-map-js: "npm:^1.2.1" + checksum: 10c0/929f68b5081b7202709456532cee2a145c1843d391508c5a09de2517e8c4791638f71dd63b1898dba6712f8839d7a6da046c72a5e44c162e908f5911f57b5f44 languageName: node linkType: hard @@ -3843,6 +4683,13 @@ __metadata: languageName: node linkType: hard +"postgres@npm:^3.4.4": + version: 3.4.4 + resolution: "postgres@npm:3.4.4" + checksum: 10c0/5c01a1501a1cb8851d981b1949bffd0a0a82ac5fd8453c410fdf4d6c0f91d01e69a42b30da2d08a77a00d6ddac0ea6ce58a1aa0dd6bd3f76e9220b1176bdfe60 + languageName: node + linkType: hard + "prettier@npm:^3.3.2": version: 3.3.2 resolution: "prettier@npm:3.3.2" @@ -3884,6 +4731,20 @@ __metadata: languageName: node linkType: hard +"process-nextick-args@npm:~1.0.6": + version: 1.0.7 + resolution: "process-nextick-args@npm:1.0.7" + checksum: 10c0/941bb79700261e44c535e234f751a924df564d4d8ff250dd06c3e213f639060c190364879722c096e777cae32116c6a88d97bee50d0b5704ab2899813818f4c8 + languageName: node + linkType: hard + +"process-nextick-args@npm:~2.0.0": + version: 2.0.1 + resolution: "process-nextick-args@npm:2.0.1" + checksum: 10c0/bec089239487833d46b59d80327a1605e1c5287eaad770a291add7f45fda1bb5e28b38e0e061add0a1d0ee0984788ce74fa394d345eed1c420cacf392c554367 + languageName: node + linkType: hard + "promise-retry@npm:^2.0.1": version: 2.0.1 resolution: "promise-retry@npm:2.0.1" @@ -3894,6 +4755,20 @@ __metadata: languageName: node linkType: hard +"proxy-from-env@npm:^1.1.0": + version: 1.1.0 + resolution: "proxy-from-env@npm:1.1.0" + checksum: 10c0/fe7dd8b1bdbbbea18d1459107729c3e4a2243ca870d26d34c2c1bcd3e4425b7bcc5112362df2d93cc7fb9746f6142b5e272fd1cc5c86ddf8580175186f6ad42b + languageName: node + linkType: hard + +"psl@npm:^1.1.28": + version: 1.9.0 + resolution: "psl@npm:1.9.0" + checksum: 10c0/6a3f805fdab9442f44de4ba23880c4eba26b20c8e8e0830eff1cb31007f6825dace61d17203c58bfe36946842140c97a1ba7f67bc63ca2d88a7ee052b65d97ab + languageName: node + linkType: hard + "pstree.remy@npm:^1.1.8": version: 1.1.8 resolution: "pstree.remy@npm:1.1.8" @@ -3901,6 +4776,13 @@ __metadata: languageName: node linkType: hard +"punycode@npm:^2.1.0, punycode@npm:^2.1.1": + version: 2.3.1 + resolution: "punycode@npm:2.3.1" + checksum: 10c0/14f76a8206bc3464f794fb2e3d3cc665ae416c01893ad7a02b23766eb07159144ee612ad67af5e84fa4479ccfe67678c4feb126b0485651b302babf66f04f9e9 + languageName: node + linkType: hard + "pure-rand@npm:^6.1.0": version: 6.1.0 resolution: "pure-rand@npm:6.1.0" @@ -3908,6 +4790,13 @@ __metadata: languageName: node linkType: hard +"qs@npm:~6.5.2": + version: 6.5.3 + resolution: "qs@npm:6.5.3" + checksum: 10c0/6631d4f2fa9d315e480662646745a4aa3a708817fbffe2cbdacec8ab9be130f92740c66191770fe9b704bc5fa9c1cc1f6596f55ad132fef7bd3ad1582f199eb0 + languageName: node + linkType: hard + "queue-microtask@npm:^1.2.2": version: 1.2.3 resolution: "queue-microtask@npm:1.2.3" @@ -3922,7 +4811,7 @@ __metadata: languageName: node linkType: hard -"readable-stream@npm:^3.4.0": +"readable-stream@npm:^3.4.0, readable-stream@npm:^3.6.0": version: 3.6.2 resolution: "readable-stream@npm:3.6.2" dependencies: @@ -3933,6 +4822,59 @@ __metadata: languageName: node linkType: hard +"readable-stream@npm:~1.0.33-1": + version: 1.0.34 + resolution: "readable-stream@npm:1.0.34" + dependencies: + core-util-is: "npm:~1.0.0" + inherits: "npm:~2.0.1" + isarray: "npm:0.0.1" + string_decoder: "npm:~0.10.x" + checksum: 10c0/02272551396ed8930ddee1a088bdf0379f0f7cc47ac49ed8804e998076cb7daec9fbd2b1fd9c0490ec72e56e8bb3651abeb8080492b8e0a9c3f2158330908ed6 + languageName: node + linkType: hard + +"readable-stream@npm:~1.1.9": + version: 1.1.14 + resolution: "readable-stream@npm:1.1.14" + dependencies: + core-util-is: "npm:~1.0.0" + inherits: "npm:~2.0.1" + isarray: "npm:0.0.1" + string_decoder: "npm:~0.10.x" + checksum: 10c0/b7f41b16b305103d598e3c8964fa30d52d6e0b5d9fdad567588964521691c24b279c7a8bb71f11927c3613acf355bac72d8396885a43d50425b2caafd49bc83d + languageName: node + linkType: hard + +"readable-stream@npm:~2.0.0": + version: 2.0.6 + resolution: "readable-stream@npm:2.0.6" + dependencies: + core-util-is: "npm:~1.0.0" + inherits: "npm:~2.0.1" + isarray: "npm:~1.0.0" + process-nextick-args: "npm:~1.0.6" + string_decoder: "npm:~0.10.x" + util-deprecate: "npm:~1.0.1" + checksum: 10c0/8c719705d2e2379dee91fa44dfdc47a7b5754558454dfe787121120d9c048efaa6f4666205492b4e73fe70eb49c61a36eac57e5062cb9a04b098675f065139cb + languageName: node + linkType: hard + +"readable-stream@npm:~2.3.6": + version: 2.3.8 + resolution: "readable-stream@npm:2.3.8" + dependencies: + core-util-is: "npm:~1.0.0" + inherits: "npm:~2.0.3" + isarray: "npm:~1.0.0" + process-nextick-args: "npm:~2.0.0" + safe-buffer: "npm:~5.1.1" + string_decoder: "npm:~1.1.1" + util-deprecate: "npm:~1.0.1" + checksum: 10c0/7efdb01f3853bc35ac62ea25493567bf588773213f5f4a79f9c365e1ad13bab845ac0dae7bc946270dc40c3929483228415e92a3fc600cc7e4548992f41ee3fa + languageName: node + linkType: hard + "readdirp@npm:~3.6.0": version: 3.6.0 resolution: "readdirp@npm:3.6.0" @@ -3942,13 +4884,6 @@ __metadata: languageName: node linkType: hard -"readline-sync@npm:^1.4.9": - version: 1.4.10 - resolution: "readline-sync@npm:1.4.10" - checksum: 10c0/0a4d0fe4ad501f8f005a3c9cbf3cc0ae6ca2ced93e9a1c7c46f226bdfcb6ef5d3f437ae7e9d2e1098ee13524a3739c830e4c8dbc7f543a693eecd293e41093a3 - languageName: node - linkType: hard - "redis-errors@npm:^1.0.0, redis-errors@npm:^1.2.0": version: 1.2.0 resolution: "redis-errors@npm:1.2.0" @@ -3981,6 +4916,41 @@ __metadata: languageName: node linkType: hard +"replace-ext@npm:0.0.1": + version: 0.0.1 + resolution: "replace-ext@npm:0.0.1" + checksum: 10c0/0baba0b36ef1b1f7bfec3342fbc1875ff6909b28907a988c4d6deadd4f2b509fce611ab2cd59aef1f743f42059e6d2c25dccde626e20937fd6fa237bead76672 + languageName: node + linkType: hard + +"request@npm:^2.44.0": + version: 2.88.2 + resolution: "request@npm:2.88.2" + dependencies: + aws-sign2: "npm:~0.7.0" + aws4: "npm:^1.8.0" + caseless: "npm:~0.12.0" + combined-stream: "npm:~1.0.6" + extend: "npm:~3.0.2" + forever-agent: "npm:~0.6.1" + form-data: "npm:~2.3.2" + har-validator: "npm:~5.1.3" + http-signature: "npm:~1.2.0" + is-typedarray: "npm:~1.0.0" + isstream: "npm:~0.1.2" + json-stringify-safe: "npm:~5.0.1" + mime-types: "npm:~2.1.19" + oauth-sign: "npm:~0.9.0" + performance-now: "npm:^2.1.0" + qs: "npm:~6.5.2" + safe-buffer: "npm:^5.1.2" + tough-cookie: "npm:~2.5.0" + tunnel-agent: "npm:^0.6.0" + uuid: "npm:^3.3.2" + checksum: 10c0/0ec66e7af1391e51ad231de3b1c6c6aef3ebd0a238aa50d4191c7a792dcdb14920eea8d570c702dc5682f276fe569d176f9b8ebc6031a3cf4a630a691a431a63 + languageName: node + linkType: hard + "require-directory@npm:^2.1.1": version: 2.1.1 resolution: "require-directory@npm:2.1.1" @@ -4056,25 +5026,37 @@ __metadata: languageName: node linkType: hard -"rollup@npm:^4.13.0": - version: 4.14.2 - resolution: "rollup@npm:4.14.2" - dependencies: - "@rollup/rollup-android-arm-eabi": "npm:4.14.2" - "@rollup/rollup-android-arm64": "npm:4.14.2" - "@rollup/rollup-darwin-arm64": "npm:4.14.2" - "@rollup/rollup-darwin-x64": "npm:4.14.2" - "@rollup/rollup-linux-arm-gnueabihf": "npm:4.14.2" - "@rollup/rollup-linux-arm64-gnu": "npm:4.14.2" - "@rollup/rollup-linux-arm64-musl": "npm:4.14.2" - "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.14.2" - "@rollup/rollup-linux-riscv64-gnu": "npm:4.14.2" - "@rollup/rollup-linux-s390x-gnu": "npm:4.14.2" - "@rollup/rollup-linux-x64-gnu": "npm:4.14.2" - "@rollup/rollup-linux-x64-musl": "npm:4.14.2" - "@rollup/rollup-win32-arm64-msvc": "npm:4.14.2" - "@rollup/rollup-win32-ia32-msvc": "npm:4.14.2" - "@rollup/rollup-win32-x64-msvc": "npm:4.14.2" +"rimraf@npm:^3.0.2": + version: 3.0.2 + resolution: "rimraf@npm:3.0.2" + dependencies: + glob: "npm:^7.1.3" + bin: + rimraf: bin.js + checksum: 10c0/9cb7757acb489bd83757ba1a274ab545eafd75598a9d817e0c3f8b164238dd90eba50d6b848bd4dcc5f3040912e882dc7ba71653e35af660d77b25c381d402e8 + languageName: node + linkType: hard + +"rollup@npm:^4.20.0": + version: 4.22.4 + resolution: "rollup@npm:4.22.4" + dependencies: + "@rollup/rollup-android-arm-eabi": "npm:4.22.4" + "@rollup/rollup-android-arm64": "npm:4.22.4" + "@rollup/rollup-darwin-arm64": "npm:4.22.4" + "@rollup/rollup-darwin-x64": "npm:4.22.4" + "@rollup/rollup-linux-arm-gnueabihf": "npm:4.22.4" + "@rollup/rollup-linux-arm-musleabihf": "npm:4.22.4" + "@rollup/rollup-linux-arm64-gnu": "npm:4.22.4" + "@rollup/rollup-linux-arm64-musl": "npm:4.22.4" + "@rollup/rollup-linux-powerpc64le-gnu": "npm:4.22.4" + "@rollup/rollup-linux-riscv64-gnu": "npm:4.22.4" + "@rollup/rollup-linux-s390x-gnu": "npm:4.22.4" + "@rollup/rollup-linux-x64-gnu": "npm:4.22.4" + "@rollup/rollup-linux-x64-musl": "npm:4.22.4" + "@rollup/rollup-win32-arm64-msvc": "npm:4.22.4" + "@rollup/rollup-win32-ia32-msvc": "npm:4.22.4" + "@rollup/rollup-win32-x64-msvc": "npm:4.22.4" "@types/estree": "npm:1.0.5" fsevents: "npm:~2.3.2" dependenciesMeta: @@ -4088,6 +5070,8 @@ __metadata: optional: true "@rollup/rollup-linux-arm-gnueabihf": optional: true + "@rollup/rollup-linux-arm-musleabihf": + optional: true "@rollup/rollup-linux-arm64-gnu": optional: true "@rollup/rollup-linux-arm64-musl": @@ -4112,7 +5096,7 @@ __metadata: optional: true bin: rollup: dist/bin/rollup - checksum: 10c0/3826aaa847a16e8ac0459e20e3ec624295110c0aac2c7b4f970f75ca804d7437bbd002a37079410f71137691aab64649e65361018647b0412911358a17b97902 + checksum: 10c0/4c96b6e2e0c5dbe73b4ba899cea894a05115ab8c65ccff631fbbb944e2b3a9f2eb3b99c2dce3dd91b179647df1892ffc44ecee29381ccf155ba8000b22712a32 languageName: node linkType: hard @@ -4121,8 +5105,7 @@ __metadata: resolution: "root-workspace-0b6124@workspace:." dependencies: "@biomejs/biome": "npm:^1.8.3" - "@napi-rs/canvas": "npm:^0.1.53" - "@oldschoolgg/toolkit": "git+https://github.com/oldschoolgg/toolkit.git#cd7c6865229ca7dc4a66b3816586f2d3f4a4fbed" + "@oldschoolgg/toolkit": "git+https://github.com/oldschoolgg/toolkit.git#8686dc639154c528ce739c440554bc0c46c8ae79" "@prisma/client": "npm:^5.17.0" "@sapphire/ratelimits": "npm:^2.4.9" "@sapphire/snowflake": "npm:^3.5.3" @@ -4137,7 +5120,7 @@ __metadata: ascii-table3: "npm:^0.9.0" bufferutil: "npm:^4.0.8" concurrently: "npm:^8.2.2" - discord.js: "npm:^14.15.3" + discord.js: "npm:^14.16.2" dotenv: "npm:^16.4.5" dpdm: "npm:^3.14.0" e: "npm:0.2.33" @@ -4145,21 +5128,27 @@ __metadata: exit-hook: "npm:^4.0.0" fast-deep-equal: "npm:^3.1.3" fast-glob: "npm:^3.3.2" + google-auth-library: "npm:^9.14.1" + google-spreadsheet: "npm:^4.1.4" lodash: "npm:^4.17.21" lru-cache: "npm:^10.3.0" murmurhash: "npm:^2.0.1" node-cron: "npm:^3.0.3" node-fetch: "npm:^2.6.7" nodemon: "npm:^3.1.4" - oldschooljs: "npm:^2.5.10" + oldschooljs: "git+https://github.com/oldschoolgg/oldschooljs.git#50fff6e124d20f8118bcc09dad385046119a9175" p-queue: "npm:^6.6.2" piscina: "npm:^4.6.1" + postgres: "npm:^3.4.4" prettier: "npm:^3.3.2" prisma: "npm:^5.17.0" random-js: "npm:^2.1.0" remeda: "npm:^2.7.0" simple-statistics: "npm:^7.8.3" + skia-canvas: "npm:^1.0.2" sonic-boom: "npm:^4.0.1" + spritesmith: "npm:^3.4.1" + ts-morph: "npm:^23.0.0" tsx: "npm:^4.16.2" typescript: "npm:^5.5.3" vitest: "npm:^2.0.3" @@ -4186,20 +5175,42 @@ __metadata: languageName: node linkType: hard -"safe-buffer@npm:~5.2.0": +"safe-buffer@npm:^5.0.1, safe-buffer@npm:^5.1.2, safe-buffer@npm:~5.2.0": version: 5.2.1 resolution: "safe-buffer@npm:5.2.1" checksum: 10c0/6501914237c0a86e9675d4e51d89ca3c21ffd6a31642efeba25ad65720bce6921c9e7e974e5be91a786b25aa058b5303285d3c15dbabf983a919f5f630d349f3 languageName: node linkType: hard -"safer-buffer@npm:>= 2.1.2 < 3.0.0": +"safe-buffer@npm:~5.1.0, safe-buffer@npm:~5.1.1": + version: 5.1.2 + resolution: "safe-buffer@npm:5.1.2" + checksum: 10c0/780ba6b5d99cc9a40f7b951d47152297d0e260f0df01472a1b99d4889679a4b94a13d644f7dbc4f022572f09ae9005fa2fbb93bbbd83643316f365a3e9a45b21 + languageName: node + linkType: hard + +"safer-buffer@npm:>= 2.1.2 < 3.0.0, safer-buffer@npm:^2.0.2, safer-buffer@npm:^2.1.0, safer-buffer@npm:~2.1.0": version: 2.1.2 resolution: "safer-buffer@npm:2.1.2" checksum: 10c0/7e3c8b2e88a1841c9671094bbaeebd94448111dd90a81a1f606f3f67708a6ec57763b3b47f06da09fc6054193e0e6709e77325415dc8422b04497a8070fa02d4 languageName: node linkType: hard +"save-pixels@npm:~2.3.0": + version: 2.3.6 + resolution: "save-pixels@npm:2.3.6" + dependencies: + contentstream: "npm:^1.0.0" + gif-encoder: "npm:~0.4.1" + jpeg-js: "npm:^0.4.3" + ndarray: "npm:^1.0.18" + ndarray-ops: "npm:^1.2.2" + pngjs-nozlib: "npm:^1.0.0" + through: "npm:^2.3.4" + checksum: 10c0/374104c34eb40155cffb1c0dd5534d144a67d609e7c885f0e657299a712048daedd0d80ed655cdc694c89a2f1028161b6d3a58927b9ebfe775dfd15d2be27e0d + languageName: node + linkType: hard + "semver@npm:^6.0.0": version: 6.3.1 resolution: "semver@npm:6.3.1" @@ -4209,7 +5220,7 @@ __metadata: languageName: node linkType: hard -"semver@npm:^7.3.5, semver@npm:^7.5.2, semver@npm:^7.5.4": +"semver@npm:^7.3.5, semver@npm:^7.5.2": version: 7.6.2 resolution: "semver@npm:7.6.2" bin: @@ -4229,6 +5240,22 @@ __metadata: languageName: node linkType: hard +"semver@npm:~5.0.3": + version: 5.0.3 + resolution: "semver@npm:5.0.3" + bin: + semver: ./bin/semver + checksum: 10c0/a8e0704b0f093e6970635a332c91569e87ba57731b4530bb37fc2145cc578d77abd8570c938b84d5ae9f0a4368bb5b71e64a0ccaaab54dd4c5b9769098dbd2f8 + languageName: node + linkType: hard + +"set-blocking@npm:^2.0.0": + version: 2.0.0 + resolution: "set-blocking@npm:2.0.0" + checksum: 10c0/9f8c1b2d800800d0b589de1477c753492de5c1548d4ade52f57f1d1f5e04af5481554d75ce5e5c43d4004b80a3eb714398d6907027dc0534177b7539119f4454 + languageName: node + linkType: hard + "shebang-command@npm:^2.0.0": version: 2.0.0 resolution: "shebang-command@npm:2.0.0" @@ -4266,7 +5293,7 @@ __metadata: languageName: node linkType: hard -"signal-exit@npm:^3.0.2": +"signal-exit@npm:^3.0.0, signal-exit@npm:^3.0.2": version: 3.0.7 resolution: "signal-exit@npm:3.0.7" checksum: 10c0/25d272fa73e146048565e08f3309d5b942c1979a6f4a58a8c59d5fa299728e9c2fcd1a759ec870863b1fd38653670240cd420dad2ad9330c71f36608a6a1c912 @@ -4280,6 +5307,24 @@ __metadata: languageName: node linkType: hard +"simple-concat@npm:^1.0.0": + version: 1.0.1 + resolution: "simple-concat@npm:1.0.1" + checksum: 10c0/62f7508e674414008910b5397c1811941d457dfa0db4fd5aa7fa0409eb02c3609608dfcd7508cace75b3a0bf67a2a77990711e32cd213d2c76f4fd12ee86d776 + languageName: node + linkType: hard + +"simple-get@npm:^4.0.1": + version: 4.0.1 + resolution: "simple-get@npm:4.0.1" + dependencies: + decompress-response: "npm:^6.0.0" + once: "npm:^1.3.1" + simple-concat: "npm:^1.0.0" + checksum: 10c0/b0649a581dbca741babb960423248899203165769747142033479a7dc5e77d7b0fced0253c731cd57cf21e31e4d77c9157c3069f4448d558ebc96cf9e1eebcf0 + languageName: node + linkType: hard + "simple-statistics@npm:^7.8.3": version: 7.8.3 resolution: "simple-statistics@npm:7.8.3" @@ -4296,6 +5341,20 @@ __metadata: languageName: node linkType: hard +"skia-canvas@npm:^1.0.2": + version: 1.0.2 + resolution: "skia-canvas@npm:1.0.2" + dependencies: + "@mapbox/node-pre-gyp": "npm:^1.0.9" + cargo-cp-artifact: "npm:^0.1" + glob: "npm:^8.0.3" + path-browserify: "npm:^1.0.1" + simple-get: "npm:^4.0.1" + string-split-by: "npm:^1.0.0" + checksum: 10c0/1a9a1a9d9dae275fff705c570981ffb4609060a19cc2b5021fbc57420e1cd1c9050df1d35b7aa3a29838f7b658434bf75fd5d5ddfcb13972034a7dac7d612488 + languageName: node + linkType: hard + "smart-buffer@npm:^4.2.0": version: 4.2.0 resolution: "smart-buffer@npm:4.2.0" @@ -4340,6 +5399,13 @@ __metadata: languageName: node linkType: hard +"source-map-js@npm:^1.2.1": + version: 1.2.1 + resolution: "source-map-js@npm:1.2.1" + checksum: 10c0/7bda1fc4c197e3c6ff17de1b8b2c20e60af81b63a52cb32ec5a5d67a20a7d42651e2cb34ebe93833c5a2a084377e17455854fee3e21e7925c64a51b6a52b0faf + languageName: node + linkType: hard + "spawn-command@npm:0.0.2": version: 0.0.2 resolution: "spawn-command@npm:0.0.2" @@ -4347,13 +5413,47 @@ __metadata: languageName: node linkType: hard -"sprintf-js@npm:^1.1.1, sprintf-js@npm:^1.1.3": +"sprintf-js@npm:^1.1.3": version: 1.1.3 resolution: "sprintf-js@npm:1.1.3" checksum: 10c0/09270dc4f30d479e666aee820eacd9e464215cdff53848b443964202bf4051490538e5dd1b42e1a65cf7296916ca17640aebf63dae9812749c7542ee5f288dec languageName: node linkType: hard +"spritesmith@npm:^3.4.1": + version: 3.4.1 + resolution: "spritesmith@npm:3.4.1" + dependencies: + concat-stream: "npm:~1.5.1" + layout: "npm:~2.2.0" + pixelsmith: "npm:^2.3.0" + semver: "npm:~5.0.3" + through2: "npm:~2.0.0" + checksum: 10c0/5e24d64d957298c969f8e4f151db603fac71831aa348dab48d80a4bb52a6a47556e53b736c7fdfcc9e03bab4aea9bf112b81e31b4a495c36fce8d145801271b2 + languageName: node + linkType: hard + +"sshpk@npm:^1.7.0": + version: 1.18.0 + resolution: "sshpk@npm:1.18.0" + dependencies: + asn1: "npm:~0.2.3" + assert-plus: "npm:^1.0.0" + bcrypt-pbkdf: "npm:^1.0.0" + dashdash: "npm:^1.12.0" + ecc-jsbn: "npm:~0.1.1" + getpass: "npm:^0.1.1" + jsbn: "npm:~0.1.0" + safer-buffer: "npm:^2.0.2" + tweetnacl: "npm:~0.14.0" + bin: + sshpk-conv: bin/sshpk-conv + sshpk-sign: bin/sshpk-sign + sshpk-verify: bin/sshpk-verify + checksum: 10c0/e516e34fa981cfceef45fd2e947772cc70dbd57523e5c608e2cd73752ba7f8a99a04df7c3ed751588e8d91956b6f16531590b35d3489980d1c54c38bebcd41b1 + languageName: node + linkType: hard + "ssri@npm:^10.0.0": version: 10.0.6 resolution: "ssri@npm:10.0.6" @@ -4384,7 +5484,16 @@ __metadata: languageName: node linkType: hard -"string-width-cjs@npm:string-width@^4.2.0, string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.3": +"string-split-by@npm:^1.0.0": + version: 1.0.0 + resolution: "string-split-by@npm:1.0.0" + dependencies: + parenthesis: "npm:^3.1.5" + checksum: 10c0/7feac22db5eb4fedc418818fe6c9277d2b2bbe8d200877ed4be629eeff6dafb686b04d87f3c49aa0b7ccaedaf5c576e31dd0e756ea82421cc48f362ece48b942 + languageName: node + linkType: hard + +"string-width-cjs@npm:string-width@^4.2.0, string-width@npm:^1.0.2 || 2 || 3 || 4, string-width@npm:^4.1.0, string-width@npm:^4.2.0, string-width@npm:^4.2.3": version: 4.2.3 resolution: "string-width@npm:4.2.3" dependencies: @@ -4415,6 +5524,22 @@ __metadata: languageName: node linkType: hard +"string_decoder@npm:~0.10.x": + version: 0.10.31 + resolution: "string_decoder@npm:0.10.31" + checksum: 10c0/1c628d78f974aa7539c496029f48e7019acc32487fc695464f9d6bdfec98edd7d933a06b3216bc2016918f6e75074c611d84430a53cb0e43071597d6c1ac5e25 + languageName: node + linkType: hard + +"string_decoder@npm:~1.1.1": + version: 1.1.1 + resolution: "string_decoder@npm:1.1.1" + dependencies: + safe-buffer: "npm:~5.1.0" + checksum: 10c0/b4f89f3a92fd101b5653ca3c99550e07bdf9e13b35037e9e2a1c7b47cec4e55e06ff3fc468e314a0b5e80bfbaf65c1ca5a84978764884ae9413bec1fc6ca924e + languageName: node + linkType: hard + "strip-ansi-cjs@npm:strip-ansi@^6.0.1, strip-ansi@npm:^6.0.0, strip-ansi@npm:^6.0.1": version: 6.0.1 resolution: "strip-ansi@npm:6.0.1" @@ -4433,6 +5558,25 @@ __metadata: languageName: node linkType: hard +"strip-bom-stream@npm:^1.0.0": + version: 1.0.0 + resolution: "strip-bom-stream@npm:1.0.0" + dependencies: + first-chunk-stream: "npm:^1.0.0" + strip-bom: "npm:^2.0.0" + checksum: 10c0/1de663c5bc123e41cfaa235115974040bf514c25d5682fadcf178c548542e4ca2cfaeb9dcba3383023ed43bdd5b935b743ced8cbe8d24e771a076388447a8133 + languageName: node + linkType: hard + +"strip-bom@npm:^2.0.0": + version: 2.0.0 + resolution: "strip-bom@npm:2.0.0" + dependencies: + is-utf8: "npm:^0.2.0" + checksum: 10c0/4fcbb248af1d5c1f2d710022b7d60245077e7942079bfb7ef3fc8c1ae78d61e96278525ba46719b15ab12fced5c7603777105bc898695339d7c97c64d300ed0b + languageName: node + linkType: hard + "strip-final-newline@npm:^3.0.0": version: 3.0.0 resolution: "strip-final-newline@npm:3.0.0" @@ -4508,6 +5652,23 @@ __metadata: languageName: node linkType: hard +"through2@npm:~2.0.0": + version: 2.0.5 + resolution: "through2@npm:2.0.5" + dependencies: + readable-stream: "npm:~2.3.6" + xtend: "npm:~4.0.1" + checksum: 10c0/cbfe5b57943fa12b4f8c043658c2a00476216d79c014895cef1ac7a1d9a8b31f6b438d0e53eecbb81054b93128324a82ecd59ec1a4f91f01f7ac113dcb14eade + languageName: node + linkType: hard + +"through@npm:^2.3.4": + version: 2.3.8 + resolution: "through@npm:2.3.8" + checksum: 10c0/4b09f3774099de0d4df26d95c5821a62faee32c7e96fb1f4ebd54a2d7c11c57fe88b0a0d49cf375de5fee5ae6bf4eb56dbbf29d07366864e2ee805349970d3cc + languageName: node + linkType: hard + "tinybench@npm:^2.8.0": version: 2.8.0 resolution: "tinybench@npm:2.8.0" @@ -4536,15 +5697,6 @@ __metadata: languageName: node linkType: hard -"tmp@npm:^0.0.33": - version: 0.0.33 - resolution: "tmp@npm:0.0.33" - dependencies: - os-tmpdir: "npm:~1.0.2" - checksum: 10c0/69863947b8c29cabad43fe0ce65cec5bb4b481d15d4b4b21e036b060b3edbf3bc7a5541de1bacb437bb3f7c4538f669752627fdf9b4aaf034cebd172ba373408 - languageName: node - linkType: hard - "to-fast-properties@npm:^2.0.0": version: 2.0.0 resolution: "to-fast-properties@npm:2.0.0" @@ -4570,6 +5722,16 @@ __metadata: languageName: node linkType: hard +"tough-cookie@npm:~2.5.0": + version: 2.5.0 + resolution: "tough-cookie@npm:2.5.0" + dependencies: + psl: "npm:^1.1.28" + punycode: "npm:^2.1.1" + checksum: 10c0/e1cadfb24d40d64ca16de05fa8192bc097b66aeeb2704199b055ff12f450e4f30c927ce250f53d01f39baad18e1c11d66f65e545c5c6269de4c366fafa4c0543 + languageName: node + linkType: hard + "tr46@npm:~0.0.3": version: 0.0.3 resolution: "tr46@npm:0.0.3" @@ -4593,10 +5755,13 @@ __metadata: languageName: node linkType: hard -"tslib@npm:2.6.2, tslib@npm:^2.6.2": - version: 2.6.2 - resolution: "tslib@npm:2.6.2" - checksum: 10c0/e03a8a4271152c8b26604ed45535954c0a45296e32445b4b87f8a5abdb2421f40b59b4ca437c4346af0f28179780d604094eb64546bee2019d903d01c6c19bdb +"ts-morph@npm:^23.0.0": + version: 23.0.0 + resolution: "ts-morph@npm:23.0.0" + dependencies: + "@ts-morph/common": "npm:~0.24.0" + code-block-writer: "npm:^13.0.1" + checksum: 10c0/3ac061a3e85b2c7758f7591a73c44b8666488c1615a79c133868d4f5e03a4e73fc855d58ce78c3d5fb605ce14af377353a379fe5ee60fc7b384629f0d2cefc6f languageName: node linkType: hard @@ -4607,6 +5772,20 @@ __metadata: languageName: node linkType: hard +"tslib@npm:^2.6.2": + version: 2.6.2 + resolution: "tslib@npm:2.6.2" + checksum: 10c0/e03a8a4271152c8b26604ed45535954c0a45296e32445b4b87f8a5abdb2421f40b59b4ca437c4346af0f28179780d604094eb64546bee2019d903d01c6c19bdb + languageName: node + linkType: hard + +"tslib@npm:^2.6.3": + version: 2.7.0 + resolution: "tslib@npm:2.7.0" + checksum: 10c0/469e1d5bf1af585742128827000711efa61010b699cb040ab1800bcd3ccdd37f63ec30642c9e07c4439c1db6e46345582614275daca3e0f4abae29b0083f04a6 + languageName: node + linkType: hard + "tsx@npm:^4.16.2": version: 4.16.2 resolution: "tsx@npm:4.16.2" @@ -4623,6 +5802,22 @@ __metadata: languageName: node linkType: hard +"tunnel-agent@npm:^0.6.0": + version: 0.6.0 + resolution: "tunnel-agent@npm:0.6.0" + dependencies: + safe-buffer: "npm:^5.0.1" + checksum: 10c0/4c7a1b813e7beae66fdbf567a65ec6d46313643753d0beefb3c7973d66fcec3a1e7f39759f0a0b4465883499c6dc8b0750ab8b287399af2e583823e40410a17a + languageName: node + linkType: hard + +"tweetnacl@npm:^0.14.3, tweetnacl@npm:~0.14.0": + version: 0.14.5 + resolution: "tweetnacl@npm:0.14.5" + checksum: 10c0/4612772653512c7bc19e61923fbf42903f5e0389ec76a4a1f17195859d114671ea4aa3b734c2029ce7e1fa7e5cc8b80580f67b071ecf0b46b5636d030a0102a2 + languageName: node + linkType: hard + "type-fest@npm:^4.21.0": version: 4.23.0 resolution: "type-fest@npm:4.23.0" @@ -4630,6 +5825,13 @@ __metadata: languageName: node linkType: hard +"typedarray@npm:~0.0.5": + version: 0.0.7 + resolution: "typedarray@npm:0.0.7" + checksum: 10c0/4cf120c698e86cf7960e4805b6695f783b1ef3a4ab8e2aadc4244802db1469b66f88bff340527c74896225f025fe14f80b4893573f0397738fd4fd3a52032c47 + languageName: node + linkType: hard + "typescript@npm:^5.2.2, typescript@npm:^5.5.3": version: 5.5.3 resolution: "typescript@npm:5.5.3" @@ -4671,6 +5873,20 @@ __metadata: languageName: node linkType: hard +"undici@npm:6.19.8": + version: 6.19.8 + resolution: "undici@npm:6.19.8" + checksum: 10c0/07fd8520bce7e34ea29c07ef0de27b734183042cdb4e2f1262cd1fb9b755a6b04ff2471040395dfb1770fb7786069a97c5178bcf706b80a34075994f46feb37c + languageName: node + linkType: hard + +"uniq@npm:^1.0.0": + version: 1.0.1 + resolution: "uniq@npm:1.0.1" + checksum: 10c0/369dca4a07fdd8de9e48378b9d4b6861722ca71d5f496e91687916bd4b48b8cf3d6db1677be1b40eea63bc6d4728efb4b4e0bd7a89c5fd2d23e7a2cff8009c7a + languageName: node + linkType: hard + "unique-filename@npm:^3.0.0": version: 3.0.0 resolution: "unique-filename@npm:3.0.0" @@ -4696,7 +5912,16 @@ __metadata: languageName: node linkType: hard -"util-deprecate@npm:^1.0.1": +"uri-js@npm:^4.2.2": + version: 4.4.1 + resolution: "uri-js@npm:4.4.1" + dependencies: + punycode: "npm:^2.1.0" + checksum: 10c0/4ef57b45aa820d7ac6496e9208559986c665e49447cb072744c13b66925a362d96dd5a46c4530a6b8e203e5db5fe849369444440cb22ecfc26c679359e5dfa3c + languageName: node + linkType: hard + +"util-deprecate@npm:^1.0.1, util-deprecate@npm:~1.0.1": version: 1.0.2 resolution: "util-deprecate@npm:1.0.2" checksum: 10c0/41a5bdd214df2f6c3ecf8622745e4a366c4adced864bc3c833739791aeeeb1838119af7daed4ba36428114b5c67dcda034a79c882e97e43c03e66a4dd7389942 @@ -4712,6 +5937,58 @@ __metadata: languageName: node linkType: hard +"uuid@npm:^3.3.2": + version: 3.4.0 + resolution: "uuid@npm:3.4.0" + bin: + uuid: ./bin/uuid + checksum: 10c0/1c13950df865c4f506ebfe0a24023571fa80edf2e62364297a537c80af09c618299797bbf2dbac6b1f8ae5ad182ba474b89db61e0e85839683991f7e08795347 + languageName: node + linkType: hard + +"uuid@npm:^9.0.1": + version: 9.0.1 + resolution: "uuid@npm:9.0.1" + bin: + uuid: dist/bin/uuid + checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b + languageName: node + linkType: hard + +"verror@npm:1.10.0": + version: 1.10.0 + resolution: "verror@npm:1.10.0" + dependencies: + assert-plus: "npm:^1.0.0" + core-util-is: "npm:1.0.2" + extsprintf: "npm:^1.2.0" + checksum: 10c0/37ccdf8542b5863c525128908ac80f2b476eed36a32cb944de930ca1e2e78584cc435c4b9b4c68d0fc13a47b45ff364b4be43aa74f8804f9050140f660fb660d + languageName: node + linkType: hard + +"vinyl-file@npm:~1.3.0": + version: 1.3.0 + resolution: "vinyl-file@npm:1.3.0" + dependencies: + graceful-fs: "npm:^4.1.2" + strip-bom: "npm:^2.0.0" + strip-bom-stream: "npm:^1.0.0" + vinyl: "npm:^1.1.0" + checksum: 10c0/8b53f4d2a5ed20c57f7a8e82759ec7d70aa9f027e964d42c068227eca5405ab9c57e2254266fd1f3f785f229beea9541df1f1096432a8774fa486ffd111b471a + languageName: node + linkType: hard + +"vinyl@npm:^1.1.0": + version: 1.2.0 + resolution: "vinyl@npm:1.2.0" + dependencies: + clone: "npm:^1.0.0" + clone-stats: "npm:^0.0.1" + replace-ext: "npm:0.0.1" + checksum: 10c0/905b0032075e637d02873507745df08336fd8170ef8b11d667f6748bb000eb708c715aef599a2da9e1876cf0965b20ffe37d2d0c4bbc4a6c5e49cd0a9145fde2 + languageName: node + linkType: hard + "vite-node@npm:2.0.3": version: 2.0.3 resolution: "vite-node@npm:2.0.3" @@ -4728,18 +6005,19 @@ __metadata: linkType: hard "vite@npm:^5.0.0": - version: 5.2.8 - resolution: "vite@npm:5.2.8" + version: 5.4.6 + resolution: "vite@npm:5.4.6" dependencies: - esbuild: "npm:^0.20.1" + esbuild: "npm:^0.21.3" fsevents: "npm:~2.3.3" - postcss: "npm:^8.4.38" - rollup: "npm:^4.13.0" + postcss: "npm:^8.4.43" + rollup: "npm:^4.20.0" peerDependencies: "@types/node": ^18.0.0 || >=20.0.0 less: "*" lightningcss: ^1.21.0 sass: "*" + sass-embedded: "*" stylus: "*" sugarss: "*" terser: ^5.4.0 @@ -4755,6 +6033,8 @@ __metadata: optional: true sass: optional: true + sass-embedded: + optional: true stylus: optional: true sugarss: @@ -4763,7 +6043,7 @@ __metadata: optional: true bin: vite: bin/vite.js - checksum: 10c0/b5717bb00c2570c08ff6d8ed917655e79184efcafa9dd62d52eea19c5d6dfc5a708ec3de9ebc670a7165fc5d401c2bdf1563bb39e2748d8e51e1593d286a9a13 + checksum: 10c0/5f87be3a10e970eaf9ac52dfab39cf9fff583036685252fb64570b6d7bfa749f6d221fb78058f5ef4b5664c180d45a8e7a7ff68d7f3770e69e24c7c68b958bde languageName: node linkType: hard @@ -4876,6 +6156,15 @@ __metadata: languageName: node linkType: hard +"wide-align@npm:^1.1.2": + version: 1.1.5 + resolution: "wide-align@npm:1.1.5" + dependencies: + string-width: "npm:^1.0.2 || 2 || 3 || 4" + checksum: 10c0/1d9c2a3e36dfb09832f38e2e699c367ef190f96b82c71f809bc0822c306f5379df87bab47bed27ea99106d86447e50eb972d3c516c2f95782807a9d082fbea95 + languageName: node + linkType: hard + "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0, wrap-ansi@npm:^7.0.0": version: 7.0.0 resolution: "wrap-ansi@npm:7.0.0" @@ -4898,6 +6187,13 @@ __metadata: languageName: node linkType: hard +"wrappy@npm:1": + version: 1.0.2 + resolution: "wrappy@npm:1.0.2" + checksum: 10c0/56fece1a4018c6a6c8e28fbc88c87e0fbf4ea8fd64fc6c63b18f4acc4bd13e0ad2515189786dd2c30d3eec9663d70f4ecf699330002f8ccb547e4a18231fc9f0 + languageName: node + linkType: hard + "ws@npm:^8.16.0": version: 8.18.0 resolution: "ws@npm:8.18.0" @@ -4913,7 +6209,7 @@ __metadata: languageName: node linkType: hard -"xtend@npm:^4.0.0": +"xtend@npm:^4.0.0, xtend@npm:~4.0.1": version: 4.0.2 resolution: "xtend@npm:4.0.2" checksum: 10c0/366ae4783eec6100f8a02dff02ac907bf29f9a00b82ac0264b4d8b832ead18306797e283cf19de776538babfdcb2101375ec5646b59f08c52128ac4ab812ed0e